/* UNIVERSAL */
.hidden {
    display: none !important;
}
table.nowrap td,
table.nowrap th {
    white-space: nowrap;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
/* END UNIVERSAL */
#saku-datatable .saku-datatable-header {
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem !important;
}
#saku-datatable #feature-table {
    padding: 0 15px;
}
#saku-datatable #feature-table #page-count + .selectize-control {
    width: 250px;
}
#saku-datatable #feature-table {
    padding: 0 1.5rem;
}
#saku-datatable #feature-table .additional-feature {
    display: flex;
    column-gap: 0.5rem;
}
#saku-datatable #feature-table .additional-feature button img {
    width: 14px;
    height: 14px;
}
#saku-datatable #feature-table .additional-feature button.dropdown-toggle img {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    float: right;
    position: relative;
    top: 5px;
    right: 0;
}
#saku-datatable #feature-table .additional-feature .search-container {
    width: 611px;
    position: relative;
    margin-left: 0.5rem;
}
#saku-datatable #feature-table .additional-feature .search-container img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 12px;
    z-index: 5;
}
#saku-datatable #feature-table .additional-feature .search-container input {
    padding-left: 2.5rem;
}
#saku-datatable #card-header {
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#saku-datatable #card-header h6 {
    margin-bottom: 0;
}
#saku-datatable #card-header .btn-add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 91px;
    background-color: #375cb4;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    gap: 8px;
    border-radius: 4px;
}
#saku-datatable #card-header .btn-add:active {
    background-color: #2a4689;
}
/* prettier-ignore */
#saku-datatable #feature-table .page-countdata #page-count + .selectize-control {
    width: 145px;
}
#saku-datatable #feature-table .input-group {
    max-width: 320px;
}
#saku-datatable #feature-table .input-group .input-group-append {
    max-height: 29.2px;
    min-width: 92px;
}
#saku-datatable #feature-table .input-group #search-data {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    max-width: 230px !important;
}
#saku-datatable #feature-table .input-group #filter-btn {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    width: 100%;
    outline: none !important;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    font-size: 0.8rem !important;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
#saku-datatable #table-container {
    min-height: 560px !important;
    padding-top: 1rem;
}
#table-data {
    width: 100% !important;
}
#table-data_wrapper .dataTables_scrollHead table,
#table-data_wrapper .dataTables_scrollBody table {
    width: 100% !important;
    table-layout: fixed !important;
}
#table-data_wrapper .col-no {
    width: 5% !important;
}
#table-data_wrapper .col-kode {
    width: 20% !important;
}
#table-data_wrapper .col-deskripsi {
    width: 30% !important;
}
#table-data_wrapper .col-tanggal-awal {
    width: 15% !important;
}
#table-data_wrapper .col-tanggal-akhir {
    width: 15% !important;
}
#table-data_wrapper .col-aksi {
    width: 15% !important;
}
#teleport {
    position: relative;
    width: 100%;
    height: 100%;
}
#teleport .header-form {
    min-height: 52px;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-left: 27px;
    padding-right: 27px;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    background-color: #fff;
}
#teleport .header-form .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#teleport .header-form .top-content .title-form {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
}
#teleport .header-form .top-content .action-content {
    display: flex;
    align-items: center;
    gap: 8px;
}
#teleport .header-form .top-content .action-content .btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 12.8px !important;
    line-height: 18px;
    letter-spacing: 0%;
    outline: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0.5rem;
    height: 76px;
    height: 20px;
}
#teleport .header-form .top-content .action-content .btn-action:hover {
    background-color: #f5f5f5;
}
#teleport .header-form .top-content .action-content .btn-action:active {
    background-color: #e0e0e0;
}
#teleport .header-form .top-content .action-content .btn-action:disabled {
    pointer-events: none;
    opacity: 0.5;
}
#teleport .body-form {
    position: relative;
    margin-top: 1px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    padding: 1rem;
    height: calc(100dvh - 140px);
    min-width: 30dvw;
}
#teleport .body-form .form-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
}
#teleport .body-form .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 74px;
    margin-bottom: 0;
}
#teleport .body-form .form-group .date-search {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    transform: translate(-8px, -8px);
}
#teleport .form-master-header-grid {
    background-color: #efefef;
    display: flex;
    padding: 0.5rem 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#teleport .form-master-header-grid .btn-nav-tab {
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    padding: 0;
}
#teleport .feature-list {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0 1.5rem;
}
#teleport .feature-list .btn-feature {
    display: flex;
    justify-content: center;
    align-content: center;
    column-gap: 8px;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background-color: transparent !important;
    outline: none !important;
    border: none;
}
#teleport .feature-list .btn-feature:hover {
    background-color: #e9e9e9 !important;
    color: #000;
}
#teleport .table-responsive {
    max-height: calc(100dvh - 365px);
    overflow-y: auto;
    overflow-x: hidden;
}
#teleport #table-upload {
    table-layout: fixed;
}
#teleport #table-upload .col-no {
    width: 5%;
}
#teleport #table-upload .col-kode {
    width: 18%;
}
#teleport #table-upload .col-nama {
    width: 30%;
}
#teleport #table-upload .col-tanggal {
    width: 13%;
}
#teleport #table-upload .col-jenis {
    width: 9%;
}
#teleport #table-upload .col-aksi {
    width: 6%;
}
/* prettier-ignore */
#teleport .table tbody td .action-item {
    outline: none;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 9999px;
}
/* prettier-ignore */
#teleport .table tbody td .action-item:hover {
    background-color: #f4f4f5;
}
/* twbsPagination overrides */
#teleport #pagination-container {
    margin: 0;
}
#teleport #pagination-container .pagination {
    margin: 0;
    gap: 3px;
}
#teleport #pagination-container .page-item .page-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    padding: 0;
    line-height: 1;
    transition: all 0.15s;
}
#teleport #pagination-container .page-item .page-link:hover {
    background: #eff6ff !important;
    border-color: #3b82f6 !important;
    color: #3b82f6 !important;
}
#teleport #pagination-container .page-item.active .page-link {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #fff !important;
}
#teleport #pagination-container .page-item.disabled .page-link {
    background: #f8fafc !important;
    color: #cbd5e1 !important;
    border-color: #f1f5f9 !important;
}
#teleport .search-container {
    margin-left: auto;
    width: 25%;
}
#content-bottom-sheet-baru {
    height: 100%;
}
#content-bottom-sheet-baru .sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem 0.75rem;
}
#content-bottom-sheet-baru .sheet-header .sheet-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1d27;
    margin-bottom: 0;
}
#content-bottom-sheet-baru .sheet-header .sheet-sub {
    font-size: 13px;
    color: #8b90a0;
    margin-top: 3px;
    margin-bottom: 0;
}
#content-bottom-sheet-baru .divider {
    height: 1px;
    background: #f0f2f7;
    margin: 0 1.5rem 1.25rem;
}
#content-bottom-sheet-baru .form-body {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
#content-bottom-sheet-baru .form-body .date-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
#content-bottom-sheet-baru .btn-row {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 10px;
    margin-top: 0.5rem;
}
#content-bottom-sheet-baru .btn-reset {
    padding: 13px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    border-radius: 12px;
    border: 1.5px solid #eaecf2;
    background: #f7f8fc;
    color: #8b90a0;
    cursor: pointer;
    transition: background 0.15s;
}
#content-bottom-sheet-baru .btn-reset:hover {
    background: #edeef4;
}

