/* Bootstrap 3 compatibility layer on top of Bootstrap 5.3.x. */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.btn-default {
    color: #3d4d65;
    background-color: #fff;
    border-color: #d7dde2;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #3d4d65;
    background-color: #f7f9fb;
    border-color: #c6d0d9;
}

.btn-xs {
    --bs-btn-padding-y: 0.125rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: 0.2rem;
}

.form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-inline .form-group,
.form-inline .input-group {
    display: flex;
    align-items: center;
}

.input-group > .input-group-addon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-secondary-color, #6c757d);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg, #e9ecef);
    border: var(--bs-border-width, 1px) solid var(--bs-border-color, #dee2e6);
}

.input-group > .input-group-addon:first-child {
    border-right: 0;
    border-top-left-radius: var(--bs-border-radius, 0.375rem);
    border-bottom-left-radius: var(--bs-border-radius, 0.375rem);
}

.input-group > .input-group-addon:last-child {
    border-left: 0;
    border-top-right-radius: var(--bs-border-radius, 0.375rem);
    border-bottom-right-radius: var(--bs-border-radius, 0.375rem);
}

.input-group > .input-group-addon + .form-control,
.input-group > .form-control + .input-group-addon {
    margin-left: 0;
}

.input-group > .input-group-addon + .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control + .input-group-addon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.top-bar-container .search-form .form-control::placeholder {
  color: #9b9b9b;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive > .embed-responsive-item,
.embed-responsive > iframe,
.embed-responsive > embed,
.embed-responsive > object,
.embed-responsive > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.table-condensed > :not(caption) > * > * {
    padding: 0.25rem;
}

.collapse.in {
    display: block;
}

.row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after {
    display: table;
    content: " ";
}

.container-fluid::after,
.row::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after {
    clear: both;
}

.nav {
    display: block;
    flex-wrap: initial;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
}

.navbar-default {
    --bs-navbar-color: var(--bs-secondary-color);
    --bs-navbar-hover-color: var(--bs-emphasis-color);
    --bs-navbar-disabled-color: var(--bs-secondary-color);
    --bs-navbar-active-color: var(--bs-emphasis-color);
    --bs-navbar-brand-color: var(--bs-emphasis-color);
    --bs-navbar-brand-hover-color: var(--bs-emphasis-color);
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #787878;
}

.navbar {
    display: block;
    padding: 0;
}

.navbar > .container-fluid {
    display: block;
    align-items: normal;
    justify-content: normal;
    flex-wrap: initial;
}

.navbar-header {
    min-height: 50px;
}

.navbar-toggle {
    display: block;
    float: right;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #7f8b90;
}

.navbar-toggle:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 1.875rem;
    height: 0.1875rem;
    border-radius: 999px;
    background-color: currentColor;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0.375rem;
}

.navbar > .container-fluid::before,
.navbar > .container-fluid::after {
    display: table;
    content: " ";
}

.navbar > .container-fluid::after {
    clear: both;
}

