span.tab-title.ng-binding {
    display: none;
}

i.icon.ion-more {
    color: white;
}
.bar-dark .button.button-icon {
   
    color: #a6a6a6 !important;
}
.page-builder .ecommerce-products .vertical-layout .title, .page-builder .video-commerce-products .title, .page-builder .reservation-items .title, .page-builder .card-item .vertical-layout .card-title {
    color: rgb(25, 25,25);
}

a.tabs-striped.tabs-image.tab-item {
    opacity: 0.9;
}

.gradiant-primary, .tabs-background-positive .tabs, .tab-nav.tabs, .login-page, .signup_page, .forgetPasswordPage, .confirmCodePage, .header-bg:after, .signup .edit-btn, .theme-bg-gradiant, .player-box {
    
    background: linear-gradient(to right, #fff 0%, rgb(255, 255, 255) 100%) !important;
    color: rgb(255, 255, 255) !important;
    

    padding-top: 6px;

}

.tabs-bottom-st .tab-item .icon { background-size: 32px;}
.tab-nav.tabs {
	box-shadow: 0 0px 18px 0px #c7c7c7;
	height: 56px !important;
}
.has_watermark .tab-nav.tabs{
	padding-right: 20px;
    padding-left: 20px;
}




.customer-club .score-balance-box {
    margin: 0px auto;
  background-image:  linear-gradient(217deg, rgba(255, 111, 71, 1), rgba(255, 0, 0, 0) 70.71%), 
    linear-gradient(127deg, rgba(255, 57, 0, 1), rgba(255, 0, 0, .9) 70.71%), 
    linear-gradient(336deg, rgba(204, 44, 0, 1), rgba(255, 0, 0, 0) 70.71%);
  border-radius: 0px 0px 35px 35px;
  width: 100%;
  padding: 120px 25px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}



.customer-club .score-balance-box img{
    width: 60px;
    content: url(https://app.sarazhinu.ir/uploads/user/WOnR6/sarazhinuclub/sarazhinuclubNEW.png) !important;
}

.customer-club .score-balance-box h3{
      color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 35px;
    display: flex;
    justify-content: center;
}
.customer-club .score-balance-box span {
	color: #737373;
    font-size: 15px;
}
.customer-club .score-action-change,
.customer-club .score-action-history {
   display: flex;              
   flex-direction: column;
   align-items: stretch;
   margin: 25px auto;          
   border-bottom: 1px solid rgb(230, 230, 230);
   background-color: white;
   border-radius: 20px;
   position: relative;
   z-index: 10;
   transform: translateY(-45px);  
   width: 75%;
}


.score-action-history .action-item{
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #252525;
    align-items: baseline;
}
.score-action-history .action-item:not(:last-child){
    border-bottom: 1px solid rgb(230, 230, 230);
}
.score-action-history .action-item>i{
    color: rgb(230, 230, 230);
}
.score-action-history .action-item .right-holder{
    display: flex;
    align-items: center;
    gap: 10px;
}
.score-action-history .action-item .right-holder i{
    background-color: rgb(207 255 241);
    padding: 5px;
    border-radius: 5px;
    color: rgb(255 57 0);
    font-weight: 600;
}

.fa-tag:before {
    content: "\f06b"
}
.fa-box-open:before {
    content: "\f004"
}
.fa-gem:before {
    content: "\f0ae"
}


.fa-regular fa-heart:before {
    content: "\f0e0"
}









.ion-email-unread:before {
content: "\f2eb"
}


.customer-club .score-balance-box span {
	color: #ffffff;
    font-size: 17px;
}







.customer-club--header{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    height: 60px;
    padding: 10px 15px 0 15px;
    /* box-shadow: 0 3px 5px rgba(128, 128, 128, 0.121); */
    display: flex;
    justify-content:left;
    align-items: center;
    margin:0 auto;
}

.customer-club--header i{
    color: #00ffbc;
    margin-bottom: 2.5px;
}
.customer-club--header button{
    background-color: rgb(207 255 241);
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 7px;
    border: none;
    color: #ff3900;
    font-size: 14px;
    font-family: IRANYekan;
}
.customer-club--header button .num{
    color: rgb(255, 57, 0);
    font-size: 15px;
    font-weight: 700;
}
.customer-club .offer-card .bottom-holder a{
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
    width: fit-content;
    color: #ff3900;
    font-weight: 600;
    font-size: 13px;
}




.customer-club .award-des--score .fa-gem{
    color: #00ffbc;
}
.customer-club .award-des--score{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(117 117 117);
}


.new-tabs-bottom .customer-club ion-content {
    bottom: 71px;
}
.new-tabs-bottom .customer-club--footer {
    bottom: 70px;
}
.customer-club--footer--btn{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #00ffbc;
    color: rgb(255 255 255);
    font-size: 17px;
	font-weight:700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IRANYekan;
}



.customer-club .offer-card .card-title{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    color: #757575;
    font-weight: 700;
    font-size: 13px;
}



.customer-club .award-des--title{
    display: flex;
    align-items: center;
    color:#737373;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
}  
.customer-club .award-des--score{
    display: flex;
    width: auto;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    background-color: rgb(207 255 241);
    color: rgb(255, 57, 0);
}
.customer-club .award-des--score .fa-gem{
    color: #00ffbc;
    padding-left: 4px;
}
.customer-club .award-des--score .num{
    font-weight: 800;
    font-size: 15px;
    color: #ff3900;
     padding: 2px;
}
.customer-club .copntent{
    padding: 20px 15px;
    font-size: 14px;
    color: rgb(122, 122, 122);
}

.customer-club .offer-card .card-price{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    align-items: end;
    font-size: 12px;
    color: #737373;
}


.customer-club .offer-card .top-holder{
    border-bottom: 2px dotted rgb(210 210 210);
    padding: 10px 10px;
}
.customer-club .offer-card .card-price span{
   padding-right: 5px;
    font-weight: 700;
margin-left:5px;
	
 background-color: rgb(207 255 241);
    border-radius: 5px;
    color: rgb(255 57 0);
}


.customer-club .offer-card .top-holder img{
    grid-column-start: 1;
    /* grid-column-end: 2; */
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}



.customer-club .offer-card .top-holder{
    column-gap: 16px;
}




.customer-club .cards-holder{
    margin: 60px 0px ;
}


.customer-club .offer-card {
    background-color: white;
    box-shadow: 0 0 10px rgb(234 234 234);
    border-radius: 10px;
    overflow: hidden;
    width: 93%;
    margin: 20px auto;
}



.customer-club .head-banner{
    width: 100%;
	height: auto;
    margin-top: 55px;
    border-radius: 15px;
}

i.icon.ion-android-more-vertical {
    display: none;
}


.customer-club .offer-card .top-holder  {
  grid-template-columns: 1fr 1.5fr;
}



.customer-club .cart-backdrop{
    margin-top: 150px;
    margin-bottom: 100px;
    background: white;
}



.cart-backdrop,
.select-sort,
.select-filter {
    color: #464646;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 4%;
    text-align: center;
    font-size: 15px;
    background-color: white;
    border-radius: 13px;
   
    max-height: 89vh;
}


.customer-club .cart-backdrop img{
 
    width: 70px;
    height: auto;
    margin: 10px auto;
}


.customer-club .getAwardButtons .left-btn{
    width: 80%;
}

.customer-club .FilldedBtn{
    color: white;
    background-color: #00ffbc;
    border-radius: 10px;
    padding: 8px;
    border: none;
    font-size: 16px;
    font-weight:700;
    font-family: IRANYekan;
}










img[src*="diamond3.png"] {
    content: url('https://app.sarazhinu.ir/uploads/user/WOnR6/sarazhinuclub/sarazhinuclubNEW.png') !important;
    width: 20px;
    height: auto;
}

img[src*="checkmark.svg"] {
    content: url('https://app.puzzley.net/uploads/user/WOnR6/sarazhinuclub/check.svg') !important;
    width: 20px;
    height: auto;
}



.ion-email:before {
    content: "\f0f3" !important;
    font-family: "FontAwesome" !important; /* مطمئن شوید فونت صحیح است */
   font-weight: 100; 
   	transform: scale(0.8); 
    display: inline-block;
}




.theme-color {
    color: #ff3900 !important;
}

.customer-club .cart-backdrop .getAwardTitle{
    color: #7c7c7c;
}

.customer-club .cart-backdrop .getAwardDes{
    width: auto;
}


.customer-club .copy-code-holder button{
    height: 27px;
    width: 35%;
    border: none;
    background: rgb(207 255 241);
    box-shadow: none;
    color: #ff3900;
    font-weight: 800;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'IRANYekan';
    font-size: 10px;
    margin-right: 7px;

}


.customer-club .copy-code-holder input{
    border: 2px dotted;
    color: #00ffbc;
}



.header-detail {
  margin: 0px auto;
    background-image:  linear-gradient(217deg, rgb(207, 255, 241, 1), rgba(255, 0, 0, 0) 70.71%), 
     linear-gradient(127deg, rgba(0, 255, 188, 1), rgba(255, 255, 255, 0) 70.71%), 
     linear-gradient(336deg, rgba(0, 204, 150, 1), rgba(255, 0, 0, 0) 70.71%);
    border-radius: 0px 0px 35px 35px;
    width: 100%;
    padding: 145px 25px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
	position: relative;
	align-items: center;
}



.signup .edit-button {
	
    width: max-content;
    left: 43px;
    width: 100px;
     
    line-height: 34px;
     
    color: #626262 !important;
    font-family: 'IRANYekan';
    font-weight: 800;


}



.header-detail .edit-button,
.header-detail .logout-button {
	position: absolute;
    display: flex;
    top: 25px;
    flex-direction: row;
    text-align: right;
    /* margin-left: 20px; */
    align-items: flex-start;
    left: auto;
    align-content: center;
    justify-content: flex-start;
    padding-right: 0px !important;
}

.ion-log-out:before {
    content: "\f2a9";
    font-weight: 500;
    font-size: 25px;
    color: #ff3900;
    /* margin-left: 7px; */
    text-align: right !important;
    margin-right: 0px;
}

.ion-edit:before{
    content: "\f12c";
    font-weight: 700;
    font-size: 27px;
    color: #ff3900;
    /* padding-left: 0px; */
    margin-top: 35px;
    /* margin-left: 2px; */
    text-align: right !important;
    margin-right: 0px !important;
}


.signup .header-items {
	font-size: 13px;
	display: block;
	color: #737373;
	margin: 0;
	line-height: 22px;

}



.profile img.avatar_continer {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
    margin-right: 20px;
}


.profile-page .profile-link-icon {
	right: 20px;
	position: absolute;
	top: 7px;
	font-size: 22px;
	width: 30px;
	background-color: rgb(207 255 241);
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
}



.signup .ion-chevron-left.profile-link-pointer {
	color: #c9c9c9;
}



.signup-tickets .read-all-box {

    color: #ff3900;
    margin: 30px 30px 5px 20px;

}


.tickets .item-contact {
	min-height: 75px;
	box-shadow: -1px 1px 0;
	border-radius: 15px;
	padding: 10px 18px 0px;
	margin: 12px 28px 22px 28px !important;
	/* border: 2px; */
	border-color: #d6d6d6;
	background-color: #ffffff;
	position: relative;
    color: #cbcbcb;
}



.popup .popup-buttons .button {
	font-family: IRANYekan;
	border-color: transparent;
    background: #ebebeb;
    color: #444;
	border-radius:12px;

}



.popup-container .popup {
    width: 290px;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    padding: 10px;

}


.ion-android-clipboard:before {
    content:"\f373";
    font-weight: 00;
	font-size: 26px;
	padding-top: 2px;
    }



.signup-tickets.tickets #search_icon {
	top: 41px;
    margin-right: 9px;
    width: 38px;
	height: 38px;
    background-color: #00ffbc !important;
}

.tickets .button.button-fab.button-fab-bottom-right {
    left: 25px !important;
    right: auto !important;
    margin-bottom: 66px !important;
    background-color: #00ffbc !important;
}


.signup-tickets.tickets .item-input-inset {
	height: 70px;
	margin-top: 0px;
	padding: 60px 0px 70px 0px;
	border-radius: 0px 0px 20px 20px;
	background-color: #b6ffec;
	border: none;
	display: flex;
	align-items: center;
}



.signup-tickets.tickets input#searchedText {
	background: #fff !important;
	padding-right: 40px;
	border-radius: 15px;
	box-shadow: none;
	border: 1px solid  #e2e2e2;
	margin: 0px 25px 0px 20px;
    font-family: 'IRANYekan';
	font-weight: 10 !important;
    color: #797676 !important;
}


