:root {
    --white-color: #FFFFFF;
    --danger-color: #dc3545F0;
    --success-color: #198754;
    --grey-color: #6c757d;
    --warning-color: #ffc107;
}

html {
    min-height: 100%;
}

.html-content-container {
    hyphens: auto;
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Ensure wrapping */
    white-space: normal;
}

.required:after {
    content: " *";
} 
.dx-switch-container{
    color: var(--prim-color) !important;
    width: 50px !important;
}

.dx-tag-content {
    background-color: var(--prim-color) !important;
    color: var(--white-color) !important;
    border-radius: 10px !important;
}

.dx-tag-remove-button::after {
    color: var(--white-color) !important;
    background-color: var(--white-color) !important;
    margin-top: -1px !important;
}
.dx-tag-remove-button::before{
    color: var(--white-color) !important;
    background-color:var(--white-color) !important;
}

.dx-list-select-all-label {
    color: var(--prim-color) !important;
}

.dx-scheduler-cell-sizes-vertical {
    height: 30px !important; /* Adjust as needed */
}

.dx-numberbox {
    border-radius: 10px !important;
    border-color: var(--prim-color) !important;
    height: 38px !important;
    max-height: 50px !important;
    padding: 0px 5px 0 22px !important;
    font-family: "Poppins", sans-serif !important;
}

    .dx-numberbox .dx-texteditor-input-container .dx-texteditor-input {
        padding: 0px 0px 0px 0px !important;
    }

.dx-numberbox-spin-up-icon::before,
.dx-numberbox-spin-down-icon::before {
    color: var(--prim-color) !important; /* Change the color of the spin buttons */
}

.dx-icon-clear::before {
    color: var(--prim-color) !important; /* Change the color of the clear icon */
}



.main-body{
    margin-top: 125px;
}

.sd-title.sd-container-modern__title {
    overflow: hidden !important;
    height: auto !important;
}

.nav-pills .nav-link {
    background-color: var(--white-color) !important;
    color: var(--prim-color) !important;
    border: 1px solid var(--prim-color) !important;
}

    /* Active pill */
    .nav-pills .nav-link.active {
        background-color: var(--prim-color) !important; /* Bootstrap primary blue */
        color: var(--white-color) !important;
    }

.modal-xxl {
    max-width: 90vw; /* or use a fixed size like 1400px */
    width: 90vw;
}

.dx-dropdowneditor{
    border-color: var(--prim-color) !important;
}

.dx-switch{
    margin-left: 12px !important;
}

.dx-switch-handle::before {
    color: var(--prim-color) !important;
    background-color: var(--prim-color) !important;
}
body {
    min-height: calc(100vh - 100px);
    background-color: var(--ter-color);
    color: var(--prim-color);
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.dx-viewport, .dx-widget {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
}
.file-upload-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}


.solid-line {
    height: 0.5px; /* Height of the line */
    background-color: var(--prim-color); /* Color of the line */
    width: 3em; /* Width of the line */
    margin: 0.6rem 0; /* Margin above and below the line */
}

.card-title{
    word-break: breakword;
    hyphens: auto;
}

.border-prim {
    border-color: var(--prim-color) !important;
}

.border-radius-23 {
    border-radius: 23px;
}

.forgot-password-container {
    margin-top: -15px !important;
    margin-left: 20px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px var(--white-color) inset; /* Change the color to your own background color */
    -webkit-text-fill-color: var(--prim-color);
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px var(--white-color) inset; /*your box-shadow*/
        -webkit-text-fill-color: var(--prim-color);
    } 

#alert-message {
    position: fixed; /* Stays in place even when scrolling */
    bottom: 0px; /* Distance from the top */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050; /* Ensures it appears above other elements */
    width: 45vw; /* Adjust width as needed */
    max-width: auto;
    display: none;
    border-radius: 10px !important;
    min-height: 54px;
    align-content: center;
}

@media (max-width: 768px) {
    #alert-message {
        width: 90vw; /* Adjust width for smaller screens */
    }
}

#alert-message {
    border-radius: 10px; /* Round corners for the alert box */
}

.alert-btn {
    background-color: transparent !important; /* Red background for the close button */
    color: var(--white-color) !important; /* White icon color */
    border-color: none !important;
    border: none !important;
    height: 30px;
    width: 30px;
}

