@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Components/Buttons/TelerikNavLinkButton.razor.rz.scp.css */
.telerik-nav-link-button[b-xqz5exqzlx] {
    color: white;
}
/* /Components/CultureSelector.razor.rz.scp.css */
.culture-flags[b-lo9cl0s3up] {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
}

.culture-flag[b-lo9cl0s3up] {
    transition: transform 0.2s ease-in-out;
    width: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity:0.5;
}

.culture-flag--active[b-lo9cl0s3up] {
    opacity: 1;
}

.culture-flag:not(:last-of-type)[b-lo9cl0s3up] {
    margin-right: 12px;
}

    .culture-flag:hover[b-lo9cl0s3up] {
        cursor: pointer;
        transform: scale(1.2);
    }
/* /Components/CustomFieldValuePickerComponent.razor.rz.scp.css */
*[b-fviftu7qi1] {
    --color-gray: #333333;
    --color-gray-blue: #F5F6FA;
    --color-blue-light-border: #A7BCD3;
    --color-white: #FFFFFF;
}

/* Header */
.custom-field-value-picker-headers[b-fviftu7qi1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.custom-field-value-picker-headers__name[b-fviftu7qi1] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-gray);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.custom-field-value-picker-headers__members[b-fviftu7qi1] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-gray);
}

/* Content */
.custom-field-value-picker-content[b-fviftu7qi1] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-field[b-fviftu7qi1] {
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    gap: 8px;
    background-color: var(--color-gray-blue);
}

.custom-field-item__header[b-fviftu7qi1] {
    display: flex;
    align-self: start;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 16px 8px 16px;
}

    .custom-field-item__header:hover[b-fviftu7qi1] {
        cursor: pointer;
        background-color: var(--color-blue-light-border);
    }

.custom-field-item__header-name-wrapper[b-fviftu7qi1] {
    display: flex;
    align-items: baseline;
}

.custom-field-item__header-name[b-fviftu7qi1] {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-field-item__header-counter[b-fviftu7qi1] {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-field-item__body[b-fviftu7qi1] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.custom-field-value-picker-item[b-fviftu7qi1] {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--color-white);
    padding: 8px 16px;
    gap: 16px;
}

    .custom-field-value-picker-item:hover[b-fviftu7qi1] {
        cursor: pointer;
        background-color: var(--color-blue-light-border);
    }

.custom-field-value-picker-item__checkmark[b-fviftu7qi1] {
    width: 21px;
    font-size: 12px;
    margin-right: 16px;
}

.custom-field-value-picker-item__name[b-fviftu7qi1] {
    font-size: 16px;
    font-weight: 600;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.custom-field-value-picker-item-names[b-fviftu7qi1] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.custom-field-value-picker-item-names__name[b-fviftu7qi1] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-field-value-picker-item-names__type[b-fviftu7qi1] {
    font-size: 12px;
    color: var(--color-gray);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.custom-field-value-picker-item__number-of-members[b-fviftu7qi1] {
    justify-content: start;
    display: flex;
    width: 100px;
}

/* Actions */
[b-fviftu7qi1] .custom-field-value-picker__positive-button {
    width: 150px;
}

[b-fviftu7qi1] .custom-field-value-picker__cancel-button {
    width: 150px;
}
/* /Components/DialogServiceComponent.razor.rz.scp.css */
.totalview-notification-inner[b-qsnwp0fs2b] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.totalview-notification__title[b-qsnwp0fs2b] {
    font-size:14px;
    font-weight: 600;
    margin-bottom:4px;
}

.totalview-notification__text[b-qsnwp0fs2b] {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* /Components/DocumentationLink.razor.rz.scp.css */
*[b-fqfy0q3jnk] {
    --color-blue-light: #2B6DB9;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-small: 8px;
}

.help-link[b-fqfy0q3jnk] {
    display: flex;
    align-self: center;
    gap: var(--spacing-small);
    color: var(--color-blue-light);
}

    .help-link:hover[b-fqfy0q3jnk] {
        text-decoration: underline;
    }

.help-link__text[b-fqfy0q3jnk] {
    font-size: var(--font-size-small);
    align-self: center;
}

.icons8-external-link-3[b-fqfy0q3jnk]::before {
    font-size: var(--font-size-x-base);
    align-self: end;
}
/* /Components/PersonPicker.razor.rz.scp.css */
*[b-gu3xnvt81n] {
    --color-black1: #000000;
    --color-telerik-light-blue: #c5d8ee;
    --color-telerik-light-blue2: #bacce1;
    --color-green: #006400;
}

.title[b-gu3xnvt81n] {
    font-weight: 600;
}

.help-text[b-gu3xnvt81n] {
    color: var(--color-black1);
    font-size: 16px;
}

.content__wrapper[b-gu3xnvt81n] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filters__wrapper[b-gu3xnvt81n] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 16px;
    align-items: end;
}

.selection-search__wrapper[b-gu3xnvt81n] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-grow: 1;
}

.dropdown-filter__wrapper[b-gu3xnvt81n] {
    flex-grow: 1;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.headers[b-gu3xnvt81n] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 36px 0 16px;
    border: 1px solid #B7C8DE;
    border-radius: 6px;
    background-color: #EAEFF4;
}

.header--empty[b-gu3xnvt81n] {
    flex: 0.9;
}

.header--empty__content[b-gu3xnvt81n] {
    width: 60px;
    margin-right: 10px;
}

.header[b-gu3xnvt81n] {
    flex: 2;
    display: flex;
    flex-direction: row;
    padding: 8px 0;
    white-space: nowrap;
}

.header:hover[b-gu3xnvt81n] {
    cursor: pointer;
}

.header__text[b-gu3xnvt81n] {
    padding: 0 8px;
    border-left: 1px solid #A7BCD3;
}

.header__filter-icons[b-gu3xnvt81n] {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.users-table[b-gu3xnvt81n] {
    overflow-y: scroll;
    height: 49vh;
    padding-right: 4px;
}

.show > .users-table__row:nth-last-child(2)[b-gu3xnvt81n] {
    border-bottom: 1px solid #CCCCCC;
}

.users-table__row[b-gu3xnvt81n] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 16px 0 16px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-radius: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .users-table__row:hover[b-gu3xnvt81n] {
        background-color: rgba(0, 0, 0, 0.08);
    }

.users-table__row--selected[b-gu3xnvt81n] {
    background-color: var(--color-telerik-light-blue);
}

    .users-table__row--selected:hover[b-gu3xnvt81n] {
        background-color: var(--color-telerik-light-blue2);
    }

.users-table__selection-cell[b-gu3xnvt81n] {
    flex: 0.9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 0 8px 0;
}

.users-table__cell[b-gu3xnvt81n] {
    flex: 2;
    align-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-table__cell-text[b-gu3xnvt81n] {
    padding: 8px;
    border-left: 1px solid #A7BCD3;
    white-space: nowrap;
}

.users-table__cell-text--selected[b-gu3xnvt81n] {
    font-weight: 600;
}

.users-table__empty-wrapper[b-gu3xnvt81n] {
    text-align: center;
    padding: 16px;
}

.users-table__empty-text[b-gu3xnvt81n] {
    font-size: 20px;
}

.footer[b-gu3xnvt81n] {
    display: inline-flex;
    justify-content: right;
    width: 100%;
}

.invisible[b-gu3xnvt81n] {
    opacity: 0;
}

.hide[b-gu3xnvt81n] {
    display: none;
}

.show[b-gu3xnvt81n] {
    transition: opacity 0.5s;
    opacity: 1;
}

.skeleton-wrapper[b-gu3xnvt81n] {
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #A7BCD3;
    margin: 8px 0;
    display: flex;
    justify-content: left;
}

[b-gu3xnvt81n] .skeleton-circle {
    margin-right: 10px;
}

[b-gu3xnvt81n] .skeleton-text {
    height: 21px;
    align-self: center;
    margin-left: 8px;
}

[b-gu3xnvt81n] .k-button-group .k-button {
    width: 154px;
    height: 36px;
}

[b-gu3xnvt81n] .k-dropdownlist:hover {
    border-color: rgba(33, 37, 41, 0.5);
    color: #fff;
    background-color: #FFFFFF;
    color: rgb(33, 37, 41);
}

[b-gu3xnvt81n] .search-textbox {
    max-width: 357px;
    width: 100%;
    height: 36px;
}

[b-gu3xnvt81n] .user-custom-field__dropdown-list {
    max-width: 242px;
    height: 36px;
}

[b-gu3xnvt81n] .k-checkbox-wrap {
    align-self: center;
}

[b-gu3xnvt81n] .positive-button {
    width: 150px;
}

[b-gu3xnvt81n] .cancel-button {
    width: 150px;
    margin-right: 10px;
}

/* TODO: Remove this when global CSS settings are done. */
[b-gu3xnvt81n] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-gu3xnvt81n] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-gu3xnvt81n] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-gu3xnvt81n] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-gu3xnvt81n] .k-input-solid:focus, .k-input-solid.k-focus[b-gu3xnvt81n] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-gu3xnvt81n] .k-input-solid:focus-within, .k-input-solid.k-focus[b-gu3xnvt81n] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Components/TimeGroupPickerComponent.razor.rz.scp.css */
*[b-qneurd59wn] {
    --color-gray: #333333;
    --color-gray-blue: #F5F6FA;
    --color-blue-light-border: #A7BCD3;
    --color-white: #FFFFFF;
}

/* TODO: Remove this when global CSS settings are done. */
[b-qneurd59wn] .temp-checkbox:checked {
    border-color: #006400;
    background-color: #006400;
}

    [b-qneurd59wn] .temp-checkbox:checked:focus {
        border-color: #006400;
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

    [b-qneurd59wn] .temp-checkbox:focus {
        border-color: #006400;
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-qneurd59wn] .k-radio-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 26px
}

[b-qneurd59wn] .k-radio {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

    [b-qneurd59wn] .k-radio:checked {
        border-color: #006400;
        background-color: #006400;
    }

    [b-qneurd59wn] .k-radio:checked:focus {
        border-color: #006400;
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

    [b-qneurd59wn] .k-radio:focus {
        border-color: #006400;
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

.time-group-picker[b-qneurd59wn] {
}

/* Header */
.time-group-picker-headers[b-qneurd59wn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.time-group-picker-headers__name[b-qneurd59wn] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-gray);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.time-group-picker-headers__members[b-qneurd59wn] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-gray);
}

/* Content */
.time-group-picker-content[b-qneurd59wn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.time-group-category[b-qneurd59wn] {
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    gap: 8px;
    background-color: var(--color-gray-blue);
}

.time-group-category-item__header[b-qneurd59wn] {
    display: flex;
    align-self: start;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 16px 8px 16px;
}

    .time-group-category-item__header:hover[b-qneurd59wn] {
        cursor: pointer;
        background-color: var(--color-blue-light-border);
    }

.time-group-category-item__header-name-wrapper[b-qneurd59wn] {
    display: flex;
    align-items: baseline;
}

.time-group-category-item__header-name[b-qneurd59wn] {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-group-category-item__header-counter[b-qneurd59wn] {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-group-category-item__body[b-qneurd59wn] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.time-group-picker-item[b-qneurd59wn] {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--color-white);
    padding: 8px 16px;
    gap: 16px;
}

    .time-group-picker-item:hover[b-qneurd59wn] {
        cursor: pointer;
        background-color: var(--color-blue-light-border);
    }

.time-group-picker-item__checkmark[b-qneurd59wn] {
    width: 21px;
    font-size: 12px;
    margin-right: 16px;
}

.time-group-picker-item__name[b-qneurd59wn] {
    font-size: 16px;
    font-weight: 600;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.time-group-picker-item-names[b-qneurd59wn] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.time-group-picker-item-names__name[b-qneurd59wn] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-group-picker-item-names__type[b-qneurd59wn] {
    font-size: 12px;
    color: var(--color-gray);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.time-group-picker-item__number-of-members[b-qneurd59wn] {
    justify-content: start;
    display: flex;
    width: 100px;
}

/* Actions */
[b-qneurd59wn] .time-group-picker__positive-button {
    width: 150px;
}

[b-qneurd59wn] .time-group-picker__cancel-button {
    width: 150px;
}
/* /Components/UserAvatar.razor.rz.scp.css */
.user-avatar__image[b-mqqplty9d8] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #A7BCD3;
    color: white;
    font-size: 14px;
    font-weight: lighter;
}

.user-avatar__danger .user-avatar__image[b-mqqplty9d8] {
    border: 3px solid #b01e00;
    border-radius: 50%;
    background-color: #b01e00;
}

.user-avatar__warning .user-avatar__image[b-mqqplty9d8] {
    border: 3px solid #d2ce52;
    border-radius: 50%;
    background-color: #d2ce52;
}

.user-avatar__tooltip[b-mqqplty9d8] {
    width: 172px;
    height: 172px;
}
/* /Modules/Admin/Components/AccessControl/AccessControlComponent.razor.rz.scp.css */
*[b-oanyo7q6m4] {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-gray: #999999;
    --color-gray-2: #DADEE3;
    --color-gray-3: #CCD5DF;
    --color-green: #006400;
    --color-gray-blue: #F5F6FA;
    --font-size-large: 18px;
    --font-size-base: 16px;
    --font-size-small: 14px;
    --font-size-x-small: 12px;
    --spacing-base: 16px;
    --spacing-large: 24px;
    --spacing-medium-small: 12px;
    --spacing-small: 8px;
    --border-radius-base: 4px;
    --border-thickness-base: 1px;
}

.header-wrapper[b-oanyo7q6m4] {
    display: flex;
    flex-direction: column;
    margin-bottom: var(--spacing-small);
}

.header-text[b-oanyo7q6m4] {
    font-weight: 600;
    font-size: var(--font-size-large);
    line-height: 28px;
}

.header-helper-text[b-oanyo7q6m4] {
    font-size: var(--font-size-x-small);
    color: var(--color-gray);
}

.custom-field-value__boxes[b-oanyo7q6m4] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}

.custom-field-value__box[b-oanyo7q6m4] {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--color-gray-blue) 0% 0% no-repeat padding-box;
}

.custom-field-value__button-wrapper[b-oanyo7q6m4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-field-value__text[b-oanyo7q6m4] {
    font-weight: 500;
}

.custom-field-value__button-wrapper[b-oanyo7q6m4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-field-value__values-box[b-oanyo7q6m4] {
    min-height: 68px;
    padding: var(--spacing-base);
    border: var(--border-thickness-base) solid var(--color-gray-2);
    border-radius: var(--border-radius-base);
    background: var(--color-white) 0% 0% no-repeat padding-box;
}

[b-oanyo7q6m4] .custom-field-value__button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-oanyo7q6m4] .k-disabled {
    background-color: var(--color-gray);
    color: var(--color-black);
}
/* /Modules/Admin/Components/CustomFieldValueItemComponent.razor.rz.scp.css */
*[b-e86tgoutvo] {
    --color-green: #006400;
}

[b-e86tgoutvo] .positive-button {
    width: 150px;
}

[b-e86tgoutvo] .cancel-button {
    width: 150px;
}

.text-box-wrapper[b-e86tgoutvo] {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.button-wrapper[b-e86tgoutvo] {
    display: flex;
    justify-content: end;
    gap: 16px;
}

/* TODO: Remove this when global CSS settings are done. */
[b-e86tgoutvo] .k-input-solid:focus, .k-input-solid.k-focus[b-e86tgoutvo] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-e86tgoutvo] .k-input-solid:focus-within, .k-input-solid.k-focus[b-e86tgoutvo] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Components/SideMenu/SideMenu.razor.rz.scp.css */
*[b-ubt862d1t4] {
    --formula-blue: #002d62;
    --text-color: #666666;
    --active-bg-color: #EAEFF4;
    --hover-bg-color: #F5F6FA;
    --border-color: #dee2e6;
    --color-orange: #DA7E12;
}

a[b-ubt862d1t4], a:active[b-ubt862d1t4], a:hover[b-ubt862d1t4] {
    text-decoration: none;
    color: var(--text-color);
}

.wrapper[b-ubt862d1t4] {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%;
    color: var(--text-color);
}

.navigation[b-ubt862d1t4] {
    height: 48px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    white-space: nowrap;
    position:relative;
}

.navigation--active[b-ubt862d1t4] {
    color: var(--formula-blue);
    font-weight: 600;
    border-inline-start-style: solid;
    border-inline-start-width: 2px;
    border-inline-start-color: var(--formula-blue);
    background-color: var(--active-bg-color);
}

.navigation--lastingroup[b-ubt862d1t4] {
    border-bottom: 1px solid var(--border-color);
}

.navigation:hover[b-ubt862d1t4] {
    background-color: var(--hover-bg-color);
}

.navigation__icon[b-ubt862d1t4] {
    width: 48px;
    padding: 0;
    padding-left: 12px;
    font-size: 24px;
}

[b-ubt862d1t4] .navigation__icon-change {
    color: var(--color-orange);
    position: absolute;
    top: 3px;
    left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.navigation__icon--active[b-ubt862d1t4] {
    padding-left: 10px;
}

.rotate--90[b-ubt862d1t4] {
    transform: rotate(-90deg);
}

.bottom[b-ubt862d1t4] {
    margin-top: auto;
}

.expand-collapse[b-ubt862d1t4] {
    justify-content: right;
}
/* /Modules/Admin/Components/TimeRights/AddTimeGroupComponent.razor.rz.scp.css */
*[b-cgh7vh0fy4] {
    --color-gray1: #F5F6F9;
    --color-gray1-hover: #F1F2F5;
    --color-gray2: #D6DDE6;
    --color-gray2-hover: #cbd5e1;
    --color-blue1: #002D62;
}

.category-primary__color[b-cgh7vh0fy4] {
    color: var(--color-blue1);
}

.category__box[b-cgh7vh0fy4] {
    background: var(--color-gray1);
    margin-bottom: 0.5rem;
    padding: 0.8rem 0.8rem 0.5rem 0.8rem;
    display: flex;
    justify-content: space-between;
}

.category__box:hover[b-cgh7vh0fy4] {
    cursor: pointer;
    background: var(--color-gray1-hover);
}

.category-type[b-cgh7vh0fy4] {
    margin: 0.5rem 2rem;
    padding: 0.8rem 0.8rem 0.5rem 0.8rem;
    background: var(--color-gray2);
    display: flex;
    justify-content: space-between;
}

.category-type:hover[b-cgh7vh0fy4] {
    cursor: pointer;
    background: var(--color-gray2-hover);
}

.title__box[b-cgh7vh0fy4] {
    background: white;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.title__text[b-cgh7vh0fy4] {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.title-help__text[b-cgh7vh0fy4] {
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #000000B3;
}

.category-type__text[b-cgh7vh0fy4] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.category-type__box[b-cgh7vh0fy4] {
    background: white;
    max-height: 400px;
    overflow: auto;
    margin-bottom: 1rem;
    padding: 1rem;
}

.category-type__name[b-cgh7vh0fy4] {
    font-size: 14px;
    letter-spacing: 0.25px;
}

.new-category-type__text[b-cgh7vh0fy4] {
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-left: 9px;
}

.category-type__icon[b-cgh7vh0fy4] {
    vertical-align: middle;
    margin-top: -4px;
}

.category-type__icon--open[b-cgh7vh0fy4] {
    transform: rotate(90deg);
    vertical-align: middle;
    margin-top: -4px;
}

.new-category-type[b-cgh7vh0fy4] {
    display: flex;
    flex-direction: column;
}

.new-category-type__button[b-cgh7vh0fy4] {
    display: flex;
    justify-content: end;
    margin: 0.5rem 2rem;
}

[b-cgh7vh0fy4] .new-category-type__text-box > input {
    padding-inline: 0.5rem !important;
    padding-block: 0.1rem !important;
}

/* TODO: Remove this when global CSS settings are done. */
[b-cgh7vh0fy4] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-cgh7vh0fy4] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-cgh7vh0fy4] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-cgh7vh0fy4] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-cgh7vh0fy4] .k-input-solid:focus, .k-input-solid.k-focus[b-cgh7vh0fy4] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-cgh7vh0fy4] .k-input-solid:focus-within, .k-input-solid.k-focus[b-cgh7vh0fy4] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Components/UserImageComponent.razor.rz.scp.css */
.content[b-4ut7qd8wxc] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content__edit-image-wrapper[b-4ut7qd8wxc] {
    width: 366px;
    height: 366px;
}

.content__static-image[b-4ut7qd8wxc] {
    width: 366px;
    height: 366px;
}
.content__button-wrapper[b-4ut7qd8wxc] {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

[b-4ut7qd8wxc] .content__button {
    width: 100%;
}

[b-4ut7qd8wxc] .upload-button input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}

[b-4ut7qd8wxc] .best-button input[type=file]:hover {
    cursor: pointer;
}

[b-4ut7qd8wxc] .best-wrapper input[type=file] {
    position: absolute;
    width: 366px;
    height: 366px;
    opacity: 0;
    top: 16px;
    left: 16px;
}

.footer-content[b-4ut7qd8wxc] {
    display: flex;
    width: 100%;
    gap: 16px;
}

[b-4ut7qd8wxc] .footer-content__button {
    width: 100%;
}

/* /Modules/Admin/Pages/CustomFieldPages/Components/CustomFieldDetailComponent.razor.rz.scp.css */
*[b-0l8qocatb4] {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-gray: #999999;
    --color-gray-2: #DADEE3;
    --color-gray-3: #CCD5DF;
    --color-green: #006400;
    --color-gray-blue: #F5F6FA;
    --spacing-base: 16px;
    --spacing-large: 24px;
    --spacing-medium-small: 12px;
    --spacing-small: 8px;
    --font-size-base: 16px;
    --font-size-small: 14px;
}

.custom-field__details[b-0l8qocatb4] {
    display: flex;
    gap: var(--spacing-base);
    height: 100%;
}

.custom-field__section[b-0l8qocatb4] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.custom-field__name-box[b-0l8qocatb4] {
    background: var(--color-gray-blue) 0% 0% no-repeat padding-box;
    padding: var(--spacing-base);
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-gray-3);
    display: flex;
    flex-direction: column;
    margin-bottom: var(--spacing-small);
    border-bottom: none;
}

