.selectable-card {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0.25rem;
}

.selectable-card:hover {
    border: 1px dashed #0d6efd;
    color: #0d6efd;
}

.selectable-card .form-check-input:checked+label {
    background-color: #eef6ff;
    border: 1px dashed #0d6efd;
    color: #0d6efd;
}

.deep-green {
    color: #003333 !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.79);
    z-index: 9998;
    cursor: pointer;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-img {
    position: absolute;
    top: 11.2%;
    left: 11.65%;
    height: 81px;
    width: 81px;
    border-radius: 50%;
    object-fit: cover;
}

.spinner {
    width: 105px;
    height: 105px;
    display: inline-block;
    border-width: 12.5px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #01f3dd;
    animation: spin 0.75s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

.spin-1x {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.spin-2x {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.spin-3x {
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}

.dotted-underline {
    text-decoration-style: dotted !important;
}

.profile-pic {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
}

#g-password #g-signature {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.circle,
.circle-2 {
    border-radius: 10px !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(50, 50, 72, 0.9);
}

.branchLogo {
    border-radius: 10px !important;
    overflow: hidden;
    width: 10rem;
    height: 10rem;
    border: 1px solid rgba(54, 153, 255, 0.9);
}

.logo-pic {
    max-width: 10rem;
    max-height: 10rem;
    min-height: 10rem;
    min-width: 10rem;
    object-fit: contain;
    display: block;
}

.invoiceSign {
    border-radius: 10px !important;
    overflow: hidden;
    width: 10rem;
    height: 10rem;
    border: 1px solid rgba(54, 153, 255, 0.9);
}

.invoicePIC {
    max-width: 10rem;
    max-height: 10rem;
    min-height: 10rem;
    min-width: 10rem;
    object-fit: contain;
    display: block;
}

.file-upload,
.file-upload-2,
.file-upload-edit,
.invoice-upload {
    display: none;
}

.p-image {
    position: absolute;
    top: 81%;
    left: 22%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.l-image {
    position: absolute;
    top: 7rem;
    left: 8rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.l-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

i.upload-button,
i.upload-button-2 {
    color: rgb(54, 153, 255);
}

i.upload-button:hover,
i.upload-button-2:hover {
    color: rgba(54, 153, 255, 0.8) !important;
}

.upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}

.pointer {
    cursor: pointer;
}

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

.dataTables_processing {
    position: absolute;
    left: 50%;
    /* move to the horizontal center */
    transform: translateX(-50%);
    /* center the text horizontally */
    top: 50%;
    /* move to the vertical center */
    transform: translateY(-50%);
    /* center the text vertically */
}


/* .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
} */

@media (min-width: 992px) {
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
}