.navbar-brand {
    float: left;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-nav {
        display: block;
        float: none !important;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar > .container-fluid {
        display: block;
    }

    .navbar-header {
        display: block;
        float: left;
    }

    .navbar-brand {
        float: left;
    }

    .navbar-collapse {
        display: block !important;
        width: auto;
        border-top: 0;
        box-shadow: none;
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav {
        display: block;
        float: right !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.kcol-sm-1, .kcol-sm-2, .kcol-sm-3, .kcol-sm-4, .kcol-sm-5, .kcol-sm-6, .kcol-sm-7, .kcol-sm-8, .kcol-sm-9, .kcol-sm-10, .kcol-sm-11, .kcol-sm-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 { flex: none; width: 8.33333333% !important; max-width: none; }
.col-xs-2 { flex: none; width: 16.66666667% !important; max-width: none; }
.col-xs-3 { flex: none; width: 25% !important; max-width: none; }
.col-xs-4 { flex: none; width: 33.33333333% !important; max-width: none; }
.col-xs-5 { flex: none; width: 41.66666667% !important; max-width: none; }
.col-xs-6 { flex: none; width: 50% !important; max-width: none; }
.col-xs-7 { flex: none; width: 58.33333333% !important; max-width: none; }
.col-xs-8 { flex: none; width: 66.66666667% !important; max-width: none; }
.col-xs-9 { flex: none; width: 75% !important; max-width: none; }
.col-xs-10 { flex: none; width: 83.33333333% !important; max-width: none; }
.col-xs-11 { flex: none; width: 91.66666667% !important; max-width: none; }
.col-xs-12 { flex: none; width: 100% !important; max-width: none; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767.98px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 { flex: none; width: 8.33333333% !important; max-width: none; }
    .col-sm-2 { flex: none; width: 16.66666667% !important; max-width: none; }
    .col-sm-3 { flex: none; width: 25% !important; max-width: none; }
    .col-sm-4 { flex: none; width: 33.33333333% !important; max-width: none; }
    .col-sm-5 { flex: none; width: 41.66666667% !important; max-width: none; }
    .col-sm-6 { flex: none; width: 50% !important; max-width: none; }
    .col-sm-7 { flex: none; width: 58.33333333% !important; max-width: none; }
    .col-sm-8 { flex: none; width: 66.66666667% !important; max-width: none; }
    .col-sm-9 { flex: none; width: 75% !important; max-width: none; }
    .col-sm-10 { flex: none; width: 83.33333333% !important; max-width: none; }
    .col-sm-11 { flex: none; width: 91.66666667% !important; max-width: none; }
    .col-sm-12 { flex: none; width: 100% !important; max-width: none; }

    .kcol-sm-1 { float: left; width: 8.33333333%; }
    .kcol-sm-2 { float: left; width: 16.66666667%; }
    .kcol-sm-3 { float: left; width: 25%; }
    .kcol-sm-4 { float: left; width: 33.33333333%; }
    .kcol-sm-5 { float: left; width: 41.66666667%; }
    .kcol-sm-6 { float: left; width: 50%; }
    .kcol-sm-7 { float: left; width: 58.33333333%; }
    .kcol-sm-8 { float: left; width: 66.66666667%; }
    .kcol-sm-9 { float: left; width: 75%; }
    .kcol-sm-10 { float: left; width: 83.33333333%; }
    .kcol-sm-11 { float: left; width: 91.66666667%; }
    .kcol-sm-12 { float: left; width: 100%; }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 { flex: none; width: 8.33333333% !important; max-width: none; }
    .col-md-2 { flex: none; width: 16.66666667% !important; max-width: none; }
    .col-md-3 { flex: none; width: 25% !important; max-width: none; }
    .col-md-4 { flex: none; width: 33.33333333% !important; max-width: none; }
    .col-md-5 { flex: none; width: 41.66666667% !important; max-width: none; }
    .col-md-6 { flex: none; width: 50% !important; max-width: none; }
    .col-md-7 { flex: none; width: 58.33333333% !important; max-width: none; }
    .col-md-8 { flex: none; width: 66.66666667% !important; max-width: none; }
    .col-md-9 { flex: none; width: 75% !important; max-width: none; }
    .col-md-10 { flex: none; width: 83.33333333% !important; max-width: none; }
    .col-md-11 { flex: none; width: 91.66666667% !important; max-width: none; }
    .col-md-12 { flex: none; width: 100% !important; max-width: none; }

}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 { flex: none; width: 8.33333333% !important; max-width: none; }
    .col-lg-2 { flex: none; width: 16.66666667% !important; max-width: none; }
    .col-lg-3 { flex: none; width: 25% !important; max-width: none; }
    .col-lg-4 { flex: none; width: 33.33333333% !important; max-width: none; }
    .col-lg-5 { flex: none; width: 41.66666667% !important; max-width: none; }
    .col-lg-6 { flex: none; width: 50% !important; max-width: none; }
    .col-lg-7 { flex: none; width: 58.33333333% !important; max-width: none; }
    .col-lg-8 { flex: none; width: 66.66666667% !important; max-width: none; }
    .col-lg-9 { flex: none; width: 75% !important; max-width: none; }
    .col-lg-10 { flex: none; width: 83.33333333% !important; max-width: none; }
    .col-lg-11 { flex: none; width: 91.66666667% !important; max-width: none; }
    .col-lg-12 { flex: none; width: 100% !important; max-width: none; }

    .col-lg-push-0 { left: auto; }
    .col-lg-push-1 { left: 8.33333333%; }
    .col-lg-push-2 { left: 16.66666667%; }
    .col-lg-push-3 { left: 25%; }
    .col-lg-push-4 { left: 33.33333333%; }
    .col-lg-push-5 { left: 41.66666667%; }
    .col-lg-push-6 { left: 50%; }
    .col-lg-push-7 { left: 58.33333333%; }
    .col-lg-push-8 { left: 66.66666667%; }
    .col-lg-push-9 { left: 75%; }
    .col-lg-push-10 { left: 83.33333333%; }
    .col-lg-push-11 { left: 91.66666667%; }
    .col-lg-push-12 { left: 100%; }

    .col-lg-pull-0 { right: auto; }
    .col-lg-pull-1 { right: 8.33333333%; }
    .col-lg-pull-2 { right: 16.66666667%; }
    .col-lg-pull-3 { right: 25%; }
    .col-lg-pull-4 { right: 33.33333333%; }
    .col-lg-pull-5 { right: 41.66666667%; }
    .col-lg-pull-6 { right: 50%; }
    .col-lg-pull-7 { right: 58.33333333%; }
    .col-lg-pull-8 { right: 66.66666667%; }
    .col-lg-pull-9 { right: 75%; }
    .col-lg-pull-10 { right: 83.33333333%; }
    .col-lg-pull-11 { right: 91.66666667%; }
    .col-lg-pull-12 { right: 100%; }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .visible-md {
        display: block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}