.custom-field__info-box[b-0l8qocatb4] {
    background: var(--color-gray-blue) 0% 0% no-repeat padding-box;
    padding: 0 0 var(--spacing-base) 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-gray-3);
    gap: var(--spacing-base);
    display: flex;
    flex-direction: column;
}

.custom-field__info-box:last-of-type[b-0l8qocatb4] {
    border-bottom: none;
    padding: 0;
}

.custom-field__box-wrapper[b-0l8qocatb4] {
    padding: var(--spacing-base);
    background: var(--color-gray-blue) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-base);
    flex: 1;
}

.custom-field__name-wrapper[b-0l8qocatb4] {
    display: flex;
    align-items: center;
    gap: var(--spacing-base);
}

.custom-field__switch-wrapper[b-0l8qocatb4] {
    display: flex;
    gap: var(--spacing-small);
    width: 110px;
    min-width: 110px;
}

.custom-field__text-wrapper[b-0l8qocatb4] {
    display: flex;
    flex-direction: column;
}

.custom-field__text[b-0l8qocatb4] {
    color: var(--color-black);
    font-weight: 600;
    font-size: var(--font-size-base);
}

.custom-field__text--inactive[b-0l8qocatb4] {
    color: var(--color-gray);
    font-size: var(--spacing-base);
}

.custom-field__help-text[b-0l8qocatb4] {
    color: var(--color-gray);
    font-size: var(--font-size-small);
}

.custom-field__help-text--important[b-0l8qocatb4] {
    font-weight: 600;
}

[b-0l8qocatb4] .custom-field__name-input {
    max-width: 400px;
}

.custom-field__info-box-switch-inactive[b-0l8qocatb4] {
    margin-right: var(--spacing-small);
}

.custom-field__info-box-switch[b-0l8qocatb4] {
    margin-right: var(--spacing-small);
}

.custom-field__checkbox-box[b-0l8qocatb4] {
    display: flex;
    gap: var(--spacing-base);
}

@media (max-width: calc(1300px + 212px)) {
    .side-menu-expanded .custom-field__details[b-0l8qocatb4] {
        flex-direction: column;
    }

    .side-menu-expanded .custom-field__section[b-0l8qocatb4] {
        width: 100%
    }
}

@media (max-width: 1300px) {
    .custom-field__details[b-0l8qocatb4] {
        flex-direction: column;
    }

    .custom-field__section[b-0l8qocatb4] {
        width: 100%
    }
}

/* TODO: Remove this when global CSS settings are done. */
[b-0l8qocatb4] .temp-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-0l8qocatb4] .temp-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-0l8qocatb4] .temp-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-0l8qocatb4] .k-switch-on .k-switch-track {
    border-color: var(--color-green);
}

[b-0l8qocatb4] .k-switch-on:focus .k-switch-track {
    outline: .25rem solid rgba(0, 100, 0, 0.25);
    border-color: var(--color-green);
}

[b-0l8qocatb4] .k-switch:focus .k-switch-track {
    outline: .25rem solid rgba(0, 100, 0, 0.25);
    border-color: var(--color-green);
}

[b-0l8qocatb4] .k-switch-on .k-switch-track {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-0l8qocatb4] .k-input-solid:focus, .k-input-solid.k-focus[b-0l8qocatb4] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-0l8qocatb4] .k-input-solid:focus-within, .k-input-solid.k-focus[b-0l8qocatb4] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Pages/CustomFieldPages/Components/CustomFieldValuesComponent.razor.rz.scp.css */
*[b-0m9mhxp48u] {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-gray: #999999;
    --color-gray-2: #DADEE3;
    --color-gray-3: #CCD5DF;
    --color-green: #006400;
    --color-gray-blue: #F5F6FA;
    --font-size-base: 16px;
    --font-size-small: 14px;
    --spacing-base: 16px;
    --spacing-large: 24px;
    --spacing-medium-small: 12px;
    --spacing-small: 8px;
    --border-radius-base: 4px;
    --border-thickness-base: 1px;
}

.custom-field-value__section[b-0m9mhxp48u] {
    flex-grow: 1;
    height: 100%;
    width: 50%;
}

.custom-field-value__wrapper[b-0m9mhxp48u] {
    display: flex;
    flex-direction: column;
    padding: var(--spacing-base);
    gap: var(--spacing-base);
    height: 100%;
    background: var(--color-gray-blue) 0% 0% no-repeat padding-box;
}

.custom-field-value__text-wrapper[b-0m9mhxp48u] {
    display: flex;
    flex-direction: column;
}

.custom-field-value__text[b-0m9mhxp48u] {
    color: var(--color-black);
    font-weight: 600;
    font-size: var(--font-size-base);
}

.custom-field-value__text--disabled[b-0m9mhxp48u] {
    opacity: 40%;
}

.custom-field-value__box[b-0m9mhxp48u] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-base);
    background: var(--color-gray-blue) 0% 0% no-repeat padding-box;
}

.custom-field-value__radio-box[b-0m9mhxp48u] {
    border-bottom: var(--border-thickness-base) solid var(--color-gray-3);
    padding: 0 0 var(--spacing-base) 0;
}

.custom-field-value__radio-wrapper[b-0m9mhxp48u] {
    display: flex;
}

.custom-field-value__radio-text-wrapper[b-0m9mhxp48u] {
    display: flex;
    flex-direction: column;
    margin-left: var(--spacing-small);
}

.custom-field-value__button-wrapper[b-0m9mhxp48u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-field-value__values-box[b-0m9mhxp48u] {
    min-height: 68px;
    padding: var(--spacing-base);
    border: var(--border-thickness-base) solid var(--color-gray-2);
    border-radius: var(--border-radius-base);
    background: var(--color-white) 0% 0% no-repeat padding-box;
}

.custom-field-value__help-text[b-0m9mhxp48u] {
    color: var(--color-gray);
    font-size: var(--font-size-small);
}

.custom-field-value__help-text--disabled[b-0m9mhxp48u] {
    opacity: 40%;
}

.custom-field-value__checkbox-box[b-0m9mhxp48u] {
    display: flex;
    gap: var(--spacing-base);
}

[b-0m9mhxp48u] .custom-field-value__button {
    color: var(--color-blue-light);
    font-weight: 600;
}

@media (max-width: calc(1300px + 212px)) {
    .side-menu-expanded .custom-field-value__section[b-0m9mhxp48u] {
        width: 100%
    }
}

@media (max-width: 1300px) {
    .custom-field-value__section[b-0m9mhxp48u] {
        width: 100%
    }
}

/* TODO: Remove this when global CSS settings are done. */
[b-0m9mhxp48u] .temp-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-0m9mhxp48u] .temp-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-0m9mhxp48u] .temp-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-0m9mhxp48u] .temp-radio {
    gap: var(--spacing-small);
}

[b-0m9mhxp48u] .k-radio:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-0m9mhxp48u] .k-radio:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-0m9mhxp48u] .k-radio:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-0m9mhxp48u] .k-chip:disabled {
    opacity: 40%;
}


[b-0m9mhxp48u] .k-disabled {
    opacity: 40%;
}
/* /Modules/Admin/Pages/CustomFieldPages/CustomFieldsPage.razor.rz.scp.css */
*[b-7zhgguenlx] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-green: #008200;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-yellow: #D2CE52;
}

.tv-page[b-7zhgguenlx] {
    /* overwrite the default padding */
    padding-right: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    min-width: 920px;
}

.tv-page .tv-page-header[b-7zhgguenlx] {
    padding-bottom: 15px;
}

.toolbar[b-7zhgguenlx] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    max-width: 1632px;
}

.toolbar__left[b-7zhgguenlx] {
    flex-shrink: 0;
    text-align: center;
    width: 300px;
    min-width: 300px;
}

.toolbar__center[b-7zhgguenlx] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
}

.toolbar__right[b-7zhgguenlx] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
}

[b-7zhgguenlx] .save-button {
    width: 160px;
    font-weight: 400;
}

[b-7zhgguenlx] .save-button:disabled {
    background-color: var(--color-green-light);
    color: var(--color-green-dark);
    border-color: var(--color-green-light);
}

[b-7zhgguenlx] .cancel-button {
    width: 160px;
    font-weight: 400;
}

[b-7zhgguenlx] .search-textbox {
    max-width: 400px;
    flex-grow: 1;
}

[b-7zhgguenlx] .new-custom-field-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-7zhgguenlx] .overflow-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

.tv-page-content[b-7zhgguenlx] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    border-top: 1px solid var(--color-blue-light-border);
    flex-direction: row;
}

.custom-field-grid-wrapper[b-7zhgguenlx] {
    display: flex;
    height: 100%;
    width: 300px;
    min-width: 300px;
    border-right: 2px solid var(--color-blue-light-border);
}

.custom-field-grid[b-7zhgguenlx] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.name-cell[b-7zhgguenlx] {
    display: flex;
    flex-direction: column;
}

.name-cell-inner[b-7zhgguenlx] {
    display: flex;
    gap: 8px;
}

.name-cell-text[b-7zhgguenlx] {
    font-weight: 600;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.name-cell-text--changed[b-7zhgguenlx] {
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.name-cell-text--deleted[b-7zhgguenlx] {
    text-decoration-line: line-through;
}

.name-cell__edit-icon[b-7zhgguenlx] {
    color: var(--color-gray);
    display: flex;
    align-items: center;
}

.name-cell__delete-icon[b-7zhgguenlx] {
    color: var(--color-red);
    display: flex;
    align-items: center;
}


.cell__busy_status-icon--rotating[b-7zhgguenlx] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-7zhgguenlx 2s linear infinite;
}

.custom-field-detail-wrapper[b-7zhgguenlx] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding: 16px;
}

.custom-field-detail-wrapper-inner[b-7zhgguenlx] {
    max-width: 1300px;
    height: 100%;
    min-height: 700px;
}

