:root {
	--f7-theme-color:var(--bluelight);
	--f7-tabbar-link-active-icon-bg-color: var(--brandLight);
}

@font-face {
	font-family:'iransans';
	src:url('../fonts/IRANSansWeb.eot');
	src:url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IRANSansWeb.woff') format('woff'),
		url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'iransans';
	src:url('../fonts/IRANSansWeb_Bold.eot');
	src:url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
		url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/yekan/yekan-b.eot');
	src: url('../fonts/yekan/yekan-b.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-b.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/yekan/yekan-t.eot');
	src: url('../fonts/yekan/yekan-t.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-t.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/yekan/yekan-l.eot');
	src: url('../fonts/yekan/yekan-l.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-l.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/yekan/yekan-r.eot');
	src: url('../fonts/yekan/yekan-r.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-r.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/yekan/yekanmedium.eot');
	src: url('../fonts/yekan/yekanmedium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekanmedium.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/yekan/yekan-ex.eot');
	src: url('../fonts/yekan/yekan-ex.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-ex.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/yekan/yekan-900-b.eot');
	src: url('../fonts/yekan/yekan-900-b.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-900-b.woff') format('woff');
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/yekan/yekan-900-e.eot');
	src: url('../fonts/yekan/yekan-900-e.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekan/yekan-900-e.woff') format('woff');
}
body {
    font-family: 'iransans';
    font-size: 15px;
}
:root {
	--bluelight:#ed7026;
	--mancity: #ff8f4f;
	--brandLight:#ffac7b;
    --blueDark: #401877 /* #041824 */;
    --secondBg: #f3f3f3;
    --sectionBg: #fff;
    --mainBg: #401877;
	--textShadow:  -1px -1px 0 #444444, 0 -1px 0 #444444, 1px -1px 0 #444444, 1px 0 0 #444444, 1px 1px 0 #444444, 0 1px 0 #444444, -1px 1px 0 #444444, -1px 0 0 #444444;
}
.advertise a {
	font-weight: 900;
  	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ccc;
	max-width: 865px;
	padding: 1px 4.4%;
  	margin: auto;
}
@keyframes shake-horizontal {
 0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, 0);
  }
}
.advertise .arrow-indicator i {
	color: #fff;
	font-size: 24px;
	top: 2px;
	position: relative;
}
.advertise i {
	color: var(--blueDark);
}
.arrow-indicator {
  display: inline-block;
  animation: shake-horizontal 1s ease-in-out infinite;
}
.advertise {
	background: linear-gradient(to bottom, #d9641f,#ce560f,var(--bluelight));
	color: var(--blueDark);
	text-align: center;
	padding: 18px 0 18px 0;
	border-bottom: 2px solid #54309c;
}
html[dir="rtl"].ios .advertise {
	padding: 28px 0 20px 0;
}

.chabok-about-btn-container a {
	padding: 10px 30px;
}
.chabok-main-nav {
	padding:25px 25px 30px;
	background-color: var(--mainBg);
	color:#fff;
}
.chabok-main-nav .navbar-bg {
	background-color: var(--mainBg);
}
.chabok-main-nav.navbar a {
	color: #fff;
}
.chabok-bottom-fixed-nav.toolbar.tabbar.toolbar-bottom.tabbar-icons {
	background: #fff;
	box-shadow:0px -8px 13px -8px rgba(0, 0, 0, 0.239);
}
.chabok-nav-txt img {
	width: 160px;
	margin-top: 7px;
}
.flex-text-center {
	justify-content: center;
	text-align: center;
}
.home-gallery {
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
}
html[dir="rtl"].ios .list .item-content.chabok-gio {
	padding-right: 0;
	padding-left: 0;
}
.contact-menu .list .item-inner {
	justify-content: right;
	border-bottom: 1px solid #eee;
	padding: 13px 0;
}


.chabok-counter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
	align-items: center;
}
.chabok-counter-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.chabok-count-bg {
    position: absolute;
    right: -35px;
    top: 0px;
    font-size: 160px;
    font-weight: 600;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #efefef;
    line-height: 1.1;
    z-index: 1;
}
.chabok-counter-section {
    padding-bottom: 100px;
}
.counter-div {
    width:100%;
    margin:23px 0;
}
.chabok-count-num {
    font-size: 18px;
    font-weight: 600;
    color: var(--blueDark);
    z-index: 2;
    background: var(--mancity);
    min-width: 50px;
    min-height: 50px;
    border-radius: 12px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .chabok-count-small {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
	font-family: 'yekan';
	font-weight: 800;
	color: #565969;
	z-index: 2;
  }
  .statistics p,
  .certificates-sec p {
	text-align: justify;
	margin-bottom: 37px;
	text-justify: distribute;
	word-spacing: -2px;
  }
  .chabok-count-title {
	padding-left: 0;
	text-align: right;
	padding-right: 10px;
	font-family: 'yekan';
	width: 100%;
	font-size: 10px;
	font-weight: 300;
	color: #13192c;
	position: relative;
	z-index: 2;
  }
  .chabok-count-num-container {
    position: relative;
  }
  .chabok-count-num-container::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    left: auto;
    top: -10px;
    background: #f5f5f5;
    border-radius: 12px;
  }
  .statistic-sec {
	background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  }