.signup-tickets.tickets h2 {
	color: #6d6d6d;
    font-size: 14px;
    font-weight: bolder;    
}

.signup-tickets.tickets h2:before {
    content: "\f0f3" !important;
    font-family: "FontAwesome" !important;
    font-weight: 600;
    
    display: inline-block;
    font-size: 18px;
    color: #00ffbc;
    padding-left: 12px;
    transform: rotate(0.08turn);
}


.tickets .item .badge {
  right: auto;
  left: 12px;
}


ion-header-bar.bar-dark.bar.bar-header, .bar.bar-dark,
	.header-cartform{
		background: #ffffff !important;
		box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0);
	}


.bar .title {
    display: block;
    position: absolute;
    top: 0;
    
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
}


.reservation .item.item-thumbnail-right {
   padding-top: 6px;
   box-shadow: -1px 1px 0;
   border-radius: 15px;
   margin-top: 10px;
    margin-bottom: 20px;
   border: 2px;
   border-color: #d6d6d6;
   background-color: #ffffff;
   position: relative;
   color: #cbcbcb;
   padding-bottom: 10px;
}

.reservation .payment-status-box .un-payed,
.reservation .status-box .un-confirm {
    color: white !important;
    font-size: 10px;
    background-color: #ff3900;
    padding: 2px 9px;
    border-radius: 6px;
}



.reservation .payment-status-box .payed,
.reservation .payment-status-box .pay-when-received,
.reservation .status-box .confirm {
    color: #000000 !important;
    font-size: 10px;
    background-color: #00ffbc;
    padding: 2px 9px;
    border-radius: 6px;
}



body,
ion-nav-view,
ion-nav-view .pane:not(.wmenu),
.orginalbackground:not(.wmenu) {
			 background: url('https://app.puzzley.net/themes/mousavi/assets/img/background-pho.png') no-repeat center center !important;
			-webkit-background-size: cover ;
			-moz-background-size: cover ;
			-o-background-size: cover ;
			background-size: cover ;
            background-color: #f7f7f7  !important;
}


.reservation .item.item-thumbnail-right .item-image {
    
   border-radius: 50%; 
   /* margin: 5px  5px 5px 5px; */
   max-width: 60px;
   top: 20%;
   right: 15px;
   max-height: 60px;
}




