@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* /Pages/Administration/Blogs/BlogListItem.razor.rz.scp.css */
.list-group-item[b-68ma6m5yzy] {
    background-color: rgba(255, 255, 255, 1);
    border: 0;
    transition: 0.3s;
}
.list-group-item *[b-68ma6m5yzy]{
    transition: 0.1s;
}
.list-group-item:hover[b-68ma6m5yzy]{
    background-color: rgb(50, 129, 226) !important;
    color: #fff !important;
}

.list-group-item:hover h3[b-68ma6m5yzy]{
    color: unset !important;
}
.list-group-item .btn:not(.btn-danger)[b-68ma6m5yzy]{
    background-color: #2C7BE5;
    border-color: #2C7BE5;
    color: #fff;
    transition: 0.15s !important;
}
.list-group-item:hover .btn:not(.btn-danger)[b-68ma6m5yzy]{
    background-color: #fff !important;
    color: #2C7BE5;
}
.list-group-item:hover .btn:not(.btn-danger):hover[b-68ma6m5yzy]{
    box-shadow: inset 0px 0px 1px 2px rgba(44, 123, 229, 0.8);
}
.list-group[b-68ma6m5yzy]{
    box-shadow: 0px 0px 25px 5px #CCCCCC;
}

.list-group-item img[b-68ma6m5yzy] {
    max-width: 300px;
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
    margin: 15px;
    float: left;
    box-shadow: 0px 0px 15px 5px #00000069;
}

.blog-post-overflow[b-68ma6m5yzy] {
    max-height: 100px;
    overflow-y: auto;
}
/* /Pages/Administration/Blogs/Create.razor.rz.scp.css */
input[b-mg3k9e3myt]::-webkit-file-upload-butto {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c8ce6;
    border-color: #7b921c;
    color: white;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    width: 120px;
    height: 30px;
    border-radius: 7px;
    padding: 5px;
    max-height: 45px;
    margin-right: 5px;
}
input[b-mg3k9e3myt]::-webkit-file-upload-butto:hover {
    transition: all 0.15s ease-out;
    background-color: #6781d7;
    border-color: #7b921c;
}
/* /Pages/Administration/Blogs/Index.razor.rz.scp.css */
/* /Pages/Administration/Blogs/Preview.razor.rz.scp.css */
.back-button[b-b09yyh1gqe]{
    transition: 0.25s;
}
.back-button:hover[b-b09yyh1gqe]{
    color: #3A86E2 !important;
    cursor: pointer;
}
/* /Pages/Administration/Clients/ClientsTabContent/MultiCalendar/MultiCalendarIndex.razor.rz.scp.css */
.config-option[b-kyvz7k2oqg] {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 1em 1em 0 1em;
    margin-bottom: 1em;
    transition: all ease 0.3s;
}
    .config-option[b-kyvz7k2oqg]  input[type=radio] {
        height: 24px;
        width: 24px;
    }

    .config-option .form-check-label[b-kyvz7k2oqg] {
        font-size: 1.25em;
        vertical-align: middle;
        margin-left: 8px;
    }
    .config-option .more[b-kyvz7k2oqg] {
        margin-left: 32px;
    }
    .config-option.selected[b-kyvz7k2oqg] {
        border: 1px solid var(--bs-primary);
        box-shadow: var(--falcon-box-shadow);
    }
    .config-option .show-if-selected[b-kyvz7k2oqg] {
        display: none;
    }
    .config-option.selected .show-if-selected[b-kyvz7k2oqg] {
        display: block;
    }
/* /Pages/Administration/Clients/ClientsTabContent/TroncRules/TroncRulesEntry.razor.rz.scp.css */
ul.tree[b-nd7z4zyah3], ul.tree ul[b-nd7z4zyah3] {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 1em;
}

ul.tree ul[b-nd7z4zyah3] {
    margin-left: 2em;
}

ul.tree li[b-nd7z4zyah3] {
    margin: 0;
    padding: 0 7px;
    line-height: 20px;
    border-left: 2px solid rgb(100,100,100);
    padding-top: 0.25em;
}

ul.tree li[b-nd7z4zyah3]:before {
    position: relative;
    top: -0.3em;
    height: 1em;
    width: 12px;
    color: white;
    border-bottom: 2px solid rgb(100,100,100);
    content: "";
    display: inline-block;
    left: -7px;
}

/*Don't draw a line below the last entry*/ 
ul.tree li:last-child[b-nd7z4zyah3] {
    border-left: none;
}

/*Account for the 2px left border lost on the last one*/ 
ul.tree li:last-child[b-nd7z4zyah3]:before {
    width: 14px;
    height: 1.1em;
}

ul.tree li:last-child[b-nd7z4zyah3]:before {
    border-left: 2px solid rgb(100,100,100);
}

ul.tree-Info > li[b-nd7z4zyah3], ul.tree-Info > li[b-nd7z4zyah3]:before {
    border-color: var(--falcon-info) !important;
}
ul.tree-Success > li[b-nd7z4zyah3], ul.tree-Success > li[b-nd7z4zyah3]:before {
    border-color: var(--falcon-success) !important;
}
ul.tree-Warning > li[b-nd7z4zyah3], ul.tree-Warning > li[b-nd7z4zyah3]:before {
    border-color: var(--falcon-warning) !important;
}
ul.tree-Danger > li[b-nd7z4zyah3], ul.tree-Danger > li[b-nd7z4zyah3]:before {
    border-color: var(--falcon-danger) !important;
}
ul.tree-Secondary > li[b-nd7z4zyah3], ul.tree-Secondary > li[b-nd7z4zyah3]:before {
    border-color: var(--falcon-secondary) !important;
}
ul.tree-Primary > li[b-nd7z4zyah3], ul.tree-Primary > li[b-nd7z4zyah3]:before {
    border-color: var(--falcon-primary) !important;
}
/* /Pages/Administration/DistributedDocuments/DocumentScopeEntry.razor.rz.scp.css */
ul.tree[b-ge874mvbjw], ul.tree ul[b-ge874mvbjw] {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 1em;
}