.gallery-sec img {
	max-width: 100%;
}
.front-gallery-scroller {
	max-width: 700px;
	margin: auto;
}
.chabok-container-cs {
	display: grid;
	place-content: center;
	font-family: system-ui;
	font-size: 1.125rem;
	direction: ltr;
}
.scroller {
	--_animation-duration: 40s;
}
.scroller {
	--_animation-direction: reverse;
}
.scroller {
	overflow: hidden;
	-webkit-mask: linear-gradient( 90deg, transparent, white 20%, white 80%, transparent );
	mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller {
	max-width: 1200px;
}
.scroller .scroller__inner {
	width: max-content;
	flex-wrap: nowrap;
	animation: scroll var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite;
}

@keyframes scroll {
    to {
      transform: translate(calc(-50% - 0.5rem));
    }
}

.scroller__inner {
	padding-block: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.front-gallery-scroller img {
	border-radius: 21px;
	width: 100px;
	height: auto;
}
.chabok-panel-left-menu a,
.chabok-panel-left-menu-map a {
	margin: 7px 3%;
	width: 44%;
	background: var(--bluelight);
	padding: 8px;
	border-radius: 12px;
	color: #000;
}
.chabok-panel-left-menu-map {
	width:100%;
}
.chabok-panel-left-menu-map p {
	color:#ccc;
}
.chabok-panel-left-menu-back p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.chabok-panel-left-menu-back i {
	color:var(--mancity);
}
.chabok-panel-left-menu-back a span {
	border: 1px solid var(--mancity);
	color:var(--mancity);
	padding: 0 10px;
	border-radius: 15px 0 0 14px;
}
.panel-backdrop {
	background-color: rgba(0, 0, 0, 0.69);
}
.chabok-panel-left-menu-map a {
	width: 98%;
	margin-right: 1%;
	background: var(--blueDark);
	color: #ccc;
	border: 1px solid #999;
}
.chabok-panel-left-menu p {
	width: 100%;
  	text-align: center;
	color: #ccc;
}
.chabok-panel-left-menu {
	padding: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
  	justify-content: center;
}
.noborder-c .item-inner {
	border-bottom: 0;
}
.contact-menu .item-inner i {
	margin-left: 10px;
  	font-size: 16px;
}
.xe-c8 {
	text-align: center;
	justify-content: center;
	display: flex;
	margin:15px 0;
}
.xe-c8 .next-btn {
	padding: 24px 100px;
}
.main-tot p {
	text-align-last: center;
}
.start-title {
	font-size: 18px;
	font-weight: 800;
  color: var(--bluelight) !important;
  text-align: center;
}
.white-text {
    color:#fff;
}
.whitegray-text {
    color: #bdbdbd;
}
.tot {
    background-color: var(--mainBg);
}
.complete-badge {
	position: absolute;
	left: 10px;
	top: 20px;
}
.field_comment textarea {
	width: 100%;
	border:1px solid #aaa;
	padding:10px;
	height: 120px;
}
.home-gallery img {
	width: 100%;
	border:1px solod var(--blueDark);
	border-radius: 10px;
}
.popup .page-content {
	background: #f3f3f3;
}
.popup .navbar-bg {
	background: var(--blueDark) !important;
}
.popup.popup-push .page-with-navbar-large .title,
.popup.popup-push .page-with-navbar-large .right .link {
	color:#555 !important;
}
.popup.popup-push .page-with-navbar-large.page-with-navbar-large-collapsed .title,
.popup.popup-push .page-with-navbar-large.page-with-navbar-large-collapsed .right .link {
	color:#fff !important;
}
.popup .navbar .title {
	font-size: 14px;
	color:#fff !important;
}  
.popup .navbar .right .link {
	color: #fff !important;
} 
.ch-arrow-block {
	position: relative;
}
.project-arrow-block.ch-arrow-block img {
	border-radius: 11px;
	border: 1px solid #ccc;
}
.post-status {
	position: absolute;
	left: 12px;
	top: 10px;
	height: auto;
	background: #ffecc0;
	padding: 0 10px;
	border-radius: 10px;
	font-size: 10px;
}
.list-item-ch {
	background-color: #fff;
	background: #fff;
    border-bottom: 1px solid #ccc;
}
.club-warning-mgs {
	background: #ffeda8;
  padding: 20px;
  border-radius: 10px;
}
.list-item-ch .item-link .item-inner:before {
	right:auto;
}
.list-item-ch .item-link .item-inner, .list-item-ch .list .item-content {
	padding-right: 0;
}
.chabok-botm-padder {
	padding-bottom: 100px;
}
.main-tot {
    max-width: 600px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 90vh;
    color:#fff;
    width: 100%;
}
.center-small-title {
	font-size: 15px;
	text-align: center;
}
.tot p {
    line-height: 1.9;
}
.chabok-mainslider-swiper img {
	border-radius: 0;
}

.chabok-front-about p {
	margin:0;

}
h1,h2,h3,h4,h5 {
	font-family: 'yekan';

}
.jusify-txt {
	text-align: justify;
}
.chabok-front-about p.jusify {
	line-height: 2;
	text-align: justify;
	margin-top: 10px;
}
.ch-nav-b.page {
	background: var(--blueDark);
  }
.dirltr {
	direction: ltr;
	text-align: left;
	color: #ccc;
	margin-bottom: 20px;
}
.dirltr a {
	color: #ccc;
}
.dirltr i {
	margin-right: 11px;
	font-size: 17px;
}
.chabok-front-about h2 {
	margin:0;
	color: var(--mancity);
	font-weight: 900;
	font-weight: 800;
	text-shadow: var(--textShadow);
}
.contact-info-nav {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
}
.chabok-tip-btn {
    width: 140px;
	color: #000;
	font-family: 'yekan';
	background-color: var(--mancity) !important;
}
.chabok-btn {
    text-decoration: none;
    outline: none !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    background-color: var(--mainBg);
    color: #000;
    border-radius: 120px;
    padding: 20px 30px;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    transform: translateY(0);
    transition: all .3s;
	width: max-content;
}
.btn-blue.chabok-btn {
	color: #fff ;
}
.chabok-about-btn-container {
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.chabok-about-btn-container .chabok-btn {
	position: relative;
	z-index: 2;
}
.why-sec {
	position: relative;
	padding-bottom: 26px;
  	line-height: 2;
}
.why-sec::before {
	content: '';
	background: var(--blueDark);
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	bottom: 0;
}
.why-sec img {
	width: 100%;
	position: relative;
}
.why-sec h2 {
	text-shadow: none;
	position: relative;
	font-size: 15px;
	color:var(--mancity);
}
.why-sec p {
	position: relative;
	color:#ccc;
	text-align: justify;
}
.chabok-slogan-blk {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--mancity);
	background-color: var(--mancity);
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
	align-items: center;
}
.chabok-slogan-blk h3 {
	font-size: 13px;
	margin: 0;
	color: var(--blueDark);
	text-align: right;
	line-height: 1.2;
}
.slogan-icon {
	font-size: 25px;
	display: block;
	width: 55px;
}
.chabok-card-item-flex img {
	width: 100%;
	height: auto;
}
.chabok-card-item-flex .chabok-card-content-flex {
	width: 100%;
	padding:10px;
}
p {
	color:#555; 
	line-height: 1.8;
}
.navbar .title-large-text {
	font-size: 19px;
	font-weight: 700;
	font-family: 'yekan';
}
.but-h {
	font-size: 18px;
	font-weight: 700;
}
.post-main-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.chabok-flex-posts .chabok-card-item-flex {
	min-width: 280px;
	margin:0 10px;
}
.navbar .title {
	margin-right: var(--f7-navbar-title-margin-right);
	margin-left:  var(--f7-navbar-title-margin-left);
}
.chabok-flex-posts .chabok-card-item-url {
	border-radius: 10px;
	border:1px solod #eee;
	background-color: #fff;
	background:#fff;
	box-shadow: 0 0 10px #eee;
}
.chabok-card-item-flex,
.chabok-card-item-url {
	display: flex;
	flex-wrap: wrap;
}
.ios-app-to-home {
	display: flex;
	align-items: center;
	height: 61vh;
	padding: 15px;
}
.ios-text-to-home i {
	position: relative;
	top: 3px;
}
.animated-add-to-home {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 45px;
	bottom: 10px;
	animation: moveUpDown infinite ease-in-out 1s;
}
.animated-add-to-home i {
	font-size: 45px;
}
@keyframes moveUpDown {
	0% {transform: translateY(0);}
	50% {transform: translateY(-20px);}
	100% {transform: translateY(0);}
}
.chabok-page,
.chabok-front-page {
	padding-bottom: 65px;
}
.chabok-front-page {
	padding-bottom: 45px;
}
.chabok-min-width-post {
	min-width: 270px;
}
.pddrtui {
	padding-top: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-top: 0;
}
.chabok-flex-posts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 100%;
	padding:10px 0;
	margin:10px 0;
}

.chabok-list-item-sel {
	position: relative;
}
.bg-blog {
	background: var(--mainBg);
}
.blog-container-start {
	margin-top:0;
	margin-bottom: 0;
	padding-top:60px;
	padding-bottom: 50px;
}
.chabok-list-item-sel .chabok-list-item-po {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mgb-0 {
	margin-bottom: 0;
}
.news-card {
	box-shadow: none !important;
}
.news-card img {
	border-radius: 10px;
	border:1px solid #eee;
}
.news-card .item-title, .chabok-card-content-flex h3 {
	margin-bottom: 10px !important;
	color:var(--blueDark);
	font-weight: bold !important;
    font-size: 14px ;
}
.chabok-page-content img {
	width: 100%;
	height: auto;
}
.chabok-page-content h2 {
	font-size: 17px;
}
.chabok-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.141);
    border: 1px solid #ccc;
}
.swiper-blog img {
	max-width: 99%;
	border-radius: 10px;
}
.swiper-blog {
	margin-bottom: 20px;
}
.chabok-ovh {
	overflow: hidden;
}
.chabok-page-content p,
.chabok-page-content li {
	line-height: 2;
}
.chabok-radius {
	border-radius: 10px;
}
.chabok-about-btn-container::before {
	content: '';
	height: 1px;
	background:#ccc;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
	position: absolute;
	top:0;
}
.chabok-btn.yellow-btn {
  background-color: var(--bluelight);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
  color: #fff;
  margin: auto;
}
.text-left-input input {
	text-align: left;
	direction: ltr;
}
.text-left-input label, .text-left-input .item-title.item-label {
	text-align: right !important;
	direction: rtl !important;
}
.chabok-btn.blue-light-btn {
    background-color: var(--mancity);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
    color: var(--blueDark);
}
.chabok-card-header.card-header {
	font-size: 14px;
}
.club-warning-msg {
	background: #ffefc0;
	padding: 10px;
	border-radius: 10px;
}
.ios .chabok-list-ch-radius a {
	color: var(--blueDark);
}
.text-justify {
  text-align: justify;
  word-spacing: -1px;
  text-justify: distribute;
}
.img-tip {
    text-align: center;
    margin-bottom: 50px;
}
.chabok-nav-right,
.chabok-nav-left {
	width:15%;
	float: right;
	display: flex;
	justify-content: center;
}
.chabok-nav-left a {
	display: flex;
	flex-direction: row-reverse;
	font-size: 13px;
}
.ios .chabok-nav-left a {
	margin-left: 18px;
}
.toptop-scroll div {
	width: 100%;
  }
  .toptop-scroll {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: max-content;
	margin: auto;
	font-family: 'yekan';
  }