@keyframes rotateCounterclockwise-b-7zhgguenlx {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

[b-7zhgguenlx] .k-svg-i-reorder {
    color: #2B6DB9;
}
/* /Modules/Admin/Pages/LicensePage.razor.rz.scp.css */
.button-row[b-cb7na7m9r1] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
/* /Modules/Admin/Pages/OutcomeCodePages/Components/CreateDefaultOutcomeCodesComponent.razor.rz.scp.css */
.title[b-9ec65di6bo] {
    font-weight: 600;
}

.help-text__wrapper[b-9ec65di6bo] {
    margin-bottom: 16px;
}

.information-wrapper[b-9ec65di6bo] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.label[b-9ec65di6bo] {
    font-weight: 500;
}

.description-wrapper[b-9ec65di6bo] {
    gap: 2px;
    display: flex;
    flex-direction: column;
}

[b-9ec65di6bo] .positive-button {
    width: 150px;
}

[b-9ec65di6bo] .cancel-button {
    width: 150px;
    margin-right: 10px;
}

[b-9ec65di6bo] .dropdown-list {
    width: 242px;
    min-width: 50px;
    background-color: white;
}

    [b-9ec65di6bo] .dropdown-list:focus {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }

    [b-9ec65di6bo] .dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }
/* /Modules/Admin/Pages/OutcomeCodePages/Components/CreateOutcomeCodeComponent.razor.rz.scp.css */
.title[b-i5la20tr3t] {
    font-weight: 600;
}

.help-text__wrapper[b-i5la20tr3t] {
    margin-bottom: 16px;
}

.information-wrapper[b-i5la20tr3t] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.label[b-i5la20tr3t] {
    font-weight: 500;
}

.description-wrapper[b-i5la20tr3t] {
    gap: 2px;
    display: flex;
    flex-direction: column;
}

[b-i5la20tr3t] .positive-button {
    width: 150px;
}

[b-i5la20tr3t] .cancel-button {
    width: 150px;
    margin-right: 10px;
}

[b-i5la20tr3t] .dropdown-list {
    width: 100%;
    min-width: 50px;
    background-color: white;
}

    [b-i5la20tr3t] .dropdown-list:focus {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }

    [b-i5la20tr3t] .dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }

/* TODO: Remove this when global CSS settings are done. */
[b-i5la20tr3t] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-i5la20tr3t] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-i5la20tr3t] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-i5la20tr3t] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-i5la20tr3t] .k-input-solid:focus, .k-input-solid.k-focus[b-i5la20tr3t] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-i5la20tr3t] .k-input-solid:focus-within, .k-input-solid.k-focus[b-i5la20tr3t] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Pages/OutcomeCodePages/Components/OutcomeCodeDetailComponent.razor.rz.scp.css */
*[b-tzverxj6gq] {
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray: #F5F6F9;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-small: 8px;
}

.details[b-tzverxj6gq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.details__header[b-tzverxj6gq] {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-blue-light-border);
    margin-bottom: 4px;
    padding-bottom: 2px;
}

.details__top-section[b-tzverxj6gq] {
    padding: 16px;
    background-color: #F5F6F9;
}

.details__top-section-button-wrapper[b-tzverxj6gq] {
    display: flex;
    gap: 16px;
}

.hidden-box[b-tzverxj6gq] {
    width: 80px;
}

.text[b-tzverxj6gq] {
    font-size: 18px;
    font-weight: 600;
}

.code-name-switch-wrapper[b-tzverxj6gq] {
    display: flex;
    gap: 16px;
}

.details__bottom-section[b-tzverxj6gq] {
    padding: 16px;
    background-color: #F5F6F9;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.details__access-control[b-tzverxj6gq] {
    padding: 16px;
    background-color: #F5F6F9;
    flex: 1;
}

.switch-wrapper[b-tzverxj6gq] {
    display: flex;
    gap: var(--spacing-small);
    width: 80px;
    min-width: 80px;
    justify-content: space-between;
}

.switch[b-tzverxj6gq] {
    margin-right: var(--spacing-small);
}

.switch--inactive[b-tzverxj6gq] {
    margin-right: var(--spacing-small);
}

.switch__text[b-tzverxj6gq] {
    font-size: var(--font-size-small);
    align-content: space-evenly;
}

.switch-text--inactive[b-tzverxj6gq] {
    font-size: var(--font-size-small);
    color: var(--color-blue-light-border);
    align-content: space-evenly;
}

.merge-outcome-code-popup__container[b-tzverxj6gq] {
    gap: var(--font-size-x-base);
    display: flex;
    flex-direction: column;
}

.merge-outcome-code-popup__text-container[b-tzverxj6gq] {
    display: flex;
    flex-direction: column;
}

[b-tzverxj6gq] .k-switch-sm {
    width: 24px;
    height: 13px;
    align-self: center;
}

    [b-tzverxj6gq] .k-switch-sm:focus {
        border: black;
    }

[b-tzverxj6gq] .k-switch-sm {
    width: 24px;
    height: 13px;
    align-self: center;
}

    [b-tzverxj6gq] .k-switch-sm .k-switch-track {
        width: 24px;
        height: 13px;
    }

    [b-tzverxj6gq] .k-switch-sm .k-switch-thumb {
        width: 10px;
        height: 10px;
    }

    [b-tzverxj6gq] .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
        left: calc(100% - 6px);
        top: 7px;
    }

    [b-tzverxj6gq] .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
        left: 6px;
        top: 7px;
    }

[b-tzverxj6gq] .k-switch-on .k-switch-track {
    border-color: var(--color-green);
}

[b-tzverxj6gq] .k-switch-on:focus .k-switch-track {
    outline: .25rem solid rgba(0, 100, 0, 0.25);
    border-color: var(--color-green);
}

[b-tzverxj6gq] .k-switch:focus .k-switch-track {
    outline: .25rem solid rgba(0, 100, 0, 0.25);
    border-color: var(--color-green);
}

[b-tzverxj6gq] .k-switch-on .k-switch-track {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-tzverxj6gq] .dropdown-list {
    width: 100%;
    min-width: 50px;
    background-color: white;
}

[b-tzverxj6gq] .dropdown-list:focus {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

[b-tzverxj6gq] .dropdown-list:hover {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

/* TODO: Remove this when global CSS settings are done. */
[b-tzverxj6gq] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-tzverxj6gq] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-tzverxj6gq] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-tzverxj6gq] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-tzverxj6gq] .k-input-solid:focus, .k-input-solid.k-focus[b-tzverxj6gq] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-tzverxj6gq] .k-input-solid:focus-within, .k-input-solid.k-focus[b-tzverxj6gq] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-tzverxj6gq] .merge-dropdown-list {
    width: 415px;
    min-width: 50px;
    background-color: white;
}

[b-tzverxj6gq] .button {
    color: var(--color-blue-light);
    font-weight: 600;
}
/* /Modules/Admin/Pages/OutcomeCodePages/OutcomeCodePage.razor.rz.scp.css */
*[b-pizm4t3g0m] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-green: #008200;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-yellow: #D2CE52;
}

.tv-page[b-pizm4t3g0m] {
    /* overwrite the default padding */
    padding-right: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    min-width: 920px;
}

    .tv-page .tv-page-header[b-pizm4t3g0m] {
        padding-bottom: 15px;
    }

.toolbar[b-pizm4t3g0m] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    max-width: 1632px;
}

.toolbar__left[b-pizm4t3g0m] {
    flex-shrink: 0;
    text-align: center;
    width: 300px;
    min-width: 300px;
}

.toolbar__center[b-pizm4t3g0m] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
}

.toolbar__right[b-pizm4t3g0m] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
}

[b-pizm4t3g0m] .save-button {
    width: 160px;
    font-weight: 400;
}

    [b-pizm4t3g0m] .save-button:disabled {
        background-color: var(--color-green-light);
        color: var(--color-green-dark);
        border-color: var(--color-green-light);
    }

[b-pizm4t3g0m] .cancel-button {
    width: 160px;
    font-weight: 400;
}

[b-pizm4t3g0m] .search-textbox {
    max-width: 400px;
    flex-grow: 1;
}

[b-pizm4t3g0m] .new-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-pizm4t3g0m] .overflow-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

.tv-page-content[b-pizm4t3g0m] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    border-top: 1px solid var(--color-blue-light-border);
    flex-direction: row;
}

.outcome-code-grid-wrapper[b-pizm4t3g0m] {
    display: flex;
    height: 100%;
    width: 300px;
    min-width: 300px;
    border-right: 2px solid var(--color-blue-light-border);
}

.outcome-code-grid[b-pizm4t3g0m] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.id-cell__status-icon[b-pizm4t3g0m] {
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    margin-right: 5px;
    line-height: 0;
    align-self: center;
}

.name-cell[b-pizm4t3g0m] {
    display: flex;
    flex-direction: column;
}

.name-cell--inactive[b-pizm4t3g0m] {
    opacity: 0.4;
}


.name-cell-inner[b-pizm4t3g0m] {
    display: flex;
    gap: 8px;
}

.name-description-wrapper[b-pizm4t3g0m] {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.name-cell-text[b-pizm4t3g0m] {
    font-weight: 600;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.description-cell-text[b-pizm4t3g0m] {
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.name-cell-text--changed[b-pizm4t3g0m] {
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.name-cell-text--deleted[b-pizm4t3g0m] {
    text-decoration-line: line-through;
}

.name-cell__edit-icon[b-pizm4t3g0m] {
    color: var(--color-gray);
    display: flex;
    align-items: center;
}

.name-cell__delete-icon[b-pizm4t3g0m] {
    color: var(--color-red);
    display: flex;
    align-items: center;
}


.cell__busy_status-icon--rotating[b-pizm4t3g0m] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-pizm4t3g0m 2s linear infinite;
}

.outcome-code-detail-wrapper[b-pizm4t3g0m] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding: 16px;
}

.outcome-code-detail-wrapper-inner[b-pizm4t3g0m] {
    max-width: 800px;
    height: 100%;
    min-height: 700px;
    flex: 1;
    display: flex;
    gap: 16px;
}

.filter-checkbox-wrapper[b-pizm4t3g0m] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_active_checkbox__lable[b-pizm4t3g0m] {
    margin: 0 20px 0 5px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.show_inactive_checkbox__label[b-pizm4t3g0m] {
    margin: 0 0 0 5px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.delete-outcome-code-popup__container[b-pizm4t3g0m] {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

[b-pizm4t3g0m] .k-svg-i-reorder {
    height: 24px !important;
    width: 24px !important;
    vertical-align: super;
}

@keyframes rotateCounterclockwise-b-pizm4t3g0m {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

[b-pizm4t3g0m] .k-svg-i-reorder {
    color: #2B6DB9;
}

/* TODO: Remove this when global CSS settings are done. */
[b-pizm4t3g0m] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-pizm4t3g0m] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-pizm4t3g0m] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-pizm4t3g0m] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-pizm4t3g0m] .k-input-solid:focus, .k-input-solid.k-focus[b-pizm4t3g0m] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-pizm4t3g0m] .k-input-solid:focus-within, .k-input-solid.k-focus[b-pizm4t3g0m] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-pizm4t3g0m] .k-cell-inner {
    justify-content: center !important;
}
/* /Modules/Admin/Pages/ReasonCodePages/Components/CreateReasonCodeComponent.razor.rz.scp.css */
.title[b-19mb60m99f] {
    font-weight: 600;
}

.help-text__wrapper[b-19mb60m99f] {
    margin-bottom: 16px;
}

.information-wrapper[b-19mb60m99f] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.label[b-19mb60m99f] {
    font-weight: 500;
}

.description-wrapper[b-19mb60m99f] {
    gap: 2px;
    display: flex;
    flex-direction: column;
}

[b-19mb60m99f] .positive-button {
    width: 150px;
}

[b-19mb60m99f] .cancel-button {
    width: 150px;
    margin-right: 10px;
}

[b-19mb60m99f] .dropdown-list {
    width: 100%;
    min-width: 50px;
    background-color: white;
}

[b-19mb60m99f] .dropdown-list:focus {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

[b-19mb60m99f] .dropdown-list:hover {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

/* TODO: Remove this when global CSS settings are done. */
[b-19mb60m99f] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-19mb60m99f] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-19mb60m99f] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-19mb60m99f] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-19mb60m99f] .k-input-solid:focus, .k-input-solid.k-focus[b-19mb60m99f] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-19mb60m99f] .k-input-solid:focus-within, .k-input-solid.k-focus[b-19mb60m99f] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Pages/ReasonCodePages/Components/MoveReasonCodeComponent.razor.rz.scp.css */
.title[b-s3ugzeams4] {
    font-weight: 600;
}

.help-text__wrapper[b-s3ugzeams4] {
    margin-bottom: 16px;
}

.label[b-s3ugzeams4] {
    font-weight: 600;
}

[b-s3ugzeams4] .positive-button {
    width: 150px;
}

[b-s3ugzeams4] .cancel-button {
    width: 150px;
    margin-right: 10px;
}

[b-s3ugzeams4] .dropdown-list {
    width: 100%;
    min-width: 50px;
    background-color: white;
}

    [b-s3ugzeams4] .dropdown-list:focus {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }

    [b-s3ugzeams4] .dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }
/* /Modules/Admin/Pages/ReasonCodePages/Components/ReasonCodeDetailsComponent.razor.rz.scp.css */
*[b-x4hswf4vg8] {
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray: #F5F6F9;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-small: 8px;
}

.category-wrapper[b-x4hswf4vg8] {
    position: relative;
    display: flex;
}

[b-x4hswf4vg8] .pencil {
    position: absolute;
    right: var(--font-size-x-base);
    color: var(--color-blue-light);
    z-index: 1;
}

[b-x4hswf4vg8] .pencil:hover {
    cursor: pointer;
    color: var(--color-blue-light-border)
}

.details-wrapper[b-x4hswf4vg8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    overflow: auto;
}

.details[b-x4hswf4vg8] {
    padding: var(--font-size-x-base);
    background-color: var(--color-gray);
}

.access-control[b-x4hswf4vg8] {
    padding: var(--font-size-x-base);
    background-color: var(--color-gray);
    flex: 1;
}

.details__header[b-x4hswf4vg8] {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-blue-light-border);
    margin-bottom: 4px;
    padding-bottom: 2px;
}

.details__body[b-x4hswf4vg8] {
    display: flex;
    flex-direction: column;
}

.details__body-top[b-x4hswf4vg8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--font-size-x-base);
}

.details__body-text[b-x4hswf4vg8] {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.switch-wrapper[b-x4hswf4vg8] {
    display: flex;
    gap: var(--spacing-small);
    width: 80px;
    min-width: 80px;
    justify-content: space-between;
}

.switch[b-x4hswf4vg8] {
    margin-right: var(--spacing-small);
}

.switch--inactive[b-x4hswf4vg8] {
    margin-right: var(--spacing-small);
}

.switch__text[b-x4hswf4vg8] {
    font-size: var(--font-size-small);
}

.switch-text--inactive[b-x4hswf4vg8] {
    font-size: var(--font-size-small);
    color: var(--color-blue-light-border);
}

.information-wrapper[b-x4hswf4vg8] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}

.title[b-x4hswf4vg8] {
    font-weight: 500;
}

.description-wrapper[b-x4hswf4vg8] {
    gap: 2px;
    display: flex;
    flex-direction: column;
}

.add-sub-code-wrapper[b-x4hswf4vg8] {
    display: flex;
    justify-content: end;
}

.delete-reason-code-popup__container[b-x4hswf4vg8] {
    gap: var(--font-size-x-base);
    display: flex;
    flex-direction: column;
}

.merge-reason-code-popup__container[b-x4hswf4vg8] {
    gap: var(--font-size-x-base);
    display: flex;
    flex-direction: column;
}

.merge-reason-code-popup__text-container[b-x4hswf4vg8] {
    display: flex;
    flex-direction: column;
}

[b-x4hswf4vg8] .button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-x4hswf4vg8] .dropdown-list {
    width: 100%;
    min-width: 50px;
    background-color: white;
}