.alert-btn span{
    height: 30px;
    width: 30px;
    font-size: 24px;
}

.alert-danger {
    background-color: var(--danger-color);
    color: var(--ter-color);
}

.alert-content {
    gap: 10px;
}

input[type="color"] {
    height: 38px !important;
    width: 100px !important;
    padding: 0 !important;
    margin: 0 10px !important;
    border-radius: 10px !important;
    border: 0px solid var(--prim-color) !important;
    background-color: var(--white-color);
}

.requests-card-text{
    text-align: center;
    height: 50px;
    align-content: center;
    margin-top: -10px;

}

.card-subtitle {
    line-height: 1.2em;
    margin-top: 12px;
    font-size: 0.9em;
    width: 100%;
}

.number-input-container {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden; /* Ensures the buttons blend with the input field */
    background-color: var(--white-color);
    border: 1px solid var(--prim-color);
    width: 100px;
    height: 38px;
}

    .number-input-field::-webkit-outer-spin-button,
    .number-input-field::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.data-protection-label {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.form-label {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-size: 15px;
}

.height-100px{
    height: 100px;
}

.number-input-button {
    width: 25%;
    background-color: transparent;
    border: none;
    color: var(--prim-color); /* You can customize this color */
    cursor: pointer;
    font-weight: 600;
    border-radius: 9999px;
}

.form-group{
    margin-top: 10px;
}

.mfa-container{
    padding-top: 35px !important;
    padding-bottom: 50px !important;
}

.number-input-field {
    width: 50%;
    text-align: center;
    font-size: 1.125rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--prim-color); /* You can customize this color */
    padding: 0.5rem;
}

.number-input-container button:focus {
    outline: none;
}


