/* css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,900&display=swap');  /* Using a string */
@import 'https://fonts.googleapis.com/css?family=Poppins';  /* Using a string */
@import 'https://fonts.googleapis.com/css?family=Poppins';  /* Using a string */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;800&family=Open+Sans:ital,wght@1,800&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2? family=Poppins:wght@600&display=swap');
body{font-size:14px; font-family: 'Poppins';color:#000;}
.align-items-center {-ms-flex-align: center!important;align-items: center!important;}
.d-flex { display: -ms-flexbox!important; display: flex!important;}
.justify-content-center {-ms-flex-pack: center!important; justify-content: center!important;}
.justify-content-start {-ms-flex-pack: start!important;justify-content: flex-start!important;}
.justify-content-between {justify-content: space-between;-ms-justify-content: space-between;} 
.txt-blue{color: #303030;}
.txt-light{color:#787878;}
.txt-yellow{color: #FCD401;}
.border-blue{border-color: #69C9FF!important;}
.border-darkblue{border-color:#20678F!important;}
.border-lightgrey{border-color:#CECECE!important;}
.border-darkgrey{border-color:#605E5E!important;}
.border-yellow{border-color: #FCD401!important;}
.bg-blue{background: #303030;}
.bg-darkblue{background:#20678F;}
.bg-light{background: #E1E1DF;}
.mb-3{margin-bottom:15px;}
.mr-2 { margin-right: 10px;}
.mr-4 { margin-right: 15px;}
.Opacity-50{opacity:50%;}
.w-100{width:100%;}
.bg-white{background:white;}
.btn:focus,  .btn:hover { outline: 0; border: 0;}
/* animation */
#splash-overlay.splash { height: 100vh;width: 100%;background: linear-gradient(180deg, #10A3F5 0%, rgba(255, 255, 255, 0) 100%), #1C648D;background-repeat: no-repeat; position: fixed; top: 0; bottom: 0; left: 0;right: 0;}
#splash-overlay span{ z-index: 9;  position: absolute; display: flex;align-items: center; justify-content: center; top: 0;bottom: 0; left: 0;right: 0;animation:5s easeout;opacity:0;}
.login{opacity: 0;animation:fadeInUp 1s ease-in-out 0s forwards;animation-delay:5s;}
.Noanimation .login{opacity: 1;animation:none;    position: relative;}
.splash:before { content: '';  background: url(../img/login-bg.png) no-repeat; background-size: cover; position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-position:center;}
 @keyframes fadeInUp {
  from { opacity: 0;-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
  to { opacity: 1; -webkit-transform: none;transform: none;}
}
@keyframes easeout {
  from { opacity: 1; }
  to { opacity: 0;}
}

/* Sidebar MODAL FADE LEFT RIGHT BOTTOM */

#sidebar-left.in ~ .modal-backdrop.in { z-index:-1;}
#sidebar-left.fade:not(.in).left .modal-dialog {-webkit-transform: translate3d(-25%, 0, 0);transform: translate3d(-25%, 0, 0);}
#sidebar-left.fade:not(.in).bottom .modal-dialog {-webkit-transform: translate3d(0, 25%, 0);transform: translate3d(0, 25%, 0);}
#sidebar-left.left .modal-dialog {position:absolute;top:0;left:0;margin:0;}
#sidebar-left.left .modal-dialog.modal-sm {max-width:260px;width:70%}
#sidebar-left.left .modal-content {min-height: 100vh;border: 0;border-radius: 0;background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%), #000000;box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);}
#sidebar-left .close {opacity: 1;}
#sidebar-left .modal-footer{background:  linear-gradient(98.71deg, #373737 -0.5%, #989898 56.64%);color:white;border: none;position: absolute;bottom: 0;left: 0;right: 0;}
#sidebar-left .modal-footer span{margin-left:16px;}
#sidebar-left .modal-footer a{color:white;}
.profile {margin-top: 22px;float: left; width: 100%; text-align: center;color: white;}
.P-content{ margin-top: 12px;}
.P-content p {margin: 5px;font-size: 14px!important;font-family: 'Poppins', sans-serif!important;font-weight: 800;}
.menu {float: left;width: 100%; margin-top: 50px;}
.menu ul {list-style: none; padding: 0; margin-left: 0px;}
.menu li {margin-bottom: 8px; margin-bottom: 8px; padding: .25rem 1.25rem; font-size: 16px; padding-bottom: 7px;    font-family: 'Poppins';}
.menu li a { color: white;}
.menu span { margin-left: 15px;}
.modal .P-content p {font-size: 16px!important;font-weight:500;}

/* splash */
.splash{height:100vh;width:100%;background: linear-gradient(180deg, #2E2E2E 0%, rgba(255, 255, 255, 0) 100%), #000000;position: relative;}

/* login */
.login{width: 270px;}
.login>img{ margin: auto; display: table;}
.login form {margin-top: 45px;}
.login form input {height: 48px;box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25); font-family: 'Poppins';}
.login .btn{border:0px;background: #B8B3B3;box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);border-radius: 15px;width: 100%;height: 40px; color: #000; font-weight: 500;font-family: 'Poppins';}
.login p{    font-size: 12px; color: white; margin-top: 50px; font-weight: 400;font-family: 'Poppins';}
.login .checkbox label{font-size:12px;min-height: 20px; margin-bottom: 0; font-weight: 400;cursor: pointer;position: relative;color: white;padding:0;}
.login .checkbox input[type="checkbox"] {padding: 0; margin-bottom: 0; cursor: pointer; position: absolute; height: 15px; width: 116px;z-index: 9;opacity: 0;}
.login .checkbox label:before {content: ''; -webkit-appearance: none; background-color: #fff; border: 2px solid #fff;  box-shadow: none; padding: 7px; display: inline-block; position: relative; vertical-align: middle;cursor: pointer; margin-right: 3px;  border-radius: 5px;  margin-top: -1px;}
.login .checkbox input[type="checkbox"]:checked + label:after {    display: block; position: absolute; top: 2px; left: 4px; width: 15px; height: 15px; z-index: 8; background-size: contain;content: '\2713'; color: #1977ac; font-weight: bold;}
.forget-txt a {color: white;font-size: 12px;text-decoration:underline;}
.forget-txt {margin-bottom: 36px;}
.main-container select {font-family: 'Poppins';font-size: 13px!important;color: black;    border-radius: 5px; height: 26px; padding: 0px 12px;}


/* navbar */
.navbar-fixed-top { background: #303030;color: white;}
.navbar-fixed-top  .container{width: 100%;}
.navbar-fixed-top a { color: white;font-size: 25px;margin-right: 20px;}
span.Pagetitle { font-size: 17px;font-weight: 400;font-family: 'Poppins';}
.bottom-star .star-circle { position: relative; top: 1px;}

/* home */
.mydetails .panel-group{margin-top:0;}
.main-profile, .mydetails { float: left; width: 100%;margin-bottom: 24px;}
.QR-img img { filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.1));transform: matrix(-1, 0, 0, 1, 0, 0);min-height: 130px;}
.main-container{background: #FAFAFA;min-height:100vh;padding-top: 50px; max-width: 768px;margin: auto;float: left;width: 100%;}
.main-profile .profile {margin-top: 24px;float: left; width: 100%; text-align: center;background: white; padding: 0px; box-shadow: 2px 4px 10px rgb(0 0 0 / 10%); font-family: 'Poppins';}
.main-profile .profile>div{ padding: 24px 16px 21px;}
.main-profile .profile p { color: black; font-family: 'Poppins'!important; font-size: 18px!important; font-weight: 300;}
.main-profile .profile p.txt { color: black; font-family: 'Poppins'!important; font-size: 19px!important; font-weight: 400;}
.main-profile .profile> .QR-code {padding: 22px 15px 19px; background: #FAFAFA;}
.QR-content h5{color: black;font-weight: 700;font-size: 15px;font-family: 'Poppins';margin-top: 18px;    margin-bottom: 13px;}
.main-profile .profile .QR-content p { font-size: 13px!important; margin-bottom: 0;}
.mydetails .panel{ float: left; width: 100%; border-radius: 0;box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);border: 0;}
.mydetails .panel-heading{background: #D7E5ED;border: 0;padding: 7px 14px; border-radius: 0;}
.mydetails .panel-body{border: 0!important;padding: 23px 34px 30px;}
.mydetails .panel-heading h4{position:relative;}
.mydetails .panel-heading a,.mydetails .panel-heading a:active,.mydetails .panel-heading a:focus{    font-family: 'Poppins';text-decoration:none;font-size: 13px; font-weight: 600;color: #000;}
.mydetails .panel-heading .accordion-toggle:after {content: ""; background: url(../img/down-angle.png) no-repeat; height: 8px; width: 12px; position: absolute;right: 0;top: 5px;transition: .5s;}
.mydetails .panel-heading .accordion-toggle.collapsed:after { transform:rotate(180deg);}
.mydetails .panel-body p, .mydetails .panel-body a { font-size: 15px; font-family: 'Poppins';}
.mydetails .panel-body p span { margin-left: 15px;}
.mydetails .panel-body a { text-decoration: underline; display: block; margin-bottom: 11px; font-size: 14px; color: #303030;font-family: 'Poppins';}
/* .P-img img {height: 84px;width: 84px;} */
/* clases */
.classes-main-header h4 { font-size: 16px;margin:0;}
.classes-header.container-fluid { background: white;margin-bottom:19px;box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);}
.class-box { background: white;padding:11px 14px 9px 18px; border-left: 5px solid ;box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);float: left;width: 100%;margin-bottom: 10px;}
.left-txt { float: left; margin:0; width: 60px;}
.left-txt h5 { font-size: 21px; font-weight: 800; padding-bottom: 7px; margin-bottom: 4px; border-bottom: 1px solid #acacac;margin-top:0;}
.left-txt p { font-size: 14px;font-weight: 700; margin-bottom: 5px;font-family:  'Poppins';line-height:20px;}
.left-txt p span { margin-left: 5px;}
.divider { width: 15px; height: 2px; background: #D4D4D4; margin-bottom: 3px;    position: relative; margin-top: -2px;}
a.btn-yellow { background: #fcd401; border-radius: 5px; font-size: 10px; color: black; padding: 1px 8px; margin-top: 5px;float: left;}
.classes-main-header {background: white;}
.first-row { padding: 15px 15px 13px;}
.center-txt h5 { font-weight: 800;font-size: 15px;margin-top:0;    display: flex;align-items: center; justify-content: space-between;   font-family: 'Poppins';line-height:20px;    margin-bottom: 7px;}
.center-txt { width: calc(100% - 60px);float: left; margin: 0;    border-left: 1px solid #D5D4D4; padding-left: 12px;}
.center-txt p {font-size: 14px;line-height:20px;font-weight:300;margin-bottom:8px;}
.center-txt span {margin-left: 4px; font-size: 13px;  line-height: 20px; color: #8D8C8C;}
.center-txt .location span { margin-left: 8px;}
.btn-lightblue {box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05); background: #2D344D; color: #000; width: 50px;font-size:11px;color:white;font-family:'Poppins';}
.star-circle {height: 16px;width: 16px;float: left;border-radius: 50%;display: flex; align-items: center;justify-content: center;color: white;    margin: 0 0 0 8px;font-size:9px;}
.btn-lightpink {box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);color: #000; width: 50px; background: #FFB2C0;font-size:11px;}
.week { padding: 2px 8px;font-size: 15px;    font-weight: 400;}
.week.active { background: #C5D2FF; border-radius: 5px; margin-bottom: 0px;    font-weight: bold;}
.right-txt p {margin: 5px 0;font-size:9px;}
.right-txt .btn{border:none;width: 50px; font-size: 13px; height: 19px;  padding:1px 2px;border-radius: 10px; font-family: 'Poppins'; font-weight: 400;}
.right-txt { float: right;width: 60px;}
.weekdetail{background: #FAFAFA;    font-size: 13px; font-weight: 600;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);    padding: 21px 15px;font-family: 'Poppins';}
.py-2{padding:10px 15px;}
.py-3{padding:16px 15px 13px;}
.m-0{margin:0;}
.mt-0{margin-top:0;}
.mb-0{margin-bottom:0;}
.records-box h5 { font-family: 'Poppins';font-size: 15px; font-weight: 700; line-height: 16px; margin-bottom: 8px;margin-top:0; }
div#classmodal .modal-dialog,#recordmodal .modal-dialog,#pt_qrcode .modal-dialog,#termmodal .modal-dialog{height:100vh;}
div#classmodal .modal-header h4,#recordmodal .modal-header h4,#pt_qrcode .modal-header h4,#termmodal .modal-header h4 { font-size: 13px; margin: 0; font-family: 'Poppins';font-weight: 700;}
div#classmodal .modal-header,#recordmodal .modal-header,#termmodal .modal-header { padding: 10px; background: #D7E5ED;}
div#classmodal .modal-content,#recordmodal .modal-content,#pt_qrcode .modal-content,#termmodal .modal-content {border-radius:0;max-width: 315px;min-width: 315px;box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);}
div#classmodal .close,#recordmodal .close,#pt_qrcode .close,#termmodal .close {opacity:1;}
div#classmodal .modal-body,#recordmodal .modal-body,#pt_qrcode .modal-body {padding: 0px;}
div#classmodal .modal-body p{ padding: 10px;    font-size: 12px;}
.weekdetail.fullweek {    padding: 8px 5px 5px;}
.navbar-fixed-top a:focus {  outline: 0;}
/* records */
.records { box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);background:white;padding-bottom:38px; margin: 0;width: 100%;}
.R-lpart { width: 100px; float:left;white-space: nowrap;}
.R-lpart .btn-lightblue {height: 19px;padding: 3px; margin-bottom: 5px;}
.R-lpart .btn-light { font-size: 14px; padding: 0; color: #000;font-family: 'Poppins';    height: 19px;}
.R-lpart .btn-light.btn-lightblue { font-size: 13px;    border-radius: 10px;box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);color:white;}
.R-Rpart p {    margin-bottom: 2px;line-height: 13px;font-size:14px;}
.R-Rpart { padding-left: 12px; font-size: 15px;float:left;border-left: 1px solid #A7A7A7;}
.record-leftsec p { font-size: 12px; margin: 0;}
.flex-fill{ flex: 1 1 auto; -ms-flex: 1 1 auto;}
.records-box.w-100 {padding: 14px 5px 11px;}
.records .col-md-12:first-child {border-top: 1px solid #ebebeb;}
.records .col-md-12 { border-bottom: 1px solid #ebebeb;}
.R-Rpart span {margin-right: 6px; width: 32px;float: left;    font-size: 14px; line-height: 13px;}
.records-box.checkinbox { padding: 15px 0;}
.R-Rpart.checkin span { min-width: 65px;}
.R-Rpart.fulltxt {padding: 0; border: 0; margin-top: 15px;}
.R-Rpart select{ height: 28px;font-size: 11px;width: 100%;margin: 7px 0;}
.shopicon.bg-blue { height: 28px; width: 28px; border-radius: 50%;}
.records-box h5 small { font-family: 'Poppins'; margin-left: 6px;color: black; font-size: 14px;line-height: 13px;}
.R-lpart .btn-light b {font-family: 'Poppins';}
h4.modal-title small { font-size: 12px; color: black; font-family: 'Poppins';}
span.date {font-size: 11px;padding-left: 3px;margin-top: 7px; float: left;}
/* terms */
.terms.container {max-width: 90%;margin-top: 22px;box-shadow: 2px 4px 10px rgb(0 0 0 / 10%); padding: 0;}
.terms-head {background: #D7E5ED;padding: 16px 20px;line-height: 15px; font-weight: 600; font-family: 'Poppins';    font-size: 14px;}
.terms-body{ padding: 19px;}
.terms-body .sec-1 { margin-bottom: 25px;}
.terms-body p,.terms-body .sec-1 ul {    font-size: 14px;font-weight: 400;font-family: 'Poppins';}

/* .terms-body .sec-1 ul{ font-size: 11px; line-height: 18px; padding: 0 19px;} */
.terms-body .sec-1 ul{ line-height: 18px; padding: 0 19px;}
#recordmodal .records-box ,#pt_qrcode .records-box { padding: 10px 0;}
.record-leftsec h4 { color: #000; font-size: 11px;}
div#recordmodal .modal-body .col-md-12, div#pt_qrcode .modal-body .col-md-12 {border-bottom: 1px solid #ebebeb;}
.shop,.record{display:none;}
select#recordselector option, select#shopselector option { height: 40px;font-size: 15px; padding: 10px;}
.sec-1 h5 {margin-bottom: 5px; margin-top: 15px;font-size: 15px;font-family: 'Poppins';font-weight: 700;}
.tC-txt, .tC-txt:hover, .tC-txt:focus {color: white; border-bottom: 1px solid white;text-decoration: none;outline:0;}
#termmodal .modal-body{ max-height: calc(100vh - 100px);overflow-x: hidden;overflow-y: auto;}
span.ml-2 {margin-left: 8px;}
.switch { position: relative;display: inline-block; width: 27px;height: 14px; margin: 0;}
.switch input { opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0; left: 0; right: 0; bottom: 0;background-color:#303030; transition: .4s;}
.slider:before { position: absolute;content: "";height: 10px;width: 10px;left: 2px;bottom: 2px;background-color: white;transition: .4s;}
.login img {   height: 30px;}
input:checked + .slider { background-color: #303030;}
input:focus + .slider { outline: none;}
input:checked + .slider:before { transform: translateX(12px);}
.slider.round { border-radius: 10px;}
.slider.round:before { border-radius: 50%;}
.contentB{ display: none;}
.toggle { font-size: 16px;}
.bottom { display: flex; width: 100%;}
.B-left { width: calc(100% - 60px);}
.bottom-star{margin-top:9px;    line-height: 20px;}
.center-txt h5 label { background: #C5D2FF;  font-size: 12px; line-height: 14px;padding: 0 4px; margin-left: 10px;margin-bottom: 0;font-family: 'Poppins'; font-weight: 400;float: right;}
.cancel-btn{background:#EC3539;color:white;font-family:'Poppins';box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);}
p.date { margin-bottom: 0; margin-top: 9px;}
.B-left p { font-family: 'Poppins';}
.R-lpart p { font-size: 13px;  line-height: 13px;}
#ClubCheck-InLog .R-lpart { font-size: 11px; line-height: 10px;}
.R-Rpart.checkin p:first-child {  margin-bottom: 7px;}
.R-Rpart.checkin p { font-size: 14px; line-height: 13px;}
.R-Rpart.checkin p:last-child { margin-top: 5px;}
.shop .R-lpart .btn-light { font-size: 13px; padding: 0;color: #000; font-family: 'Poppins'; font-weight: 700; line-height: 14px;}
.shop .R-Rpart {padding-left: 16px;width: calc(100% - 100px);padding-right:35px;}
.shop .records-box>.d-flex>.flex-fill {display: flex;}
@media screen  and (max-width:576px){
	.splash:before { content: ''; background: url(../img/login-bg.png) no-repeat; background-size: contain;  position: absolute;top: 0; bottom: 0; left: 0;right: 0; background-position: center;}
}
@media screen  and (max-width:420px){
	.mr-4 { margin-right: 10px;}
}
.sidebar-profile {    
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}
.sidebar-profile img  { width: 100%; height: auto;}
#loading-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
}

#loading-image {
    position: absolute;
    z-index: 510;
    display: block;
    width: 100%;
    height: 100%;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* new */.W-left img {
    width: 86px;
    min-height: 51px;
    object-fit: cover;
}
/* new */.headtxt {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans';
    line-height: 18px;
    margin-bottom: 7px;
}
/* new */.W-center p {margin-bottom:0;}
.back-icon{height: 13px; margin-right: 32px;}
.back-title{font-size: 15px;font-weight: 700; font-family: 'Manrope';}
.lg-title{font-size:15px;font-weight:600;font-family: 'Open Sans';line-height:20px;margin-bottom:10px;}
.lg-text{font-size:15px;font-weight:400;font-family: 'Open Sans';line-height:18px;}
.workout{padding:15px 20px;border-bottom: 1px solid #EBEBEB;}

.border-0{border:0;}
.workout-card { background: #FFFFFF; border: 1px solid #EBEBEB;box-sizing: border-box; box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);margin-bottom:20px;}
.workout-C-header {background: #ADADAF;color: white;font-family: Open Sans; font-style: normal;font-weight: bold; font-size: 16px;line-height: 19px;text-transform: capitalize; padding: 7px 20px;}
.workout-C-body {padding: 9px 20px;}
.with-bg {font-family: Open Sans;font-style: normal;font-weight: normal; font-size: 12px; line-height: 16px; text-transform: capitalize; color: #000000; padding: 17px 10px;background: #ECF4F9;border-radius: 5px;margin: 5px 0;}

.work-row{border-bottom: 1px solid #CDCDCD;display:flex;/* new */padding: 10px 0px 13px;}
.W-left{font-family: Open Sans;font-style: italic;font-weight: normal;font-size: 13px;line-height: 18px;text-transform: capitalize;width: 79px;margin-right: 22px;}
.W-center{font-family: Open Sans;font-style: normal;font-size: 12px;text-transform: capitalize;width:calc(100% - 126px);}
.W-right{width:25px;}

.chk-box {display: block; position: relative;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none;}

/* Hide the browser's default checkbox */
.chk-box input {position: absolute;opacity: 0; cursor: pointer;height: 0; width: 0;}

/* Create a custom checkbox */
.checkmark { position: absolute;top: 0; left: 0; height: 20px;width: 20px; border:2px solid #000;}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: "";position: absolute; display: none;}

/* Show the checkmark when checked */
.chk-box input:checked ~ .checkmark:after {display: block;}

/* Style the checkmark/indicator */
.chk-box .checkmark:after {left: 6px; top: 2px; width: 5px;height: 10px;border: solid #000; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}