.title-container {
    position: absolute;
    top: 35%;
    right: 0;
    text-align: center;
    margin-right: 200px;
}

.title-container>h3,
.title-container>h6 {
    font-weight: bold;
    color: #282D74;
}

.login-container {
    width: 300px;
    /* height: 250px; */
    background-color: #fff;
    position: absolute;
    /* top: 30%; */
    /* margin-right: 50px; */
    border-radius: 12px;
    /* box-shadow: 0px 0px 8px #00000059; */
    /* margin-left: 60px; */
}

.login-container>.verification {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    margin: 10px 35%;
}

.verification>a {
    color: rgb(233, 232, 232);
    text-decoration: underline;
}

.login-logo {
    border-bottom: 2px solid #003D79;
    padding: 25px;
}

.tracking-form>small {
    margin: auto 20%;
}

.login-form {
    margin: 10px 20px;
    color: black;
    position: relative;
}

/* .login-form > input{
    border: 1px solid #495057;
} */

.login-form>button {
    width: 100%;
    border-radius: 1rem;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #C53A27 !important;
    color: #fff;
    margin: 20px 0px;
}

.login-form>button:disabled {
    background-color: rgb(21, 74, 128) !important;
    color: rgb(31, 96, 160) !important;
}

.login-form>input::-webkit-input-placeholder,
.login-form>input::-moz-placeholder {
    color: #BEBEBE;
}

.login-form>a {
    font-size: 12px;
    float: right;
    color: rgb(238, 238, 238);
    font-style: italic;
}

.login-form>input {
    background-size: 20px;
    background-color: #fff;
    border-radius: 35px;
    font-size: 13px;
    padding: 10px 10px 10px 16px;
    margin: 10px 0px;
}

.login-form>span {
    font-size: 10px;
    color: rgb(113, 114, 116);
}

.now-date {
    margin: 14px 0px 10px 40px;
    color: black;
    font-size: 12px;
}

.label-login {
    float: left;
    margin: 5px 20px;
    font-size: 12px;
}

.label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-action>a {
    color: #fff;
}

.date-input>input {
    margin-bottom: 0px !important;
    width: 150px;
}

#passwordLogin {
    top: 100px;
    right: 10px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.error-login {
    font-size: 12px;
    color: #c02b18;
    opacity: 75%;
}

.bg-navbar {
    background: #2C3280 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 2px 4px #0000001A; */
}

.bg-navbar span {
    color: #fff !important;
}

.profile-navbar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.profile-navbar>span {
    margin-right: 20px;
    color: #464646;
    font-weight: bold;
}

.sidenav a {
    padding: 10px 8px 8px 16px;
    text-decoration: none;
    color: #4349A1;
    display: block;
}

.sidenav>.logo {
    display: flex;
    margin-bottom: 1rem;
    text-align: center;
}

.sidenav .role-user {
    margin: auto;
    color: #464646;
}

.sidenav>.logo:hover {
    color: #4349A1;
}

.sidenav a.active {
    background-color: #CDD8E5;
}

.sidenav a:hover {
    color: #f53e1e;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.main-title h5 {
    color: #fff;
    font-weight: bold;
}

.header-content span {
    color: #fff;
}

.header-content {
    display: flex;
    justify-content: space-between;
}

.header-content a {
    color: #fff;
}

.header-content__queue input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E7E7E7;
    background-size: auto;
    border-radius: 90px;
    margin-bottom: 10px;
}

.header-content__queue .searchFilter {
    background: url("/assets/images/icon-search.svg") no-repeat scroll 95% 5px;
    width: 280px;
    padding-right: 55px;
    background-color: #fff;
}

.header-content__queue .dateFilter {
    background: url("/assets/images/calendar.svg") no-repeat scroll 5% 5px;
    width: 210px;
    padding-left: 50px;
    margin-right: 10px;
    background-color: #fff;
}

.header-content__queue {
    display: flex;
    align-items: center;
}

.header-content__queue:hover {
    text-decoration: none;
}

.header-content__queue>span {
    margin-right: 30px;
    color: #565656;
    font-size: 15px;
}

.header-content__queue>button,
.btn-round {
    margin: 0px 0px 10px 20px;
    width: fit-content;
    padding: 5px 15px;
    background: rgb(172, 170, 170) 0% 0% no-repeat padding-box;
    border-radius: 61px;
    color: #fff;
}

.header-content__queue>.btnFilter {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DBDBDB;
    color: #5D5D5D;
    margin: 0px 10px 10px 5px;
}

.header-content__queue>.btnFilter.active {
    background: #666AA3 0% 0% no-repeat padding-box;
    color: #fff;
}

.table-head {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 17px;
    margin-top: 10px;
    color: #565656;
    padding: 1rem;
    overflow: auto;
}

.table-head>div:nth-child(2) {
    width: 100px;
}

.table-head>div:nth-child(5) {
    width: 300px;
}

.sort-date__icon::before {
    content: url("/assets/images/sort-date.svg");
}

