 html, #layout-wrapper, body {
    height: 100%;
}

body {
    font-family: Inter, Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: #f6f6f9 !important;
}

/*Shared styles (move to library?)*/
/* Fix columns blinking on bootstrap grid in Safari*/
.row:before, .row:after {
    display: none !important;
}

/* Fix inline size of 'Search by email' input for AddUser page*/
div.il-input-group .il-text-input-actions-container {
    width: 100% !important;
}

/*Dialog*/
:root {
    --border-radius: 15px;
    --text-gray: #848585;
    --color-blue: #0029E0;
    --color-white-blue: #D2E1F0;
    --color-light-blue: #3696F8;
    --color-dark-blue: #0F2A46;
    --color-green: #72C24B;
    --color-white: #FFF;
    --color-asphalt-black: #ADADAD;
    --dm-status-color-blue: #4aa3ff;
    --dm-status-color-green: #72c24b;
    --dm-status-color-orange: #fcb92c;
    --dm-status-color-gray: #808080;
}
/*Shared styles end*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.btn-show-more {
    padding-top: 6px;
    padding-bottom: 7px;
    min-width: 120px;
    color: #696969;
    font-weight: 500;
    font-size: 0.95rem;
}

/*Fonts begin*/
.font-family-headers {
    font-family: Poppins, sans-serif
}

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-19 {
    font-size: 19px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-30 {
    font-size: 30px !important
}

.fw-thin {
    font-weight: 300;
}

.fw-medium {
    font-weight: 400;
}

.fw-semibold {
    font-weight: 500;
}

.fw-bold {
    font-weight: 600;
}
/*Fonts end*/

/*Table begins*/
.table th {
    font-weight: 600;
    background-color: #ffffff !important;
    padding-bottom: 1.2rem;
}

.col-with-image {
    width: 40px;
}

.col-with-action {
    height: 32px;
}
/*Table ends*/

/*Drag and drop begins*/
.plk-dd-dragged-over {
    border: 1px dashed var(--il-primary-500);
}

.plk-dd-inprogess > * {
    pointer-events: none;
}

.plk-dd-spacing {
    height: 1rem;
}

.multiple-select[disabled] {
    color: var(--il-neutral-300);
    background-color: #f4f4f4;
    opacity: 1;
}
/*Drag and drop ends*/

.icon-small {
    height: 13px !important;
    width: 13px !important;
}

.icon-medium {
    height: 16px !important;
    width: 16px !important;
}

.menu-group-text {
    font-size: 20px!important;
    font-weight: 500!important;
    text-align: center;
}

.menu-group:hover {
    background-color: transparent!important;
}

.pointer {
    cursor: pointer;
}

.cursor {
    cursor: auto !important;
}

.dropdown.custom-scrollbar > ul {
    max-height: 200px;
}

.plus-icon.icon.icon-white {
    margin-right: 10px;
}

.form-control.transparent-background {
    background-color: transparent;
}

.avatar-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.credential-image {
    height: 40px !important;
    width: 40px !important;
}

.credential-image-medium {
    height: 80px !important;
    width: 80px !important;
}

.credential-image-large {
    height: 200px !important;
    width: 200px !important;
}

/* scrollbar itself */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--il-neutral-300);
    border-radius: 16px;
    border: 6px solid transparent;
    background-clip: padding-box;
}

div.dropdown.custom-scrollbar {
    width: 100%;
}

.element-disabled {
    pointer-events: none;
}

.opacity-50 {
    opacity: 0.5;
}

.grey {
    color: var(--text-gray);
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

/*Badges begin*/
.badge {
    font-size: inherit !important;
}

.badge-grey {
    color: inherit !important;
    background-color: var(--il-neutral-200) !important;
}

.badge-red {
    color: var(--il-error-800) !important;
    background-color: var(--il-error-100) !important;
}

.badge-green {
    color: var(--il-success-800) !important;
    background-color: var(--il-success-100) !important;
}

.badge-disabled {
    color: var(--il-neutral-400) !important;
}

.credential-status-badge {
    min-width: 5rem !important;
}

.schedule-badge-mw {
    min-width: 2rem !important;
}
/*Badges end*/


/*Common begins*/
hr {
    height: 3px;
    color: var(--bs-gray-300);
}

button.btn-danger.il-bd-error-100.md-il-icon {
    padding: 0rem 0.9rem !important;
}

.max-vh-20 {
    max-height: 20vh;
    overflow: scroll;
}

.min-vh-25 {
    min-height: 25vh;
}

.input-row {
    height: 36px !important;
}

.card-title {
    font-weight: 700;
    font-size: 16px;
}

.text-muted {
    color: var(--il-neutral-400);
}

label {
    font-weight: 500;
    font-size: 14px;
}

.feedback-animation {
    width: 50px;
}

@media (min-width: 900px) {
    .mw-2r {
        max-width: 2rem !important;
    }
}

.mw-50 {
    max-width: 50%!important;
}

.w-65 {
    width: 65%;
}

.ml-min-10 {
    margin-left: -10px;
}

#credentials-imageurl {
    display: none!important;
}


.icon-dark-grey {
    color: var(--bs-gray-600)
}

.icon-light-grey {
    color: var(--bs-gray-400)
}

.icon-green-color {
    color: #00D1A3;
}

.blue-card {
    background-color: #1C214F!important;
    color: white!important;
}

/*Common ends*/