:root {
    --primary:#2FA4E6; 
    --secondary:#86cb92; 
    --dark: #000;
    --light: #eae8e2;
    --gray: #4b494c;
    --lightgray: #585757;
    --lightgray_300: #969696;
    --lightgray_100: #1c1c1c;
    --error: #df3a47;
    --success: #3ac07c;
    --warning: #F98600;
    --green: #00BA34;
    --yellow:   #FF9C64;
} 
::-webkit-scrollbar {
    width: 3px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 4px;
    border-radius: 3px;
} 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px; 
    border-radius: 3px;
    background: #cccccc; 
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(70,70,70,0.6); 
}
/********************************** Theme *********************************/
#mainnav {
    background-color: var(--primary);
    color: var(--light);
} 
#mainnav-menu>.active-sub>a, #mainnav-menu>.active-sub>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 8px;
} 
#mainnav-menu>li>a:hover, #mainnav-menu>li>a:active {
    color: #cbcbcb;
} 
#mainnav-menu>.active {
    background-color:  var(--primary);
} 
.mainnav-profile .profile-wrap { 
    background-color: var(--primary);
} 
.mainnav-profile .mnp-name {
    color: #fff;
}
#mainnav .mainnav-profile .list-group-item {
    color: #fff;
    background-color: var(--primary);
} 
#mainnav .mainnav-profile .list-group-item:hover { 
    background-color:#289ebc;
    color: #fff;
} 
#mainnav-menu .active:not(.active-sub)>a {
    color: #fff;
} 
#mainnav-menu>.active .active {
    /*background-color: rgba(255, 255, 255, 0.13);*/
    border-radius: 8px; 
} 
#mainnav-menu>.active-sub .active-sub>a, #mainnav-menu>.active-sub .active-sub>a:hover {
    color: #fff;
    font-weight: 700;
} 
.navbar-brand {
    background-color: var(--primary);
} 
#content-container:before { 
    background-color: #F7F7F7;
}
.navbar-content {
    background-color: #F7F7F7;
} 
.page-header, #page-head, #page-head h1, #page-head h2, #page-head h3, #page-head h4, #page-head h5, #page-head h6, #page-head .text-main, #page-head .breadcrumb li, #page-head .breadcrumb li a, #page-head .breadcrumb .active {
    color: var(--dark);
} 
#mainnav-menu ul a:hover, .menu-popover .sub-menu ul a:hover {
    color: #cbcbcb;
} 
#content-container { 
    background-color: #F7F7F7;
    
} 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: var(--dark);
}

.hd1_48{
    font-style: normal;
    font-size: 48px;
    line-height: 60px; 
    vertical-align: top;
    color: #000;
} 
.hd2_36{
    font-style: normal;
    font-size: 36px;
    line-height: 48px; 
    vertical-align: top;
    color: #000;
} 
.hd3_24{
    font-style: normal;
    font-size: 24px;
    line-height: 32px; 
    vertical-align: top;
    font-weight: 600; 
    color: #000;
}  
.hd4_20{
    font-style: normal;
    font-size: 20px;
    line-height: 28px; 
    vertical-align: top;
    font-weight: 500;
    color: #000;
}
.hd5_15{
    font-style: normal; 
    font-weight: 600;
    font-size: 15px;
    line-height: 22px; 
    vertical-align: top;
    color: #585757;
} 
.hd5_16{
    font-style: normal;
    font-size: 16px;
    line-height: 24px; 
    vertical-align: top;
    color: #969696;
} 
.hd6_13{
    font-style: normal;
    font-size: 13px;
    line-height: 21px; 
    vertical-align: top;
    color: #969696;
} 
.hd7_13{
    font-style: normal;
    font-size: 12px;
    line-height: 19px; 
    vertical-align: top;
    color: #969696;
} 
.hd_5_bold{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.p1_20{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #585757;
}
.p2_16{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585757;
}
.p3_13{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
} 
.status_avatar{
    width: 8px;
    height: 8px; 
    border-radius: 100px;
    display: inline-block;
} 
.status_avatar_active{
    background: #0085FF; 
}
.status_avatar_success{ 
    background: #00BA34; 
}
.status_avatar_warning{ 
    background: #F98600; 
}
.status_avatar_danger{ 
    background: #E92C2C; 
} 
.text-warning{
    color: var(--warning);
}
.text-dark{
    color: var(--dark) !important;
}
.text-lightgray{
    color: var(--lightgray);
}
.text-lightgray_300{
    color: var(--lightgray_300) !important;
}  
.text-lightgray_100{
    color: var(--lightgray_100) !important;
}
.text-green{
    color: var(--green)  !important;
} 
.fit-content {
    width: fit-content;
}
.flex-vm-shrink {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.text-primary,
a.text-primary:hover,
a.text-primary:focus {
  color: var(--primary)  !important;
}  
.text-danger{
    color: var(--error);
} 
.label{
    font-size: 13px;
} 
.main-title{
    font-size: 50px;
    font-weight: 700; 
    color: var(--dark); 
}
.section-title{
    font-size: 32px;
    font-weight: 600; 
    color: var(--dark);
}
.subhead{
    font-size: 24px;
    font-weight: 400; 
    color: var(--dark);
}
.object-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    color: var(--dark); 
}
.link{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--dark);
}
.text-body1{
    font-size: 16px;
    font-weight: 400; 
    color: var(--dark);
}
.text-body2{
    font-size: 14px;
    font-weight: 400; 
    color: var(--dark);
}
.overline{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark);
}
.small{
    font-size: 11px !important;
    font-weight: 400 !important; 
    color: var(--dark);
}  
 
.text-normal {
    font-weight: 400 !important;
}  
 
