.ms-bgColor-themeLighterAlt{
    background-color: #f8fcff;
}

.breadcrumb-item+.breadcrumb-item::before{
    line-height: normal;
    transform: scale(1.35);
    content: "\203A";
    height: auto;
}

.top-row{
    width: 100%;
    max-width: unset !important;
}

.top-row a, .top-row .btn-link{
    margin: unset !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.top-row ul.dropdown-menu li.adropdown-item{
    text-decoration: none !important;
    cursor: pointer !important;
}

.top-row, article{
    padding: 1rem !important;
}

.dropstart .dropdown-toggle::before{
    content: none !important;
}

fluent-button.dropdown-toggle::after{
    content: none !important;
}

.dropdown-menu{
    border-radius: 8px;
    padding: .25rem 0 !important;
    box-shadow: var(--elevation-shadow-flyout) !important;
    border: none !important;
}

table .dropdown-menu{
    transition: all .2s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #f3f3f3 !important;
    border-radius: .3rem;
}

.carousel-inner{
    border-radius: .3rem;
}

.table-action fluent-select{
    min-width: 100%;
}

.btn-floating{
    position: absolute;
    top: 12.5px;
    right: 1rem;
}

.offcanvas{
    background-color: #eff6fc !important;
}

.offcanvas.show ~ .container{
    filter: blur(10px);
    transition: .2s;
}

.offcanvas-backdrop{
    background-color: #f3f3f310;
    transition: all .2s;
}

.offcanvas-end{
    border-color: #deecf9;
}

.glassy-table fluent-button button:hover{
    background-color: #deecf9 !important;
}

.offcanvas-backdrop.show{
    background-color: #00457830;
    backdrop-filter: blur(.25rem);
    opacity: 1;
}

.offcanvas-header .btn-close{
    height: 2rem;
}

.offcanvas-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top: 1px #dee2e6 solid;
}

.btn{
        flex-grow: 1;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        white-space: nowrap;
        text-decoration: none;
        border-radius: 4px;
        font-family: inherit;
        height: 32px;
        font-size: 14px;
        border: 1px solid transparent;
}

.card{
    border: 1px solid #deecf9;
    border-radius: .3rem;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .14); */
    box-shadow: 0 0 0;
    background-color: #ffffff90;
    transition: all .2s ease-in-out;
}

.card *{
    transition: all .2s ease-in-out;
}

.card:hover{
    background-color: white;
}

.fit-width{
    min-width: unset !important;
}

.fit-content{
    width: fit-content;
}

.bg-primary{
    background-color: #036ac4 !important;
}

.btn{
    max-width: fit-content;
}

fluent-tab[aria-selected="true"]{
    font-weight: bold;
    color: var(--accent-fill-rest);
    background-color: #deecf9;
}

fluent-tabs::part(activeIndicator){
    z-index: +10;
}

.accordion *{
    border-color: #deecf9 !important;
}

.accordion-button:focus{
    box-shadow: 0 0 0;
}

.accordion-button:not(.collapsed){
    background-color: #eff6fc;
    color: #0078d4;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after{
    background-image: url(../img/icons/down.png);
    background-size: cover;
    width: 16px;
    height: 16px;
}

label{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    height: 20px;
    display: flex;
    align-items: center;
}

.page, .content{
    max-width: 100vw;
    overflow-x: hidden;
}