.customer-club .history-item {
   padding-top: 14px;
	box-shadow: -1px 1px 0;
	border-radius: 15px;
	
	margin: 10px 20px 20px 20px;
	border: 2px; 
	border-color: #d6d6d6;
	background-color: #ffffff;
	position: relative;
	color: #cbcbcb;
    padding-bottom: 14px;
}


.customer-club .history-item .date, {
    font-size: 12px;
}


.customer-club .history-item .score {
    font-size: 12px;
      font-size: 12px;
     padding-right: 5px;
     padding-left: 5px;
     font-weight: 700;
     margin-left:5px;
	
     background-color: rgb(207 255 241);
     border-radius: 5px;
     color: rgb(255 57 0);
}



.signup .submenu-container {
   display: flex;              
   flex-direction: column;
   align-items: stretch;
   margin: 25px auto;          
   border-bottom: 1px solid rgb(230, 230, 230);
   background-color: white;
   border-radius: 20px;
   position: relative;
   z-index: 10;
   transform: translateY(-45px);  
   width: 75%;
   padding: 4px;
   
}




.signup .header-items-main {
    font-size: 14px;
    line-height: 8px;
}


.signup .header-items.role {
    color: #ffffff !important;
    font-size: medium;
    background-color: #ff3900 !important;
    width: 100%;
    padding-right: 39px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom:5px;
    border-radius: 9px;
    position: relative; 
}

.signup .header-items.role::before {
    content: "\f004";   /* اضافه کردن نماد */
    font-family: 'FontAwesome';  /* تعیین فونت (باید فونت FontAwesome در پروژه شما بارگذاری شده باشد) */
     color: #00ffbc;
     font-size: 22px;
     font-weight: 500;
    position: absolute;  /* تنظیم موقعیت مطلق */
    right: 10px;  /* تنظیم فاصله از چپ (می‌توانید این مقدار را تغییر دهید) */
    top: 50%;  /* تنظیم فاصله از بالا */
    transform: translateY(-50%);  /* مرکز کردن عمودی نماد */
}





.reservation .layoutD.item {
    position: relative;
    overflow: visible;
    margin: 10px 16% 10px 8px;
    height: 25vw;
    max-height: 130px;
    padding: 0;
     
    width: 84%;
    border-radius: 15px !important;

    box-shadow: -1px 1px 0;
    border-color: #d6d6d6;
    background-color: #ffffff;
     
    color: #cbcbcb;
}


.padding-fits {
    padding: 15px 25px;
}


.reservation .item-price .free-price,
    .reservation .item-price .main-price {
    color: #00ffbc;
    font-size: 13px;
    background-color: rgb(207 255 241);
    border-radius: 5px;
    color: rgb(255 57 0);
}


.reservation .item-price .buy-price {
   
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0;
    text-align:  left;
    font-weight: normal;
    padding: 2px 10px 2px 0px;
    background-color: #f2f2f2;
    border-radius: 5px;
    color: rgb(84 84 84);
}

.reservation .layoutD.item .item-title p {
    font-weight: bold;
    font-size: 13px;
    padding-left: 0px;
    margin-top: 0px;
}


.reservation .layoutD.item a.item-content {
    padding: 0% 20% 0% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
}


.fa-chevron-left:before {
    content: "\f053";
	font-size: 20px;
	color: #c9c9c9;
    font-weight: 100;
}

.signup .profile-link-title {
    padding-right: 53px;
    font-size: 15px;
}


.profile-page .profile-links {
    
    margin: 6px;
   
}


.ion-arrow-left-c:before {
    content: "\f124";
	font-size: 20px!important;
	font-weight:700;
	margin-left:12px;
}


.reservation .item a.item-content {
    min-height: unset;
    box-shadow: unset;
    border-radius: unset;
    width: 100%;
    height: 100%;
    
    
}



.reservation .reserve-alert.success {
    background-color: #fff;
}


.reservation .reserve-alert .alert-icon i.ion-ios-checkmark-empty {
    background-color: #00ffbc;
}




.reservation .reserve-alert {
    padding: 4% 2% 4%;
    margin: 20px;
    background-color: #ffffff;
    display: flex
;
    align-items: center;
    column-gap: 11px;
    border-radius: 0px;
    box-shadow: rgba(50, 50, 93, 0) 0px 2px 5px -1px, rgba(0, 0, 0, 0) 0px 1px 3px -1px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
    color: #535353;
}




.reservation .reserve-alert p {
    margin: 0;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}



.single-reserve-detail {
    padding: 4% 12% 4%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    margin: 0px;
    line-height: 0;
    background-color: #fff;
    color: #636363;
}



.reservation .single-reserve-header .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: -1px;
}


.reservation .download-ticket--btn {
      color: #fff;
	background-color: #fff !important;
	font-size:0px;
	margin-top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    transition: .5s;
    border: none;
}



.reservation .cancel-ticket--btn {
    border: 1px solid rgb(212, 212, 212);
    color: #ffffff;
    background: #ff3900;
}


.reservation .reserve-information .phone {
    color: #ff3900;
    margin-right: 5px;
    padding: .5% 4%;
    border-radius: 5px;
    border: 1px solid #ff3900;
    font-size: 12px;
}



.reservation .visit-single {
    padding: 0% 8%;
    font-weight: bold;
    font-size: 0;
    background-color: #fff;
    margin: 0px 30px;
}

.reservation .reserve-information {
    padding: 2% 7% 1% 7%;
    background-color: #fff;
    margin: 0px;
    color: #636363;
}

.reservation .single-reserve-desc {
    padding: 4% 4% 0;
    margin: 0;
    background-color: #fff;
    margin: 0px;
}




.reservation .reserve-information .title {
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 4px;
    padding-right: 15px;
}


.reservation .reserve-information p {
    margin-bottom: 25px;
    padding: 0px 15px;
    text-align: justify;
}


.reservation .reserve-information .map-button, .reservation .reserve-detail button {

    border: 1px solid #00ffbc;
    color: rgb(79, 79, 79);
   
}

.reservation .map-box {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

i.icon.ion-chevron-left:before {
    font-size: 0px;
    margin-top: 1px;
    margin-right: 6px;
}


.reservation-widget .status-alert.active {
    background-color: #00ffbc;
    color: #0c0c0c;
}

.reservation-widget .filled-btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: 800;
    font-family: 'IRANYekan';
    background: #ff3900;
    color: white;
}



.reservation-widget .bordered-btn {
    padding: 10px 20px;
    border-radius: 5px;
    background: none;
    font-weight: 800;
    font-family: 'IRANYekan';
    border: 1px solid rgb(201, 201, 201);
    color: rgb(107 107 107);
}


.loginToAccount .popup .popup-buttons button.button-red-balanced {
    background: #ff3900;
    color: white;
    font-weight: 600;
}


.loginToAccount .popup-buttons button.button-assertive {
    background: #00ffbc;
}


.reservation-widget .status-alert.deactive {
    background-color: #ffddd4;
    color: #000000;
}

.reservation-widget .filled-btn:disabled {
    background: #ff3900;
    font-family: 'IRANYekan';
}




.reservation-widget .filled-btn{
    padding: 10px 20px ;
    border-radius: 5px;
    border: none;
    font-weight: 800;
    font-family: 'IRANYekan' !important;
    background: #ff3900 !important;
    color: white;
}


.reservation-widget .bordered-btn {
    padding: 10px 20px;
    border-radius: 5px;
    background: none;
    font-weight: 800;
    font-family: 'IRANYekan';
    border: 1px solid #00ffbc;
    color: rgb(132 132 132);
}





