/*
  Created on : Sep 1, 2022, 10:30:58 AM
  Author     : Tran Trong Thang
  Email      : trantrongthang1207@gmail.com
  Skype      : trantrongthang1207
*/
@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 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    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;
    text-transform: capitalize;
}
.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: #4FAE5A;
    color: #ffffff;
    border-color: #4FAE5A;
}
.nav-link-danger.btn {
    background: #DD3433;
    border-color: #DD3433;
    padding-left: 8px;
    padding-right: 8px;
}

.success {
    color: #4FAE5A;
    font-weight: 500;
}

.success-bold {
    color: #4FAE5A;
    font-weight: bold;
}

.dropdown-toggle::after {
    display: none;
}

#menu-main .dropdown-menu-end {
    /*        inset: auto 0px 0px auto;
            transform: translate(0px, 40px);*/
    right: 0;
    left: auto;
}

.glab-dropdown {
    position: relative;
}

.nav-links__submenu {
    background-color: #F4F5F9;
    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;
}
.nav.nav-tabs-glab .nav-link.active:after, .nav.nav-tabs-glab .nav-link:hover:after {
    background: #040426;
    bottom: -1px;
    height: 3px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0);
    color: #040426;
    font-weight: 700;
}

.t3-breadcrumb .breadcrumb {
    color: #040426;
    font-size: 14px;
}
.t3-breadcrumb h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 58px;
}

.cols-md-2{
    flex: 0 0 auto;
    width: 16.66666667%;
}

.cols-md-4{
    flex: 0 0 auto;
    width: 33.33333333%;
}

.cols-md-6{
    flex: 0 0 auto;
    width: 50%;
}

.cols-md-8{
    flex: 0 0 auto;
    width: 66.66666667%;
}

.cols-md-12{
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    
    .mb-card-align{
        width: 100%;
        text-align: left!important;
    }
    
    .alert.alert-date{
        font-size: 0.65rem;
        left : 0.2rem!important;
    }
    .alert.alert-paid{
        font-size: 0.65rem;
        right : 0.2rem!important;
    }
    
    
    .tfoot-invitation-code {
        font-size: 12px!important;
    }
    
    .hide_breadcrumb .t3-breadcrumb{
          display: none;
    }
    
    .t3-breadcrumb {
        position: inherit!important;
        padding : 10px!important;
    }
    .t3-breadcrumb h1 {
        font-weight: 400;
        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: 12px;
}

: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: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7rem;
}
.btn:hover {
    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-login-facebook {
    background: #25408F;
    border-radius: 10px;
    text-transform: capitalize;
}

.btn-cancel {
    background: #AAAAAA;
    color: #000000;
    border-color: #AAAAAA;
    border-radius: 10px;
    text-transform: capitalize;
}

p.text-small {
    color: #AAAAAA;
    margin-bottom: 0;
}

.btn-white {
    background: #ffffff;
    border: 1px solid #A2A1A5;
    color: #040426;
    font-weight: 700;
    /*text-transform: capitalize;*/ }
.btn-white:hover {
    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;
}

.btn.btn-aplly-black {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    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";
    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: 38px;
    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;
    padding: 15px;
}

.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: #4FAE5A;
}

.color-green-2 {
    color: #0F8669;
}

.color-style-3 {
    color: #25408F;
}

.color-gray {
    color: #818181;
}

.form-control,
.form-select {
    font-size: 14px;
    height: 46px;
}

.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: 14px;
}

.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: #4FAE5A;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    min-width: 5.3rem;
    text-align: center;
}
.alert.alert-date {
    position: absolute;
    left: 20px;
    top: 30px;
}
@media only all and (max-width: 47.99rem) {
    .alert.alert-date {
        top: 20px;
    }
}
.alert.alert-complete, .alert.alert-paid {
    position: absolute;
    right: 36px;
    top: 30px;
}
@media only all and (max-width: 47.99rem) {
    .alert.alert-complete, .alert.alert-paid {
        top: 20px;
    }
}
.alert.alert-paid {
    background: rgba(221, 52, 51, 0.1);
    color: #DD3433;
}
.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: #4FAE5A;
    color: #fff;
    border: #4FAE5A;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 0.8rem;
    font-weight: 700;
}
.btn-green:hover {
    background: #4FAE5A;
    opacity: 0.8;
}

.alert-checked {
    color: #4FAE5A;
    padding: 25px 0 0 0;
    font-size: 14px;
    font-weight: 700;
}

.alert-missed {
    color: #DD3433;
    padding: 25px 0 0 0;
    font-size: 14px;
    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: 14px;
}
.explore-our-training-programs h3 {
    font-size: 22px;
}

.meet-our-team-box,
.the-technologies {
    font-size: 14px;
}
.meet-our-team-box h3,
.the-technologies h3 {
    font-size: 20px;
}

