/* theming/DatePicker/Calendar.razor.rz.scp.css */
.next span[b-fexdiaf24p], .prev span[b-fexdiaf24p] {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.next span[b-fexdiaf24p] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.prev span[b-fexdiaf24p] {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

th[b-fexdiaf24p], td[b-fexdiaf24p] {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

table[b-fexdiaf24p] {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

td.available:hover[b-fexdiaf24p], th.available:hover[b-fexdiaf24p] {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.prev.disabled[b-fexdiaf24p] , .next.disabled[b-fexdiaf24p] {
    opacity: 0.2;
}

td.week[b-fexdiaf24p], th.week[b-fexdiaf24p] {
    font-size: 80%;
    color: #ccc;
}

td.disabled[b-fexdiaf24p], option.disabled[b-fexdiaf24p] {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

td.off[b-fexdiaf24p], td.off.in-range[b-fexdiaf24p], td.off.start-date[b-fexdiaf24p], td.off.end-date[b-fexdiaf24p] {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

td.in-range[b-fexdiaf24p] {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

td.start-date[b-fexdiaf24p] {
    border-radius: 4px 0 0 4px;
}

td.end-date[b-fexdiaf24p] {
    border-radius: 0 4px 4px 0;
}

td.start-date.end-date[b-fexdiaf24p] {
    border-radius: 4px;
}

td.active[b-fexdiaf24p], td.active:hover[b-fexdiaf24p] {
    background-color: var(--palette-primary);
    border-color: transparent;
    color: var(--palette-primary-text);
}

th.month[b-fexdiaf24p] {
    width: auto;
}

[b-fexdiaf24p] button.form-control {
    font-size: 12px;
    height: auto;
    margin: 0;
    height: auto;
    padding: 1px;
}

[b-fexdiaf24p] button.form-control > div {
    padding: 0 4px;
}

.daterangepicker .drp-buttons[b-fexdiaf24p] {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}
/* theming/Layer/LayerHost.razor.rz.scp.css */
.ms-Layer--fixed[b-s6ei00jzl1] {
    position: fixed;
    z-index: var(--zindex-tooltip, 2000);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
}

[b-s6ei00jzl1] .ms-Layer-content {
    visibility: visible;
}

.ms-layer[b-s6ei00jzl1]{
    display: none;
}
/* theming/Messages/Message.razor.rz.scp.css */

.message-notification[b-mwokfi6ee4] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    position: fixed;
    top: 8px;
    left: 0;
    z-index: var(--zindex-tooltip);
    width: 100%;
    pointer-events: none;
}

[b-mwokfi6ee4] .message-notification i {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px;
}
/* theming/Messages/MessageItem.razor.rz.scp.css */
.message-notification-notice[b-ywqewfapv6] {
    padding: 8px;
    text-align: center;
}

.message-notification-notice-content[b-ywqewfapv6] {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    pointer-events: all;
}

.message-notification-success i[b-ywqewfapv6] {
    color: var(--palette-success-darken);
}

.message-notification-error i[b-ywqewfapv6] {
    color: var(--palette-error-darken);
}

.message-notification-warning i[b-ywqewfapv6] {
    color: var(--palette-warning-darken);
}

.message-notification-info i[b-ywqewfapv6], .message-notification-loading i[b-ywqewfapv6] {
    color: var(--palette-info-darken);
}