.primary-btn-block{
    display: block;
    width: 100%;
    padding: 20px;
}  
.primary-button-fill {
    background-color: var(--primary);
    color: var(--light);
    border: var(--primary) 1px solid;
}
button[disabled], html input[disabled] {
    cursor: not-allowed;
}
.primary-btn-circle{
    border-radius: 50%;
    padding: 8px 14px;
    font-size: 20px;
    font-weight: 900;
    color: var(--dark);
}
.primary-btn-circle.large{
    padding: 20px 28px;
} 
.dark-light-text{
    color: rgba(36, 47, 64, 0.5);
}
.primary-text{
    color: var(--primary) !important;
} 
.danger-text{
    color: var(--error);
}
.lightgray_300-text{
    color: var(--lightgray_300) !important;
} 
.yellow-text{
    color: var(--yellow);
} 
.bgc-light{
    background-color: #fff !important;
}
.bgc-light-15{
    background-color: rgba(234,232,226,0.15);
}
.bgc-light-30{
    background-color: rgba(234,232,226,0.3);
} 
.bg-primary-9{
    background: linear-gradient(0deg, rgba(34, 178, 217, 0.09), rgba(34, 178, 217, 0.09)), linear-gradient(0deg, #FFFFFF, #FFFFFF); 
}
.bg-primary-1{
    background: rgba(34, 162, 217, 0.1);
} 
/****************************************************************************/
.flex-vm{
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.flex-vm-center{
    display: flex;
    align-items: center;
    justify-content: center;
} 
.flex{
    display: flex;
}
.flex-container, .xs-flex-container{
    display: flex;
}
.justify-center{
    justify-content: center;
}
@media (max-width: 1200px) {
    .flex-container{
        flex-direction: column;
    } 
}
@media (max-width: 768px) { 
    .xs-flex-container{
        flex-direction: column;
    }
}

.warning-menu-bar{
    float: right;
    margin-top: 7px;
}

.flex-0{
    flex: 0;
} 
.flex-1{
    flex-grow: 1 !important;
}
.flex-2{
    flex-grow: 2;
}
.flex-3{
    flex-grow: 3;
}
.flex-4{
    flex-grow: 4;
}
.flex-5{
    flex-grow: 5;
}
.flex-6{
    flex-grow: 6;
} 
/****************************************************************************/
.pt-10{
    font-size: 10px;
}
.pt-12{
    font-size: 12px;
}
.pt-13{
    font-size: 13px;
}
.pt-14{
    font-size: 14px;
}
.pt-15{
    font-size: 15px;
}
.pt-16{
    font-size: 16px;
}
.pt-17{
    font-size: 17px;
}
.pt-18{
    font-size: 18px;
}
.pt-19{
    font-size: 19px;
}
.pt-20{
    font-size: 20px;
}
.pt-21{
    font-size: 21px;
}
.pt-24{
    font-size: 24px;
    line-height: 32px;
}
.pt-25{
    font-size: 25px;
}
.pt-30{
    font-size: 30px;
}
.pt-35{
    font-size: 35px;
}
.pt-45{
    font-size: 45px;
}
.pt-60{
    font-size: 60px !important;
}
.pt-70{
    font-size: 70px;
} 
.mar-top-5{
    margin-top: 5px;
}
.mar-btm-5{
    margin-bottom: 5px;
} 
.mar-rgt-5{
    margin-right: 5px;
}

.mar-rgt-2{
    margin-right: 2px;
}
.pad-top-5{
    padding-top: 5px;
}
.pad-rgt-5{
    padding-right: 5px;
}  
.pad-lft-5{
    padding-left: 5px !important;
}   
.p-0-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
} 
.pb-0{
    padding-bottom: 0px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-30, .py-30 {
    padding-bottom: 30px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pt-30, .py-30 {
    padding-top: 30px !important;
}
.pt-0{
    padding-top: 0;
}
.m-btm-30{
    margin-bottom: 30px;
}
.m-rgt-5{
    margin-right: 5px;
}
.m-lft-5{
    margin-left: 5px;
}
.m-sm-top {
    margin-top: 10px !important;
}
.m-sm-bottom {
    margin-bottom: 10px !important;
}
.m-0 {
    margin: 0 !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.p-0-right {
    padding-right: 0 !important;
}
.m-0-bottom {
    margin-bottom: 0 !important;
}
.m-0-top {
    margin-top: 0 !important;
}
.m-md-top {
    margin-top: 20px !important;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-10, .my-10 {
    margin-top: 10px!important;
}
.mb-10, .my-10 {
    margin-bottom: 10px!important;
}  
.mb-100{
    margin-bottom: 100px !important;
}
.ml-8{
    margin-left: 8px;
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.ml-30{
    margin-left: 30px;
}
.ml-40{
    margin-left: 40px;
}
.ml-50{
    margin-left: 50px;
}
.mt-3{
    margin-top: 3px;
} 
.mt-5{
    margin-top: 5px;
} 
.mt-20{
    margin-top: 20px;
} 
.mt-30{
    margin-top: 30px;
} 
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-80{
    margin-top: 80px;
}
.mt-100{
    margin-top: 100px;
}
.mt-120{
    margin-top: 120px;
} 
.mr-10{
    margin-right: 10px;
}
.mr-20{
    margin-right: 20px;
}
.mr-30{
    margin-right: 30px;
}
.pdt-1{
    padding-top: 10px;
}
.pdl-1{
    padding-left: 10px;
}
.pdl-2{
    padding-left: 20px !important;
}
.pdl-3{
    padding-left: 30px;
}
.pd-15{
    padding: 15px !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.space-between {
    justify-content: space-between;
}
.duration_pricing_item{
    padding: 10px 5px;
    border: 1px solid #999;
    border-radius: 5px;
} 
.word_break{
    word-break: break-all;
}
/******************************************************** Service Color *******************************************************************/
.service-color-1--bd-light {
    background-color: #FF961B  !important;
}
.service-color-1--bd {
    border-color: #F98600 !important;
}
.service-color-1--app{
    background-color: rgba(249, 134, 0, .1) !important;
    color: #FF961B  !important;
    border: none !important;
}
.service-color-2--bd-light {
    background-color: rgba(255,0,0,.5) !important;
} 
.service-color-2--bd {
    border-color: red !important;
}
.service-color-2--app{
    background-color: rgba(255,0,0,.5) !important;
    color: rgba(255,0,0) !important;
    border: none !important;
}
.service-color-3--bd-light {
    background-color: rgba(196,0,255,.5) !important;
}
.service-color-3--bd {
    border-color: #c400ff !important;
}
.service-color-3--app{
    background-color: rgba(196,0,255,.1) !important;
    color: rgba(196,0,255) !important;
    border: none !important;
} 
.service-color-4--bd-light {
    background-color: rgba(0, 186, 52,.5) !important;
}
.service-color-4--bd {
    border-color: #00BA34 !important;
}
.service-color-4--app{
    background-color: rgba(0, 186, 52,.1) !important;
    color: rgba(0, 186, 52) !important;
    border: none !important;
}
.service-color-5--bd-light {
    background-color: rgba(0,85,255,.5) !important;
}
.service-color-5--bd {
    border-color: #05f !important;
}
.service-color-5--app{
    background-color: rgba(0, 85, 255,.1) !important;
    color: rgba(0, 85, 255) !important;
    border: none !important;
}
.service-color-6--bd-light {
    background-color: rgba(0,179,216,.5) !important;
}
.service-color-6--bd {
    border-color: #2FA4E6 !important;
} 
.service-color-6--app{
    background-color: rgba(0,179,216,.1) !important;
    color: rgba(0,179,216) !important;
    border: none !important;
}
.service-color-7--bd-light {
    background-color: rgba(0,38,255,.5) !important;
}
.service-color-7--bd {
    border-color: rgba(0,38,255) !important;
}
.service-color-7--app{
    background-color: rgba(0,38,255,.1) !important;
    color: rgba(0,38,255) !important;
    border: none !important;
}
.service-color-8--bd-light {
    background-color: rgba(0,178,255,.5) !important;
}
.service-color-8--bd {
    border-color: rgba(0,178,255) !important;
}
.service-color-8--app{
    background-color: rgba(0,178,255,.1) !important;
    color: rgba(0,178,255) !important;
    border: none !important;
}
.service-color-9--bd-light {
    background-color: rgba(102,0,255,.5) !important;
}
.service-color-9--bd {
    border-color: rgba(102,0,255) !important;
}
.service-color-9--app{
    background-color: rgba(102,0,255,.1) !important;
    color: rgba(102,0,255) !important;
    border: none !important;
} 
.service-color-10--bd-light {
    background-color: rgba(255,0,127,.5) !important;
}
.service-color-10--bd {
    border-color: rgba(255,0,127) !important;
}
.service-color-10--app{
    background-color: rgba(255,0,127,.1) !important;
    color: rgba(255,0,127) !important;
    border: none !important;
}

.service-color-11--bd-light {
    background-color: rgba(0,230,142,.5) !important; 
}
.service-color-11--bd {
    border-color: rgba(0,230,142) !important;
}
.service-color-11--app{
    background-color: rgba(0,230,142,.1) !important;
    color: rgba(0,230,142) !important;
    border: none !important;
}

.service-color-12--bd-light {
    background-color: rgba(200,255,0,.5) !important;
}
.service-color-12--bd {
    border-color: rgba(200,255,0) !important;
} 
.service-color-12--app{
    background-color: rgba(200,255,0,.1) !important;
    color: rgba(200,255,0) !important;
    border: none !important;
}

.service-color-13--bd-light {
    background-color: rgba(255,46,227,.5) !important;
} 
.service-color-13--bd {
    border-color: rgba(255,46,227) !important;
}
.service-color-13--app{
    background-color: rgba(255,46,227,.1) !important;
    color: rgba(255,46,227) !important;
    border: none !important;
}

.service-color-14--bd-light {
    background-color: rgba(242,0,255,.5) !important;
}
.service-color-14--bd {
    border-color: rgba(242,0,255) !important;
}
.service-color-14--app{
    background-color: rgba(242,0,255,.1) !important;
    color: rgba(242,0,255) !important;
    border: none !important;
}

.service-color-15--bd-light {
    background-color: rgba(0,132,255,.5) !important;
}
.service-color-15--bd {
    border-color: rgba(0,132,255) !important;
}
.service-color-15--app{
    background-color: rgba(0,132,255,.1) !important;
    color: rgba(0,132,255) !important;
    border: none !important;
}

.service-color-16--bd-light {
    background-color: rgba(255,47,0,.5) !important;
}
.service-color-16--bd {
    border-color: rgba(255,47,0) !important;
}
.service-color-16--app{
    background-color: rgba(255,47,0,.1) !important;
    color: rgba(255,47,0) !important;
    border: none !important;
}

.service-color-17--bd-light {
    background-color: rgba(189,0,94,.5) !important;
}
.service-color-17--bd {
    border-color: rgba(189,0,94)  !important;
}
.service-color-17--app{
    background-color: rgba(189,0,94,.1) !important;
    color: rgba(189,0,94) !important;
    border: none !important;
}
.service-color-18--bd-light {
    background-color: rgba(189,0,0,.5) !important;
}
.service-color-18--bd {
    border-color: rgba(189,0,0) !important;
}
.service-color-18--app{
    background-color: rgba(189,0,0,.1) !important;
    color: rgba(189,0,0) !important;
    border: none !important;
}

.service-color-19--bd-light {
    background-color: rgba(0,217,255,.5) !important;
}
.service-color-19--bd {
    border-color: rgba(0,217,255) !important;
}
.service-color-19--app{
    background-color: rgba(0,217,255,.1) !important;
    color: rgba(0,217,255) !important;
    border: none !important;
}
 
.service-color-20--bd-light {
    background-color: rgba(149,0,255,.5) !important;
}
.service-color-20--bd {
    border-color: rgba(149,0,255) !important;
}
.service-color-20--app{
    background-color: rgba(149,0,255,.1) !important;
    color: rgba(149,0,255) !important;
    border: none !important;
}

.service-color-21--bd-light {
    background-color: rgba(224,0,0,.5) !important;
}
.service-color-21--bd {
    border-color: rgba(224,0,0) !important;
}
.service-color-21--app{
    background-color: rgba(149,0,255,.1) !important;
    color: rgba(149,0,255) !important;
    border: none !important;
}

.service-color-22--bd-light {
    background-color: rgba(0,209,24,.5) !important;
}
.service-color-22--bd {
    border-color: rgba(0,209,24) !important;
}
.service-color-22--app{
    background-color: rgba(0,209,24,.1) !important;
    color: rgba(0,209,24) !important;
    border: none !important;
}

.service-color-23--bd-light {
    background-color: rgba(111,255,0,.5) !important;
}
.service-color-23--bd {
    border-color: rgba(111,255,0) !important;
}
.service-color-23--app{
    background-color: rgba(111,255,0,.1) !important;
    color: rgba(111,255,0) !important;
    border: none !important;
}

.service-color-24--bd-light {
    background-color: rgba(255,0,174,.5) !important;
}
.service-color-24--bd {
    border-color: rgba(255,0,174) !important;
}
.service-color-24--app{
    background-color: rgba(255,0,174,.1) !important;
    color: rgba(255,0,174) !important;
    border: none !important;
}

.service-color-25--bd-light {
    background-color: rgba(230,0,115,.5) !important;
}
.service-color-25--bd {
    border-color: rgba(230,0,115) !important;
}
.service-color-24--app{
    background-color: rgba(230,0,115,.1) !important;
    color: rgba(230,0,115) !important;
    border: none !important;
}

.service-color-26--bd-light {
    background-color: rgba(255,234,0,.5) !important;
}
.service-color-26--bd {
    border-color: rgba(255,234,0) !important;
}
.service-color-26--app{
    background-color: rgba(255,234,0,.1) !important;
    color: rgba(255,234,0) !important;
    border: none !important;
} 

.service-color-27--bd-light {
    background-color: rgba(255,187,0,.5) !important;
}
.service-color-27--bd {
    border-color: rgba(255,187,0) !important;
}
.service-color-27--app{
    background-color: rgba(255,187,0,.1) !important;
    color: rgba(255,187,0) !important;
    border: none !important;
}

.service-color-28--bd-light {
    background-color: rgba(0,242,194,.5) !important;
}
.service-color-28--bd {
    border-color: rgba(0,242,194) !important;
}
.service-color-28--app{
    background-color: rgba(0,242,194,.1) !important;
    color: rgba(0,242,194) !important;
    border: none !important;
}

.service-color-29--bd-light {
    background-color: rgba(157,255,0,.5) !important;
}
.service-color-29--bd {
    border-color: rgba(157,255,0) !important;
}
.service-color-29--app{
    background-color: rgba(157,255,0,.1) !important;
    color: rgba(157,255,0) !important;
    border: none !important;
} 
.service-color-30--bd-light {
    background-color: rgba(15,224,0,.5) !important;
}
.service-color-30--bd {
    border-color: rgba(15,224,0) !important;
}
.service-color-30--app{
    background-color: rgba(15,224,0,.1) !important;
    color: rgba(15,224,0) !important;
    border: none !important;
}

.service-color-31--bd-light {
    background-color: rgba(255,140,0,.5) !important;
}
.service-color-31--bd {
    border-color: rgba(255,140,0) !important;
} 
.service-color-31--app{
    background-color: rgba(255,140,0,.1) !important;
    color: rgba(255,140,0) !important;
    border: none !important;
}
 
.service-color-32--bd-light {
    background-color: rgba(229,255,0,.5) !important;
}
.service-color-32--bd {
    border-color: rgba(229,255,0) !important;
}
.service-color-32--app{
    background-color: rgba(229,255,0,.1) !important;
    color: rgba(229,255,0) !important;
    border: none !important;
}
/*************************************************************************************************/
.color-picker-modal_serviceColorCircle {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 12px;
    border-radius: 50%;
    cursor: pointer;

    border: 2px solid #FFFFFF;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 1px rgb(0 0 0 / 6%), 0px 1px 1px rgb(0 0 0 / 8%);

}
.color-picker-modal_tickIcon{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}
.service-details_media{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.service-details_upload{
    margin: 3px;
    width: 480px;
    height: 170px; 
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
     
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 16px; 
    background: #F7F7F7; 
    border: 2px dashed #E8E8E8;
    border-radius: 6px; 
    flex: none; 
    flex-grow: 0;  
}
.service-details_uploadImage{
    color: #8c8b88;  
    /* display: block !important; */
    margin-right: 8px;
    text-align: center;
} 
.service-details_imagesList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 200px;
}
.service-details_image{
    margin: 3px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 228px;
    height: 144px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 4px;
    cursor: pointer;
} 
.b-modal_modal{
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 1.5rem;
    overflow: auto;
    overscroll-behavior-y: contain;
    padding: 0px !important;
    background-color: rgb(0, 0, 0) !important;
    display: none;
} 
.b-modal_modal header{
    width: 100%;
    padding: 1.5rem;    
} 
.cr-slider{
   display: none;
}

.img_show_content{
    height: calc(100% - 80px);
    width: 100%; 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; 
}

@media (max-width: 480px) { 
    .business-header_header_28oO2 {
        width: 600px;
    }
} 
.business-header_header{
    border-radius: 8px;
    height: 360px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    z-index: 2;
    max-width: 100%;
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
} 
/* .column, .flex, .row {
    --grid-gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} */
.business-header_actionRow  {
    max-height: 32px 
}
.business-header_nameRow {
    padding-bottom: 4px;
}
.flex-center, .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.business-avatar_logoWrapper-comment {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #D6D6D7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-avatar_logoWrapper {
    position: relative;
    width: 112px;
}
.business-avatar_logoWrapper_top {
    position: relative;
}
.business-avatar_logoWrapper.map_sidebar_log_logWrapper {
    width: 80px !important;
}
.business-avatar_logoWrapper.xs {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-avatar_logoWrapper.xxs {
    width: 35px;
}
/* .mainnav-sm .business-avatar_logoWrapper.xs {
    width: 40px;
    left: 5px;
}  */
.icon-business-profile{
    /* font-size: 60px; */
}
.xs .icon-business-profile{
    font-size: 24px;
}
.icon-business-profile1{
    font-size: 11px;
}

.mainnav-sm .xs .icon-business-profile{
    font-size: 15px;
}

.business-avatar_logoPlaceholder  {
    width: 112px;
    height: 112px;
    border: 4px solid #fff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d6d6d7;
}
.business-avatar_logoPlaceholder_top  {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d6d6d7;
    font-size: 14px !important;
}
.business-avatar_logo {
    width: 112px;
    height: 112px;
    border: 4px solid #fff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.business-avatar_logo_award {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.award_achievement_img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    -o-object-fit: cover;
    object-fit: cover;
}
.plan_item_lock {
    width: 100%;
    height: 180px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: white; */
    border-radius: 10px;
    /* border: 1px solid #E8E8E8; */
}
.mainnav-sm .xs.footer-mobile-center {
    display: flex;
    justify-content: center;
    width: 54px;
}
.mainnav-sm .footer-nav-achievement {
    /* width: 54px; */
    transition: width 0.5s ease-in-out;
}
.business-avatar_logo_top {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
}
#notification_badge {
    font-size: 0.8rem !important;
}
.award_item_bottom {
    border: 1px solid rgba(34,162, 217, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}
.footer-nav-achievement {
    position: absolute;
    bottom: 30px;
    transition: width 0.5s ease-in-out;
    /* width: 300px; */
}
 
.business-avatar_logo-comment {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xs .business-avatar_logoPlaceholder{
    width: 60px;
    height: 60px;
} 
.xxs .business-avatar_logoPlaceholder{
    width: 35px;
    height: 35px;
}

.mainnav-sm .xs .business-avatar_logoPlaceholder{
    width: 40px;
    height: 40px;
}
.detailed_page_content.business-avatar_logoPlaceholder{
    width: 60px !important;
    height: 60px !important;
}
.detailed_page_content.business-avatar_logoPlaceholder.custom_log_Wrapper{
    width: 80px !important;
    height: 80px !important;
}

.xs .business-avatar_logoPlaceholder.cart{
    width: 48px;
    height: 48px;
}
.xs .business-avatar_logo{
    width: 60px;
    height: 60px;
}
.xxs .business-avatar_logo{
    width: 35px;
    height: 35px;
}
 
.business-header_businessName  {
    color: #fff;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 200px;
}

.service_name_span{
    border-left: 2px solid;
    margin-left: 10px;
    padding-left: 10px;
}
.voucher-service_serviceWrapper{
    flex: 2;
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    border-left: 3px solid;
    width: 90%;
}
.voucher-service_item{
    flex: 1;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.voucher-service_size--16_Si_Sf {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}
.voucher-service_serviceHeader_4e-l6 {
    line-height: 16px;
    margin-left: 12px;
    margin-bottom: 8px;
}
.voucher-service_size--12_2xbIY {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
}
.voucher-service_serviceSubHeader_19wp3 {
    line-height: 12px;
    color: #8c8b88;
    margin-left: 12px;
}
.voucher-service_serviceRemove_2PQ6i {
    color: #ef153d;
    cursor: pointer;
}
.service_item_list, .service_item_list_all{
    padding: 16px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-bottom: 14px;
    border: 1px solid #dbdbdb;
}
.service_action_group{
    display: none;
}
.voucher-service_serviceInputs_34sIn{
    margin: 0 -12px;
    padding-top: 20px;
}
.services-multi-selector_optionSeparator_2Fn74 {
    margin: 0 1rem 0 12px;
    width: 3px;
    height: 32px;
}  
.btn-w-100{
    width: 100px;
} 
.btn-w-125{
    width: 125px;
}
 
.panel-title{
    padding: 10px 20px;
}
.time_tr td{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#mainnav-menu a {
    font-size: 16px;
}
.book-service_item_list{
    background-color: #f9f9f9;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.membership_history_item{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.membership_history_item_left{
    vertical-align: middle;
    font-size: 25px; 
    margin-right: 10px;
} 
/* .nav-tabs>li.active{
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}  */
/* .tab-content{
    border: 1px solid #cacaca;
    box-shadow: 0.1em 0.3em 0.5em rgb(0 0 0 / 30%);
} */

.inline-pannel{
    box-shadow: none;
}
.panel-controlled{
    padding: 24px;
}
.panel-controlled  .panel-control {
    float: left;
}  
.panel-controlled .panel-heading {
    height: 42px;
}
.panel-controlled  .panel-control .nav-tabs > li:not(.active) {
    opacity: 1;
}
.panel-controlled  .panel-control .nav-tabs > li:not(.active) a:hover {
    background-color: unset;
}
.membership_item{
    cursor: pointer; 
}
.voucher-service_size--16-sb_3ON34{
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5em;
}
/******************************************************************************/
input[type=radio].custom-magic-radio, input[type=checkbox].custom-magic-checkbox {
    position: fixed;
    z-index: -50;
    top: -2000px;
}

.custom-magic-radio+label:before {
    border-radius: 50%;
} 
.custom-magic-radio+label:not(:empty), .custom-magic-checkbox+label:not(:empty) {
    margin: 0 5px 0 0;
    text-indent: 25px;
}
.custom-magic-checkbox+label {
    min-height: 17px;
    min-width: 17px;
}

.custom-magic-radio+label, .custom-magic-checkbox+label {
    cursor: pointer;
    display: inline-block; 
    padding: 0;
    position: relative;
    vertical-align: middle;
} 
.custom-magic-checkbox+label:before {
    border-radius: 2px;
}
.custom-magic-radio+label:before, .custom-magic-checkbox+label:before {
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 7%);
    content: '';
    display: block; 
    left: 0;
    position: absolute;
    top: 0; 
    transition: all 0.3s;
}
.custom-magic-radio+label:before, .custom-magic-checkbox+label:before {
    width: 22px;
    height: 22px;
    top: 1px;
}
.custom-magic-radio+label:after, .custom-magic-checkbox+label:after {
    content: '';
    display: none;
    position: absolute;
}
.custom-magic-radio:checked+label:after, .custom-magic-checkbox:checked+label:after {
    display: block;
}
.custom-magic-checkbox+label:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    box-sizing: border-box; 
    transform: rotate(48deg); 
} 
.custom-magic-radio:checked+label:after, .custom-magic-checkbox:checked+label:after {
    display: block;
}  

.custom-magic-checkbox:checked+label:before {
    background: var(--primary);
    border-color: var(--primary);
    width: 22px;
    height: 22px;
    top: 1px;
}
.custom-magic-radio+label, .custom-magic-checkbox+label {
    font-size: 17px;
} 
.custom-magic-checkbox+label:after {  
    height: 20px;
    left: 6px;
    top: 0;
    width: 10px;
}
.custom-magic-radio:checked+label:before {
    border: 2px solid var(--primary);
}
.active_disabled .custom-magic-radio:checked+label:before {
    border: 2px solid var(--lightgray_300);
}

.custom-magic-radio+label:after {
    background: var(--primary);
    border-radius: 50%;
    height: 14px;
    left: 4px;
    top: 5px;
    width: 14px; 
}   
.active_disabled .custom-magic-radio+label:after {
    background:  var(--lightgray_300);
}

.avatar_img{
    width: 60px;
    height: 60px; 
}
.avatar_img.cart{
    width: 48px;
    height: 48px; 
}
#navbar { 
    z-index: 900;
}

.package_item, .membership_item{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
.package_item:hover, .membership_item:hover{
    background-color: #f4f4f4;
}

/************************************************/
ul.appointment_ul {
    list-style: none;
    padding-left: 0;
} 
.list_appointment {
    cursor: pointer;
} 
.appointment_appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
}
.appointment-date_date{
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    text-transform: capitalize;
    max-width: 100px;
}

.appointment-date_size--12_3Djhn {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
}
.appointment-date_day_16tSN, .appointment-date_hour_325nV, .appointment-date_month_3UW-H {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
}
.appointment-date_size--20_2zrPz {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}
.appointment_info_3_RuS {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2;
} 
.appointment_status_2aNUo {
    margin: 0 -3px 10px -3px;
} 
.appointment-status_statusWrapper_3TxqT {
    line-height: 12px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: .2em .6em .2em;
    margin: 0 3px;
} 
.appointment-status_statusGreen_3xAmE {
    background-color: var(--secondary);
} 
.appointment-status_primary{
    background-color: var(--primary);
}
.appointment-status_success{
    background-color: var(--success);
}
.appointment-status_error{
    background-color: var(--error);
}
.appointment-status_authorized{
    background-color: #ff5e00;
    color: #fff;
}
.appointment-status_size--9_13uKK {
    font-size: 9px;
    font-weight: 500;
    line-height: 1.55556em;
}
.appointment-service_service_17PCZ {
    position: relative;
    padding-left: 5px;
    word-break: break-word;
}
.appointment-service_serviceBar_24JLw {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 28px;
    width: 3px;
    height: 100%;
}
.service-color-1--bg-2 {
    background-color: #ff5e00;
}
.appointment-service_size--14_2zOBe {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57143em;
}
.appointment-service_serviceHeader_1Zcpq {
    line-height: 14px;
    margin-left: 12px;
    margin-bottom: 7px;
}
.appointment-service_size--12_39wih {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
}
.appointment-service_serviceSubHeader_lBvML {
    color: #a9a9a9;
    margin-left: 12px;
}
.appointment_additionals_K2Lit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
} 
.appointment_additionalsLonger_2wvFk, .appointment_total_31Pwi{
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
} 
.appointment_redo_33pRq {
    padding: 0 12px;
}
.appointment_additionalsLonger_2wvFk, .appointment_total_31Pwi {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.appointment_size--16-sb_2Ib2F {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}
.appointment_total_31Pwi {
    margin-top: 21px;
    text-align: center;
    vertical-align: middle !important;
}
.list_hr_Zu8mn {
    color: #ebebeb;
    margin: 13px 0;
} 
/************************************************/
.client-details-item{
    display: flex; 
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*******************************************************  Swticher Widget ************************************************/
.Switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer; 
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    font-size: 16px; 
    text-transform: uppercase; 
    will-change: transform;
    background-color: rgba(33,179,217,0.1);
    background-color: #F7F7F7;
    color: #585757;
    font-weight: 500;
    border: 2px solid #f7f7f7;
} 
.Switcher::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%;
    border-radius: inherit;
    background-color: #FFFFFF;
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;

   
}
.Switcher__checkbox:checked + .Switcher::before {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
}
.Switcher__trigger {
    position: relative;
    z-index: 1; 
    padding: 8px 14px;
}
.Switcher__trigger::after {
    content: attr(data-value);
}
.Switcher__trigger::before {
    --i: var(--x);
    content: attr(data-value);
    position: absolute;
    color: #1c1c1c;  
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: calc((var(--i) + 1) / 2);
    -webkit-transition-delay: calc(.3s * (var(--i) - 1) / -2);
            transition-delay: calc(.3s * (var(--i) - 1) / -2);
}
.Switcher__checkbox:checked + .Switcher .Switcher__trigger::before {
--i: calc(var(--x) * -1);
}
.Switcher__trigger:nth-of-type(1)::before {
--x: 1;
}
.Switcher__trigger:nth-of-type(2)::before {
--x: -1;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
} 
.switcher-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-perspective: 750px;
        perspective: 750px;
    color: #21b3d9; 
} 
/***************************************************************/
.business_content_item{
    flex-grow: 1;
    display: flex;
    padding: 15px; 
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 11%);
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.business_content_date_item{ 
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
}
.business_content_main_item{
    flex-grow: 1;
    padding-left: 15px;
    border-left: 4px solid var(--primary);
    text-align: left;
}
.business_appointment_item{
    display: flex; 
} 
/********************************************/
.category_stuff.closed{
    border-bottom: 1px solid #ccc;
}
.category_stuff.closed .category-items{
    display: none; 
}
.category_stuff .anchor-down, .category_stuff.closed .anchor-up{
    display: none;
} 
.category_stuff.closed .anchor-down{
    display: block;
}
.inhighlighted{
    opacity: 0.5 !important;
}

.main-form-control{
    height: 40px;
    font-size: 16px; 
    border-radius: 3px;
    box-shadow: none;
    background-color: white;
    border: 1px solid rgba(70, 73, 76, 0.2);
    transition-duration: .5s;
    color: var(--dark);
    display: block;
    width: 100%;
    padding: 6px 12px;
}  
.main-form-control.large{
    height: 60px;
}    
textarea.main-form-control.large, textarea.main-form-control{
    height: auto;
} 
.has-error .main-form-control{
    border-color: var(--error);
    padding-right:calc(1.5em + 1rem);
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right calc(.375em + .25rem) center;
    background-size:calc(.75em + .5rem) calc(.75em + .5rem)
} 
.main-form-control:focus, .main-form-control:focus-visible {
    border-color: var(--dark);
    box-shadow: none;
    transition-duration: .5s;
    color: var(--dark);
    outline: none;
}
.has-error .main-form-control:focus, .has-error .main-form-control:focus-visible {
    border-color: var(--error);
} 
.main-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(70, 73, 76, 0.5);
}
.main-form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(70, 73, 76, 0.5);
}
.main-form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(70, 73, 76, 0.5);
}
.main-form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(70, 73, 76, 0.5);
} 

/******************************** Nav Bar ******************************/
.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-wrap{
    padding: 20px 5px !important;
    border-top: 1px solid rgba(70,73,76,0.2);
    border-bottom: 1px solid rgba(70,73,76,0.2);
}
.navbar-top-links>li>a{
    color: var(--primary);
    font-weight: bold;
}
/* .navbar-top-links>li>a:not(.mainnav-toggle)>i {
    color: var(--primary);
} */
.navbar-top-links>li>a:hover {
    background-color: #fcfcfc !important;
    color: var(--primary);
    transition: all 0.4s;
    font-weight: bold;
}
.navbar-top-links>.open>a, .navbar-top-links>.open>a:focus {
    background-color: #fff !important;
    color: var(--primary);
    box-shadow: none !important;
}
.vm-center-item{
    display: flex;
    align-items: center;
}
.posreader-action-item{ 
    border: 2px solid #efefef;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    flex-grow: 1;
}
.posreader-action-item:hover{
    background-color: #eee;
}
.posreader-action-item.offline{ 
    cursor: not-allowed;
}

.rounded_item_60{
    border-radius: 50%;
    height: 50px;
    background-color: var(--light);
    width: 50px;
    display: inline-block; 
    position: relative;

    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    object-fit: cover;
    display: flex;
}
.rounded_item_60 i{
    font-size: 20px;
}
.vm{
    vertical-align: middle !important;
}
.credits-history-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

.later-option-control{
    height: 43px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.07);
    transition-duration: .5s;
}
.later-option-control-label:before{
    top: 10px !important;
} 
.magic-radio:checked+.later-option-control-label:after {
    top: 14px !important;
}
.review-details-button{
    cursor: pointer;
}
.review-item-details{
    display: none;
}
.review-item-part{
    display: none;
}
.review-item-part.active{
    display: block;
} 
/************************************************************************************************/
 