#content-bottom-sheet-baru .btn-save {
    padding: 13px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    background: #3b82f6;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition:
        background 0.15s,
        transform 0.1s;
}
#content-bottom-sheet-baru .btn-save:hover {
    background: #2563eb;
}
#content-bottom-sheet-baru .btn-save:active {
    transform: scale(0.98);
}
#content-bottom-sheet-baru .btn-save:disabled {
    background: #93c5fd;
    cursor: not-allowed;
}
#content-bottom-sheet-baru .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 74px;
    margin-bottom: 0;
}
#content-bottom-sheet-baru .form-group .date-search {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    transform: translate(-8px, -29px);
}
#bs-selector-baru .c-bottom-sheet__sheet {
    width: 50%;
    height: 85dvh;
    margin-left: 25%;
    margin-right: 25%;
}
#content-bottom-sheet-baru .datepicker-custom .datepicker-dropdown {
    left: 15px !important;
    top: 172px !important;
}
#content-bottom-sheet-baru .info-name {
    position: absolute;
    display: flex;
    align-items: center;
    background: white;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
}
#content-bottom-sheet-baru .input-group-prepend {
    border-top: 1px solid #babcbe;
    border-left: 1px solid #babcbe;
    border-bottom: 1px solid #babcbe;
    border-right: none;
}
#content-bottom-sheet-baru
    .input-group-prepend:not(.hidden)
    + input.form-control:not(#cari):not([id*="selectized"]):not(
        .selectize-input > input
    ) {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#teleport .upload-container {
    display: flex;
    height: calc(42vh - 16px);
    gap: 50px;
}
#teleport .upload-container .upload-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    border: 2px dashed #dee1e6;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}
#teleport .upload-container .upload-area img {
    margin-bottom: 11px;
}
#teleport .upload-container .upload-area .upload-label {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 2px;
}
#teleport .upload-container .upload-area .upload-support,
#teleport .upload-container .upload-area .upload-limit {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8b8a8d;
    margin-bottom: 2px;
}
#teleport .upload-container .upload-section {
    margin-bottom: 16px;
    width: 70%;
}
#teleport .upload-container .upload-section .section-title {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 9px;
}
#teleport .upload-container .upload-section .uploading-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
#teleport .upload-container .upload-section .uploading-list .uploading-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.25);
    padding: 10px 8px;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploading-item
    .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploading-item
    .top-content
    .upload-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploading-item
    .top-content
    .upload-info
    .file-name {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploading-item
    .progress-bar {
    height: 4px;
    width: 100%;
    background-color: #dee1e6;
    border-radius: 100px;
    overflow: hidden;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploading-item
    .progress-bar
    .progress-fill {
    height: 100%;
    background-color: #375cb4;
    border-radius: 100px;
    transition: width 0.3s ease;
}
#teleport .upload-container .upload-section .uploading-list .uploaded-item {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 10px 8px;
}
#teleport .upload-container .upload-section .uploading-list .uploaded-item img {
    margin-right: 9px;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploaded-item
    .uploaded-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploaded-item
    .uploaded-info
    .file-name {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploaded-item
    .uploaded-info
    .additional-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploaded-item
    .uploaded-info
    .additional-info
    .upload-size,
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploaded-item
    .uploaded-info
    .additional-info
    .upload-date {
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8b8a8d;
}
#teleport
    .upload-container
    .upload-section
    .uploading-list
    .uploaded-item
    .btn-icon {
    height: 16px;
    background: none;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#teleport .upload-container .upload-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
}
/* Empty state */
#teleport .upload-container .empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    color: #8b8a8d;
    font-size: 12.8px;
}