.baseline-testing,
.learn-program {
    font-size: 14px;
}

.baseline-testing img {
    height: 100%;
}

.not-sure-how-to-start,
.our-team,
.box-font-18 {
    font-size: 14px;
}

.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;
}

.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;
}

.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 .notifications-action {
    vertical-align: text-bottom;
    display: inline-block;
}
@media only all and (max-width: 47.99rem) {
    .notifications .notifications-action {
        min-width: 150px;
    }
}
.notifications .notifications-action i {
    font-size: 25px;
    padding-left: 20px;
}
.notifications h4 {
    font-size: 20px;
    font-weight: 400;
}
.notifications .new-notify {
    background: #25408F;
    padding: 10px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
}
@media only all and (max-width: 47.99rem) {
    .notifications .new-notify {
        position: absolute;
        right: 40px;
        padding: 5px;
        top: 15px;
    }
}
.notifications .read-notify {
    background: #fff;
    border: 1px solid #AEAEAE;
    padding: 9px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
}
@media only all and (max-width: 47.99rem) {
    .notifications .read-notify {
        position: absolute;
        right: 40px;
        padding: 5px;
        top: 15px;
    }
}
.notifications tr {
    position: relative;
}
.notifications tr td:first-child {
    text-align: center;
}


.notification .img-thumbnail {
    border-radius: 0;
}

.our-team-user {
    border-top: 1px solid #E5E5E5;
    margin-top: 50px;
    padding: 50px 30px 0 30px;
}
.our-team-user .icon-avatar {
    vertical-align: top;
}
.our-team-user .our-team-info {
    display: inline-block;
    padding-left: 30px;
    max-width: calc(100% - 145px);
}
.our-team-user .our-team-about {
    padding-left: 172px;
}

.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: 55px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    background: #F3F3F3;
    border-color: #F3F3F3;
}
@media only all and (max-width: 47.99rem) {
    .form_opt .form_opt_number input {
        width: 45px;
        height: 40px;
    }
}

.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;
}
.tfoot-invitation-code .invitation_price {
    color: #AAAAAA;
}

.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";
    right: 0;
    font-size: 20px;
    top: 10px;
}
.form-login .card {
    /*height: auto;*/ }

.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;
}

.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;
}

.book-now .nav-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
    .book-now .nav-item {
        margin-bottom: 15px;
    }
}
.book-now .nav-item .btn-white {
    border: 1px solid #25408F;
    /* border-radius: 100px; */
    color: #040426;
    padding: 10px 17px;
    text-transform: uppercase;
}
.book-now .nav-item .btn-white.active, .book-now .nav-item .btn-white:hover {
    background: #040426;
    color: #ffffff;
}
.book-now .dropdown-menu {
    width: 200px;
    left: 15px;
    top: 60px;
}
.book-now .dropdown-menu input {
    margin-right: 15px;
}
@media only all and (max-width: 47.99rem) {
    .book-now .btn {
        font-size: 14px;
    }
}
.book-now .order-1 .h2-title {
    font-size: 22px;
    margin-bottom: 35px;
}
@media only all and (max-width: 47.99rem) {
    .book-now .order-1 .h2-title {
        text-align: center;
    }
}
.book-now .order-2 .h2-title {
    font-size: 22px;
}
@media only all and (max-width: 47.99rem) {
    .book-now .order-2 .h2-title {
        text-align: center;
    }
}
.book-now .club-fitting-prices .card {
    padding: 35px 20px;
}

.ul-ticked {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.ul-ticked li {
    background: url(../img/i-li-ticked.jpg) no-repeat left 11px;
    padding: 10px 0 10px 35px;
}
.ul-ticked li.none {
    background: none;
    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: 14px;
    }
}
.timeline p {
    font-size: 18px;
}
@media screen and (max-width: 600px) {
    .timeline p {
        font-size: 14px;
    }
}

.what-is-included h3 {
    font-size: 14px;
    font-weight: bolder;
}
.what-is-included .card .display-table {
    padding: 0;
    text-align: center;
}
.what-is-included p {
    font-size: 14px;
}