.switch-td{
    width: 55px;
}
.switchery{
    width: 50px;
} 
.location_profile_preview{
    margin-right: 5px;
    cursor: pointer;
} 
/* .modal .modal-right-side{
    top: 20px;
    left: 20px;
    margin-top: -0.75em;
    left: 20px;
    right: auto;
    position: absolute;
    background-color: transparent !important;
    font-size: 36px;
}  */ 
.modal .modal-right-side{
    top: 22px;
    left: 20px;
    right: auto;
    position: absolute;
    background-color: transparent !important;
    font-size: 36px;
}
.modal .modal-body, .modal .modal-footer{
    padding-left: 84px;
    text-align: left;
}
.credtis_value_group{
    padding: 20px;
    background: #f7f7f7;
    border-radius: 4px;
}
.review_content_group{
    background: #F7F7F7;
    border-radius: 8px;
    padding: 8px 14px;
}
.integration-item{
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 24px 16px !important;
    /* margin: 24px 12px; */
    cursor: pointer;
    height: 100%;
}
.integration-item-img{
    border: 1px solid #E8E8E8;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.integration_text_content{
    padding: 0 18px;
} 
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-wrap: wrap;
}    
.row.row-eq-height [class*="col-"]{ 
  /* margin-bottom: 30px; */ 
}  

