a {
    text-decoration: none;
    color: #b23e17;
}
img {
    width: 100%;
    max-width: 100%;
    transition: all .4s ease;
    display: block;
    vertical-align: middle;
}
.alert-danger ul {
    margin-bottom: 0;
}
.form-check-input:checked {
    background-color: #b23e17;
    border-color: #b23e17;
}
.active>.page-link, .page-link.active {
    background-color: #b23e17;
    border-color: #b23e17;
}
.page-link {
    color: #b23e17;
}
.sim-pagination nav>.d-flex{
    display: none!important;
}
.sim-pagination nav>.d-none>div:first-child {
    display: none;
}
.sim-pagination nav {
    flex-direction: column !important;
    align-items: center;
}
/**
Site header
 */
.top-header {
    background: #121212;
    color: #fff;
    padding: 8px 0;
}
.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-menu li {
    display: inline-block;
}
.top-menu li:not(:last-child) {
    margin-left: 15px;
}
.top-menu li a {
    text-decoration: none;
    color: #fff;
}
.search-form {
    position: relative;
}
.search-form__input {
    height: 48px;
    border: none;
    border-radius: 48px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(14, 32, 69, 0.08);
    box-shadow: 0 8px 20px 0 rgba(14, 32, 69, 0.08);
    padding-left: 56px;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    width: 100%;
}

.search-form__input::-webkit-input-placeholder {
    color: #838FA3;
}

.search-form__input:-moz-placeholder {
    color: #838FA3;
}

.search-form__input::-moz-placeholder {
    color: #838FA3;
}

.search-form__input:-ms-input-placeholder {
    color: #838FA3;
}

.search-form__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #E9EDF1;
    text-align: center;
    line-height: 40px;
}

.search-form__submit {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #b23e17;
    color: #fff;
    border-radius: 40px;
    height: 40px;
    text-align: center;
    width: 56px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 4px 6px 0 rgba(178 , 62 , 23, 0.5);
    box-shadow: 0 4px 6px 0 rgba(178 , 62 , 23, 0.5);
    border: 0;
    outline: none;
}