.reservation .single-reserve-header {
    padding: 2% 12% 1% 2%;
    background-color: #ffffff;
    margin: 0px;
    color: #636363;
}


.reservation .reserve-alert .alert-icon i.ion-ios-close-empty {
    background-color: #ff3900;
}


.reservation .layoutD.item .item-image {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    right: -20%;
    height: 0;
    padding-top: 100px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    border: 2px solid #00ffbc;
}



.reservation .layoutD.item .item-description p {
    font-size: 13px;
    padding: 2px 0px;
    background-color: rgb(207 255 241);
    border-radius: 0px;
    color: rgb(255 57 0);
}



form#editForm input{
	color: rgb(112, 112, 112) !important;
}


.edit-profile-page .edit-label + input {
    display: block;
    width: 90%;
    margin: 8px auto;
    border: 1px solid #c8c8c8  !important;
    background: white !important;
    box-shadow: 0 0 0;
    border-radius: 7px;
    padding-top: 2px;
    font-family: Iranyekan;
}



.signup label, .signup label.item {
    border: none;
    padding: 0;
    display: grid;
    justify-content: center;
    margin-top: 15px;
}


.edit-profile-page .edit-label {
    color: #949494;
    display: block;
    width: 87%;
    margin: auto;
    font-size: 13px;
    margin-right: 22px;
}


.edit-profile-page .password-help {
    font-size: 12px;
    margin-right: 57px;
    color: #959595;
    display: block;
    margin-top: -10px;
}

.edit-profile-page .change-password {
    display: block;
    margin-right: auto;
    text-decoration: none;
    display: flex;
    column-gap: 9px;
    margin-bottom: 18px;
    color: #f26454;
    margin-top: 12px;
    font-size: 13px;
    justify-content: center;
}

.ion-ios-locked-outline:before {
    content: "\f457";
    font-size: 15px;
    font-weight: 600;
}

.edit-profile-page .delete-account {
    opacity: 0.7;
    font-size: 11px;
    margin-top: 42px;
}


.edit-profile-page .image-input {
    margin: 0px auto;
    background-image: linear-gradient(217deg, rgba(112, 255, 217, 1), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 188, 1), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(0, 204, 150, 1), rgba(255, 0, 0, 0) 70.71%);
    border-radius: 0px 0px 35px 35px;
    width: 100%;
    padding: 40px 25px;
    display: flex
;
    gap: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.edit-profile-page .change-avatar-button {
    color: #444444;
    font-weight: lighter;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}

.edit-profile-page i.ion-edit {
    margin-left: 9px;
    padding-top: 0px;
}

.edit-profile-page .image-input img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: -25px;
}


.item-input {

    padding: 3px 0 3px 35px;
}

.signup .alert span {
    font-size: 12px;
    color: #ff3900;
    display: flex;
    margin: 0 30px;
    justify-content: center;
}


.signup .changePasswordPage input {

    color: rgb(130, 130, 130) !important;
}


.changePasswordPage .edit-label + input {
    display: block;
    width: 88%;
    margin: 10px auto;
    border: 1px solid #e2e2e2 !important;
    background: #fff !important;
    box-shadow: 0 0 0;
    border-radius: 7px;
    padding-top: 10px;
}



.changePasswordPage .edit-label {
    color: #696969;
    display: block;
    width: 87%;
    margin: auto;
    font-size: 12px;
    margin-right: 20px;
}


.reservation .item-price {
    font-size: 100%;
    height: auto;
}



.reservation .landing-slider img.box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%;
    height: auto;
    margin-top: 50px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #00ffbc, #00ff7f, #00fff8) border-box;
    border-radius: 50em;
    border: 4px solid transparent;
}


.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 1%;
    opacity: 0;
}


.reservation .landing-slider {
    bmargin: 0px auto;
    background-image: linear-gradient(217deg, rgba(207, 255, 241, 1), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 188, 1), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(0, 204, 150, 1), rgba(255, 0, 0, 0) 70.71%);
    border-radius: 0px 0px 35px 35px;
    width: 100%;
   
    display: flex;
    justify-content: right;
    align-items: center;
 
    position: relative;
    align-items: center;
    padding-bottom: 55px;
}


.reservation .header-card .title-box {
    font-weight: lighter;
    text-align: center;
    font-size: 17px;
    color: #988e8c;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 14px auto 25px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    transform: translateY(-65px);
    width: fit-content;
    box-shadow: -1px 1px 0 #d6d6d6;
    border: 2px;
    padding: 5px 36px 5px 12px;
}


.reservation .header-card .title-box::before {
    content: url('https://app.puzzley.net/uploads/user/WOnR6/Background/S-Z-T01.svg') !important;
    width: 20px;
    height: auto;

    position: absolute;
    right: 10px;
    top: 65%;
    transform: translateY(-50%);
    color: #00ffbc;

}




.reservation .reserve-card span {
    margin-bottom: 3%;
    display: inline-block;
    font-family: 'IRANYekan' !important;
    color: #232323;
}

.reservation .reserve-card .reserve-button {
    display: block;
    width: 100%;
    padding: 7px 0 9px;
    border-radius: 10px;
    border: none;
    background-color: #00ffbc;
    color: #3d3d3d;
    padding-top: 11px;
    padding-bottom: 6px;
    margin-bottom: 18px;
}

.ion-ios-calendar-outline:before {
    content: "\f375";
    color: #ff3900;
    font-size: 18px;
    font-weight: 300;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    
}
    



.reservation .card {
   
   padding: 4% 10%;
   background-color: #f7f7f7;
   box-shadow: 0px 0px 0px 0px rgba(201, 211, 220, 0.25);
   position: relative;
   margin: 0px 15px 0px 15px;
}

.reservation .reserve-detail {
    font-size: 13px;
    color: #464646;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    border-radius: 15px;
    border: 2px;
    border-color: #d6d6d6;
    background-color: #ffffff;
	padding: 8% 10%;
	margin: 0px 20px 12px 20px;
	text-align:justify;
}

.new-tabs-bottom .reservation ion-content, .tabs-bottom .reservation ion-content {
    bottom: 0px;
    background-color: #f7f7f7;
}

.reservation .header-card .price-box {
    border: 0px solid #D9D9D9;
    background-color: rgb(207 255 241);
    align-items: center;
    text-align: left;
    
    padding: 5px 37px  5px 10px;
    border-radius: 9px;
    color: #737373;
    width: auto;
    font-size: 0px;
	position: relative;
}

.reservation .header-card .price-box::before {
	content: "\f09d"; /* اضافه کردن نماد */
	font-family: 'FontAwesome'; /* تعیین فونت (باید فونت FontAwesome در پروژه شما بارگذاری شده باشد) */
	font-size: 16px; /* تعیین اندازه فونت */
	font-weight: 600;
	position: absolute; /* تنظیم موقعیت مطلق */
	right: 10px; /* تنظیم فاصله از چپ (می‌توانید این مقدار را تغییر دهید) */
	top: 47%; /* تنظیم فاصله از بالا */
	transform: translateY(-50%); /* مرکز کردن عمودی نماد */
	color: #ff3900; /* رنگ نماد */
}



.reservation .header-card .price-box .price-number {
    color: #626262;
    font-size: 13px;
}


.card {
    overflow: visible;
    
}

.reservation .price-part {
    display: flex;
    justify-content: center;
    margin-top: -75px;
    margin-bottom: -20px;
}