[b-x4hswf4vg8] .dropdown-list:focus {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

[b-x4hswf4vg8] .dropdown-list:hover {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

[b-x4hswf4vg8] .k-switch-sm {
    width: 24px;
    height: 13px;
    align-self: center;
}

[b-x4hswf4vg8] .k-switch-sm:focus {
    border: black;
}

[b-x4hswf4vg8] .k-switch-sm {
    width: 24px;
    height: 13px;
    align-self: center;
}

[b-x4hswf4vg8] .k-switch-sm .k-switch-track {
    width: 24px;
    height: 13px;
}

[b-x4hswf4vg8] .k-switch-sm .k-switch-thumb {
    width: 10px;
    height: 10px;
}

    [b-x4hswf4vg8] .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
        left: calc(100% - 6px);
        top: 7px;
    }

    [b-x4hswf4vg8] .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
        left: 6px;
        top: 7px;
    }

[b-x4hswf4vg8] .k-switch-on .k-switch-track {
    border-color: var(--color-green);
}

[b-x4hswf4vg8] .k-switch-on:focus .k-switch-track {
    outline: .25rem solid rgba(0, 100, 0, 0.25);
    border-color: var(--color-green);
}

[b-x4hswf4vg8] .k-switch:focus .k-switch-track {
    outline: .25rem solid rgba(0, 100, 0, 0.25);
    border-color: var(--color-green);
}

[b-x4hswf4vg8] .k-switch-on .k-switch-track {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-x4hswf4vg8] .dropdown-list {
    width: 242px;
    min-width: 50px;
    background-color: white;
}

[b-x4hswf4vg8] .merge-dropdown-list {
    width: 399px;
    min-width: 50px;
    background-color: white;
}
/* /Modules/Admin/Pages/ReasonCodePages/Components/ReasonCodeTreeListComponent.razor.rz.scp.css */
*[b-zoaqsrahep] {
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray: #F5F6F9;
    --color-gray-light: #F5F5F5;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-small: 8px;
}

.wrapper[b-zoaqsrahep] {
    background-color: var(--color-gray);
    padding: var(--font-size-x-base);
    flex: 2;
    display: flex;
    flex-direction: column;
}

.header[b-zoaqsrahep] {
    padding-bottom: var(--spacing-small);
    border-bottom: 1px solid var(--color-blue-light-border);
    display: flex;
    justify-content: space-between;
}

.header__title[b-zoaqsrahep] {
    font-weight: 600;
    text-transform: uppercase;
}

.active-inactive-wrapper[b-zoaqsrahep] {
    display: flex;
    gap: var(--font-size-x-base);
}

.checkbox-wrapper[b-zoaqsrahep] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.checkbox-label[b-zoaqsrahep] {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-label:hover[b-zoaqsrahep] {
    cursor: pointer;
}

reason-codes:nth-child(odd)[b-zoaqsrahep] {
    background-color: white;
}

reason-codes:nth-child(even)[b-zoaqsrahep] {
    background-color: var(--color-gray-light);
}

.reason-codes[b-zoaqsrahep] {
    overflow-y: auto;
    background-color: white;
    flex: 1;
}

.reason-codes-table__empty-wrapper[b-zoaqsrahep] {
    text-align: center;
    padding: var(--font-size-x-base);
}

.reason-codes-table__empty-text[b-zoaqsrahep] {
    font-size: 20px;
}

/* TODO: Remove this when global CSS settings are done. */
[b-zoaqsrahep] .temp-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-zoaqsrahep] .temp-checkbox:checked:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-zoaqsrahep] .temp-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Pages/ReasonCodePages/Components/ReasonCodeTreeListItemComponent.razor.rz.scp.css */
*[b-dxqjrcy0cq] {
    --color-blue: #002D62;
    --color-blue-light: #CCD5DF;
    --color-yellow: #DA7E12;
    --color-gray: #F5F5F5;
    --color-telerik-light-blue2: #bacce1;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-large: 24px;
    --spacing-small: 8px;
}

.wrapper[b-dxqjrcy0cq] {
    display: flex;
    padding: 0 0 0 var(--spacing-small);
    background-color: var(--color-gray);
}

.icon-wrapper[b-dxqjrcy0cq] {
    width: 36px;
    display: flex;
    justify-content: center;
}

.cell__busy_status-icon--rotating[b-dxqjrcy0cq] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-dxqjrcy0cq 2s linear infinite;
}

.name-cell__delete-icon[b-dxqjrcy0cq] {
    color: var(--color-red);
    display: flex;
    align-items: center;
}

.name-cell__edit-icon[b-dxqjrcy0cq] {
    color: var(--color-yellow);
    display: flex;
    align-items: center;
}

.line-wrapper[b-dxqjrcy0cq] {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: var(--spacing-small);
}

.expanded-icon-wrapper[b-dxqjrcy0cq] {
    width: 16px;
    align-content: center;
}

.child-indicator-icon-wrapper[b-dxqjrcy0cq] {
    align-content: center;
}

.name-icon[b-dxqjrcy0cq] {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: var(--spacing-small) var(--spacing-small) var(--spacing-small) 0;
}

.name-text[b-dxqjrcy0cq] {
    font-weight: 500;
    color: var(--color-blue);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.name-text--changed[b-dxqjrcy0cq] {
    flex-grow: 1;
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.name-text--deleted[b-dxqjrcy0cq] {
    text-decoration-line: line-through;
}

.wrapper:not(.wrapper--selected):nth-child(odd)[b-dxqjrcy0cq] {
    background-color: white;
}

.wrapper:not(.wrapper--selected):nth-child(odd):hover[b-dxqjrcy0cq] {
    background-color: rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.wrapper:hover[b-dxqjrcy0cq] {
    background-color: rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.wrapper--selected[b-dxqjrcy0cq] {
    background-color: var(--color-blue-light);
}

.wrapper--selected:hover[b-dxqjrcy0cq] {
    background-color: var(--color-telerik-light-blue2);
}

.icons-wrapper[b-dxqjrcy0cq] {
    display: flex;
    gap: var(--spacing-large);
}

.selected-icon-wrapper[b-dxqjrcy0cq] {
    display: flex;
    width: var(--spacing-large);
    align-items: center;
}

.delete-reason-code-popup__container[b-dxqjrcy0cq] {
    gap: var(--font-size-x-base);
    display: flex;
    flex-direction: column;
}

.cell__busy_status-icon--rotating[b-dxqjrcy0cq] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-dxqjrcy0cq 2s linear infinite;
}

@keyframes rotateCounterclockwise-b-dxqjrcy0cq {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
/* /Modules/Admin/Pages/ReasonCodePages/ReasonCodesPage.razor.rz.scp.css */
*[b-b4j49jyryj] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-telerik-gray: #f8f9fa;
    --color-telerik-light-gray: #CED4DA;
    --color-telerik-light-gray2: #cccccc;
    --color-green: #006400;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-blue: #c5d8ee;
    --color-telerik-light-blue2: #bacce1;
    --color-yellow: #D2CE52;
    --color-black: #000000;
}

.tv-page[b-b4j49jyryj] {
    /* overwrite the default padding */
    padding-right: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
}

    .tv-page .tv-page-header[b-b4j49jyryj] {
        padding-bottom: 15px;
    }

.toolbar[b-b4j49jyryj] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    max-width: 1632px;
}

.toolbar__left[b-b4j49jyryj] {
    flex-shrink: 0;
    text-align: center;
    width: 300px;
    min-width: 300px;
}

.toolbar__center[b-b4j49jyryj] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
}

.toolbar__right[b-b4j49jyryj] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
}

[b-b4j49jyryj] .save-button {
    width: 160px;
    font-weight: 400;
}

    [b-b4j49jyryj] .save-button:disabled {
        background-color: var(--color-green-light);
        color: var(--color-green-dark);
        border-color: var(--color-green-light);
    }

[b-b4j49jyryj] .cancel-button {
    width: 160px;
    font-weight: 400;
}

[b-b4j49jyryj] .search-textbox {
    max-width: 400px;
    flex-grow: 1;
}

[b-b4j49jyryj] .new-reason-code-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-b4j49jyryj] .copy-setup-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-b4j49jyryj] .overflow-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

.tv-page-content[b-b4j49jyryj] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    border-top: 1px solid var(--color-blue-light-border);
    flex-direction: row;
    min-height: 400px;
}

.name-cell[b-b4j49jyryj] {
    display: flex;
    flex-direction: column;
}

.name-cell-inner[b-b4j49jyryj] {
    display: flex;
    gap: 8px;
}

.name-cell-num-of-members[b-b4j49jyryj] {
    display: flex;
    justify-content: center;
}

.name-cell-text[b-b4j49jyryj] {
    font-weight: 600;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.name-cell-text--changed[b-b4j49jyryj] {
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.name-cell-text--deleted[b-b4j49jyryj] {
    text-decoration-line: line-through;
}

.name-cell__edit-icon[b-b4j49jyryj] {
    color: var(--color-gray);
    display: flex;
    align-items: center;
}

.name-cell__delete-icon[b-b4j49jyryj] {
    color: var(--color-red);
    display: flex;
    align-items: center;
}


.cell__busy_status-icon--rotating[b-b4j49jyryj] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-b4j49jyryj 2s linear infinite;
}

.reason-code-detail-wrapper[b-b4j49jyryj] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding: 16px 16px 16px 0;
}

.reason-code-detail-wrapper-inner[b-b4j49jyryj] {
    max-width: 1616px;
    min-width: 600px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.delete-reason-code-popup__container[b-b4j49jyryj] {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

[b-b4j49jyryj] .num-of-members-header {
    text-align: center !important;
    padding: 11.8px 12px !important;
}

@keyframes rotateCounterclockwise-b-b4j49jyryj {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@media (max-width: calc(1300px + 212px)) {
    .side-menu-expanded .tv-page-content[b-b4j49jyryj] {
        min-height: 700px;
    }
}

@media (max-width: 1300px) {
    .tv-page-content[b-b4j49jyryj] {
        min-height: 700px;
    }
}

@media (max-width: calc(1050px + 212px)) {
    .side-menu-expanded .reason-code-detail-wrapper-inner[b-b4j49jyryj] {
        flex-direction: column;
    }
}

@media (max-width: 1050px) {
    .reason-code-detail-wrapper-inner[b-b4j49jyryj] {
        flex-direction: column;
    }
}

/* TODO: Remove this when global CSS settings are done. */
[b-b4j49jyryj] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-b4j49jyryj] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-b4j49jyryj] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-b4j49jyryj] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-b4j49jyryj] .k-input-solid:focus, .k-input-solid.k-focus[b-b4j49jyryj] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-b4j49jyryj] .k-input-solid:focus-within, .k-input-solid.k-focus[b-b4j49jyryj] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Pages/StatePages/Components/StateActivationOverridesComponent.razor.rz.scp.css */
*[b-r9gatga5pc] {
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray: #F5F6F9;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-small: 8px;
    --color-gray-light: #EAEFF4;
    --color-gray-blue: #F5F6FA;
}

.state-selector[b-r9gatga5pc] {
    display: flex;
}

.state-list[b-r9gatga5pc] {
    padding: 0;
    margin-top: 12px;
    border: 1px solid black;
    height: 200px;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    overflow-y: auto;
}

.state-list__item[b-r9gatga5pc] {
    cursor: pointer;
    list-style: none;
    padding: 4px 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .state-list__item:hover[b-r9gatga5pc] {
        background-color: #ebebeb;
    }

.state-list__item--selected[b-r9gatga5pc],
.state-list__item--selected:hover[b-r9gatga5pc] {
    background-color: #bfd1e6;
}

.state-item__color[b-r9gatga5pc] {
    width: 6px;
    height: 100%;
}

[b-r9gatga5pc] .tv-dropdown-list {
    max-width: 100%;
    width: 100%;
    min-width: 50px;
    background-color: white;
}

    [b-r9gatga5pc] .tv-dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }
/* /Modules/Admin/Pages/StatePages/Components/StateDetailComponent.razor.rz.scp.css */
*[b-lqxxyxe7p5] {
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray: #F5F6F9;
    --font-size-x-base: 16px;
    --font-size-small: 14px;
    --spacing-small: 8px;
    --color-gray-light: #EAEFF4;
    --color-gray-blue: #F5F6FA;
}

.state-detail[b-lqxxyxe7p5] {
    display: flex;
    max-width: 1300px;
    justify-content: space-between;
    gap: 16px;
}

@media (max-width: calc(1250px + 212px)) {
    .side-menu-expanded .state-detail[b-lqxxyxe7p5] {
        flex-direction: column;
    }
}

@media (max-width: 1250px) {
    .state-detail[b-lqxxyxe7p5] {
        flex-direction: column;
    }
}

.state-detail__left[b-lqxxyxe7p5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.state-detail__right[b-lqxxyxe7p5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.card[b-lqxxyxe7p5] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
}

.card__header[b-lqxxyxe7p5] {
    display: flex;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
    font-size: 18px;
    font-weight: 600;
}

.card__header__content[b-lqxxyxe7p5] {
    flex-grow:1;
}

.card__content[b-lqxxyxe7p5] {
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 0;
}

.activation-switch[b-lqxxyxe7p5] {
    font-size: 14px;
}

.activation-switch__label[b-lqxxyxe7p5] {
    margin-right: 5px;
}


.state-input-group[b-lqxxyxe7p5] {
    margin-bottom: 12px;
}

.state-input-group__check-box[b-lqxxyxe7p5] {
}

.state-input-group__text[b-lqxxyxe7p5] {
    font-size: 14px;
    white-space: nowrap;
}

.state-input-group__checkbox-text[b-lqxxyxe7p5] {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
}

.state-input-group__text-box[b-lqxxyxe7p5] {
    background-color: white !important;
}

.state-item__color[b-lqxxyxe7p5] {
    width: 6px;
    height: 100%;
}

[b-lqxxyxe7p5] .tv-color-picker {
    background-color: white;
}

[b-lqxxyxe7p5] .tv-dropdown-list {
    max-width: 100%;
    width: 100%;
    min-width: 50px;
    background-color: white;
}

    [b-lqxxyxe7p5] .tv-dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }
/* /Modules/Admin/Pages/StatePages/Components/StateVisibilityFilterComponent.razor.rz.scp.css */
.state-visibility-filter[b-6idan54ktv] {
    padding-bottom: 12px;
}

.state-visibility-filter__inner[b-6idan54ktv] {
    display: flex;
}

.visibility-tool-bar[b-6idan54ktv] {
    display: flex;
    flex-direction: column;
}

.state-input-group[b-6idan54ktv] {
    margin-bottom: 12px;
}

[b-6idan54ktv] .tv-dropdown-list {
    max-width: 100%;
    width: 100%;
    min-width: 50px;
    background-color: white;
}

    [b-6idan54ktv] .tv-dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }
/* /Modules/Admin/Pages/StatePages/StatePage.razor.rz.scp.css */
*[b-vgvnhvd1jk] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-green: #008200;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-yellow: #D2CE52;
}

.tv-page[b-vgvnhvd1jk] {
    /* overwrite the default padding */
    padding-right: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    min-width: 920px;
}

    .tv-page .tv-page-header[b-vgvnhvd1jk] {
        padding-bottom: 15px;
    }

.toolbar[b-vgvnhvd1jk] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    max-width: 1632px;
}

.toolbar__left[b-vgvnhvd1jk] {
    flex-shrink: 0;
    text-align: center;
    width: 300px;
    min-width: 300px;
}

.toolbar__center[b-vgvnhvd1jk] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
}

.toolbar__right[b-vgvnhvd1jk] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
}

[b-vgvnhvd1jk] .save-button {
    width: 160px;
    font-weight: 400;
}

    [b-vgvnhvd1jk] .save-button:disabled {
        background-color: var(--color-green-light);
        color: var(--color-green-dark);
        border-color: var(--color-green-light);
    }

[b-vgvnhvd1jk] .cancel-button {
    width: 160px;
    font-weight: 400;
}