.my-vouchers .h2-title i {
    font-size: 24px;
}
.my-vouchers .card {
    border-radius: 5px;
}
.my-vouchers .card h3 {
    font-size: 14px;
    font-weight: 700;
}
.my-vouchers .card a:not(.btn) {
    color: #25408F;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-right: 25px;
}
.my-vouchers .card a:not(.btn):after {
    content: "\f054";
    position: absolute;
    font: normal normal normal 14px/1 "Font Awesome";
    right: 0;
    font-size: 20px;
    top: 0;
}
.my-vouchers .card a.clear {
    padding-right: 10px !important;
}
.my-vouchers .card a.clear:after {
    content: none !important;
}
.my-vouchers .card a.btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
@media only all and (max-width: 47.99rem) {
    .my-vouchers .card a.btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.my-vouchers span.bg-gray {
    border-radius: 3px;
    font-weight: bold;
}
.my-vouchers .color-gray {
    font-size: 14px;
}

.my-vouchers-detail .h4-title {
    position: relative;
}
.my-vouchers-detail .h4-title .prev-page {
    padding-right: 15px;
}
@media only all and (min-width: 48rem) {
    .my-vouchers-detail .h4-title .prev-page {
        margin-left: -25px;
    }
}
.my-vouchers-detail .h4-title i {
    font-size: 24px;
}
.my-vouchers-detail .btn {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
}
@media only all and (max-width: 47.99rem) {
    .my-vouchers-detail .btn {
        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;
}

.product-options {
    border: 1px solid #DD3433;
    border-radius: 100px;
    color: #DD3433;
    padding: 10px 15px;
    min-width: 140px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
@media only all and (max-width: 47.99rem) {
    .product-options {
        max-width: 150px;
        margin: 0 auto;
    }
}
.product-options li {
    width: 100%;
    color: #DD3433;
}
.product-options li a {
    color: #DD3433;
    text-align: center;
}
.product-options li a i {
    margin-left: 10px;
    font-weight: 400;
}
.product-options .dropdown-menu {
    right: -16px;
    margin-top: 15px;
}
.product-options .dropdown-menu .dropdown-item.active, .product-options .dropdown-menu .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0);
    color: #DD3433;
}

@media only all and (max-width: 47.99rem) {
    .tab-book-now.tab-content > .active {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.product-option {
    margin: 20px 0;
}

.product-price {
    color: #DD3433;
    font-weight: 700;
    font-size: 14px;
    float: right;
}
@media only all and (max-width: 47.99rem) {
    .product-price {
        font-size: 14px;
    }
}

.booking-confirm .product-price {
    font-size: 18px;
}

.card.package {
    border-radius: 0;
}

.card.package .card-title {
    padding: 1rem;
    background: #000;
    color: #fff;
    margin: 0;
}

.card.package .card-title h4 {
    text-transform: capitalize;
    font-weight: 500;
}

.card.package .card-title p {
    font-style: normal;
    margin-bottom: 0;
}

@media only all and (max-width: 47.99rem) {
    .my-book .h3-title {
        font-size: 20px;
    }
    .my-book h4.font-22 {
        font-size: 14px;
    }
}
.ui-datepicker {
    padding: 30px;
    width: 320px;
}
.ui-datepicker .ui-widget-header {
    background: none;
    border: none;
    color: #040426;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    background: url(../img/left.png) no-repeat center center;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
    background: url(../img/right.png) no-repeat center center;
}
.ui-datepicker .ui-state-disabled .ui-state-default {
    font-weight: 400;
}
.ui-datepicker .ui-state-default {
    font-weight: 700;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #DD3433;
    border-radius: 50%;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
}

.fully_scheduled {
    opacity: 1 !important;
}
.fully_scheduled .ui-state-default {
    color: #040426 !important;
    font-weight: 700 !important;
    position: relative;
}
.fully_scheduled .ui-state-default:after {
    background: #040426;
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    left: 13%;
    top: 50%;
}

.box-coaches {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-coaches li {
    cursor: pointer;
}
.box-coaches li label {
    cursor: pointer;
    border: 1px solid #E5E5E5;
    display: inline-block;
    padding: 10px;
    margin-top: 15px;
    min-width: 340px;
}
.box-coaches li input:checked + label {
    border: 1px solid #DD3433;
}

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;
}

.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: 480px) {
    .first-div:before, .button-wrap:before {
        content: '';
        position: absolute;
        width: 600px;
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
        left: -600px;
        top: 50%;
    }

    .first-div:after, .button-wrap:after {
        content: '';
        position: absolute;
        width: 600px;
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
        right: -600px;
        top: 50%;
    }

    .color-gray .first-div:before, .color-gray .first-div:after {
        background: #999;
    }
}
@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: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .first-div:before, .button-wrap:before {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
    }

    .first-div:after, .button-wrap:after {
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transition: all 1.2s ease-out;
        -webkit-transition: all 1.2s ease-out;
        -ms-transition: all 1.2s ease-out;
    }

    .first-div:after, .button-wrap:after {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    .w-320 {
        width: 568px;
    }
}
@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;
    }

    .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: 12px;
        padding-bottom: 12px;
    }

    .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 (max-width: 1040px) {
    .t-navigation .navbar,
    .t-container-main {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        background-color: #F4F5F9;
        top: 0;
        width: 480px;
        z-index: 9;
    }
    .offcanvas-collapse .nav-item {
        padding-top: 5px;
    }

    .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: 14px;
    }

    .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 {
        border-bottom: 1px solid #E5E5E5;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 30px;
        width: 100%;
    }
    .t3-breadcrumb span {
        display: inline-block;
        width: calc(100% - 30px);
        text-align: left;
        padding-left: 10px;
    }

    .h1-title {
        font-size: 28px;
    }

    .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: 14px;
        line-height: 20px;
    }

    p.h2-title,
    .four-pillars .h2-title,
    .the-technologies .h2-title,
    .font-28 {
        font-size: 18px;
    }

    .border-radius-bottom,
    .border-radius-left,
    .border-radius-right {
        border-radius: 8px 8px 0 0;
    }

    .box-border {
        padding: 25px;
    }

    .m-box-order {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .m-box-order .m-w-50 {
        width: 50%;
        margin-bottom: 35px;
    }
    .m-box-order .m-100 {
        width: 100%;
    }
    .m-box-order .m-sml {
        text-align: right !important;
    }
    .m-box-order .m-sml img {
        width: 77px;
    }

    .m-full-layout {
        background: #F4F5F8;
        border: none;
        margin-left: -25px;
        margin-right: -25px;
    }
    .m-full-layout .m-full-box {
        background: #F4F5F8;
        margin-left: var(--bs-gutter-x, -0.75rem);
        margin-right: var(--bs-gutter-x, -0.75rem);
    }
    .m-full-layout .card-body {
        padding: 20px 35px;
        text-align: left;
    }

    .font-40 {
        font-size: 28px;
    }

    .m-icon-next {
        background: url(../img/right-arrow.png) no-repeat right center;
        display: block;
        font-size: 14px;
    }
}
@media (max-width: 568px) {
    .m-order-0 {
        order: 0;
    }

    .m-order-1 {
        order: 1;
    }

    .text-m-center {
        text-align: center;
    }

    .swiper-homepage .swiper-pagination {
        display: inline-block;
    }

    .four-pillars .col-sm-6 {
        display: flex;
        align-items: flex-start;
    }
    .four-pillars .col-sm-6 .m-body {
        flex: 1;
        padding-left: 20px;
        margin-top: 0;
    }

    .text-description {
        font-size: 14px;
        line-height: 20px;
    }

    .h2-title {
        font-size: 20px;
    }

    .h3-title {
        font-size: 14px;
    }

    .baseline-testing,
    .four-pillars,
    .learn-program,
    .explore-our-training-programs,
    .meet-our-team-box,
    .the-technologies {
        font-size: 14px;
    }

    .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;
    }

    .k-motion .m-100 {
        position: relative;
    }
    .k-motion .m-100 .col-md-4 {
        text-align: right;
        margin-bottom: 25px;
    }
    .k-motion .m-100 .col-md-4 .border-radius {
        width: 150px;
    }
    .k-motion .m-100 .display-table h3 {
        position: absolute;
        width: 150px;
        top: 15px;
    }

    .icon-avatar {
        width: 72px;
    }

    .our-team .our-team-user {
        padding: 30px 0px 0 0px;
        font-size: 14px;
    }
    .our-team .our-team-user .our-team-info {
        padding-left: 20px;
        max-width: calc(100% - 80px);
    }
    .our-team .our-team-user .our-team-info .h4-title {
        position: relative;
    }
    .our-team .our-team-user .our-team-info .h4-title:after {
        content: "\f107";
        position: absolute;
        font: normal normal normal 14px/1 "Font Awesome";
        right: 0;
        font-size: 25px;
        top: 0;
    }
    .our-team .our-team-user .our-team-about {
        padding-left: 0;
        display: none;
    }

    .btn-collapse {
        padding-left: 0;
    }
    .btn-collapse + div {
        padding-left: 0;
        padding-right: 15px;
    }

    .t3-breadcrumb h1 {
        font-size: 20px;
        font-weight: 400;
    }

    .club-fitting-prices .h4-title {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .offcanvas-collapse {
        width: 320px;
    }
    .offcanvas-collapse .dropdown-item {
        white-space: normal;
    }
}
/******************************************/
@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%;
}

/*# sourceMappingURL=style.css.map */

/*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: 14px;
}
.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: 14px;
}
.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;
}

/* End Notifications*/

#input-attachment {
    position: absolute;
    top: -10000px;
    left: -1000px;
}

.tab-search input {
    padding-left: 40px;
}
.tab-search .fas {
    color: #C4C4C4;
    position: absolute;
    left: 10px;
    top: 16px;
    font-size: 18px;
}
.product-name{
    margin-left: 20px;
}
.btn-collapse {
    font-size: 16px;
    font-weight: 600;
}
.contact-phone {
    font-size: 16px;
}
.form-login .nav .nav-item .nav-link:after{
    font-size: 16px;
    top: 12px;
}
@media(min-width: 1100px){
    .card.package .card-body {
        padding: 20px;
    }
    .product-name{
        margin-left: 10px;
    }
}