.start-container {
    margin-bottom: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-10 {
    margin-top: 10px !important;
}

.m-5 {
    margin: 5px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb--10 {
    margin-bottom: -10px;
}

.pt-10 {
    padding-top: 10px;
}


.text-primary {
    color: var(--prim-color) !important;
}

a {
    color: var(--prim-color) !important;
}

.modal-open {
    overflow: auto !important;
}

.modal-backdrop {
    display: none !important;
}

.card{
    height: 390px;
    max-height: 440px;
    max-width: 300px;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-dashboard{
    min-width: 300px;
    width: auto;
}

.card-logo {
    max-width: 40px;
    max-height: 40px;
    font-size: 40px;
    margin-bottom: 25px;
}

.card-text{
    font-size: 14px;
    line-height: 1.2em;
}

.card-body{
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    word-break: normal;
    word-wrap: normal;
}

.dx-dropdowneditor-icon{
    background-color: transparent !important;
}
.dx-item-content.dx-list-item-content{
    color: var(--prim-color) !important;
}
.dx-placeholder{
    color: var(--prim-color) !important;
}
.dx-selectbox.dx-texteditor {
    border-radius: 23px !important;
}
.form-check-input {
    border-color: transparent !important;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
}
.form-check-input:checked{
    background-color: var(--prim-color) !important;
}



@media(max-width: 767px) {
    .dropdown-custom {
        margin-right: -4px !important;
    }
    .account-partial-dropdown {
        margin-top: -1px !important;
    }
}

.item-container-header,
.item-container-text,
.item-container-text-sm,
.item-container-label {
    hyphens: auto;
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Ensure wrapping */
    white-space: normal; /* Allow multi-line wrapping */
}

.item-container-label {
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 4px !important;
    line-height: 1em !important;
    letter-spacing: 0.1em !important;
    margin-left: 0px;

}

.ml-12 {
    margin-left: 12px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.mt--2 {
    margin-top: -2px !important;
}

.item-container-header{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}
.item-container-text {
    font-size: 0.65em;
    line-height: 1.4;
    display:flex;

}

.item-container {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 20px 5px 20px 10px !important;
}

.item-container-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .item-container-buttons .btn {
        margin-top: 2px;
        margin-bottom: 3px;
        margin-right: 0px;
    }
@media (max-width: 1199px) {
    .item-container-buttons {
        margin-top: 10px;
        flex-direction: row;
    }

        .item-container-buttons .btn {
            margin-left: 2px;
            margin-right: 2px;
            margin-bottom: 0px;
        }
}

.dashboard-container {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .dashboard-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0px !important;
    }
}

.survey-container {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .survey-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0px !important;
    }
}


.filter-container{
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
}
.filter-container .filter-btn {
    padding: 6px 14px 5px 14px; /* Adjust padding for smaller buttons */
    font-weight: 500 !important;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .filter-container .filter-btn {
        padding: 0.75rem 0.25rem !important; /* Adjust padding for smaller buttons */
        font-size: 0.75rem !important; /* Smaller font size */
    }
}

.border-y {
    border-left: 2px solid var(--sec-color) !important;
    height: 24px; /* Set the height of the divider */
    margin: 0 18px; /* Adjust spacing around the divider */
}

.border-x{
    border-top: 1px solid var(--sec-color); /* Adjust width and color as needed */
    position: relative;
    left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 240px; /* Set the width of the divider */
}

.spacer-y{
    margin: 0 0 0 50px;
}

@media (max-width: 767px) {
    .border-y {
        height: 15px; /* Set the height of the divider */
        margin: 0 2px; /* Adjust spacing around the divider */
    }
    .spacer-y{
        margin:  0 0 0 0px;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--prim-color);
}

.alert{
    font-size: 14px;
    border-radius: 23px;
    border: none;
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
}



.btn-success {
    background-color: var(--success-color);
    border-color: var(--success-color);
}

.dx-selectbox.dx-texteditor{
    border-radius: 23px !important;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: rgba(43, 43, 43, 0.3) !important;
}

.form-bg-sm {
    max-width: 500px;
    margin: auto;
}

.form-bg-lg {
    max-width: 990px;
    margin: auto;
}

.form-bg {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: var(--sec-color);
}


.form-control {
    color: var(--prim-color) !important;
    border-color: transparent;
    border-radius: 10px;
    max-height: 50px;
    padding-left: 22px;
    font-family: "Poppins", sans-serif !important;
}

    .form-control:focus {
        border-color: var(--prim-color); /* Example: Tomato color */
        box-shadow: 0 0 5px rgba(var(--prim-color-rgb), 0.3);
    }

    .form-control::placeholder {
        color: var(--prim-color);
    }

.form-error {
    margin-bottom: 20px;
    margin-left: 22px;
    font-size: 14px;
}

.dx-dropdowneditor {
    font-family: "Poppins", sans-serif !important;
    border-radius: 10px !important;
    height: 38px; /* Match form-control height */
    padding: 0 0.375rem !important; /* Match form-control padding */
    border: 1px solid #ced4da; /* Match form-control border */
    border-radius: 0.25rem; /* Match form-control border radius */
    font-size: 1rem; /* Match form-control font size */
    box-sizing: border-box; /* Include padding and border in the height */
    background-color: #fff; /* Ensure background color matches */
}

    .dx-dropdowneditor.dx-state-focused,
    .dx-dropdowneditor.dx-state-active {
        border: 1px solid var(--prim-color); /* or any color you want */
        box-shadow: 0 0 0 1px var(--prim-color); /* optional glow */
    }

.dx-texteditor-input {
    color: var(--prim-color) !important;
    font-family: "Poppins", sans-serif !important;
}

.dx-texteditor.form-check-input {
    color: var(--prim-color) !important;
}


.form-label {
    margin-left: 12px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}
    


.btn {
    box-shadow: none;
    border: 1px solid;
    outline: none !important;
}

.btn.active{
    box-shadow: none;
    outline: none;
}

    .btn:focus {
        box-shadow: none;
        outline: none;
    }
    .btn:active{
        outline: none;
    }

.min-width-220{
    min-width: 220px;
}


#surveyContainer {
    font-family: "Poppins", sans-serif !important;
}


.sd-description {
    text-align: center !important;
}

.sv-string-viewer {
    font-family: "Poppins", sans-serif !important;
}

.sd-footer {
    display: flex !important;
    justify-content: end !important;
}

.sd-btn {
    font-weight: 500;
    color: var(--prim-color) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--prim-color) !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    height: 42px !important;
    padding: 8px 20px 8px 20px !important;
}