/************************************************ Auth *************************************/
.h-100 {
    min-height: 100vh !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
} 
.back-auth{
    background: linear-gradient(0deg, rgba(34, 178, 217, 0.15), rgba(34, 178, 217, 0.15)), url(../img/auth_bg.png);
}
.signin-business-auth{
    background: rgba(34, 162, 217, 0.1); 
} 
.business_auth_detail{
    padding: 67px 52px 32px;
} 
.auth_head{
    padding: 20px 0px; 
    max-width: 570px;
    margin: 0 auto;
}

.auth_head_location{
    padding: 20px 0px; 
    max-width: 770px;
    margin: 0 auto;
}


.auth_form{
    border: 1px solid #E7F0F9;
    border-radius: 8px;
    padding: 24px;
    background-color: #fff;
}
.reveal_password span{
    cursor: pointer;
}

.blocked_item{
    border-radius: 30px;
    height: 36px;
    background: rgba(34, 178, 217, 0.15);
    display: inline-block;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 13px;
    color: #22B2D9;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.blocked_item.active{
    background: #22B2D9;
    color: #fff;
}

.no_box_shadow{
    box-shadow: none;
}
.payment_plan_item, .main_service_item{
    padding: 24px;
    border: 1px solid #E8E8E8;  
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;   
    margin-bottom: 24px;
} 