.reservation .reserve-rules p {
    margin: -14px;
    font-size: 11px;
    padding: 16px;
    border-radius: 15px;
    background-color: #ffffff;
    text-align: justify;
}



.reservation .select-options .continue-btn {
    background-color: #00ffbc;
    color: rgb(62, 62, 62);
}

.reservation .select-options .date-picker .days-list .active {
    border: 1px solid #ff3900;
}


.reservation .select-options .time-btn-box .container {
    border: 1px solid #D9D9D9;
    height: 31px;
    width: max-content;
    font-weight: 300;
    border-radius: 7px;
    color: #4e4e4e;
    background-color: rgb(207 255 241);
    position: relative;
    display: inline-flex
;
    margin-left: 0px;
    margin: 0px 8px 11px 8px;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 14px 4px 14px;
    line-height: 1;
    font-size: 17px;
    font-family: 'IRANYekan' !important;
    align-items: flex-end;
}


.reservation .select-options .header-description {
    font-weight: lighter;
    margin-bottom: 30px;
}


.reservation .select-options .rules-box {
    text-align: center;
    margin-bottom: 30px;
}

.reservation .select-options .time-btn-box .container input:checked~.checkmark {
    border: 1px solid #ff3900;

}


.signup .ticket.manager {
    background: #CFFFF1;
    float: left;
    border-radius: 25px 25px 25px 0px;
    color: #464646;
    
    
    width: 78%;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: left;
}



.signup .ticket.manager::before {
  content: "";
  position: absolute;
  
  background-color: transparent;
  bottom: -50px;
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -25px 0 0 #CFFFF1;
	left: 0px;
}



.signup .ticket-form input {
    color: #7d7d7d !important;
    background-color: white !important;
}

.signup .ticket-form textarea::placeholder {
    color: #777777 !important;
}

.signup .ticket-form input::placeholder {
    color: #777777 !important;
}




.item-form input {
    box-shadow: -1px 1px 0  #c2c2c2 !important;
    border: 2px !important;
    

}

.profile-page {
  
    background: #f7f7f7 !important;
}


.input-label {
    color: rgb(79 79 79) !important;
}


textarea {
    background: #fff !important;
    font-family: 'IRANYEKAN';
    box-shadow: -1px 1px 0 #cbcbcb !important;
}



.signup .ticket-form textarea {
    color: rgb(79 79 79) !important;
}

.reservation .checkout-card {
     margin: 13px 20px;
    display: block;
    padding: 8px 20px 8px;
    border-radius: 12px;
    box-shadow: -1px 1px 0 #d6d6d6;
    background-color: #ffffff;
    color: #797979;

}


.reservation .item-box .item-title {
    font-weight: lighter;
    color: #988e8c;
    font-size: 19px;
    text-align: center;
}


.reservation .item-box .date_of_purchase p {
    display: inline-block;
    margin: 0px 0px 7px 8px;
    font-size: 14px;
    color: #a2a2a2;
}

.date_of_purchase {
    display: flex;
    
}


.reservation .price-box .checkout-total-price {
    background-color: rgb(207 255 241);
    border-radius: 5px;
    color: rgb(255 57 0);
    padding: 1px 6px;
    margin-bottom: 5px;
}

.reservation .price-box div {
    display: flex;
    justify-content: space-between;
    padding: 3px 0px;
    color: #797979;
}

.reservation .price-box .total-price-box {
    background-color: #fff;
    border-radius: 5px;
}



.checkout-total-price-title {
    font-weight: bolder!important;
    position: relative;
	padding: 0px 25px  0px 0px;
	text-align:left;
}

.checkout-total-price-title::before {
    content: "\f09d";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 29%;
    transform: translateY(-38%);
    color: #ff3900;
    right: 0px;
}



.reservation .information-title {

    font-size: 0px;
    color: #797979;
     margin-top: 0px;
}

.reservation .myslef-box, .reservation .other-box {
    padding-bottom: 2px;
}


.reservation .reserve-for .reserve-for-identifier {

    border: 2px solid #00ffbc;

}



input[type=text] {
background: #ebfffa !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;

}


.reservation .gateways-title {
    font-weight: bolder;
    color: #797979;
}


.reservation .gateways-box input:checked ~ .gatewat-select-border {
    border: 2px solid #00ffbc;
    right: -1px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 10px;
}


.reservation .gateways-box img {
    height: 44px;
    padding-right: 5px;
}

.reservation .bar.bar-footer.button-cart div {
    background-color: #00ffbc;
    width: 100%;
    margin: 0;
    color: #5d5d5d;
    font-weight: 600;
    font-size: 0px;
}

.reservation .bar.bar-footer.button-cart div:before {
    content: 'تکمیل رزرو';
    font-size: 17px;
}




.reservation .gateways-box {
    align-items: center;
    padding: 2px 0px 2px 9px;
    box-shadow: 0px 1px 2px 2px rgb(255 255 255 / 0%);
    border-radius: 5px;
    margin: 0px 0 15px 0px;
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    width: fit-content;
}



.reservation .reserve-for {
    display: flex;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    margin: 0% 10% 2% 10%;
    width: 80%;
    border-radius: 11px;
    position: relative;
}