ul.tree ul[b-ge874mvbjw] {
    margin-left: 2em;
}

ul.tree li[b-ge874mvbjw] {
    margin: 0;
    padding: 0 7px;
    line-height: 20px;
    border-left: 2px solid rgb(100,100,100);
    padding-top: 0.25em;
}

ul.tree li[b-ge874mvbjw]:before {
    position: relative;
    top: -0.3em;
    height: 1em;
    width: 12px;
    color: white;
    border-bottom: 2px solid rgb(100,100,100);
    content: "";
    display: inline-block;
    left: -7px;
}

/*Don't draw a line below the last entry*/ 
ul.tree li:last-child[b-ge874mvbjw] {
    border-left: none;
}

/*Account for the 2px left border lost on the last one*/ 
ul.tree li:last-child[b-ge874mvbjw]:before {
    width: 14px;
    height: 1.1em;
}

ul.tree li:last-child[b-ge874mvbjw]:before {
    border-left: 2px solid rgb(100,100,100);
}

ul.tree-Info > li[b-ge874mvbjw], ul.tree-Info > li[b-ge874mvbjw]:before {
    border-color: var(--falcon-info) !important;
}
ul.tree-Success > li[b-ge874mvbjw], ul.tree-Success > li[b-ge874mvbjw]:before {
    border-color: var(--falcon-success) !important;
}
ul.tree-Warning > li[b-ge874mvbjw], ul.tree-Warning > li[b-ge874mvbjw]:before {
    border-color: var(--falcon-warning) !important;
}
ul.tree-Danger > li[b-ge874mvbjw], ul.tree-Danger > li[b-ge874mvbjw]:before {
    border-color: var(--falcon-danger) !important;
}
ul.tree-Secondary > li[b-ge874mvbjw], ul.tree-Secondary > li[b-ge874mvbjw]:before {
    border-color: var(--falcon-secondary) !important;
}
ul.tree-Primary > li[b-ge874mvbjw], ul.tree-Primary > li[b-ge874mvbjw]:before {
    border-color: var(--falcon-primary) !important;
}
/* /Pages/Administration/Letters/Edit.razor.rz.scp.css */
#SelectedText[b-sjvemk6fbi] {
    font-family: Poppins;
    position: absolute;
    z-index: 1000000;
    background-color: #397BE2;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    box-shadow: var(--falcon-box-shadow);
}
/* /Pages/Administration/UserPermissions/Edit.razor.rz.scp.css */
/* /Pages/Administration/UserPermissions/Index.razor.rz.scp.css */
th[b-tnyo76obta]{
    width: 14% !important;
}

.invoice-tab-pane[b-tnyo76obta] {
    /*box-shadow: inset 0px 0px 6px -2px rgba(125 ,125 ,125 ,0.5);*/
    z-index: 0;
    border-top: 0.5px #7dc8a5 solid;
    border-right: 0.5px #ddd solid;
    margin-left: -5px;
    background-color: #f7f6fc;
    padding: 15px 15px 20px 15px;
    transition: 0.2s;
}
.invoice-tab-pane:hover[b-tnyo76obta] {
    box-shadow: none;
    background-color: #fff;
    border: 3px #7dc8a5 solid;
}