.plan_item_contain{
    margin-bottom: 25px;
}
.plan_item{
    padding: 20px; 
    margin: 0 auto;
    height: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    max-width: 350px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    cursor: pointer;
    background: linear-gradient(#EBF7FC, 60%, #fff, transparent);
    
}
.plan_item.a{
    background: #FDF2F0;
}
.plan_item.b{
    background: #E1E2F5;
}
.plan_item.c{
    background: #FFF4D4;
}
.plan_item.d{
    background: #BEDBED;
}
.plan_item.e{
    background: #E4DFD9;
}
.plan_item.f{
    background: #FFF2E1;
}
.plan_item.g{
    background: #BCDBD6;
}
.plan_item.h{
    background: #FFF0CF;
}
.plan_item.i{
    background: #B7EAE3;
}
.eva-outline-button {
    font-size: 12px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    display: flex;
    align-items: center;
    
}
.contain-earning-points {
    display: flex;
    justify-content: end;
    align-items: center;
    /* position: absolute;
    top: 16px;
    right: 35px; */
    span {
        z-index: 10;
    }
}
.lock-container {
    position: relative;
}
 

.award-lock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    background: rgb(12, 12, 12, 0.32);
    /* background-color: ; */
}
.award-font{
    color: black !important;
    
}
.visit-days{
    position: absolute;
    top: 26px;
    left: 35px;
    font-size: 18px;
}
.award_lock_avatar{
    width: 50px;
}
.achievement-sidebar{
    background-color: #38ABDD;
    padding: 16px;
    margin-inline: 16px;
    border-radius: 10px; 
    width: 265px;
    visibility: visible;
    transition: width 0.3s ease-in-out;
}
 .contain-mainnav-pos {
    position: fixed !important;
 }
 .contain-mainnav-menu {
    position: relative;
 }
.sidebar-award {
    background: #88CDEB; 
    border-radius: 50%; 
    width: 24px; 
    height: 24px; 
    display: flex;
    justify-content: center; 
    align-items: center;
}
.navbar-header.lms_sidebar {
    position: fixed;
    top: 0px !important;
}
.navbar-brand.lms_sidebar{
    height: 79px !important;
    padding-top: 20px !important;
}
.radio-label-item{
    cursor: pointer;
}

.service-details_media_1{
    border: 1px dashed #878787;
    padding: 10px;
    cursor: pointer;
}
.service-details_upload_avatar{
    margin: 0 auto;
    width: 100%;
    height: 170px;
    max-width: 170px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 16px;
    background: #F7F7F7;
    border: 2px dashed #E8E8E8;
    /* border-radius: 6px; */
    flex: none;
    flex-grow: 0;
}
#course_image_avatar {
    width: 170px;
    max-width: 170px;
    border-radius: 50%;
}
.course_image-group-avatar{
    position: relative;
    overflow: hidden;
    z-index: 2;
    max-width: 100%;
    padding: 1.5rem;
}
.service-details_upload_1{
    text-align: center; 
    font-size: 16px;
    height: 360px;
} 
.no-image_uploads{
    text-align: center; 
    font-size: 16px;
    padding-bottom: 70px;
} 
.workspace_image{
    border-radius: 8px;
    height: 360px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    z-index: 2;
    max-width: 100%;
} 
.mainnav-lg .navbar-header .brand-icon{
    margin-left: 25px;
}

.mainnav-sm  .location_profile_preview{
    display: none !important;
}
.brand-icon-collapse{
    cursor: pointer;
}
.mainnav-sm  .brand-icon-collapse{
    display: none !important;
}

.navbar-header .plan_part{
    color: #fff;
    margin-left: 14px;
    margin-top: 10px;
}
.mobile-navbar-header {
    display: none;
}
@media (max-width:768px){
    .mobile-navbar-header {
        display: block;
    }
}
.mobile-navbar-header .plan_part{
    color: #fff;
    margin-left: 14px;
}
.mainnav-sm .navbar-header .plan_part {
    display: none;
}
.navbar-header .plan_part .top_text{ 
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; 
    margin-bottom: 2px;
}
.navbar-header .plan_part .plan_text{  
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.mobile-navbar-header .plan_part .top_text{ 
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; 
    margin-bottom: 7px;
}
.mobile-navbar-header .plan_part .plan_text{  
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
} 
.footer-nav-group {
    padding: 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mainnav-sm .footer-nav-group {
    padding-left: 2px;
    padding-right: 2px;
}
.profile_tab .business-avatar_logo{
    width: 48px;
    height: 48px; 
}
.mainnav-sm .profile_tab .text-part{
    display: none;
}

.mainnav-sm .achievement-sidebar{
    width: 0px;
    visibility: hidden;
    transition: width 0.3 ease-in-out;
}
.xs.footer-mobile-center {
    /* margin-top: 54px; */
    display: none;
}
.nano.menu-lms {
    height: 73% !important;
    overflow-y: auto;
}
.award-font-grey {
    color: #585757;
}
.btn-navbar-action{
    padding: 4px 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 6%);
    border-radius: 8px;
} 
.mainnav-lg .menu-title{
    padding-left: 12px;
}
#page-head{
    padding-left: 10px;
}

.rounded_span{
    padding: 2px 10px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    text-align: center;
}
.rounded_span.blue{
    color: #1998CE;
    background-color: #2FA4E61A;
}
.modal  .modal-dialog.modal-full{
    width: 100%;
    margin: 0px;
}
.modal-dialog.modal-full .modal-body{
    padding: 0;
    display: flex !important;
    flex: 1 1 auto;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 0;
}
.modal-full .modal-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
}
.modal-full .full_body{
    display: flex;
    flex-direction: column;
    flex-shrink: unset !important;
    flex-grow: 1;
    min-height: 0;
    max-width: 100%;
    position: relative;
}
.modal-full .full_body_content{
    flex-direction: row;
    overflow-y: hidden;
    max-height: 100%;
    display: flex;
    flex-grow: 1;
    flex-basis: auto;
    height: 100%;
    overflow-x: hidden;
} 
.modal-full .control-part{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-basis: 33.3%;
    min-width: 400px;
    max-width: 448px;
    flex-grow: 0;
    order: 1;
    border-left: 1px solid #d5d7da;
    background-color: #fff;

    overflow-x: hidden;
    overflow-y: auto;
} 
.modal-full .main-work-part{
    flex-grow: 1;
    position: relative;
    flex-basis: 66.7%;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-full .main-work-content{
    display: flex;
    flex-direction: column;
    max-width: 900px;
    padding: 24px 40px;
    margin: 0 auto;
} 
.modal-full .control-part-content, .modal-full .client_detail_group{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}  
.modal-full .control-part-button-group{
    width: 100%;
    border-top: 1px solid #d5d7da;
    padding: 16px 24px; 
} 
.modal-full .control-content{
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
    position: relative;
} 
.modal-full  .list-group{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
} 
.app_date_picker{
    position: absolute;
    z-index: 10000000;
    background-color: #fff; 
    border: 1px solid #d5d7da;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgb(16 25 40 / 10%);
    border-color: #d5d7da;
}
/****************************************************************************************/
.appointment_repentance_group{
    display: none;
} 
.holistico_popup_modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(135,140,147,.5);
}
.holistico_popup_modal_content .holistico_popup_arrow{
    left: calc(50% - 8px);
    position: absolute;
    height: 16px;
    width: 16px;
    overflow: hidden;
    transform: scale(1.5);
    top: -20px !important;
}
.holistico_popup_modal header{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;    
    border-bottom: 1px solid #bbb;
}

.holistico_popup_modal header .header-title{
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
} 

.holistico_popup_modal_content .holistico_popup_arrow::before {
    background-color: #fff;
    color: #101928; 
    top: 12px;
    left: 2px;
    border-color: #d5d7da !important;
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    border: 1px solid #d5d7da;
}

.holistico_popup_modal_content{
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 250ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 250ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    width: 377px; 
    z-index: 2000;
    background-color: #fff; 
    position: fixed;
    left: 909.805px;
    top: 150px;
}
.holistico_popup_modal_content.holistico_popup_content-md{ 
    width: 576px;
    max-width: 576px; 
}

.holistico_popup_modal_content .holistico_popup_content{
    border-radius: 2px; 
    align-items: flex-start;
    font-size: 12px;
    line-height: 14px;
    padding: 7px;
    position: relative;
    text-align: left;
    /* white-space: pre-line;*/
    min-width: 32px;
    border: 1px solid #d5d7da;
    width: 100%;
}

.holistico_popup_modal_content_body, .holistico_popup_modal_content_footer{
    padding: 20px 10px;
}
.holistico_popup_modal_content_footer{
    border-top: 1px solid #d5d7da;
}