.btn-sortDate.desc>.sort-date__icon::before {
    content: url("/assets/images/sort-date.svg");
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-sortDate {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px #00000040;
    border-radius: 61px;
    color: #5D5D5D;
}

.fixed-header {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    margin-top: 65px;
    width: 100%;
    padding-left: 218px;
    padding-right: 40px;
    box-shadow: 0px 4px 6px #0000001A;
    background-color: #fff;
}

.purchase-container>h6 {
    color: #565656;
    margin-left: 10px;
}

.purchase-container>h6>span {
    color: #2C3280;
}

.purchase-container {
    margin-bottom: 50px;
    margin-top: 10px;
}

.purchase-container__title {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 10px 0px;
}

.purchase-container__title>a {
    color: #565656;
}

.sidenav.show {
    display: block;
}

.sidenav {
    height: 100%;
    width: 190px;
    position: fixed;
    z-index: 1039;
    top: 0;
    left: 0;
    background-color: #E6EBF1;
    overflow-x: hidden;
}

@media only screen and (min-width: 901px) {
    .role-user {
        margin-left: 10px;
        width: 100px;
    }

    #dateNow {
        /* color: #5D5D5D; */
        margin-left: 200px;
    }

    .main {
        font-size: 17px;
        /* Increased text to enable scrolling */
        padding: 130px 40px 10px 230px;
        background-color: #FFF;
    }

    .sidenav {
        display: block;
    }

    .main-title {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 100%;
        padding-left: 218px;
        padding-right: 40px;
        padding-bottom: 5px;
        /* margin-top: 10px; */
        background-color: #4349A1;
        box-shadow: 0px 4px 6px #0000001A;
    }

    .filter-date {
        margin-top: 40px;
        display: flex;
    }

    .filter-date__mobile {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .role-user {
        width: 100px;
        margin: 0;
    }

    #dateNow {
        color: #5D5D5D;
    }

    /* .sidenav {
        padding-top: 75px;
    } */

    .main {
        font-size: 17px;
        /* Increased text to enable scrolling */
        background-color: #FFF;
    }

    .sidenav {
        display: none;
    }

    .main-title {
        /* display: none; */
        margin: 4rem 1rem 1rem 1rem;
    }

    .filter-date {
        display: none;
    }

    .filter-date__mobile {
        display: block;
    }
}

#table_id.dataTable.no-footer,
#tableNonKontraktual.dataTable.no-footer {
    border-bottom: none;
}

#table_id.dataTable.display tbody tr.odd>.sorting_1,
#table_id.dataTable.display tbody tr:hover>.sorting_1 {
    background-color: #fff;
}

#table_id.dataTable thead th,
#tableNonKontraktual.dataTable thead th {
    border-bottom: none;
}

.tableRegister>thead {
    background-color: #EEEEEE;
    width: 100%;
}

#table_id.dataTable.display tbody td {
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
    font-size: 16px;
    text-align: center;
    color: #4b4a4a;
    cursor: pointer;
}

table#table_id.dataTable tbody tr:hover {
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    z-index: 1;
}

#table_id.dataTable.display tbody td:first-child {
    border-left: 1px solid #0000001A;
}

#table_id.dataTable.display tbody td:last-child {
    border-right: 1px solid #0000001A;
}

.tableMutationRpata tbody td:first-child {
    width: 10%;
}

.tableMutationRpata tbody td:nth-child(2) {
    width: 10%;
}

.tableMutationRpata tbody td:nth-child(3) {
    width: 20%;
}

.tableMutationRpata tbody td:nth-child(4) {
    width: 10%;
}

.tableMutationRpata tbody td:nth-child(5) {
    width: 10%;
}

.tableMutationRpata tbody td:nth-child(6) {
    width: 10%;
}

.tableMutationRpata tbody td:nth-child(7) {
    width: 30%;
}

.tableQueueTagihan tbody td:first-child {
    width: 40%;
}

.tableQueueTagihan tbody td:nth-child(2) {
    width: 25%;
}

.tableQueueTagihan tbody td:nth-child(3) {
    width: 10%;
}

.tableQueueTagihan tbody td:nth-child(4) {
    width: 10%;
}

.tableQueueTagihan tbody td:nth-child(5) {
    width: 10%;
}

.tableQueueTagihan tbody td:nth-child(6) {
    width: 5%;
}


.tableQueueKontrak tbody td:first-child {
    width: 9%;
}

.tableQueueKontrak tbody td:nth-child(2) {
    width: 9%;
}

.tableQueueKontrak tbody td:nth-child(3) {
    width: 42%;
}

.tableQueueKontrak tbody td:nth-child(4) {
    width: 10%;
}

.tableQueueKontrak tbody td:nth-child(5) {
    width: 10%;
}

.tableQueueKontrak tbody td:nth-child(6) {
    width: 10%;
}

.tableQueueKontrak tbody td:nth-child(7) {
    width: 10%;
}

.tableRegister tbody td:first-child {
    width: 5%;
}

.tableRegister tbody td:nth-child(2) {
    width: 12%;
}

.tableRegister tbody td:nth-child(3) {
    width: 10%;
}

.tableRegister tbody td:nth-child(4) {
    width: 25%;
}

.tableRegister tbody td:nth-child(5) {
    width: 11%;
}

.tableRegister tbody td:nth-child(6) {
    width: 13%;
}

.tableRegister tbody td:nth-child(7) {
    width: 13%;
}

.tableRegister tbody td:nth-child(8) {
    width: 11%;
}

.tableDelayQueue tbody td:first-child {
    width: 12%;
}

.tableDelayQueue tbody td:nth-child(2) {
    width: 11%;
}

.tableDelayQueue tbody td:nth-child(3) {
    width: 28%;
}

.tableDelayQueue tbody td:nth-child(4) {
    width: 13%;
}

.tableDelayQueue tbody td:nth-child(5) {
    width: 12%;
}

.tableDelayQueue tbody td:nth-child(6) {
    width: 12%;
}

.tableDelayQueue tbody td:nth-child(7) {
    width: 12%;
}

.tableReportPpspm tbody td:nth-child(1) {
    width: 14%;
}