.certificates-sec {
	background: #fff;
	padding: 34px 0;
	margin-bottom: -83px;
}
p.copyru {
	text-align: center;font-size: 12px;margin: 0;
}
.chabok-nav-txt {
	width: 70%;
	float: right;
	text-align: center;
}
.grid.grid-cols-2.grid-gap.chabok-new-b {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap: unset;
}
.grid.grid-cols-2.grid-gap.chabok-new-b a {
	width: 48%;
	box-sizing: border-box;
	margin-top:5px;
	margin-bottom: 10px;
}
.grid.grid-cols-2.grid-gap.chabok-new-b a:nth-child(even) {
	margin-right: 2%;
}
.grid.grid-cols-2.grid-gap.chabok-new-b a:nth-child(odd) {
	margin-left: 2%;
}
.grid.grid-cols-2.grid-gap.chabok-new-b a:nth-child(5n) {
	width: 100%;
	margin:5px 0 10px;
}
.chabok-product-cat-item {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px #eee;
	border: 1px solid #d0d0d0;
	position: relative;
	overflow: hidden;
	color: var(--blueDark);
	transform: translateY(0px);
	transition: all 200ms;
	padding: 15px 0;
}
.chabok-card-content-center {
	text-align: center;
	width: 100%;
}
.chabok-grid-method.ch-flex .chabok-card-content-center {
	display: flex;
	justify-content: right;
	align-items: center;
}
.show-grid-icon {
	float: left;
	align-items: center;
	display: flex;
	border: 0;
	padding: 0 7px 0 2px;
	font-size: 14px;
	border-radius: 7px;
	color:#fff;
	background:var(--bluelight);
}
.show-grid-icon a,
.show-grid-icon i {
	color:#fff;
}
.w-100 {
	width: 100%;
}
.txt-center {
	text-align: center;
}
.content-main-div img {
	max-width: 100%;
	height:auto;
}
.popup-show-icon {
	float: right;
	align-items: center;
	display: flex;
	border: 0;
	padding: 4px 7px 4px 20px;
	font-size: 14px;
	border-radius: 7px;
	background:var(--bluelight);
}
.popup-show-icon a {
	color:#fff;
}
.popup-show-icon i {
	font-size: 21px;
	color:#fff;
	margin-left: 10px;
}
.fixed-app-header {
	background: #fff;
	position: fixed;
	overflow: hidden;
	float: right;
	top: var(--f7-navbar-height);
	z-index: 9;
	padding: 16px 16px;
	left: 0;
	right: 0;
	background: var(--bluelight);
}
.device-ios .fixed-app-header {
	top: calc(var(--f7-navbar-height) + 15px);
}
.page-content.prt-content.block {
	margin-top: 0;
	padding-top: 20px;
}
.product-content-main-div {
	background: #fff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #eee;
	margin-bottom: 20px;
    line-height: 2;
}
.product-content-main-div.no-bg {
	background:none;
	border:0;
}
.product-swiper {
	max-width: 100%;
	border-radius: 15px;
	background: #fff;
}
.card-mgrl-0 {
	margin: 0 0 20px
}
.card-mg-0 {
	margin:0;
}
.chabok-banner img {
	width: 100%;
	max-width: 100%;
}
.radius-0 {
	border-radius: 0 !important;
}
.line-2-exc {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#777;
}