[b-vgvnhvd1jk] .search-textbox {
    max-width: 400px;
    flex-grow: 1;
}

[b-vgvnhvd1jk] .new-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-vgvnhvd1jk] .overflow-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

.tv-page-content[b-vgvnhvd1jk] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    border-top: 1px solid var(--color-blue-light-border);
    flex-direction: row;
}

.state-grid-wrapper[b-vgvnhvd1jk] {
    display: flex;
    height: 100%;
    width: 300px;
    min-width: 300px;
    border-right: 2px solid var(--color-blue-light-border);
}

.state-grid[b-vgvnhvd1jk] {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.state-cell[b-vgvnhvd1jk] {
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding-right:10px;
}

.state-cell--inactive[b-vgvnhvd1jk] {
    opacity: 0.4;
}

.state-color[b-vgvnhvd1jk] {
    height: 45px;
    width: 8px;
    min-width:8px;
}

.state-cell__details[b-vgvnhvd1jk] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 100%;
}

.name-cell-text-outer[b-vgvnhvd1jk] {
    display:flex;
}


.name-cell-text[b-vgvnhvd1jk] {
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.state-cell--changed .name-cell-text[b-vgvnhvd1jk] {
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.state-cell--deleted .name-cell-text[b-vgvnhvd1jk] {
    text-decoration-line: line-through;
}


.description-cell-text[b-vgvnhvd1jk] {
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.state-cell--changed .description-cell-text[b-vgvnhvd1jk] {
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.state-cell--deleted .description-cell-text[b-vgvnhvd1jk] {
    text-decoration-line: line-through;
}

.state-cell__status-icon[b-vgvnhvd1jk] {
    line-height: 0;
    align-self: center;
}

.cell__busy_status-icon--rotating[b-vgvnhvd1jk] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-vgvnhvd1jk 2s linear infinite;

    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    margin-left: 5px;
}

.state-cell__edit-icon[b-vgvnhvd1jk] {
    color: var(--color-gray);
    display: flex;
    align-items: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    margin-left: 5px;
}

.state-cell__delete-icon[b-vgvnhvd1jk] {
    color: var(--color-red);
    display: flex;
    align-items: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    margin-left: 5px;
}

.state-detail-wrapper[b-vgvnhvd1jk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding: 16px;
    width:100%;
}

.filter-checkbox-wrapper[b-vgvnhvd1jk] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_active_checkbox__lable[b-vgvnhvd1jk] {
    margin: 0 20px 0 5px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.show_inactive_checkbox__label[b-vgvnhvd1jk] {
    margin: 0 0 0 5px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@keyframes rotateCounterclockwise-b-vgvnhvd1jk {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

[b-vgvnhvd1jk] .k-svg-i-reorder {
    color: #2B6DB9;
}
/* /Modules/Admin/Pages/TimeGroupPages/Components/MemberComponent.razor.rz.scp.css */
*[b-wd9zfysvb8] {
    --color-white1: #FFFFFF;
    --color-gray1: #4E4E4E;
    --color-gray2: #F3F6F9;
    --color-gray3: #DBE1E9;
    --color-gray4: #E5E9EF;
    --color-green1: #008200;
    --color-blue1: #002D62;
    --color-blue2: #1661B9;
    --color-blue3: #002D63;
    --color-black1: #000000;
}

.member_grid-box[b-wd9zfysvb8] {
    height: 100%;
    background-color: var(--color-gray2);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.member_grid-header[b-wd9zfysvb8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.member__text[b-wd9zfysvb8] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-self: center;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    align-self: center;
}

[b-wd9zfysvb8] .member_grid {
    flex-grow: 1;
}

.grid__text[b-wd9zfysvb8] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.empty-grid__title[b-wd9zfysvb8] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.empty-grid__text[b-wd9zfysvb8] {
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-bottom: 1rem;
}

.empty-grid__box[b-wd9zfysvb8] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-grid__img[b-wd9zfysvb8] {
    width: 257px;
    height: 195px;
}

[b-wd9zfysvb8] .edit-member-button {
    color: var(--color-blue-light);
    font-weight: 600;
}
/* /Modules/Admin/Pages/TimeGroupPages/Components/SupervisorComponent.razor.rz.scp.css */
*[b-w5bz86t20l] {
    --color-gray: #DADEE3;
    --color-gray2: #F3F6F9;
    --color-white: #ffffff;
    --color-light-blue: #A7BCD3;
}

/* TODO: Remove this when global CSS settings are done. */
[b-w5bz86t20l] .temp-checkbox:checked {
    border-color: #006400;
    background-color: #006400;
}

    [b-w5bz86t20l] .temp-checkbox:checked:focus {
        border-color: #006400;
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-w5bz86t20l] .temp-checkbox:focus {
    border-color: #006400;
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

.supervisors[b-w5bz86t20l] {
    width: 420px;
    min-width: 420px;
    background-color: var(--color-gray2);
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.supervisor__title-wrapper[b-w5bz86t20l] {
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-light-blue);
}

.supervisors__title[b-w5bz86t20l] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-self: center;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.supervisors__box[b-w5bz86t20l] {
    overflow-y: auto;
}

.supervisor-item__box[b-w5bz86t20l] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1rem;
    background-color: var(--color-white);
    margin-bottom: 0.5rem;
    border: 1px solid var(--color-gray);
}

.supervisor-item__upper-box[b-w5bz86t20l] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.supervisor-item__image-name-wrapper[b-w5bz86t20l] {
    height: 38px;
    align-content: center;
    display: flex;
    width: 100%;
}

.supervisor-item__image-wrapper[b-w5bz86t20l] {
    align-self: center;
}

.supervisor__img[b-w5bz86t20l] {
    width: 21px;
    height: 21px;
    border-radius: 61px;
    margin-bottom: 0.125rem;
    margin-right: -4px;
    margin-top: 2px;
}

.supervisor-item__name-checkbox-wrapper[b-w5bz86t20l] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    flex-grow: 1;
    padding: 4px;
}

.supervisor-item__name-text[b-w5bz86t20l] {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.supervisor-item__right-text[b-w5bz86t20l] {
    font-size: 16px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.supervisor-item__lower-box[b-w5bz86t20l] {
    display: flex;
    gap: 10px;
}

.empty-supervisor__box[b-w5bz86t20l] {
    display: flex;
    gap: 0.75rem;
}

.empty-supervisor__text[b-w5bz86t20l] {
    font-size: 15px;
    letter-spacing: -0.15px;
}

[b-w5bz86t20l] .new-supervisor-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

@media (max-width: calc(1300px + 212px)) {
    .side-menu-expanded .supervisors[b-w5bz86t20l] {
        height: 40%;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .supervisors[b-w5bz86t20l] {
        height: 40%;
        width: 100%;
    }
}
/* /Modules/Admin/Pages/TimeGroupPages/Components/TimeGroupDetailComponent.razor.rz.scp.css */
*[b-kfdsfbaqrn] {
    --color-gray2: #F3F6F9;
    --color-white: #ffffff;
    --color-gray4: #E5E9EF;
    --color-blue1: #002D62;
    --color-green: #006400;
}

.time-group[b-kfdsfbaqrn] {
    display: flex;
    gap: 16px;
    height: 100%;
}

.time-group-details[b-kfdsfbaqrn] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    flex-grow: 1;
}

.time-group-details__name-type-wrapper[b-kfdsfbaqrn] {
    display: flex;
    flex-direction: column;
}

.time-group-details__name-text[b-kfdsfbaqrn] {
    font-weight: 600;
    font-size: 18px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    max-width: 600px;
}

.time-group-details__description-wrapper[b-kfdsfbaqrn] {
    width: 50%;
}

.time-group-details__label[b-kfdsfbaqrn] {
    font-weight: 600;
}

.time-group__details-box[b-kfdsfbaqrn] {
    display: flex;
    justify-content: space-between;
    background-color: var(--color-gray2);
    padding: 16px;
}

.time-group__textbox-box[b-kfdsfbaqrn] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    width: 100%;
}

.time-group-details__name-type-wrapper[b-kfdsfbaqrn] {
    width: 25%;
}

.time-group__description-wrapper[b-kfdsfbaqrn] {
    width: 100%;
}

.time-group-members[b-kfdsfbaqrn] {
    background-color: var(--color-gray2);
}

.supervisors[b-kfdsfbaqrn] {
    width: 33.4%;
    background-color: var(--color-gray2);
    padding: 1rem;
}

.supervisor__title-wrapper[b-kfdsfbaqrn] {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.supervisors__title[b-kfdsfbaqrn] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-self: center;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.supervisor-item__box[b-kfdsfbaqrn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1rem;
    background-color: var(--color-white);
    margin-bottom: 1rem;
}

.supervisor-item__upper-box[b-kfdsfbaqrn] {
    display: flex;
    justify-content: space-between;
}

.supervisor-item__image-name-wrapper[b-kfdsfbaqrn] {
    height: 38px;
    align-content: center;
    display: flex;
    width: 100%;
}

.supervisor-item__image-wrapper[b-kfdsfbaqrn] {
    align-self: center;
}

.supervisor__img[b-kfdsfbaqrn] {
    width: 21px;
    height: 21px;
    border-radius: 61px;
    margin-bottom: 0.125rem;
    margin-right: -4px;
    margin-top: 2px;
}

.supervisor-item__name-text[b-kfdsfbaqrn] {
    font-size: 16px;
    letter-spacing: 0.25px;
    align-self: center;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    flex-grow: 1;
}

.supervisor-item__right-text[b-kfdsfbaqrn] {
    font-size: 16px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.supervisor-item__lower-box[b-kfdsfbaqrn] {
    display: flex;
    gap: 10px;
}

.empty-supervisor__box[b-kfdsfbaqrn] {
    display: flex;
    gap: 0.75rem;
}

.empty-supervisor__text[b-kfdsfbaqrn] {
    font-size: 15px;
    letter-spacing: -0.15px;
}

[b-kfdsfbaqrn] .new-supervisor-button {
    color: var(--color-blue-light);
    font-weight: 600;
}


@media (max-width: calc(1300px + 212px)) {
    .side-menu-expanded .time-group[b-kfdsfbaqrn] {
        flex-direction: column;
    }

    .side-menu-expanded .time-group-details[b-kfdsfbaqrn] {
        height: 60%;
    }
}

@media (max-width: 1300px) {
    .time-group[b-kfdsfbaqrn] {
        flex-direction: column;
    }

    .time-group-details[b-kfdsfbaqrn] {
        height: 60%;
    }
}
/* /Modules/Admin/Pages/TimeGroupPages/TimeGroupsPage.razor.rz.scp.css */
*[b-w9ive6m1ac] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-green: #008200;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-yellow: #D2CE52;
}

.tv-page[b-w9ive6m1ac] {
    /* overwrite the default padding */
    padding-right: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
}

.tv-page .tv-page-header[b-w9ive6m1ac] {
    padding-bottom: 15px;
}

.toolbar[b-w9ive6m1ac] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    max-width: 1632px;
}

.toolbar__left[b-w9ive6m1ac] {
    flex-shrink: 0;
    text-align: center;
    width: 300px;
    min-width: 300px;
}

.toolbar__center[b-w9ive6m1ac] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
}

.toolbar__right[b-w9ive6m1ac] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
}

[b-w9ive6m1ac] .save-button {
    width: 160px;
    font-weight: 400;
}

[b-w9ive6m1ac] .save-button:disabled {
    background-color: var(--color-green-light);
    color: var(--color-green-dark);
    border-color: var(--color-green-light);
}

[b-w9ive6m1ac] .cancel-button {
    width: 160px;
    font-weight: 400;
}

[b-w9ive6m1ac] .search-textbox {
    max-width: 400px;
    flex-grow: 1;
}

[b-w9ive6m1ac] .new-time-group-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-w9ive6m1ac] .copy-setup-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-w9ive6m1ac] .overflow-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

.tv-page-content[b-w9ive6m1ac] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    border-top: 1px solid var(--color-blue-light-border);
    flex-direction: row;
    min-height: 400px;
}

.time-group-grid-wrapper[b-w9ive6m1ac] {
    display: flex;
    height: 100%;
    width: 300px;
    min-width: 300px;
    border-right: 2px solid var(--color-blue-light-border);
}

.time-group-grid[b-w9ive6m1ac] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.time-group-grid__custom-field-cell[b-w9ive6m1ac] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.name-cell[b-w9ive6m1ac] {
    display: flex;
    flex-direction: column;
}

.name-cell-inner[b-w9ive6m1ac] {
    display: flex;
    gap: 8px;
}

.name-cell-num-of-members[b-w9ive6m1ac] {
    display: flex;
    justify-content: center;
}

.name-cell-text[b-w9ive6m1ac] {
    font-weight: 600;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.name-cell-text--changed[b-w9ive6m1ac] {
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.name-cell-text--deleted[b-w9ive6m1ac] {
    text-decoration-line: line-through;
}

.name-cell__edit-icon[b-w9ive6m1ac] {
    color: var(--color-gray);
    display: flex;
    align-items: center;
}

.name-cell__delete-icon[b-w9ive6m1ac] {
    color: var(--color-red);
    display: flex;
    align-items: center;
}


.cell__busy_status-icon--rotating[b-w9ive6m1ac] {
    display: inline-block;
    align-self: center;
    animation: rotateCounterclockwise-b-w9ive6m1ac 2s linear infinite;
}

.time-group-detail-wrapper[b-w9ive6m1ac] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding: 16px;
}

.time-group-detail-wrapper-inner[b-w9ive6m1ac] {
    max-width: 1300px;
    min-width: 600px;
    height: 100%;
}

[b-w9ive6m1ac] .num-of-members-header {
    text-align: center !important;
    padding: 11.8px 12px !important;
}

@keyframes rotateCounterclockwise-b-w9ive6m1ac {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@media (max-width: calc(1300px + 212px)) {
    .side-menu-expanded .tv-page-content[b-w9ive6m1ac] {
        min-height: 700px;
    }
}

@media (max-width: 1300px) {
    .tv-page-content[b-w9ive6m1ac] {
        min-height: 700px;
    }
}
/* /Modules/Admin/Pages/UserPages/Components/AddAndUpdateAgreementComponent.razor.rz.scp.css */
*[b-ye63ljhr4m] {
    --color-gray: #333333;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-green: #006400;
}

/* Item */
.agreement-item[b-ye63ljhr4m] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 12px;
    gap: 16px;
}

.agreement-item__dropdown-list-text[b-ye63ljhr4m] {
    font-weight: 600;
}

[b-ye63ljhr4m] .agreement-item__dropdown-list {
    width: 100%;
    min-width: 600px;
    background-color: white;
    height: 30px;
}

[b-ye63ljhr4m] .agreement-item__dropdown-list:hover {
    border-color: inherit;
    color: inherit;
    background-color: white;
}

.agreement-item__dropdown-wrapper[b-ye63ljhr4m] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
}

[b-ye63ljhr4m] .agreement-item__date-picker {
    height: 30px;
    align-self: center;
    width: 120px;
    align-self: start;
}

.agreement-item__date-picker-wrapper[b-ye63ljhr4m] {
    display: flex;
    flex-direction: column;
}

.agreement-item__date-picker-text[b-ye63ljhr4m] {
    max-width: fit-content;
    align-self: center;
    text-wrap: nowrap;
    align-self: start;
    font-weight: 600;
}

/* Actions */
[b-ye63ljhr4m] .agreement-picker__positive-button {
    width: 150px;
}

[b-ye63ljhr4m] .agreement-picker__cancel-button {
    width: 150px;
}

/* TODO: Remove this when global CSS settings are done. */
[b-ye63ljhr4m] .k-input-solid:focus, .k-input-solid.k-focus[b-ye63ljhr4m] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-ye63ljhr4m] .k-input-solid:focus-within, .k-input-solid.k-focus[b-ye63ljhr4m] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Admin/Pages/UserPages/Components/BasicInformationComponent.razor.rz.scp.css */
*[b-gsfxu4byi3] {
    --color-black: #000;
    --color-gray: #999;
    --color-gray-blue: #F5F6FA;
    --color-gray1: #F5F6FA;
}

/* Main */
.basic-information[b-gsfxu4byi3] {
}

/* Rows */
.basic-information__two-item-row[b-gsfxu4byi3] {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between
}

/* First row */
.basic-information__custom-fields[b-gsfxu4byi3] {
    max-height: 300px;
    width: 50%;
    margin-right: 8px;
    display: flex;
}

.basic-information__contact-details[b-gsfxu4byi3] {
    max-height: 300px;
    width: 50%;
    margin-left: 8px;
    display: flex;
}

@media (max-width: calc(1250px + 212px)) {
    .side-menu-expanded .basic-information__two-item-row[b-gsfxu4byi3] {
        flex-direction: column;
    }

    .side-menu-expanded .basic-information__custom-fields[b-gsfxu4byi3] {
        max-height: 300px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .side-menu-expanded .basic-information__contact-details[b-gsfxu4byi3] {
        max-height: 300px;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1250px) {
    .basic-information__two-item-row[b-gsfxu4byi3] {
        flex-direction: column;
    }

    .basic-information__custom-fields[b-gsfxu4byi3] {
        max-height: 300px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .basic-information__contact-details[b-gsfxu4byi3] {
        max-height: 300px;
        width: 100%;
        margin-left: 0;
    }
}

/* Basic Information Section */
.basic-information-section[b-gsfxu4byi3] {
    display: flex;
    justify-content: space-between;
    background-color: var(--color-gray-blue);
    gap: 12px;
}

@media (max-width: calc(1250px + 212px)) {
    .side-menu-expanded .basic-information-section[b-gsfxu4byi3] {
        flex-direction: column;
    }
}

@media (max-width: 1250px) {
    .basic-information-section[b-gsfxu4byi3] {
        flex-direction: column;
    }
}

.basic-information-section__left[b-gsfxu4byi3] {
    display: flex;
    justify-content: space-between;
    background: var(--color-gray-blue);
    padding: 12px;
    width: 100%;
    gap: 16px;
}

.basic-information-section__right[b-gsfxu4byi3] {
    display: flex;
    justify-content: space-between;
    background: var(--color-gray-blue);
    padding: 12px;
    width: 100%;
    gap: 16px;
}

@media (max-width: calc(940px + 212px)) {
    .side-menu-expanded .basic-information-section__left[b-gsfxu4byi3] {
        flex-direction: column;
    }

    .side-menu-expanded .basic-information-section__right[b-gsfxu4byi3] {
        flex-direction: column;
    }
}

@media (max-width: 940px) {
    .basic-information-section__left[b-gsfxu4byi3] {
        flex-direction: column;
    }

    .basic-information-section__right[b-gsfxu4byi3] {
        flex-direction: column;
    }
}

.basic-information-item[b-gsfxu4byi3] {
    width: 100%;
}

.basic-information-item__header[b-gsfxu4byi3] {
    color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 12px;
}


.basic-information-item__content[b-gsfxu4byi3] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.basic-information-item__content-row[b-gsfxu4byi3] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}



/* ELEMENT */
.basic-information-item__element[b-gsfxu4byi3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.basic-information-item__element-checkbox[b-gsfxu4byi3] {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.basic-information-item__element-label[b-gsfxu4byi3] {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.basic-information-item__element-label-checkbox[b-gsfxu4byi3] {
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.basic-information-item__row[b-gsfxu4byi3] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.basic-information-item__column[b-gsfxu4byi3] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

[b-gsfxu4byi3] .basic-information-section__dropdown {
    background-color: white;
}

    [b-gsfxu4byi3] .basic-information-section__dropdown:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }

[b-gsfxu4byi3] .basic-information-section__numeric-text-box {
    background-color: white;
}


.basic-information-item__offset-top[b-gsfxu4byi3] {
    margin-top: 19px;
}
/* /Modules/Admin/Pages/UserPages/Components/ContactDetailComponent.razor.rz.scp.css */
*[b-w3g4677cmy] {
    --color-blue-light: #2B6DB9;
    --color-gray-dark: #666666;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
}

/* Main */
.contact-detail[b-w3g4677cmy] {
    background: var(--color-gray-blue);
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 420px;
    padding-bottom: 12px;
}

/* Header */
.contact-detail__header[b-w3g4677cmy] {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
}

.contact-detail__header-title[b-w3g4677cmy] {
    font-size: 18px;
    font-weight: 600;
}

[b-w3g4677cmy] .contact-detail__header-add-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

/* Content */
.contact-detail-content[b-w3g4677cmy] {
    overflow-y: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    padding-top: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

/* Content Header */
.contact-detail-content__header[b-w3g4677cmy] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 10px;
    margin-right: 15px; /* Padding for menu button in content */
    padding-top: 4px;
}

.contact-detail-content__header-default[b-w3g4677cmy] {
    text-align: center;
    width: 40px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contact-detail-content__header-private[b-w3g4677cmy] {
    text-align: center;
    width: 40px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contact-detail-content__header-external-monitor[b-w3g4677cmy] {
    text-align: center;
    width: 80px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contact-detail-content__header-caller-id[b-w3g4677cmy] {
    text-align: center;
    width: 45px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* Content Item */
.contact-detail-item[b-w3g4677cmy] {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
}

/* Content Item left side */
.contact-detail-item__left[b-w3g4677cmy] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

[b-w3g4677cmy] .contact-detail-item__contact-type-dropdown {
    background-color: white;
    min-width: 100px;
    width: 100px;
    margin-right: 10px;
}

    [b-w3g4677cmy] .contact-detail-item__contact-type-dropdown:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }

[b-w3g4677cmy] .contact-detail-item__contact-value {
    background-color: white !important;
    max-width: 250px;
}

/* Content Item right side */
.contact-detail-item__right[b-w3g4677cmy] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 10px;
    align-items: center;
}

.contact-detail-item__checkbox-default[b-w3g4677cmy] {
    text-align: center;
    width: 40px;
}

.contact-detail-item__checkbox-private[b-w3g4677cmy] {
    text-align: center;
    width: 40px;
}

.contact-detail-item__checkbox-external-monitor[b-w3g4677cmy] {
    text-align: center;
    width: 80px;
}

.contact-detail-item__checkbox-caller-id[b-w3g4677cmy] {
    text-align: center;
    width: 45px;
}

.contact-detail-item__checkbox-menu[b-w3g4677cmy] {
    width: 15px;
}

[b-w3g4677cmy] .contact-detail-item__checkbox-menu-button {
    color: var(--color-gray-dark);
    font-weight: 600;
    padding-bottom: 0;
    width: 15px;
}

    [b-w3g4677cmy] .contact-detail-item__checkbox-menu-button:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* /Modules/Admin/Pages/UserPages/Components/CustomFieldComponent.razor.rz.scp.css */
*[b-zly02jw8hw] {
    --color-gray-dark: #666666;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-green: #006400;
}

/* Main */
.user-custom-fields[b-zly02jw8hw] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
    padding-bottom: 12px;
}

/* Header */
.user-custom-fields__header[b-zly02jw8hw] {
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
}

.user-custom-fields__header-title[b-zly02jw8hw] {
    font-size: 18px;
    font-weight: 600;
}

/* Content */
.user-custom-fields-content[b-zly02jw8hw] {
    overflow-y: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: 30px;
    gap: 12px;
    padding: 12px;
    padding-top: 19px;
}

/* User Custom Field */
.user-custom-field__name[b-zly02jw8hw] {
    margin-right: 0px;
}

.user-custom-field__name-value[b-zly02jw8hw] {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

.user-custom-field__value[b-zly02jw8hw] {
    overflow: hidden;
    display: flex;
    height: 30px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* Normal Value */
[b-zly02jw8hw] .user-custom-field__value-text-box {
    max-width: 300px;
    width: 100%;
    min-width: 50px;
    background-color: white !important;
}

/* Multi Values */
.user-custom-field__multivalued[b-zly02jw8hw] {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.user-custom-field__multivalued-values[b-zly02jw8hw] {
    margin-right: 0px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

[b-zly02jw8hw] .user-custom-field__multivalued-button {
    color: var(--color-gray-dark);
    font-weight: 600;
    margin-right: -10px;
    padding-bottom: 0;
}

    [b-zly02jw8hw] .user-custom-field__multivalued-button:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* Single Value */
[b-zly02jw8hw] .user-custom-field__dropdown-list {
    max-width: 300px;
    width: 100%;
    min-width: 50px;
    background-color: white;
}

    [b-zly02jw8hw] .user-custom-field__dropdown-list:hover {
        border-color: inherit;
        color: inherit;
        background-color: white;
    }


/* Value Picker */
.custom-field-value-picker__checkbox[b-zly02jw8hw] {
    margin-bottom: 10px;
}

.custom-field-value-picker__label[b-zly02jw8hw] {
    vertical-align: text-top;
    margin-left: 1rem;
    font-size: 18px;
    cursor: pointer;
}

[b-zly02jw8hw] .custom-field-value-picker__positive-button {
    width: 150px;
}

[b-zly02jw8hw] .custom-field-value-picker__cancel-button {
    width: 150px;
}

/* TODO: Remove this when global CSS settings are done. */
[b-zly02jw8hw] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-zly02jw8hw] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-zly02jw8hw] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-zly02jw8hw] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}
/* /Modules/Admin/Pages/UserPages/Components/HintMenuItemComponent.razor.rz.scp.css */
.menu-item[b-2tg61rw821] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-text[b-2tg61rw821] {
    margin-right: auto;
    white-space: nowrap;
}

.menu-item-hint[b-2tg61rw821] {
    margin-left: auto;
    color: gray;
    font-size: 0.7em;
}
/* /Modules/Admin/Pages/UserPages/Components/MemberOfGroupComponent.razor.rz.scp.css */
*[b-mbk37jmb6y] {
    --color-blue-light: #2B6DB9;
    --color-gray: #333333;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
}

/* Main */
.member-of-group[b-mbk37jmb6y] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
}

/* Header */
.member-of-group__header[b-mbk37jmb6y] {
    display: flex;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.member-of-group__header-title[b-mbk37jmb6y] {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

[b-mbk37jmb6y] .member-of-group__header-edit-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

/* Content */
.member-of-group-content[b-mbk37jmb6y] {
    overflow-y: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}



/* Item */
.member-of-group-item[b-mbk37jmb6y] {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid var(--color-gray-light);
}

    .member-of-group-item:last-child[b-mbk37jmb6y] {
        border-bottom: none;
    }

.member-of-group-item__left[b-mbk37jmb6y] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.member-of-group-item__right[b-mbk37jmb6y] {
}

.member-of-group-item:last-child[b-mbk37jmb6y] {
    border-bottom: none;
}

.member-of-group-item__name[b-mbk37jmb6y] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 16px;
}

.member-of-group-item__type[b-mbk37jmb6y] {
    font-size: 12px;
    color: var(--color-gray);
    display: block;
}

.member-of-group-item__empty-text[b-mbk37jmb6y] {
    display: block;
    color: var(--color-gray);
    font-style: italic;
    padding: 7px 0;
}
/* /Modules/Admin/Pages/UserPages/Components/SupervisedGroupComponent.razor.rz.scp.css */
*[b-54e120t39h] {
    --color-blue-light: #2B6DB9;
    --color-gray: #333333;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
}

/* Main */
.supervised-group[b-54e120t39h] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
}

/* Header */
.supervised-group__header[b-54e120t39h] {
    display: flex;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.supervised-group__header-title[b-54e120t39h] {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

[b-54e120t39h] .supervised-group__header-edit-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

/* Content */
.supervised-group-content[b-54e120t39h] {
    overflow-y: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center;
}

.supervised-group-content__header[b-54e120t39h] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 10px;
    padding-top: 8px;
    margin-bottom: -10px;
    margin-right: 52px; /* Padding for delete button in content */
}

.supervised-group-content__header-accept-registrations[b-54e120t39h] {
    text-align: center;
    width: 100px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* Item */
.supervised-group-item[b-54e120t39h] {
    display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid var(--color-gray-light);
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

    .supervised-group-item:last-child[b-54e120t39h] {
        border-bottom: none;
    }

.supervised-group-item__labels[b-54e120t39h] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-top: 3px;
}

.supervised-group-item__name[b-54e120t39h] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 16px;
}

.supervised-group-item__type[b-54e120t39h] {
    font-size: 12px;
    color: var(--color-gray);
    display: block;
}

.supervised-group-item__empty-text[b-54e120t39h] {
    display: block;
    color: var(--color-gray);
    font-style: italic;
    padding-top: 13px;
    padding-bottom: 14px;
}

.supervised-group-item__checkbox-accept-registrations[b-54e120t39h] {
    text-align: center;
    padding: 0 42px;
    align-content: center;
}

.supervised-group-item__delete-button[b-54e120t39h] {
}
/* /Modules/Admin/Pages/UserPages/Components/SupervisedUserComponent.razor.rz.scp.css */
*[b-ubxfcpmr81] {
    --color-blue-light: #2B6DB9;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
}

/* Main */
.supervised-user[b-ubxfcpmr81] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
}

/* Header */
.supervised-user__header[b-ubxfcpmr81] {
    display: flex;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.supervised-user__header-title[b-ubxfcpmr81] {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

[b-ubxfcpmr81] .supervised-user__header-add-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

/* Content */
.supervised-user-content[b-ubxfcpmr81] {
    overflow-y: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center;
}

.supervised-user-content__header[b-ubxfcpmr81] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 10px;
    padding-top: 8px;
    margin-bottom: -10px;
    margin-right: 52px; /* Padding for delete button in content */
}

.supervised-user-content__header-accept-registrations[b-ubxfcpmr81] {
    text-align: center;
    width: 100px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* Item */
.supervised-user-item[b-ubxfcpmr81] {
    display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid var(--color-gray-light);
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

    .supervised-user-item:last-child[b-ubxfcpmr81] {
        border-bottom: none;
    }

.supervised-user-item__labels[b-ubxfcpmr81] {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.supervised-user-item__name[b-ubxfcpmr81] {
    font-size: 16px;
    display: block;
    line-height: 16px;
}

.supervised-user-item__empty-text[b-ubxfcpmr81] {
    display: block;
    color: var(--color-semidark-gray);
    font-style: italic;
    padding-top: 14px;
    padding-bottom: 15px;
}

.supervised-user-item__checkbox-accept-registrations[b-ubxfcpmr81] {
    text-align: center;
    padding: 0 42px;
    align-content: center;
}

.supervised-user-item__delete-button[b-ubxfcpmr81] {
}
/* /Modules/Admin/Pages/UserPages/Components/TimeGroupsComponent.razor.rz.scp.css */
.member-of-group[b-oiyvdxtwzo] {
    margin-bottom: 15px;
}

.supervised-group[b-oiyvdxtwzo] {
    margin-bottom: 15px;
}

.supervised-user[b-oiyvdxtwzo] {
    margin-bottom: 15px;
}
/* /Modules/Admin/Pages/UserPages/Components/UserAgreementsComponent.razor.rz.scp.css */
*[b-husb1b54zl] {
    --color-gray: #333333;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-blue-light: #2B6DB9;
}

/* Main */
.agreement[b-husb1b54zl] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
    margin-bottom: 15px;
}

/* Header */
.agreement__header[b-husb1b54zl] {
    display: flex;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.agreement__header-title[b-husb1b54zl] {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.agreement__header-title--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}


/* Item */
.agreement-item[b-husb1b54zl] {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid var(--color-gray-light);
}

.agreement-item__empty-text[b-husb1b54zl] {
    display: block;
    color: var(--color-gray);
    font-style: italic;
    padding: 7px 0px;
}

.agreement-item__empty-text--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}

/* Single Value */
.agreement-item__name-wrapper[b-husb1b54zl] {
    display: flex;
    gap: 16px;
    align-self: center;
}

.agreement-item__name-text[b-husb1b54zl] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 16px;
}

.agreement-item__path-text[b-husb1b54zl] {
    font-size: 12px;
    color: var(--color-gray);
    display: block;
}

.agreement-item__name-text--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}

.agreement-item__path-text--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}

.agreement-item__icon-wrapper[b-husb1b54zl] {
    width: 21px
}

.agreement-item__date-and-button-wrapper[b-husb1b54zl] {
    display: flex;
    gap: 24px;
}

[b-husb1b54zl] .agreement__add-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-husb1b54zl] .agreement-item__edit-button {
    padding: 3px 9px;
}

.agreement-item__date-wrapper[b-husb1b54zl] {
    display: flex;
}

.agreement-item__date-text[b-husb1b54zl] {
    align-self: center;
    text-wrap: nowrap;
    width: 218px;
}

.agreement-item__date-text--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}

/* Main */
.hours-per-day[b-husb1b54zl] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--color-gray-blue);
    width: 100%;
    margin-bottom: 15px;
}

/* Header */
.hours-per-day__header[b-husb1b54zl] {
    display: flex;
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hours-per-day__header-title[b-husb1b54zl] {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.hours-per-day__header-title--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}

.hours-per-day__body[b-husb1b54zl] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid var(--color-gray-light);
}

.deep .hours-per-day__numeric-text-box-label[b-husb1b54zl] {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.hours-per-day__numeric-text-box-label--disabled[b-husb1b54zl] {
    opacity: .65;
    filter: grayscale(0.1);
}

[b-husb1b54zl] .hours-per-day__numeric-text-box {
    max-width: 220px;
}

@media (max-width: calc(1250px + 212px)) {
    .side-menu-expanded .agreement-item__date-text[b-husb1b54zl] {
        display: none;
    }
}

@media (max-width: 1250px) {
    .agreement-item__date-text[b-husb1b54zl] {
        display: none;
    }
}
/* /Modules/Admin/Pages/UserPages/Components/UserDetailComponent.razor.rz.scp.css */
*[b-usuoc5xkaz] {
    --color-gray-blue: #F5F6FA;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-green: #006400;
}

.user-detail[b-usuoc5xkaz] {
    background-color: var(--color-gray-blue);
    padding: 18px 12px;
    display: flex;
    margin-bottom: 8px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.user-detail__left[b-usuoc5xkaz] {
    display: flex;
    max-width: 800px;
}

.user-detail__right[b-usuoc5xkaz] {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: start;
    align-items: start;
}

[b-usuoc5xkaz] .user-detail__checkbox-menu-button {
    color: var(--color-gray-dark);
    font-weight: 600;
    width: 15px;
}

[b-usuoc5xkaz] .user-detail__checkbox-menu-button:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: calc(1150px + 212px)) {
    .side-menu-expanded .user-detail[b-usuoc5xkaz] {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .side-menu-expanded .user-detail__right[b-usuoc5xkaz] {
        margin-left: 78px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 1150px) {
    .user-detail[b-usuoc5xkaz] {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .user-detail__right[b-usuoc5xkaz] {
        margin-left: 78px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: calc(890px + 212px)) {
    .side-menu-expanded .user-detail__right[b-usuoc5xkaz] {
        margin-left: 0;
    }
}

@media (max-width: 890px) {
    .user-detail__right[b-usuoc5xkaz] {
        margin-left: 0;
    }
}

.user-detail__avatar[b-usuoc5xkaz] {
    margin-right: 16px;
    width: 62px;
    height: 62px;
    position: relative;
}

.user-detail__avatar-wrapper[b-usuoc5xkaz] {
    transition: transform 0.2s ease, filter 0.2s ease;
}

.user-detail__avatar-wrapper:hover[b-usuoc5xkaz] {
    filter: brightness(0.9);
}

.user-detail__avatar-wrapper--disabled:hover[b-usuoc5xkaz] {
    filter: brightness(1);
}

.user-detail__avatar:hover[b-usuoc5xkaz] {
    cursor: pointer;
    border-radius: 999px;
}

.user-detail__avatar--disabled:hover[b-usuoc5xkaz] {
    cursor: default;
    border-radius: 0px;
}

.user-detail__avatar-icon-wrapper[b-usuoc5xkaz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: -5px;
    bottom: -5px;
    background-color: #e4e6eb;
    border-radius: 999px;
    height: 24px;
    width: 24px;
}

[b-usuoc5xkaz] .user-detail__avatar-icon {
    align-self: center;
}

@media (max-width: calc(890px + 212px)) {
    .side-menu-expanded .user-detail__avatar[b-usuoc5xkaz] {
        display: none;
    }
}

@media (max-width: 890px) {
    .user-detail__avatar[b-usuoc5xkaz] {
        display: none;
    }
}

.user-detail-item[b-usuoc5xkaz] {
    margin-right: 20px;
    width: 100%;
}

@media (max-width: calc(1150px + 212px)) {
    .side-menu-expanded .user-detail-item:last-child[b-usuoc5xkaz] {
        margin-right: 0;
    }
}

@media (max-width: 1150px) {
    .user-detail-item:last-child[b-usuoc5xkaz] {
        margin-right: 0;
    }
}

.user-detail-item__label[b-usuoc5xkaz] {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

[b-usuoc5xkaz] .user-detail-item__text-box {
    background-color: white !important;
}

.user-detail-item-date-picker[b-usuoc5xkaz] {
    margin-right: 8px;
    width: 120px;
}

    .user-detail-item-date-picker:last-child[b-usuoc5xkaz] {
        margin-right: 0;
    }

[b-usuoc5xkaz] .user-detail-item__activation-button {
    width: 100%;
}
/* /Modules/Admin/Pages/UserPages/Components/UserPermissionsComponent.razor.rz.scp.css */
*[b-pow1wacvgb] {
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
}

.permission-group[b-pow1wacvgb] {
    margin-bottom: 16px;
    background-color: var(--color-gray-blue);
}

.permission-group__header[b-pow1wacvgb] {
    padding: 12px;
    height: 48px;
    border-bottom: 1px solid var(--color-gray-light);
}

.permission-group__title[b-pow1wacvgb] {
    font-size: 18px;
    font-weight: 600;
}

.permission-group__content[b-pow1wacvgb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
    padding: 8px 0;
}

.permission-group__item[b-pow1wacvgb] {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 260px;
    padding: 0 16px;
    height: 36px;
    background-color: inherit;
}

.permission-group__item-checkbox[b-pow1wacvgb] {
    align-self: auto;
    margin-right: 10px;
}

.permission-group__item-title[b-pow1wacvgb] {
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.permission-group__item-title--disabled[b-pow1wacvgb] {
    opacity: 0.65;
}
/* /Modules/Admin/Pages/UserPages/UsersPage.razor.rz.scp.css */
*[b-y91ngnt1v4] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-telerik-gray: #f8f9fa;
    --color-telerik-light-gray: #CED4DA;
    --color-telerik-light-gray2: #cccccc;
    --color-green: #006400;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-blue: #c5d8ee;
    --color-telerik-light-blue2: #bacce1;
    --color-yellow: #D2CE52;
    --color-black: #000000;
}

.tv-page[b-y91ngnt1v4] {
    /* overwrite the default padding */
    padding-right: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom:0;
}

    .tv-page .tv-page-header[b-y91ngnt1v4] {
        padding-bottom: 15px;
    }

.toolbar[b-y91ngnt1v4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    max-width: 1632px;
}

.toolbar__left[b-y91ngnt1v4] {
    flex-shrink: 0;
    text-align: center;
    width: 300px;
    min-width: 300px;
}

.toolbar__center[b-y91ngnt1v4] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
}

.toolbar__right[b-y91ngnt1v4] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
}

[b-y91ngnt1v4] .save-button {
    width: 160px;
    font-weight: 400;
}

[b-y91ngnt1v4] .save-button:disabled {
    background-color: var(--color-green-light);
    color: var(--color-green-dark);
    border-color: var(--color-green-light);
}

[b-y91ngnt1v4] .cancel-button {
    width: 160px;
    font-weight: 400;
}

[b-y91ngnt1v4] .search-textbox {
    max-width: 400px;
    flex-grow: 1;
}

[b-y91ngnt1v4] .new-user-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-y91ngnt1v4] .copy-setup-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

[b-y91ngnt1v4] .overflow-button {
    color: var(--color-blue-light);
    font-weight: 600;
}

.tv-page-content[b-y91ngnt1v4] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    border-top: 1px solid var(--color-blue-light-border);
}

.tv-page-content--detailed[b-y91ngnt1v4] {
    flex-direction: row;
}

.user-grid-wrapper[b-y91ngnt1v4] {
    display: flex;
    height: 100%;
}

.user-grid-wrapper--minimized[b-y91ngnt1v4] {
    width: 300px;
    min-width: 300px;
}

.user-grid[b-y91ngnt1v4] {
    display: flex;
    width: calc(100% - 14px);
    flex-direction: column;
    height: 100%;
}

.user-grid__custom-field-cell[b-y91ngnt1v4] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.splitter[b-y91ngnt1v4] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 14px;
    min-width: 14px;
    height: 100%;
    flex-shrink: 0;
    border-right: 2px solid var(--color-blue-light-border);
    color: var(--color-blue-light);
}

    .splitter:hover[b-y91ngnt1v4] {
        background-color: var( --color-gray-background-50);
        cursor: pointer;
        -moz-transition: background-color 100ms linear;
        -o-transition: background-color 100ms linear;
        -webkit-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
    }

.splitter__icon[b-y91ngnt1v4] {
    margin-bottom: 25px;
}

.splitter__inner[b-y91ngnt1v4] {
    height: 59px;
    border-right: 3px solid var(--color-blue-light);
    border-radius: 2px;
}

.user-detail-wrapper[b-y91ngnt1v4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding: 16px;
}

.user-detail-wrapper-inner[b-y91ngnt1v4] {
    max-width: 1300px;
}

.user-detail-wrapper--hidden[b-y91ngnt1v4] {
    display: none;
}

.filter-checkbox-wrapper[b-y91ngnt1v4] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_active_checkbox__lable[b-y91ngnt1v4] {
    margin: 0 20px 0 5px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.show_inactive_checkbox__label[b-y91ngnt1v4] {
    margin: 0 0 0 5px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.user-grid__header[b-y91ngnt1v4] {
    color: var(--color-black);
    background-color: var(--color-telerik-gray);
    padding: 11px 12px 11px 12px;
    font-weight: bold;
    font-size: 0.6em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-telerik-light-gray2);
}

.user-grid__id-cell[b-y91ngnt1v4] {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 8px;
    border-block-end-width: 1px;
    border-bottom-color: var(--color-telerik-light-gray2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 60px;
}

    .user-grid__id-cell:hover[b-y91ngnt1v4] {
        background-color: rgba(0, 0, 0, 0.08);
    }

.id-cell[b-y91ngnt1v4] {
    white-space: nowrap;
    display: flex;
    align-items: center
}

    .id-cell__status-icon[b-y91ngnt1v4] {
        width: 14px;
        min-width: 14px;
        height: 14px;
        min-height: 14px;
        margin-right: 5px;
        line-height: 0;
    }

.id-cell__edit-icon[b-y91ngnt1v4] {
    color: var(--color-gray);
}

.id-cell__delete-icon[b-y91ngnt1v4] {
    color: var(--color-red);
}

.id-cell__error-icon[b-y91ngnt1v4] {
    color: var(--color-red);
    cursor: pointer;
}

.id-cell__icon[b-y91ngnt1v4] {
    color: var( --color-blue);
    margin-right: 5px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 0;
}

.id-cell__icon--danger[b-y91ngnt1v4] {
    color: var( --color-red);
    margin-right: 5px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 0;
}

.id-cell__icon--warning[b-y91ngnt1v4] {
    color: var(--color-yellow);
    margin-right: 5px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 0;
}

.id-cell__deactive[b-y91ngnt1v4] {
    opacity: 0.4;
}

.id-cell__selected[b-y91ngnt1v4] {
    background-color: var(--color-telerik-light-blue);
}

    .id-cell__selected:hover[b-y91ngnt1v4] {
        background-color: var(--color-telerik-light-blue2);
    }

.id-cell__image[b-y91ngnt1v4] {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: var( --color-blue);
    color: white;
    font-weight: lighter;
    font-size: 14px;
    margin-right: 10px;
}


.id-cell__name[b-y91ngnt1v4] {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.id-cell__name--changed[b-y91ngnt1v4] {
    flex-grow: 1;
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis
}

.id-cell__name--deleted[b-y91ngnt1v4] {
    text-decoration-line: line-through;
}

.checkmark-cell__checkmark[b-y91ngnt1v4] {
    display: block;
    text-align: center;
    color: var(--color-green);
    font-size: 22px;
}

.id-cell__busy_status-icon--rotating[b-y91ngnt1v4] {
    display: inline-block;
    animation: rotateCounterclockwise-b-y91ngnt1v4 2s linear infinite;
}

@keyframes rotateCounterclockwise-b-y91ngnt1v4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

/* TODO: Remove this when global CSS settings are done. */
[b-y91ngnt1v4] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-y91ngnt1v4] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-y91ngnt1v4] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-y91ngnt1v4] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-y91ngnt1v4] .k-input-solid:focus, .k-input-solid.k-focus[b-y91ngnt1v4] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-y91ngnt1v4] .k-input-solid:focus-within, .k-input-solid.k-focus[b-y91ngnt1v4] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}
/* /Modules/Reports/Components/DateRangePicker.razor.rz.scp.css */
.date-range-button-wrapper[b-dg6r2crsdv] {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.hidden-date-range-button-wrapper[b-dg6r2crsdv] {
    overflow: hidden;
    position: absolute;
    left: 38px;
    top: 39px;
}

.hidden-date-range-button-wrapper:hover[b-dg6r2crsdv] {
    cursor: pointer;
}

[b-dg6r2crsdv] li.active {
    background-color: #002d62 !important;
}

[b-dg6r2crsdv] .daterangepicker button.applyBtn {
    background-color: #008220;
    border-color: #008220;
    font-weight: normal !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 100px;
}

[b-dg6r2crsdv] .daterangepicker .drp-buttons {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: start;
}

[b-dg6r2crsdv] .daterangepicker button.cancelBtn {
    color: black;
    font-weight: normal !important;
    background-color: white;
    border-color: #CCCCCC;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 100px;
}

[b-dg6r2crsdv] .daterangepicker .start-date,
[b-dg6r2crsdv] .daterangepicker .end-date {
    background-color: #002d62;
}

[b-dg6r2crsdv] .date-range-picker {
    position: relative;
    z-index: -1;
    width: 1px;
    height: 1px;
}

.text-wrapper[b-dg6r2crsdv] {
    align-self: center;
    width: 330px;
}

.text-wrapper--predefined[b-dg6r2crsdv] {
    width: 180px;
}

.toolbar__text[b-dg6r2crsdv] {
    line-height: 40px;
    font-size: 26px;
    font-weight: 500;
}
/* /Modules/Reports/Components/SideMenu.razor.rz.scp.css */
*[b-e4xrjhtk1r] {
    --formula-blue: #002d62;
    --text-color: #666666;
    --active-bg-color: #EAEFF4;
    --hover-bg-color: #F5F6FA;
    --border-color: #dee2e6;
    --color-orange: #DA7E12;
}

a[b-e4xrjhtk1r], a:active[b-e4xrjhtk1r], a:hover[b-e4xrjhtk1r] {
    text-decoration: none;
    color: var(--text-color);
}

.wrapper[b-e4xrjhtk1r] {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%;
    color: var(--text-color);
    justify-content: space-between;
}

.navigation[b-e4xrjhtk1r] {
    height: 48px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.navigation--active[b-e4xrjhtk1r] {
    color: var(--formula-blue);
    font-weight: 600;
    border-inline-start-style: solid;
    border-inline-start-width: 2px;
    border-inline-start-color: var(--formula-blue);
    background-color: var(--active-bg-color);
}

.navigation--lastingroup[b-e4xrjhtk1r] {
    border-bottom: 1px solid var(--border-color);
}

.navigation:hover[b-e4xrjhtk1r] {
    background-color: var(--hover-bg-color);
}

.navigation__icon[b-e4xrjhtk1r] {
    width: 48px;
    padding: 0;
    padding-left: 12px;
    font-size: 24px;
}

[b-e4xrjhtk1r] .navigation__icon-change {
    color: var(--color-orange);
    position: absolute;
    top: 3px;
    left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.navigation__icon--active[b-e4xrjhtk1r] {
    padding-left: 10px;
}

.rotate--90[b-e4xrjhtk1r] {
    transform: rotate(-90deg);
}

.bottom[b-e4xrjhtk1r] {
    margin-top: auto;
}

.expand-collapse[b-e4xrjhtk1r] {
    justify-content: right;
}
/* /Modules/Reports/Pages/AgentOutcomeCode/AgentOutcomeCode.razor.rz.scp.css */
*[b-zamaagb54h] {
    --color-black1: #000000;
    --color-telerik-light-blue: #c5d8ee;
    --color-telerik-light-blue2: #bacce1;
    --color-blue: #A7BCD3;
    --color-green: #006400;
    --color-telerik-light-gray2: #cccccc;
    --color-gray-light: #EAEFF4;
}

.page[b-zamaagb54h] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 49px);
}

.side-menu-expanded .page[b-zamaagb54h] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 261px);
}

