/*
  Created on : Julu 25, 2023, 10:30:58 AM
  Author     : Tran Trong Thang
  Email      : trantrongthang1207@gmail.com
  Skype      : trantrongthang1207
  Web : https://www.freelancer.com/u/bentran1207 
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
.nav-tabs {
    border: none;
}

.navigation-border .t-navigation {
    border-bottom: 1px solid #E5E5E5;
}

.t-navigation {
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.nav-link {
    color: #000000;
}
.nav-link:hover {
    color: #000000;
    opacity: 0.8;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
}
.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .dropdown-item {
    color: #000000;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .dropdown-item:hover {
    opacity: 0.8;
}
.navbar-expand-lg .navbar-nav .nav-link.btn, .navbar-expand-lg .navbar-nav .dropdown-item.btn {
    background: #25408F;
    color: #ffffff;
}

.dropdown-toggle::after {
    display: none;
}

#menu-main .dropdown-menu-end {
    /*        inset: auto 0px 0px auto;
            transform: translate(0px, 40px);*/
    right: 0;
    left: auto;
}
#menu-main i {
    padding-right: 5px;
}

.offcanvas-collapse i {
    padding-right: 10px;
    font-size: 20px;
}

.glab-dropdown {
    position: relative;
}

.nav-links__submenu {
    background-color: #F4F5F8;
    border-radius: 8px;
    top: 60px;
    position: absolute;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    z-index: 100;
    display: none;
    left: 25px;
    font-size: 14px;
    font-weight: 400;
    /*max-width: 255px;*/
    padding: 10px 0;
    list-style: none;
    margin: 0;
}
.nav-links__submenu li {
    padding: 5px 0;
}
.nav-links__submenu li a {
    /*white-space: normal;*/ }

.nav-links__submenu--display {
    display: block;
}

.nav-links__submenu--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

#mobile-menu .nav-link, #mobile-menu .dropdown-item {
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}
#mobile-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding-left: 25px;
    -webkit-transition: height 0.3s, opacity 0.3s, visibility 0s 0.3s;
    transition: height 0.3s, opacity 0.3s, visibility 0s 0.3s;
    /*        visibility: hidden;
            height: 0;*/ }
#mobile-menu .dropdown-menu.show {
    /*height: auto;*/
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    /*visibility: visible;*/ }

.nav.nav-tabs-glab .nav-link {
    border: none;
    border-bottom: 3px solid #fff;
    position: relative;
    padding-top: 26px;
    padding-bottom: 26px;
    height: 100%;
}
.nav.nav-tabs-glab .nav-link:after {
    content: '';
    background: #E5E5E5;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.nav.nav-tabs-glab .nav-link.active:after, .nav.nav-tabs-glab .nav-link:hover:after {
    background: #040426;
    bottom: -1px;
    height: 3px;
    z-index: 2;
}
@media only all and (max-width: 47.99rem) {
    .nav.nav-tabs-glab.nav-justified {
        flex-wrap: inherit;
    }
    .nav.nav-tabs-glab.nav-justified .nav-item {
        flex-basis: auto;
    }
    .nav.nav-tabs-glab.nav-justified .nav-item .nav-link {
        padding: 10px;
        font-size: 14px;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0);
    color: #040426;
    font-weight: 700;
}

.dropdown-item {
    font-size: 14px;
}

.t3-breadcrumb .breadcrumb {
    color: #040426;
    font-size: 14px;
}
.t3-breadcrumb h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 58px;
}
@media (max-width: 767px) {
    .t3-breadcrumb h1 {
        font-size: 20px;
        line-height: 19px;
    }
}
.t3-breadcrumb h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
}

body {
    color: #000000;
    padding-top: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

:root {
    --swiper-theme-color: rgba(0, 0, 0, 0) ;
}

a {
    color: #040426;
}
a:hover {
    cursor: pointer;
}
a:hover label {
    cursor: pointer;
}

.a-more {
    display: none;
    text-decoration-line: underline;
}

.mr-2 {
    margin-right: 1.2rem;
}

.t-check-input {
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.15em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.15em;
}

.t-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23040426'/%3e%3c/svg%3e");
    background-color: #ffffff;
    border-color: #040426;
}

.t-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #25408F;
    border-color: #040426;
}