.device-ios .page-content.prt-content.block {
	padding-top: 30px;
}
.gallery-sec {
	text-align: center;
}
.is-fixed-app-header {
	margin-top:50px;
}
.chabok-grid-method.ch-flex .chabok-card-content-center img {
	margin-left: 10px;
	width: 90px;
}
.chabok-card-content-center h3 {
	font-size: 14px;
	color:var(--blueDark)
}
.offline-msg {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	background: var(--blueDark);
	color: #fff;
	text-align: center;
}
.offline-msg i {
	font-size: 60px;
	margin-top:20px;
}
.chabok-grid-method.ch-flex .chabok-card-content-center h3 {
	font-size: 14px;
	text-align: right;
}
.chabok-card-white {
	background-color: #fff;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.055);
}
.chabok-product-cat-item h2 {
	font-size: 13px;
	font-weight: 800;
	padding:0 10px;
	margin:0;
}
.chabok-flex-gap > .chabok-product-cat-item {
	min-width: 40%;
}
.chabok-flex-gap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	overflow: auto;
}
.chabok-product-cat-item img {
	width:85px;
}
.sec-title {
	font-size: 15px;
	font-weight: 700;
}
.share-like-comment {
		display: flex;
		justify-content: space-evenly;
		margin-bottom: 10px;
	
}