.tableReportPpspm tbody td:nth-child(2) {
    width: 43%;
}

.tableReportPpspm tbody td:nth-child(3) {
    width: 9%;
}

.tableReportPpspm tbody td:nth-child(4) {
    width: 15%;
}

.tableReportPpspm tbody td:nth-child(5) {
    width: 6%;
}

.tableReportPpspm tbody td:nth-child(6) {
    width: 10%;
}

.tableReportPpspm tbody td:nth-child(7) {
    width: 3%;
}

.tableReportPpk tbody td:first-child {
    width: 41%;
}

.tableReportPpk tbody td:nth-child(2) {
    width: 14%;
}

.tableReportPpk tbody td:nth-child(3) {
    width: 9%;
}

.tableReportPpk tbody td:nth-child(4) {
    width: 15%;
}

.tableReportPpk tbody td:nth-child(5) {
    width: 6%;
}

.tableReportPpk tbody td:nth-child(6) {
    width: 10%;
}

.tableReportPpk tbody td:nth-child(7) {
    width: 5%;
}

.tableReport tbody td:first-child {
    width: 14%;
}

.tableReport tbody td:nth-child(2) {
    width: 24%;
}

.tableReport tbody td:nth-child(3) {
    width: 18%;
}

.tableReport tbody td:nth-child(4) {
    width: 14%;
}

.tableReport tbody td:nth-child(5) {
    width: 14%;
}

.tableReport tbody td:nth-child(6) {
    width: 6%;
}

.tableReport tbody td:nth-child(7) {
    width: 10%;
}

.tableReportNonKontraktual tbody td:first-child {
    width: 10%;
}

.tableReportNonKontraktual tbody td:nth-child(2) {
    width: 10%;
}

.tableReportNonKontraktual tbody td:nth-child(3) {
    width: 10%;
}

.tableReportNonKontraktual tbody td:nth-child(4) {
    width: 7%;
}

.tableReportNonKontraktual tbody td:nth-child(5) {
    width: 19%;
}

.tableReportNonKontraktual tbody td:nth-child(6) {
    width: 10%;
}

.tableReportNonKontraktual tbody td:nth-child(7) {
    width: 24%;
}

.tableReportNonKontraktual tbody td:nth-child(8) {
    width: 10%;
}

.tableBku>tbody>tr>td:first-child {
    width: 3%;
}

.tableBku>tbody>tr>td:nth-child(2) {
    width: 10%;
}

.tableBku>tbody>tr>td:nth-child(3) {
    width: 42%;
}

.tableBku>tbody>tr>td:nth-child(4) {
    width: 15%;
}

.tableBku>tbody>tr>td:nth-child(5) {
    width: 15%;
}

.tableBku>tbody>tr>td:nth-child(6) {
    width: 15%;
}

.tableReportBg tbody td:first-child {
    width: 10%;
}

.tableReportBg tbody td:nth-child(2) {
    width: 10%;
}

.tableReportBg tbody td:nth-child(3) {
    width: 10%;
}

.tableReportBg tbody td:nth-child(4) {
    width: 30%;
}

.tableReportBg tbody td:nth-child(5) {
    width: 30%;
}

.tableReportBg tbody td:nth-child(6) {
    width: 10%;
}

.tableNonKontraktual tbody td:first-child() {
    width: 10%;
}

.tableNonKontraktual tbody td:nth-child(2) {
    width: 55%;
}

.tableNonKontraktual tbody td:nth-child(3) {
    width: 15%;
}

.tableNonKontraktual tbody td:nth-child(4) {
    width: 10%;
}

.tableNonKontraktual tbody td:nth-child(5) {
    width: 10%;
}

.tableLapNonKontraktual tbody td:nth-child(1) {
    width: 10%;
}

.tableLapNonKontraktual tbody td:nth-child(2) {
    width: 50%;
}

.tableLapNonKontraktual tbody td:nth-child(3) {
    width: 10%;
}

.tableLapNonKontraktual tbody td:nth-child(4) {
    width: 10%;
}

.tableLapNonKontraktual tbody td:nth-child(5) {
    width: 10%;
}

.tableTreasure tbody td:first-child() {
    width: 16%;
}

.tableTreasure tbody td:nth-child(2) {
    width: 5%;
}

.tableTreasure tbody td:nth-child(3) {
    width: 24%;
}

.tableTreasure tbody td:nth-child(4) {
    width: 10%;
}

.tableTreasure tbody td:nth-child(5) {
    width: 15%;
}

.tableTreasure tbody td:nth-child(6) {
    width: 13%;
}

.tableTreasure tbody td:nth-child(7) {
    width: 17%;
}

.tableReportSpj tbody td:first-child {
    width: 10%;
}

.tableReportSpj tbody td:nth-child(2) {
    width: 10%;
}

.tableReportSpj tbody td:nth-child(3) {
    width: 10%;
}

.tableReportSpj tbody td:nth-child(4) {
    width: 60%;
}

.tableReportSpj tbody td:nth-child(5) {
    width: 10%;
}

.table-riwayat tbody td:first-child {
    width: 30%;
}

.table-riwayat tbody td:nth-child(2) {
    width: 10%;
}

.table-riwayat tbody td:nth-child(3) {
    width: 43%;
}

.table-fund-code tbody td:nth-child(1) {
    width: 5% !important;
}

.table-fund-code tbody td:nth-child(2) {
    width: 60% !important;
}

.table-fund-code tbody td:nth-child(3) {
    width: 10% !important;
}

.table-fund-code tbody td:nth-child(4) {
    width: 10% !important;
}

