


: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;   
    --deepPurple:#461472;   
    
    
    
    
  --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(--lightGrey3);
}

.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;
    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;
    
}





/* ==========================================================================
   2. HEADER
   ========================================================================== */
.headerHolder {
    width: 100%;
    overflow: hidden;
    height: 50px;
    padding-top: 16px;
    background-color: var(--footerHeader);
}

.header {
    width: 94%;
    max-width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.headerLogo {
    width: 70px;
    float: left;
    cursor: pointer;
}

.header-actions {
    float: right;
    margin-top: 16px;
    display: flex;
    gap: 10px;
}

.loginBtnHolder {
    background-color: #eee;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    padding: 0 16px;
    color: #444;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    float: right;
    cursor: pointer;
}

.loginBtnHolder span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../assets/login.svg") no-repeat center/contain;
    margin-right: 5px;
    vertical-align: middle;
}

.contactUsBtnHolder,
.instagramBtnHolder {
    float: right;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.contactUsBtnHolder img{
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.instagramBtnHolder img {
    width: 18px;
    height: 18px;
    filter: invert(1);
}

.contactUsBtnHolder span,
.instagramBtnHolder span {
    display: none; 
    font-size: 12px;
    font-weight: 800;
    padding: 0 5px;
}








.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: transparent;
    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);
}


.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-x: hidden;
    overflow-y: visible;
}




































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;
}


.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(--darkGrey2);
    background-color: #e9ecf3!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: 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;
    }

    
.loader {
    margin-top: calc(-40px);
}
    

    .wrapperContent{
        padding-right: 175px;
        box-sizing: border-box;
    }
    
}

    
    
    






/* --- FOOTER (copied from home.css so footerPlus.php renders correctly) --- */
.main-footer {
    background: #2A0647;
    padding: 60px 0 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
    color: #b3a0cc;
    direction: rtl;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: right;
}

.footer-brand h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #beff0b;
    margin-top: 0;
}

.footer-brand img {
    width: 30px;
}

.footer-desc{
    text-align: justify;
}

.footer-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: #beff0b;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a{
    transition: .15s ease;
}

.footer-links a:hover {
    color: #beff0b;
    padding-right: 5px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    direction: ltr;
    margin-bottom: 15px;
}

.contact-row span {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: .15s ease;
}

.social-btn:hover {
    background: #beff0b;
}

.social-btn:hover img {
    filter: brightness(0);
}

.social-btn img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    opacity: 0.6;
    font-size: .7rem;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {

/* 2. HEADER */
    .contactUsBtnHolder,
    .instagramBtnHolder {
        padding: 0 10px;
        margin-right: 20px;
        width: auto;
    }

    .contactUsBtnHolder span,
    .instagramBtnHolder span {
        display: block;
        width: auto;
        overflow: visible;
        color: #fff;
    }

}





/* desktop footer layout (same behavior as home.css) */
@media screen and (min-width: 992px) {
    .footer-container {
        flex-direction: row;
        align-items: flex-start;
    }

    .footer-col {
        flex: 1;
        text-align: right;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .footer-title::after {
        right: 0;
        left: auto;
        transform: none;
    }
}








@media only screen and (min-width: 730px){
    
    
    
.alertBox{
    left: 50%;
    margin-left: -250px;
    width: 500px;
}


    
}







@media only screen and (min-width: 900px){

.loader {
    margin-left: calc(-40px - 105px );
    margin-top: calc(-40px);
}

    
}







@media all and (display-mode: standalone) {
    
    
    .footer{
        display: none;
    }
    
}