.club-page {
	background-image: url('../img/club-bg.png');
	background-repeat: no-repeat;
}
.club-page {
	color:var(--bluelight);
	text-align: center;
}
.club-page h2 {
	font-weight: 800;
}

.club-page .mascot-img {
	width: 250px;
}
.club-page .club-desc {
	color:#aaa;
}
.otp-field {
    display: flex;
	direction: ltr;
	text-align: left;
}

.chabok-otp .error-msg {
	position: absolute;
	top: -25px;
	right: 2px;
	font-size: 13px;
	color: red;
}
.otp-field input {
    width: 16%;
    font-size: 32px;
    padding: 34px 0 !important;
    text-align: center;
    border-radius: 5px;
    margin: 0.6666%;
    border: 2px solid #55525c;
    background: #21232d !important;
    font-weight: bold;
    color: #fff !important;
    outline: none;
    transition: all 0.1s;
	box-sizing: border-box;
}
.chabok-club-col-100 .otp-field input {
	padding: 7px 0 !important;
}
.sendVerifyAgain {
	margin-top:20px;
	text-align: right;
	display: flex;
	justify-content: space-between;
}
.otp-field input:focus {
    border: 2px solid #276bff;
    box-shadow: 0 0 2px 2px #2785ff6a;
}

.otp-field .disabled {
    opacity: 0.5;
}

