/* Add here all your CSS customizations */

.pagination > li:not(:last-child) {
    margin-right: 4px;
}
.pagination > li:first-child > a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination > li.disabled > a {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination a {
    color: #343a40;
    padding: 8px 16px;
    border-radius: 4px;
}
.pagination li.active a,  .pagination a.current{
    z-index: 3;
    color: #fff;
    background-color: #0071dc;
    border-color: #0071dc;
}
.pagination li:not(:first-child) a {
    margin-left: -1px;
}
.pagination li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination li a {
    position: relative;
    display: block;
    color: #0071dc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.pagination a {
    float: left !important;
    display: inline !important;
    color: #0071dc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

body.blue-bg {
    background-color: #ccdeed !important;
}
.section--light-gray {
    background-color: #eee;
}
.hidden {
    display: none;
}

.structure__header {
    background-color: #0071dc;
    padding: 16px 40px 16px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    text-align: center;
}

.structure__header a {
    color: #fff;
}

.as-item__link {
    display: block;
    position: relative;
    padding: 12px 44px 12px 16px;
    color: inherit;
}

.profile {
    display: grid;
    grid-template-columns: 170px 1fr;
    background-color: #f0f7ff;
    padding: 10px;
    border: 1px solid #dee2e6;
}

.sbprofile {
    display: grid;
    grid-template-columns: 80px 1fr;
    background-color: #f0f7ff;
    padding: 10px;
    border: 1px solid #dee2e6;
}
.header__logo:hover {
        color: #fff;
}

.footer {
    margin-top: 100px !important;
}
.noti-slider__item a {
    font-weight: 400 !important;
}
.noti-slider__title {
    font-size: 16px !important;
}

.f-menu {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.footer__heading {
    font-weight: 500 !important;
}
.footer__name {
    font-weight: 700 !important;
}
.f-contact, .f-social, .footer__copyright {
    font-weight: 400 !important;
    font-size: 15px !important;
}
.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.lang--pc {
    display: none
}

.lang a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang a:not(:last-child) {
    margin-right: 10px
}

.lang img {
    height: 22px
}

@media (min-width:576px) {
    .lang--mobile {
        display: none
    }

    .lang--pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .lang {
        position: absolute;
        top: 8px;
        right: 0
    }

    .lang img {
        height: 20px
    }
}