.profile-user-wid {
    margin: -26px auto;
}

.profile_picture_form .profile-user-wid {
    margin: -50px auto;
}

.profile_picture_form .profile-user-wid .img-thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.profile_picture_form {
    .profile-user-wid {
        margin: -50px auto;

        .img-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.togglePassword {
    cursor: pointer;
    margin: 8px;
}

.resized-image {
    width: 60px;
    height: auto;
}
.user-inter {
    padding-top: 6px;
}
h4 {
    cursor: pointer;
}
/* Loader styles */
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-left: 15rem;
    align-items: center;
    z-index: 9999; /* Ensure it is on top of other elements */
}

.loader {
    position: relative;
}

.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(172, 162, 173, 0.5);
    backdrop-filter: blur(-1px);
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* .custom-modal-size {
    width: 100%;
    max-width: 100%;
    padding: 4%;
} */

.model_full {
    min-width: 60% !important;
}

.emoji-container {
    display: inline-block;
    width: 75px;
    height: 60px;
}

.emoji-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.no-sort::after,
.no-sort::before {
    /* content: 'No sort';  */
    color: #fff;
}

.ck-editor__editable_inline {
    min-height: 150px;
}
.ck-content a {
    color: blue;
    text-decoration: underline !important;
}
.circle-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.border-invoice {
    border-top: 1px solid #dcdcdc;
}

.report_status {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20%;
    text-align: center;
    font-size: 11px;
}

.is-invalid {
    border: 1px solid red !important;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
    outline: none !important;
}

.custom-radio:checked {
    background-color: white;
}

.custom-radio:checked::after {
    content: "✔";
    color: #3c1250;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 1rem;
        top: 0;
    }

    .modal-content {
        width: 100%;
    }
}