.signup .ticket.user {
	background: #c7fad6;
    float: right;
    border-radius: 25px 25px 0px 25px;
    color: #464646;
   
    border: 2px;
    border-color: #d6d6d6;
    width: 78%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.signup .ticket.user::before {
  content: "";
  position: absolute;
  
  background-color: transparent;
  bottom: -50px;
  height: 50px;
  width: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -25px 0 0 #c7fad6;
	right: 0px;
}


.signup .ticket .created_at {
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #747474;
    font-size: 11px;
}


.new-tabs-bottom ion-content > div.scroll {
    padding-bottom: 70px !important;
    
}


.ion-paperclip:before {
    content: "\f20f";
    color: #ff3900;
    font-size: 30px !important;
    transform: rotate(0.1turn);
 
}


.signup .ticket-form .item-form textarea {
    height: auto;
    padding: 10px 22px;
    box-shadow: -1px 1px 0 #c2c2c2 !important;
    
    background-color: white !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}



.new-btn {
    background: #00ffbc !important;
    color: rgb(67, 67, 67) !important;
    font-family: 'IRANYekan' !important;
    top: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}


.button.button-positive.button-outline.uploadbtn[ngf-thumbnail] {
    color: rgb(0, 244, 180) !important;
    border-color: #00ffbc !important;
}


.signup .uploadbtn.button.icon:before {
    color: #ff3900;
}

.ion-plus:before {
    content: "\f2f6";
    transform: rotate(0.95turn);
    padding-left: 4px !important;
}

.ion-chevron-left:before {
    content: "\f124";
    padding-left: 6px !important;
    color: #ff3900;
}

.signup-tickets.tickets p {
    font-size: 12px;
    color: #9c9797;
    position: absolute;
    bottom: 4px;
    right: 21px;
}


.item-thumbnail-right {
    padding-right: 86px;
    min-height: auto;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.scroll-bar-h {
    right: 2px;
    bottom: 3px;
    left: 2px;
    height: 0px;
}



.page-builder .section-title {
    font-weight: lighter;
    display: block;
    width: 100%;
    margin-right: 0px; 
    margin-bottom: 15px;
    text-align: center;

}

.ion-ios-arrow-back:before {
    content: "\f3cf";
    background-color: rgb(207 255 241);
    display: flex;
    padding: 4px 12px 4px 10px;
    border-radius: 7px;
    border: none;
    color: #ff3900;
    font-size: 18px;
    margin-top: 3px;
}

.page-builder .advance-news-news ion-item.item.item-complex {
    width: 45%;
    display: inline-block;
    margin: 5px 7px;
    box-shadow: -1px 1px 0;
    border-radius: 15px;
    border-color: #d6d6d6;
    background-color: #ffffff;
    position: relative;
    color: #cbcbcb;
    padding: 0px 0px 5px 0px;
}

.page-builder .advance-news-news ion-item .title {
    text-align: right !important;
    padding: 11px 10px;
    height: fit-content;
    color: #666666;
    font-family: IRANYekan !important;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.6;
}

.advance-news #thiscontent {
    margin: auto;
    width: 80%;
    top: -35px;
    background: #fff;
    color: #6c6c6c;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
    margin-bottom: 85px !important;
}

.advance-news.single-new .header-product {
    background-color: #ffffff00;
    color: #8c8c8c;
    font-weight: bolder;
    text-align: justify;
    margin: 20px 0px 22px !important;
    font-size: 16px;
    box-shadow: 0px 0px 0px 0px rgba(201, 211, 220, 0.32);
}

.single-new-detail div {
    margin-left: 0px;
    color: #988e8c;
}

.single-new-detail {
    font-size: 22px;
    direction: ltr;
    margin-top: -36px;
}

.news-visit-count .ion-eye:before {
    content: "\f06e";
    font-weight: 700;
    font-family: 'FontAwesome';
    transform: translateY(2px);
    font-size: 15px;
    padding-left: 10px;
    color: #00ffbc;
}

.news-like {
    height: 64px !important;
    margin-top: 40px;
    text-align: left;
}

.ion-thumbsup:before {
    content: "\f164";
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: 17px;
    color: #ff3900;
}

.ion-thumbsdown:before {
    content: "\f165";
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: 17px;
    color: #ff3900;
}

.news-like a.subdued {
    margin-top: 8px;
    top: 0;
    border-radius: 10px;
    padding: 5px 6px;
    background-color: rgb(207 255 241);
    border: 0px solid #bdbdbd;
}

.news-like span {
    text-align: center;
    display: inline-block;
    height: 3px !important;
    color: #ff3900;
    font-size: 16px;
}

.theme-bg-simple.input-label {
    color: #5b5b5b !important;
    background: rgb(207 255 241 / 0%) !important;
}


.news-tags .news-tag {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    color: #6d6969;
    border-radius: 10px;
    margin-left: 6px;
    margin-bottom: 7px;
    padding: 2px 13px;
    border: 1px solid #00ffbc;
}

.theme-bg-simple {
    background: #00ffbc !important;
}

.advance-news .imageContiner img {
    width: 100%;
    height: auto;
    border-radius: 0px 0px 25px 25px;
}

.advance-news #thiscontent {
    padding: 10px 20px;
    margin-top: 0px;
}

.advance-news .layoutD .visit-count {
    display: inline-block;
    color: #9b9b9b;
    text-align: center;
    font-size: 12px;
    border-radius: 12px;
    padding: 2% 5%;
    padding-left: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #00ffbc00 !important;
    margin-top: 7px;
}



.advance-news .layoutD .like-count {
    display: inline-block;
    color: #9b9b9b;
    text-align: center;
    font-size: 12px;
    border-radius: 12px;
    padding: 2% 5%;
    padding-left: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #00ffbc00 !important;
}

.advance-news .layoutD.item {
	position: relative;
	border-radius: 15px !important;
	box-shadow: -1px 1px 0;
	border-color: #d6d6d600;
	background-color: #ffffff;
	color: #cbcbcb;
	overflow: visible;
	margin: 0 16% 4% 8%;
	height: 37vw;
	max-height: 150px;
	padding: 7% 20% 0 0;
	
	width: 84%;
	
}

.advance-news .layoutD .news-created-at {
    padding: 3% 7%;
    font-size: 10px;
    color: #939090;
}

.advance-news .layoutD.item .news-description p {
    font-size: 10px;
    padding: 2% 0% 2% 15px;
}

.advance-news .layoutD .news-created-at {
    padding: 3% 0%;
    font-size: 10px;
    color: #9f9f9f;
}

.ion-eye:before {
    
    content: "\f06e";
    font-weight: 700;
    font-family: 'FontAwesome';
   
    font-size: 11px;
 
}

.advance-news .layoutD.item .news-title p {
    padding-top: 8%;
    font-weight: bold;
    font-size: 13px;
    padding-left: 15px;
    text-align: right;
}



.advance-news .item.item0.grid-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0px;
}

.advance-news .item.grid-2 {
    float: right;
    width: 46%;
    margin: 2%;
    height: auto;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
    
    background-color: #ffffff;
    position: relative;
    color: #cbcbcb;
    padding: 0px 0px 10px 0px;
}


.advance-news .grid-2 .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 50px;
    overflow: hidden;
    font-size: 13px !important;
    padding: 10px 6px 0px 6px;
    color: #666666;
    line-height: 1.4;
    margin-bottom: 10px;
}


.news-created-at {
    direction: rtl;
    
    margin-top: -5px;
    padding-left: 5px;

}


.spinner-android {
    stroke: #00ffbc;
}


.back {
    padding: 6px 10px;
    display: inline-block;
    background: #00ffbc;
    color: #737373;
    font-size: 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-decoration: none;
}

.page-builderorg{
	 line-height: 1;
	 font-family: IRANYekan;
     font-size: 8px;
}

.metest {
  color: #808080 !important;
    font-size: 14px !important;
    line-height: 1px !important;
    text-align: justify;
    margin-top: 20px;
    letter-spacing: 0px;
    word-spacing: -2px;
}

.metest2 {
 
    margin-top: 20px !important;
}

.aboutsarazhinu {
  color: #808080 !important;
    width: 110px !important;
    height: auto !important;
    border-radius: 50em !important;
    font-size: 14px !important;
    line-height: 1px !important;
    text-align: justify;
    margin-top: 40px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00ffbc, #00ff7f, #00fff8) border-box;
    border: 4px solid transparent !important;
}


.sau {
    color: #6e6e6e !important;
    
    width: auto !important;
    height: auto !important;
    padding: 40px 0px 0px 0px !important;
    border-radius: 7px !important;

}

.sautitle {
    font-weight: lighter;
    text-align: center;
    font-size: 17px;
    color: #988e8c;
    display: flex;
    flex-direction: column;
    margin: 26px auto 25px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    transform: translateY(-65px);
    width: fit-content !important;
    height: 50px !important;
    box-shadow: -1px 1px 0 #d6d6d6;
    border: 2px;
    padding: 5px 36px 5px 12px;
}

.sautitle::before {
    content: "\f577";
    font-family: 'FontAwesome';
    width: 20px;
    height: auto;
    /* font-weight:600; */
    position: absolute;
    right: 10px;
    top: 47%;
    transform: translateY(-50%);
    color: #ff3900;
}

.towe {
    
margin: 0px 20px 5px 20px !important;
}

.toweorg {
    
/* margin: -5px 19px 10px 19px !important; */
    
    padding: 0px 0px !important;
    margin-bottom: -5px;
}


.toweorg2 {
    
/* margin: -5px 19px 10px 19px !important; */
    
    
    margin-bottom: -5px;
}

.towe2 {
    
margin: 0px 10px 10px 10px !important;
}

.towe4 {
    
margin: 17px 5px 20px 5px !important;
}


