.middle {
    vertical-align: middle !important;
}

.middles {
    vertical-align: -webkit-baseline-middle !important;
    padding-top: 10px !important;
    margin-top: 0px !important;
    font-size: 1.0rem !important;
    border-right: 1px solid #d7d7d7;
}

.jadwalaktif {
    background-color: #7cb6da;
}

.btn-b {
    border: 1px solid white;
}

.white {
    color: white !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.bold {
    font-weight: bold;
}

.red {
    color: red !important;
}

.blue {
    color: #007bff !important;
}

.disable-links {
    pointer-events: none;
}

.dwld {
    height: 60px;
    width: 115px;
}

.bottomright {
    position: absolute;
    bottom: 8px;
    right: 16px;
    margin: 0 8px 0 4px;
    color: #5a5a5a !important;
    font-size: 0.7rem !important;
}

.radius15top {
    background-color: #d7d7d7;
    color: black;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.r_akta {
    background-color: #0010ff8c;
    color: white;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.r_nib {
    background-color: #4b56028c;
    color: white;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.r_modal {
    background-color: #3b02568c;
    color: white;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.r_lokasi {
    background-color: #0256078c;
    color: white;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.r_berkas {
    background-color: #ff00088c;
    color: white;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.radius15bottom {
    background-color: #145388;
    color: white;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.bg-white {
    background-color: white !important;
}

.card-footer {
    border-top: 0px solid !important;
}

#hidd {
    display: none;
    /* visibility: hidden; */
    width: 0% !important;
}

#action {
    border-radius: 12px !important;
    padding: 0.22rem;
    width: 35px !important;
    height: 35px !important;
    vertical-align: middle;
}

#logoaction {
    font-size: 1.0rem !important;
}

table {
    border-radius: 14px !important;
    border-collapse: collapse;
    overflow: hidden;
}

.grey {
    background-color: #f3f3f3;
    /* border: 1px solid #e2e2e2 !important; */
}

.light {
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
}

#head_pesan {
    position: fixed !important;
    background-color: #f8f8f8;
    z-index: 1 !important;
    width: 100%;
    box-shadow: 0 -90px 5px 100px #f8f8f8;
}

#pesan_kiri {
    background-color: #00234f;
    border-radius: 10px !important
}

label {
    width: 100%;
    font-size: 1rem;
}

.card-input-element+.card {
    height: 2*1rem;
    color: #727272;
    /* color: var(--primary); */
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.card-input-element+.card:hover {
    cursor: pointer;
}

.card-input-element:checked+.card {
    border: 2px solid var(--primary);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.card-input-element:checked+.card::after {
    content: '\e5ca';
    color: #727272;
    font-family: 'Material Icons';
    font-size: 24px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@media (max-width:629px) {
    img#hidden-mobile {
        display: none;
    }
}

.no_read {
    position: absolute;
    margin-bottom: 50px;
    margin-left: 40px;
    font-size: 10px;
    padding: 1px 8px 1px !important;
    font-weight: bold;
    border: 1px solid white;
}

#dot_side {
    position: absolute;
    margin-bottom: 50px;
    margin-left: 40px;
    font-size: 10px;
    padding: 1px 8px 1px !important;
    font-weight: bold;
    border: 1px solid white;
}

#dot-del-pesan {
    position: absolute;
    margin-top: -5px;
    margin-right: -10px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid white;
    padding: 1px 4px 0px !important;
}

#dot-del-kontrak {
    position: absolute;
    margin-top: -7px;
    margin-left: -18px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid white;
    padding: 1px 4px 0px !important;
}

.no_read_list {
    position: absolute;
    margin-left: 28px;
    font-size: 10px;
    padding: 1px 8px 0px !important;
    font-weight: bold;
    border: 1px solid white;
}


/* auto hight select multiple */

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding-top: 3px;
    padding-left: 8px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 2px 0 2px 5px;
}

.select2-container--bootstrap .select2-selection--multiple {
    height: unset !important;
    padding: .4rem .25rem;
}


/* auto hight select multiple */

.alasan-tolak {
    background-color: #ebe4cf;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    white-space: pre-line;
}

.alasan-blokir {
    background-color: #eed3d5;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    white-space: pre-line;
}

.pemohon-tolak {
    /* background-color: #ebe4cf; */
    white-space: pre-line;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.pemohon-blokir {
    /* background-color: #eed3d5; */
    white-space: pre-line;
}

.tab_link {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* background-color: #5497cc; */
}

.nav-tabs .nav-link.active {
    border-radius: 50px;
    padding: 0.25rem 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.76rem;
    line-height: 1.3;
    color: black;
    background-color: white;
    border: 1px solid #145388;
    /* box-shadow: inset 0px 0px 20px 0px #d7d7d7; */
}

.nav-tabs.separator-tabs .nav-link.active::before {
    bottom: -10px;
}

.locked-tag .select2-selection__choice__remove {
    /* remove X from locked tag */
    display: none !important;
}

.select2-results__option[aria-selected="true"] {
    /* I suggest to hide  all selected tags from drop down list */
    display: none;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    border-radius: 15px;
}

th:nth-last-child(1) {
    border-radius: 0px 5px 0px 0px;
}

.button_mail {
    max-width: 220px;
    border-radius: 15px 15px 15px 15px;
    background-color: #145388;
    padding: 0.5rem 1rem 0.5rem;
    color: white;
}

.ps__thumb-y {
    background-color: #145388;
}

.main-menu {
    box-shadow: 0px 0px 30px 0px #d3d1d1;
}