.invoice-tab-pane-active[b-tnyo76obta] {
    box-shadow: none;
    border: 3px #7dc8a5 solid !important;
    background-color: #fff;
}
/* /Pages/Administration/WMTPermissions/Index.razor.rz.scp.css */
th[b-avaw544pqf]{
    width: 14% !important;
}
/* /Pages/Administration/WMTTroncSchemeStaff/Edit.razor.rz.scp.css */
.form-control:focus[b-6jii4mfyob]{
    color: none !important;
    background-color: none !important;
    border-color: none !important;
    -webkit-box-shadow:  none !important;
    box-shadow: none !important;
}
/* /Pages/Administration/WMTTroncSchemeStaff/Index.razor.rz.scp.css */
th[b-c0ruwyonmj]{
    width: 14% !important;
}
/* /Pages/Portal/Account/Profile.razor.rz.scp.css */
.close[b-rpiqwdvrg6] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover[b-rpiqwdvrg6] {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover[b-rpiqwdvrg6], .close:not(:disabled):not(.disabled):focus[b-rpiqwdvrg6] {
    opacity: .75;
}

button.close[b-rpiqwdvrg6] {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.signature-pad[b-rpiqwdvrg6] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 240px;
    max-width: 600px;
    max-height: 240px;
    padding: 16px;
}

.signature-pad--body[b-rpiqwdvrg6] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

.signature-pad--body canvas[b-rpiqwdvrg6] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-font[b-rpiqwdvrg6] {
    cursor: default;
    font-size: 2.5rem;
    padding: 10px;
    white-space: nowrap;
}

.signature-font:hover[b-rpiqwdvrg6] {
    background-color: rgb(220, 220, 220, 0.4);
}
/* /Pages/Portal/Allocation/AllocationEmployeeEntry.razor.rz.scp.css */
.comment-button[b-w57vyh5pe3] {
    visibility: hidden;
}

.comment-button.existing-comment[b-w57vyh5pe3], tr:hover .comment-button[b-w57vyh5pe3] {
    visibility: visible;
}

/*Sticky first two columns*/
table tr th:first-child[b-w57vyh5pe3] {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: inherit;
}

table tr td:first-child[b-w57vyh5pe3] {
    position: sticky;
    left: 0;
    z-index: 3;
}

table tr th:nth-child(2)[b-w57vyh5pe3] {
    position: sticky;
    z-index: 2;
    background-color: inherit;
}

table tr td:nth-child(2)[b-w57vyh5pe3] {
    position: sticky;
    z-index: 2;
}
/* /Pages/Portal/Allocation/AllocationStatusBubbles.razor.rz.scp.css */
.row.sticky[b-sve307j3hl], .sticky th[b-sve307j3hl] {
    position: sticky;
    background-color: var(--falcon-light) !important;
}

.row.sticky[b-sve307j3hl] {
    top: 70px;
}

.summary-tables table[b-sve307j3hl] {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Pages/Portal/Allocation/EmployeeAllocationTable.razor.rz.scp.css */
.row.sticky[b-kqdfzmkiy8], .sticky th[b-kqdfzmkiy8] {
    position: sticky;
    background-color: var(--falcon-light) !important;
}

thead th[b-kqdfzmkiy8] {
    white-space: nowrap;
}

.row.sticky[b-kqdfzmkiy8] {
    top: 70px;
}

.summary-tables table[b-kqdfzmkiy8] {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*Sticky first two columns*/
table tr th:first-child[b-kqdfzmkiy8] {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: inherit;
}

table tr td:first-child[b-kqdfzmkiy8] {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: white;
}

table tr th:nth-child(2)[b-kqdfzmkiy8] {
    position: sticky;
    z-index: 2;
    background-color: inherit;
}

table tr td:nth-child(2)[b-kqdfzmkiy8] {
    position: sticky;
    z-index: 2;
    /* Use Bootstrap light background so the second column matches header/bg-light */
    background-color: var(--bs-light);
}
/* /Pages/Portal/Allocation/MultiSummary/MultiSummaryButtons.razor.rz.scp.css */
.row.sticky[b-p7x0najnms], .sticky th[b-p7x0najnms] {
    position: sticky;
    background-color: var(--falcon-light) !important;
}

.row.sticky[b-p7x0najnms] {
    top: 70px;
}

.summary-tables table[b-p7x0najnms] {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Pages/Portal/Allocation/MultiSummary/MultiSummaryOverviewTable.razor.rz.scp.css */
.summary-table[b-ltstf8dc8l] {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.875rem;
}

.summary-table-divider[b-ltstf8dc8l] {
    margin-top: 0;
    margin-bottom: 0;
}

.summary-table-row[b-ltstf8dc8l] {
    padding: 0.1875rem!important;
}
/* /Pages/Portal/Allocation/MultiSummary/MultiSummaryView.razor.rz.scp.css */
.row.sticky[b-qkiblezzi8], .sticky th[b-qkiblezzi8] {
    position: sticky;
    background-color: var(--falcon-light) !important;
}

.row.sticky[b-qkiblezzi8] {
    top: 70px;
}

.summary-tables table[b-qkiblezzi8] {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Pages/Portal/Calendar/Calendar.razor.rz.scp.css */
.calendar-grid-month-event-day-view-container[b-v1qh4sk5m2]{
    transition: 0.25s;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: opacity 0.1s ease-in-out;
    transition: max-height 0.25s ease-in-out;
}
.calendar-grid-month-event-day-view-header[b-v1qh4sk5m2]{
    
}
.calendar-grid-month-event-day-view-expand[b-v1qh4sk5m2]{
    max-height: 0px;
    opacity: 0;
}
.calendar-grid-month-event-day-view-container:hover > .calendar-grid-month-event-day-view-expand[b-v1qh4sk5m2]{
    opacity: 1 !important;
    max-height: 9999px !important;
}

/* /Pages/Portal/Calendar/Views/CalendarListView.razor.rz.scp.css */

.calendar-list-view table[b-fqp99ixu1f] {
    padding: 10px;
    margin: auto;
    border: 2px solid #EDF2F9;
    border-radius: 0.25em; 
}

.calendar-list-view table tr:nth-child(1)[b-fqp99ixu1f] {
    background-color: #EDF2F9;
    border-bottom: 1px solid rgba(96, 96, 96, 0.75);
}
.calendar-list-view table td[b-fqp99ixu1f] {
    width: 10% !important;
    text-align: center;
    font-size: 18px !important;
}

.LrgSpinner[b-fqp99ixu1f] {
    width: 4rem !important;
    height: 4rem !important;
}
.calendar-list-cell-editable div[b-fqp99ixu1f]{
    display: flex;
    cursor: pointer;
}
.calendar-list-cell-editable a[b-fqp99ixu1f]{
    opacity: 0;
}
.calendar-list-cell-editable div:hover > a[b-fqp99ixu1f]{
    opacity: 1 !important;
}
/* /Pages/Portal/Calendar/Views/CalendarMonthView.razor.rz.scp.css */
.calendar-grid-month[b-i1p1oabugf] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-rows: .3fr repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    transition: 0.5s;
}
.calendar-grid-month-event-start[b-i1p1oabugf],
.calendar-grid-month-event-end[b-i1p1oabugf],
.calendar-grid-month-event-mid[b-i1p1oabugf],
.calendar-grid-month-event-allday[b-i1p1oabugf] {
    margin: 10px;
    padding: 7px;
}

.calendar-grid-month-event-start[b-i1p1oabugf],
.calendar-grid-month-event-mid[b-i1p1oabugf] {
    margin-right: 0;
}

.calendar-grid-month-event-end[b-i1p1oabugf],
.calendar-grid-month-event-mid[b-i1p1oabugf] {
    margin-left: 0;
}

.calendar-grid-month-event-start[b-i1p1oabugf]{
    border-radius: 5px 0px 0px 5px;
    font-size: 15px;
    overflow-x: clip;
}
.calendar-grid-month-event-start[b-i1p1oabugf]::-webkit-scrollbar {
    height: 2px;
}
.calendar-grid-month-event-start[b-i1p1oabugf]::-webkit-scrollbar-thumb {
    background: #aaa;
}
.calendar-grid-month-event-end[b-i1p1oabugf] {
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
    overflow-x: clip;
}
.calendar-grid-month-event-end[b-i1p1oabugf]::-webkit-scrollbar {
    height: 2px;
}
.calendar-grid-month-event-end[b-i1p1oabugf]::-webkit-scrollbar-thumb {
    background: #aaa;
}
.calendar-grid-month-event-allday[b-i1p1oabugf]{
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    overflow-x: clip;

}
.calendar-grid-month-event-allday[b-i1p1oabugf]::-webkit-scrollbar {
    height: 2px;
}
.calendar-grid-month-event-allday[b-i1p1oabugf]::-webkit-scrollbar-thumb {
    background: #aaa;
}
.calendar-grid-month-event-mid[b-i1p1oabugf]{
    text-align: left;
    font-size: 15px;
}
.calendar-grid-month-view-more[b-i1p1oabugf]{
    transition: .25s;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
}
.calendar-grid-month-view-more:hover[b-i1p1oabugf]{
    background-color: #DDE2E9 !important;
}
.calendar-grid-active-day[b-i1p1oabugf] {
    border:  0.001em solid #EDF2F9;
    color: #3A7EDF;
    min-height: 125px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.35s;
    max-height: 200px;
    min-height:200px;
}


.calendar-grid-active-day-today[b-i1p1oabugf]{
    border:  0.001em solid #3A7EDF;
    color: #3A7EDF;
    min-height: 125px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.35s;
    max-height:200px;
    min-height:200px;

}
.calendar-grid-inactive-day[b-i1p1oabugf] {
    border:  0.001em solid #EDF2F9;
    min-height: 125px;
    color: rgba(50, 50, 50, .25) !important;
    pointer-events: none;
    text-decoration: none;
    transition: 0.35s;
    max-height:200px;
    min-height:200px;
}
.calendar-grid-inactive-day:hover[b-i1p1oabugf], .calendar-grid-active-day:hover[b-i1p1oabugf], .calendar-grid-active-day-today:hover[b-i1p1oabugf]{
    box-shadow: inset 0px 0px 0px 2px #d0d0d0;
}
.squish-text[b-i1p1oabugf] {
    letter-spacing: -1px;
}
.move-event-name-for-period[b-i1p1oabugf] {
    top: 6px;
}
.event-period-name[b-i1p1oabugf] {
    top: 1px;
    left: 4px;
}
/* /Pages/Portal/Calendar/Views/CalendarYearView.razor.rz.scp.css */
.calendar-year-main[b-5lat6yn8ob]{
    display: flex;
    flex-wrap: wrap;
}

/* /Pages/Portal/Calendar/Views/CalendarYearViewMonth.razor.rz.scp.css */
.calendar-grid-month-year[b-m3irjz8cfs] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #F9FAFD;
}

.calendar-year-grid-active-day[b-m3irjz8cfs] {
    border: 0.001em solid #EDF2F9;
    color: #3A7EDF;
    text-decoration: none;
    cursor: pointer;
    transition: 0.35s;

}
.calendar-year-grid-inactive-day[b-m3irjz8cfs] {
    color: rgba(50, 50, 50, .25) !important;
    pointer-events: none;
    text-decoration: none;
    transition: 0.35s;
}

.calendar-year-grid-active-day-today[b-m3irjz8cfs]{
    border:  0.001em solid #3A7EDF;
    color: #3A7EDF;
    text-decoration: none;
    cursor: pointer;
    transition: 0.35s;
}

.calendar-year-grid-inactive-day:hover[b-m3irjz8cfs], .calendar-year-grid-active-day:hover[b-m3irjz8cfs], .calendar-year-grid-active-day-today:hover[b-m3irjz8cfs]{
    box-shadow: inset 0px 0px 0px 2px #d0d0d0;
}
/* /Pages/Portal/Chat/Body.razor.rz.scp.css */
.chat-content-scroll-area[b-drcelwy9c5] {
    width: 100%;
}

.chat-content-header[b-drcelwy9c5] {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(58, 126, 223, 1) 0%, rgba(58, 126, 223, 1) 14%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 1) 100%);
}

.chat-content-scroll-area[b-drcelwy9c5] {
    display: flex;
    overflow: auto;
    flex-direction: column-reverse;
}
.collapse-message .avatar[b-drcelwy9c5] {
    visibility: hidden;
}
.collapse-message .hide-on-collapse[b-drcelwy9c5] {
    display: none!important;
}
/* /Pages/Portal/Chat/ChatHeader.razor.rz.scp.css */
.chat-content-scroll-area[b-b32ziu9fnq] {
    width: 100%;
}

.chat-content-scroll-area[b-b32ziu9fnq] {
    display: flex;
    overflow: auto;
    flex-direction: column-reverse;
}

[b-b32ziu9fnq] .switch-menu{ 
    max-height: 300px;
}
/* /Pages/Portal/Chat/ChatSearch.razor.rz.scp.css */
[b-curacbnnre] .dropdown-menu {
    height: 350px;
}

[b-curacbnnre] .search-clear {
    flex: 0!important;
}
/* /Pages/Portal/Chat/Index.razor.rz.scp.css */
.chat-card-container[b-6k2wevoilm] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
[b-6k2wevoilm] .card {
    flex: 1;
    --sidebar-width: 32%;
}

[b-6k2wevoilm] .card-header {
    height: 3.5rem;
}

[b-6k2wevoilm] .card > * {
    position: relative;
}
    [b-6k2wevoilm] .card > * > * {
        height: 100%;
        position: absolute;
        top: 0;
        transition: left ease-in-out 0.15s, width ease-in-out 0.15s;
    }

    [b-6k2wevoilm] .card > * > .aside {
        width: var(--sidebar-width);
        left:0;
    }
[b-6k2wevoilm].sidebar-hidden .card > * > .aside {
    left: calc(var(--sidebar-width) * -1);
}
    [b-6k2wevoilm] .card > * > :nth-child(2) {
        width: calc(100% - var(--sidebar-width));
        left: var(--sidebar-width);
    }
.chat-card-container.sidebar-hidden[b-6k2wevoilm]  .card > * > :nth-child(2) {
    width: 100%;
    left: 0;
}
.chat-card-container:not(.sidebar-hidden)[b-6k2wevoilm]  .show-sidebar-button {
    display: none;
}

@media (max-width: 991px) {
    [b-6k2wevoilm] .card {
        --sidebar-width: 100%;
    }

        [b-6k2wevoilm] .card > * > :nth-child(2) {
            width: 100%;
        }
    .chat-card-container:not(.sidebar-hidden).chat-focused[b-6k2wevoilm]  .card > * > .aside {
        left: calc(var(--sidebar-width) * -1);
    }
    .chat-card-container:not(.sidebar-hidden).chat-focused[b-6k2wevoilm]  .card > * > :nth-child(2) {
        left: 0;
    }
    .chat-card-container:not(.sidebar-hidden).chat-focused[b-6k2wevoilm]  .show-sidebar-button {
        display: inline-block;
    }
}
/* /Pages/Portal/Chat/RoomList.razor.rz.scp.css */
.room-list[b-opzk7c0beb] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: min-content auto;
}
.flex-basis-0[b-opzk7c0beb] {
    flex-basis: 0;
}
/* /Pages/Portal/Chat/RoomListItem.razor.rz.scp.css */
.room-list-item[b-gkvwa93ba0]:after {
    position: absolute;
    content: "";
    height: 100%;
    background-color: var(--falcon-primary);
    transition: width ease-in-out 0.15s;
    width: 0rem;
    left: 0;
    top: 0;
}
.room-list-item:hover[b-gkvwa93ba0]:after {
    width: 0.25rem;
}
.room-list-item.active[b-gkvwa93ba0]:after {
    width: 0.35rem;
}

