h1 {
    font-size: 1.44rem;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.1rem;
}
h4, h5, h6 {
    font-size: 1rem;
}
.tt-scrollable-menu .tt-menu {
    max-height: 800px;
}

.pill-wo-rb {
    border-radius: 50rem 0 0 50rem !important;
    border-right: none;
}

.pill-wo-lb {
    border-radius: 0 50rem 50rem 0 !important;
    border-left: none;
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.input-shadow {
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
}

.tt-scrollable-menu {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    margin-left: 0;
    margin-right: 0;
    width: unset;
}

th:focus, .nofocus:focus {
    outline: none;
}

.fc-no-focus:focus {
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #fa000000;
}

.nav-link-icon > .las, .nav-link-icon > .lab {
    vertical-align: middle;
}

.fs-1 {
    font-size: 1.1rem;
}
.fs-01 {
    font-size: 1rem;
}

.os-link:hover {
    color: #0a73bb !important;
}


.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.2rem;
}

.navbar-glass-shadow
{
    box-shadow: none !important;
}

.navbar-vertical.navbar-expand-xl + .content {
    margin-top: 0;
}

@media (min-width: 992px) {
    .navbar-vertical {
        margin-top: -4.2rem;
    }
    .f-26 {
        flex: 0 0 26%;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .mt-xs-menu-n {
        margin-top: -4.5rem;
    }
    .d-sm-none {
        display: none;
    }
    .pl-sm-5 {
        padding-left: 3rem !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .pt-sm-3 {
        padding-top: 0.75rem !important;
    }
}
@media (max-width: 990px)
{
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .container-fluid {
        width: 100vw;
    }

}
@media (max-width: 1200px)
{
    .navbar-expand .navbar-toggler {
        display: block !important;
    }
    .navbar-vertical {
        margin-top: -4.3rem !important;
    }
}

@media (width: 1200px) {
    .navbar-brand {
        margin-top: 4rem !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 908px;
    }
}
@media (min-width: 1000px) {
    .container {
        max-width: 950px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1600px;
    }
}
.container {
    margin: 0 auto !important;
}