.bau {
    background-image: linear-gradient(217deg, rgb(207, 255, 241, 1), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 188, 1), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(0, 204, 150, 1), rgba(255, 0, 0, 0) 70.71%) !important;
    border-radius: 0px 0px 35px 35px ! IMPORTANT;
    width: 100%;
    display: flex
;
    justify-content: right;
    align-items: center;
    position: relative;
    align-items: center;
    padding-bottom: 55px;

}



.metmo {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #252525;
    align-items: baseline;
}


.mecoder {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-right: 12px;
    margin-left: 12px;
    background-image: linear-gradient(217deg, rgba(207, 255, 241, 1), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(88, 255, 209, 1), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(73, 204, 169, 1), rgba(255, 0, 0, 0) 70.71%) !important;
    background-size: cover;
    justify-content: right;
    align-self: center;
}

.fmomeni {

    background-image: linear-gradient(217deg, rgba(207, 255, 241, 1), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(88, 255, 209, 1), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(73, 204, 169, 1), rgba(255, 0, 0, 0) 70.71%) !important;
    padding-top: 75px !important;
    border-radius: 35px !important;
}

.fmomenipic {
   width: 30% !important;
    height: auto !important;
    border-radius: 50em !important;
    padding: 0px;
    margin-top: 20px;
   
    margin-bottom: 50px;
    display: flex
;
    justify-content: flex-start !important;
    align-items: center !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00ffbc, #00ff7f, #00fff8) border-box !important;
    border: 3px solid transparent !important;
}

.fmomenitx {

    line-height: 1.6 !important;
    font-size: 11px !important;
    margin-bottom: 15px;
    margin-top: 13px;
    color: #606060 !important;
}


.fmomenirvn {

    border: 0px solid #D9D9D9;
    background-color: rgb(207 255 241);
    align-items: center;
    text-align: center;
    padding: 3px 20px 0px 20px;
    border-radius: 7px;
    color: #ff3900;
    width: auto !important;
    height: 35px;
    font-size: 14px;
    position: relative;
    margin-top: -65px;
    margin-bottom: 25px;
}





.fmomenibag {

    background-color:#e7fff9 !important ;
    color: #606060 !important;
}

.fmomenitit {
    font-weight: lighter;
    text-align: center;
    font-size: 17px;
    color: #988e8c;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 29px auto 0px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    transform: translateY(-65px);
    width: fit-content !important;!i;!;
    box-shadow: -1px 1px 0 #d6d6d6;
    border: 2px;
    padding: 7px 36px 0px 12px;
}


.fmomenitit::before {
    content: url('https://app.puzzley.net/uploads/user/WOnR6/Background/S-Z-T01.svg') !important;
    width: 20px;
    height: auto;

    position: absolute;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    color: #00ffbc;

}

.oaks {

    line-height: 1.1 !important;
    font-size: 11px !important;
    font-family: "IRANYekan" !important;
    color: #988e8c !important;
    line-height: calc(2 - 0.5) !important;
}

.oaks2 {

    border-radius: 0px 0px 35px 35px !important;
    margin: 0px !important;
}



.reservation .swiper-slide img {
    width: 90%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    max-height: 100%;
}

.reservation .slider-box {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    text-align: center;
    margin-top: 7px;
    margin-bottom: -70px !important;
}













.ionic_datepicker_popup .popup-body .month_select .input-label, .ionic_datepicker_popup .popup-body .year_select .input-label{
    padding: 7px 10px 7px 0px !important;
    width: 0;
}

.item.item-input.item-stacked-label input, .item.item-input.item-floating-label input {
    height: 3em;
    padding: 2px 10px;
    background: #ebfffa !important;
    border-radius: 10px;
}

.login-label {
    color: #686868;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}


.signup_page .image-input {
    box-shadow: none;
    border: none;
    height: 100px;
    text-align: center;
    color: black;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup i.icon.ion-ios-camera-outline {
    font-size: 57px;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 100px;
    background-color: #ebfffa;
    display: flex;
    align-items: center;
    justify-content: center;
    scale: 0.6;
    margin-bottom: -50px;

}



.signup .image-continer {
	align-items: center;
	display: flex;
	background-image: linear-gradient(217deg, rgba(207, 255, 241, 1), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 188, 1), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(0, 204, 150, 1), rgba(255, 0, 0, 0) 70.71%);
	border-radius: 0px 0px 35px 35px;
	
	width: 100%;
	justify-content: center;
	max-height: 47vh;
	margin-bottom: 30px;
	flex: 1.5;
	margin-top: 0px;
    padding: 70px 0px;
    flex-direction: column;
}


.signup .image-continer:before {
    content: 'ساراژینو';
    font-family: IRANYekan;
    font-size: 40px;
    font-weight: 200;
}

.signup .image-continer:after {
    content: 'MENTAL   HEALTH   GROUP';
    font-family: 'ADAM';
    font-size: 15px;
    font-weight: 400;
}

.login-continer .btn-continer .btn {

    color: #474747 !important;
}

.forget-password .forget-submit-btn {

    color: #474747 !important;
}


.signup .forget-password-description {
    color: #474747 !important;
    margin-top: 150px;
    text-align: justify;
    padding: 10px 30px;
}


.signup .forget-password-description {
	color: #474747 !important;
	margin-top: 140px;
	text-align: justify;
	padding: 10px 30px;
	font-size:0px
}

.signup .forget-password-description::before {
	color: #474747 !important;
	margin-top: 140px;
	text-align: center !important;
	padding: 10px 0px;
	content: 'نام کاربری، شماره همراه یا ایمیل خود را وارد کنید تا رمز عبور جدید برای شما ارسال شود';
	font-size: 14px;
}


.changePasswordPage .edit-button {
    width: 84%;
    padding: 4px 4px 6px;
    margin-left: 28px;
    font-size: 13px;
    background-color: #00ffbc;
    color: #616161 !important;
}

.edit-profile-page .alert {
    margin-right: 0px;
}


.login-page .signup-btn.btn-outline {
    background-color: #99FFE6 !important;
    color: #000000 !important;
    border: 1px solid rgb(233 233 233) !important;
}

.steps {
    position: relative;
    padding: 10px;
    margin: 15px 10px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 1px 2px 0;
    border-color: #d6d6d6;
    color: #cbcbcb;
}

.login-continer .forgot-password-txt, #signupForm .forgot-password-txt {
    text-decoration: none;
    color: #747474;
    position: relative;
    display: block !important;
    font-size: 11px;
    text-align: center;
    margin: 0px 30px;
}