/* /Pages/Portal/EULA/Index.razor.rz.scp.css */
/*
    Yes, the nested complicated selectors are required for the desired effect.
*/

.eula ol[b-gzgsyfa1lq] {
    counter-reset: item
}

.eula ol li[b-gzgsyfa1lq] {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}

.eula > ol > li[b-gzgsyfa1lq]:before, .eula > ol > li > ol > li[b-gzgsyfa1lq]:before, .eula > ol > li > ol > li > ol > li[b-gzgsyfa1lq]:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    left: -2em;
}
.eula > ol > li[b-gzgsyfa1lq] {
    font-weight: bold;
    font-variant-caps: small-caps;
}

    .eula > ol > li > ol[b-gzgsyfa1lq] {
        font-weight: initial;
        font-variant-caps: initial;
        padding-left: 0;
    }
.eula > ol > li > ol > li > ol[b-gzgsyfa1lq] {
    padding-left: 3em;
}
    .eula > ol > li > ol > li > ol > li[b-gzgsyfa1lq]:before {
        left: -3em;
    }

    .eula > ol > li > ol > li > ol > li > ol[b-gzgsyfa1lq] {
        counter-reset: alpha;
    }
        .eula > ol > li > ol > li > ol > li > ol > li[b-gzgsyfa1lq]:before {
            counter-increment: alpha;
            content: "(" counter(alpha, lower-alpha) ")";
            position: absolute;
            left: -2em;
        }