/*****************************************************************************************/
.holistico-dropup-button.active,  .holistico-dropup-button:not(.disabled):not(:disabled):hover{
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
} 
#container .fc-button, #container .fc button {
    color: #000 !important;
    font-size: 16px !important;
}

.select_appointment_time_block{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: var(--primary);
    z-index: 9000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 8px 0;
    flex-shrink: 0;
    font-size: 20px;
}
.select_appointment_time_block_close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
} 
.active_selectable .fc-time-grid .fc-slats { 
    z-index: 7;
}
.fc-slats .fc-widget-content:hover{
    background-color: rgba(234,232,226,0.7); 
}
.daterangepicker{
    z-index: 90000 !important;
}
.lh-10{
    line-height: 10px;
}
.credit_card_required_group{
    background-color: #E8E8E8;
    padding: 12px;
}
.credit_card_required_group.disabled{
    cursor: not-allowed;
}

.take_deposit_add_tooltip {
    width: 100%;
    text-indent: 0px !important;
}
.first-element {
    margin-left: 40px;
}

.appointment_control_group.sticky{
    position: fixed !important;
    top: 0px; 
    left: 50px;
}

.no-whitespace{
    white-space: unset !important;
} 
.adjust-100{
    width: 100% !important;
} 
.adjust-height-100{
    height: 100%  !important;
} 
/********************* Profile preview ************************************/
.business_selectable_item{
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-right: 24px;
    width: 350px; 
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}
.business_selectable_item_live{
    flex-direction: column;
    align-items: center;
    /* padding: 10px; */
    margin-right: 10px;
    margin-bottom: 24px;
    width: 320px; 
    border: 1px solid #f1eded;
    border-radius: 8px;
    display: inline-block;
    /* background: #F7F1DF; */
}
.business_selectable_item_live:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    cursor: grab;
}
.video-duration{
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #f0f0f0;
    padding: 2px 6px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 600;
}
.btn-join-meeting {
    padding: 6px 13px !important;
    font-size: 13px !important;
}
@media(max-width: 768px){
    .btn-join-meeting {
        width: 100%;
    }   
    .footer-nav-achievement {
        bottom: 10px;
    }
}
.business-image-side{
    height: 200px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 6px;
}
.prfessional-image-side{
    height: 120px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 6px;
}
.prfessional-image-side-live{
    height: 200px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 6px;
}
.professional-avatar_logoWrapper{
    position: absolute; 
    bottom: -45px;
    left: 23px;
    padding: 6px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #eee;
}
.professional-avatar_logoWrapper_live{
    position: absolute; 
    bottom: -45px;
    left: 15px;
    padding: 1px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #eee;
}
.professional-instructor-live{
    position:absolute;
    top: -50px;
    left: 41%;
    max-width: 175px;
}
.live-course-title{
    height: 28px;
    max-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.professional-avatar_logo_live{
    width:  60px;
    height: 60px; 
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.business-details-live{
    padding: 10px;
    position: relative;
}
.professional-avatar_logo{
    width:  90px;
    height: 90px; 
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.rounded_item_90{
    border-radius: 50%;  
    display: inline-block; 
    position: relative; 
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    object-fit: cover;
    display: flex;
    font-size: 90px;
    height: 90px;
    width: 90px;
    background-color: #D0D3D8;
} 
/************************************** Custom select ***********************************/
.bootstrap-select>.btn.btn-default.dropdown-toggle, .bootstrap-select>.btn.btn-default.dropdown-toggle:hover {
    color: #4d627b !important;
    background-color: #fff !important;
    border-color: rgba(0,0,0,.09) !important;
    box-shadow: none!important;
    outline: none!important;
    padding-left: 15px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto !important;
}

.appointment_form{
    border: 1px solid #ddd;
    padding: 30px 20px 30px 40px;
    border-radius: 10px;
    background-color: #fafafa;
}
.bootstrap-select.full:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}
/***************************** Loading Stuff ****************************************/
.ajaxloading{
    position: fixed;   
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(15,15,15,0.7);
    z-index: 999999999;
    display: none;
}
.ajaxloading_full{
    background-color: rgba(15,15,15,1);
}
.ajaxloading .loader{
    top: 50%;
    position: fixed;
    left: 50%;
}
#footer {
    height: auto;
} 
/************* cart *************************/
.service_details_cart{
    background-color: #F7F7F7;
    padding: 10px 12px;
}
.tip_details_cart{
    border: 1px solid var(--lightgray_300);
    border-radius: 10px;
    padding: 20px;
}
.tip_item{  
    padding: 6px 0px;
    text-align: center; 
    border: 1px solid #E8E8E8;
    border-radius: 36px; 
    cursor: pointer; 
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1C1C1C;
    width: 100%;
    display: inline-block;  
}
.tip_item:hover, .tip_item.active{
    background-color: #eee;
}
/*************************** navigation *********************************/ 
.auth_navigation{
    padding: 40px 20px 20px;
    max-width: 1050px;
    margin: 0 auto;
}
.auth_navigation_item{
    padding: 5px;
    color: var(--primary);
    font-size: 14px;
    cursor: pointer;
}
.auth_navigation_item .circled_item{
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary); 
    border-radius: 100%;
    padding-left: 10px;
}
 
.auth_navigation_item.active .circled_item{
    background-color: var(--primary);
    color: #fff;
}
.auth_navigation_item .circle-label-check{
    display: none;
}
.auth_navigation_item.active .circle-label{
    display: none;
}
.auth_navigation_item.active .circle-label-check{
    display: block;
}
.bootstrap-select .btn{
    font-weight: 400 !important;
} 
.boost_credit{
    height: 50px;
} 
#img_show_content_img{
    max-width: 100%;
}
#img_show_content_img_slide{
    max-width: 100%;
}
.discussion_detail_content{
    padding: 16px 24px;
}
/************************************* special course *****************************************/
.course_explain_part{
    padding: 24px;
    background: #22A2D90D;
    border-radius: 8px;
    border: 1px solid #22A2D9;
}
.special-offer-item{ 
    border: 1px solid #DBDBDB; 
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 16px;
}
.course_choice_item{
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-right: 20px;
    width: 312.5px;
    border-radius: 8px;
}
.course-image-side{
    height: 228px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 8px;
}
.course_checker_group{
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 100%;
    padding-left: 6px;
    padding-top: 6px;
    top: 10px;
    position: relative;
    right: 10px;
}
.course_checker_group.rect{
    border-radius: 8px;
    padding-left: 7px;
    padding-top: 3px;
}

.light-white-border {
    border-color: rgb(255, 255, 255, 0.2);
}

/******************************* Overlay action ****************************************/
@keyframes loader{to{transform:rotate(1turn)}}
.overlay-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-radius: 4px;
    background: hsla(0,0%,100%,.8);
    display: flex;
    align-items: center;
    justify-content: center;
}  
.overlay-loader-text {
    padding: 1.5rem;
    width: 10rem;
    aspect-ratio: 1;
    flex-direction: column;
    border-radius: 0.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
} 
.loader {
    --loader-size: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: var(--loader-size);
    height: var(--loader-size);
    font-weight: 700;
} 
.loader-sm {
    --loader-size: 3rem;
} 
.loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    border-top-color:  #2FA4E6;
    border-right-color: #2FA4E6;
    border-left-color: #2FA4E6;
    border-radius: 5rem;
    -webkit-animation: loader 1s ease infinite;
    animation: loader 1s ease infinite;
}
.loading-button{
    opacity: 0.3;
}
.virtual_input_group{
    background: #f7f7f7;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
} 
.full-calendar-control-part{
    display: none;
}
.text-lightbold {
    font-weight: 500 !important;
} 
.text-semibold{
    font-weight: 600 !important;
} 
.add-appointment-group{
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 5208;
} 
.add-appointment-mobile-button{
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 100%;
    padding: 0;
    color: #FFF;
    background-color: var(--primary);
    justify-content: center;
}
.mobile_date_confirm_part{
    display: none;
}  
.mobile-date-handling{
    display: none;
    padding: 10px;
    flex-grow: 1;
} 
.disable_elments_wrapper.active_disabled{
    pointer-events: none;
}
.lh-28{
    line-height: 28px;
}
.lh-30{
    line-height: 30px;
}
.credit_group{
    width:200px;    
    margin: 0 auto;
}
.backend-pad-container{
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 20px;
}

/*************** Bootstrap tags ********************/
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
} 
.twitter-typeahead .tt-hint{
    display: none;
} 
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
} 
.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
} 
.tt-suggestion:hover,
.tt-suggestion:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
} 
.bootstrap-tagsinput{
    height: 40px;
}
.bootstrap-tagsinput .tag, .bootstrap-tagsinput input { 
    font-size: 15px; 
} 
.helper-block{
    cursor: pointer;
}
.modal-title{
    margin-top: 8px;
}
.no_payout_group {
    max-width: 608px;
    margin: 0 auto;
    padding: 16px;
    text-align: center;
}

.pexel_search_item{
    padding: 8px 12px;
    color: #585757;
    display: inline-block;
    cursor: pointer;
}
.pexel_search_item.active{
    background: linear-gradient(0deg, rgba(0, 133, 255, 0.1), rgba(0, 133, 255, 0.1)), #FFFFFF;
    border-radius: 8px;
    color: #0085FF;
}
.setting-action-button{
    background: #FFFFFF;  
    border: 1px solid #E8E8E8;  
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 4px 8px;
}
.setting-group{
    min-height: 260px;
    border: 1px solid #f2f2f2;
}

.student_head{
    padding: 41px 102px 30px;
    position: relative;
}
.student_auth_form{
    padding: 52px 102px;
}
.student_auth_form_group{
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E7F0F9;
    background: #FFF;
}
.student_auth_form_group_panel{
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0px;
}
.discussion_header{
    padding: 16px 24px 16px 24px;
    border-bottom: 1px solid #E8E8E8;
}

.label.label-success-fill {
    background-color: #73C64C;
    color: #FFF;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
}
.ml-08 {
    margin-left: 8px;
}