.otp-field  .space {
    margin-right: 1rem !important;
}

.arm-reg-form .chabok-club-col-25,
.arm-reg-form .chabok-club-col-12 {
	width: 50%;
	float: right;
	padding:0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.arm-reg-form .chabok-club-col-100,
.arm-reg-form .chabok-club-col-33,
.chabok-club-col-100 {
	width: 100%;
	float: right;
	padding:0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.arm-reg-form .chabok-club-col-12 label,
.arm-reg-form .chabok-club-col-25 label {
	font-size: 13px;
}
.arm-reg-form input,.arm-reg-form select, .arm-reg-form textarea {
	border: 1px solid #999;
	width: 100%;
	border-radius: 7px;
	padding: 10px;
}

.chabok-field-row {
	position: relative;
}
.chabok-field-row.chabok-error input,
.chabok-field-row.chabok-error select,
.chabok-field-row.chabok-error textarea {
	border-color: red;
}
.chabok-field-row .error-field {
	color: red;
	font-size: 11px;
	position: absolute;
}
p.error-msg {
	background: #ffe3e3;
	padding: 10px;
	border-radius: 10px;
}
p.success-msg {
	background: #9bffc7;
	padding: 10px;
	border-radius: 10px;
}
.btn-req-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
}
.reg-icon-pa {
	margin: auto;font-size: 20px;
}
.chabok-gio .button {
	width: 100%;
	max-width: 100%;
}
.user-avatar {
	margin-top: 30px;
	margin-bottom: 30px;
}
.user-avatar .avatar-img-container {
	width: 72px;
	height: 72px;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	margin: auto;
}
.user-avatar h3 {
	margin:0;
	font-size: 15px;
}
.chabok-list-ch-radius {
	border-radius: 10px;
  overflow: hidden;
}
.dashi-blk {
	background-color: var(--mancity);
	color:var(--blueDark);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
.arm-coin::after {
	content: '';
	width: 26px;
	height: 26px;
	background: url('../img/coin-arm.png');
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 6px;
}
.arm-coin {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 20px;
	line-height: 0;
  	margin-bottom: 6px;
	font-family: 'yekan';
}
.ch-arrow-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	width: 100%;
	align-items: center;
	background: #fff;
  	border-radius: 7px;
}
.css-1m8qzkt {
	z-index: 999999999;
}
.rdp__modal.css-1e0sis0 {
	z-index: 9999999;
}
.chabok-main-nav.navbar.navbar-current {
	z-index: 9999
	;
}
.data-table td,
.data-table th {
	padding: 0;
  }
.project-img-container img {
	border-radius: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: auto;
	height: 125%;
}
.project-img-container {
	position: relative;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.psr-v {
	position: relative;
}
.psr-v video {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.chabok-page-content:nth-child(2n) {
	margin-right: 1px;
}
.chabok-page-content {
	margin-bottom: 1px;
}
.project-img-container small {
	color:#aaa;
}
.projec-link.link:nth-child(odd) {
	margin-left: 1px;
	margin-bottom: 1px;

  }
.projec-link.link:nth-child(even) {
	margin-right: 1px;
	margin-bottom: 1px;
  }
.project-img-container .ps4n {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding:10px;
	color: #fff;
  font-size: 12px;
	z-index: 9;
}
.grid.grid-cols-2.grid-gap.g-ma2jd7 div {
	background: #fff;
	padding: 8px;
	border-radius: 9px;
}
.grid.grid-cols-2.grid-gap.g-ma2jd7 {
	margin-bottom: 14px;
}
.project-img-container i.author-icon {
	font-size: 13px;
}
.projec-link.link {
	display: block;
  }
.project-img-container h2 {
	font-size: 14px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.project-img-container::before {
	content: '';
	background: linear-gradient(to bottom, transparent, #000);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	right: 0;
	bottom: 0;
}
.ch-arrow-block img {
	min-width: 80px;
	min-height: 80px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin-left: 10px;
}
.comment-se54 .complete-badge {
	top:10px;
}
.ch-arrow-block h3 {
	font-size: 15px;
	color: #276bff;
	margin:0;
	width: 100%;
}
.ch-arrow-block p {
	margin:0;
	font-size: 12px;
	width: 100%;
}
.mission-content {
	width: 100%;
}
.popup-user-score-total {
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
}

.not-found-with-icon {
	text-align: center;
}
.not-found-with-icon i {
	font-size: 100px;
	margin-top: 20px;
}


/** 
File browser
*/

.files-dropzone-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10px;
	border: 1px dashed #D3D3D3;
	cursor: pointer;
	width: 100%;
	max-width: 100%;
	justify-content: center;
	box-sizing: border-box;
  }
  
  .files-buttons {
	border-top: 1px solid #D3D3D3;
	cursor: pointer;
  }
  .files-button-submit {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #D3D3D3;
  }
  .files-button-submit:before {
	content: "Submit"
  }
  .files-button-clear {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 50%;
	box-sizing: border-box;
  }
  .files-button-clear:before {
	content: "Clear"
  }
  .files-list {
	width: 300px;
  }
  .files-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .files-list li:last-child {
	border: none;
  }
  .files-list-item {
	height: 60px;
	padding: 10px 0px 10px 10px;
	/*border-bottom: 1px solid #D3D3D3;*/
  }
  .files-list-item-content {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	width: calc(100% - 130px);
  }
  .files-list-item-content-item {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .files-list-item-content-item-1 {
	font-size: 20px;
	line-height: 30px;
  }
  .files-list-item-content-item-2 {
	font-size: 16px;
	line-height: 20px;
  }
  .files-list-item-preview {
	height: 60px;
	width: 60px;
	float: left;
  }
  .files-list-item-preview-image {
	height: 100%;
	width: 100%;
  }
  .files-list-item-preview-extension {
	text-align: center;
	line-height: 60px;
	color: #FFF;
	background-color: #D3D3D3;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
  }
  .files-list-item-remove {
	height: 60px;
	width: 60px;
	background-color: rgba(255, 255, 255, 0.839);
	float: right;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4IDEyLjgzbC0yLjgzLTIuODMtMTEuMTcgMTEuMTctMTEuMTctMTEuMTctMi44MyAyLjgzIDExLjE3IDExLjE3LTExLjE3IDExLjE3IDIuODMgMi44MyAxMS4xNy0xMS4xNyAxMS4xNyAxMS4xNyAyLjgzLTIuODMtMTEuMTctMTEuMTd6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) no-repeat center center;
	background-size: 30px 30px;
  }
  .files-list-item-remove-image {
	height: 30px;
	width: 30px;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
  }
  .files-list-blk {
	position: relative;
  }
  .files-list-blk.personal-img {
	width: 150px;
	height:200px;
	margin: auto;

  }
  
  /* GALLERY */
  /* ================== */
  
  .files-dropzone-gallery {
	padding: 10px;
	border: 1px dashed #D3D3D3;
	min-height: 300px;
	width: 500px;
  }
  .files-gallery-item {
	height: 80px;
	margin: 5px;
  }
  
  .upload-placeholder{
	width: 100%;
 	 height: 178px;
	position: absolute;
	top: 0;
  }
  .files-dropzone-active {
	border: 1px solid lightgreen;
	color: lightgreen;
  }

.project-img .files-list-item-remove {
	position: absolute;
	top: 6px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100px;
	right: -1px;
	background-size: 16px;
	border: 1px solid;
}

.project-img .files-list-item-preview {
	height: 80px;
	width: 80px;
	float: left;
}
.project-img .files-list-item {
	width: 70px;
  height: 70px;
  padding:0;
  margin:10px;
  position: relative;
}
.project-img.files-list-blk {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.project-img .files-list, .project-img ul {
	width: auto;
	display: flex;
	flex-wrap: wrap;
}
.project-img .files-dropzone-list {
	width: 80px; 
	height: 80px;
	font-size: 10px;
	flex-wrap: wrap;
	margin: 10px 0 10px 0;
}
.require-star.f7-icons {
	font-size: 10px;
	color: #ff4f4f;
}
.chabok-slogan-blk a {
	color: var(--blueDark);
	width: 100%;
	display: flex;
	justify-content: right;
}
.slogan-image-sc {
  padding: 0 14px;
  max-width: 90% !important;
}

	.homw .chabok-mainslider-swiper img {
			height: 359px;
			object-fit: cover;
	}


/* Tablet fix */
@media screen and (min-width:600px) {
	.toolbar-inner,
	.navbar-inner.sliding, 
	.chabok-front-about.block,
	.product-sec,
	.istablet-content,
	.demo-swiper-multiple {
		max-width: 600px;
		right: 0;
		left: 0;
		max-width: 740px;
		margin-right: auto;
		margin-left: auto;
	}
	.chabok-mainslider-swiper,
	.post-main-img {
		margin-top: 22px;
	}
	.chabok-mainslider-swiper img, .why-sec::before, .post-main-img img {
		border-radius: 10px;
	}
	
	.homw .chabok-mainslider-swiper img {
			height: auto;
			object-fit: cover;
	}
	.advertise a {
		max-width: 736px;
		margin: auto;
		padding: 0 42px;
	}

}