/* /Pages/Portal/FAQs/FAQ.razor.rz.scp.css */
.faq-back-button[b-swxmhofcex] {
    display: inline-block;
    padding-bottom: 6px;
    align-items: center;
    border: none;
    transition: 0.25s;
    cursor: pointer;
    background-color: transparent;
    color: #2C7BE5 !important;
    margin-top: 20px !important;
}

.faq-back-button[b-swxmhofcex]:after {
    display:block;
    content: '';
    border-bottom: solid 2px #2C7BE5 !important;
    transform: scaleX(0);
    transition: transform 150ms ease-in-out;
}

.faq-back-button:hover[b-swxmhofcex]:after { 
    transform: scaleX(1); 
    
}
/* /Pages/Portal/FAQs/FAQsItem.razor.rz.scp.css */
.faq-answer[b-p34ya5xrqx]{
    transition: 0.5s;
}
.faq-question-container[b-p34ya5xrqx]{
    color: #3D85E7;
    display: inline-flex;
}
h5[b-p34ya5xrqx]{
    color: #3D85E7;
}
.faq-expand-chevron[b-p34ya5xrqx]{
    cursor: pointer !important;
    font-size: 1em !important;
    transition: 0.5s;
}

.faq-share-button[b-p34ya5xrqx]{
    display: inline-block;
    padding-bottom: 6px;
    align-items: center;
    border: none;
    transition: 0.25s;
    cursor: pointer;
    background-color: transparent;
    color: #2C7BE5 !important;
}

.faq-share-button[b-p34ya5xrqx]:after {
    display:block;
    content: '';
    border-bottom: solid 2px #2C7BE5 !important;
    transform: scaleX(0);
    transition: transform 150ms ease-in-out;
}