.forum-tags-group-list {
    visibility: hidden;
    width: 0px;
}
.forum-tags-group-list.active {
    visibility: hidden;
    width: 0px;
}
.mobile-forum-tags-icon {
    visibility: hidden;
}
.background_grey{
    background: #F6F6F6 !important;
}
.banner_announce {
    /* height: 50px;  */
    background: #3274D7; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: white;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.banner_announce a {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: underline;
}
.map_main {
    padding-top: 16px;
}
.black-friday-banner-contain {
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 14px;
    background: black;
    position: relative;
}
.black-friday-banner{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
    font-family: "Fraunces", serif !important;
}
.learn-color-black-friday{
    color: #F98600 !important;
}
.font-work_sans {
    font-family: "Work Sans", sans-serif !important;
}
@media (min-width: 768px) {
    .show_announce_pad {
        padding-top: 95px !important;
    }
}
@media (max-width: 1200px){
    .discussion_item .xs-flex-container {
        flex-direction: column !important;
    }
}
@media (max-width: 768px){
    .show_announce_pad {
        padding-top: 115px !important;
    }
    .black-friday-banner{
        font-size: 12px;
        text-align: center;
    }
    .forum-tags-group-list{
        position: fixed;
        bottom: 0;
        top: 0;
        z-index: 4000;
        background-color: rgba(0, 0, 0, 0.75);
        width: 0px !important;
        visibility: hidden !important;
    }
    .forum-tags-group-list .list-group{
        width: 0;
        visibility: hidden;
    }
    .forum-tags-group-list.active .list-group{
        width: 300px;
        background-color: #2FA4E6;
        padding: 12px 18px;
        visibility: visible;
        transition: width 0.3s ease-in-out;
        margin-bottom: unset;
        height: 100vh;
        overflow-y: auto;
    }
    .forum-tags-group-list .p2_16 {
        color: white !important;
    }
    .forum-tags-group-list i {
        color: white !important;
    }
    .forum-tags-group-list.active{
        width: 100% !important;
        visibility: visible !important;
    }
    .forum-tags-group-list .list-group-item{
        border: none !important;
    }
    .forum-tags-group-list .list-group-item.active {
        background-color: #4aafe9 !important;
    }
    #show_all_topics_mobile {
        padding-inline: 25px;
        /* height: calc(100vh - 110px);
        overflow-y: auto; */
    }
    .mobile-forum-tags-icon.active {
        visibility: visible;
    }
    .discussion_group{
        margin-inline: 20px;
    }
    .pad-inline-xs-no {
        padding-inline: unset !important;
    }
    .x-pt-16{
        font-size: 16px !important;
    }
    .xs-front-switch-item{
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .xs-justify-center{
        justify-content: center !important;
    }

}