.search-form__submit:hover {
    background: #F88047;
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.icon-filter {
    background-image: url("../images/icons/filter.svg");
    width: 24px;
    height: 24px;
}

.icon-filter.-white {
    background-image: url("../images/icons/filter-white.svg");
}

.icon-search {
    background-image: url("../images/icons/search.svg");
    width: 24px;
    height: 24px;
}

.icon-search.-blue {
    background-image: url("../images/icons/search-blue.svg");
}

.icon-search.-brown {
    background-image: url("../images/icons/search-brown.svg");
}

.icon-about {
    background-image: url("../images/icons/about.svg");
    width: 24px;
    height: 24px;
}

.icon-about.-white {
    background-image: url("../images/icons/about-white.svg");
}

.header__link {
    font-size: 16px;
    font-weight: 800;
    color: rgb(55, 71, 102);
}

.header__link:hover {
    color: #3D73DD;
}

.header__link i {
    margin-right: 10px;
    margin-top: -2px;
}

.header-menu {
    background: #b23e17;
}

.header-navbar-rht li .dropdown-menu {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 28px 15px rgba(0, 0, 0, .06);
}
.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li {
    list-style: none;
    display: inline-block;
}
.main-menu li>a  {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.main-slider {
    margin-bottom: 20px;
}
.block-sim__title {
    font-size: 18px;
    font-weight: 600;
    color: #171717;
}
.item-sim {
    margin-bottom: 25px;
}
.item-blog {
    margin-bottom: 30px;
}
.item-blog figure {
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4 / 2;
}
.item-blog figure a {
    display: block;
}
.item-blog figure img {
    object-fit: cover;
    height: 210px;
}
.item-blog:hover img {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.item-blog .blog-info h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
}
.item-blog .blog-info h3 a {
    color: #333;
}

.sub_block {
    margin: 0 0 20px;
}
.sub_block_title {
    cursor: pointer;
    background: #b23e17;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}
.sub_block_title .normal {
    position: relative;
    padding: 11px 10px 11px 15px;
    margin-left: 40px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
.sub_block_title:after {
    display: block;
    width: 26px;
    height: 26px;
    color: #b6af96;
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0px, -50%);
}
.sub_block_title .normal:before {
    display: block;
    width: 20px;
    height: 12px;
    color: #b6af96;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
}
.sub_block_title span {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.fillter_categories_label {
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px #efefef;
    padding: 0px 7px 0px 5px;
}
.fillter_categories_label .wrapper_head {
    max-height: 300px;
    padding: 0px 0px;
}
.filter_item, .manu_item, .length_item,
.years_item, .excludes_item, .prices_item {
    position: relative;
    padding: 8px 0px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    width: calc(50% - 10px);
    margin: 0px 5px;
    float: left;
    box-sizing: border-box;
}
.manu_item:first-child,
.filter_item:first-child,
.excludes_item_0:first-child {
    border-top: unset;
}
.filter_item a, .manu_item a, .length_item a, .years_item a, .excludes_item a, .prices_item a {
    position: relative;
}
.filter_item_inner a, .manu_item_inner>a,
.length_item_inner>a, .prices_item_inner>a,
.years_item_inner>a, .excludes_item_inner>a {
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-content: center;
}
.filter_item_inner a .check_box, .manu_item_inner a .check_box, .length_item_inner a .check_box, .prices_item_inner a .check_box, .years_item_inner a .check_box, .excludes_item_inner a .check_box {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 12px;
    width: 12px;
    padding-right: 0px;
    border-radius: 2px;
    margin-right: 5px;
    border: 1px solid #e4e4e4;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.signin-form {
    max-width: 500px;
    background: #fff;
    padding: 2.5rem;
    margin: 50px auto;
}
.signin-form h1{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800;
}
.signin-form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    display: block;
}
.form-label-description {
    float: right;
    font-weight: 400;
    color: #b23e17;
}
.form-label-description a {
    color: #b23e17;
}
.btn-primary {
    background: #b23e17;
    border-color: #b23e17;
    transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    background: #b23e17;
    border-color: #b23e17;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: #b23e17;
    border-color: #b23e17;
}

.settings-widget {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 30px
}

.settings-menu {
    background: #fff;
    border-radius: 10px;
    padding: 15px
}

.settings-menu h3 {
    color: #b23e17;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 20px
}

.settings-menu ul {
    border: 0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.settings-menu ul li {
    border-top: 1px solid hsla(0, 0%, 78%, .25);
    position: relative
}

.settings-menu ul li a {
    align-items: center;
    -webkit-align-items: center;
    border: 0;
    color: #303030;
    display: flex;
    display: -webkit-flex;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 20px
}

.settings-menu ul li:focus,
.settings-menu ul li:hover {
    background: hsla(6, 100%, 93%, .25);
    color: #303030
}

.settings-menu ul li:hover:before {
    opacity: 1
}

.settings-menu ul li:before,
.settings-menu ul li:hover:before {
    background: #ff5364;
    content: "";
    height: 40px;
    left: 9px;
    position: absolute;
    top: 11px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    width: 2px
}

.settings-menu ul li:before {
    opacity: 0
}

.settings-menu ul li:hover a {
    color: #303030
}

.settings-menu ul .active {
    background: hsla(6, 100%, 93%, .25)
}

.settings-menu ul .active i,
.settings-menu ul li i {
    color: #ff875a
}

.settings-menu ul li a i {
    font-size: 20px;
    margin-right: 15px
}

.settings-menu ul .active:before {
    background: #ff5364;
    content: "";
    height: 40px;
    left: 9px;
    opacity: 1;
    position: absolute;
    top: 11px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    width: 2px
}
.avatar-xl {
    display: inline-flex;
    height: 5.125rem;
    position: relative;
    width: 5.125rem;
}

.go-dashboard .btn-primary {
    background: #b23e17;
    border: 1px solid #b23e17;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 13px 28px
}
.btn-change-profile {
    border: 1px solid #b23e17;

    &:hover {
        background-color: #b23e17;
        color: #fff;
    }
}

.go-dashboard .btn-primary:hover {
    opacity: .86
}

.profile-bg img {
    border-radius: 5px 5px 0 0;
    width: 100%
}

.profile-bg {
    position: relative
}

.profile-bg h5 {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 3px 10px;
    position: absolute;
    right: 20px;
    top: 20px
}

.profile-img img {
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: -60px;
    height: 150px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 150px
}

.profile-name h4 {
    color: #22100d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.profile-name p {
    color: #685f78;
    font-size: 14px;
    margin-bottom: 20px
}

.profile-group {
    padding: 70px 30px 30px
}

.profile-heading {
    border-bottom: 1px solid hsla(0, 0%, 78%, .25);
    padding: 25px
}

.profile-heading h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0
}

.profile-heading p {
    margin-bottom: 0
}

.profile-details .course-group {
    border-bottom: 1px solid hsla(0, 0%, 78%, .25);
    padding: 25px
}

.profile-share {
    margin-left: auto
}

.profile-share .btn-success {
    background: transparent;
    border: 1px solid #b23e17;
    border-radius: 5px;
    color: #b23e17;
    font-weight: 500;
    margin-right: 10px;
    padding: 7px 22px
}

.profile-share .btn-success:hover {
    background: #b23e17;
    border: 1px solid #b23e17;
    color: #fff
}

.profile-share .btn-danger {
    background: transparent;
    border-radius: 5px;
    color: red;
    font-weight: 500;
    padding: 7px 22px
}

.profile-share .btn-danger:hover {
    background: red;
    border: 1px solid red;
    color: #fff
}

.profile-details .course-name h4 a {
    color: #b23e17;
    font-size: 18px;
    font-weight: 600
}

.profile-details .course-name h4 a:hover {
    color: #f66962
}

.profile-details .course-name p {
    color: #303030;
    font-size: 14px
}

.profile-details .course-group-img img {
    border-radius: 50px;
    height: 100px;
    max-width: 100px
}

.checkout-form.personal-address {
    margin-bottom: 0;
    padding: 25px
}

.personal-address h4 {
    color: #b23e17;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.personal-address p {
    color: #303030;
    font-size: 14px
}

.country-select {
    color: #c4c4c4;
    font-size: 14px
}

.update-profile {
    margin-top: 10px
}

.update-profile .btn-primary {
    border: 1px solid #ff875a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    min-width: 200px;
    padding: 7px 15px
}

.update-profile .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #fc7f50;
    color: #fc7f50
}
.input-group-flat-error .input-group-text {
    border-right-color: #d63939;
    border-bottom-color: #d63939;
    border-top-color: #d63939;
}
.input-group-flat-error input.is-invalid {
    border-right: 0;
}

.border-line {
    border-bottom: 1px solid hsla(0, 0%, 78%, .25)
}
.breadcrumb-bar.breadcrumb-bar-info {
    background-size: cover;
    padding: 40px 0;
}
.breadcrumb-bar.breadcrumb-bar-info .breadcrumb-title {
    color: #b23e17;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
}
.page-breadcrumb ol {
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb ol {
    justify-content: center;
}
.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb .breadcrumb-item {
    position: relative;
}
.page-breadcrumb ol li.active {
    color: #22100d;
    font-weight: 500;
    transition: all .5s ease;
}
.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb .breadcrumb-item+.breadcrumb-item {
    margin-left: 15px;
    padding: 0 0 0 30px;
}
.page-breadcrumb ol li a {
    color: #002058;
    font-weight: 500;
}
.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #22100d;
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.4;
    padding-right: 10px;
}
.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    background: #b23e17;
    border-radius: 5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transform: translateY(10px);
    width: 15px;
}

.personal-info-head p span {
    color: #f66962
}

.save-social .btn-primary {
    min-width: 237px
}
.site-content {
    margin-top: 35px;
}
.aside-item {
    background-color: #fff;
    margin-bottom: 20px;
}
.aside-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.aside-content ul li:not(:first-child) {
    border-top: thin solid #eee;
}
.aside-content ul li a {
    display: block;
    font-size: 14px;
    padding: 8px 16px;
    color: #333;
}
.aside-content ul li a:hover {
    color: #b23e17;
}
.aside-item .aside-title {
    align-items: center;
    background-color: #b23e17;
    border-bottom: thin solid #b23e17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    padding: 12px;
    align-content: center;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.aside-title i {
    margin-right: 5px;
}
.section-item__order {
    padding: 12px;
}
.aside-content .order-item {
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
}
.aside-content .order-item:not(:last-child) {
    border-bottom: thin solid #eee;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.secure-alert .check-on label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 15px
}
.order-item__left {
    max-width: 60%;
}
.order-item__left span {
    display: block;
}
.order-item__right .booked-color {
    background-color: #b23e17;
}
.order-item__right {
    text-align: right;
}
.order-item__right span {
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotline-grid {
    margin-top: 1px;
    padding: 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    background: #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
}
.hotline-inner.hotline a {
    background: #b23e17;
}
.hotline-inner a {
    position: relative;
    font-size: 113%;
    border-radius: 50px;
    display: flex;
    height: 41px;
    width: 100%;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.lazy {
    display: inline-block;
    opacity: 0;
    vertical-align: middle;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: 500ms ease-in-out;
}
.hotline-inner a img {
    width: 41px;
    height: 41px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.hotline-inner.zalo a {
    background: #0c599c;
}
.hotline-grid h4 {
    margin: 0;
    font-size: 113%;
    color: #b23e17;
}
.filter-birth__year {
    padding: 12px;
}
.filter-birth__year option {
    color: #333;
}
.custom-table {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.secure-alert .check-on {
    margin: 0 0 25px
}
.table thead tr {
    border-color: #ebebeb;
}
.custom-table table thead tr th {
    background: #ebebeb;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    padding: 12px 15px;
}
.table thead tr th {
    font-weight: 600;
    border-color: #ebebeb;
    background: #ebebeb;
    font-size: 14px;
    color: #ebebeb;
}
.sim-seller-post {
    padding: 25px;
}
.list-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.list-icons a.active {
    background: #b23e17;
    color: #fff;
    border-color: #b23e17;
}
.page-title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.input-icon {
    position: relative;
}
.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    color: #6d6d6d;
    pointer-events: none;
    font-size: 16px;
}
.input-icon .form-control:not(:first-child),
.input-icon .form-select:not(:last-child) {
    padding-left: 2.2rem;
}
.text-right {
    text-align: right;
}
.form-posting-sim {
    padding: 25px;
}
.profile-details label {
    font-weight: 500;
}
.i-check {
    cursor: pointer;
    display: block;
    padding-left: 28px;
    position: relative;
}

.i-check input {
    left: 0;
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -99;
}

.i-check input:checked+.i-check__icon {
    border-color: #0E2045;
}

.i-check input:checked+.i-check__icon::after {
    opacity: 1;
}

.i-check input:focus+.i-check__icon {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.i-check input[type='checkbox']+.i-check__icon {
    border-radius: 4px;
}

.i-check input[type='checkbox']+.i-check__icon::after {
    border-bottom: solid 2px #F88047;
    border-right: solid 2px #F88047;
    height: 11px;
    left: 50%;
    margin-left: -3px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}

.i-check input[type='radio']+.i-check__icon {
    border-radius: 50%;
}

.i-check input[type='radio']+.i-check__icon::after {
    background-color: #F88047;
    border-radius: inherit;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.i-check input.-primary+.i-check__icon {
    border-color: #3D73DD;
}

.i-check input.-success+.i-check__icon {
    border-color: #6dd0b0;
}

.i-check input.-danger+.i-check__icon {
    border-color: #ff0a00;
}

.i-check input.-warning+.i-check__icon {
    border-color: #ffc107;
}

.i-check input.-info+.i-check__icon {
    border-color: #17a2b8;
}

.i-check__icon {
    background-color: #fff;
    border: solid 1px rgba(209, 215, 223, 0.75);
    border-radius: 4px;
    display: block;
    height: 20px;
    left: 0;
    margin-top: 0.1em;
    position: absolute;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 20px;
}

.i-check__icon::after {
    content: '';
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.i-check.-inline {
    display: inline-block;
    margin-right: 22px;
}

.i-check.-disabled {
    pointer-events: none;
}

.i-check.-disabled .i-check__icon {
    opacity: 0.5;
}

.i-check:hover .i-check__icon {
    background: #f6f6f6;
}

.i-check-label {
    cursor: pointer;
    display: block;
}

.i-check-label input {
    display: none;
}

.i-check-label input:checked+.i-check-label__pane {
    border-color: #0E2045;
}

.i-check-label input:checked+.i-check-label__pane:before,
.i-check-label input:checked+.i-check-label__pane:after {
    opacity: 1;
}

.i-check-label__pane {
    border: 1px solid rgba(209, 215, 223, 0.75);
    border-radius: 8px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    padding: 7px 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.i-check-label__pane.-image {
    padding: 0;
    height: 40px;
}

.i-check-label__pane img {
    height: auto;
    margin: auto;
    max-height: 90%;
    max-width: 80%;
    width: auto;
}

.i-check-label__pane:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 24px solid #b23e17;
    border-right: 24px solid transparent;
    opacity: 0;
}

.i-check-label__pane:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 17px;
    background-image: url("../images/icons/icon-check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}
.gutter-4 {
    margin-left: -2px;
    margin-right: -2px;
}
.gutter-4 > [class*='col-'],
.gutter-4 > .col,
.gutter-4 > [class^='col-'] {
    padding-left: 2px;
    padding-right: 2px;
}
.aside-filter-network {
    padding: 12px 12px 4px 12px;
}
.mb-8 {
    margin-bottom: 8px !important;
}