.page-header[b-zamaagb54h] {
}

.toolbar[b-zamaagb54h] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0px;
    gap: 16px;
}

.toolbar__left[b-zamaagb54h] {
    flex-shrink: 0;
    text-align: center;
    padding-bottom: 4px;
    position: relative;
    background-color: white;
    align-content: center;
}

.toolbar__center[b-zamaagb54h] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
    padding-bottom: 4px;
}

.toolbar__right[b-zamaagb54h] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
    padding-bottom: 4px;
}

.toolbar__text[b-zamaagb54h] {
    line-height: 40px;
    font-size: 26px;
    font-weight: 500;
}

.menu[b-zamaagb54h] {
    display: flex;
    gap: 8px;
}

.content__wrapper[b-zamaagb54h] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid var(--color-blue);
    padding-top: 16px;
    flex-grow: 1;
    overflow-x: hidden;
}

.invisible[b-zamaagb54h] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.hide[b-zamaagb54h] {
    opacity: 0;
    display: none;
}

.show[b-zamaagb54h] {
    transition: opacity 0.5s;
    opacity: 1;
    flex: 1;
    overflow: hidden
}

@media (max-width: calc(1166px + 212px)) {
    .side-menu-expanded .toolbar[b-zamaagb54h] {
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width: 1166px) {
    .toolbar[b-zamaagb54h] {
        flex-direction: column;
        gap: 0px;
    }
}

[b-zamaagb54h] .k-header {
    text-align: center !important;
    position: relative;
    padding: 11px 0 11px 0px !important;
    cursor: default;
}

[b-zamaagb54h] .k-cell-inner {
    justify-content: center !important;
}

[b-zamaagb54h] .table-name-header {
    padding: 11px 0 11px 8px !important;
    justify-items: left;
    text-align: start !important;
}

/* TODO: Remove this when global CSS settings are done. */
[b-zamaagb54h] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-zamaagb54h] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-zamaagb54h] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-zamaagb54h] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-zamaagb54h] .k-input-solid:focus, .k-input-solid.k-focus[b-zamaagb54h] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-zamaagb54h] .k-input-solid:focus-within, .k-input-solid.k-focus[b-zamaagb54h] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-zamaagb54h] .k-floating-label-container {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
}

