/* UNIVERSAL */
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_wrapper .col-no {
    width: 34px !important;
}
#table-data_wrapper .col-tanggal {
    width: 100px !important;
}
#table-data_wrapper .col-jumlah {
    width: 100px !important;
}
#table-data_wrapper .col-nilai {
    width: 133px !important;
}
#table-data_wrapper .col-status {
    width: 100px !important;
}
#table-data_wrapper .col-aksi {
    width: 54px !important;
}
#table-data tbody td .badge {
    border-radius: 100px;
    padding: 8px 22px;
    font-size: 9px !important;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}
#table-data tbody td .badge.badge-open {
    background-color: rgba(97, 197, 84, 1);
}
#table-data tbody td .badge.badge-filled {
    background-color: rgba(244, 190, 80, 1);
}
#table-data tbody td .badge.badge-closed {
    background-color: rgba(255, 59, 48, 1);
}
#teleport {
    position: relative;
    width: 100%;
    height: 100%;
}
#teleport .header-form {
    min-height: 85px;
    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 .header-form .tabs-header {
    margin-top: auto;
    display: flex;
    gap: 46px;
}
#teleport .header-form .tabs-header .tab {
    background-color: transparent;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 12.8px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #8b8a8d;
}
#teleport .header-form .tabs-header .tab.active {
    color: #000;
    border-bottom: 3px solid #375cb4;
}
#teleport .tabs-body {
    display: flex;
    padding: 0 23px;
}
#teleport .tabs-body .tab-content {
    display: none;
}
#teleport .tabs-body .tab-content.active {
    display: block;
}
#teleport .tabs-body .tab-content.box {
    position: relative;
    margin-top: 13px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    padding: 1rem;
    height: calc(100dvh - 170px);
    min-width: 30dvw;
}
#teleport .tabs-body .tab-content.box .box-body {
    display: flex;
    flex-direction: column;
}
#teleport .tabs-body #lampiran.tab-content.box .box-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100dvh - 250px);
}
#teleport .tabs-body .tab-content.box .box-body .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 74px;
    justify-content: flex-end;
    margin-bottom: 0;
}
#teleport .tabs-body .tab-content.box .box-body .title-tab {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 1rem;
}
#teleport .tabs-body #lampiran.tab-content.box .box-body .title-tab {
    margin-bottom: 5px;
}
#teleport .tabs-body .tab-content.box .box-body .subtitle-tab {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8b8a8d;
}
#teleport .tabs-body #lampiran.tab-content.box .box-body .subtitle-tab {
    margin-bottom: 24px;
}
#teleport .tabs-body .tab-content.box .box-body .reviewer-container {
    position: relative;
    border-radius: 10px;
    border: 1px solid #dee1e6;
    height: 100%;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list {
    list-style: none;
    padding: 0;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item {
    display: flex;
    align-items: center;
    cursor: move;
    background-color: transparent;
    transition: background 0.3s ease;
    padding: 8px 8px 10px 8px;
    border-bottom: 1px solid #dee1e6;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item:hover {
    background: #f9f9f9;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .drag-handle:active {
    cursor: grabbing;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item.sortable-ghost {
    opacity: 0.4;
    background: #f0f0f0;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item.sortable-drag {
    opacity: 0.8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .drag-handle {
    margin-right: 5px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .reviewer-label {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #8B8A8D;
    margin-right: 24px;
    width: 68px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .selectize-control {
    width: 150px;
    flex: 1;
}
/* Hilangkan border pada selectize */
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .selectize-control.single .selectize-input,
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .selectize-control.multi .selectize-input {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}
/* Optional: Hilangkan outline */
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .selectize-input {
    outline: none !important;
}
/* Hilangkan border saat focus */
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .selectize-control.single .selectize-input.focus,
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .selectize-control.multi .selectize-input.focus {
    border: none !important;
    box-shadow: none !important;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .action-item {
    border-left: 1px solid #8B8A8D;
    height: 16px;
    justify-self: flex-end;
    padding-left: 8px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-list .reviewer-item .action-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;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-footer {
    width: 100%;
    padding: 6px 13px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-footer .btn-link {
    background: none;
    background-color: transparent;
    outline: none;
    border: none;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0%;
    color: #375CB4;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .empty-reviewer {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12.8px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #8B8A8D;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-footer .btn-link:hover {
    color: #2c4a90;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-footer .btn-link:active {
    color: #21376c;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .reviewer-container .reviewer-footer .btn-link span {
    font-size: 12.8px !important;
}
#teleport .tabs-body .tab-content.box .box-footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 2rem);
    padding: 1rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#teleport .tabs-body .tab-content.box .box-footer .btn-next {
    outline: none !important;
    border: none;
    background-color: #375cb4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 28px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px;
}
#teleport .tabs-body .tab-content.box .box-footer .btn-next:hover {
    background-color: #2c4a90;
}
#teleport .tabs-body .tab-content.box .box-footer .btn-next:active {
    background-color: #21376c;
}
#teleport .tabs-body .tab-content.box .box-footer .btn-prev {
    outline: none !important;
    border: none;
    background-color: #8b8a8d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 28px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px;
    margin-right: auto;
}
#teleport .tabs-body .tab-content.box .box-footer .btn-prev:hover {
    background-color: #6f6e71;
}
#teleport .tabs-body .tab-content.box .box-footer .btn-prev:active {
    background-color: #535255;
}
#teleport .tabs-body .tab-content.box .box-body .upload-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 134px;
    border: 2px dashed #dee1e6;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}
#teleport .tabs-body .tab-content.box .box-body .upload-area img {
    margin-bottom: 11px;
}
#teleport .tabs-body .tab-content.box .box-body .upload-area .upload-label {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 2px;
}
#teleport .tabs-body .tab-content.box .box-body .upload-area .upload-support,
#teleport .tabs-body .tab-content.box .box-body .upload-area .upload-limit {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8b8a8d;
    margin-bottom: 2px;
}
#teleport .tabs-body .tab-content.box .box-body .upload-section {
    margin-bottom: 16px;
}
#teleport .tabs-body .tab-content.box .box-body .upload-section .section-title {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 9px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .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;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploading-item .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploading-item .top-content .upload-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .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%;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploading-item .progress-bar {
    height: 4px;
    width: 100%;
    background-color: #DEE1E6;
    border-radius: 100px;
    overflow: hidden;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploading-item .progress-bar .progress-fill {
    height: 100%;
    background-color: #375CB4;
    border-radius: 100px;
    transition: width 0.3s ease;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploaded-item {
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 6px;
    padding: 10px 8px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploaded-item img {
    margin-right: 9px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploaded-item .uploaded-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .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;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploaded-item .uploaded-info .additional-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .upload-section .uploading-list .uploaded-item .uploaded-info .additional-info .upload-size,
#teleport .tabs-body .tab-content.box .box-body .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;
}
/* prettier-ignore */
#teleport .tabs-body .tab-content.box .box-body .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 .tabs-body #dokumen-editor.tab-content.box,
#teleport .tabs-body #preview.tab-content.box {
    position: relative;
    margin-top: 13px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    height: 100%;
    min-width: 0;
}
#teleport .tabs-body #dokumen-editor.tab-content.box.active {
    display: flex;
    gap: 1rem;
    width: 100%;
    padding-bottom: 1rem;
}
/* prettier-ignore */
#teleport .tabs-body #dokumen-editor.tab-content.box .information-section {
    position: fixed;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    padding: 1rem;
    height: calc(100dvh - 240px);
    width: 30dvw;
}
/* prettier-ignore */
#teleport .tabs-body #dokumen-editor.tab-content.box .information-section .title-information {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
}
/* prettier-ignore */
#teleport .tabs-body #dokumen-editor.tab-content.box .information-section h2,
#teleport .tabs-body #dokumen-editor.tab-content.box .information-section p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12.8px !important;
    line-height: 100%;
    letter-spacing: 0%;
}
#teleport .tabs-body #dokumen-editor.tab-content.box .information-section li {
    font-weight: 500;
    font-size: 12.8px !important;
    line-height: 100%;
    letter-spacing: 0%;
}
/* prettier-ignore */
#teleport .tabs-body #dokumen-editor.tab-content.box .editor-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 65dvw;
    margin-left: auto;
}
/* prettier-ignore */
#teleport .tabs-body #dokumen-editor.tab-content.box .editor-section .editor-container {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    border-radius: 10px;
    width: 100%;
    min-height: 345px;
}
/* prettier-ignore */
#teleport .tabs-body #dokumen-editor.tab-content.box .editor-section .editor-container .title-editor {
    display: block;
    padding: 18px 1rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
#teleport .tabs-body #dokumen-editor.tab-content.box .box-footer,
#teleport .tabs-body #preview.tab-content.box .box-footer {
    position: relative;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    border-radius: 10px;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
    border-radius: 10px;
    height: 100%;
    width: calc(100dvw - 707px);
    margin-bottom: 1rem;
    padding: 36px 80px;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section h1 {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section table td {
    border: 1px solid #333;
    padding: 8px;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section table td:first-child {
    width: 30%;
    font-weight: normal;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section .content {
    text-align: justify;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section .content .list-content {
    padding: 0;
    padding-left: 10px;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section .content .list-content h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12.8px !important;
}
/* prettier-ignore */
#teleport .tabs-body #preview.tab-content.box .preview-section .content .list-content * {
    font-weight: 400;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
}