.discussion-group{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px 15px;
    padding: 16px 24px 16px 24px;
}
.contain-discussion-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 350px;
    width: 350px;
    /* margin: 0 auto; */
    cursor: pointer;
}
.forum-public-filter{
    margin-left: 50px;
}
.discussion-item{
    padding: 16px;
    cursor: pointer;
    /* overflow: hidden; */
}
.overflow-hidden{
    overflow: hidden;
}
.discussion-item-footer{
    padding: 0 16px 16px;
}
.discussion-item-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.discussion-item-text-content {
    /* height: 100px; */
    /* max-height: 150px; */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.discussion-tags-height{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.student_header{
    padding: 0 24px 16px 24px !important;
    border-bottom: 1px solid #E8E8E8;
}
.discussion_subtitle{
    padding: 16px 24px 16px 24px;
}
.contain-discussion_item{
    border: 1px solid #E8E8E8;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.discussion_item{
    display: flex;
    padding: 16px 24px 16px 24px;
    cursor: pointer;
} 
.pin-discussion{
    background-color: #FAE6B6;
    height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.discussion_item:not(:last-child){
    /* border-bottom: 1px solid #E8E8E8; */
}
.discussion_item:hover{
    background: #fcfcfc;
} 
.discussion_item .discussion_tags .label{
    display: inline-block;
}
.pad-top-no {
    padding-top: unset !important;
}
.discussion_item  .discussion_content{
    position: relative;
    height: 120px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.discussion_detail_head{
    padding: 40px 24px 40px 24px;
    background: #22A2D90D;
    text-align: center;
}
.discussion_reply_item_parent {
    border-radius: 30px;
    box-shadow: 1px 2px #B2B2B2;
    background: white;
    margin-bottom: 20px;
}
.discussion_course_label{
    background: #D0EAF9 !important;
    color: #03a9f4 !important;
    border-radius: 13px !important;
    line-height: 2.5 !important;
}
.student_discussion_tag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.student_discussion_tag_p {
    margin-right: 10px !important;  
}
.student_discussion_tag_item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.discussion_reply_item{
    padding: 24px 20px 24px;
}
.discussion_reply_item:not(:last-child){
    /* border-bottom: 1px solid #E8E8E8; */
}
.discussion_reply_item.replied{
    padding: 24px !important;
    border-radius: 10px;
    margin-top: -35px;
}
.discussion_reply_item_action{
    visibility: hidden;
    height: 0px;
}
.discussion_reply_item:hover .discussion_reply_item_action{
    visibility: visible;
    height: auto;
}
.discussion_like_button.active{
    color: var(--primary);
}
.discussion_pin_button.active{
    color: var(--primary);
}
.member_list, .learning_content{
    padding: 24px;
}
.member_list .member_item{
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    height: auto;
}
.connect_map_button{
    padding: 8px 30px;
    border-radius: 20px;
} 
.member_list .member_item:hover, .member_list .member_item.active{
    border: 2px solid var(--primary);
    background: rgba(34, 162, 217, 0.05); 
}
.member_list_group{
    height: calc(100vh - 200px );
    position: relative;
    overflow: auto;
}
.learn-my-enrolled-course-item{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    /* margin-top: 35px; */
}
.enrolled_course_selectable_item{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px;
    flex: 0 0 350px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    width: 350px;
    height: 100%;
    /* margin: 0 auto; */
}
.learn-business-image-side{
    height: 260px;
    background-size: cover;
    position: relative;
    border-radius: 6px;
}
.learn-course-banner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    font-size: 11px;
}
.learn-best-seller{
    width: fit-content;
    background: #cefafe;
    border-radius: 6px;
    padding: 3px 7px;
    color: #0586a9;
    font-weight: 600;
}
.learn-enrolled-student{
    width: fit-content;
    background: #ede9fe;
    border-radius: 6px;
    padding: 3px 7px;
    color: #4338ca;
    font-weight: 600;
}
.learn-new-course-tag{
    width: fit-content;
    background: #2FA4E6;
    border-radius: 6px;
    padding: 3px 7px;
    color: white;
}
.learn-color-black{
    color: #000 !important;
}
.learn-tags-section {
    display: flex;
    flex-wrap: wrap;
}
.learn-course-category-item {
    display: flex;
    align-items: center;
    width: fit-content;
    /* background: #F9F5FF; */
    border-radius: 6px;
    /* color: #6941C6; */
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    overflow: hidden;
    line-height: 12px;
}
.learn-course-category-item.category-color-0{
    background: #CEFAFE;
    color: #0586A9;
}
.learn-course-category-item.category-color-1{
    background: #FEF2C3;
    color: #B4540A;
}
.learn-course-category-item.category-color-2{
    background: #ECFBCB;
    color: #4D7C0F;
}
.learn-course-category-item.category-color-3{
    background: #E8EFFE;
    color: #558CC5;
}
.learn-course-module-item {
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    color: black;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 12px;
}
.course_item{
    margin-bottom: 24px;
    margin-right: 10px;
    max-width: 320px;
    display: inline-block;
    position: relative;
}
.course_item_title{
    padding: 16px;
    background: #F7F1DF;
}
.course_item_img{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
} 
.course_item_title{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.course_item_image_section{
    position: relative;
}
.course_item_info{
    position: absolute;
    bottom: -11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-inline: 10px;
}
.course_item_info .label{
    line-height: 1.5 !important;
    border-radius: 10px;
    font-size: 11px;
}
.course_best_seller_item{
    position: absolute;
    left: 10px;
    top: 10px;
}
.course_item.new:after{
    content: attr(data-new); 
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #22A2D9;
    /* background: linear-gradient(#22A2D9 0%, #22A2D9 100%); */
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    right: -30px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px);
}
.text-grey {
    /* color : #4d627b; */
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.plan_include_item{
    /* padding: 20px; */
    margin-top: 20px;
    min-height: 320px;
    max-width: 1399px;
    display: flex; 
    position: relative;
    background: rgba(147, 147, 147, 0.05); 
    justify-content: center;
}
.plan_include_item.bottom{
    align-content: flex-end;
    align-items: flex-end;
}
.plan_include_item.center{
    align-content: center;
    align-items: center;
}

.payment_method_item{
    background: #FFFFFF;  
    border: 1px solid #E0E0E0;  
    box-shadow: 0px 1px 3px rgba(56, 56, 56, 0.1);
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.payment_method_item.active{
    border: 1px solid #22A2D9;
}
.payment_method_item_body{
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
} 
.payment_method_item.active .payment_method_item_body{
    display: block;
}

/***********************  Search result page *****************************************/
#map-canvas {
    width:  100%;
    height: calc(100vh - 100px);
} 
#map-canvas.sticky{
    position: fixed !important;
    top: 0px;
    width: calc(50% - 40px);
}
.pac-container {
    z-index: 10000 !important;
}
.find_map_content_item{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
    width: fit-content;
    overflow: hidden;
}
.map_sidebar_log{
    width: 80px !important;
    height: 80px !important;
}
.d-lg-flex {
    display: flex !important;
}
.rounded-pill-20 {
    border-radius: 20px;
    padding-inline: 20px;
}

.forum_main_content_detail{
    width: 100%;
    padding-inline: 50px !important;
}
.start-discussion-detail {
    height: 70px;
    border-radius: 35px;
    padding-inline: 15px;
    justify-content: space-between;
    border: 1px solid #E3E3E3;
    background-color: white;
}
.start-discussion-detail-form {
    height: 40px;
    border-radius: 20px;
    flex: 1 auto;
    background-color: #F6F6F6;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    padding-inline: 30px;
    color: #5E5E5E;
}
.start-discussion-detail-form-comment {
    height: 40px;
    border-radius: 20px;
    flex: 1 auto;
    background-color: #F6F6F6;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    padding-inline: 15px;
    color: #5E5E5E;
    margin-left: 10px;
}
.start-discussion-detail-picture{
    font-size: 30px;
    margin-right: 15px;
}
.discussion_reply_item_content{
    overflow: hidden;
}

@media (max-width: 1460px){
    .learn-my-enrolled-course-item{
        grid-template-columns: repeat(auto-fill, minmax(269px, 1fr));
        gap: 15px;
    }
    .enrolled_course_selectable_item{
        width: unset;
    }

    .learn-business-image-side{
        height: 220px;
    }
}

@media (max-width: 1200px) {
    .d-lg-flex {
        display: none !important;
    }
    .learn-my-enrolled-course-item {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
    .enrolled_course_selectable_item{
        width: 320px;
    }
    .learn-business-image-side {
        height: 260px;
    }
}

@media (max-width : 768px){
    .rounded-pill-20 {
        padding-inline: 20px !important;
    }
    .connect_map_button{
        padding: 8px 30px !important;
    }
    .find_map_content_item_button{
        display: block;
    }
    .find_map_content_item{
        display: block;
    }
    .forum_main_content_detail{
        width: 100%;
        padding-inline: 25px !important;
    }
    
    .start-discussion-detail-picture{
        font-size: 25px;
        margin-right: 10px;
    }
    .student_discussion_tag {
        display: block;
    }
    .discussion_reply_item.replied{
        margin-top: -60px;
    }
    .enrolled_course_selectable_item{
        width: 330px;
        margin: 0 auto;
    }
    .learn-my-enrolled-course-item{
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
        gap: 15px;
    }
    .learn-business-image-side {
        height: 260px;
    }
    .discussion-group{
        grid-template-columns: auto;
    }
    .contain-discussion-item{
        max-width: 360px;
        margin: 0 auto;
    }
    .forum-public-filter{
        margin-left: unset;
        margin-top: 20px;
        width: 100%;
    }
    .course_item {
        margin-right: unset;
    }
}


/**********************************************************************/
.front-switch{
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 2px;
    display: inline-block;    
}
.front-switch-item{
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}
.front-switch-item.active, .offer-switch-item.active{
    background-color: #FFF;
}
.offer-switch{
    background: #F0FBFF;
    border-radius: 16px;
    padding: 6px;
    display: inline-block;    
}
.offer-switch-item{
    padding: 2px 10px;  
    border-radius: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
/********** student laytout *****************/
#container.student_content{
    background-color: #FFF;
}
.student_content #content-container{
    background-color: #FFF;
}
.student_content #content-container:before {
    background-color: #fff;
}
.student_navbar .navbar-content {
    background-color: #FFF !important;
} 
.student_content .fixed-fluid > .fixed-sm-200 {
    min-width: 220px;
    min-height: calc( 100vh - 95px);
}

/**/ 
.upgrade_show_image_group{
    /* max-width: 524px;
    display: flex; */
    padding-left: 20px;
    padding-right: 20px;
}
.upgrade_show_image_group img{
    width: 100%;
    padding: 20px; 
} 
/* .upgrade_show_image_group img:first-child{
    margin-right: 24px;
} */

.upgrade_professional_show_image_group{
    max-width: 524px;
    display: flex;
    margin: auto;
}
.upgrade_professional_show_image_group img{
    width: calc(50% - 12px);
}
.upgrade_professional_show_image_group img:first-child{
    margin-right: 24px;
}


.register_panel{
    border-radius: 8px; 
    border: 1px solid #DBDBDB; 
    padding: 16px;
}
.holifront_scroll_group .holifront_content{
    overflow-x: auto;
}

.holifront_scroll_group .holifront_content{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.holifront_scroll_group .holifront_content::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/**************** Upsell item *******************************/
.upsell-img{
    width: 258px
}

/***********************************************************/
.center_align_span{
    display: flex; 
    flex-direction: row; 
}
.center_align_span::before, .center_align_span::after{
    content: ""; 
    flex: 1 1; 
    border-bottom: 1px solid #5d5d5d; 
    margin: auto; 
}
/*********************************************************************/
.certificate_element{
    margin-bottom: 24px;
    margin-right: 10px;
    width: 326px;
    display: inline-block; 
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E8E8E8; 
    position: relative;
}
.certificate_item{  
    padding: 40px 50px;
    background: linear-gradient(180deg, rgba(33, 178, 240, 0.09) 0%, rgba(7, 168, 237, 0) 100%);  
}  
.certificate_item.blurred{  
    filter: blur(2px);
}  
.certificate_content_item{ 
    text-align: center;
}  
.cert_image_group{
    padding: 20px 10px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 124px;
}
/********************************************************************/
.certificate_element.completed:after{
    /* content: "completed"; */ 
    content: attr(data-completed); 
    z-index: 1;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #22A2D9;
    /* background: linear-gradient(#22A2D9 0%, #22A2D9 100%); */
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    right: -30px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px);
}
.appointment_item {
    border: 1px solid #DBDBDB;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 14px;
}
.border-none {
    border: none !important;
}

/********************************************************************/ 
@media (min-width: 992px) {  
    .fixed-fluid > .fixed-md-385 {
        width: 385px;
    }
    .no_payout_group{
        padding: 72px 16px 40px;
    }
} 
@media (max-width: 1200px) { 
    .datepicker-inline {
        width: 100% !important;
    }
    .s-display_block{
        display: block !important;
    }
    .datepicker table {
        width: 100% !important;
    } 
    .s-mt-20{
        margin-top: 20px;
    } 
    .s-mt-30{
        margin-top: 30px;
    } 
    .s-mt-40{
        margin-top: 40px;
    } 
    .s-mb-0{
        margin-bottom: 0px !important;
    }
    .panel-body {
        padding: 20px 10px 20px 10px;
    }
    .panel-controlled {
        padding: 12px;
    } 
    .auth_head{
        padding: 20px;
    } 
    #container .fc-left, .fc-myCustomButton-button{
        display: none;
    } 
    .backend-pad-container{
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 20px;
    } 
    .xs-flex-row{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .discussion_item .discussion_content {
        height: 100px;
    }
    .discussion_reply_item:hover .discussion_reply_item_action{
        visibility: visible;
        height: auto;
    } 
    .map_content{
        display: none;
    }
    .map_content.add_in{
        display: block;
    }
    .add-appointment-group.forum{
        display: block;
    }
}
@media (max-width: 992px) {
    .payment_method_item_body{
        padding-left: unset;
    }
}
@media (max-width: 767px) {
    #content-container{
        padding-bottom: 0px;
    }
    .add-appointment-group{
        display: block;
    }

    .modal-full .control-part{
        display: none;
    }
    .modal-full .new_app .main-work-content,  .modal-full .edit_app .main-work-content{
        padding: 0px;
    }
    .date_confirm_part{
        display: none;
    } 

    #chart-orders{
        min-width: 1000px;
    }
    .chart-orders-group{
        overflow-x: auto;
    }
    #full-calendar{
        min-width: 1000px;
    }
    .full-calendar-group{
        overflow-x: auto;
    } 
    #container .fc-toolbar {
        text-align: left;
    } 
    #container .fc-toolbar>*>*, #container .fc-toolbar .fc-button-group>* {
        float: left !important;
    }
    .fc-custom_add_new_appointment_button-button{
        margin-right: 10px  !important;
    } 
    .panel-body {
        padding: 20px 10px 20px 10px;
    } 
    .panel-body.main {
        padding: 20px 30px;
    } 
    .x-mt-10{
        margin-top: 10px !important;
    }
    .x-mt-20{
        margin-top: 20px !important;
    }
    .x-mt-30{
        margin-top: 30px;
    } 
    .x-mb-0{
        margin-bottom: 0px !important;
    }
    .x-mb-20{
        margin-bottom: 20px;
    }
    .x-mr-0{
        margin-right: 0px;
    }
    .x-ml-0{
        margin-left: 0px;
    }
    .x-ml-10{
        margin-left: 10px;
    }
    .x-pd-hor-20{
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn {
        padding: 8px 12px;
    } 
    .panel-control .nav-tabs > li > a {
        padding: 0 9px;
    }
    .modal .modal-body, .modal .modal-footer {
        padding-left: 14px;
        text-align: left;
    }
    .modal .modal-right-side {
        display: none;
    }
    .modal-title {
        margin-left: 0px;
    }
    .auth_head{
        padding: 20px 10px;
    }
    .auth_form{
        padding: 20px;
    }
    .hd3_24{
        font-style: normal;
        font-size: 20px;
        line-height: 28px; 
        vertical-align: top;
        font-weight: 500; 
    }
    .hd4_20{
        font-size: 17px;
        line-height: 22px;
    }
    .hd5_15{ 
        font-size: 13px;
        line-height: 22px;  
        font-weight: 400;
    }  
    .x-text-left{
        text-align: left;
    }
    .x-text-center{
        text-align: center;
    }
    .x-btn-block {
        display: block;
        width: 100%;
    }
    #page-content{
        padding: 0px;
    }
    .sidebar_control_appointment{
        display: none;
    }
    .sidebar_control_appointment.active{
        display: flex;
    } 
    .fc-header-toolbar{
        display: none;
    }
    .full-calendar-control-part{
        display: block;
    }
    .appointment_control_group{
        display: none;
    }
    .mobile-hidden{
        display: none !important;
    }
    .mobile_date_confirm_part{
        display: block;
    }
    .mobile-date-handling.active{
        display: block;
    }
    .holistico_popup_modal_content.holistico_popup_content-md{
        width: 99%;
    }
    .appointment_form{
        background-color: #FFF;
    } 
    .backend-pad-container{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
    }
    .xs-full-width{
        width: 100% !important;
    }
    .empty-main-body{
        padding-left: 10px;
        padding-right: 10px;
    }
    .student_auth_form{
        padding: 20px 10px;
    } 
    .front-switch-item{
        font-size: 11px;
    }
}