.faq-share-button:hover[b-p34ya5xrqx]:after { transform: scaleX(1); }

.FAQ-Item-Controls[b-p34ya5xrqx]{
    border-radius: 8px;
    padding: 5px;
}
.FAQ-Item-Controls .delete[b-p34ya5xrqx] {
    border: 1px #E63757 solid;
}
.FAQ-Item-Controls .primary[b-p34ya5xrqx] {
    border: 1px #2C7BE5 solid;
}

.faq-admin-header[b-p34ya5xrqx]{
    align-items: center;
    display: inline-flex;
}
.faq-admin-container[b-p34ya5xrqx]{
    margin-bottom: 20px
}



/* /Pages/Portal/Insytes/Index.razor.rz.scp.css */
[b-mi5owlx4mp] .hx-sidebar-body .hx-tree-view-item{
   --hx-tree-view-item-font-size: 0.9rem !important;
}

[b-mi5owlx4mp] .hx-sidebar-body .hx-tree-view-item
{
   margin-left: -15px !important;
}

[b-mi5owlx4mp] .hx-sidebar-body{
   padding: 0 !important;
}

[b-mi5owlx4mp] a:has(::deep div.hx-sidebar){
   background-color: #b32121 !important; 
}

[b-mi5owlx4mp] .main{
   background-color: #fff !important;
}
[b-mi5owlx4mp] .embedded-main-content {
   min-height: 80vh !important;
   background-color: #fff;
   border-radius: 8px;
}

[b-mi5owlx4mp] .embedded-main-content iframe{
   max-height: 85%;
}

[b-mi5owlx4mp] .embedded-main-content .hx-sidebar {
   border-radius: 8px 0 0 8px;
   border-right: 1px solid rgba(0, 0, 0, 0.1);
   margin-right: 10px;
}
[b-mi5owlx4mp] .report-title .badge {
   font-size: 1rem !important;
}
/* /Pages/Portal/Invitations/InvitationsListItem.razor.rz.scp.css */
.code-container[b-ls6q2znrd0] {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 10px;
}
.codes[b-ls6q2znrd0] {
    border-radius: 5px;
    height: 60px;
    width: 40px;
    border: 1px solid #aaa;
    margin: 1%;
    text-align: center;
    font-weight: 300;
    -moz-appearance: textfield;
    padding: unset !important;
}
.codes[b-ls6q2znrd0]::-webkit-outer-spin-button,
.codes[b-ls6q2znrd0]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.codes:valid[b-ls6q2znrd0] {
    border-color: #3498db;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
.vibrate-3[b-ls6q2znrd0] {
    -webkit-animation: vibrate-3 0.5s linear infinite both;
    animation: vibrate-3-b-ls6q2znrd0 0.5s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate-3-b-ls6q2znrd0 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/* /Pages/Portal/Notifications/NotificationsIcon.razor.rz.scp.css */
.notification-icon-main[b-ofrq898fte] {
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.notification-icon-main *[b-ofrq898fte]{
    margin: auto;
    pointer-events: none;
}
/* /Pages/Portal/Notifications/NotificationsItem.razor.rz.scp.css */
.notification-main-item[b-kvabiu8b6k] {
    min-height: 80px;
    min-width: 450px;
    margin: auto;
    border-top: 1px solid rgba(50, 50, 50, .25);
    border-bottom: 1px solid rgba(50, 50, 50, .25);
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px;
    text-align: left;
    transition: 0.25s;
}
.notification-main-item i[b-kvabiu8b6k]{
    transition: 0.25s;  
}
.notification-main-item:hover[b-kvabiu8b6k] {
    background-color: #3A7EDF !important;
    color: #fff !important;
    border-color: #3A7EDF !important;
}
.notification-main-item:hover i[b-kvabiu8b6k]{
    color: #fff !important;
}
.notification-main-item[b-kvabiu8b6k]::-webkit-scrollbar {
    height: 5px;
}
.notification-main-item[b-kvabiu8b6k]::-webkit-scrollbar-thumb {
    background: #aaa;
}
.notification-main-item .notification-main-item-icons-row i[b-kvabiu8b6k]{
    cursor: pointer;
}
.notification-main-item-box[b-kvabiu8b6k]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.notification-main-item:nth-child(1)[b-kvabiu8b6k] {
    border-top: none !important;
}
.notification-main-item-body[b-kvabiu8b6k]{
    max-width: 85% !important;
    overflow-wrap: anywhere;
}
.notification-main-item-extra-info[b-kvabiu8b6k]{ 
    text-align: right;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.notification-main-item-icons[b-kvabiu8b6k] {
    min-height: 80px;
    min-width: 450px;
    margin: auto;
    border-bottom: 1px solid rgba(50, 50, 50, .25);
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px;
    text-align: left;
    transition: 0.25s;
}
.notification-main-item-icons:hover[b-kvabiu8b6k] {
    background-color: #fff !important;
}
#notification-main-item-icons-row-delete:hover[b-kvabiu8b6k] {
    color: var(--falcon-btn-falcon-danger-color) !important;
    text-stroke: 2px white;
}
#notification-main-item-icons-row-read:hover[b-kvabiu8b6k] {
    color: var(--falcon-btn-falcon-success-color) !important;
}
#notification-main-item-icons-row-cancel:hover[b-kvabiu8b6k] {
    color: var(--falcon-btn-falcon-primary-color) !important;
}
/* /Pages/Portal/Notifications/NotificationsMain.razor.rz.scp.css */
.notification-main-container[b-q7fy6lv1bd]{
    position: absolute; 
    width: 500px;
    height: 400px; 
    left: 55.25%; 
    top: 100%;
    background-color: #fff; 
    padding: 1px; 
    border-radius: 8px;
    box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.3);
    overscroll-behavior: contain;
}
.notification-main-container[b-q7fy6lv1bd]::before {
    border: 12.5px solid transparent;
    border-top: 12.5px solid #fff;
    border-bottom: 0;
    content: "";
    display: block;
    position: absolute;
    left: 25rem;
    top: -2.5%;
    transform-origin: center;
    transform: rotate(180deg);
    z-index: 100;
}
.notification-main-item-container[b-q7fy6lv1bd]{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    min-width: 500px;
    min-height: 100%;
}
.notification-main-item-container[b-q7fy6lv1bd]::-webkit-scrollbar {
    width: 5px;
}
.notification-main-item-container[b-q7fy6lv1bd]::-webkit-scrollbar-thumb {
    background: #ddd;
}
.notification-view-more[b-q7fy6lv1bd]{
    cursor: pointer;
    transition: 0.25s;
    max-width: 30%;
    margin: 10px auto 10px auto;
    border-radius: 3px;
    padding: 3px;
    color: inherit;
}
.notification-view-more:hover[b-q7fy6lv1bd]{
    background-color: rgba(50, 50, 50, 0.35);
    color: #fff;
}
/* /Pages/Portal/SplitHours/SplitHoursEditor.razor.rz.scp.css */
.date[b-h1ooj59cnr] {
    display: inline-block;
    width: 80px;
}
.hours[b-h1ooj59cnr] {
    display: inline-block;
    width: 80px;
}
.split-hours[b-h1ooj59cnr] {
    margin-bottom: 0.5em;
    min-width: 240px;
}
/* /Pages/Portal/Staff/UserIdCard.razor.rz.scp.css */
.id-card[b-yt7j2tc7sa] {
    background-image: url(portal_assets/img/icons/spot-illustrations/corner-2.png);
    background-size: contain;
    background-position-x:right;
    background-repeat: no-repeat;
}