.table-fund-code tbody td:nth-child(5) {
    width: 10% !important;
}

.table-fund-code tbody td:nth-child(6) {
    width: 5% !important;
}


.table-po tbody td:nth-child(2) {
    width: 16% !important;
}

.table-po tbody td:nth-child(3) {
    width: 35%;
}

.table-po tbody td:nth-child(4) {
    width: 15%;
}

.table-po tbody td:nth-child(5) {
    width: 15%;
}

.table-po tbody td:nth-child(6) {
    width: 15%;
}

.table-non-kontraktual tbody td:nth-child(1) {
    width: 25% !important;
}

.table-non-kontraktual tbody td:nth-child(2) {
    width: 10% !important;
}

.table-non-kontraktual tbody td:nth-child(3) {
    width: 10%;
}

.table-non-kontraktual tbody td:nth-child(4) {
    width: 10%;
}

.table-non-kontraktual tbody td:nth-child(5) {
    width: 35%;
}

.table-non-kontraktual tbody td:nth-child(6) {
    width: 10%;
}

.table-riwayat tbody td:nth-child(8) {
    width: 17%;
}

.tableRealization tbody td:nth-child(1) {
    width: 10% !important;
}

.tableRealization tbody td:nth-child(2) {
    width: 35% !important;
}

.tableRealization tbody td:nth-child(3) {
    width: 20%;
}

.tableRealization tbody td:nth-child(4) {
    width: 10%;
}

.tableRealization tbody td:nth-child(5) {
    width: 10%;
}

.tableRealization tbody td:nth-child(6) {
    width: 15%;
}

.logo-login {
    /* position: absolute;
    top: 5%;
    margin-left: 60px; */
    display: grid;
    padding: 2rem;
}

.logo-login>img {
    margin: auto;
}

.detail-queue__container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000001A;
    border-radius: 6px;
}

.detail-queue {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #0000001A;
    color: #565656;
    justify-content: space-between;
}

.detail-queue>span {
    text-align: center;
}

.detail-queue>span:first-child {
    width: 12%;
}

.detail-queue>span:nth-child(2) {
    width: 11%;
}

.detail-queue>span:nth-child(3) {
    width: 10%;
}

.detail-queue>span:nth-child(4) {
    width: 26%;
}

.detail-queue>span:nth-child(5) {
    width: 11%;
}

.detail-queue>span:nth-child(6) {
    width: 15%;
}

.detail-queue>span:nth-child(7) {
    width: 15%;
}


.detail-queue__desc {
    padding: 20px;
    color: #565656;
}

.detail-queue__desc>h6 {
    font-weight: bold;
}

.detail-queue__desc li {
    margin-top: 5px;
    align-items: center;
}

.checklist-doc__title {
    font-size: 13px;
    margin-top: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #2C3280 !important;
}

.custom-checkbox .custom-control-label::before {
    border: 2px solid #2C3280;
}

.detail-queue__footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.detail-queue__footer>button {
    width: 140px;
}

.button-proses {
    background-color: #2C3280;
    padding: 5px 10px;
    border-radius: 15px;
}

.button-proses:hover {
    background-color: #41489e;
}

.button-proses a {
    color: white;
}

.button-proses a:hover {
    text-decoration: none;
}

.btn-primary {
    background-color: #2C3280;
    border-radius: 6px;
}

.btn-danger {
    background-color: #C42127;
    border-radius: 6px;
}

.detail-queue__footer>.btn-primary {
    margin-left: 300px;
}

.detail-queue__footer>.btn-danger {
    margin-right: 50px;
}

.modal-footer>button {
    border-radius: 6px;
    width: 130px;
}

#framePdf {
    right: 0;
    top: 53px;
    bottom: 0;
    height: 500px;
    width: 100%;
}

.modal-header>span {
    text-align: center;
    margin-top: 10px;
    width: 300px;
}

.modal-content {
    border-radius: 12px;
}

.filter-type__report>ul {
    padding: 5px 10px;
}

.filter-type__report li {
    align-items: center;
}

.filter-container {
    font-size: 13px;
    color: #565656;
    padding-bottom: 10px;
}

.filter-container>.row {
    margin: 5px 25px;
}

.btn-action__filter {
    display: flex;
    justify-content: right;
}

.btn-action__filter>button {
    border-radius: 61px;
    color: #fff;
    width: 100px;
}

.btn-action__filter>.btn-reset {
    margin-right: 30px;
    background: #AAAAAA 0% 0% no-repeat padding-box;
}

.btn-action__filter>.btn-apply {
    background: #2C3280 0% 0% no-repeat padding-box;
}

.profile-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 9px#00000026;
    border-radius: 6px;
    margin-top: 20px;
    padding: 0px 0px 10px 0px;
    color: #565656;
}

.profile-container li {
    list-style-type: none;
    padding: 5px 0px;
}

.profile-container ol {
    padding: 0px 20px
}

.tableQueue tbody td:first-child {
    width: 10% !important;
}

.tableQueue tbody td:nth-child(2) {
    width: 17% !important;
}

