.alert_white {
    color: white;
}

.container-fluid.py-4.formcut {
    min-height: 675px;
}

@media (max-width: 606px) {
    .container-fluid.py-4.formcut {
        min-height: 780px;
    }
}

input#statusakun {
    margin-left: 30px;
}

#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.408);
}

#overlaynew {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.408);
}

.color-white {
    color: #ddd;
}

a.fixed-plugin-button.text-dark.position-fixed.px-3.py-2.bg-success.text-white:hover {
    transition: 800ms;
}

a.fixed-plugin-button.text-dark.position-fixed.px-3.py-2.bg-success.text-white:hover {
    transform: scale(1.3);
}

.badge.badge-sm.bg-gradient-warning:hover {
    color: rgb(201, 201, 201);
    opacity: 1;
}

.badge.badge-sm.bg-gradient-success:hover {
    color: rgb(201, 201, 201);
    opacity: 1;
}

.badge.badge-sm.bg-gradient-info:hover {
    color: rgb(201, 201, 201);
    opacity: 1;
}

.badge.badge-sm.bg-gradient-danger:hover {
    color: rgb(201, 201, 201);
    opacity: 1;
}

.badge.badge-sm.bg-gradient-primary:hover {
    color: rgb(201, 201, 201);
    opacity: 1;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.cv-spinner-new {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-new {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

/* .badge.badge-sm.bg-gradient-warning .tooltip-teks:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border:10px solid transparent;
    bottom:-17px;
    border-top:10px solid #333;
  } */

.badge.badge-sm.bg-gradient-warning .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-gradient-warning:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-gradient-success .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-gradient-success:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-gradient-info .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-gradient-info:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-gradient-danger .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-gradient-danger:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-gradient-primary .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-gradient-primary:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-gradient-warning .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-gradient-warning:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-warning .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-warning:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-info .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-info:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-primary .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-primary:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-secondary .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-secondary:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-success .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-success:hover .tooltip-teks {
    visibility: visible;
}

.badge.badge-sm.bg-danger .tooltip-teks {
    visibility: hidden;
    width: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -40px;
    margin-top: 15px;
}

.badge.badge-sm.bg-danger:hover .tooltip-teks {
    visibility: visible;
}

p.text-xs.font-weight-bold.desc {
    white-space: pre-wrap;
    width: 237px;
}

.lds-ellipsis {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(3, 81, 226);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.centerform {
    position: absolute;
    /*  top: 0;
  bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
}

span.select2-selection.select2-selection--multiple {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

span.select2-selection.select2-selection--single {
    display: block;
    width: 100%;

    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;

    /* -webkit-appearance: none;
  -moz-appearance: none; */
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
    height: auto;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px;
    right: 7px;
    width: 20px;
}

a.badge.badge-sm.bg-success.confirmbtn:hover {
    color: rgb(226, 226, 226);
}

/* span.text-secondary.text-xs.font-weight-bold {
  white-space: pre;
} */
#overlayresign {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.393);
    z-index: 100000;
    /* Specify a stack order in case you're using a different order for other elements */
}

.lds-ring {
    /* visibility: hidden; */
    z-index: 100000;
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid rgb(13, 0, 255);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #5e72e4 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);
    }
}

th.text-uppercase.text-secondary.text-xxs.font-weight-bolder.sorting.dtfc-fixed-left {
    background-color: white;
    z-index: 1000;
}

img.img-fluid.imagealert {
    height: 242px;
}

a.badge.badge-sm.bg-warning.tombol-hapus:hover {
    color: #dedede;
}

a.badge.badge-sm.bg-danger.tombol-hapus:hover {
    color: #dedede;
}

.modalcontent {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* modalcontent Content/Box */
.modalcontent-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.closemodal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closemodal:hover,
.closemodal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#mytooltipdesc {
    display: none;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px;
    background-color: #333;
    color: #fff;
}

.popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.wrapper {
    max-width: 600px;
    width: 70%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgba(#000000, 0.4);
}

.popupscrollabelpopup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.wrapperpopupscrollabelpopup {
    max-width: 600px;
    width: 70%;
    max-height: 600px;
    overflow: auto;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgba(#000000, 0.4);
}

button#openMyPopup {
    border: none;
}

button#openMyPopupDetail {
    border: none;
    margin-left: 10px;
}

a.badge.badge-sm.bg-success:hover {
    color: #ffffff;
}

a.badge.badge-sm.bg-danger:hover {
    color: #ffffff;
}

a.badge.badge-sm.bg-warning:hover {
    color: #ffffff;
}

a.badge.badge-sm.bg-info:hover {
    color: #ffffff;
}

span#jumlahmessage {
    border-radius: 100%;
}

a.dropdown-item.border-radius-md:hover {
    background-color: #ffffff;
}

#pages {
    cursor: pointer;
}

img.avatar.avatar-sm.me-3.imagetable {
    transition: opacity 0.3s;
    /* Efek transisi saat gambar dimuat */
}

.lazy-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("/assets/loadingicon.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 10000;
}

span.select2-selection.select2-selection--single {
    height: 38px;
}

.inputRow {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 180px;
}

.inputRow input {
    /* flex: 1;
  padding: 8px;
  font-size: 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc; */
    padding: 8px;
    outline: none;
    font-size: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}

.removeButton {
    color: #ff5252;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.removeButton:hover {
    color: #ff0000;
}

.select2-container {
    z-index: 10050;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10000;
}

/* Accordion sebagai tab */
.accordion-button {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    color: #495057;
    padding: 10px 15px;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #000;
    border-bottom: none;
}

.accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-body {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    padding: 15px;
}