.id-card-info p[b-yt7j2tc7sa] {
    margin-bottom: 0.5rem;
}

[b-yt7j2tc7sa] .profile-pic {
    height: unset!important;
}

label[b-yt7j2tc7sa] {
    margin: 0!important;
}
/* /Pages/Portal/UploadedFiles/Index.razor.rz.scp.css */
.file-password span[b-j8n1zl13x8] {
    border-radius: 0.25em;
    cursor: pointer;
    color: #4F4F4F;
    background-color: #4F4F4F;
    transition: 0.15s;
}
.file-password span:hover[b-j8n1zl13x8] {
    background-color: white !important;
}
/* /Pages/Portal/Upload/MapColumnsEntry.razor.rz.scp.css */
.do-not-set[b-ffms884vli],
.column-selector option.do-not-set[b-ffms884vli] {
    font-style: italic;
}

.column-selector option[b-ffms884vli] {
    font-style: normal;
}
/* /Pages/Portal/Upload/RawDataTable.razor.rz.scp.css */
table[b-c1x3sqtfak] {
    border: 1px solid black
}
th[b-c1x3sqtfak] {
    text-align: center;
    font-weight: bold;
    background-color: rgba(var(--bs-primary-rgb),0.10);
    padding: 0px 4px !important;
}
td[b-c1x3sqtfak] {
    border: 1px solid black;
}
.upload-heading[b-c1x3sqtfak]{
    font-weight: bold;
}
.disabled[b-c1x3sqtfak] {
    font-style: italic;
    color: rgb(94 110 130 / 49%);
}
/* /Pages/Portal/Upload/SelectFile.razor.rz.scp.css */

.file-drop-area[b-yhdn3911z0] {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 3px dashed rgb(40 152 239 / 24%);
    border-radius: 10px;
    transition: 0.2s;
}

    .file-drop-area.is-active[b-yhdn3911z0] {
        background-color: rgba(255, 255, 255, 0.05);
    }