.form-check-input.check-red:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23DD3433'/%3e%3c/svg%3e");
    background-color: #ffffff;
    border-color: #DD3433;
}
.form-check-input.check-red:focus {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.form-check-input + .form-check-label {
    padding-left: 15px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.t-container-main {
    min-height: 600px;
    padding-bottom: 50px;
}

.elem-line {
    background: #ffffff;
    height: 15px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
}

.elem-line-while {
    background: #ffffff;
    height: 11px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.elem-line-gray {
    background: #25408F;
    height: 11px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.m-100 img {
    width: 100%;
}

.box-card.box-card-border {
    border: 1px solid #D9D9D9;
    height: 100%;
}
.box-card .card-title {
    background: #F4F5F8;
    padding: 0.5rem 1rem;
}

.btn {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.btn:hover {
    background-color: #000000;
    color: #ffffff;
    opacity: 0.8;
}
.btn.btn-style-2 {
    background: #040426;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn.btn-bg-white {
    background: #ffffff;
    color: #040426;
    /*        font-size: 11px;
            padding-top: 8px;
            padding-bottom: 8px;*/ }

.btn-white {
    background: #ffffff;
    border: 1px solid #A2A1A5;
    color: #040426;
    font-weight: 700;
    /*text-transform: capitalize;*/ }
.btn-white:hover {
    background: #ffffff;
    border: 1px solid #A2A1A5;
    color: #040426;
    opacity: 0.8;
}
.btn-white img {
    margin-right: 10px;
}

a.btn-white-capitalize,
.btn-white-capitalize {
    background: #ffffff;
    border: 1px solid #A2A1A5;
    color: #040426;
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
}
a.btn-white-capitalize:hover,
.btn-white-capitalize:hover {
    color: #040426;
    opacity: 0.8;
}
a.btn-white-capitalize img,
.btn-white-capitalize img {
    margin-right: 10px;
}

.btn.btn-aplly {
    background: #ffffff;
    border: 1px solid #040426;
    border-radius: 5px;
    color: #000000;
    font-weight: 700;
    padding-left: 18px;
    padding-right: 18px;
}

a {
    color: #040426;
}
a:hover {
    color: #040426;
    opacity: 0.8;
}

.a-upcase {
    text-transform: uppercase;
    color: #040426;
}

.a-icon-next {
    color: #040426;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.a-icon-next:after {
    content: "\f178";
    color: #DD3433;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    padding-left: 10px;
    top: -5px;
    font-size: 20px;
}

.accent-color-1 {
    color: #040426;
}

.w-100 {
    width: 100%;
}

.w-320 {
    width: 320px;
}

.border-radius {
    border-radius: 5px;
}

.border-radius-8,
.meet-our-team-box img,
.swiper-wrapper img {
    border-radius: 8px;
}

.border-radius-top {
    border-radius: 5px 5px 0 0;
}

.border-radius-bottom {
    border-radius: 0 0 8px 8px;
}

.border-radius-left {
    border-radius: 8px 0 0 8px;
}

.border-radius-right {
    border-radius: 0 8px 8px 0;
}

.simple-item-style-1 {
    max-width: 850px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.simple-item-style-1 .button-wrap {
    display: inline-block;
    position: relative;
}
.simple-item-style-1 .first-div {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.bg-gray {
    background: #F4F5F8;
}

.h1-title {
    font-size: 44px;
    font-weight: 700;
}

.h2-title {
    font-size: 28px;
    line-height: 39px;
    color: #040426;
    font-weight: 700;
}

.h3-title {
    font-size: 24px;
    font-weight: 700;
}

.h4-title {
    font-size: 20px;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

.text-description {
    color: #040426;
    font-size: 20px;
    font-weight: 700;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table div {
    display: table-cell;
    vertical-align: middle;
}
.display-table div.vertical-bottom {
    vertical-align: bottom;
}

.card-100 .card,
.club-fitting-prices .card {
    height: 100%;
}

@media only all and (max-width: 47.99rem) {
    .baseline-testing .card,
    .learn-program .card {
        border: none;
    }
}

.card {
    border-radius: 8px;
}
.card .display-table,
.card .card-body {
    padding: 36px;
}
@media only all and (max-width: 47.99rem) {
    .card.card-dark {
        border: none;
    }
}
.card.card-dark,
.card .card-dark {
    background: #F4F5F8;
}
.card .bg-gray {
    border-radius: 0 0 8px 8px;
}

.team-body {
    padding: 36px 0;
}

.box-border {
    border: 1px solid #DADCE0;
    border-radius: 8px;
    padding: 50px;
    display: table;
    height: 100%;
    width: 100%;
}
.box-border div {
    display: table-cell;
    vertical-align: middle;
}
.box-border div.vertical-bottom {
    vertical-align: bottom;
}

.icon-step {
    background: #F4F5F8;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
}

.color-light {
    color: #DD3433;
}

.color-green {
    color: #81D742;
}

.color-green-2 {
    color: #0F8669;
}

.color-style-3 {
    color: #25408F;
}

.color-gray {
    color: #888888;
}

.form-control {
    font-size: 14px;
    height: 38px;
}

.form-select {
    font-size: 14px;
}

.col-form-label {
    line-height: 2.5;
}

.border-radius-50 {
    border-radius: 50%;
}

.font-48 {
    font-size: 48px;
}

.font-40 {
    font-size: 40px;
}

.font-28 {
    font-size: 28px;
}

.font-24,
.m-title {
    font-size: 22px;
}

.font-20 {
    font-size: 18px;
}

.font-18 {
    font-size: 16px;
}
@media only all and (max-width: 47.99rem) {
    .font-18 {
        /*font-size: $size-14;*/ }
}

.font-16 {
    font-size: 14px;
}

.font-14 {
    font-size: 14px;
}

.icon-avatar {
    background: #F4F5F8;
    width: 135px;
    display: inline-block;
    border-radius: 50%;
}
.icon-avatar img {
    border-radius: 50%;
}

.error {
    color: #DD3433;
}

/*faqs*/
.btn-collapse {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 45px;
    font-size: 20px;
    font-weight: 400;
}
.btn-collapse:not(.collapsed) {
    color: #040426;
}
.btn-collapse:after {
    content: "\f106";
    position: absolute;
    font: normal normal normal 14px/1 "Font Awesome";
    right: 20px;
    font-size: 30px;
    top: 10px;
}
.btn-collapse:not(:nth-child(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.btn-collapse.collapsed:after {
    content: "\f107";
}
.btn-collapse + div {
    padding-left: 20px;
    padding-right: 45px;
}

.media {
    display: flex;
    align-items: flex-start;
}
.media .media-body {
    flex: 1;
}

.m-body {
    margin-top: 15px;
}

.alert {
    background: #E8F6EE;
    border-radius: 100px;
    color: #81D742;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    min-width: 110px;
    text-align: center;
    position: static;
}
@media only all and (max-width: 30rem) {
    .alert {
        padding: 5px 10px;
    }
}
.alert.alert-complete, .alert.alert-paid {
    right: 15px;
    top: 30px;
}
@media only all and (min-width: 60rem) {
    .alert.alert-complete, .alert.alert-paid {
        right: 36px;
    }
}
@media only all and (max-width: 47.99rem) {
    .alert.alert-complete, .alert.alert-paid {
        top: 20px;
        right: 5px;
        min-width: 100px;
        max-width: 100px;
    }
}
.alert.alert-paid {
    background: rgba(221, 52, 51, 0.1);
    color: #DD3433;
}
.alert.alert-expired {
    background: #EAEAEA;
    color: #808080;
}
.alert.alert-no-show {
    background: rgba(221, 52, 51, 0.1);
    color: #DD3433;
    position: absolute;
    top: 30px;
}
@media only all and (max-width: 47.99rem) {
    .alert.alert-no-show {
        top: 20px;
    }
}
.alert.alert-gray {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.btn-green {
    background: #81D742;
    border-color: #81D742;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}
.btn-green:hover {
    background: #81D742;
    border-color: #81D742;
    color: #ffffff;
    opacity: 0.8;
}

.alert-checked {
    color: #81D742;
    padding: 25px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.alert-missed {
    color: #DD3433;
    padding: 25px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.img-border {
    background: #F1F1F1;
    display: inline-block;
    padding: 30px 36px;
    border-radius: 50%;
}

.maintenance {
    padding: 200px 0;
    text-align: center;
}

.explore-our-training-programs {
    font-size: 16px;
}
.explore-our-training-programs h3 {
    font-size: 22px;
}

.meet-our-team-box,
.the-technologies {
    font-size: 16px;
}
.meet-our-team-box h3,
.the-technologies h3 {
    font-size: 20px;
}

.baseline-testing,
.learn-program {
    font-size: 16px;
}

.baseline-testing img {
    height: 100%;
}

.not-sure-how-to-start,
.our-team,
.box-font-18 {
    font-size: 16px;
}

.box-font-14 {
    font-size: 14px;
}

.our-team td {
    padding: 50px 20px;
}

.club-fitting-prices h3 + p {
    font-style: italic;
}

.style-style {
    font-style: italic;
}

.full-layout {
    background: #F4F5F8;
    margin-left: -25px;
    margin-right: -25px;
}
.full-layout .full-box {
    background: #F4F5F8;
    margin-left: var(--bs-gutter-x, -0.75rem);
    margin-right: var(--bs-gutter-x, -0.75rem);
}

.list-details .loc-name {
    margin-bottom: 10px;
}
@media only all and (max-width: 47.99rem) {
    .list-details .list-content {
        float: left;
        display: inline-block;
        width: calc(100% - 90px);
        margin-bottom: 15px;
    }
}
.list-details .icon-contact {
    margin: 30px 0;
}
@media only all and (max-width: 47.99rem) {
    .list-details .icon-contact {
        margin: 0 0 10px 0;
        width: 90px;
        float: left;
        text-align: center;
    }
}
.list-details .clearfix {
    clear: both;
}

.nav-link.active {
    font-weight: bold;
}

.qr-scan_svg {
    width: 200px;
}

.btn-red {
    background: #DD3433;
    border-color: #DD3433;
}
.btn-red:hover {
    background: #DD3433;
    border-color: #DD3433;
}

.qr-scan #qr-video {
    width: 100%;
}
.qr-scan svg {
    stroke: #000000 !important;
    stroke-width: 10px;
}

#input-attachment {
    position: absolute;
    top: -10000px;
    left: -1000px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.t3-title i {
    padding-right: 5px;
}

.swiper-nav {
    top: 10px;
    font-size: 20px;
}

.swiper-slide {
    border-radius: 8px;
}

.swiper-button-prev {
    background: url(../img/arrow-left.png) no-repeat center center;
}
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    background: url(../img/arrow-right.png) no-repeat center center;
}
.swiper-button-next:after {
    display: none;
}

.swiper-button-center .swiper-button-prev {
    top: auto;
    left: calc(50% - 40px);
    width: calc(var(--swiper-navigation-size)/ 44 * 35);
}
.swiper-button-center .swiper-button-next {
    top: auto;
    right: calc(50% - 40px);
    width: calc(var(--swiper-navigation-size)/ 44 * 35);
}

.swiper-button-right {
    position: relative;
}
.swiper-button-right .swiper-button-prev {
    top: auto;
    left: calc(100% - 80px);
    width: calc(var(--swiper-navigation-size)/ 44 * 35);
}
.swiper-button-right .swiper-button-next {
    top: auto;
    right: calc(0px);
    width: calc(var(--swiper-navigation-size)/ 44 * 35);
}

.swiper-homepage .swiper-pagination {
    background: rgba(4, 4, 38, 0.8);
    color: #ffffff;
    display: none;
    width: auto;
    left: auto;
    right: 45px;
    padding: 3px 10px;
    font-size: 11px;
}

.t3-box-carousel {
    position: relative;
}

@media only all and (max-width: 47.99rem) {
    .swiper-pages + .swiper-button-right {
        display: none;
    }
}
.swiper-pages + .swiper-button-right + .swiper-pagination {
    bottom: 25px;
    display: none;
}
@media only all and (max-width: 47.99rem) {
    .swiper-pages + .swiper-button-right + .swiper-pagination {
        display: block;
    }
}
.swiper-pages + .swiper-button-right + .swiper-pagination .swiper-pagination-bullet-active {
    background: #040426;
}

/*<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 50 50"><path d="M25,2C12.318,2,2,12.318,2,25c0,12.683,10.318,23,23,23c12.683,0,23-10.317,23-23C48,12.318,37.683,2,25,2z M35.827,16.562	L24.316,33.525l-8.997-8.349c-0.405-0.375-0.429-1.008-0.053-1.413c0.375-0.406,1.009-0.428,1.413-0.053l7.29,6.764l10.203-15.036	c0.311-0.457,0.933-0.575,1.389-0.266C36.019,15.482,36.138,16.104,35.827,16.562z"></path></svg>*/
.bh-sl-container .bh-sl-input-address {
    position: relative;
}
.bh-sl-container .bh-sl-input-address .btn-search {
    position: absolute;
    border: none;
    background: no-repeat;
    right: 5px;
    top: 10px;
}
.bh-sl-container .bh-sl-map {
    height: 550px;
}
.bh-sl-container ul {
    margin: 0;
    padding: 0;
}
.bh-sl-container ul, .bh-sl-container li {
    list-style: none;
}
.bh-sl-container .bh-sl-siderbar {
    height: 550px;
    overflow: auto;
    padding-right: 15px;
}
.bh-sl-container .bh-sl-loc-list li {
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
}
.bh-sl-container .bh-sl-loc-list li .loc-logo {
    margin-bottom: 10px;
}
.bh-sl-container .bh-sl-loc-list li .loc-web {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-10px, -50%);
    z-index: 9;
    text-align: center;
}
.bh-sl-container .bh-sl-loc-list li .loc-web a {
    color: #000000;
}
.bh-sl-container .bh-sl-loc-list li:hover {
    color: #000000;
    background: #ffffff !important;
}
.bh-sl-container .bh-sl-loc-list li:hover .loc-web {
    display: block;
}

.infowindow-description {
    color: #000000;
}
.infowindow-description .loc-name {
    font-family: 'MyriadPro-Bold';
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.line-gray {
    background: #818181;
    height: 15px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

/*Notifications*/
.notifications .dropdown-menu {
    min-width: 200px;
}
.notifications .nav-tabs {
    font-size: 20px;
}
.notifications .nav-tabs .bg-light {
    background-color: #DD3433 !important;
    font-size: 14px;
    border-radius: 50%;
    padding: 4px 6px;
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.notifications .nav.nav-tabs-glab {
    position: relative;
}
.notifications .nav.nav-tabs-glab:after {
    content: '';
    background: #E5E5E5;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 2.5px;
    left: 0;
    z-index: -1;
}
.notifications .new-notify {
    background: transparent;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}
.notifications .not-read .new-notify,
.notifications .notification-message__active .new-notify {
    background: #25408F;
}
.notifications .notification-message .notification-message__active {
    background: #F4F5F8;
}
.notifications .notification-message td {
    cursor: pointer;
}
.notifications .notification-message__date {
    color: #828282;
    font-size: 12px;
}
.notifications .notification-message__title {
    color: #040426;
    font-size: 16px;
}
.notifications .not-read .notification-message__title {
    font-weight: 700;
}
.notifications .notification-message__datetime {
    font-size: 13px;
}
.notifications .notification-message__content {
    color: #040426;
}
.notifications .notification-action .form-control {
    border-radius: 0.25rem !important;
}
.notifications .notification-action .input-group-text {
    background: none;
    border: none;
}
.notifications .notification-action i {
    padding-left: 0;
    padding-right: 15px;
}
@media only all and (max-width: 47.99rem) {
    .notifications .notification-action i {
        padding-left: 5px;
    }
}
.notifications .notification-contents {
    background: #F4F5F8;
    padding: 20px 30px;
    height: 100%;
}
.notifications .notification-contents .notification-contents__message {
    margin-bottom: 15px;
}
.notifications .notification-action__apply {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    /*margin: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);*/
    width: 100%;
}
.notifications .notification-action__options li {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.notifications .notification-action__options label {
    padding-left: 15px;
}
.notifications .notification-action__options .t-dropdown-toggle {
    border-radius: 5px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 5px 16px;
}
.notifications .notification-action__right {
    padding: 5px 16px;
}
.notifications #filterForm {
    height: 100%;
    overflow: hidden;
}
.notifications .chat-body {
    min-height: 450px;
}
.notifications .messages {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.notifications .chats {
    width: 55%;
    margin-bottom: 1.5rem;
    display: flex;
    display: -webkit-flex;
    float: left;
    text-align: right;
}
@media only all and (max-width: 30rem) {
    .notifications .chats {
        width: 95%;
    }
}
@media only all and (max-width: 30rem) {
    .notifications .chats.chats-right {
        width: 85%;
    }
}
.notifications .chats .chat-avatar {
    padding: 8px 15px 0 8px;
}
.notifications .chats .chat-avatar .rounded-circle {
    border-radius: 50% !important;
    background: #F4F5F8;
    padding: 12px 15px;
    font-size: 16px;
}
.notifications .chats .chat-content {
    background: #F4F5F8;
    /*border: 1px solid $color-search;*/
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-radius: 7px;
    padding: 15px;
    width: 100%;
    position: relative;
}
.notifications .chats .chat-content:after {
    background: url(../images/arrow-top-left.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    top: -1px;
    height: 17px;
    width: 23px;
}
.notifications .chats .chat-content .message-content {
    margin-bottom: 20px;
}
.notifications .chats .chat-content .chat-time {
    color: #707070;
}
.notifications .chats .chat-content .chat-time img {
    margin-right: 5px;
}
.notifications .chats.chats-right .chat-content {
    background: #ffffff;
    margin-right: 15px;
}
.notifications .chats.chats-right .chat-content:after {
    background: url(../images/arrow-top-right.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: -19px;
    top: -2px;
    height: 17px;
    width: 23px;
    left: auto;
}
.notifications .chat-line {
    color: #9C9C9C;
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.notifications .chat-line .chat-date {
    width: 55%;
    display: block;
    float: right;
    text-align: left;
}
.notifications .chat-line .chat-date span {
    background: #F0F2F5;
    padding: 5px;
}
.notifications .chats-right {
    float: right;
    text-align: right;
    margin-left: auto;
}

.chat-footer {
    background: #F4F5F8;
    padding: 15px;
}
.chat-footer .input-group-text,
.chat-footer button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.chat-header {
    background: #F4F5F8;
    padding: 10px 25px;
}

.list-users li {
    border-bottom: 1px solid #D9D9D9;
}
.list-users li.nav-title {
    background: #F4F5F8;
    border: none;
    color: #8B8B8B;
    padding: 5px 25px;
    font-weight: bold;
}

.input-password {
    position: relative;
    padding-left: 45px;
}
.input-password:after {
    content: "\f023";
    position: absolute;
    left: 0;
    font-family: "Font Awesome";
    top: 8px;
    font-size: 20px;
}

.input-numbership {
    position: relative;
    padding-left: 45px;
}
.input-numbership:after {
    content: "\f007";
    position: absolute;
    left: 0;
    font-family: "Font Awesome";
    top: 8px;
    font-size: 20px;
}

.input-email {
    position: relative;
    padding-left: 45px;
}
.input-email:after {
    content: "\f023";
    position: absolute;
    left: 0;
    font-family: "Font Awesome";
    top: 8px;
    font-size: 20px;
}

.form_opt {
    display: none;
}
.form_opt .form_opt_number input {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
}

.tfoot-invitation-code {
    font-size: 18px;
}
.tfoot-invitation-code .invitation-code-value {
    background: #E8F6EE;
    color: #0F8669;
    padding: 5px 10px;
}
.tfoot-invitation-code .invitation-code-value i {
    margin-right: 10px;
}

.form-login .nav .nav-item {
    padding: 3px 0;
}
.form-login .nav .nav-item .nav-link {
    padding-left: 0;
    position: relative;
}
.form-login .nav .nav-item .nav-link:after {
    content: "\f054";
    position: absolute;
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    right: 0;
    font-size: 20px;
    top: 10px;
    font-weight: 900;
}
.form-login .card {
    /*height: auto;*/ }
.form-login .fa {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 20px;
    color: #ced4da;
}

.contact-phone {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only all and (max-width: 47.99rem) {
    .contact-phone {
        font-size: 20px;
    }
}
.contact-phone img {
    margin-right: 15px;
}
@media only all and (max-width: 47.99rem) {
    .contact-phone img {
        max-width: 32px;
    }
}

.inputGroupFile01 {
    border: 1px dashed #858585;
    padding: 10px 40px;
}

#inputGroupFile01 {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

@media only all and (max-width: 59.99rem) {
    .box-avatar {
        width: 100%;
        text-align: center;
    }
}
.box-avatar span {
    display: inline-block;
}
.box-avatar .fas {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.box-avatar img {
    max-width: 150px;
}

.uploadImage {
    min-height: 200px;
    text-align: center;
    margin-bottom: 15px;
}
.uploadImage label {
    display: table-cell;
    vertical-align: middle;
    background: #F4F5F8;
    border-radius: 10px;
}
.uploadImage label i {
    background: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    font-size: 30px;
}
.uploadImage label p {
    margin-top: 10px;
}
.uploadImage #avatar_input {
    opacity: 0;
    position: absolute;
    left: -100000px;
    top: -100000px;
}

.box-introduction {
    position: relative;
}
.box-introduction i {
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 16px;
}
.box-introduction .box-introduction__text {
    min-height: 150px;
}
.box-introduction .box-introduction__actions {
    display: none;
}

.show_password {
    cursor: pointer;
}
.show_password.active {
    color: #000000;
}

.slogan {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
.slogan span {
    font-weight: 700;
}

.infor-user {
    text-align: right;
    padding-right: 15px;
    font-weight: 400;
}

.nav .nav {
    display: none;
}
.nav .nav.dropdown-menu.show {
    display: block;
}

.media {
    display: flex;
    align-items: flex-start;
}
.media .media-left {
    display: inline-block;
    width: 50px;
}
.media .media-left i {
    color: #DD3433;
    font-size: 25px;
    font-weight: 100;
}
.media .media-body {
    flex: 1;
}

.img-border-radius .media-body {
    padding-top: 20px;
}
.img-border-radius input {
    margin-top: 35px;
    margin-right: 20px;
}
.img-border-radius img {
    border-radius: 100%;
    margin-right: 20px;
}
.img-border-radius.m-90 img {
    height: 90px;
}

.ul-ticked {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.ul-ticked li {
    background: url(../img/i-li-ticked.jpg) no-repeat left 15px;
    padding: 10px 0 10px 35px;
}

.timeline {
    color: #040426;
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
    list-style: none;
    padding: 0;
}
.timeline li {
    padding-bottom: 15px;
    border-left: 1px solid #DADCE0;
    position: relative;
    padding-left: 36px;
    margin-left: 10px;
}
@media screen and (max-width: 600px) {
    .timeline li {
        padding-bottom: 10px;
    }
}
.timeline li:last-child {
    border: 0px;
    padding-bottom: 0;
}
.timeline li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #DADCE0;
    border: 1px solid #DADCE0;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}
.timeline .time {
    color: #2a2839;
    font-weight: 700;
    padding-bottom: 5px;
}
@media screen and (min-width: 601px) {
    .timeline .time {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .timeline .time {
        font-size: 16px;
    }
}
.timeline p {
    font-size: 18px;
}
@media screen and (max-width: 600px) {
    .timeline p {
        font-size: 14px;
    }
}

.book-detail .h2-title a,
.booking-detail .h2-title a {
    font-size: 24px;
    margin-right: 15px;
}
.book-detail .media,
.booking-detail .media {
    margin-bottom: 20px;
}
.book-detail .media .media-body,
.booking-detail .media .media-body {
    margin-left: 15px;
}
.book-detail .media .media-body .icon-img a,
.booking-detail .media .media-body .icon-img a {
    margin-right: 10px;
}
.book-detail .btn-green,
.booking-detail .btn-green {
    margin-top: 26px;
}
.book-detail .nav-link,
.booking-detail .nav-link {
    font-size: 15px;
}

.product-price {
    color: #DD3433;
    font-weight: 700;
    font-size: 20px;
}
@media only all and (max-width: 47.99rem) {
    .product-price {
        font-size: 18px;
    }
}

form #card_number.valid.visa {
    background-position: 2px -175px,100% -30px;
}

form #card_number.visa {
    background-position: 2px -175px,100% 9px;
}

form #card_number.valid.mastercard {
    background-position: 2px -228px,100% -30px;
}

form #card_number.mastercard {
    background-position: 2px -228px,100% 7px;
}

form #card_number.valid.amex {
    background-position: 2px -125px,100% -30px;
}

form #card_number.amex {
    background-position: 2px -125px,100% 7px;
}

form #card_number {
    background-image: url(../img/card.png), url(../img/card.png);
    background-position: 2px -281px,100% 7px;
    background-size: 70px 500px,48px 320px;
    background-repeat: no-repeat;
    padding-left: 54px;
    /*width: 285px;*/ }

.t-dropdown-toggle i {
    padding-left: 8px;
}

.booking-date {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}

.text-table-150 {
    margin-bottom: 5px;
}
.text-table-150 span {
    display: inline-block;
    width: 150px;
}

.tab-search input {
    padding-left: 40px;
}
.tab-search .fas {
    color: #C4C4C4;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
}

.text-voucher span {
    font-size: 40px;
    color: #DD3433;
}

.customer-name {
    margin-bottom: 10px;
}

.book-more .card-body {
    padding: 25px;
}
.book-more .media-body {
    padding-left: 15px;
}

.lesson-actions {
    text-align: right;
}
.lesson-actions span.position-relative {
    display: inline-block;
    position: relative;
}

.delete-receipt, .delete-existing-receipt {
    background: #D9D9D9;
    border-radius: 50%;
    /*position: absolute;*/
    top: -15px;
    right: 0;
    padding: 0px 6px;
    font-size: 20px;
}

.container-lesson-filter .col-4 img {
    width: 100%;
}

.book-detail .btn-green {
    font-size: 14px;
    width: 100%;
    margin-top: 0;
}

.box-upload-receipt {
    flex-direction: column-reverse;
}
.box-upload-receipt .img-upload-receipt {
    display: none;
    position: relative;
}

@media only all and (min-width: 48rem) {
    .receipt-body {
        padding: 20px 60px;
    }
}
.receipt-body .uploadReceipt {
    background: #F4F5F8;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
}
.receipt-body .uploadReceipt .receipt-paper {
    margin: 20px 0;
}
.receipt-body .uploadReceipt .receipt-paper .receipt-paper_img {
    /*display: none;*/
    max-height: 300px;
}
.receipt-body .uploadReceipt .receipt-paper .receipt-paper_icon {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    padding: 30px;
}
.receipt-body .uploadReceipt #file_input {
    opacity: 0;
}
.receipt-body .uploadReceipt .receipt_label {
    border: 1px solid #000000;
    padding: 5px 15px;
}

.media-body.text-uppercase p {
    margin-bottom: 0;
}

.form-claims-filter .form-floating > .form-control, .form-claims-filter .form-floating > .form-control-plaintext, .form-claims-filter .form-floating > .form-select {
    height: calc(3rem + 2px);
}
.form-claims-filter .form-floating .fa-calendar {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
}
@media only all and (max-width: 30rem) {
    .form-claims-filter .form-floating .fa-calendar {
        right: 5px;
    }
}

.footer-actions {
    background: #F4F5F8;
}
.footer-actions .col-6.text-end {
    padding-right: 0;
}
.footer-actions .col-6.text-end .btn {
    padding-left: 0;
    padding-right: 0;
}

#accordionClaims .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
}
#accordionClaims .accordion-button {
    flex-wrap: wrap;
    border-top: 1px solid #E5E5E5;
    /*border-bottom: 1px solid $border-line;*/
    border-radius: 0;
    box-shadow: none;
}
#accordionClaims .accordion-button p {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}
#accordionClaims .accordion-button .media {
    margin: 0;
}
#accordionClaims .accordion-button:after {
    transform: rotate(-90deg);
    margin-top: -25px;
}
#accordionClaims .accordion-button:not(.collapsed) {
    background: none;
    border-bottom: none;
    color: #040426;
}
#accordionClaims .accordion-button:not(.collapsed):after {
    transform: rotate(0deg);
}
#accordionClaims .accordion-button:focus {
    border-top: 1px solid #E5E5E5;
    border-bottom: none;
}
#accordionClaims .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.my-bookings-norecord .btn {
    width: auto;
    min-width: 150px;
}

.navbar-expand .navbar-nav .nav-link:not(.active) {
    color: #7B7B7B;
}

.pickmeup {
    background: none;
}
.pickmeup .pmu-instance {
    width: 100%;
}
.pickmeup .pmu-instance nav {
    /*display: block;*/
    position: relative;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
    position: absolute;
    z-index: 999;
}
.pickmeup .pmu-instance nav .pmu-prev {
    left: 0;
    width: 14%;
}
.pickmeup .pmu-instance nav .pmu-next {
    right: 0;
    width: 14%;
}
.pickmeup .pmu-instance nav .pmu-month {
    width: 100%;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    width: 14%;
    margin: 5px 0;
}
.pickmeup .pmu-instance .pmu-button {
    color: #000;
}
.pickmeup .pmu-instance .pmu-selected {
    background: none;
    border-top: 1px solid #25408F;
    border-bottom: 1px solid #25408F;
}
.pickmeup .pmu-instance .pmu-selected.pmu-start {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid #25408F;
}
.pickmeup .pmu-instance .pmu-selected.pmu-start.pmu-end {
    border-radius: 8px;
    border-right: 1px solid #25408F;
}
.pickmeup .pmu-instance .pmu-selected.pmu-end {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #25408F;
}

/* Variables */
/* Timeline */
.timeline_column {
    border-left: 1px solid #DADCE0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: fade(white, 3%);
    color: fade(white, 80%);
    font-family: "Chivo", sans-serif;
    margin: 40px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0 0 40px 40px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    margin-left: 100px;
}
.timeline_column h1 {
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}
.timeline_column h2, .timeline_column h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
    .timeline_column h2, .timeline_column h3 {
        font-size: 14px;
    }
}
.timeline_column .event {
    border-bottom: 1px dashed fade(white, 10%);
    position: relative;
    min-height: 35px;
}
.timeline_column .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline_column .event:before, .timeline_column .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline_column .event:before {
    left: -198px;
    color: fade(white, 40%);
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}
.timeline_column .event:after {
    box-shadow: 0 0 0 4px fade(#DADCE0, 100%);
    left: -45.95px;
    background: #89e945;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}
.timeline_column .event.t-expired:after {
    background: #DD3433;
}
.timeline_column .event.t-noactive:after {
    background: none;
}
.timeline_column .event.t-noactive:before {
    color: #BFBFBF;
}
.timeline_column .event > div {
    padding: 10px;
    min-height: 35px;
    background: #EDFAEE;
}
.timeline_column .event > div.timeline_content--first {
    border-radius: 5px 5px 0 0;
}
.timeline_column .event > div.timeline_content--end {
    border-radius: 0 0 5px 5px;
    margin-bottom: 5px;
}
.timeline_column .event > div.timeline_content--expired {
    background: #FF010012;
}
.timeline_column .event > div.timeline_content--full {
    border-radius: 5px;
    margin-bottom: 5px;
}
.timeline_column .event > div p {
    margin-bottom: 5px;
}

.fc-theme-standard .fc-scrollgrid {
    border: none;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: none;
}

.fc {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 15px;
}
.fc .fc-header-toolbar .fc-button-primary,
.fc .fc-header-toolbar .fc-button-primary:not(:disabled):active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #E5E5E5;
}
.fc .fc-header-toolbar .fc-button-primary:not(:disabled):active:focus,
.fc .fc-header-toolbar .fc-button-primary:not(:disabled):active:not(:disabled):active:focus {
    box-shadow: none;
}
.fc .fc-toolbar-title {
    font-size: 18px;
    font-weight: 700;
}
.fc .fc-non-business {
    background: none;
}
.fc .fc-event-time {
    display: none;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 45px;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
    position: absolute;
    top: 12px;
    left: calc(50% - 10px);
}
.fc .fc-daygrid-day-top a[data-navlink] {
    top: 20px;
    font-size: 18px;
    font-weight: 700;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(0, 0, 0, 0);
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
    background: #25408F;
    color: #fff;
    border-radius: 50%;
    padding: 4px 6px;
}

.fc .fc-highlight {
    border-radius: 20px;
    border: 2px solid #25408F;
    background: none;
    height: 45px;
}
.fc .fc-daygrid-event-harness:not(.fc-daygrid-event-harness-abs) {
    margin-top: 0 !important;
    top: 5px;
}
.fc .fc-daygrid-event-harness.fc-daygrid-event-harness-abs {
    z-index: -1;
}
.fc .fc-daygrid-event-harness.fc-daygrid-event-harness-abs .fc-event {
    padding: 20px;
}
.fc .fc-daygrid-event-harness .fc-event {
    border-radius: 20px;
    padding: 10px;
}
.fc .fc-daygrid-event-harness .fc-event.fc-daygrid-block-event{
    position: relative;
    z-index: -1;
    min-height: 40px;
}
.fc .fc-daygrid-event-harness .fc-event.fc-daygrid-dot-event{
    
}
.fc .fc-daygrid-event-harness .fc-event .fc-event-title {
    display: none;
}
.fc .fc-daygrid-event-harness .fc-event.fc-daygrid-dot-event {
    padding: 0;
}
.fc .fc-daygrid-event-harness .fc-daygrid-dot-event {
    justify-content: center;
}
.fc .fc-button {
    background: none;
    border: none;
    color: #E5E5E5;
    font-size: 20px;
}

.form-calender .calendar-edit {
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    top: -65px;
    font-size: 14px;
    text-decoration: captiontext;
    padding: 5px 10px;
}
@media only all and (max-width: 47.99rem) {
    .form-calender .calendar-edit {
        top: -50px;
    }
}
.form-calender .multiple-time .t-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23DD3433' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: rgba(0, 0, 0, 0);
    border-color: #DD3433;
}

.t-footer {
    background: #040426;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
}
.t-footer .nav-link {
    color: #ffffff;
}
.t-footer .nav-link i {
    font-size: 18px;
}

@media (min-width: 768px) {
    .w-320 {
        width: 480px;
    }

    .t-navigation .navbar {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .t-container-main {
        padding-left: 45px;
        padding-right: 45px;
    }

    .full-layout {
        background: #F4F5F8;
        margin-left: -45px;
        margin-right: -45px;
    }
    .full-layout .full-box {
        background: #F4F5F8;
        margin-left: var(--bs-gutter-x, -0.75rem);
        margin-right: var(--bs-gutter-x, -0.75rem);
    }

    .btn {
        /*        padding-left: $padding-nav;
                padding-right: $padding-nav;*/
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .w-320 {
        width: 568px;
    }

    .notifications .nav.nav-tabs-glab .nav-link {
        min-width: 200px;
    }
}
@media (min-width: 1250px) {
    .navbar-expand-lg .navbar-nav .nav-link:not(.nav-icon), .navbar-expand-lg .navbar-nav .dropdown-item:not(.nav-icon) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .card .card-body {
        /*padding: $card-padding;*/ }
}
@media (min-width: 1440px) {
    .t-navigation {
        font-size: 16px;
    }
    .t-navigation .navbar-brand {
        position: relative;
        top: -10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:not(.nav-icon), .navbar-expand-lg .navbar-nav .dropdown-item:not(.nav-icon) {
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 20px;
        padding-bottom: 30px;
        position: relative;
    }
    .navbar-expand-lg .navbar-nav .nav-link:before {
        content: '';
        position: absolute;
        width: 0;
        height: 7px;
        border-bottom: 7px solid #25408F;
        bottom: -3px;
        left: 0;
        transition: all 300ms ease;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover:before, .navbar-expand-lg .navbar-nav .nav-link.active:before {
        width: 100%;
    }

    .card .card-body {
        /*padding: $card-padding;*/ }
}
@media (max-width: 1250px) {
    .t-navigation .nav-link:not(.btn) {
        line-height: 32px;
    }

    #pills-tab-box-now li {
        margin-bottom: 15px;
    }
}
@media only all and (min-width: 60rem) {
    .t-navigation .navbar,
    .t-container-main {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        background-color: #040426;
        color: #ffffff;
        top: 0;
        width: 480px;
        z-index: 9;
    }
    .offcanvas-collapse .nav-item {
        padding-top: 5px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: 1px solid #ffffff;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav .nav-item {
        border-bottom: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav .nav-item .nav-link {
        padding-right: 25px !important;
        padding-left: 0 !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .dropdown-item {
        color: #ffffff;
        text-transform: capitalize !important;
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .dropdown-item:hover {
        opacity: 0.8;
    }
    .navbar-expand-lg .navbar-nav .nav-link.btn, .navbar-expand-lg .navbar-nav .dropdown-item.btn {
        background: #25408F;
        color: #ffffff;
    }
    .navbar-expand-lg .nav .nav-link {
        color: #ffffff;
        text-transform: capitalize !important;
        font-weight: 400;
        padding-right: 1px !important;
    }
    .navbar-expand-lg .nav .nav-link i {
        font-size: 25px;
    }

    .card .display-table, .card .card-body {
        padding: 20px 15px;
    }

    .baseline-testing,
    .four-pillars,
    .learn-program,
    .explore-our-training-programs,
    .meet-our-team-box,
    .the-technologies {
        font-size: 16px;
    }

    .h3-title,
    .text-description,
    .explore-our-training-programs h3 {
        font-size: 20px;
    }

    .meet-our-team-box h3, .the-technologies h3
    .the-technologies h3 {
        font-size: 18px;
    }

    .a-icon-next {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .m-text-center {
        text-align: center;
    }

    .box-more-description {
        display: none;
    }

    .a-more {
        display: inline-block;
    }

    .btn {
        padding: 0.7rem 15px;
    }

    .t3-breadcrumb {
        padding-top: 20px;
        width: 100%;
    }
    .t3-breadcrumb span {
        display: inline-block;
        text-align: center;
    }

    .h1-title,
    .t3-title {
        font-size: 18px;
    }
    .h1-title .d-md-none,
    .t3-title .d-md-none {
        display: none;
    }

    .font-20,
    .font-24,
    .meet-our-team-box h3,
    .the-technologies h3,
    .btn {
        font-size: 14px;
    }

    .h2-title {
        font-size: 24px;
    }
    .h2-title.fw-bolder {
        font-size: 16px;
        line-height: 20px;
    }

    p.h2-title,
    .four-pillars .h2-title,
    .the-technologies .h2-title,
    .font-28 {
        font-size: 18px;
    }

    .box-border {
        padding: 25px;
    }

    .font-40 {
        font-size: 28px;
    }

    /*    .m-icon-next{
            background: url(../img/right-arrow.png) no-repeat right center;
            display: block;
            font-size: $font-size-h4;
        }*/
    .notifications .tab-content {
        position: relative;
    }
    .notifications .tab-content #adminForm .notification-action {
        margin-top: 50px;
    }
    .notifications .tab-content #filterForm .notification-action {
        position: absolute;
        top: 0;
        font-size: 13px;
    }
    .notifications .tab-content #filterForm .notification-action .btn-white {
        padding: 5px 10px;
    }
    .notifications .tab-content #filterForm .notification-action .btn-white img {
        margin-right: 5px;
        width: 20px;
    }
    .notifications .tab-content #filterForm .notification-action .nav-link {
        padding: 5px 7px;
    }
}
@media only all and (max-width: 767px) and (max-width: 30rem) {
    .notifications .tab-content #filterForm .notification-action .nav-link {
        padding: 5px;
    }
}

@media (max-width: 568px) {
    .m-order-0 {
        order: 0;
    }

    .m-order-1 {
        order: 1;
    }

    .text-m-center {
        text-align: center;
    }

    .text-description {
        font-size: 14px;
        line-height: 20px;
    }

    .h2-title {
        font-size: 20px;
    }

    .h3-title {
        font-size: 16px;
    }
    .h3-title i {
        font-size: 16px;
    }

    .icon-step {
        margin-bottom: 15px;
    }
    .icon-step img {
        max-width: 30px;
    }

    .m-order-1 img:nth-child(1) {
        width: 95px;
    }
    .m-order-1 img:nth-child(2) {
        width: 105px;
    }
    .m-order-1 img:nth-child(3) {
        width: 165px;
    }

    .icon-avatar {
        width: 72px;
    }

    .btn-collapse {
        padding-left: 0;
    }
    .btn-collapse + div {
        padding-left: 0;
        padding-right: 15px;
    }

    .t3-breadcrumb h1 {
        font-size: 20px;
    }
    .t3-breadcrumb h1 i {
        font-size: 20px;
    }

    .club-fitting-prices .h4-title {
        font-size: 16px;
    }

    .form-claims-filter .col-4:nth-child(1), .form-claims-filter .col-4:nth-child(2) {
        padding-right: 0;
    }
    .form-claims-filter .col-4 .btn {
        padding: 6px 8px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .offcanvas-collapse {
        width: 320px;
    }
    .offcanvas-collapse .dropdown-item {
        white-space: normal;
    }

    .my-profile .media {
        flex-wrap: wrap;
    }
}
@media only all and (max-width: 47.99rem) {
    .lesson-actions {
        text-align: center;
    }

    .icon-img {
        margin-bottom: 0;
    }

    .btn-text {
        display: none;
    }

    .timeline_content .col-4 {
        padding-left: 0;
    }

    .container-pending .card-body .booking-date {
        margin-bottom: 25px;
    }
    .container-pending .card-body .col-md-4 {
        background: #F4F5F8;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 8px 8px 0 0;
    }
    .container-pending .card-body .col-md-4 .alert {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        max-width: 130px;
    }
    .container-pending .card-body .col-md-4 p {
        display: inline-block;
        font-size: 14px;
        margin: 0;
    }
    .container-pending .card-body .col-md-4 p span {
        font-size: 22px;
    }

    #pending-tab-pane .navbar {
        margin-left: -12px;
        margin-right: -12px;
    }
    #pending-tab-pane .nav-link {
        font-size: 14px;
    }
}
@media only all and (min-width: 48rem) {
    .book-more .swiper-nav {
        display: none;
    }

    .swiper-upcoming .swiper-wrapper {
        display: block;
    }
}
/******************************************/
@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1420px;
    }
}
@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1520px;
    }
}
@media (min-width: 1700px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1620px;
    }
}
@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1720px;
    }
}
@media (min-width: 1900px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1820px;
    }
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
}

.box-card-border__none {
    border: none;
}

.btn {
    border-radius: 0;
}

.hidden {
    display: none !important;
}

/*# sourceMappingURL=style.css.map */
