@font-face {
    font-family: 'Overused Grotesk';
    src: url(fonts/OverusedGrotesk-Medium.ttf)
}

@font-face {
    font-family: 'General Sans';
    src: url(fonts/GeneralSans-Regular.otf)
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: initial;
    }

.attachment:hover {
    color: #32C0DB;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.font-overused-grotesk {
    font-family: 'Overused Grotesk';
}

.font-general-sans {
    font-family: 'General Sans';
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-30 {
    font-size: 30px;
}

.yellow {
    color: #FFC035;
}

.grey {
    color: #454849;
}

.black {
    color: #242829;
}

.blue {
    color: #32C0DB;
}

.orange {
    color: #F68A1C;
}

.brown {
    color: #7D450B;
}

.card-text-blue {
    color: #1590AA;
}

    .card-text-blue:hover {
        color: #1590AA !important;
    }

.login-card {
    width: 450px;
    height: 504px;
    border-radius: 30px;
    background-color: #F8FCFDCC;
    padding: 50px 30px 50px 30px;
}

.login-textbox {
    height: 44px !important;
    border-radius: 10px !important;
    background-color: #DDE7E9 !important;
    border-color: transparent !important;
    margin-bottom: 10px;
}

.login-textbox {
    height: 44px !important;
    background-color: #DDE7E9 !important;
    border: 1px solid #DDE7E9 !important;
    font-family: 'General Sans' !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #242829 !important;
    border-radius: 10px !important;
}


.rz-textbox {
    height: 36px !important;
    background: #F8FCFD !important;
    border: 1px solid #DDE7E9 !important;
    font-family: 'General Sans' !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #242829 !important;
    border-radius: 10px !important;
}

    .rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
        box-shadow: none !important;
    }