.sd-container-modern__title{
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

h3 {
    word-break: break-word;
    hyphens: auto;
}

h3.sd-title{
    text-align: center;
}

.sd-title {
    font-weight: 500 !important;
    font-size: 30px !important;
    font-family: "Poppins", sans-serif !important;
}

@media (max-width: 768px) {
    .sd-container-modern__title {
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: center !important; /* Center the title */
    }

}

@media (max-width: 480px) {
    .sd-container-modern__title {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


.sd-save-btn {
    color: var(--prim-color) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--prim-color) !important;
}

.sd-btn--action,
.sd-navigation__next-btn {
    color: var(--white-color) !important;
    background-color: var(--prim-color) !important;
    border: 1px solid var(--prim-color) !important;
}

.sd-navigation__next-btn,
.sd-btn--action {
    color: var(--white-color) !important;
    background-color: var(--prim-color) !important;
    border: 1px solid var(--prim-color) !important;
}

.sd-page{
    width: 100% !important;
}

.btn-lg {
    border-radius: 27px;
    height: 54px;
    font-size: 18px;
    font-weight: 500;
    min-width: 120px;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    align-items: center;
}

.btn-md {
    border-radius: 27px;
    line-height: 1.1em !important;
    font-size: 14px !important;
    font-weight: 500;
    padding: 0px 15px !important;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-sm {
    border-radius: 27px;
    height: 26px;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}


.btn-primary {
    background-color: var(--prim-color); /* Primary background color */
    border-color: var(--prim-color); /* Primary border color */
    color: var(--ter-color) !important; /* Tertiary color for text */
    box-shadow: none; /* Ensure no shadow by default */
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        background-color: transparent; /* Secondary color for hover/focus background */
        border-color: var(--prim-color); /* Keep border primary color */
        color: var(--prim-color) !important; /* Primary color for text */
        box-shadow: none !important; /* Ensure no shadow for these states */
        outline: none; /* Remove default focus outline */
    }

    /* Additional fix for active and focus states */
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: transparent; /* Same background as hover */
        border-color: var(--prim-color); /* Keep border primary color */
        color: var(--prim-color) !important; /* Ensure text color is consistent */
        box-shadow: none;
    }


.btn-primary-inversed {
    background-color: transparent; /* Primary background color */
    border-color: var(--prim-color); /* Primary border color */
    color: var(--prim-color); /* Tertiary color for text */
    outline: none;
    box-shadow: none;
}

    .btn-primary-inversed:hover,
    .btn-primary-inversed:focus,
    .btn-primary-inversed.active {
        background-color: var(--prim-color) !important; /* Secondary color for hover/focus background */
        border-color: var(--prim-color); /* Keep border primary color */
        color: var(--ter-color) !important; /* Primary color for text */
        box-shadow: none;
        outline: none;
    }

    .btn-primary-inversed:active,
    .btn-primary-inversed.active
    .show > .btn-primary-inversed.dropdown-toggle {
        background-color: var(--prim-color); /* Same background as hover */
        border-color: var(--prim-color); /* Keep border primary color */
        color: var(--ter-color) !important; /* Ensure text color is consistent */
        outline: none;
        box-shadow: none;
    }

.navbar-without-sidebar-bg {
    background-color: transparent !important;
}

.navbar-with-sidebar-bg {
    background-color: var(--white-color) !important;
}

.navbar {
    height: 100px;
    color: var(--prim-color) !important;
    z-index: 2;
}
.navbar-logo-container {
    left: 0; /* Align it to the left edge of its container */
    max-width: 100%; /* Ensure it doesn't overflow the container */
    text-align: left;
    padding: 0 0 0 15px;
    width: 300px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .navbar-logo-container {
        padding: 0 0 0 10px;
        width: 150px;
        max-width: 150px;

    }
}

.navbar-logo {
    max-height: 80px; /* Control max height */
    max-width: 285px; /* Control max width */
    height: auto;
    min-height: 100%;
    width: auto;
}

@media (max-width: 768px) {
    .navbar-logo {
        max-height: 60px; /* Reduce logo size */
        max-width: 150px;
        width: auto;
        height: auto;
        min-height: 100%;
    }
}

.nav-item .dropdown {
    position: relative !important;
}

.nav-item > .dropdown-menu {
    position: absolute !important;
}
.navbar {
    height: 100px;
    color: var(--prim-color) !important;
    z-index: 2;
}

.logo-lg {
    height: var(--logo-height);
    width: auto;
}

@media (max-width: 1366px) {
    .logo-lg {
        max-height: var(--logo-height); /* Reduce logo size for smaller screens */
        width: auto;
        height: auto;
        max-width: 80vw;
    }
}


.logo-sm {
    height: auto;
    max-height: 100px !important;
    width: auto;
    max-width: 300px !important;
}


#accountPartial {
    margin: 5px 5px 5px 5px;
}

#languagePartial {
    margin: 5px 5px 5px 5px;
}

