


:root {
    
    
  --mainGreen: #beff0b;
  --mainPurple: #490070;
  --blackGreen: #0D1300;
  --lightMGreen: #DDF59D;
    
    
    
  --darkGreen: #1ed760;
  --lightGreen: #7FFF95;
    --paleGreen:#2F412F;    
    --hintGreen:#E5FFE5;  
    
    --bgGreen:#171F17;
    
  --darkOrange: #f9af0f;
  --lightOrange: #FFBE75;
  --paleOrange: #41392F;
  --hintOrange: #FFECD8;
    
    
  --blackOrange: #130A00;
    
    
    
  --bgOrange: rgba(69,37,0,0.54);
    
    
  --lightGrey: #F1EDF4;
  --lightGrey2: #E3DFE8;
  --lightGrey3: #D7D3DD;
  --lightGrey4: #C6C2CE;
  --lightGrey5: #898994;
    
    
    
  --darkGrey: #1A161D;
  --darkGrey2: #2B2533;
  --darkGrey3: #342E3F;
  --darkGrey4: #3B3041;
  --darkGrey5: #706B70;
    
    
  --darkPurple: #AA48FF;
  --lightPurple: #F0B0F5;
    --palePurple:#2A2435;   
    --hintPurple:#FCEAFF;   
    
    
  --blackPurple: #100013;
    --footerHeader:#310F4E;   
    
    
    
    
  --darkBlue: #2B5CFF;
  --lightBlue: #9AAFFF;
  --paleBlue: #252932;
    
    --hintBlue:#DBE3FF;   
    
  --darkRed: #E50000;
  --lightRed: #f15a24;
    
    --blackRed:#1F1717;
    
    
    
    
    
    
  --mainGreen-dark: #beff00;
  --mainPurple-dark: #490070;
    
    
    
  --darkGreen-dark: #1ed760;
  --lightGreen-dark: #7FFF95;
    --paleGreen-dark:#2F412F;    
    --hintGreen-dark:#E5FFE5;  
    
    --bgGreen-dark:#171F17;
    
  --darkOrange-dark: #f9af0f;
  --lightOrange-dark: #FFBE75;
  --paleOrange-dark: #41392F;
  --hintOrange-dark: #FFECD8;
    
    
    
    
    
  --bgOrange-dark: rgba(69,37,0,0.54);
    
    
  --lightGrey-dark: #f4f4f4;
  --lightGrey2-dark: #DEDEE2;
  --lightGrey3-dark: #D6D6D8;
  --lightGrey4-dark: #CDCDD1;
  --lightGrey5-dark: #898994;
    
    
  --darkGrey-dark: #201D26;
  --darkGrey2-dark: #2C2733;
  --darkGrey3-dark: #36303E;
  --darkGrey4-dark: #4C4651;
  --darkGrey5-dark: #706B70;
    
    
    
  --darkPurple-dark: #8800FD;
  --lightPurple-dark: #F0B0F5;
    --palePurple-dark:#2A2435;   
    --hintPurple-dark:#FCEAFF;   
    
    
    
    
  --darkBlue-dark: #2B5CFF;
  --lightBlue-dark: #9AAFFF;
  --paleBlue-dark: #252932;
    
    --hintBlue-dark:#DBE3FF;   
    
  --darkRed-dark: #E50000;
  --lightRed-dark: #f15a24;
    
    --bgRed-dark:#1F1717;
    
    
}



@media (prefers-color-scheme: dark) {
    
    
 --mainGreen: var(--mainGreen-dark);
  --mainPurple:var(--mainPurple-dark);
    
    
    
  --darkGreen:var(--darkGreen-dark);
  --lightGreen:var(--lightGreen-dark);
    --paleGreen:var(--paleGreen-dark);    
    --hintGreen:var(--hintGreen-dark);  
    
    --bgGreen:var(--bgGreen-dark);
    
  --darkOrange:var(--darkOrange-dark);
  --lightOrange:var(--lightOrange-dark);
  --paleOrange:var(--paleOrange-dark);
  --hintOrange:var(--hintOrange-dark);
    
    
    
    
    
  --bgOrange:var(--bgOrange-dark);
    
    
  --lightGrey:var(--lightGrey-dark);
  --lightGrey2:var(--lightGrey2-dark);
  --lightGrey3:var(--lightGrey3-dark);
  --lightGrey4:var(--lightGrey4-dark);
  --lightGrey5:var(--lightGrey5-dark);
    
    
  --darkGrey:var(--darkGrey-dark);
  --darkGrey2:var(--darkGrey2-dark);
  --darkGrey3:var(--darkGrey3-dark);
  --darkGrey4:var(--darkGrey4-dark);
  --darkGrey5:var(--darkGrey5-dark);
    
    
    
  --darkPurple:var(--darkPurple-dark);
  --lightPurple:var(--lightPurple-dark);
    --palePurple:var(--palePurple-dark);   
    --hintPurple:var(--hintPurple-dark);   
    
    
    
    
  --darkBlue:var(--darkBlue-dark);
  --lightBlue: var(--lightBlue-dark);
  --paleBlue:var(--paleBlue-dark);
    
    --hintBlue:var(--hintBlue-dark);   
    
  --darkRed:var(--darkRed-dark);
  --lightRed:var(--lightRed-dark);
    
    --bgRed:var(--bgRed-dark);
}




@font-face {
    font-family: 'Vazirmatn';
    src: url("../font/Vazirmatn-Regular.ttf") format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url("../font/Vazirmatn-SemiBold.ttf") format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url("../font/Vazirmatn-ExtraBold.ttf") format('opentype');
    font-weight: 800;
    font-style: normal;
}

*{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
      touch-action: manipulation;
}


.headerMenuToggleHolder{
    display: none;
}

.sideBarHolder .contentBox{
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0)!important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.sideBarHolder .contentBox:last-child{
    border-bottom: none;
}
::-webkit-scrollbar {
  width: 0px;
    
}

::-webkit-scrollbar-track {
    background-color: #1E0042;
  background: #1E0042;
}

::-webkit-scrollbar-thumb {
  background: #1E0042;
    border-radius: 4px;
	
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
    
}

::placeHolder{
    color: var(--darkGrey5);
}



.popBoxHolder textarea::placeHolder{
    color: var(--lightGrey3)!important;
}

.popBoxHolderTwo textarea::placeHolder{
    color: var(--lightGrey3)!important;
}

.popBoxHolderThree textarea::placeHolder{
    color: var(--lightGrey3)!important;
}



.popBoxHolder input::placeHolder{
    color: var(--lightGrey3)!important;
}

.popBoxHolderTwo input::placeHolder{
    color: var(--lightGrey3)!important;
}

.popBoxHolderThree input::placeHolder{
    color: var(--lightGrey3)!important;
}



html{
	min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Vazirmatn';
}


body{
    margin:0;
	padding:0;
	min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overscroll-behavior-y: none;
    overflow: overlay;
    background-color: #fff;
	background-color: var(--palePurple);
    font-family: 'Vazirmatn';
    touch-action : -manipulation;
}




.highlighted {
    
    box-shadow: 0 0 10px 0 rgba(255,0,0,.4)!important;
    border: 1px solid #832222!important;
  }



.adsLoaderHolder{
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}



.adsLoader{
    background-color: aliceblue;
    align-content: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    
}

.adsLoaderTop{
    width: 100%;
    height: 180px;
    display: block;
    
}

.adsLoaderPercertage{
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    padding-top:  10%;
}