.login-background {
    background-image: url(images/login-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rz-form-field-content {
    height: 44px !important;
    border-radius: 10px !important;
    background-color: #DDE7E9 !important;
    border-color: transparent !important;
}

    .rz-form-field-content:hover {
        border-color: transparent !important;
    }

    .rz-form-field-content:not(:disabled):not(.rz-state-disabled):focus {
        box-shadow: none !important;
    }

.eye-icon {
    height: 16px;
    width: 24px;
}

.arrow-left-icon {
    height: 32px;
    width: 32px;
}

.login-button {
    height: 48px;
    background: #32C0DB;
    color: #F8FCFD;
    border-color: transparent;
    border-radius: 50px;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.vh-80 {
    height: 80vh;
}

.vh-40 {
    height: 40vh;
}

.header-logo {
    width: 119px;
    height: 24px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #32C0DB;
    border-color: transparent;
}

.background-white {
    background-color: #F8FCFD;
}

.homepage-card {
    height: 160px;
    width: 160px;
    background: url('images/card-background.png');
    border-radius: 20px;
}

.p-8-16 {
    padding: 8px 16px;
}

.add-button {
    border-radius: 40px;
    font-family: Overused Grotesk;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #32C0DB;
    color: #F8FCFD;
    border-color: transparent;
}

    .add-button:hover {
        color: #F8FCFD;
    }

.add-button-settings {
    border-radius: 40px;
    height: 36px;
    width: fit-content;
    background-color: #32C0DB;
    padding: 7px 16px;
}

    .add-button-settings:hover {
        color: #F8FCFD;
    }

.add-button-text {
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
}

.add-button-text:hover {
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
}

.export-button {
    border-radius: 40px;
    font-family: Overused Grotesk;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #1590AA;
    color: #F8FCFD;
    border-color: transparent;
    padding: 8px 16px 8px 16px;
}

.search-table-background {
    color: #242829;
    background-color: #F8FCFD !important;
    border: 1px solid #DDE7E9 !important;
}

.search-table-input {
    height: 36px !important;
    width: 363px !important;
    border-radius: 10px !important;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #242829;
    background-color: #F8FCFD !important;
}

.guid-table {
    font-size: 14px;
    text-wrap: auto;
}

.table-searchbox {
    background-color: #F8FCFD;
    border-radius: 10px;
    width: 100%;
    height: 35px;
    border: 1px solid #DDE7E9;
    position: relative;
}

    .table-searchbox .ph.ph-magnifying-glass {
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
    }

    .table-searchbox input:not(.form-control),
    .table-searchbox input:focus:not(.form-control),
    .table-searchbox input:focus-visible:not(.form-control) {
        width: 100%;
        border: 0;
        outline: none;
    }

::placeholder {
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #242829 !important;
    opacity: 1;
}

/* Radzen Data Grid */

.rz-group-header {
    padding-bottom: 0;
    padding-right: 12px;
    padding-left: 12px;
}

.rz-datatable {
    border: 0 !important;
}

.rz-column-title-content {
    font-weight: 700;
}

.rz-cell-data {
    overflow: visible !important
}

.rz-pager {
    justify-content: center !important;
    padding: 1.5rem 20rem 0.5rem 1rem !important;
}

    .rz-pager a {
        background-color: transparent !important;
        color: #242829 !important;
        font-family: 'General Sans';
        font-weight: 400;
        font-size: 16px;
    }

.rz-pager-first, .rz-pager-prev, .rz-pager-next, .rz-pager-last {
    margin: 0 !important;
}

.rz-pager-page.rz-state-active {
    background-color: #32C0DB !important;
    color: #242829 !important;
}

.rz-pager-element {
    height: 35px !important;
    min-height: 35px !important;
    width: 35px !important;
    min-width: 35px !important;
    padding: 5px 0px !important;
}

.rz-pager-page {
    color: #A81833;
    border: 1px solid #32C0DB !important;
    border-radius: 5px !important;
}

.rz-pager-first {
    margin-left: calc(35%) !important
}

.no-paging-options .rz-pager-first {
    margin-left: 0px !important
}

.rz-dropdown {
    margin-left: auto
}

.rz-custom-header {
    width: 100%;
}

    .rz-custom-header .bg-gray {
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }

.table-searchbox {
    background-color: #F8FCFD;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    border: 1px solid #DDE7E9;
    position: relative;
}

    .table-searchbox .ph.ph-magnifying-glass {
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
    }

    .table-searchbox input:not(.form-control),
    .table-searchbox input:focus:not(.form-control),
    .table-searchbox input:focus-visible:not(.form-control) {
        width: 100%;
        border: 0;
        outline: none;
    }

.rz-cell-data i {
    margin-right: 10px;
}

.table-actions > * {
    cursor: pointer;
}

.table-actions a {
    color: #25050B;
    text-decoration: none;
}

.rz-grid-table thead th {
    background: #DDE7E9 !important;
}

    .rz-grid-table thead th:is(:first-child) {
        border-radius: 10px 0px 0px 0px;
    }

    .rz-grid-table thead th:is(:last-child) {
        border-radius: 0px 10px 0px 0px;
    }

.rz-pager {
    background-color: #F8FCFD !important;
}

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
    background: #F0F6F7 !important;
}

.table-actions > * {
    cursor: pointer;
}

.table-actions a {
    color: #242829;
    text-decoration: none;
}

.delete-button {
    height: 36px;
    border-radius: 40px;
    background: #AA002C;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    border: transparent;
    width: 157px;
}

.red {
    color: #AA002C;
}

.remove-button {
    height: 36px;
    border-radius: 40px;
    background: #AA002C;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    border: transparent;
    width: 94px;
}

.save-button {
    width: 162px;
    height: 36px;
    border-radius: 40px;
    border: transparent;
    background: #32C0DB;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
}

.spinner {
    background: #51373C;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99998;
    opacity: 0.5;
}

.spinner-border {
    color: #32C0DB;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    bottom: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.5;
    height: 50px;
    width: 50px;
    opacity: 1;
}

.rz-switch .rz-switch-circle:before {
    background: #8BA7AD !important;
    width: 30px !important;
    height: 30px !important;
    inset-inline-start: 5% !important;
    margin-block-start: -15px !important;
    border-radius: 50px !important;
    transition: transform 0.2s linear !important;
    box-shadow: var(--rz-switch-box-shadow) !important;
}

.rz-switch .rz-switch-circle {
    background: #DDE7E9 !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
    border-radius: calc(5 * var(--rz-border-radius)) !important;
}

.rz-switch.rz-switch-checked .rz-switch-circle:before {
    background: #32C0DB !important;
    transform: translateX(1.7rem) !important;
}

.rz-switch {
    box-sizing: border-box !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 64px !important;
    min-width: 64px !important;
    height: 36px !important;
    border-radius: 50px !important;
}

.primary-blue-button {
    width: fit-content;
    height: 36px;
    border-radius: 40px;
    background: #32C0DB;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    border: 0px;
}

.warning-card {
    border-radius: 20px;
    background: #F68A1C26;
    border: 0px;
}

.company-dashboard-card {
    border-radius: 20px;
    background: #DDE7E9;
    border: 0px;
}

.logout-button {
    background: #F8FCFD;
    color: #1590AA;
    border: 1px solid #1590AA;
    width: 162px;
    height: 36px;
    border-radius: 40px;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background-color: rgba(37, 5, 11, 0.4);
}

.notification-popup {
    background-color: #F8FCFD;
    opacity: 1;
    min-height: auto;
    min-width: 412px;
    border-radius: 10px;
    padding: 30px;
}

.cancel-button-popup {
    width: 128px;
    height: 36px;
    border-radius: 40px;
    background: #1590AA;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    border: 0px;
}

.continue-button-popup {
    width: 128px;
    height: 36px;
    border-radius: 40px;
    background: #32C0DB;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    border: 0px;
}

    .continue-button-popup:hover {
        color: #F8FCFD;
    }

.clicker-pointer {
    cursor: pointer;
}

.rz-textarea {
    padding-block: var(--rz-text-area-padding-block);
    padding-inline: var(--rz-text-area-padding-inline);
    height: auto;
    background: #F8FCFD !important;
    border: 1px solid #DDE7E9 !important;
}

    .rz-textarea:not(:disabled):not(.rz-state-disabled):focus {
        background: #F8FCFD !important;
        border: 1px solid #DDE7E9 !important;
        box-shadow(verse): none !important;
    }

.grey-background {
    background: #DDE7E9;
    border-radius: 20px;
}

.container-faq {
    background: #F8FCFD;
    border-radius: 20px;
}

/*VIDEO UPLOAD*/
.video-upload-container {
    font-family: sans-serif;
    margin-bottom: 1rem;
}

.input-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.file-name {
    flex-grow: 1;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.upload-button {
    background-color: #00bcd4;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: bold;
    height: 36px;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
}

.delete-video-button {
    background-color: #c62828;
    width: 52px;
    height: 36px;
    border-radius: 40px;
    padding: 5px 16px 14px 16px;
    cursor: pointer;
    border: 0px;
}

.add-question-button {
    height: 36px;
    width: 200px;
}

.pt8 {
    padding-top: 8px;
}

.p-10 {
    padding: 10px;
}

.white-card-background {
    border-radius: 20px;
    border: 1px solid #DDE7E9;
    background: #F8FCFD;
}

.question-white-card-background {
    height: 36px;
    border-radius: 10px;
    border: 1px solid #DDE7E9;
    background: #F8FCFD;
    padding: 5px 10px 7px 10px;
}

.question-green-card-background {
    height: 36px;
    border-radius: 10px;
    border: 1px solid #9CC29F;
    background: #9CC29F;
    padding: 5px 10px 7px 10px;
}

.add-user-notification-popup {
    background-color: #F9F8F8;
    opacity: 1;
    min-height: auto;
    min-width: 800px;
    max-width: 55vw;
    border-radius: 10px;
    padding: 30px;
}

@media screen and (max-width: 1440px) {
    .add-user-notification-popup {
        background-color: #F9F8F8;
        opacity: 1;
        min-height: auto;
        max-width: 890px;
        border-radius: 10px;
        padding: 30px;
    }
}

.rz-grid-table .rz-data-row {
    height: 40px;
}

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(odd) > td {
    background-color: #F8FCFD !important;
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: inherit !important;
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight .rz-cell-data {
    color: inherit !important;
}

.employee-chips {
    height: 40px;
    width: fit-content;
    border-radius: 30px;
    background: #DDE7E9;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #242829;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
}

.cross {
    background: transparent;
    border: 0px solid transparent;
}

.rz-datepicker > .rz-inputtext {
    height: 36px !important;
    border-radius: 10px !important;
    border: 1px solid #DDE7E9 !important;
    background: #F8FCFD !important;
}

    .rz-datepicker > .rz-inputtext::placeholder {
        font-family: 'General Sans';
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
    }

.rz-html-editor-toolbar .rzi {
    font-size: 1.5rem !important;
}

.rz-html-editor-button:disabled {
    color: #242829 !important;
    background: #DDE7E9;
}

.rz-html-editor-toolbar .rz-html-editor-button {
    color: #242829 !important;
    background: #DDE7E9 !important;
}

.rz-html-editor-toolbar {
    border-bottom: 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #DDE7E9 !important;
}

.rz-html-editor {
    border-radius: 10px !important;
    border: 1px solid #DDE7E9 !important;
    overflow: hidden;
}

.w-190 {
    width: 190px;
}

.rz-dropdown {
    height: 36px !important;
    background: #F8FCFD !important;
    border: 1px solid #DDE7E9 !important;
    border-radius: 10px !important;
}

.rz-dropdown-panel {
    border: 1px solid #DDE7E9 !important;
    background: #F8FCFD !important;
    border-radius: 10px !important;
}

.rz-dropdown-items li.rz-state-highlight:hover, .rz-dropdown-item.rz-state-highlight:hover {
    background-color: inherit !important;
    color: inherit !important;
}

.w-235 {
    width: 235px !important;
}

.message-sent {
    width: 560px;
    height: fit-content;
    border-radius: 20px;
    background: #DDE7E9;
    padding: 10px;
}

.message-received {
    width: 560px;
    height: fit-content;
    border-radius: 20px;
    background: #F0F6F7;
}

.message-input-text {
    height: 42px;
    border-radius: 20px !important;
    background: #F0F6F7 !important;
}

.send-message-button {
    height: 55px;
    width: 55px;
    border-radius: 30px;
    background: #32C0DB;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
}

.username-circle {
    height: 30px;
    width: 30px;
    border-radius: 20px;
    background: #8BA7AD;
    text-align: center;
    font-family: 'Overused Grotesk';
    font-weight: 400;
    font-size: 16px;
    color: #F8FCFD;
}

.user-group-card {
    border: 1px solid #DDE7E9;
    border-radius: 20px;
    padding: 15px;
}

.user-active-state {
    height: 14px;
    width: 14px;
    background: #109942;
    border-radius: 20px;
}

.user-inactive-state {
    height: 14px;
    width: 14px;
    background: #F68A1C;
    border-radius: 20px;
}

.user-deleted-state {
    height: 14px;
    width: 14px;
    background: #AA002C;
    border-radius: 20px;
}

.user-disabled-state {
    height: 14px;
    width: 14px;
    background: #8BA7AD;
    border-radius: 20px;
}

.course-not-started-state {
    height: 14px;
    width: 14px;
    background: #AA002C;
    border-radius: 20px;
}

.rz-tabview-nav {
    justify-content: space-around;
}

.rz-tabview.rz-tabview-top > .rz-tabview-nav li {
    display: flex;
    justify-content: center;
    width: 100%;
}

.rz-tabview.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    border-bottom: 2px solid #1590AA !important;
    display: flex;
    justify-content: center;
    color: #1590AA;
    width: 100%;
}

.p10-20 {
    padding: 10px 20px 10px 20px;
}

.user-group-container {
    border-radius: 10px;
    border: 2px solid #DDE7E9;
}

.bb-2-gray {
    border-bottom: 2px solid #DDE7E9;
}

.gray-bg {
    background: #DDE7E9;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #242829;
}

.delete-group {
    height: 36px;
    border-radius: 40px;
    background: #AA002C;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    padding: 7px 16px 14px 16px;
    border: transparent;
}

.add-group {
    height: 36px;
    border-radius: 40px;
    background: #32C0DB;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    padding: 7px 16px 14px 16px;
    border: transparent;
}

.save-changes-button {
    width: 162px;
    height: 36px;
    border-radius: 40px;
    background: #32C0DB;
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #F8FCFD;
    border: 0px;
    padding: 7px 16px;
}

.password-container {
    position: relative;
}

    /* Stile per il pulsante */
    .password-container button {
        position: absolute;
        right: 5px; /* Distanza dal bordo destro */
        top: 50%;
        transform: translateY(-50%); /* Centra verticalmente */
        z-index: 2; /* Assicura che sia sopra l'input */
        /* Stili opzionali per un look migliore */
        background: transparent;
        border: none;
        cursor: pointer;
        color: #555; /* Colore dell'icona */
    }

    /* Aggiunge spazio a destra nell'input per non far scrivere il testo sotto l'icona */
    .password-container .form-control {
        padding-right: 40px;
    }

    .password-container button:hover,
    .password-container button:focus,
    .password-container button:active,
    .password-container button:focus-visible {
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important; /* Fondamentale per rimuovere l'ombreggiatura di Bootstrap */
        outline: none !important; /* Fondamentale per rimuovere il contorno del browser */
    }

.font-overused-grotesk.active {
    color: #32C0DB !important;
    font-weight: 800;
    border-bottom: 2px solid #32C0DB;
}

.readonly-background {
    background: #DDE7E9 !important;
}

.rz-text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.ws-initial {
    white-space: initial;
}

.btn-link:hover {
    color: #32C0DB;
}

.btn-dashboard-button:hover {
    color: #F8FCFD;
}

.w-104 {
    width: 104px;
}

.rz-grid-table thead th .rz-column-title {
    font-family: 'Overused Grotesk';
    font-weight: 700;
    font-size: 16px;
    color: #242829;
}

.rz-grid-table td .rz-cell-data {
    font-family: 'General Sans';
    font-weight: 400;
    font-size: 16px;
    color: #242829;
}

.rz-calendar-view td .rz-state-active.rz-state-focused, .rz-calendar-view td .rz-state-active:hover, .rz-calendar-view td .rz-state-active.rz-calendar-today.rz-state-focused, .rz-calendar-view td .rz-state-active.rz-calendar-today:hover {
    color: var(--rz-datepicker-calendar-selected-hover-color);
    background-color: #32C0DB !important;
}

.rz-calendar-view td .rz-state-active, .rz-calendar-view td .rz-state-active.rz-calendar-today {
    color: var(--rz-datepicker-calendar-selected-color);
    background-color: #32C0DB !important;
    padding: var(--rz-datepicker-calendar-item-padding);
    box-shadow: none;
}

.rz-calendar-month-dropdown {
    width: var(--rz-datepicker-month-dropdown-width);
    height: 40px !important;
}

.rz-calendar-year-dropdown {
    width: var(--rz-datepicker-year-dropdown-width);
    height: 40px !important;
}

.h-36 {
    height: 36px !important;
}

/* Wrapper per tabelle scrollabili orizzontalmente */
.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling su iOS */
    border-radius: 10px;
    margin-bottom: 1rem;
}

    /* Assicura che la tabella abbia una larghezza minima */
    .table-scroll-wrapper .rz-datatable {
        min-width: 1000px; /* Larghezza minima per garantire che tutte le colonne siano visibili */
    }

    /* Stile personalizzato per la scrollbar su browser Webkit (Chrome, Safari, Edge) */
    .table-scroll-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .table-scroll-wrapper::-webkit-scrollbar-track {
        background: #F0F6F7;
        border-radius: 10px;
    }

    .table-scroll-wrapper::-webkit-scrollbar-thumb {
        background: #8BA7AD;
        border-radius: 10px;
    }

        .table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
            background: #32C0DB;
        }

/* Stile per Firefox */
.table-scroll-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #8BA7AD #F0F6F7;
}

/* Alert informativo personalizzato */
.alert-info {
    display: flex;
    align-items: center;
}

/* Responsive: su schermi pił grandi, nascondi il messaggio informativo */
@media (min-width: 1400px) {
    .alert-info {
        display: none;
    }
}

/* Assicura che il contenuto della cella non vada a capo troppo presto */
.table-scroll-wrapper .rz-cell-data {
    white-space: nowrap;
}

/* Mantieni la colonna Azioni sempre visibile quando si scrolla */
.table-scroll-wrapper .rz-grid-table {
    position: relative;
}

.flex-employee-chips-new-line {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

/* Overlay nascosto di default */
.lowres-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: #DDE7E9;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

    .lowres-overlay img {
        width: 160px;
        margin-bottom: 20px;
    }

/* Mostra overlay sotto i 1024px */
@media (max-width: 1024px) {
    .lowres-overlay {
        display: flex;
    }
}