[b-zamaagb54h] .k-menu-link {
    border: 2px solid #eee;
    height: 34px;
    color: black;
    padding: 0 16px 0 16px;
    flex: none;
}

[b-zamaagb54h] .k-menu:not(.k-context-menu) {
    background-color: white;
    align-items: center;
}
/* /Modules/Reports/Pages/AgentReasonCodes/AgentReasonCodes.razor.rz.scp.css */
*[b-ywngicqumg] {
    --color-black1: #000000;
    --color-telerik-light-blue: #c5d8ee;
    --color-telerik-light-blue2: #bacce1;
    --color-blue: #A7BCD3;
    --color-green: #006400;
    --color-telerik-light-gray2: #cccccc;
    --color-gray-light: #EAEFF4;
}

.page[b-ywngicqumg] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 49px);
}

.side-menu-expanded .page[b-ywngicqumg] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 261px);
}

.page-header[b-ywngicqumg] {
}

.toolbar[b-ywngicqumg] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0px;
    gap: 16px;
}

.toolbar__left[b-ywngicqumg] {
    flex-shrink: 0;
    text-align: center;
    padding-bottom: 4px;
    position: relative;
    background-color: white;
    align-content: center;
}

.toolbar__center[b-ywngicqumg] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
    padding-bottom: 4px;
}