.tableQueue tbody td:nth-child(3) {
    width: 25% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.tableQueue tbody td:nth-child(4) {
    width: 10% !important;
}

.tableQueue tbody td:nth-child(5) {
    width: 10% !important;
}

.tableQueue tbody td:nth-child(6) {
    width: 10% !important;
}

.tableQueue tbody td:nth-child(7) {
    width: 8% !important;
}

.tableQueue tbody td:nth-child(8) {
    width: 10% !important;
}

.tablePPSPM tbody td:first-child {
    width: 13%;
}

.tablePPSPM tbody td:nth-child(2) {
    width: 5%;
}

.tablePPSPM tbody td:nth-child(3) {
    width: 26%;
}

.tablePPSPM tbody td:nth-child(4) {
    width: 13%;
}

.tablePPSPM tbody td:nth-child(5) {
    width: 14%;
}

.tablePPSPM tbody td:nth-child(6) {
    width: 14%;
}

.tablePPSPM tbody td:nth-child(7) {
    width: 5%;
}

.tablePPSPM tbody td:nth-child(8) {
    width: 10%;
}

.tablePPSPM th {
    border-bottom: #dee2e6 !important;
}

.tableHistoryLegal tbody td:first-child {
    width: 10%;
}

.tableHistoryLegal tbody td:nth-child(2) {
    width: 20%;
}

.tableHistoryLegal tbody td:nth-child(3) {
    width: 10%;
}

.tableHistoryLegal tbody td:nth-child(4) {
    width: 10%;
}

.tableHistoryLegal tbody td:nth-child(5) {
    width: 10%;
}

.tableHistoryLegal tbody td:nth-child(6) {
    width: 40%;
}

.tableDipaDetailNonKontraktual tbody td:first-child {
    width: 12%;
}

.tableDipaDetailNonKontraktual tbody td:nth-child(2) {
    width: 10%;
}

.tableDipaDetailNonKontraktual tbody td:nth-child(3) {
    width: 54%;
}

.tableDipaDetailNonKontraktual tbody td:nth-child(4) {
    width: 14%;
}

.tableDipaDetailNonKontraktual tbody td:nth-child(5) {
    width: 10%;
}

.tableDipaDetail tbody td:first-child {
    width: 10%;
}

.tableDipaDetail tbody td:nth-child(2) {
    width: 10%;
}

.tableDipaDetail tbody td:nth-child(3) {
    width: 10%;
}

.tableDipaDetail tbody td:nth-child(4) {
    width: 50%;
}

.tableDipaDetail tbody td:nth-child(5) {
    width: 10%;
}

.tableDipaDetail tbody td:nth-child(6) {
    width: 10%;
}

.tableDipaHistory tbody td:nth-child(2) {
    width: 40%;
}

.tableDipaHistory tbody td:nth-child(3) {
    width: 50%;
}

.tableDipaHistory tbody td:first-child {
    width: 10%;
}

.tableDipaHistory tbody td:nth-child(2) {
    width: 40%;
}

.tableDipaHistory tbody td:nth-child(3) {
    width: 50%;
}

.tableDipa tbody td:first-child {
    width: 10%;
    max-width: 300px;
}

.tableDipa tbody td:nth-child(2) {
    width: 30%;
}

.tableDipa tbody td:nth-child(3) {
    width: 10%;
}

.tableDipa tbody td:nth-child(4) {
    width: 10%;
}

.tableDipa tbody td:nth-child(5) {
    width: 9%;
}

.tableDipa tbody td:nth-child(6) {
    width: 10%;
}

.tableDipa tbody td:nth-child(7) {
    width: 10%;
}

.tableDipa tbody td:nth-child(8) {
    width: 6%;
}

.tableDipa tbody td:nth-child(9) {
    width: 5%;
}

.tableDipa th {
    border-bottom: #dee2e6 !important;
}

.table-bku tbody td:nth-child(7) {
    min-width: 500px;
}

.tableAkun tbody td:first-child {
    width: 20%;
}

.tableAkun tbody td:nth-child(2) {
    width: 5%;
}

.tableAkun tbody td:nth-child(3) {
    width: 55%;
}

.tableAkun tbody td:nth-child(4) {
    width: 20%;
}


.footer-table {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-left: 200px;
    gap: 1rem;
}

.footer-table>div {
    min-width: 0;
    margin: 0px 10px;
}

.tableQueue tbody td.waiting-fo:first-child,
.tablePPSPM tbody td.waiting-fo:first-child,
.tableReportPpspm tbody td.waiting-fo:first-child {
    border-left: 4px solid gray !important;
}

.tableQueue tbody td.verif-staff-ppk:first-child,
.tablePPSPM tbody td.verif-staff-ppk:first-child,
.tableReportPpspm td.verif-staff-ppk:first-child {
    border-left: 4px solid yellow !important;
}

.tableQueue tbody td.waiting-staff-ppk:first-child {
    border-left: 4px solid orange !important;
}

.tableQueue tbody td.waiting-spp:first-child,
.tablePPSPM tbody td.waiting-spp:first-child,
.tableReportPpspm td.waiting-spp:first-child {
    border-left: 4px solid #e74c3c !important;
}

.tablePPSPM tbody td.spm-published:first-child,
.tableReportPpspm td.spm-published:first-child,
.tableReportPpk td.spm-published:first-child {
    border-left: 4px solid #20d690 !important;
}


@keyframes border-pulsate {
    0% {
        border-color: rgb(255, 51, 0);
    }

    50% {
        border-color: rgba(0, 255, 255, 0);
    }

    100% {
        border-color: rgb(255, 30, 0);
    }
}

.tableQueue tbody td.alert:last-child {
    animation: border-pulsate 2s infinite;
}

.tableTreasure tbody td.waiting-fo:first-child {
    border-left: 4px solid gray !important;
}

.tableTreasure tbody td.verif-staff-ppk:first-child {
    border-left: 4px solid yellow !important;
}

.tableTreasure tbody td.waiting-staff-ppk:first-child {
    border-left: 4px solid orange !important;
}

.tableTreasure tbody td.waiting-spp:first-child {
    border-left: 4px solid #e74c3c !important;
}


.rectangle-grey {
    background-color: gray;
    height: 6px;
    width: 30px;
}

.rectangle-yellow {
    background-color: yellow;
    height: 6px;
    width: 30px;
}

.rectangle-orange {
    background-color: orange;
    height: 6px;
    width: 30px;
}

.rectangle-red {
    background-color: #e74c3c;
    height: 6px;
    width: 30px;
}

.rectangle-green {
    background-color: #20d690;
    height: 6px;
    width: 30px;
}

.custom-control-input:checked~.check-waiting::before {
    background-color: gray !important;
}

.custom-control-input:checked~.check-proceed::before {
    background-color: yellow !important;
}

.custom-control-input:checked~.check-spp::before {
    background-color: orange !important;
}

.waiting-fo {
    font-size: 14px;
    color: #3498db;
}

.verif-staff-ppk {
    font-size: 14px;
    color: yellow;
}

.waiting-staff-ppk {
    color: #8e44ad;
    font-size: 14px;
}

.waiting-spp {
    color: #e74c3c;
    font-size: 14px;
}

.spm-published {
    color: #20d690;
    font-size: 14px;
}

.queue-rincian {
    padding: 0px 30px 20px 30px;
}

.queue-rincian h6 {
    margin-bottom: 0px;
}

.queue-rincian li {
    font-size: 15px;
}

.queue-rincian strong {
    font-size: 15px;
}

.queue-rincian__title {
    margin-bottom: 10px !important;
}

.queue-rincian__send {
    margin-top: 10px;
    display: flex;
    /* justify-content: space-between; */
    /* align-items: end; */
}

.note-container {
    background-color: rgb(244, 247, 248);
    padding: 5px;
    border-radius: 5px;
    border: 0.5px solid rgb(241, 184, 184);
    min-width: 200px;
}

.warning-container {
    background-color: rgb(238, 245, 180);
    padding: 5px;
    border-radius: 5px;
    border: 0.5px solid rgb(250, 221, 3);
    min-width: 200px;
}

.queue-rincian__send button {
    width: 130px;
    height: 40px;
    margin: 0px 5px;
}

.queue-rincian__send input {
    width: 300px;
    margin-top: 5px;
}

.queue-rincian__send h6 {
    font-size: 12px;
}

.queue-rincian__send .btn-danger {
    margin-right: 30px;
}

.staff-ppk {
    position: absolute;
    right: 0;
}

.tbody-report__ppk td:first-child {
    width: 15% !important;
}

.tbody-report__ppk td:nth-child(2) {
    width: 25% !important;
}

.tbody-report__ppk td:nth-child(3),
.tbody-report__ppk td:nth-child(4),
.tbody-report__ppk td:nth-child(6),
.tbody-report__ppk td:nth-child(7) {
    width: 10% !important;
    text-align: center !important;
}

.tbody-report__ppk td:nth-child(5) {
    width: 13% !important;
    text-align: center !important;
}

.tbody-report__ppk td:nth-child(5) {
    width: 13% !important;
    text-align: center !important;
}

.tbody-report__ppk.staff td:last-child {
    width: 17% !important;
    text-align: center !important;
}

.btn-download {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DBDBDB;
    color: #3A13BC;
    padding: 5px;
}

.btn-download:hover {
    background-color: rgb(8, 95, 207);
    color: #fff;
}

.ppspm-payment {
    padding: 30px;
    color: #565656;
}

.ppspm-payment__form {
    margin-top: 20px;
    font-size: 14px;
}

.payment-submit button {
    width: 140px;
    margin-top: 30px;
}

.payment-submit {
    display: flex;
    justify-content: flex-end;
}

.ppspm-submit {
    display: flex;
    justify-content: space-between !important;
}

.currency-form {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-weight: bold;
    font-size: 15px;
}

.currency-form>input {
    width: 215px;
    margin-left: 10px;
}

.modal-fo span {
    margin-left: 60px;
    width: 100%;
}

.download-document__container {
    display: flex;
}

.take-document,
.send-staff {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.take-document-staff {
    display: flex;
    justify-content: center;
}

.mak_input {
    width: 300px;
    vertical-align: middle;
}

.mak_button {
    padding: 5px;
}

.dropdown-content.active,
.dropdown-export.active {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0088E2;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 13px;
    z-index: 1;
    font-size: 12px;
    text-align: left;
    border-radius: 6px;
}

.dropdown-content li,
.dropdown-export li {
    padding: 5px;
    list-style-type: none;
}

.dropdown-content a {
    color: #fff;
}

.dropdown-export {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 13px;
    z-index: 1;
    font-size: 12px;
    text-align: left;
    border-radius: 6px;
    right: 0;
    top: 30px;
}

.dropdown-export a {
    color: rgb(32, 32, 32);
}

.dropzone {
    background-color: #F0F2F8;
}

.caption-dropzone {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.canvasjs-chart-credit {
    width: 100%;
    background-color: #fff;
    color: #fff !important;
}

.spp-flex {
    margin-top: 10px;
    display: flex;
    width: 1300px;
}

.dt-body-left {
    text-align: left !important;
}

.error-message {
    color: red;
    margin: 10px 0px;
    text-align: center;
}

.hidePass {
    top: 5px;
    right: 20px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.hideConfirmPass {
    top: 5px;
    right: 20px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.countdown-ppk,
.err-parking {
    text-align: center;
    border: 1px solid #0088E2;
    padding: 5px 0px;
    color: #3A13BC;
}

.countdown-ppk #clock {
    font-weight: bold;
}

.fund-container {
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
}

.dt-body-right {
    text-align: right !important;
}

.dt-body-left {
    text-align: left !important;
}

.filter-date {
    height: 70px;
    box-shadow: 0px 0px 6px #00000026;
    justify-content: space-between;
    padding: 15px 20px;
}

.filter-date>div {
    display: flex;
    align-items: center;
}

.filter-date input,
.filter-date__choose input {
    max-width: 150px;
    border-radius: 30px;
    height: 30px;
    margin: 0px 15px;
}

.filter-date__mobile {
    height: 70px;
    box-shadow: 0px 0px 6px #00000026;
    justify-content: space-between;
    padding: 15px 20px;
}

.filter-date__choose {
    display: flex;
}

.days-filter * {
    margin: 0px 10px;
}

.days-filter>button,
.filter-date__choose>button {
    background-color: #fff;
    border: 1px solid #D7DAE2;
    border-radius: 30px;
}

.days-filter>button.active,
.filter-date__choose>button.active {
    background-color: #7C56FE;
    color: #fff;
}

.sort-product {
    cursor: pointer;
}

.sort-product.asc>img {
    transform: rotate(180deg);
}

.signature-container {
    height: 100px;
    width: 220px;
    margin: auto;
    display: grid;
}

.signature-container>img {
    margin: auto;
    width: 100%;
    height: auto;
    max-height: 100px;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    border: 1px dashed black;
}

.signature-pad--footer {
    color: #807d7d;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    background: url("/assets/images/cover.png");
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.switch>.slider-checkbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch>.slider-checkbox:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-checkbox {
    background-color: #2196F3;
}

input:focus+.slider-checkbox {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-checkbox:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.item-rek {
    cursor: pointer;
}

.body-rek>div.active {
    border: 1px solid #003D79 !important;
}

.body-rek>div:hover {
    background-color: #f0e8e8da;
}

.btn-white {
    background-color: #fff;
    color: black;
}

.btn-disabled {
    background-color: #dad8d8;
    color: #464646;
}

.menu-item-open .menu-submenu {
    display: block !important;
}

.menu-item-open .menu-arrow {
    rotate: 90deg;
}

.menu-submenu {
    background-color: #CDD8E5;
}

.menu-item {
    color: #fff;
}

.menu-item {
    color: #4349A1;
}

.menu-item>.menu-link {
    color: #4349A1;
}

.menu-item.active {
    color: #4349A1;
}

.menu-item.active>.menu-link {
    color: #4349A1;
}

.menu-arrow {
    position: absolute;
    right: 0;
    margin-right: 10px;
    color: #b4b2b2;
    rotate: 0deg;
}

.menu-arrow::before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: " \276F" !important;
}

.total-bku {
    display: flex;
    margin-bottom: 10px;
    background-color: #dfdbdb;
    border-radius: 10px;
    padding: 3px;
}

.select2-box>.select2 {
    width: 100% !important;
}

.dropdown-toggle.active+.dropdown-menu {
    display: block !important;
}

.col-rekening {
    display: grid;
    width: 50%;
}

.list-file {
    background-color: rgb(255, 255, 255);
    height: 120px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid rgb(184, 184, 184);
    border-radius: 5px;
}

.arrow-icon {
    background-color: #eceaea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 20px;
}

.arrow-icon img {
    margin: auto;
}

.uraian-container {
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(244, 244, 244);
    border: 1px solid #e3e0e0;
}

.btn-primary:disabled,
.btn-white:disabled {
    color: #fff;
    background-color: #cacbcc;
    border-color: #cacbcc;
    cursor: pointer;
}

.row-total {
    background-color: rgb(224, 224, 234);
    font-weight: bold;
}

.box-bkt {
    display: grid;
    width: 150px;
    border: 1px solid rgb(189, 189, 189);
    position: absolute;
}

.box-bkt>strong:nth-child(2) {
    border-top: 1px solid rgb(189, 189, 189);
}

.box-bkt>strong {
    padding: 5px;
}

.box-ttd {
    display: grid;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 50%;
}

.btn-upload {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    ;
    border-radius: 10px;
    padding: 5px 15px;
    background-color: #fff;
    color: rgb(37, 37, 37);
}

.btn-upload:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-decoration: none;
    color: rgb(37, 37, 37);
}

.btn-attachment {
    background-color: #ece8e8;
    padding: 5px 10px;
    color: #595757;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 160px;
    align-items: center;
    display: flex;
    width: fit-content;
}

.btn-attachment span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    letter-spacing: normal;
}

.btn-attachment:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-decoration: none;
    color: #595757;
}

.btn-berkas {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 10px;
    color: #1d63b4;
    text-decoration: none;
    border-radius: 5px;
    max-height: 35px;
}

.btn-berkas:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-decoration: none;
}

.canvas-spp-nonkontraktual {
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.table-standard,
.table-standard td {
    border: 1px solid;
}

.proses-footer {
    background-color: #e1ecf7;
    position: absolute;
    width: 100%;
    /* bottom: 0; */
    padding: 20px 5% 20px 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-nominal-container {
    text-align: right;
    display: grid;
    max-height: 60px;
}

.form-icon-wrp {
    position: relative;
    /* width: 20% */
}

.form-icon-wrp>img {
    left: 5%;
    top: 32%;
    pointer-events: none;
    position: absolute;
}

.form-icon-wrp>input {
    padding: 9px 10px 9px 30px;
}

.btn-clear {
    right: 1%;
    top: 8%;
    cursor: pointer;
    position: absolute;
    background-color: white;
}

.label-reject {
    color: rgb(241, 64, 64);
    background-color: rgb(238, 237, 237);
    padding: 5px 14px;
    border-radius: 5px;
    width: fit-content;
    font-size: .85rem;
    margin: auto;
}

.label-blue {
    border: 1px solid rgb(12, 95, 134);
    width: fit-content;
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: .75rem;
    color: rgb(12, 95, 134);
    white-space: nowrap;
}


.lds-ring.loader-sm {
    width: 40px;
    height: 40px;
}

.lds-ring.loader-sm div {
    width: 32px;
    height: 32px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    border: 8px solid rgb(143, 142, 142);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(158, 154, 154) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.label-title-dipa {
    background-color: #e8e5e5;
    padding: 10px;
    border-radius: 10px;
}

.label-title-dipa h5 {
    font-weight: bold;
}

.loader-iframe {
    background: url("../images/loader.gif") center center no-repeat;
}

.loader-iframe iframe {
    border: 1px;
}

.confirm-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wrap-document {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.document-logo {
    display: grid;
    margin: 3rem 1rem;
    text-align: center;
}

.document-logo>div {
    margin-top: 2rem;
    font-size: 1.1rem;
}

.btn-circle {
    display: grid;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.btn-circle>img {
    margin: auto;
}

.direktorat-container aside>span {
    height: 70px;
}

.dashboard-title h5 {
    font-weight: bold;
}

.dipa-ta {
    color: #5D5D5D;
    background-color: #E6EBF1;
    padding: 5px 10px;
    border-radius: 8px;
}

.realize-chart__description {
    position: relative;
}

.realize-chart__description>h6 {
    position: absolute;
    top: -15%;
    font-weight: bold;
    color: #4349A1;
    background-color: #fff;
    padding: 5px 11px;
}

.realize-chart__description aside {
    width: 8px;
    height: 20px;
    margin-right: 9px;
}

.realize-chart__description>div>div {
    display: flex;
    align-items: center;
}

.realize-chart__description span {
    font-size: .9rem;
}

.label-pagu {
    background-color: #E6EBF1;
}

.label-total-realize {
    background-color: #6A73FC;
}

.label-total-avail {
    background-color: #B0AEFC;
}

.label-pnbp-realize {
    background-color: #398908;
}

.label-pnbp-avail {
    background-color: #29C83F;
}

.label-rm-realize {
    background-color: #DB9604;
}

.label-rm-avail {
    background-color: #FEBC2E;
}

.label-blu-realize {
    background-color: #C42127;
}

.label-blu-avail {
    background-color: #FF5F58;
}

.label-startingBalance-realize {
    background-color: #842A3B;
}

.label-startingBalance-avail {
    background-color: #662222;
}


.table-realize>h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.table-realize>aside {
    background-color: #E6EBF1;
}

.table-realize>aside>div {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.table-realize>aside h6 {
    color: #5D5D5D;
    font-weight: bold;
    margin-bottom: 0px;
}

.table-realize>.foot>div:first-child {
    background-color: #65C729;
    text-align: left;
    border-radius: 0px 0px 0px 15px;
}

.table-realize>.foot>div:last-child {
    border-radius: 0px 0px 15px 0px;
}

.table-realize>aside {
    border-radius: 15px 15px 0px 0px;
}

.table-realize>.foot>div {
    background-color: #50AC17;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.table-realize>div>div>div>span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-realize>div>div>div {
    text-align: right;
}

.status-queue {
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px
}

.status-queue span {
    color: #4349A1;
    font-size: 20px;
}

.status-queue strong {
    width: 100px;
}

.status-queue aside {
    width: 10px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}

@media only screen and (min-width: 769px) {
    .pt-4-desktop {
        padding-top: 4rem;
    }
}


@media only screen and (max-width: 768px) {
    .m-1-mobile {
        margin: 1rem;
    }

    .mt-1-mobile {
        margin-top: 1rem !important;
    }

    .mt-5-mobile {
        margin-top: 5rem !important;
    }

    .main-title {
        margin: 1rem;
    }

    #titleDipa {
        color: black;
    }

    .table-realize>aside,
    .table-realize>div {
        min-width: 1100px;
    }

    .table-realize h6,
    .table-realize span {
        padding: 5px;
    }

    .table-realize {
        overflow: auto;
    }

    .table-container__mobile {
        overflow: auto;
        margin: 230px 10px 10px 10px !important;
    }

    .fixed-header {
        margin-top: 60px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .footer-table {
        overflow: auto;
        padding-left: 0px;
    }

}

::-webkit-details-marker {
    display: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul,
summary {
    list-style-type: none;
}

::marker {
    content: ""
}

.logout {
    position: absolute;
    bottom: 0;
    margin-bottom: 20%;
}

.floating-legal {
    position: fixed;
    bottom: 0;
    margin-bottom: 1%;
    background-color: #fff;
}

.floating-legal>div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #3A13BC;
    border: 1px solid #3A13BC;
    display: grid;
}

.floating-legal small {
    margin: auto;
}

.floating-legal button {
    margin-left: 1rem;
}

.floating-dropdown__datatable {
    position: absolute;
    background-color: #fff;
    left: 100%;
    z-index: 222;
    top: 90%;
    padding: .5rem 1rem;
    border-radius: 5px;
    display: none;
    text-align: left;
}

.floating-dropdown__datatable.active {
    display: block;
}

.tte-container{
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px 10px 0px 0px;
    color: gray;
    gap: 1rem;
    display: flex;
    font-size: .8rem;
}

.tte-container > a > img{
    margin: auto;
}