/* 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 {
    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-tanggal {
    width: 15% !important;
}
#table-data_wrapper .col-deskripsi {
    width: 20% !important;
}
#table-data_wrapper .col-jumlah {
    width: 15% !important;
}
#table-data_wrapper .col-nilai {
    width: 20% !important;
}
#table-data_wrapper .col-status {
    width: 15% !important;
}
#table-data_wrapper .col-aksi {
    width: 10% !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 .body-form {
    display: flex;
    justify-content: center;
}
#teleport .body-form .box {
    position: relative;
    margin-top: 13px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    height: 100%;
    min-width: 0;
}
/* prettier-ignore */
#teleport .body-form .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 .body-form .box .preview-section h1 {
    margin-bottom: 2px;
    padding: 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section h6#preview-subtitle {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section table td {
    border: 1px solid #333;
    padding: 8px;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section table td:first-child {
    width: 30%;
    font-weight: normal;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section .content {
    text-align: justify;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section .content .list-content {
    padding: 0;
    padding-left: 10px;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section .content .list-content h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12.8px !important;
}
/* prettier-ignore */
#teleport .body-form .box .preview-section .content .list-content * {
    font-weight: 400;
    font-size: 12.8px;
    line-height: 100%;
    letter-spacing: 0%;
}