.adsLoaderPercertageCircle{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adsLoaderPercertageCircleInner {
  font-size: 12px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
    display: block;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
    filter: invert(1);
    opacity: .5
}



@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.adsLoaderPercertageCircleLabel{
    width: 40px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -20px;
    line-height: 20px;
}

.adsLoaderPercertageLabel{
    width: 100%;
    text-align: center;
    font-size: 12px;
}





.adsLoaderBottom{
    width: 100%;
    height: 120px;
    background-color: aqua;
    display: block;
    
}










.loginBtnHolder{
    display: block;
    background-color: #fff;
    float: right;
    height: 30px;
    width: 80px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 18px;
    color: #444;
    font-size: 12px;
    direction: rtl;
    font-weight: 800;
    cursor: pointer;
}

.loginBtnHolder span{
    height: 30px;
    line-height: 30px;
    display: block;
}

.loginBtnHolder span::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url("../assets/login.svg");
    margin-left: 5px;
    
}

.contactUsBtnHolder{
    display: block;
    float: right;
    height: 30px;
    width: auto;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 17px;
    color: #fff;
    font-size: 12px;
    direction: rtl;
    font-weight: 800;
    cursor: pointer;
    margin-right: 25px;
}

.contactUsBtnHolder span{
    height: 30px;
    width: 30px;
    overflow: hidden;
    line-height: 32px;
    display: block;
}


.contactUsBtnHolder span::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background-image: url("../assets/supportIcon.svg");
    margin-left: 8px;
    filter: invert(1);
}

.instagramBtnHolder{
    display: block;
    float: right;
    height: 30px;
    width: auto;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 17px;
    color: #fff;
    font-size: 12px;
    direction: rtl;
    font-weight: 800;
    cursor: pointer;
    margin-right: 20px;
}

.instagramBtnHolder span{
    height: 30px;
    width: 30px;
    overflow: hidden;
    line-height: 32px;
    display: block;
}


.instagramBtnHolder span::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: url("../assets/instagram.svg");
    margin-left: 8px;
    filter: invert(1);
}

.progressBarHolder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    direction: ltr;
}



.progressBar{
    height: 3px;
    background-color: #f7931e;
    width: 00%;
    transition: all .2s ease-in-out;
    box-shadow: 0 3px 4px rgba(247,147,30,.4);

    
}

.progressBarStatus{
    display: block;
    width: 100%;
    height: 12px;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    color: #444;
    direction: rtl;
    padding-top: 4px;
    
}



.progressBarFlash{
    animation-duration: 1s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-name: change-color;
    box-shadow: 0 3px 4px rgba(247,147,30,0);
    
    
}

@keyframes change-color {
  from {
    background-color: #3AC800;
  }

  50% {
    background-color: #237A00;
  }

  to {
    background-color: #3AC800;
  }  
}


.alertSettingBtn{
    display: block;
    background-color: #eee;
    border-radius: 5px;
    padding: 2px 2px;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    width: 100px;
    margin-top: 10px;
}


.alertSettingBtn label::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 8px;
    background-image: url(../assets/settingsIcon.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: .9;
    vertical-align: middle;
}


.loaderLayer{
    width: 100vw;
    height: 100vh;
    background-color: var(--palePurple);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;

}
.loader{
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top:-46px;
    position: absolute;
    transform: scale(1.2);
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-grid div {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A8A8A8;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 4px;
  left: 4px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 4px;
  left: 16px;
  animation-delay: -2s;
}
.lds-grid div:nth-child(3) {
  top: 4px;
  left: 28px;
  animation-delay: -1.6s;
}
.lds-grid div:nth-child(4) {
  top: 16px;
  left: 4px;
  animation-delay: -2s;
}
.lds-grid div:nth-child(5) {
  top: 16px;
  left: 16px;
  animation-delay: -1.6s;
}
.lds-grid div:nth-child(6) {
  top: 16px;
  left: 28px;
  animation-delay: -2.4s;
}
.lds-grid div:nth-child(7) {
  top: 28px;
  left: 4px;
  animation-delay: -1.6s;
}
.lds-grid div:nth-child(8) {
  top: 28px;
  left: 16px;
  animation-delay: -2.4s;
}
.lds-grid div:nth-child(9) {
  top: 28px;
  left: 28px;
  animation-delay: -3.2s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


.container{
    height: auto;
    width: 100%;
}

.bodyFreez{
    overflow-y: hidden;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:inherit;	
	cursor:pointer;
    display: block;
	
}
p{
	text-align:justify;	
}
h1{
    font-weight: normal;
}


input , textarea , select , option{
    font-family: 'Vazirmatn', sans-serif!important;
    font-size: 14px;
    color: var(--darkGrey5);
}


.wrapper input ,.wrapper  textarea ,.wrapper  select ,.wrapper  option{
    color: var(--lightGrey5);
}

input , textarea{
    outline: none;
    resize: none;
}
input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }


input:-webkit-autofill { 
    background-color: transparent;
}




select{
    width: 100px;
    height: 40px;
    padding: 5px 10px;
    padding-left: 30px;
    box-sizing: border-box;
    background-color: var(--lightGrey)!important;
    direction: rtl;
    border: none;
    border-radius: 3px;
    font-family: 'Vazirmatn', sans-serif;
    outline: none;
    color: var(--darkGrey2);
    position: relative;
        cursor: pointer;

}


.wrapper select{
    background-color: var(--darkGrey2)!important;
    border: 1px solid var(--darkGrey3);
    color: var(--lightGrey5);

}

button{
    font-family: 'Vazirmatn', sans-serif;
    border: none;
    box-sizing: border-box;
    background-color: #E9FFAF;
    border-radius: 5px;
}

div{
    -webkit-tap-highlight-color: transparent; 
}


.passwordInputStyle{
    -webkit-text-security: disc;
}


.wrapperLayer{
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--palePurple);
    height: 100%!important;
    
}

.inputError{
    border: 1px solid #f15a24!important;
}

.alertTitle{
    color: #f15a24!important;
    font-weight: 800!important;
}

.walletNoticeHolder{
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    background-color: #333;
    right: calc(60px + 5%/2);
    top: 50px;
    text-align: right;
    color: #E83200;
    font-size: 12px;
    padding: 0 10px;
    direction: rtl;
    border-radius: 4px;
    z-index: 99;
}
.walletNoticeCloseBtn{
    cursor: pointer;
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("../assets/closeIconR.svg");
    left: 10px;
    top: 50%;
    margin-top: -5px;
}

.walletNoticeArrow{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #333;
    right: 50px;
    top: -5px;
    transform: rotate(45deg);
}
.walletNoticeHolderOrange{
    color: #f7931e;
    font-weight: 600;
}