.sidebar-spacer {
    height: 101px;
    border-bottom: 1px solid var(--sec-color);
    margin-bottom: 35px;
}

.text-decoration-none{
    text-decoration: none !important;
}

.sidebar-links {
    margin: 18px 0 0 40px;
}

.sidebar-link {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    margin-top: 14px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

    .sidebar-link.active {
        font-weight: 700;
    }


.sidebar-link-small {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.sidebar-link-small.active {
    font-weight: 700 !important;
}

.sidebar-buttons {
    margin: 18px 0 0 25px;
}
    .sidebar-buttons button {
        margin-top: 12px;
        max-width: 250px;
        text-align: left;
    }

.sidebar {
    background-color: var(--white-color);
    font-size: 16px;
    position: fixed;
    width: 300px;
    height: 100vh;
    z-index: 1;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.icon {
    font-size: 2em;
    margin-right: 10px;
}

.icon-sm {
    font-size: 1.5em;
    margin-right: 5px;
}

.btn-sm .icon-sm {
    font-size: 1.3em;
    margin-right: 3px;
}

.dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--prim-color);
    border-color: var(--sec-color);
}

    .dropdown-menu li {
        margin: 0 0 0 0;
        text-decoration: none;
        display: block;
        font-size: 14px;
        font-weight: 500;
    }


.dropdown-item {
    font-size: 14px;
    display: flex;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--sec-color);
}



.sidebar-brand {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.openbtn {
    font-size: 15px;
    height: 34px;
    width: 34px;
    cursor: pointer;
    background-color: var(--ter-color);
    color: var(--prim-color);
    border-radius: 10px;
    border: none;
    display: none;
    box-shadow: 0px;
    padding-top: 5px;
}

    .openbtn:hover {
        background-color: var(--sec-color);
        color: var(--prim-color);
    }

.btn-as-link {
    width: 100%;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.main-with-sidebar {
    transition: margin-left .5s;
    margin-left: 300px;
    padding: 1px;
    background-color: var(--sec-color);
    min-height: 100vh;
}

.main-without-sidebar {
    transition: margin-left .5s;
    margin-top: -50px;

}

#content {
    min-height: 100vh;
}



@media (max-width: 992px) {
    .sidebar {
        width: 0;
        transition: 0.25s;
    }

        .sidebar .closebtn {
            display: block;
        }

    .openbtn {
        display: block;
    }

    #main {
        margin-left: 0;
    }
}

.language-image {
    max-width: 20px;
    max-height: 16px;
    margin-top: -5px;
}

.remove-file {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute; /* Position the button absolutely within the parent */
    right: 15px;
}

    .remove-file .icon-box {
        width: 30px;
        height: 30px;
        border: 2px solid var(--danger-color);
        background-color: var(--danger-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--ter-color);
        transition: background-color 0.3s, color 0.3s;
    }

        .remove-file .icon-box i {
            font-size: 14px;
        }

    .remove-file:hover .icon-box {
        background-color: var(--ter-color);
        color: var(--danger-color);
    }

.file-upload-group {
    position: relative; /* Establishes a positioning context for child elements */
    padding: 10px; /* Optional padding if needed */
}

.cross-button {
    position: absolute; /* Position the button absolutely within the parent */
    top: 5px; /* Distance from the top edge of the container */
}

.content {
    padding: 20px;
}

.text-right {
    text-align: right;
}

.badge {
    color: var(--ter-color);
}

.badge-notfilled {
    background-color: var(--danger-color);
}

.badge-inprogress {
    background-color: var(--grey-color);
}

.badge-filled {
    background-color: var(--success-color);
}

.badge-institute {
    background-color: var(--prim-color);
}

.badge-patient {
    background-color: var(--success-color);
}