.fake-btn[b-yhdn3911z0] {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-name[b-yhdn3911z0] {
    background-color: green;
    color: white;
    font-size: 0.9em;
    padding: 1px 5px;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow-x: clip;
    white-space: nowrap;
}

.file-msg[b-yhdn3911z0] {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-yhdn3911z0] .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    [b-yhdn3911z0] .file-input:focus {
        outline: none;
    }
/* /Pages/Portal/Upload/UploaderIndex.razor.rz.scp.css */
.uploadtypes[b-srr8d9k3nq]
{
    text-align: center;
}
.icons[b-srr8d9k3nq] {
    margin-bottom: 1em;
}
.icons i[b-srr8d9k3nq] {
    font-size: 1.6em;
    margin-right: 0.5em;
}
.uploadtypes p[b-srr8d9k3nq] {
    font-size: 1.2em;
}
/* /Pages/Portal/Upload/UploaderTable.razor.rz.scp.css */
.row-USER_DISABLED[b-k4qid3gn8t] {
    background-color: rgb(240 240 240);
    color: rgba(var(--bs-body-color-rgb), 45%);
    font-style: italic;
    text-decoration: line-through;
}
/* /Pages/Portal/Upload/ValidateTable.razor.rz.scp.css */
table[b-x64fqgnn8n] {
    border: 1px solid black
}
th[b-x64fqgnn8n] {
    text-align: center;
    font-weight: bold;
    background-color: rgba(var(--bs-primary-rgb),0.10);
    padding: 0px 4px !important;
}
td[b-x64fqgnn8n] {
    border: 1px solid black;
}
.upload-heading[b-x64fqgnn8n]{
    font-weight: bold;
}
.disabled[b-x64fqgnn8n] {
    font-style: italic;
    color: rgb(94 110 130 / 49%);
}
/* /Shared/Home/HomeNavMenu.razor.rz.scp.css */
.navbar-toggler[b-byvyuyq6b6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-byvyuyq6b6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-byvyuyq6b6] {
    font-size: 1.1rem;
}

.oi[b-byvyuyq6b6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-byvyuyq6b6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-byvyuyq6b6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-byvyuyq6b6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-byvyuyq6b6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-byvyuyq6b6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-byvyuyq6b6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-byvyuyq6b6] {
        display: none;
    }

    .collapse[b-byvyuyq6b6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/OpsyteLogoInline.razor.rz.scp.css */
.opsyte-logo[b-e1jbr7v8yc] {
    line-height: 1em;
    height: 1em;
    margin-bottom: -0.1em;
}
/* /Shared/Portal/EmptyLayout.razor.rz.scp.css */
/* /Shared/Portal/FileUploadField.razor.rz.scp.css */

.file-drop-area[b-gs7d30l75c] {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 3px dashed rgb(40 152 239 / 24%);
    border-radius: 10px;
    transition: 0.2s;
}

.file-drop-area.is-active[b-gs7d30l75c] {
    background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn[b-gs7d30l75c] {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-name[b-gs7d30l75c] {
    background-color: green;
    color: white;
    font-size: 0.9em;
    padding: 1px 5px;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow-x: clip;
    white-space: nowrap;
}

.file-msg[b-gs7d30l75c] {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-gs7d30l75c] .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    [b-gs7d30l75c] .file-input:focus {
        outline: none;
    }
/* /Shared/Portal/GroupBox.razor.rz.scp.css */
.group-box[b-t1cxu5zp5d] {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    transition: all 0.3s ease-out;
    border: 0px solid var(--falcon-border-color) !important;
    border-radius: 0.25rem !important;
    padding-top: 1rem !important;
}

    .group-box h5[b-t1cxu5zp5d] {
        transition: all 0.3s ease-out;
        margin-top: -1.8rem;
    }

    .group-box.open h5[b-t1cxu5zp5d] {
        margin-bottom: 0.5rem;
    }

    .group-box h5 span[b-t1cxu5zp5d] {
        background-color: var(--falcon-light) !important;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .group-box.open[b-t1cxu5zp5d] {
        border-width: 1px !important;
        padding: 1rem;
    }
/* /Shared/Portal/PortalAuthLayout.razor.rz.scp.css */
/* /Shared/Portal/PortalLayout.razor.rz.scp.css */
.container-chat .content[b-vhkb64duvu] {
    display: flex;
    flex-direction: column;
}
/* /Shared/Portal/ProfilePic.razor.rz.scp.css */
.profile-pic[b-z9odoo728p] {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover !important;
}
/* /Shared/Portal/Step.razor.rz.scp.css */

.step[b-wnrk9mre19] {
    display: flex;
    text-align: center;
    position: relative;
}

    .step div[b-wnrk9mre19] {
        width: 32px;
    }

    .step:not(:first-child)[b-wnrk9mre19] {
        flex-grow: 1;
    }

        .step:not(:first-child)[b-wnrk9mre19]:before {
            display: inline-block;
            position: relative;
            top: 16px;
            height: 1px;
            background-color: var(--bs-secondary);
            flex-grow: 1;
            content: "";
        }

.step-SUCCESS:not(:first-child)[b-wnrk9mre19]:before,
.step-CURRENT:not(:first-child)[b-wnrk9mre19]:before {
    background-color: var(--bs-primary);
    height: 2px
}

.step i[b-wnrk9mre19] {
    border: 1px solid var(--bs-secondary);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 6px 0px
}

.step-SUCCESS i[b-wnrk9mre19], .step-CURRENT i[b-wnrk9mre19] {
    border-width: 2px;
}

.step-SUCCESS i[b-wnrk9mre19] {
    background-color: var(--bs-primary);
    border-color: transparent;
    color: white;
}

.step-CURRENT[b-wnrk9mre19] {
    font-weight: bold;
    color: var(--bs-primary);
}

.step-CURRENT i[b-wnrk9mre19] {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: white;
}

.step-PARTIAL i[b-wnrk9mre19] {
    background-color: var(--bs-warning);
    border-color: transparent;
    color: white;
}

.step-PARTIAL:not(:first-of-type)[b-wnrk9mre19]:before {
    background-color: var(--bs-warning);
    height: 2px
}

.step-label[b-wnrk9mre19] {
    display: block;
    overflow-wrap: initial;
    margin: 0 -100%;
    font-size: 0.83rem;
}
/* /Shared/StatusMessages.razor.rz.scp.css */
.status-messages[b-r9uwbe1bya] {
    position: sticky;
    top: 84px;
    z-index: 1000;
    width: 100%;
}
@media (min-width: 1200px) {
    .status-messages[b-r9uwbe1bya] {
        top: 70px;
    }
}

[b-r9uwbe1bya] .alert-success, [b-r9uwbe1bya] .alert-warning {
    display: flex;
    animation: fadeinout-b-r9uwbe1bya 5s ease-in-out forwards;
}
[b-r9uwbe1bya] .alert-danger {
    display: flex;
    animation: fadein-b-r9uwbe1bya 0.5s ease-in-out forwards;
}
[b-r9uwbe1bya] .alert-danger .visibility-progress {
    display: none;
}
[b-r9uwbe1bya] .alert-success .visibility-progress, [b-r9uwbe1bya] .alert-warning .visibility-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-bottom-left-radius: 4px;
    animation: visibility-progress-b-r9uwbe1bya 5s linear forwards;
}
@keyframes fadein-b-r9uwbe1bya {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes visibility-progress-b-r9uwbe1bya {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}
@keyframes fadeinout-b-r9uwbe1bya {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