.walletNoticeHolderOrange .walletNoticeCloseBtn{
    background-image: url("../assets/closeIconO.svg");

}
.actionBtn{
    color: #f9af0f;
    text-align: center;
    border: 2px solid #f9af0f;
    border-radius: 10px;
    height: 36px;
    font-size: 12px;
    width: 130px;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
    font-weight: 800;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    
}
.actionBtn span{
    display:inline-block;
    height: 36px;
    line-height: 32px;
    vertical-align: middle;
}
.actionBtn span::after{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    content: "";
    margin-left: 8px;
    margin-top: 2px;
    background-image: url("../assets/plusIconO.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}

.notiBoxHolderHolder .contentBoxHeaderTitle::before{
    content: "";
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    background-image: url("../assets/bellIcon.svg");
    filter: invert(1);
    opacity: .7;
    transform: rotate(10deg);
}


.sideBarNoticeBoard {
    max-height: 200px;
    overflow-y: scroll;
    padding-left: 6px;
    padding-bottom: 10px;
}


.dayTagHolderHolder .switchHolder:last-child{
    border-bottom: none;
}

.daysTypeBtnHolder{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 14px;
}

.daysTypeBtn{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    color: var(--darkGrey2);
    background-color: var(--lightGrey);
    font-size: 12px;
    font-weight: 800;
    opacity: .4;
    transition: all .2s ease-in-out;
    cursor: pointer;
    
}


.daysTypeBtnOn{
    opacity: 1;
    background-color: var(--lightOrange);
}


.coachBox{
    height: auto;
    width: 80px;
    float: right;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-left: 20px;
}

.coachBoxPhoto{
    height: 80px;
    width: 80px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 4px;
    border-radius: 80px;
    overflow: hidden;
    border: 4px solid #2B5CFF;
    background-color: #ddd;
    box-sizing: border-box;
    cursor: pointer;
}

.coachBoxPhoto img{
    height: 100%;
    width:  100%;
    margin: 0 auto;
    position: relative;
    display: block;
}


.coachBoxName{
    height: 20px;
    width: 100%;
    position: relative;
    margin-top: -20px;
    background-color: #2B5CFF;
    margin-bottom: 4px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    overflow: hidden;
}
.coachBoxName span{
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 5px;
    color: #fff;
    font-weight: 600;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.coachBoxReq .coachBoxPhoto{
    border: 4px solid #FF732A;
}

.coachBoxReq .coachBoxName{
    background-color: #FF732A;
}
.coachBoxBtn{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}


.requestedStatus{
    color: #f15a24;
    line-height: 20px;
    font-size: 10px;
    width: auto;
    height: 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    padding: 0 6px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    
}

.requestConnBtn{
    width: 45px;
    height: 24px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(10,0,255,0.3);
    background-image: url("../assets/plusIconBL.svg");
    cursor: pointer;
}
.endConnBtn{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(255,0,4,0.2);
    background-image: url("../assets/closeIconR.svg");
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.cancelRequestBtn{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(255,0,4,0.2);
    background-image: url("../assets/closeIconR.svg");
    cursor: pointer;
}


.connectionReqRejectBtn , .connectionReqAcceptBtn{
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 5px;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.connectionReqRejectBtn{
    background-image: url("../assets/closeIconR.svg");
    float: left;
    width: 30px;
    background-size: 12px;
    box-shadow: 0 2px 10px rgba(255,0,4,0.2);
}

.connectionReqAcceptBtn{
    float: right;
    background-image: url("../assets/tickIcon.svg");
    width: 45px;
    background-size: 15px;
    box-shadow: 0 2px 10px rgba(10,0,255,0.3);
    
}


.newConnectionBtn{
    width: 140px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #2B5CFF;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    color: #fff;
    
    
}

.newConnectionBtn span::before{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../assets/plusIconW.svg");
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    margin-left: 8px;
    
    
}

.requestedBtn{
    background-color: #A4B9FF;
    border: 1px solid #A4B9FF;
    width: 105px;
}




.connectionReqRejectSubmitBtn {
    background-color: #E50000!important;
    color: #fff!important;
    width: 100px!important;
}



.endConnSubmitBtn {
    background-color: #E50000!important;
    color: #fff!important;
        width: 100px!important;

}




.tickSwitchHolder{
    width: 33.33%;
    float: right;
    height: 30px;
    
}


.switchListHolder{
    overflow: hidden;
    opacity: .3;
    pointer-events: none;
    width: 100%;
    display: none;
}


.basicInfoSwitchList .tickSwitchHolder{
    width: 33.33%;
    
}


.switchListHolderOn{
    opacity: 1;
    pointer-events: auto;
    display: block;
    padding-bottom: 10px;
}

.tickSwitch{
    width: 16px;
    float: right;
    height: 16px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 3px;
    margin-left: 5px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.tickSwitchSpan{
    font-size: 12px;
    color: var(--lightGrey3);
    font-weight: 600;
    line-height: 30px;
    transition: all .2s ease-in-out;
}


.tickSwitchHolderOn .tickSwitch{
    background-image: url("../assets/tickSwitchP.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FCEAFF;
}

.tickSwitchHolderOn.tickSwitchHolderOrange .tickSwitch{
    background-image: url("../assets/tickSwitch.svg");
    background-color: #FFEAEA;
}


.tickSwitchHolderOn .tickSwitchSpan{
    color: var(--darkGrey2);
}

.tickSwitchFixed{
    pointer-events: none;
    filter: grayscale(1);
    opacity: .6;
}








.contentBoxFooter{
    width: 100%;
    padding: 0 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}



.contentBoxFooterMoreBtn{
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: var(--lightGrey);
    font-weight: 800;
    display: block;
    width: 150px;
    box-sizing: border-box;
    border-radius: 40px;
    margin: 0 auto;
}



.contentBoxFooterMoreBtn::after{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
    background-image: url("../assets/arrowTwo.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    filter: invert(1);
}


.plan{
    cursor: pointer;
    height: auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    direction: rtl;
    display: block;
    margin-bottom: 14px;
    transition: all .2s ease-in-out;
    background-color: var(--darkGrey2);
    overflow: hidden;
}

.personalPlan{
}
.orderedPlan{
    display: none;
    background-color: var(--palePurple);
}






.planBox{
    display: block;
    width: 100%;
    position: relative;
    padding:  10px;
    box-sizing: border-box;
}

.planWorkoutBox{
    
}

.orderedPlan .planBox{
    margin-bottom: 4px;
}


.planTitle{
    font-size: 12px;
    color: var(--lightGrey);
    text-align: right;
    overflow: hidden;
    width: 100%;
    height: 18px;
    font-weight: 800;
}


.planTitleHolder{
    display: block;
    width: 50%;
    position: relative;
    padding: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
}



.groupPlan .planTitle{
    color: var(--lightBlue);
}

.publicPlan .planTitle{
    color: var(--lightPurple);
}


.planBox {
    padding: 0;
    padding-right: 10px;
    width: 90px;
    float: right;
    height: 24px;
    margin-bottom: 12px;
}

.publicPlan .planBox {
    width: 100px;
}

.planTypeTitle{
    font-size: 10px;
    color: var(--lightGrey4);
    text-align: right;
    width: auto;
    height: 14px;
    font-weight: 400;
    
}


.planTypeTitle::before{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
    margin-left: 6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .85;
    filter: invert(1);
}



.planWorkoutBox .planTypeTitle::before{
    background-image: url("../assets/workoutPlanIcon.svg");
}

.planDietBox .planTypeTitle::before{
    background-image: url("../assets/dietPlanIcon.svg");
}
.planDesigner{
    font-size: 10px;
    font-weight: 800;
    color: var(--lightBlue);
    height: 16px;
    display: block;
    text-align: right;
    width: calc(100% - 130px);
    clear: both;
}

.planDesigner label{
    font-weight: 400;
    color: #E50000;
}


.visibleStatus{
    height: 14px;
    opacity: .7;
    width: 40px;
    box-sizing: border-box;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}


.invisiblePlan{
    background-image: url("../assets/invisible.svg");
    filter: invert(1);
}

.planDesigner::before{
    content: "طراح:";
    padding-left: 4px;
    color: var(--lightGrey5);
    font-weight: 400;
}

.planStatus{
    color: var(--lightGrey5);
    text-align: center;
    overflow: hidden;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    border-radius: 20px;
    line-height: 22px;
    font-size: 10px;
    font-weight: 600;
    padding-right: 2px;
}




.planStatus span::before{
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*.orangeStatus{
    background-color: var(--darkGrey3);
}
*/
.orangeStatus span::before{
    background-image: url("../assets/editIconO.svg");
}
/*

.greenStatus{
    background-color: var(--darkGrey3);
}
*/
.greenStatus span::before{
    background-image: url("../assets/editIconTickDG.svg");
}


.planDateHolder{
    font-size: 11px;
    line-height: 11px;
    color: var(--lightGrey4);
    width: 46px;
    height: 11px;
    display: block;
    direction: ltr;
    text-align: right;
    float: right;
    margin-top: 3px;
    margin-left: 6px;
}
.planGroup::before{
    content: "برای:";
    padding-left: 4px;
    color: var(--lightGrey5);
}
.planGroup{
    font-size: 10px;
    font-weight: 400;
    color: var(--lightGrey);
    width: auto;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: right;
    text-align: left;
}
.planTrainee::before{
    content: "برای:";
    padding-left: 4px;
    color: var(--lightGrey5);
}
.planTrainee{
    font-size: 10px;
    font-weight: 400;
    color: var(--lightGrey);
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 150px);
    display: block;
    float: right;
    text-align: left;
}
.planGym{
    font-size: 10px;
    font-weight: 800;
    color: var(--lightBlue);
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 14px;
    padding-bottom: 10px;
}
.planGym::before{
    content: "سفارش از:";
    padding-left: 4px;
    color: var(--lightGrey5);
}
.planArrow{
    width: 12px;
    height: 12px;
    background-image: url("../assets/arrowB.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 14px;
    opacity: .5;
    top: 50%;
    margin-top: -16px;
    filter: invert(1);
}

.comboPlan .planArrow{
    
}

.planPlusSign{
    width: 8px;
    height: 8px;
    background-image: url("../assets/plusIconW.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 14px;
    opacity: .4;
    top: 45px;
}

.planSubmitStatusHolder{
    float: left;
    box-sizing: border-box;
    font-weight: 800;
    background-image: url("../assets/tickIconDG.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    margin-top: 2px;
    font-size: 10px;
    
    line-height: 16px;
    padding-right: 16px;
    background-position: right;
    width: auto;
    height: 12px;
    display: block;
}
 

.planSubmitStatusHolder span{
    display: block;
    line-height: 12px;
}



.submitedStatus{
    color: var(--darkGreen);
}
.notSubmitedStatus{
    color: var(--darkOrange);
    background-image: url("../assets/awaitIconO.svg");
}





.planLinkStatus{
    float: left;
    padding-right: 16px;
    box-sizing: border-box;
    font-weight: 400;
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../assets/tickIconDG.svg");
    width:  auto;
    height: 12px;
    margin-top: 2px;
    font-size: 10px;
    color: var(--darkGreen);
    line-height: 13px;
        display: block;
    text-align: left;
    
}

    
    
.notSentLinkStatus{
    background-size: 10px;
    background-image: url("../assets/penIconO.svg");
    color: var(--darkOrange);
}


.planLinkHolder{
    float: left;
    padding-right: 16px;
    box-sizing: border-box;
    font-weight: 800;
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../assets/linkIconR.svg");
    margin-top: 2px;
    font-size: 10px;
    color: var(--darkRed);
    line-height: 16px;
    width: auto;
    height: 12px;
    display: block;
    border-left: 1px solid var(--darkGrey4);
    padding-left: 5px;
    margin-left: 8px;
}


.planLinkHolder span{
    display: block;
    line-height: 12px;
}

.publicPlan .planLinkHolder{
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}




.planFooter {
    height: 24px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    background-color:rgba(255,255,255,0.03);
    padding: 4px 10px;
    margin-top: 8px;
}



.planViewCount{
    font-size: 12px;
    display: block;
    float: left;
    color: var(--lightGrey4);
}

.planViewCount::after{
    content: "";
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../assets/viewIcon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    opacity: .6;
}


.linkBoxHolder{
    overflow: hidden;
    box-sizing: border-box;
}

.linkBox{
    background-color: #fafafa;
    border-radius: 8px;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display: block;
    width: calc(50% - 5px);
    box-sizing: border-box;
    float: right;
}

.linkBoxNewPlan{
    background-color: #1ed760;
}


.linkBoxHalfW:nth-child(2n){
    float: left;
}

.linkBoxText{
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: #666;
    font-size: 12px;
    direction: rtl;
}


.linkBoxText span{
    display: block;
    font-weight: 600;
}


.linkBoxText span::after{
    display: inline-block;
    width: 14px;
    margin-right: 5px;
    vertical-align: middle;
    height: 14px;
    content: "";
    background-image: url("../assets/arrowTwo.svg");
    opacity: .7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.linkBoxIcon{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: .5;
}

.linkBoxNewPlan:nth-child(4) .linkBoxIcon{
    width: 30px;
    height: 30px;
}
.linkBoxNewPlan .linkBoxText{
    color: #444;
}


.linkBoxNewPlan .linkBoxIcon{
    opacity: .7;
}


.userBoxHolder{
   width: 100%;
    height:100%;
    position: fixed;
    z-index: 999999;
    left: 0;
    display: none;
    top: 0;
}


.userBoxHolderDarkLayer{
    position: absolute;
    z-index: -1;
    background-color: rgba(0,0,0,0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    transition: all .3s ease-in-out;
}


.userBox{
    overflow: hidden;
    background-color: #fff;
    border-radius: 14px;
    direction: rtl;
    position: absolute;
    top: 50px;
    width: 250px;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(0,0,0,.5);
}

.userMenuMenuHolder{
    overflow: hidden;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}


.userMenuNameHolder{
    overflow: hidden;
    margin-bottom: 10px;
    text-align: right;
    box-sizing: border-box;
    direction: rtl;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


.userMenuPhoto{
    display: block;
    width: 45px;
    height: 45px;
    float: right;
}


.userMenuPhoto img{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #aaa;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
}


.userMenuName{
    font-weight: 800;
    display: block;
    width: calc(100% - 96px);
    overflow: hidden;
    margin-top: 4px;
    margin-right: 10px;
    float: right;
    font-size: 14px;
    color: #444;
}


.userMenuUserType{
    font-size: 10px;
    color: var(--darkGrey4);
    display: block;
    width: calc(100% - 96px);
    overflow: hidden;
    margin-right: 14px;
    float: right;
    font-weight: 800;
}


.creditHolder{
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    display: none;
}

.ceriditHolderImage{
    width: 35px;
    height: 35px;
    float: right;
    margin-left: 10px;
    padding: 4px;
    
}

.ceriditHolderImage img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    filter: invert(1);
    opacity: .5;
}


.creditHolderTitle{
    width: calc(100% - 60px);
    height: 20px;
    text-align: right;
    font-size: 12px;
    color: var(--darkGrey5);
    float: right;
    font-weight: 600;

}

.creditAmountHolder{
    width: calc(100% - 60px);
    overflow: hidden;
    text-align: right;
    float: right;
    color: var(--darkGrey2);
    padding-bottom: 10px;
    font-weight: 800;
}
.creditTimeAmountHolder{
    width: 100%;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 10px;
    display: none;
    border-bottom: 1px solid #ddd;
}





.creditOrange{
    color: var(--darkOrange);
}
.creditRed{
    color: var(--darkRed);
}
.creditAmount{
    display: block;
    float: right;
    text-align: right;
    width: auto;
    box-sizing: border-box;
    direction: ltr;
    padding-left: 5px;
}
.creditAmountLabel{
    display: block;
    float: right;
    text-align: right;
    width: auto;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 25px;
    color: var(--darkGrey5);
    font-weight: 600;
}

.creditTimeAmount{
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #999;
    padding-top: 5px;
    width: 100%;
    overflow: hidden;
    
}

.creditTimeAmountOrange{
    color: #f15a24;
}

.creditTimeAmountRed{
    color: #E83200;
}



.userMenuMenu{
    display: block;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    color: #444;
    font-size: 12px;
    font-weight: 800;
    position: relative;
}




.userMenuMenu img{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    opacity: .7;
}


.userMenuMenu span{
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}


.logOutBtn{
    border-top: 1px solid #eee;
    padding-top: 10px;
}


.logOutBtn img{
    opacity: .5;
    width: 18px;
    height: 18px;
}



.logOutBtn span{
    color: var(--lightGrey5);
}




.wrapper{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
}


.headerHolder{
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
    
}
.header{
  width: 94%;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
}

.headerOn{
    background-color: var(--footerHeader);
}

.headerLogo{
    width: 60px;
    height: 30px;
    float: left;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.headerLogo img{
    width: 50px;
    height: auto;
    display: block;
    float: left;
}


.headerMenuToggleHolder{
     width: 23px;
    height: 100%;
    float: right;
    cursor: pointer;
}


.headerMenuToggle{
    width: 100%;
    height: 5px;
    margin-top: 25px;
    position: relative;
}


.headerMenuToggle span{
    width: 5px;
    height: 5px;
    background-color: #f2f2f2;
    left: 50%;
    margin-left: -2.5px;
    border-radius: 50%;
    position: absolute;
}



.headerMenuToggle span:first-child{
    left: 0;
    margin-left: 0;
}




.headerMenuToggle span:last-child{
    left: auto;
    right: 0;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../assets/selectArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 12px;
    background-size: 14px;
}


.headerUserHolder{
    width: auto;
    overflow: hidden;
    height: 22px;
    float: right;
    margin-top: 17px;
    position: relative;
    cursor: pointer;
    direction: rtl;
    background-color:  var(--darkGrey);
    padding: 8px;
    border-radius: 20px;
}



.headerUserHolder span{
    width: auto;
    line-height: 22px;
    height: 22px;
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: #eee;
}


.headerUserHolder span::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../assets/userIconW.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    opacity: .8;
    padding-right: 4px;
}

.headerUserHolder span::after{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../assets/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    opacity: .3;
    transform: rotate(-90deg);
    padding-left: 8px;
}



.headerNotiHolder{
    width: 22px;
    height: 22px;
    background-image: url("../assets/bellIcon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 24px;
}



.headerNotiHolder span{
    background-color: #E50000!important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 0;
    display: none;
    box-shadow:  0 0 4px 2px rgba(229,0,0,.7);
    border: 2px solid #222;
}

.notiHolderActive span{
    display: block;
}

.inputHolder{
    direction: rtl;
    margin-bottom: 12px;
    overflow: hidden;
}
.inputHolderHalfW{
    width: 50%;
    float: right;
}
#editTraineeInfoPopBoxHolder .inputHolder{
    margin-bottom:20px;
}
#editTraineeInfoPopBoxHolder .inputHolderHalfW{
    margin-bottom: 0;
}

.inputHolder label{
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    color: var(--lightGrey5);
    font-weight: 800;
}
.inputHolder label span{
    font-weight: 400;
}

.inputHolder input{
    height: 40px;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    border: none;
}

.wrapper .inputHolder input{
    color: var(--lightGrey3);
    background-color: var(--darkGrey2)!important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}



.inputHolder textarea{
    height: 60px;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #666;
    background-color: var(--lightGrey);
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    border: none;
}




.switchHolder{
    direction: rtl;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    height: 50px;
        transition: all .2s ease-in-out;

}
.switchHolderLast{
    border-bottom: none;
}
.switchHolderHalfW{
    width: 50%;
    float: right;
    height: 40px;
    
}

.switchHolderLast{
    border-bottom: none;
}
.switchHolderSpan{
    display: block;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    font-weight: 800;
    color: #444;
    float: right;
    opacity:.5;
        transition: all .2s ease-in-out;
}


.switch{
    width: 34px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--lightGrey2);
    position: relative;
    float: left;
    margin-top: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.switchHolderHalfW .switchHolderSpan{
    margin-right: 10px;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}
.switchHolderHalfW .switch{
    float: right;
    margin-top: 12px;
}


.switchNob{
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: all .2s ease-in-out;

}

.switchSmall{
    width: 28px;
    height: 16px;
    border-radius: 20px;
    background-color: #ddd;
    position: relative;
    float: right;
    transition: all .3s ease-in-out;
}


.switchSmall .switchNob{
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: all .2s ease-in-out;

}
.switchOn .switchNob{
    left: 16px;
}

.switchSmall.switchOn .switchNob{
    left: 14px!important;
}

.switchOn{
    background-color: var(--darkOrange);

}


.switchHolderOn .switchHolderSpan{
    opacity: 1!important;
}



.orangeSwitchHolder .switchOn{
    background-color: #f7931e!important;
}
.purpleSwitchHolder .switchOn{
    background-color: var(--darkPurple)!important;
}

.switchDisable{
    pointer-events: none;
    opacity: .2;
}



.welcomeUserName{
    display: block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 18px;
    font-weight: 300;
}


.welcomeUserName::before{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    content: "";
    margin-left: 10px;
    background-image: url("../assets/userIcon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.deactive{
    filter: grayscale(1);
}
.hide{
    display: none!important;
}
.show{
    display: block!important;
}

.alertBox{
    position: fixed;
    top: 00px;
    left: 3%;
    background-color: rgb(247, 147, 30);
    color: rgba(0,0,0,0.6);
    padding: 20px;
    direction: rtl;
    box-sizing: border-box;
    width: 94%;
    font-size: 14px;
    opacity: 0;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 30px rgba(0,0,0,.4);
    border-radius: 10px;
    z-index: -9;
    
    
}


.alertBox span{
    width:90%;
    float: right;
    color: rgba(0,0,0,0.7);
    line-height:  24px;
    font-weight: 600;
}


.alertBoxActive{
    top: 20px;
    opacity: 1;
    z-index: 99999999999999;
}

.closeBtn{
    width: 14px;
    height: 14px;
    background-image: url("../assets/closeIcon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 20px;
    top: 10px;
    
}


.alertBoxCloseBtn{
    top: 50%;
    margin-top: -8px;
    opacity: .5;
}


.wrapperContent{
  width: 96%;
    box-sizing: border-box;
    height: auto;
    min-height: calc(100vh - 200px);
    margin: 0 auto; 
    margin-top: 70px;
    padding-bottom: 100px;
    max-width: 1200px;
}


.pageTitleHolder{
    direction: rtl;
    margin-bottom: 40px;
    color: var(--lightGrey4);
    overflow: hidden;
}

.pageTitle{
    display: block;
    font-size: 14px;
}
.pageTitle::before{
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7;
    filter: invert(1);
    vertical-align: middle;
}


.sideBarHolder{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
        box-shadow: 0 0 5px rgba(0,0,0,.2);

}


.bottomMenuHolder{
    width: 100%;
    height: 76px;
    position: fixed;
    left: 0;
    background-color: var(--palePurple);
    z-index: 999;
    bottom: 0px;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(0,0,0,0.4);
}


.toolNavHolder{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 10px;
    top: -40px;
    overflow: hidden;
    border-radius: 15px;
}

.toolNavToggle{
    width: 30px;
    height: 30px;
    background-image: url("../assets/plusIconB.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    float: left;
    background-color: yellowgreen;
    border-radius: 15px;
}

.toolNavOn .toolNavToggle{
    background-image: url("../assets/minusIconB.svg");
}

.toolNavContent{
    overflow: hidden;
    width: 0;
    float: left;
    height: 100%;
    transition: all 0.2s ease-in-out;
    
}

.toolNavBtn{
    width: auto;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 10px;
    color: #333;
    background-color: aqua;
    
}

.toolNavBtn img{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.toolNavBtn span{
    display: inline-block;
    vertical-align: middle;
}


.toolNavOn .toolNavContent{
    width: calc(100% - 30px);
}















.bottomMenu{
    width: 100%;
    overflow: hidden;
    direction: rtl;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 600px;
}



.bottomMenuItem{
    display: block;
    width: 16.66%;
    height: 66px;
    float: left;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    position: relative;
    opacity: .3;
    filter: grayscale(1);

}

.bottomMenuItemActive{
    opacity: 1;
    filter: grayscale(0);
}



.bottomMenuItem span{
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: 6px;
    color: var(--mainGreen);
    font-weight: 400;
}

.bottomMenuItemIcon{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding-top: 18px;
    opacity: .9;
}


.bottomBarHolder{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
        box-shadow: 0 0 5px rgba(0,0,0,.2);

}



.contentBoxHolder{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}


.contentBox{
    background-color: var(--darkGrey);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    direction: rtl;
    position: relative;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    
}

.contentBoxBody{
    padding: 14px;
    padding-top: 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}


.contentBoxHolderHeader{
    
    overflow: hidden;
    margin-bottom: 10px;
    
}

.contentBoxHeader{
    padding: 10px 14px;
    padding-bottom: 5px;
    color: var(--lightGrey);
    font-weight: 800;
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
}

.contentBoxHeaderTitle{
    line-height: 30px;
    height:30px;
    display: block;
}

.requestedCoachesHolderHolder .contentBoxHeader{
    font-size: 12px;
    margin-bottom: 5px;
}

.contentBoxHeaderTitle::before{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    background-image: url("../assets/basicInfoIcon.svg");
    background-size: contain;
    filter: invert(1);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .8;
    vertical-align: middle;
}


.contentBoxTitle{
    
    font-size: 12px;
    color: var(--lightGrey);
    font-weight: 800;
    padding-bottom: 20px;
    display: block;
    
}

.filterBtn{
    width: 36px;
    height: 36px;
    background-color: aliceblue;
    border-radius: 50%;
    background-image: url("../assets/filterIcon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-top: 2px;
}
.sortBtn{
    width: 36px;
    height: 36px;
    background-color: aliceblue;
    border-radius: 50%;
    background-image: url("../assets/sortIcon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
}




.popBoxFixBtnHolder{
     position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    width: 100%;
    padding: 20px 10px ;
    padding-top: 28px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    z-index: 999;
}


.progress{
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    position: absolute;
    top: 2px;
    left: 0;
}

.progress-bar , .progress-barEdit{
    background-color: #1ed760;
    height: 100%;
    width: 0%;
    transition: width 2s;
}

.submitBtn{
    text-align:center;
    border-radius:6px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    width: calc(100% - 130px); 
    float: left;
    direction: rtl;
    cursor: pointer;
    box-sizing: border-box;
     transition: all .2s ease-in-out;
    background-color:  var(--darkOrange);
    color: var(--darkGrey2);
    opacity: .2;
}

.submitBtnPurple{
    background-color:  var(--darkPurple)!important;
    color: #fff!important;
}

.submitBtnBlue{
    background-color:  var(--darkBlue)!important;
    color: #fff!important;
}

.wrapper .submitBtn{
	background-color:  var(--darkGrey2);
    color: var(--lightGrey2);
}


.submitBtnActive{
    pointer-events: auto!important;
    opacity: 1!important;
    font-weight: 800;
    background-color:  var(--darkOrange);
    color: var(--darkGrey2);
}


.onSubmit{
    pointer-events: none;
    opacity: .5;
  cursor: wait;
    position: relative;
}


.noticeBoxCloseBtn.onSubmit{
    pointer-events: none;
    opacity: .5;
  cursor: wait;
    position: absolute;
}
.submitBtnFullW{
    
    width: calc(100% )!important;
}
.applyBtnHolder{
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding:  0 10px;
    padding-bottom: 20px;
    padding-top: 10px;
    left: 0;
    height: 72px;
    box-sizing: border-box;
}


.applyBtn{
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    
}

.cancelBtn , .cancelBtnTwo{
    width: 120px;
    float: right;
    height: 40px;
    text-align: center;
    color: var(--darkGrey2);
    font-size: 14px;
    line-height: 40px;
	background-color:  var(--lightGrey);
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.mainBtn{
	background-color:  #1ed760;
    text-align:center;
    border-radius:3px;
    height: 40px;
    font-size: 14px;
    color: #444;
    line-height: 40px;
    width: 140px;
    direction: rtl;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    
}


.mainBtn span::before{
	content: "";
    vertical-align: middle;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("../assets/plusIcon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.popBoxHolderThree{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    display: none;
    top: 0;
}
.popBoxHolderTwo{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    display: none;
    top: 0;
}

.popBoxHolder{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 999;
    left: 0;
    display: none;
    top: 0;
}

.popBoxHolderDarkLayer ,.popBoxHolderDarkLayerTwo , .popBoxHolderDarkLayerThree{
    position: absolute;
    z-index: -1;
    background-color: rgba(0,0,0,0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    transition: all .3s ease-in-out;
    
}


#downloadPopBoxHolder .popBoxHolderDarkLayer{
    
    background-color: var(--darkGrey);
    
}
.popBox{
    width: 100%;
    min-height: 150px;
    max-height: 90vh;
    overflow: hidden;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.9);
    box-sizing: border-box;
    position: absolute;
    left: 0%;
    bottom: -50%;
    transition: all .3s ease-in-out;
}
.popBoxTwo{
    width: 90%;
    min-height: 150px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    box-sizing: border-box;
    position: absolute;
    left: 5%;
    top: 50%;
    transition: all .3s ease-in-out;
}

.popBoxThree{
    width: 314px;
    max-height: 90vh;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s ease-in-out;
    margin-left: -157px;
}


.popBoxHeader{
    height: 50px;
    color: #888;
    direction: rtl;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    
}

.popBoxTitle{
    line-height: 50px;
    height: 50px;
    color: #666;
    font-weight: 600;
    display: block;
}
.popBoxTitle span{
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    line-height: 22px;
}
.popBoxTitle img{
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    opacity: .6;
}
#editTraineeInfoPopBoxHolder .popBoxTitle img{
    opacity: 1;
}
#newMovePopBoxHolder .popBoxTitle img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
}
#newMealPopBoxHolder .popBoxTitle img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

#newTicketRepliesPopBoxHolder .popBoxTitle img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

#newPlanPopBoxHolder .popBoxTitle img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.popBoxCloseBtn , .popBoxCloseBtnTwo , .popBoxCloseBtnThree{
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("../assets/closeIcon.svg");
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    opacity: .5;
        cursor: pointer;

}

.popBoxResetBtn{
    position: absolute;
    left: 55px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("../assets/resetIcon.svg");
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    opacity: .5;
        cursor: pointer;

}

.popBoxContent{
    direction: rtl;
    padding:  10px;
    padding-top: 0;
    max-height: 80vh;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: #fff;
    transition: all .2s ease-in-out;
    padding-bottom: 30px;
}

.popBoxContentPadded{
    padding-bottom: 100px;
}

.popBoxContentThree{
    direction: rtl;
    padding: 10px;
    max-height: 80vh;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-bottom: 80px;
}


.popBoxContentSec{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.popBoxContentSecLast{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popBoxContentSecBottomless{
    margin-bottom: 0;
}




.popBoxContentSecTitle{
    color: #888;
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
    
}
.popBoxContentSecText{
    font-size: 14px;
    line-height:22px;
    color: #888;
    display: block;
    direction: rtl;
}



.popBoxContentBtnHolder{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}

.popBoxContentBtn{
   background-color: #f4f4f4;
    border: 1px solid #ddd;
      float: right;
    width: 90px;
    border-radius: 3px;
    color: #888;
    margin-left: 10px;
}


.popBoxSubmitBtn{
    width: 100%;
}


.popBoxConfirmBtn , .popBoxCancelBtn{
    background-color:  #1ed760;
    text-align:center;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    color: #444;
    line-height: 40px;
    width: 110px;
    direction: rtl;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    float: right;
}
.popBoxCancelBtn{
    background-color:  #f4f4f4;
    color: #999;
    margin-right: 10px;
    border: 1px solid #ddd;
}



.searchBar{
    width: 100%;
    height: 44px;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: var(--darkGrey2);
    
}


.searchBarBtn{
    float: left;
    width: 44px;
    text-align: center;
    height: 100%;
    font-size: 14px;
    background-color: var(--darkGrey2);
    position: relative;
    
}


.searchBarBtn img{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: .3;
    filter: invert(1);
}


.searchBar input{
    width: calc(100% - 44px);
    padding: 10px;
    box-sizing: border-box;
    border: none;
    height: 100%;
    direction: rtl;
    color: var(--lightGrey2);
    background-color: transparent;
}




.imagePopBoxHolder{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    display: none;
    top: 0;
    
}

.imagePopBoxHolderDarkLayer{
    position: absolute;
    z-index: -1;
    background-color: rgba(0,0,0,0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    transition: all .3s ease-in-out;
}

.imagePopBox{
    width: 90%;
    max-height: 80vh;
    border-radius: 4px;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -300px;
    background-color: rgba(0,0,0,0.60);
    background-image: url("../assets/noFileIcon.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}


.imagePopHolder{
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #333;
        
}


.loadingPopBox{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -20px;
    height: 40px;
    width: 100px;
     z-index: 1;   
}

.loadingPopBox .stage{
    filter: invert(1);
        
}


.imagePopBoxContent{
    height: 100%;
    box-sizing: border-box;
    position: relative;
}


.imagePopBoxNext{
    width: 15%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
background: linear-gradient(270deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.imagePopBoxNext::after{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-image: url("../assets/arrowB.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    transform: rotate(180deg);
    filter: invert(1);
}


.imagePopBoxPrev{
    width: 15%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.imagePopBoxPrev::after{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-image: url("../assets/arrowB.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    filter: invert(1);
}


.imagePopBoxBtnDisable{
    opacity: .2;
}


.imagePop{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


.imagePop img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.imagePopBoxClose{
    position: absolute;
    height: 20px;
    width: 20px;
    top: -30px;
    right: 0px;
    background-image: url("../assets/closeIconW.svg");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999999;
    cursor: pointer;
}








.videoPopBoxHolder{
    width: 100%;
    height:100vh;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    display: none;
    top: 0;
    
}

.videoPopBoxHolderDarkLayer{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
}
.videoPopBoxHolderCloseBtn{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 25px;
    width: 50px;
    height: 50px;
    background-image: url("../assets/closeIcon.svg");
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
        cursor: pointer;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50%;

}
.videoPopBox {
    width: 100%;
    height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-js{
    z-index: 2!important;
    max-width: 80vw!important;
    max-height: 80vh!important;
}

.videoControlBtnHolderPopBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s ease-in-out;
}

.videoControlBtnPopBox{
    width: 30px;
    height: 30px;
    background-image: url("../assets/videoPause.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.pause{
    background-color: rgba(0,0,0,0.5);
}

.pause .videoControlBtnPopBox{
    background-image: url("../assets/videoPlay.svg")!important;
}

.sudoAttachmentDisable{
    pointer-events: none;
    opacity: .2!important;
}

.attachedPhoto{
    width: auto;
    height: 70px;
    margin-left: 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    float: right;
}

.attachedPhoto img{
    width: auto;
    display: block;
    height: 50px;
    margin-top: 18px;
    border: 1px solid #aaa;
}
.attachedPhotoCloseBtn{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    background-image: url(../assets/closeIconO.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    cursor: pointer;
}



.attachmentFile{
    width: 80px;
    height: 32px;
    font-size: 10px;
    position: relative;
    display: block;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #f4f4f4;
    color: #aaa;
}


.attachmentFileTitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: rtl;
    display: block;
    width: 100%;
    line-height: 12px;
}

.attachmentFileFormat{
    position: absolute;
    left: 5px;
    bottom: 5px;
    line-height: 12px;
    font-weight: 600;
}


.attachmentFileIcon{
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 12px;
    height: 12px;
    background-image: url("../assets/attachmentIcon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}





.containerSwitch {
    float: left;
}


.switchContainer{
    overflow: hidden;
    width: 100%;
    display: block;
    margin-top: 10px;
    
}

.switchContainerOn{
    height: auto;
}

.footer{
	overflow: hidden;
    padding-top: 10px;
    width: 100%;

}

.footerInner{
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    padding: 15px 0;
    
}

.footerItems{
    display: block;
    width: 100%;
    direction: rtl;
    box-sizing: border-box;
    float: right;
    padding-bottom: 8px;
    color: #ddd;
    font-size: 12px;

}



.logos{
	
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
    direction: ltr;
}

.logos .eNamad{
	display: inline-block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
    border-radius: 5px;
}

.logos .eNamad img{
	display: block;
	width: auto;
	height: 100%;
    margin: 0 auto;

}
.logos .zarinPal{
	display: inline-block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
}
.logos .zarinPal img{
	display: block;
	width: auto;
	height: 100%;
    margin: 0 auto;
}


.logos .bazaar{
	display: inline-block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}
.logos .bazaar img{
	display: block;
	width: auto;
	height: 100%;
    margin: 0 auto;
}










.footerBtnHolder{
    width: 100%;
}


.footerAddressHolder{
    display: block;
    font-size: 12px;
    text-align:center;
    clear: both;
    color: #eee;
    background-color: transparent!important;
    width: 100%;
}

.footerPhoneNo{
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.footerPhoneNo::after{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background-image: url("../assets/footerPhone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}
.footerEmail{
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.footerEmail::after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    background-image: url("../assets/footerEmail.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.footerAddress{
    display: block;
        font-size: 12px;
}

.footerAddress::before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    background-image: url("../assets/footerAddress.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.allRights{
	width: 100%;
    clear: both;
	box-sizing: border-box;
	display: block;
	font-size: 10px;
	text-align: center;
    color: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}




.stage {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 16px 0;
      overflow: hidden;
}
.dot-flashing {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #444;
  -webkit-animation: dot-flashing 1s infinite linear alternate;
  animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #444;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #444;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #444;
  }

  100% {
    background-color: rgba(4,4,4,0.2);
  }
}






.sideMenuHolder{
    display: none;
}



.inputDisabled{
    background-color: var(--paleGreen)!important;
    pointer-events: none;
}














.adsContentBoxHolder{
    margin-top: 100px;
    box-sizing: border-box;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}



.adsHolder{
    width: 100%;
    height: 100px;
    background-color: var(--lightGrey5);
    position: relative;
}

.adsImage{
}
.adsHolderLabel{
    display: block;
    width: 100%;
    height: 20px;
    text-align: left;
    font-size: 10px;
    color: var(--darkGrey5);
    padding-top: 2px;
}



























@media only screen and (min-width: 360px){



.adsContentBoxHolder{
  width: 94%;
}


.popBoxThree{
    width: 340px;
    margin-left: -170px;
}

    
}



@media only screen and (min-width: 450px){


.contactUsBtnHolder span{
    height: 30px;
    width: auto;
    overflow: hidden;
    line-height: 32px;
    display: block;
}


.instagramBtnHolder span{
    height: 30px;
    width: auto;
    overflow: hidden;
    line-height: 32px;
    display: block;
}


    
}


@media only screen and (min-width: 600px){



    
}

@media only screen and (min-width: 600px){
 .popBox{
        width: 500px;
        left: 50%;
        margin-left: -250px;
        top: 50%;
        bottom: auto;
        border-radius: 10px;
    }
    .popBoxTwo{
        width: 500px;
        left: 50%;
        margin-left: -250px;
        top: 50%;
        bottom: auto;
        border-radius: 10px;
    }

    .bottomMenuHolder {
        display: none;
    }
    
.loader {
    margin-left: calc(-40px - 75px );
    margin-top: calc(-40px);
}
    
    
.footerInner {
    padding: 15px 0;
}      
    .footer{
        padding-right: 175px;
        box-sizing: border-box;
    }
    .headerHolder{
        padding-right: 175px;
        box-sizing: border-box;
    }
    .wrapperContent{
        padding-right: 175px;
        box-sizing: border-box;
    }
    
.sideBarHolder{
    display: block!important;
}

   
.sideMenuHolder{
    width: 180px;
    height: 100%;
    position: fixed;
    right: 0px;
    background-color: var(--darkGrey3);
    z-index: 100;
    top: 0px;
    overflow: hidden;
    box-sizing: border-box;
    overflow-y: scroll;
    margin-right: -4px;
    transition: all .3s ease-in-out;
    display: block;
    border-left: 1px solid var(--darkGrey2);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    
}

.sideMenu{
    width: 100%;
    height: auto;
    overflow: hidden;
    direction: rtl;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    top: 150px;
}



.sideMenuItem{
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    position: relative;
    opacity: .5;
    filter: grayscale(1);

    
}

.sideMenuItemActive{
    opacity: 1;
    filter: grayscale(0);
    background-color: var(--darkGrey2);
}


.sideMenuItem span{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 14px;
    
}

.sideMenuItemIcon{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
        vertical-align: middle;
}


    .sideMenuBalanceHolder{
        display: none;
        width: 100%;
        position: absolute;
        bottom: 30px;
        left: 0;
        background-color: var(--paleBlue);
        height: 120px;
        color: var(--lightGrey);
        box-sizing: border-box;
        padding: 10px;
        padding-top: 20px;
    } 
    

    .sideMenuBalance{
        overflow: hidden;
        width: 100%;
        direction: rtl;
    } 
    
    .sideMenuBalance span{
        width: 40px;
    overflow: hidden;
    display: block;
        float: right;
    font-size: 12px;
        line-height: 20px;
        
    }
    .sideMenuBalance label{
        width:calc(100% - 50px);
        float: left;
    overflow: hidden;
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--darkOrange);
    direction: ltr;
        line-height: 20px;
        
    }
    
    .sideMenuBalance label::before{
        content: "تومان";
    overflow: hidden;
    display: inline-block;
    font-size: 10px;
    color: var(--lightGrey5);
    vertical-align: middle;
    padding-right: 8px;
    line-height: 20px;
        
    }
    
    .sideMenuChargeCreditBtn{
        width: 100%;
        overflow: hidden;
        margin-top: 14px;
    }
    
    
    .sideMenuChargeCreditBtn a{
    color: var(--darkGrey2);
    text-align: center;
    background-color: var(--darkOrange);
    border-radius: 4px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 800;
    direction: ltr;
        vertical-align: middle;
    }
    
    .sideMenuChargeCreditBtn img{
    width: auto;
    height: 24px;
    display: inline-block;
        vertical-align: middle;
    margin: 0;
        margin-left: 10px;
    }
 
    
    
}

    
    
    

@media only screen and (min-width: 730px){
    
    
.loginBtnHolder{
    margin-top: 22px;
}



.contactUsBtnHolder{
    margin-top: 22px;
    margin-right: 40px;
}


.instagramBtnHolder{
    margin-top: 22px;
    margin-right: 40px;
}


    
}
    

@media only screen and (min-width: 730px){
    
    
    
.alertBox{
    left: 50%;
    margin-left: -250px;
    width: 500px;
}


.header{
    height: 70px;
}


.headerLogo{
    width: 70px;
    height: 40px;
    margin-top: 12px;
}

.headerLogo img{
    width: 60px;
    margin-top: 10px;
}

 

.headerMenuToggle{
    margin-top: 35px;
}

.headerNotiHolder {
    margin-top: 26px;
}
.headerUserHolder  {
    margin-top: 20px;
}    
    

.noticeBoard{
    top: 60px;
}
    
      

.userBox{
    top: 60px;
}
    
    
    
    
    
}







@media only screen and (min-width: 900px){

.loader {
    margin-left: calc(-40px - 105px );
    margin-top: calc(-40px);
}
    
    
    
    .footer{
        padding-right: 205px;
    }
    .headerHolder{
        padding-right: 205px;
    }
    .wrapperContent{
        padding-right: 205px;
    }
    
   
.sideMenuHolder{
    width: 210px;
    
}
    
    .sideBarHolder{
        overflow: hidden;
        display: block;
        width: 350px;
        float: left;
        margin-top:  46px;
        box-sizing: border-box;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
        background-color: #f4f4f4;
        border-radius: 15px;
        margin-bottom: 100px;
    }


    
    
    .sideBarHolder .contentBox:last-child{
        margin-bottom: 0;
    }
    
    
    
    .sideBarHolder .linkBox{
        box-shadow: 0 0 5px rgba(0,0,0,0);
        border: 1px solid #ddd;
    }
    
    .sideBarHolder .linkBoxNewPlan{
        border: 1px solid #18A34A;
    }
    
    
    .contentBoxHolder .contentBoxBody {
        padding: 0 15px;
        padding-bottom: 15px;
    }    
    
    .contentBoxHolder .contentBoxHeader{
        padding-bottom: 0px;
    }
    
    
}





@media only screen and (min-width: 1550px){



.walletBox{
    top: 50px;
    right: 50%;
    margin-right: -675px;
}


}

@media only screen and (min-width: 1485px){

 .walletNoticeHolder{
    right: 50%;
     margin-right: -688px;
}



}








@media all and (display-mode: standalone) {
    
    
    
    .footer{
        display: none;
    }
    
}