.ion-ios-camera-outline:before {
    content: url(https://app.puzzley.net/uploads/user/WOnR6/icons/u-login.png) !important;
    width: 100px;
    height: auto;
    scale: 0.7;
}

.ion-plus-circled:before {
    content: "\f216";
    color: #ff3900;
    font-weight: 100;
}

.signup_page .filled-btn {
    padding: 8px 35px;
    border: none;
    background-color: #00ffbc;
    border-radius: 7px;
    color: rgb(80 80 80);
    font-family: 'IRANYekan';
    width: 97%;
    margin: 5px 5px;
}


.signup .image-input .plus-icon {
    position: absolute;
    right: auto;
    top: 55px;
    opacity: 0.8;
    font-size: 23px;
    text-align: center;
    padding: 10px 0px 10px 50px;
}

.customer-club .score-balance-box .score-balance span:before {
    content: 'امتیاز شما';
    font-size: 17px;
}
.customer-club .score-balance-box .score-balance span {
    font-size: 0;
}

.reservation .reserve-alert .alert-icon {
    width: auto;
    vertical-align: text-bottom;
}

.ion-ios-paper-outline:before {
    content: "\f471";
    color: #ff3900;
}

.reservation .select-options .rules-box p {
    margin: 5px 10px;
    color: #7c7c7c;
    font-weight: 100;
    text-align: justify;
    font-size: 14px;
}

.reservation .select-options .accept-rule-box {
    margin-top: 10px;
    text-align: center;
    color: #696969;
}

.info .icon.ok:before {
    color:#00ffbc;
    
}

.popup-container .popup .popup-head h3.popup-title, .popup-container .popup .popup-body span {
    color: #4e4e4e !important;
    font-size: 13px;
    font-family: IRANYekan !important;
}

.reservation .checkout-card.price-box div:first-child span:first-child {
    font-size: 0;
}

.reservation .checkout-card.price-box div:first-child span:first-child::after {
    content: ' پیش‌پرداخت';
    font-size: 14px;
    margin-right: -6px;
}


.checkbox-st {
    border-color: rgb(102, 102, 102, 0) !important;
    color: rgb(131 131 131) !important;
}

.checkbox input:before {
    border-color: #a3a3a3;
}

.item-checkbox .checkbox {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 3;
    margin-top: -20px;
}

.forms .item-checkbox {
    padding-right: 40px;
}

.item-form textarea {
box-shadow: -1px 1px 0 #c2c2c2 !important;
    border: 2px !important;
    background-color: #ebfffa !important;
    }

textarea {

    color: #ebfffa !important;
    background: #ebfffa !important;
    }

.forms input.ng-invalid.ng-touched {
    border: 1px solid #ff0000 !important;
}


textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    color: #222;
    background: #ebfffa !important;
    border: inherit;
    font-family: IRANYekan;
}

.forms textarea {
    color: rgb(116 116 116) !important;
}

.forms input::placeholder, .forms textarea::placeholder,
.Ecart input::placeholder, .Ecart textarea::placeholder,
.advance-form input::placeholder, .advance-form textarea::placeholder,
.input-label,
input#searchedText,
input[type=search],
.signup .ticket-form input::placeholder, .signup .ticket-form textarea::placeholder,
form#editForm input::placeholder, form#editForm textarea::placeholder,
.signup .changePasswordPage input::placeholder, .signup .changePasswordPage textarea::placeholder,
.modal input::placeholder, .modal textarea::placeholder{
    color: rgb(133 133 133) !important;
}

.forms input.ng-invalid.ng-touched:not(.custom), 
.forms textarea.ng-invalid.ng-touched:not(.custom),
.forms input.ng-invalid.ng-touched {
    border: 1px solid #ff3900 !important; /* رنگ  */
}

.page-builder .section-box.mecoder.size-full {
    flex-basis: 99%;
    width: 90%;
    flex-grow: 1;
}
.page-builder .section-box.mecoder.size-full .banner-description {
    margin: 0;
}

.reservation .reserve-detail .reserve-call-action {
    text-decoration: none;
    color: #ff3900;
    
    
    font-size:  0px;
}


.reservation .reserve-detail .reserve-call-action::before {
    content: "\f87b";
    font-family: 'FontAwesome';
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #ff3900;
    margin-right: 0px;
    background-color: #cffff1;
    padding: 4px 8px;
   
}



























.reservation .select-options .date-picker .days-list span {
  
    background-color: #cffff1;
    border: 1px solid #00ffbc;
    color: #373737;
   
}

.news-widget .item.item0.grid-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0px;
}

.news-widget .item.grid-2 {
    float: right;
    width: 46%;
    margin: 2%;
    height: auto;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
    background-color: #ffffff;
    position: relative;
    color: #cbcbcb;
    padding: 0px 0px 10px 0px;
}

.news-header {
    display: flex
;
    justify-content: space-between;
    padding: 8px 25px 3px 18px;
    font-weight: lighter;
    text-align: center;
    font-size: 17px;
    color: #988e8c;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 29px auto 0px !important;
    border-bottom: 1px solid rgb(230, 230, 230);
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    transform: translateY(-65px);
    width: fit-content !important;
    box-shadow: -1px 1px 0 #d6d6d6;
    border: 2px;
    padding: 5px 18px 4px 18px !important;
}

.tabs-contents {
    background: #fff;
    color: #6c6c6c;
    margin-bottom: 14px !important;
    margin: auto;
    list-style: none;
    font-size: 14px;
    padding: 20px 20px !important;
    width: 85%;
    top: -40px;
    border-radius: 10px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.news-widget .grid-2 p {
    text-align: center;
    padding: 0 7px;
    font-size: 11px;
}



.news-widget .grid-2 .title {
    white-space: normal;
    text-align: center;
    height: 47px;
    overflow: hidden;
    font-size: 13px;
    padding: 14px 6px 0 6px;
    color: #505050;
}

.reservation .select-options .date-picker .header-buttons button.enable {
    background-color: #ff3900;
    border: 1px solid #D9D9D9;
    color: #ffffff;
    font-weight: 600;
}


.reservation .select-options .date-picker .days-list span.out-of-stock {
    background-color: #ffd7cc;
    color: #373737;
    border: 1px solid #ff3900;
}





.tag-box {
    padding: 0px 0px !important;
    background-color: #fbfbfb;
    margin-top: 0px !important;
    width: 0px;
}

.tag-box a {
    text-decoration: none;
    color: #fffbfb;
    background-color: #efefef;
    border-radius: 13px;
    font-size: 0px !important;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    width: 0px !important;
}


.profile-page .user-referal-code, .profile-page .share_app {
    align-items: center;
    display: flex
;
    justify-content: center;
    margin: auto;
    margin-right: 0px;
    border: 3px solid #cccccc;
    background-color: rgb(207 255 241);
    color: #ff3900 !important;
    border-style: dashed;
    padding: 2px 18px 2px 4px;
    column-gap: 13px;
    font-weight: bold;
    border-radius: 12px;
    font-size: 22px;
}

.ion-ios-copy-outline:before {
    content: "\f41b";
    margin-top: -4px;
}


.profile-page .referal-title {
    text-align: center;
    color: #515151;
    font-size: 0px;
}

.profile-page .referal-title:before {
    content: 'کد معرف اختصاصی شما ';
    font-size: 15px;
}

.profile-page .referral-items {
    justify-content: center;
    background-color: #fff;
}



.empty-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65vh;
    background-color: #fff;
}

.empty-stats img {
    filter: grayscale(.7);
    width: 0px;
    height: auto;
    background: transparent;
}


.profile-page .box-of-user-referred-details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px 0px 10px 0px;

}


.profile-page .referal-list {
    display: flex;
    padding: 10px;
    column-gap: 10px;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 0 0;
    background-color: #dcfff0;
    margin: 0.5rem 0;
    text-decoration: none;
    pointer-events: none;
}

.profile-page .referal-list .detailes .referrals-count {
    display: none;
}

.box-of-user-referred-details > div:first-child {
    display: none;
}




.profile-page .box-of-user-referred-details div .description-box {
    font-size: 0px;
    margin-top: -5px;
    background-color: #ff3900;
    color: #fff;
    border-radius: 7px;
}


.profile-page .box-of-user-referred-details div .description-box:before {
     content: 'معرفی شده های شما ';
    font-size: 11px;
    margin-top: -5px;
    
    
}




.profile-page .box-of-user-referred-details div {
  
    background-color: rgb(207 255 241)!important ;

}


.popup-head {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    border-radius: 10px;
    background-color: #00ffbc;
}