.toolbar__right[b-ywngicqumg] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
    padding-bottom: 4px;
}

.toolbar__text[b-ywngicqumg] {
    line-height: 40px;
    font-size: 26px;
    font-weight: 500;
}

.menu[b-ywngicqumg] {
    display: flex;
    gap: 8px;
}

.content__wrapper[b-ywngicqumg] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid var(--color-blue);
    padding-top: 16px;
    flex-grow: 1;
    overflow-x: hidden;
}

.invisible[b-ywngicqumg] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.hide[b-ywngicqumg] {
    opacity: 0;
    display: none;
}

.show[b-ywngicqumg] {
    transition: opacity 0.5s;
    opacity: 1;
    flex: 1;
    overflow: hidden
}

.reason-code-header__wrapper[b-ywngicqumg] {
    display: flex;
    flex-direction: column;
}

.reason-code-header__text[b-ywngicqumg] {
    text-wrap: nowrap;
}

.reason-code-header__hint[b-ywngicqumg] {
    font-size: 8px;
    font-style: italic;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

@media (max-width: calc(1156px + 212px)) {
    .side-menu-expanded .toolbar[b-ywngicqumg] {
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width: 1156px) {
    .toolbar[b-ywngicqumg] {
        flex-direction: column;
        gap: 0px;
    }
}

[b-ywngicqumg] .k-header {
    text-align: center !important;
    position: relative;
    padding: 11px 0 11px 0px !important;
    cursor: default;
    align-content: center;
}

[b-ywngicqumg] .k-cell-inner {
    justify-content: center !important;
}

[b-ywngicqumg] .table-name-header {
    padding: 11px 0 11px 8px !important;
    justify-items: left;
    text-align: start !important;
    align-content: center;
}

/* TODO: Remove this when global CSS settings are done. */
[b-ywngicqumg] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-ywngicqumg] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-ywngicqumg] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-ywngicqumg] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-ywngicqumg] .k-input-solid:focus, .k-input-solid.k-focus[b-ywngicqumg] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-ywngicqumg] .k-input-solid:focus-within, .k-input-solid.k-focus[b-ywngicqumg] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-ywngicqumg] .k-floating-label-container {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
}

[b-ywngicqumg] .k-menu-link {
    border: 2px solid #eee;
    height: 34px;
    color: black;
    padding: 0 16px 0 16px;
    flex: none;
}

[b-ywngicqumg] .k-menu:not(.k-context-menu) {
    background-color: white;
    align-items: center;
}
/* /Modules/Reports/Pages/ReasonCodeReports/ReasonCodeReports.razor.rz.scp.css */
*[b-yr9c63ukab] {
    --color-black1: #000000;
    --color-telerik-light-blue: #c5d8ee;
    --color-telerik-light-blue2: #bacce1;
    --color-blue: #A7BCD3;
    --color-green: #006400;
    --color-telerik-light-gray2: #cccccc;
    --color-gray-light: #EAEFF4;
}

.page[b-yr9c63ukab] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 49px);
}

.side-menu-expanded .page[b-yr9c63ukab] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 261px);
}

.page-header[b-yr9c63ukab] {
}

.toolbar[b-yr9c63ukab] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0px;
    gap: 16px;
}

.toolbar__left[b-yr9c63ukab] {
    flex-shrink: 0;
    text-align: center;
    padding-bottom: 4px;
    position: relative;
    background-color: white;
    align-content: center;
}

.toolbar__center[b-yr9c63ukab] {
    justify-content: left;
    display: flex;
    flex-grow: 1;
    padding-bottom: 4px;
}

.toolbar__right[b-yr9c63ukab] {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
    padding-bottom: 4px;
}

.toolbar__text[b-yr9c63ukab] {
    line-height: 40px;
    font-size: 26px;
    font-weight: 500;
}

.menu[b-yr9c63ukab] {
    display: flex;
    gap: 8px;
}

.content__wrapper[b-yr9c63ukab] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid var(--color-blue);
    padding-top: 16px;
    flex-grow: 1;
    overflow-x: hidden;
}

.invisible[b-yr9c63ukab] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.hide[b-yr9c63ukab] {
    opacity: 0;
    display: none;
}

.show[b-yr9c63ukab] {
    transition: opacity 0.5s;
    opacity: 1;
    flex: 1;
    overflow: hidden
}

@media (max-width: calc(1356px + 212px)) {
    .side-menu-expanded .toolbar[b-yr9c63ukab] {
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width: 1356px) {
    .toolbar[b-yr9c63ukab] {
        flex-direction: column;
        gap: 0px;
    }
}

[b-yr9c63ukab] .k-header {
    text-align: center !important;
    position: relative;
    padding: 11px 0 11px 0px !important;
    cursor: default;
}

[b-yr9c63ukab] .k-cell-inner {
    justify-content: center !important;
}

[b-yr9c63ukab] .table-name-header {
    padding: 11px 0 11px 8px !important;
    justify-items: left;
    text-align: start !important;
}

[b-yr9c63ukab] .row-name-wrapper {
    display: flex;
    flex-direction: column;
}

[b-yr9c63ukab] .row-name-text {
    font-weight: 600;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

[b-yr9c63ukab] .row-path-text {
    font-weight: 400;
    font-size: 12px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    color: grey;
    font-style: italic;
    margin-top: -4px;
}

/* TODO: Remove this when global CSS settings are done. */
[b-yr9c63ukab] .k-checkbox:checked {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

    [b-yr9c63ukab] .k-checkbox:checked:focus {
        border-color: var(--color-green);
        box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
    }

[b-yr9c63ukab] .k-checkbox:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-yr9c63ukab] .k-checkbox:indeterminate {
    border-color: var(--color-green);
    background-color: var(--color-green);
}

[b-yr9c63ukab] .k-input-solid:focus, .k-input-solid.k-focus[b-yr9c63ukab] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-yr9c63ukab] .k-input-solid:focus-within, .k-input-solid.k-focus[b-yr9c63ukab] {
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(0, 100, 0, 0.25);
}

[b-yr9c63ukab] .k-floating-label-container {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
}

[b-yr9c63ukab] .k-menu-link {
    border: 2px solid #eee;
    height: 34px;
    color: black;
    padding: 0 16px 0 16px;
    flex: none;
}

[b-yr9c63ukab] .k-menu:not(.k-context-menu) {
    background-color: white;
    align-items: center;
}
/* /Modules/Reports/Shared/MainLayout.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
a.btn-download[b-mertfkc1yl] {
    border-radius: 0;
    background-color: #008200;
    color: #fff;
    padding: 11px 30px;
    font-size: 1.1em;
}

    a.btn-download:hover[b-mertfkc1yl] {
        background-color: rgba(#008200, .8);
    }
/* /Shared/Header.razor.rz.scp.css */
*[b-qhn8oktxx7] {
    --color-blue: #006EED;
    --color-blue-light: #2B6DB9;
    --color-blue-light-border: #A7BCD3;
    --color-gray-dark: #666666;
    --color-green-dark: #007A00;
    --color-gray: #333333;
    --color-gray-background-50: #9999997F;
    --color-gray-blue: #F5F6FA;
    --color-gray-light: #EAEFF4;
    --color-green: #008200;
    --color-green-light: #F2FAEF;
    --color-red: #B01E00;
    --color-red-50: #B01E007F;
    --color-telerik-blue: #86B7FE;
    --color-telerik-light-gray: #CED4DA;
    --color-yellow: #D2CE52;
    --color-yellow-50: #D2CE527F;
    --color-white: #ffffff;
    --color-blue-background: #002d62;
    --color-blue-dark-background: #001e42;
    --size-height: 49px;
}

.culture-selectors[b-qhn8oktxx7] {
    margin-right: 20px;
}

@media (max-width: 420px) {
    .culture-selectors[b-qhn8oktxx7] {
        display: none;
    }
}

.header-logged-in-user[b-qhn8oktxx7] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    color: white;
    font-weight: 600;
}

    .header-logged-in-user:hover[b-qhn8oktxx7] {
        cursor: pointer;
    }

@media (max-width: 560px) {
    .header-logged-in-user__name[b-qhn8oktxx7] {
        display: none;
    }
}

[b-qhn8oktxx7] .notification-drawer {
}

.notification-drawer-items[b-qhn8oktxx7] {
    overflow-y: auto;
    height: 100%;
}

.notification-drawer-empty[b-qhn8oktxx7] {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    color: var(--color-gray);
}

.notification-drawer-item__header[b-qhn8oktxx7] {
    position: relative;
}

.notification-drawer-item[b-qhn8oktxx7] {
    background-color: var(--color-blue-light-border);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid black;
}

.notification-drawer-item--error[b-qhn8oktxx7] {
    background-color: var(--color-red-50);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: var(--color-red);
    border: 1px solid var(--color-red);
}

.notification-drawer-item--warning[b-qhn8oktxx7] {
    background-color: var(--color-yellow-50);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: var(--color-yellow);
    border: 1px solid var(--color-yellow);
}

.notification-drawer-item__title[b-qhn8oktxx7] {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.notification-drawer-item__time[b-qhn8oktxx7] {
    position: absolute;
    font-size: 10px;
    top: -8px;
    right: -6px;
    font-style: italic;
}

.notification-drawer-item__text[b-qhn8oktxx7] {
    font-size: 14px;
}

.notification-drawer-item__exception-button[b-qhn8oktxx7] {
    margin-top: 5px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
}

[b-qhn8oktxx7] .notification-button {
    color: white;
    border: none;
}

    [b-qhn8oktxx7] .notification-button:hover {
        color: white;
    }

    [b-qhn8oktxx7] .notification-button:focus {
        box-shadow: none;
    }

.exception-dialog__message[b-qhn8oktxx7] {
    color: #B01E00;
    font-weight: 600;
}

.exception-dialog__detail-outer[b-qhn8oktxx7] {
    background-color: #9999997F;
    overflow: auto;
}

.exception-dialog__detail[b-qhn8oktxx7] {
    color: #B01E00;
    font-size: 12px;
    padding: 6px 12px;
    margin:0;
    white-space: pre-wrap;
}

.login-button[b-qhn8oktxx7] {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 0 24px;
}

.login-button:visited[b-qhn8oktxx7] {
    color: white;
}

.module-navigation[b-qhn8oktxx7] {
    width: 184px;
}

.module-navigation__button[b-qhn8oktxx7] {
    /* Box Model */
    display: inline-block;
    width: inherit;
    height: var(--size-height);
    padding: 14px 25px 10px 22px;
    margin-left: -1px;
    border: none;
    /* Visual */
    color: white;
    background-color: var(--color-blue-dark-background);
    /* Typography */
    font-weight: lighter;
    font-size: 1.0em;
    white-space:nowrap;
}

.module-navigation__dropdown[b-qhn8oktxx7] {
    /* Box Model */
    width: 184px;
    margin: -17px -16px -16px -16px;
    /* Visual */
    background-color: var(--color-blue-background);
}

.module-navigation__item[b-qhn8oktxx7] {
    /* Box Model */
    display: block;
    width: 100%;
    padding: 10px 15px;
    /* Visual */
    background-color: var(--color-blue-background);
    color: white;
    /* Typography */
    text-align: center;
}

    .module-navigation__item:hover[b-qhn8oktxx7] {
        background-color: var(--color-blue-light);
    }
