
:root {
  --blue: #0057ff;
  --white: #fff;
  --color-100: #f1f2f4;
  --black: #53565d;
  --primary: #5628ee;
  --success: #0eac70;
  --grey-light: #99a3ba;
  --grey: #6c7486;
  --grey-dark: #3f4656;
  --light: #cdd9ed;
  --lighter: #e4ecfa;
  --lightest: #eef4ff;
  --pale: #f5f9ff;
  --shadow: rgba(18, 22, 33, 0.05);
  --red:#440a0a;
  --red2:#2b0505;
  --red3:#2b0505;
  --red4:#280303;
}

body {
  font-family: bodyfont;
  direction: rtl;
  text-align: right;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin: 0;
  background: var(--red4);
  color: #53565d;
  font-size: 14px;
  position: relative;
  transition: 0.3s all
}
/* 
header {
  background-color: var(--red);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .14), 0 2px 0 rgba(0, 0, 0, .05);
  z-index: 101;
  position: sticky;
  top: 0;
} */
/* 
.headerarea {
  display: flex;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  position: relative;
} */
/* 
.moheaderarea {
  display: flex;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  justify-content: center;
}

.clientmoheaderarea {
  display: flex;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  background-color: var(--white);
} */

.borstyle {
  border-bottom: 1px solid #e9ecef;
}

.moborstyle {
  border-bottom: 1px solid #e9ecef;
  display: none;
}

.headlogo img {
  width: 180px;
}

.moheadlogo img {
  width: 180px;
}

.clientheadlogo {
  width: 180px;
}

.clientheadlogo img {
  width: 100%;
}

.clientmoheadlogo img {
  width: 180px;
}

.headsearch {
  width: 600px;
  max-width: 600px;
}

.headsearch form {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #2b0505;
  position: relative;
  font-size: 14px;
  border-radius: 0.75rem;
}

.headsearch input {
  background-color: transparent;
  padding: 1rem 0.5rem;
  border: none;
  width: 100%;
  outline: none;
  color: white;
}



.headsearch button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0.1rem 0.95rem 0 0.2rem;
  color: #990f0f;
}

.headaccarea {
  display: flex;
  align-items: center;
}

.headaccarea button {
  margin: 0 0.8rem 0 0;
  border: none;
  background-color: transparent;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  
}



.cartbtn button {
  background-color: #f8f9fb;
  color: #a2a6ab;
  padding: 18px 18px 18px 18px;
  transition: 0.2s;
  position: relative;
  font-size: 20px;
}

.cartbtn button:hover {
  color: #6e6e6e;
  background-color: #f3f3f3;
}

.cartbtn button span {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  min-width: 22px;
  background: var(--blue);
  display: block;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: #fff 0 0 0 1px;
  -webkit-animation-name: BasketBadge;
  animation-name: BasketBadge;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.accbtn button {
  background-color: #2b0505;
  padding: 18px 25px 18px 25px;
  transition: 0.2s;
  margin-right: 10px;
  color: var(--white);
  display: flex;
  align-items: center;
}

.accbtn button span {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  margin-right: 7px;
}

.accbtn button:hover {
  background-color: #a0a0a0;
}

.accbtn button i {
  font-size: 18px;
}

.wawbtn button {
  background-color: #faa73a;
  padding: 18px 25px 18px 25px;
  transition: 0.2s;
  margin-right: 10px;
  color: var(--white);
  display: flex;
  align-items: center;
}

.wawbtn button span {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  margin-right: 7px;
}

.wawbtn button:hover {
  background-color: #f5ae50;
}

.wawbtn button i {
  font-size: 18px;
}

.regbtn button {
  background-color: #fa5454;
  padding: 18px 25px 18px 25px;
  transition: 0.2s;
  margin-right: 10px;
  color: var(--white);
  display: flex;
  align-items: center;
}

.regbtn button span {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  margin-right: 7px;
}

.regbtn button:hover {
  background-color: #eb4646;
}

.regbtn button i {
  font-size: 18px;
}

.headmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.headmenu .altercas {
  list-style: none;
  padding: 0;
  margin: 0;
}

.headmenu .altercas .newitem {
  padding: 0;
  display: inline-block;
  border-left: 1px solid #e0e0e6;
}

.headmenu .altercas .newitem:last-child {
  border: none;
}

.headmenu .altercas .newitem a {
  font-size: 1rem;
  color: white;
  padding: 10px 15px;
  transition: 0.2s;
}

.headmenu .altercas .newitem a:hover {
  color: var(--blue);
}


.headmenu .altercas .catmenu a {
  color: var(--black);
  font-weight: bolder;
  position: relative;
  padding-right: 0;
}

.catarea {
  display: none;
  align-items: center;
  position: absolute;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  top: 90%;
  padding: 1rem 1rem;
  border-radius: 0.50rem;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 100;
  overflow: auto;
  max-height: 600px;
  transition: 0.3s all
}

.cmocallarea button {
  padding: 10px 15px;
  margin: 0;
  font-size: 1.3rem;
  background-color: transparent;
  background: transparent;
  border: none;
  color: white;
  outline: none;
}

.headmenu .altercas .catmenu:hover .catarea {
  display: flex;
}

.headmenu .altercas .catmenu a i {
  margin-left: 4px;
}

.headmenu label {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.headmenu label p {
  padding: 0;
  margin: 0 0 0 15px;
}

.headmenu label i {
  margin-bottom: 2px;
}

.catarea li {
  color: 0;
  margin: 1rem 0;
  padding: 0;
  text-align: right;
}


.catarea li a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  margin: 1ren 0;
}

.catarea li a:hover p {
  color: var(--black);
}

.catarea li a h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 10px 7px 0;
}

.catarea li a p {
  font-size: 14px;
  padding: 0;
  margin: 0 10px 0 0;
  font-weight: normal;
  color: var(--black);
}

.catarea li a i {
  color: var(--blue);
  font-size: 30px;
  margin-bottom: 8px;
  display: block;
}

.carousel-item img {
  width: 100%;
}

.indextitle {
  margin: 3rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indextitle a {
  color: var(--white);
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid var(--white);
  transition: 0.2s;
}

.indextitle a:hover {
  background-color: var(--white);
  color: var(--red);
}

.titleicons {
  display: flex;
  align-items: center;
  color: rgb(179, 179, 179);

}

.titleicons p {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: headerfont;
  font-weight: bold;
  color: rgb(179, 179, 179);
  margin-right: 10px;
  font-size: 20px;
}

.titleicons i {
  color: rgb(179, 179, 179);
  padding: 1rem 1rem;
  font-size: 30px;
  border-radius: 10px;
}

.mainshoparea {
  /* width: ; */
  background: var(--red);
  margin: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  position: relative;
  border-radius: 20px;
}

.mainpruchbox {
  background-color: var(--white);
  width: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  overflow: hidden;
  transition: 0.2s;
  margin: 1rem 0;
  position: relative;
}

.mainpruchbox:hover {
  transform: translateY(-5px);
}

.mainpruchbox:hover a {
  color: var(--red);
}

.mainpruchbox:hover button {
  background-color: var(--red);
  color: var(--white);
}

@keyframes spin{
  0%{ transform:rotate(0deg); }
  100%{ transform:rotate(360deg); }
}
.vslider::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red; /* رنگ قسمت متحرک */
  cursor: pointer;
}
.vslider{width:60px;appearance:none;outline:none;border:none;height:3px;background:rgba(255,255,255,.3);border-radius:2px;cursor:pointer;accent-color:var(--white)}
.player-ctrl {
    direction: ltr;
    position: absolute;
    bottom: 0;                
    left: 0;
    right: 0;
    padding: 12px 18px 14px;    
    align-items: center;
    gap: 14px;                  /* فاصله بین کنترل‌ها بیشتر */
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent);
    opacity: 0;
    transition: opacity .2s;
    font-size: 15px;            /* فونت نوشته‌ها (مثلاً زمان) کمی بزرگ‌تر */
}
.player-ctrl .controls-row { 
  display: flex;
}
.progress-container-control {
  position: relative;
  width: 100%;
    z-index: 40;
}
.tooltip-control {
  position: absolute;
  bottom: 14px;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  display: none;      
  pointer-events: none;
  z-index: 50;          /* بالاتر از همه */
}


.progress-bar-control-time {
  width: 100%;
  height: 4px;
  appearance: none;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(255,255,255,0.3);
}

/* thumb */
.progress-bar-control-time::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #ff0000;
  border-radius: 50%;
  cursor: pointer;
}


#video-warp:hover .player-ctrl,
#video-warp:focus-within .player-ctrl,
#video-warp.controls-persist .player-ctrl {
  opacity: 1;
  pointer-events: auto;
}

.cbtn {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
padding: 6px;  
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: color .15s;
}

/* آیکن‌های داخل دکمه‌ها بزرگ‌تر شوند */
.cbtn svg {
    width: 28px;
    height:28px;
}

/* آیکن ولوم هم از همین قانون استفاده می‌کند؛ اگر خواستی جدا تنظیمش کن */
.cvol .cbtn svg {
    width: 28px;
    height: 28px;
}

.ctime{
  margin-left: 30px;
  margin-top: 5px;
  font-size:23px;color:rgba(255,255,255,.8)}
.mobilestream_info {
	padding: 20px;
	width: 100%;
	background: #131313;
}

.mobilestream_info.hide{
    animation:slideUpStinf .2s forwards;
}
.mobilestream_info.show{
    animation:slideDownStinf .2s forwards;
}

.cvol {
    display: flex;
    align-items: center;
    gap: 6px;
    row-gap: 6px;
    column-gap: 6px;
}
.vslider {
    width: 100px;
    appearance: none;
    outline: none;
    border: none;
    height: 3px;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
    cursor: pointer;
    accent-color: var(--green);
}
.cright {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}
.spinner {
    width: 30px;
    height: 30px;
    border: 4px solid var(--white);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 100;
}

.playIphone {
    width: 100px;
    height: 100px;
    position: absolute;
    border: none;
    background:none;
    inset: 0;
    margin: auto;
    z-index: 100;
    color: white;
}

.playIphone svg {
  width: 70px;
  height: 70px;
}


#playerStream::-webkit-media-controls { display: none !important; }
#playerStream::-webkit-media-controls-enclosure { display: none !important; }
#playerStream { 
  -webkit-appearance: none; 
  appearance: none;
}

#video-warp {
  background: #000;
  overflow: hidden;
}


.fullscreen-stream {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
}


.mainpruchbox2 {
  background-color: var(--red);
  width: 100%;
  border-radius: 20px 20px 0 0 ;
  -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  overflow: hidden;
  transition: 0.2s;
  margin: 1rem 0;
  position: relative;

}
.mainpruchbox2 video { 
    width: 100%;
    height: 100%;
}
.offertop {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: var(--white);
  padding: 2px 15px;
  border-radius: 999px;
  color: var(--black);
  font-size: 14px;
}

.offertop p {
  padding: 0;
  margin: 0;
}

.mianprucpic img {
  width: 100%;
}



.mainprucname {
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  /* height: 130px; */
}

.mainprucname a {
  color: var(--black);
  display: block;
  padding: 0;
  margin: 1rem 0;
  font-size: 20px;
  font-family: headerfont;
  font-weight: bold;
}

.mainprucname label {
  font-size: 16px;
  color: #959595;
  height: 21px;
  transition: 0.3s;
  text-align: right;
}

.mainprucname2 a{
  color: var(--white);
}

.mainprcstats {
  text-align: center;
  display: flex;
  margin-top: 15px;
  font-size: headerfont;
  font-weight: bold;
  padding: 15px 15px 25px 15px;
  width: 100%;
  bottom: 0;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e6;
}




/* کانتینر کلی صفحه */
.page {
  /* min-height: 100vh; */
  padding: 30px;
  box-sizing: border-box;
}

/* لِی‌آوت وسط‌چین، شبیه col-lg-9 / col-xl-7 */
.stream-layout {
  display: flex;
  justify-content: center;
}

.stream-main {
  width: 100%;
  max-width: 1500px; /* شبیه col-9/7 – می‌تونی کم/زیادش کنی */
}

/* باکس اصلی پلیر */
.mainpruchbox2 {
  background-color: var(--red);
  border-radius: 8px;
  overflow: hidden;
}

/* ویدیو ریشه */
#video-warp {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  aspect-ratio: 16 / 9; /* نسبت تصویر ثابت؛ روی موبایل هم خوبه */
}

/* خود ویدیو */
#video-warp video,
#playerStream {
  width: 100%;
  height: 100%;
  object-fit: cover; /* اگر نمی‌خوای اطرافش بره زیر قیچی، بذار contain */
}

/* کنترل‌ها قبلی رو نگه دار، فقط این رو اضافه کن */

#video-warp:fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  aspect-ratio: auto;
}

#video-warp:fullscreen video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* یا cover، سلیقه‌ای */
}

/* برای مرورگرهایی که از :fullscreen با vendor prefix استفاده می‌کنند (اختیاری) */
#video-warp:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  aspect-ratio: auto;
}
#video-warp:-moz-full-screen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  aspect-ratio: auto;
}

/* عنوان زیر پلیر */
.mainprucname {
  padding: 10px 14px;
}


.sm-footer-stars {
  width: 50%;
}

.sm-footer-stars span {
  font-size: 18px;
}

.sm-footer-stars i {
  color: #ff9317;
  font-size: 0.8rem;
}

.sm-title-area {
  width: 50%;
  position: relative;
}

.sm-title-area label {
  color: #959595;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.sm-title-area h6 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: var(--black);
  font-weight: bold;
  margin-left: 3px;
}

.offerarea {
  position: absolute;
  top: -40px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.offerarea span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 2px 7px 0 7px;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(180deg, #69bcff, #63a1ff);
}

.offerarea p {
  text-align: right;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
  padding: 0;
  margin: 0;
}

.mainbuybtn button {
  border-top: none;
  width: 100%;
  border-bottom: none;
  border-right: none;
  border-left: none;
  outline: none;
  background-color: transparent;
  color: var(--blue);
  border-radius: 0.25rem;
  padding: 0.9rem 0;
  font-size: 16px;
  transition: 0.2s;
}

.catgarea {
  margin-top: 2rem;
}

.catgarea ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.catgarea ul li {
  color: 0;
  margin: 1rem 1rem 0 1rem;
  padding: 0;
  text-align: right;
}

.catgarea ul li a {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  margin: 1ren 0;
  background-color: #98baff1c;
  border-radius: 8px;
}

.catgarea ul li a:hover p {
  color: var(--black);
}

.catgarea ul li a h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 10px 7px 0;
}

.catgarea ul li a p {
  font-size: 14px;
  padding: 0;
  margin: 0 10px 0 0;
  font-weight: normal;
  color: var(--black);
}

.catgarea ul li a i {
  color: var(--blue);
  font-size: 30px;
  margin-bottom: 8px;
  display: block;
}

.mainstatsarea {
  border-radius: 2rem;
  padding: 1rem 0;
  margin: 2rem 0;
}

.mainstatsbox {
  text-align: center;
  margin: 1rem 0;
  transition: 0.3s;
}

.mainstatsbox i {
  font-size: 35px;
  margin-bottom: 15px;
  color: var(--blue);
}

.mainstatsbox p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: headerfont;
  font-size: 14px;
  display: block;
}

.mainstatsbox span {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  opacity: 0.7;
}

.addbannerarea {
  margin: 3rem 0 0 0;
}

.addbannerarea img {
  width: 100%;
  border-radius: 0.75rem;
}

footer {
  background: var(--red);
  box-shadow: 0 10px 50px rgba(173, 188, 200, .22);
  position: relative;
  padding: 3rem 0 1rem 0;
}

.footerlistarea {
  margin: 1rem 0;
}

.footerlistarea h5 {
  font-family: headerfont;
  font-weight: Bold;
  font-size: 16px;
  padding: 0;
  margin: 0 0 15px 0;
}

.footerlistarea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerlistarea ul li {
  margin: 7px 0;
}

.footerlistarea ul li a {
  color: var(--white);
  font-size: 14px;
  transition: 0.2s;
}

.footerlistarea ul li a:hover {
  color: #636363;
}

.footersuparea {
  margin: 1rem 0;
  border-radius: 0.50rem;
  overflow: hidden;
  box-shadow: 2px 0 25px 0 rgba(145, 159, 167, .3);
}

.footercall {
  background-color: var(--red2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
}

.footercall button {
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--red);
  border: 1px solid var(--red);
  outline: none;
  box-shadow: none;
  padding: 10px 30px;
  font-size: 14px;
}

.footercall p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  color: var(--white);
}

.footercall span {
  display: block;
  padding: 0;
  margin: 3px 0 0 0;
  font-size: 14px;
  color: var(--white);

}

.footersocial {
  background-color: var(--red2);
  padding: 2rem 1rem;
  color: #6d6d6d;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footersocial p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: var(--white);
}

.footersocial ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footersocial ul li {
  display: inline-block;
  margin: 0 15px 0 0;

}

.footersocial ul li a {
  color: var(--white);
  font-size: 20px;
  transition: 0.2s all;
}

.footersocial ul li a:hover {
  color: #636363;
}

.coppyarea {
  text-align: center;
  margin-top: 1rem;
}

.coppyarea span {
  padding: 0;
  margin: 0 0 5px 0;
  display: block;
  font-size: 18px;
}

.coppyarea p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.prolisttitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.breadcrumbarea {
  border-bottom: 1px solid #e0e0e6;
  margin: 3rem 0 1rem 0;
}

.breadcrumb {
  padding: 16px 0;
  margin: 0;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #818181;
  font-size: 16px;
  padding: 0;
  margin: 0;
  transition: 0.2s;
}

.breadcrumb ul li a:hover {
  color: var(--blue);
}

.breadcrumb ul li h1 {
  display: inline-block;
  color: var(--black);
  font-size: 16px;
  padding: 0;
  margin: 0;
  transition: 0.2s;
}

.breadcrumb ul li+li::before {
  padding: 5px 8px;
  color: #1d1d1d;
  content: "/\00a0";
}

.provalue {
  padding: 0;
  margin: 0;
}

.provalue label {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.provalue span {
  margin-left: 3px;
  font-weight: bold;
  font-size: 16px;
}

.producttitlearea {
  margin: 1rem 0 2rem 0;
}

.productnamearea {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
  margin-bottom: 3rem;
}

.productnamearea h1 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-family: headerfont;
  font-weight: bold;
  transition: 0.2s;
}

.productnamearea h1:hover {
  color: var(--blue);
}

.productnamearea label {
  background: #e8e8e8;
  color: #7c7c7c;
  padding: 4px 10px 0;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 14px;
}

.moproductbuyarea {
  margin-top: 1rem;
}

.productbuyarea {
  background: #fff;
  box-shadow: 0 0 10px hsla(0, 0%, 74.9%, .35);
  -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  border-radius: 4px;
  overflow: hidden;
  padding: 30px 0px;
}

.productbuybtn {
  margin: 10px 0;
  padding: 0 15px;
}

.productbuybtn button {
  padding: 10px 0;
  width: 100%;
  background-color: var(--blue);
  color: var(--white);
  border: none;
  outline: none;
  font-size: 18px;
  padding: 15px 30px;
  box-shadow: 0 5px 15px rgba(70, 120, 212, 0.34);
  border-radius: 6px;
  font-weight: bold;
  transition: 0.2s;
  margin-top: 1.2rem;
}

.productbuybtn button:hover {
  background-color: #004adf;
}

.productbuyinfo {
  margin-bottom: 4rem;
  padding: 0 16px;
}

.productbuyinfo ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.productbuyinfo ul li {
  margin-bottom: 8px;
}

.productbuyinfo ul li i {
  color: var(--blue);
  font-size: 14px;
  margin-left: 5px;
  transform: translateY(3px);
  display: inline-block;
}

.productbuyinfo ul li span {
  font-size: 14px;
  color: #000;
  opacity: .7;
  width: 100%;
}

.mobiledashm {
  margin: 0;
  bottom: 0;
  position: sticky;
  width: 100%;
}

.moshoparea {
  background-color: var(--white);
  padding: 22px 20px;
  box-shadow: 0 0 10px hsla(0, 0%, 74.9%, .35);
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.moshoparea label {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #6d6d6d;
  font-weight: 500;
}

.moshoparea label p {
  color: #3c4354;
  font-size: 30px;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 5px;
}

.mofferarea span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 2px 7px 0 7px;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(180deg, #69bcff, #63a1ff);
}

.moshoparea button {
  padding: 16px 30px;
  background-color: var(--blue);
  color: var(--white);
  border: none;
  outline: none;
  font-size: 18px;
  padding: 15px 30px;
  box-shadow: 0 5px 15px rgba(70, 120, 212, 0.34);
  border-radius: 6px;
  font-weight: bold;
  transition: 0.2s;
}

.empty-cart {
  margin-bottom: 50px;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(79, 105, 139, .09);
  -webkit-box-shadow: rgba(79, 105, 139, .09) 0 5px 25px;
  background-color: #fff;
  height: 91%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 15px;
  text-align: center;
  padding: 6rem 0;
}

.empty-cart img {
  width: 100%;
  height: 300px;
}

.emptytext {
  margin-top: 6rem;
}

.emptytext p {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 18px;
  font-family: Shabnam;
}

.cartboxs {
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .08);
  margin: 0 0 30px 0;
}

.carttitle {
  display: flex;
  padding-bottom: 10px;
  color: #727272;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
}

.pucarttitle {
  padding-bottom: 10px;
  color: #727272;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  text-align: center;
}

.pucarttitle p {
  padding: 0;
  margin: 0;
}

.carttitle p {
  padding: 0;
  margin: 0;
  margin-right: 60px;
}

.carttitle span {
  margin-left: 200px;
}

.item {
  display: flex;
  margin-top: 40px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 40px;
}

.cart-item-box {
  display: flex;
  align-items: center;
  flex: 3;
  padding: 0 60px;
}

.cart-item-box figure {
  -webkit-box-shadow: rgba(0, 0, 0, .05) 0 5px 15px;
  overflow: hidden;
  max-height: 140px;
  flex: 1;
  margin-bottom: 0;
  border-radius: 6px;
  margin-left: 17px;
}

.cart-item-box img {
  width: 100%;
  height: auto;
}

.property {
  flex: 2;
  margin-right: 10px;
}

.property a {
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s;
}

.property a:hover {
  color: var(--blue);
}

.cart-amount {
  flex: 1;
  padding: 0 30px;
}

.amount {
  margin-bottom: 7px;
  display: block;
  color: var(--blue);
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
}

.amount span {
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
}

.item .remove {
  position: absolute;
  right: 0;
  bottom: 50%;
  background-color: #ffefef;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
  color: #ef8b8c;
}

.item .remove:hover {
  background-color: #ffdbdb;
}

.item .remove i {
  margin-top: 5px;
}

.cartpuarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cartpuarea ul li {
  margin: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cartpuarea ul li p {
  padding: 0;
  margin: 0;
  color: #868686;
  text-align: right;
  font-size: 16px;
}

.cartpuarea ul li label {
  font-size: 14px;
}

.cartpuarea ul li label span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}

.pucardendarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  padding-top: 18px;
}

.pucardendarea p {
  padding: 0;
  margin: 0;
  color: var(--black);
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}

.pucardendarea h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  padding: 0;
  margin: 0;
}

.puendpay {
  margin-top: 20px;
}

.puendpay button {
  width: 100%;
  background-color: var(--blue);
  border: none;
  padding: 10px 0;
  text-align: center;
  outline: none;
  color: var(--white);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.loginpannel {
  width: 100%;
  height: 100vh;
  margin: 0;
  align-content: center;
  text-align: center;
}

.loginbox {
  width: 450px;
  background-color: #fff;
  padding: 35px 40px 31px;
  border-radius: 4px;
  box-shadow: 0 4px 40px rgba(119, 132, 157, .1);
  -webkit-box-shadow: rgba(119, 132, 157, .1) 0 4px 40px;
}

.loginlogo {
  margin-bottom: 75px;
  display: flex;
  justify-content: center;
}

.loginlogo img {
  width: 191px;
}

.loginbox h1 {
  margin-bottom: 37px;
  text-align: center;
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 38px;
  color: #53565d;
}

.loginbox form input {
  width: 100%;
  display: block;
  background-color: #f8f9fa;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  color: #6a6a6a;
  transition: .3s;
  -webkit-transition: .3s;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  outline: none;
}

.loginbox p {
  text-align: right;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 30px;
}

.rem-area label {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin: 15px 3px 15px 0;
}

.rem-area input {
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

.rem-area span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid var(--blue);
  border-radius: 4px;
  margin-left: 8px;
  transition: 0.2s;
}

.rem-area input:checked+span {
  border-color: var(--blue);
  background-color: var(--blue);
  background-image: url(/images/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rem-area a {
  margin: 0;
  padding: 0;
  color: var(--blue);
}

.rem-area p {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: var(--black);
}

.login-btn {
  width: 100%;
}

.login-btn button {
  background: var(--blue);
  color: #fff;
  padding: 15px 0;
  width: 100%;
  border-radius: 6px;
  font-size: 1rem;
  transition: 0.2s;
  outline: none;
  border: none;
  display: block;
}

.login-btn button:hover {
  background: #3e91fd;
}

.loginrulesarea {
  text-align: center;
  margin: 30px 0;
}

.loginrulesarea label {
  font-size: 14px;
  color: #b3b3b3;
  direction: rtl;
  display: block;
}

.loginrulesarea label a {
  color: var(--black);
  padding: 0 3px;
}

.topverifyarea p span {
  font-weight: bold;
  margin: 0 3px;
}

.topverifyarea p a {
  color: var(--blue);
  margin-right: 3px;
}

.topverifyarea input {
  text-align: center;
  letter-spacing: 20px;
  font-weight: bold;
}

.newotpsend {
  margin: 30px 0 15px 0;
}

.newotpsend button {
  background: rgb(182, 182, 182);
  color: #fff;
  padding: 8px 0;
  width: 100%;
  border-radius: 6px;
  font-size: 1rem;
  transition: 0.2s;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
}

.newotpsend button:disabled {
  cursor: no-drop;
}

.newotpsend button:hover {
  background: rgb(170, 170, 170);
}

.newotpsend button p {
  color: var(--white);
  font-size: 16px;
  font-family: Jost;
  margin-right: 3px;
}

.dashboardnav {
  background-color: var(--white);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  max-width: 15.625rem;
  overflow: auto;
  padding: 1.5rem 0;
  box-shadow: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 999;
  transition: 0.3s all
}

.dashboardnav::-webkit-scrollbar {
  display: none;
}

.navprofileinfo {
  margin: 0 0 0 0;
}

.profileimg {
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 1rem 0.75rem 0;
  direction: ltr;
}

.profileimg img {
  width: 80px;
  border-radius: 9999px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--white);
}

.profileimg p {
  margin: 1rem 0 0.2rem 0;
  font-size: 1.1rem;
  color: var(--black);
  padding: 0;
  font-family: headerfont;
}

.profileimg span {
  display: block;
  color: #bebebe;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.profilesetbtns {
  margin: 1.5rem 0 1.5rem 0;
  display: flex;
  text-align: center;
  width: 100%;
}

.profilesetbtns button {
  width: 50%;
  padding: 1rem 0;
  margin: 0;
  background-color: transparent;
  outline: none;
  border-right: none;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  color: var(--white);
  font-size: 1rem;
}

.pr-left-bor {
  border-left: 1px solid #4d4d4d;
}

.non-pr-left-bor {
  border-left: 1px solid transparent;
}

.mailul {
  padding: 0 0.8rem 0 1rem;
  margin: 0;
  list-style: none;
}

.mailul h6 {
  font-weight: bolder;
  color: var(--black);
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.7rem 0.8rem 1rem 0;
}

.dashboardnav .newitem {
  display: block;
  padding: 0;
  margin: 0.3rem 0;
  transition: 0.3s all
}

.dashboardnav .newitem a {
  display: inline-block;
  padding: 0.7rem 0.5rem 0.77rem 0.7rem;
  color: var(--black);
  width: 100%;
  text-decoration: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  outline: none;
  transition: 0.2s all
}

.dashboardnav .newitem a:hover {
  background: rgba(236, 241, 253, 0.808);
  color: var(--blue);
}

.dashboardnav .newitem a i {
  margin: 0 0.2rem 0.3rem 0.8rem;
  font-size: 1.3rem;
  display: flex;
  padding: 0;
}

.dashboardnav .newitem a p {
  margin: 0;
  display: inline;
  padding: 0;
  font-size: 0.9rem;
  height: auto;
  width: auto;
}

.dashboardnav .selleritem {
  display: block;
  padding: 0;
  margin: 0.3rem 0;
  transition: 0.3s all
}

.dashboardnav .selleritem a {
  display: inline-block;
  padding: 0.7rem 0.5rem 0.77rem 0.7rem;
  color: #ff9e20;
  width: 100%;
  text-decoration: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  outline: none;
  border: 1px solid #fffaed;
  border-radius: 5px;
  background-color: #fcf5e5;
  transition: 0.2s all
}

.dashboardnav .selleritem a i {
  margin: 0 0.2rem 0.3rem 0.8rem;
  font-size: 1.3rem;
  display: flex;
  padding: 0;
}

.dashboardnav .selleritem a p {
  margin: 0;
  display: inline;
  padding: 0;
  font-size: 0.9rem;
  height: auto;
  width: auto;
}

.dashboardnav .activeitem {
  display: block;
  padding: 0;
  margin: 0.3rem 0;
  transition: 0.3s all
}

.dashboardnav .activeitem a {
  display: inline-block;
  padding: 0.7rem 0.5rem 0.77rem 0.7rem;
  color: var(--white);
  width: 100%;
  text-decoration: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  outline: none;
  border-radius: 5px;
  background: rgb(0, 87, 255);
  background: linear-gradient(90deg, rgba(0, 87, 255, 1) 23%, rgba(60, 126, 255, 1) 75%);
  transition: 0.2s all
}

.dashboardnav .activeitem a i {
  margin: 0 0.2rem 0.3rem 0.8rem;
  font-size: 1.3rem;
  display: flex;
  padding: 0;
}

.dashboardnav .activeitem a p {
  margin: 0;
  display: inline;
  padding: 0;
  font-size: 0.9rem;
  height: auto;
  width: auto;
}

#itemarea {
  list-style: none;
  height: 0;
  display: none;
  transition: 0.3s;
}

#carshop-area {
  list-style: none;
  height: 0;
  display: none;
  transition: 0.3s;
}

.dashheader {
  width: 100%;
  background-color: var(--white);
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  margin: 0;
  position: sticky;
  top: 0.5rem;
  margin-top: 0.5rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  z-index: 700;
}

.maininfo {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.maininfo label {
  font-size: 1rem;
}

.maininfo label i {
  margin-left: 5px;
}

.maininfo label p {
  padding: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bolder;
}

.rankcolors {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  padding: 0.50rem 1rem;
  display: inline-block;
  color: #fff;
}

.menueicon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.userpannelinfo a {
  text-decoration: none;
  color: var(--black);
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  transition: 0.5s all
}

.userpannelinfo a img {
  width: 38px;
  border-radius: 999px;
  padding: 0;
  margin: 0;
}

.userpannelinfo a p {
  font-size: 1rem;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin: 0 0 0 5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.userpannelinfo a:focus~.mobuser {
  display: block;
}

.mobuser {
  position: absolute;
  display: none;
  width: 300px;
  top: 2.5rem;
  left: 0.5rem;
  margin-top: 1rem;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  border-radius: 0.50rem;
  border: 1px solid #dfdfdf;
  transition: 0.5s all
}

.mobsection {
  background-image: url(/images/mobback.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0.5rem;
}

.mainsection {
  display: flex;
  text-align: left;
  align-items: center;
  white-space: nowrap;
}

.mainsection img {
  width: 45px;
  border-radius: 999px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--white);
}

.mainsection p {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  color: var(--white);
  font-size: 1rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.mainsection span {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  color: var(--white);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.mainlogout button {
  color: var(--white);
  background-color: var(--footer);
  outline: none;
  border: none;
  border-radius: 999px;
  padding: 0.3rem 1rem;
  font-size: 0.80rem;
  transition: 0.2s;
}

.mainlogout button:hover {
  background-color: #191919b6;
}

.mobuser ul {
  padding: 0;
  margin: 0.5rem 0;
  list-style: none;
  width: 100%;
}

.mobuser ul li {
  margin: 0.5rem 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobuser ul li button {
  padding: 0.8rem 1rem;
  margin: 0;
  width: 100%;
  border: none;
  margin: 5px 0;
  background: none;
  outline: none;
  transition: 0.1s;
  font-size: 1rem;
  align-items: center;
}

.mobuser ul li button:hover {
  background: rgba(238, 238, 238, 0.527);
}

.mobuser ul li:last-child {
  border: none;
}

.mobuser ul li button i {
  float: left;
  color: var(--blue);
  font-size: 1rem;
}

.mobuser ul li button p {
  float: right;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.moneyboxsarea {
  margin-top: 1rem;
}

.moneyboxs {
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  padding: 4.5rem 2rem;
  color: #Fff;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  margin: 1rem 0;
}

.moneyboxs:hover {
  transform: translateY(-0.70rem);
}

.coinarea {
  background: linear-gradient(90deg, #84d9d2, #07cdae);
}

.casharea {
  background: linear-gradient(90deg, #90caf9, #047edf 99%);
}

.moneyboxs img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  transform: rotate(180deg)
}

.moneyboxs i {
  float: left;
  font-size: 2rem;
}

.moneyboxs h4 {
  font-size: 1.4rem;
  font-family: Anjoman;
  padding: 0;
  margin: 0 0 1.3rem 0;
}

.moneyboxs span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: Bolder;
  font-size: 2rem;
}

.moneyboxs label {
  margin: 0 0.25rem 0 0;
  font-size: 1.5rem;
}

.mastercard {
  background-image: linear-gradient(195deg, #42424a, #191919);
  padding: 1.70rem 1rem;
  border-radius: 0.75rem;
  position: relative;
  text-align: left;
  color: var(--white);
  overflow: hidden;
  margin: 1rem 0;
}

.mastercard:hover {
  transform: translateY(-0.70rem);
}

.mainshoparea2 {
  margin-top: 30px;
}

.masterbackg {
  position: absolute;
  background-image: url(/images/mastercard-back.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.mastercard i {
  font-size: 1.5rem;
}

.mastercard h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.375;
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

.masterinfo {
  direction: ltr;
  display: flex;
  text-align: left;
  width: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.masterinfo span {
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 0.5;
  display: block;
}

.masterinfo p {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  font-family: 800;
}

.mastercard img {
  width: 50px;
  position: absolute;
  right: 1rem;
  bottom: 1.70rem;
}

.playerstatsarea {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.statsboxs {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  min-width: 0;
  background-color: var(--white);
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, .125);
  border-radius: 0.75rem;
  padding: 1rem 1rem;
  margin: 1rem 0;
}

.statstitle h4 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

.statstitle span {
  font-size: 1.2rem;
  font-family: Bolder;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0.50rem 0 0 0;
  display: block;
}

.statsicon {
  position: absolute;
  top: -1rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4);
  left: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  text-align: center;
  padding: 1.1rem 1.4rem;
  color: var(--white);
}

.statsboxs:hover .statsicon {
  transform: translateY(-0.55rem);
}

.statsicon i {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 0.4rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eaecf4;
  border-radius: 99px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4e73df;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.playerinfoboxs {
  width: 100%;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1rem;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.1rem;
  position: relative;
}

.playerinfoboxs i {
  font-size: 2.3rem;
  color: #5a5c6929;
}

.playerinfoboxs h4 {
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: Bolder;
  font-size: 0.95rem;
  color: var(--black);
  padding: 0;
  margin: 0 0 0.4rem 0;
}

.playerinfoboxs span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .boddyarea {
    margin-right: 16.125rem;
  }

  .carttitle span {
    margin-left: 160px;
  }

  .cart-item-box {
    width: auto;
  }

  .cart-item-box {
    padding: 0 60px;
  }

  .cart-amount {
    padding: 0 30px;
  }

  .clientheader {
    margin-right: 15.5rem;
  }

  .clfooter {
    margin-right: 15.5rem;
  }

  .clientadarea img {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .dashboardnav {
    display: none;
  }

  .carttitle span {
    margin-left: 50px;
  }

  .thumbnail {
    width: 100%;
    display: none;
  }

  .clientadarea img {
    width: 97%;
  }

  .cart-item-box {
    padding: 0 60px 0 10px;
  }

  .cart-amount {
    padding: 0 10px 0 0;
  }

  #clientcartarea {
    display: none;
  }

  .clientheadlogo {
    width: 130px;
  }
}

.clientbg {
  background-color: rgb(237, 241, 247);
}

.clientheader {
  position: sticky;
  top: 0;
  background-color: var(--white);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .07);
  z-index: 100;
}

.inacc {
  margin-right: 10px;
  position: relative;
  transition: 0.2s all
}

.inacc:hover .inaccdash {
  display: block;
}

.inacc .inaccmainarea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  color: var(--black);
  cursor: pointer;
}

.inacc img {
  width: 50px;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 50%;
}

.inacc p {
  padding: 0;
  margin: 0 5px;
  font-size: 16px;
  display: block;
}

.inacc .downclass {
  color: #3c4354;
  font-size: 14px;
  transition: 0.3s;
}

.inacc a:hover .downclass {
  transform: rotate(180deg);
}

.inaccdash {
  display: none;
  position: absolute;
  width: 256px;
  background-color: var(--white);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, .16);
  border-radius: 7px;
  top: calc(100% + 3px);
  padding: 10px;
  left: 0;
  transition: 0.2s all
}

.inaccdashnotif {
  display: none;
  position: absolute;
  width: 290px;
  background-color: var(--white);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, .16);
  border-radius: 7px;
  top: calc(100% + 3px);
  padding: 10px;
  left: -20px;
  transition: 0.2s all;
  z-index: 20;
}

.pkarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.pkarea p {
  padding: 0;
  margin: 0;
  color: #bbc1c8;
  flex: 1;
  font-size: 14px;
}

.pkarea label {
  color: var(--blue);
  font-weight: 500;
}

.pkarea span {
  font-size: 16px;
}

.inaccdash ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.inaccdash ul .inaclist {
  width: 100%;
}

.inaccdashnotif ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.inaccdashnotif ul .inaclist {
  width: 100%;
}

.inaclist a {
  display: flex;
  text-align: right;
  width: 100%;
  padding: 14px 10px;
  margin: 5px 0;
  font-size: 14px;
  border-radius: 5px;
  align-items: center;
  color: var(--black);
  transition: 0.2s;
}

.inaclist a:hover {
  background: rgba(236, 241, 253, 0.808);
  color: var(--blue);
}

.inaclist a i {
  font-size: 18px;
}

.inaclist a p {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.inaclogout a {
  display: flex;
  text-align: right;
  width: 100%;
  padding: 14px 10px;
  margin: 5px 0 0 0;
  font-size: 14px;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #ffeff1;
  background-color: #ffeff1;
  color: #ff4656;
  transition: 0.2s;
}

.inaclogout a i {
  font-size: 18px;
}

.inaclogout a p {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.clientadarea {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.clientadarea img {
  border-radius: 10px;
}

.clientstatsarea {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.clientstatsarea a {
  text-decoration: none;
  color: var(--black);
}

.clientstatsarea a:hover {
  color: var(--white);
}

.clientstatsarea a:hover .clientstatsbox {
  background: rgb(0, 87, 255);
  background: linear-gradient(90deg, rgba(0, 87, 255, 1) 23%, rgba(60, 126, 255, 1) 75%);
  transform: translateY(-8px);
}

.clientstatsarea a:hover .clientstatsbox h3 {
  color: var(--white);
}

.clientstatsbox {
  background-color: var(--white);
  padding: 2rem 0;
  border-radius: 7px;
  transition: 0.2s;
  margin: 0.50rem 0;
}

.clientstatsbox h3 {
  color: var(--blue);
  font-size: 2.3rem;
  padding: 0;
  margin: 0 0 1.6rem 0;
  font-family: Jost;
}

.clientstatsbox p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.clientstatsbox span {
  font-size: 16px;
  font-family: bodyfont;
}

.shopingboxarea {
  margin-top: 30px;
}

.shoppingbox {
  background-color: var(--white);
  border-radius: 8px;
  padding: 2rem 2rem;
}

.shoppingtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.50rem 0;
}

.shoppingtop h2 {
  font-size: 23px;
  padding: 0;
  margin: 0;
  display: block;
}

.shoppingtop a {
  color: var(--blue);
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.shoppingtop a:hover {
  color: #065ca3;
}

.shoppingboxs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shoppingboxs ul li {
  padding: 1rem 5px;
  margin: 0;
  display: block;
  border-bottom: 1px solid rgba(230, 233, 241, 0.9);
}

.shoppingboxs ul li:last-child {
  border-bottom: none;
}

.shoppingboxs ul li:nth-child(even) {
  background-color: #f3f3f38f;
}

.clainarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clainmid {
  display: flex;
  align-items: center;
}

.clainmid a {
  color: var(--blue);
  font-size: 18px;
  font-weight: 550;
}

.clainmid p {
  font-size: .85rem;
  padding: 0;
  margin: 7px 0 0 0;
  opacity: 0.7;
}

.cldownlistimg {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 8px;
  background: rgb(31, 33, 41);
  width: 7.5rem;
  height: 7.5rem;
  margin-left: 10px;
  overflow: hidden;
}

.climgarea {
  position: absolute;
  inset: 0px;
  z-index: 1;
  transform: scale(1);
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: inherit;
}

.cldownlistimg a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.clainend {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.clainend button {
  border: none;
  outline: none;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #f8f9fb;
  color: #6b6b6b;
  transition: 0.2s;
  font-size: 15px;
}

.clainend button:hover {
  color: #161616;
  background-color: #f3f3f3;
}

.blog-coster-area {
  margin-top: 2rem;
}

.blog-coster-area p {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-family: Estedad;
}

.blog-coster-area a {
  color: #1d1d1d;
  font-size: 16px;
}

.blog-coster-area a:hover {
  color: #528DC9;
}

.blog-img {
  width: 100%;
}

.blog-img img {
  border-radius: 1rem;
  width: 100%;
}

.blog-tags {
  margin: 20px 0 0 0;
  padding: 0;
}

.blog-tags i {
  color: #528DC9;
  font-size: 14px;
  margin-left: 10px;
}

.blog-tags span {
  display: inline-block;
  color: #818181;
  font-size: 14px;
  padding: 0;
}

.blog-title h2 {
  padding: 0;
  margin: 1rem 0;
  font-size: 20px;
  display: block;
  color: #1d1d1d;
  font-size: Estedad;
  font-weight: Bold;
  transition: 0.3s all
}

.blog-time span {
  display: inline-block;
  color: #818181;
  font-size: 14px;
  padding: 0;
}

.blog-area {
  margin: 2rem 0;
  transition: 0.3s all
}

.blog-area:hover h2 {
  color: var(--blue);
}

.clfooter {
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(173, 188, 200, .22);
  position: relative;
  padding: 3rem 0 1rem 0;
}

.cashbackinfolist {
  background-color: var(--white);
  padding: 0 0 5px 0;
  border-radius: 9px;
  text-align: center;
  margin-bottom: 30px;
}

.cashbackinfolist h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0;
  margin: 0;
}

.checkstroplibox p {
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
}

.checklioplirst {
  background-color: #f8f8fc;
  margin-bottom: 25px;
  border-radius: 5px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 13px;
  padding-bottom: 15px;
}

.checklioplirst label {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 3px 0 0;
}

.checklioplirst span {
  font-size: 23px;
}

.cashbacklist {
  border-radius: 5px;
  padding: 0;
  background-color: var(--white);
  overflow-y: auto;
  min-height: 416px;
  max-height: 416px;
}

.tableheadarea {
  padding: 20px 0;
  font-weight: 500;
  font-size: 12px;
  color: #7987a1;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.t-content {
  border-bottom: 2px solid #F8FAFF;
}

.clstatsarea {
  top: 13px;
  position: absolute;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 4px;
}

.conbox-title {
  margin: 0 0 2rem 0;
}

.conbox-title h1 {
  padding: 0;
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
  font-weight: bold;
  font-family: Estedad;
  color: #2a67a5;
}

.conbox-title p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

.cont-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}

.textarea-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  margin: .5rem 0;
}

.textarea-box textarea {
  padding: 1rem 1rem;
  border: none;
  outline: none;
  margin: 0;
  width: 100%;
  background: none;
  background-color: none;
  font-size: 16px;
}

.cont-sub {
  margin: 1rem 0;
  padding: 0;
}

.cont-sub button {
  margin: 0;
  padding: 10px 27px;
  text-align: center;
  margin: 0 auto;
  background: #528dc91e;
  border: 0;
  outline: none;
  border-radius: 10px;
  color: var(--blue);
  width: 100%;
  transition: 0.2s;
}

.cont-sub button:hover {
  background: var(--blue);
  color: #fff;
}

.cont-box input {
  background: none;
  outline: none;
  border: none;
  padding: 1.5rem 0;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 100%;
  font-size: 14px;
  flex-basis: 0%;
  margin: 0;
  text-align: right;
}

.cont-box input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cont-box input[type=number] {
  -moz-appearance: textfield;
}

.cont-box i {
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #2a67a5;
  left: 1.5rem;
}

.cont-box p {
  display: inline-block;
  font-weight: Bold;
  font-family: Estedad;
  font-size: 13px;
  padding: 0;
  margin: 0 10px 0 0;
}

.opentickettop {
  margin-top: 30px;
}

.newticketrules {
  background-color: var(--white);
  padding: 0 0 5px 0;
  border-radius: 9px;
  margin-bottom: 30px;
}

.newticketrules h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0;
  margin: 0;
  text-align: center;
}

.newticketrules p {
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 2.4;
}

.newticketrules ul {
  padding: 0 30px;
  margin: 0 0;
}

.newticketrules ul li {
  margin-bottom: 20px;
}

.ticketlistbtn button {
  top: 12px;
  position: absolute;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 4px;
  border: none;
  background-color: #f8f9fb;
  transition: 0.1s;
}

.ticketlistbtn button:hover {
  color: #161616;
  background-color: #f3f3f3;
}

.ticketchatarea {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 40px 0 40px 10px;
}

.text-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.ticketinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}

.ticketinfo label {
  font-size: 14px;
}

.ticketinfo label p {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.tickettitle h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tickettextstats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.ticket-cloter {
  color: #888c9c;
  background-color: #f4f6fa;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-align: center;
  border-radius: 8px;
  transition: 0.1s;
}

.ticket-cloter:hover {
  background-color: #f0f0f0;
}

.ticket-cloter label p {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.ticketchatboxs {
  margin: 0 0 30px 0;
}

.ownerchat {
  background-color: #f5f7fa;
  color: #8e8989;
  border-radius: 14px 14px 0 14px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 16px 24px;
}

.ownerchat p {
  padding: 0;
  margin: 0;
}

.ownerchattimearea {
  margin-top: 10px;
}

.ownerchattimearea i {
  color: #888c9c;
  font-size: 13px;
  margin-left: 10px;
}

.ownerchattimearea label {
  margin: 0;
  padding: 0;
  color: #888c9c;
  font-size: 13px;
}

.adminchat {
  background-color: #e7f2ff;
  color: #8e8989;
  border-radius: 14px 14px 14px 0;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 16px 24px;
}

.adminchat p {
  padding: 0;
  margin: 0;
}

.adminchattimearea {
  margin-top: 10px;
  float: left;
}

.adminchattimearea i {
  color: #888c9c;
  font-size: 13px;
  margin-right: 10px;
}

.adminchattimearea label {
  margin: 0;
  padding: 0;
  color: #888c9c;
  font-size: 13px;
}

.adminchat label {
  margin: 0 0 20px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.adminchat label h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.adminchat label i {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.ticketdngloot {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 0 35px 0;
  border: 1px solid #e9edf5;
  border-radius: 16px;
  padding: 16px 20px;
}

.ticketopentextarea {
  margin-bottom: 15px;
}

.ticketopentextarea textarea {
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 1rem;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 17px;
  min-height: 55px;
}

.ticketopentextarea p {
  padding: 0;
  margin: 0 0 10px 0;
}

.ticketopeninput input {
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 1rem;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 10px;
  text-align: right;
  transition: 0.2s;
}

.ticketopeninput input:focus {
  border: 1px solid var(--blue);
}

.ticketopeninput input:disabled {
  cursor: not-allowed;
  color: #1a1a1a;
  background-color: #b3b3b3;
  opacity: .5;
}

.ticketopeninput p {
  padding: 0;
  margin: 0 0 10px 0;
}

.ticketopeninput span {
  color: var(--blue);
  font-size: 13px;
  float: left;
  margin-top: 3px;
}

.newmsgsendbyn {
  margin-top: 10px;
}

.newmsgsendbyn button {
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 7px;
  border: none;
}

.attachment {
  margin-top: 10px;
  font-weight: bold;
  background-color: #e4e4e48c;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: left;
}

.attachment a {
  font-size: 13px;
  width: 100%;
  text-align: left;
}

.ticketselectarea {
  padding: 20px 10px;
  border-radius: 9px;
  margin-bottom: 30px;
  background-color: var(--white);
}

.ticketselectarea h1 {
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

.ticketselectbox {
  margin-top: 20px;
}

.selectboxtitle {
  margin-top: 2rem;
  padding: 0 8px 0 0;
}

.selectboxtitle p {
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem 0 0 0;
  font-size: 16px;
  color: #60666d;
  z-index: 1020;
}

.select-box2 {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem 0 0 0;
  font-size: 16px;
  color: #60666d;
  z-index: 1030;
}

.select-box3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem 0 0 0;
  font-size: 16px;
  color: #60666d;
  z-index: 1040;
}

.select-box__current {
  position: relative;
  border: 1px solid #efefef;
  cursor: pointer;
  outline: none;
  border-radius: 0.7rem;
  z-index: initial;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
  z-index: 1050;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

/* select-box__current 2 */

.select-box__current2 {
  position: relative;
  border: 1px solid #efefef;
  cursor: pointer;
  outline: none;
  border-radius: 0.7rem;
  z-index: initial;
}

.select-box__current2:focus+.select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
  z-index: initial;
}

.select-box__current2:focus+.select-box__list .select-box__option {
  cursor: pointer;
  z-index: initial;
}

.select-box__current2:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
  z-index: 1000;
}

/* select-box__current 3 */

.select-box__current3 {
  position: relative;
  border: 1px solid #efefef;
  cursor: pointer;
  outline: none;
  border-radius: 0.7rem;
  z-index: inherit;
  z-index: initial;
}

.select-box__current3:focus+.select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current3:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current3:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
  z-index: 15000;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
  z-index: 1050;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  max-height: 350px;
  overflow: auto;
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.pu-ot-mar {
  margin-top: 1rem;
}

.select-area-top p {
  margin: 1rem 0 0.7rem 0;
  display: block;
  font-size: 1rem;
  padding: 0;
}

.topz {
  z-index: 11;
}

.tmdz {
  z-index: 10;
}

.medz {
  z-index: 9;
}

.minz {
  z-index: 8;
}

.scoreinputarea {
  margin: 15px 0;
}

.technicalinfo {
  margin: 20px 0;
  padding: 20px 20px;
  border: 2px dashed #e3e4e5;
  border-radius: 10px;
}

.technicalinfopara {
  padding: 0;
  margin: 10px 25px;
}

.technicalinfopara p {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}

.cont-box-new {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 0 1rem;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 10px;
  text-align: right;
}

.cont-box-new input {
  background: none;
  outline: none;
  border: none;
  padding: 1rem 0;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 100%;
  font-size: 14px;
  flex-basis: 0%;
  margin: 0;
  text-align: left;
  letter-spacing: 3px;
}

.cont-box-new input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cont-box-new input[type=number] {
  -moz-appearance: textfield;
}

.cont-box-new i {
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #2a67a5;
  left: 1.5rem;
}

.cont-box-new p {
  display: inline-block;
  font-weight: Bold;
  font-family: Estedad;
  font-size: 13px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
}

.ticketopeninput textarea {
  background-color: #f5f7fa;
  border: 1px solid transparent;
  padding: 1rem;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 10px;
  text-align: right;
  min-height: 55px;
  transition: 0.2s;
}

.ticketopeninput textarea:focus {
  border-color: var(--blue);
}

.rodoctordinfoimgarea {
  text-align: center;
  width: 100%;
}

.rodoctordinfoimgarea img {
  width: 100%;
  border-radius: 1rem;
}

.paraarea {
  margin: 5rem 0 0 0;
}

.devtextarea {
  background: #fff;
  box-shadow: 0 0 10px hsla(0, 0%, 74.9%, .35);
  -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 30px 30px 30px;
}

.newinp-item {
  margin: 0;
  padding: 0;
}

.firstitem h4 {
  margin: 0 0 15px 0;
}

.newinp-item h4 {
  padding: 0;
  margin: 15px 0;
  line-height: 2;
  font-size: 24px;
  font-family: headerfont;
  font-weight: bold;
  transition: 0.2s;
}

.newinp-item p {
  line-height: 2.5;
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 16px;
}

.newinp-item img {
  margin: 0 0;
  padding: 0;
  width: 100%;
}

.newinp-item ul {
  list-style: none;
}

.newinp-item ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.newinp-item ul li i {
  color: var(--blue);
  font-size: 14px;
}

.newinp-item ul li p {
  display: inline-block;
  margin: 0 10px 16px 0;
}

.newinp-item strong {
  padding: 0;
  margin: 0;
}

.prodinfodevarea {
  position: sticky;
  top: 7rem;
  background: #fff;
  box-shadow: 0 0 10px hsla(0, 0%, 74.9%, .35);
  -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 30px 0 0 0;
}

.proname-imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.proname-imgs img {
  border-radius: 999px;
  width: 80px;
  height: 80px;
}

.proname-imgs label {
  color: var(--blue);
  font-size: 14px;
  margin-right: 20px;
}

.proname-imgs label span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
  margin: 0 0 8px 0;
}

.proname-imgs label i {
  margin-right: 3px;
  font-size: 14px;
}

.coterinfo {
  margin: 0;
  padding: 0;
}

.coterinfo p {
  line-height: 2.5;
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
}

.prodevinfo {
  position: sticky;
  top: 0;
}

.probadges {
  margin: 20px 20px 15px 20px;
  border-top: 1px solid #e0e0e6;
  padding: 30px 0 0 0;
}

.probadges ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.probadges ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.probadges ul li img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.addprotopentextarea textarea {
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 1rem;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 17px;
  min-height: 55px;
  margin-top: 5px;
}

.percentarea {
  display: flex;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 10px;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 8px;
  justify-content: space-between;
}

.percentarea span {
  font-size: 16px;
  color: var(--black);
  align-items: center;
  float: none;
  font-weight: bold;
}

.percentarea button {
  border-radius: 3px;
  padding: 0.6rem 1rem;
  margin: 0;
  border: none;
  outline: none;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mainaddproflow {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 0 1rem;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 10px;
  text-align: right;
}

.mainaddproflow input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mainaddproflow input[type=number] {
  -moz-appearance: textfield;
}

.mainaddproflow i {
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #2a67a5;
  left: 1.5rem;
}

.mainaddproflow p {
  display: inline-block;
  font-weight: Bold;
  font-family: Estedad;
  font-size: 13px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
}

.alowedtagsused {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 10px;
  padding: 15px 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.alowedtagsused p {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.alowedtaglist {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.alowedtaglist code {
  background: rgba(255, 0, 0, 0.062);
  padding: 0 8px;
  border-radius: 2px;
}

.ck-editor__editable_inline {
  min-height: 400px;
}

.uploadstickarea {
  padding: 0;
  margin: 0;
  display: inline-block;
  bottom: 10px;
  position: sticky;
  width: 100%;
  z-index: 1000;
}

.uploadarea {
  position: sticky;
  top: 89%;
  right: 83%;
  margin-left: 10px;
  z-index: 100;
  direction: ltr;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 320px;
  border-radius: 10px;
  overflow: hidden;

}

.upload {
  --percent: 0;
  counter-increment: percent var(--percent);
  background: #fff;
  border-radius: 8px;
  width: 320px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 32px 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  z-index: 1000;
}

.upload .percent {
  background: var(--pale);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: 0 50%;
  overflow: hidden;
  transition: background 0.6s ease, transform 0.16s ease;
  transform: scaleX(calc(var(--percent) / 100));
}

.upload .percent span {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 19px;
  height: 2px;
  opacity: 0;
  transform: translateY(0.5px);
  transition: transform 0.8s ease;
}

.upload .percent span:before,
.upload .percent span:after {
  --r: 0;
  --s: 0.5;
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--primary);
  transition: background 0.8s ease, transform 0.8s ease, height 0.3s ease;
  transform: rotate(var(--r)) scaleY(var(--s));
}

.upload .percent span:before {
  right: 0;
  width: 64%;
  transform-origin: 0 50%;
}

.upload .percent span:after {
  left: 0;
  width: 38%;
  transform-origin: 100% 50%;
}

.upload .percent div {
  --x: 0;
  transform: translateX(var(--x));
  transition: transform 1s ease;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 300%;
}

.upload .percent i {
  display: block;
  height: 12px;
  width: 100%;
  stroke-width: 1.2px;
  color: var(--primary);
  transition: color 0.5s ease;
}

.upload.paused:not(.finished) .percent div {
  --x: -66.66%;
}

.upload.paused:not(.finished) .percent div i {
  color: var(--light);
  -webkit-animation: down 0.8s linear forwards;
  animation: down 0.8s linear forwards;
}

.upload.paused:not(.finished) .text>div div small:first-child {
  opacity: 0;
}

.upload.paused:not(.finished) .text>div div small:last-child {
  opacity: 1;
  transition-delay: 0.4s;
}

.upload.finished .percent {
  background: #fff;
}

.upload.finished .percent span {
  opacity: 1;
  transform: translate(-20px, -19px);
}

.upload.finished .percent span:before,
.upload.finished .percent span:after {
  --s: 1;
  background: var(--grey-light);
  transition: background 0.6s ease, transform 0.6s ease 0.45s;
  -webkit-animation: check 0.4s linear forwards 0.6s;
  animation: check 0.4s linear forwards 0.6s;
}

.upload.finished .percent span:before {
  --r: -50deg;
}

.upload.finished .percent span:after {
  --r: 38deg;
}

.upload.finished .percent i {
  opacity: 0;
}

.upload.finished .text {
  --y: 0;
}

.upload.finished .text>div {
  opacity: 0;
}

.upload.finished nav {
  opacity: 0;
  pointer-events: none;
}

.upload .text {
  --y: -18px;
  position: relative;
  z-index: 1;
  transform: translateY(var(--y));
  transition: transform 0.6s ease;
  text-align: right;
}

.upload .text strong {
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: var(--grey-dark);
  max-width: 200px;
  overflow: auto;
}

.upload .text strong::-webkit-scrollbar {
  display: none;
}

.upload .text strong span {
  margin: 0 5px;
  font-weight: bold;
}

.upload .text>div {
  position: absolute;
  right: 0;
  width: 100%;
  transform: translateY(6px);
  line-height: 20px;
  display: flex;
  align-items: center;
  transition: opacity 0.4s ease;
  text-align: right;
}

.upload .text>div small {
  white-space: nowrap;
  vertical-align: top;
  display: block;
  font-size: 12px;
  color: var(--grey-light);
}

.upload .text>div>small {
  width: 100%;
  text-align: right;
}

.upload .text>div>small span {
  font-weight: bold;
}

.upload .text>div div {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-left: 4px;
}

.upload .text>div div:before {
  content: "";
  width: 2px;
  height: 2px;
  display: block;
  border-radius: 50%;
  background: var(--grey-light);
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

.upload .text>div div small {
  position: absolute;
  top: 0;
  left: 8px;
  transition: opacity 0.3s ease;
}

.upload .text>div div small:first-child {
  transition-delay: 0.4s;
}

.upload .text>div div small:last-child {
  opacity: 0;
}

.upload nav {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  transition: opacity 0.4s ease;
}

.upload nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.upload nav ul:not(:last-child) {
  margin-right: 16px;
}

.upload nav ul li:not(:last-child) {
  margin-right: 12px;
}

.upload nav ul li a {
  --r: 0deg;
  --s: 1.01;
  display: block;
  transform: rotate(var(--r)) scale(var(--s)) translateZ(0);
  transition: transform 0.6s ease, background 0.4s ease;
}

.upload nav ul li a i {
  display: block;
  width: 14px;
  height: 14px;
  color: var(--grey-light);
}

.upload nav ul li a:active {
  --s: 0.84;
  transition: transform 0.3s ease, background 0.4s ease;
}

.upload nav ul li a.dots {
  --r: 90deg;
}

.upload nav ul li a.btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  background: var(--lightest);
}

.upload nav ul li a.btn i {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
}

.upload nav ul li a.btn:hover {
  background: var(--lighter);
}

.upload nav ul li a.btn.play {
  --r: 90deg;
}

.upload nav ul li a.btn.play i:last-child {
  transform: scale(-1) translateZ(0);
}

.upload nav ul li a.btn.play.active {
  --r: 0;
}

.upload nav ul li a.btn.cancel:before,
.upload nav ul li a.btn.cancel:after {
  --r: -45deg;
  content: "";
  display: block;
  width: 2px;
  border-radius: 1px;
  height: 14px;
  background: var(--grey-light);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -1px;
  transform: rotate(var(--r)) scale(0.9) translateZ(0);
}

.upload nav ul li a.btn.cancel:after {
  --r: 45deg;
}

.upload.isMobile nav ul:first-child,
.upload:hover nav ul:first-child {
  --y: 0;
  opacity: 1;
}

@-webkit-keyframes down {
  40% {
    transform: translateY(2px);
  }
}

@keyframes down {
  40% {
    transform: translateY(2px);
  }
}

@-webkit-keyframes check {
  100% {
    background: var(--success);
  }
}

@keyframes check {
  100% {
    background: var(--success);
  }
}

.upload.finished+.restart {
  opacity: 1;
  visibility: visible;
}

.restart {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--grey-light);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.restart i {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.uploadcenterarea form {
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 0 10px;
  outline: none;
  font-family: inherit;
  overflow: auto;
  height: auto;
  width: 100%;
  border-radius: 10px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uploadcenterarea form:disabled {
  cursor: not-allowed;
  color: #1a1a1a;
  background-color: #b3b3b3;
  opacity: .5;
}

.uploadcenterarea input {
  padding: 5px 0;
  width: 50px;
  max-width: 50px;
}

.uploadcenterarea input::before {
  content: "\e178";
  color: rgb(0, 0, 0);
  display: inline-block;
  border-radius: 3px;
  padding: .6rem 1rem;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 16px;
  text-decoration: inherit;
  background-color: var(--white);
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.uploadcenterarea input::-webkit-file-upload-button {
  visibility: hidden;
}

.uploadcenterarea p {
  padding: 0;
  margin: 0 0 10px 0;
  display: inline-block;
}

.uploadcenterarea span {
  color: var(--blue);
  font-size: 13px;
  float: left;
  margin-top: 3px;
}

.uploadcenterarea label span {
  text-align: left;
  color: var(--black);
}

.uploadcenterarea label {
  font-size: 14px;
  width: 87%;
  overflow: hidden;
  max-height: 20px;
  text-align: left;
}

.adclienttop {
  margin-top: 20px;
}

.adfactop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 15px;
  border-bottom: 2px solid #F8FAFF;
}

.adfactop p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.adfactop a {
  padding: 0;
  margin: 0;
}

.uploadhardstats {
  border-radius: 5px;
  padding: 0;
  background-color: var(--white);
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 416px;
  max-height: 416px;
}

.avatarsareadash {
  border-radius: 5px;
  padding: 0 0 5px 0;
  background-color: var(--white);
  margin-bottom: 10px;
  min-height: 416px;
  max-height: 416px;
  overflow: auto;
}

@property --progress-value {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}

@keyframes html-progress {
  to {
    --progress-value: 100;
  }
}

.uploadprogress-bar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.uploadprogress-bar::before {
  counter-reset: percentage var(--progress-value);
  content: counter(percentage) "%";
}

.uploadprogressstt {
  background: radial-gradient(closest-side, white 89%, transparent 80% 100%),
    conic-gradient(var(--blue)calc(var(--progress-value) * 1%), #E9ECEF 0);
  animation: html-progress 1.2s 1 forwards;

}

.uploadprogressstt::before {
  animation: html-progress 1.2s 1 forwards;
}

.upstatsarea progress {
  visibility: hidden;
  width: 0;
  height: 0;
}

.upstatsarea {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 30px 0;
}

.upstatshelping {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 50px 0 30px 0;
  flex-wrap: wrap;
}

.upstatpingingbox {
  text-align: right;
  font-size: 11px;
  border-right: 3px solid transparent;
  border-radius: 2px;
  padding: 0 9px 0 0;
}

.upstatpingingbox p {
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.upstatpingingbox span {
  font-weight: bold;
}

.ownersaccesss {
  background: #FFFFFF 100% 0% no-repeat padding-box;
  box-shadow: 0px 5px 25px rgba(202, 214, 242, 0.4);
  border: 1px solid #DFE9FF;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ownersaccesss h3 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: bold;
}

.avatars {
  display: flex;
  list-style-type: none;
  margin: auto;
  padding: 0px;
  flex-direction: row;
}

.avatars__item {
  background-color: #596376;
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 100;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  transition: margin 0.1s ease-in-out;
  overflow: hidden;
  margin-left: -20px;
  position: relative;
}

.avatars__item:first-child {
  z-index: 5;
}

.avatars__item:nth-child(2) {
  z-index: 4;
}

.avatars__item:nth-child(3) {
  z-index: 3;
}

.avatars__item:nth-child(4) {
  z-index: 2;
}

.avatars__item:nth-child(5) {
  z-index: 1;
}

.avatars__item:last-child {
  z-index: 0;
}

.avatars__item img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.adminsybmiting button {
  background-color: var(--blue);
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 7px;
  color: var(--white);
  outline: none;
  border: none;
}

.monayboxsarea {
  padding: 10px;
  background: #FFFFFF 100% 0% no-repeat padding-box;
  box-shadow: 0px 5px 25px rgba(202, 214, 242, 0.4);
  width: 100%;
  margin: 5px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.monayboxsarea p {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 14px;
}

.monayboxsarea label {
  font-size: 16px;
  padding: 0;
  margin: 0 0 0 0;
  font-weight: bold;
}

.monboxicons {
  margin-right: 10px;
}

.monboxicons i {
  color: var(--blue);
  padding: 10px 10px;
  font-size: 27px;
}

.notifallertarea {
  position: relative;
  padding: 5px;
}

.notifallertarea a {
  color: var(--black);
  outline: none;
  text-decoration: none;
}

.notifallertarea i {
  font-size: 20px;
}

.notifallertarea:hover .inaccdashnotif {
  display: block;
}

.inaclogout a {
  display: flex;
  text-align: right;
  width: 100%;
  padding: 14px 10px;
  margin: 5px 0 0 0;
  font-size: 14px;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #ffeff1;
  background-color: #ffeff1;
  color: #ff4656;
  transition: 0.2s;
}

.inaclogout a i {
  font-size: 18px;
}

.inaclogout a p {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.adpannelsearchbox {
  padding: 10px 10px;
  margin: 0 0 10px 0;
  background-color: var(--white);
  border-radius: 10px;
}

.adpannelsearchbox form {
  background-color: #f5f5f5;
  display: block;
  width: 100%;
  height: 50px;
  color: #616161;
  border-radius: 8px;
  border: 1px solid #efefef;
  outline: none;
  transition: all .2s ease-in-out;
  position: relative;
}

.adpannelsearchbox form input {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: none;
  margin: 0;
  border: none;
  outline: none;
}

.adpannelsearchbox form ul {
  display: none;
  position: absolute;
  width: 100%;
  height: 342px;
  max-height: 342px;
  background-color: var(--white);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  transform: 0.2s;
  z-index: 100;
}

.adpannelsearchbox form ul li {
  margin: 0;
  padding: 0;
  background-color: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.adpannelsearchbox form ul li:last-child {
  border: none;
}

.adpannelsearchbox form ul li a:hover {
  background: rgba(238, 238, 238, 0.527);
}

.adpannelsearchbox form ul li a {
  width: 100%;
  display: inline-block;
  color: var(--black);
  padding: 1.1rem;
}

.userveifyactionarea {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.subbtnarealist {
  margin: 5px 0;
}

.subbtnarealist button {
  margin: 0;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  outline: none;
}











.npusages {
  border-color: #7987A1;
}

.allusages {
  border-color: var(--blue);
}

.notuseages {
  border-color: #FEC107;
}

.adstarboar {
  margin-top: 15px;
}

.cheastlist-top {
  border-right: 5px solid;
  border-radius: 8px;
  font-size: 16px;
  padding: 20px 0;
  margin: 10px 0;
}

.cheastlist-top p {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
}

.startoplip {
  position: relative;
  display: inline-block;
}

.startoplip .veryfitooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  bottom: 115%;
  left: 28%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.21);
}

.startoplip .devtooltiptext {
  visibility: hidden;
  width: 105px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  bottom: 110%;
  left: 78%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.21);
}

.startoplip .prostooltiptext {
  visibility: hidden;
  width: 125px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.21);
}

.startoplip .comtooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 110%;
  left: 80%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.21);
}

.startoplip .admintooltiptext {
  visibility: hidden;
  width: 87px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 110%;
  left: 100%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.21);
}

.startoplip:hover .tooltiptext {
  visibility: visible;
}

.success {
  background-color: #def2e0;
  color: #4DB757;
}

.info {
  border-color: #26A9E0;
  background-color: #d9f0fa;
  color: #26A9E0;
}

.warning {
  border-color: #FCB813;
  background-color: #fff9ec;
  color: #FCB813;
}

.danger {
  border-color: #F05B55;
  background-color: #fef0f0;
  color: #F05B55;
}

.closed {
  border-color: rgb(61, 61, 61);
  background-color: #f4f6fa;
  color: #888c9c;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.listpr {
  background: #f5faff;
  padding: 1.5rem 0;
  margin: 3rem 0 2rem 0;
}

@media only screen and (max-width: 1026px) {

  .headlogo {
    display: none;
  }

  .headerarea {
    flex-wrap: nowrap;
  }

  .moborstyle {
    display: block;
  }

  .spananmearea {
    display: none;
  }

  .navcallarea {
    display: none;
  }

}

@media only screen and (max-width: 575px) {
  .footerlistarea {
    text-align: center;
  }

  .clainend {
    width: 100%;
    margin-top: 20px;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #aaaaaaab;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: jost;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Jost-SemiBold.ttf');
}

@font-face {
  font-family: Shabnam;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Shabnam-Bold.ttf');
}

@font-face {
  font-family: IRANSans;
  src: url(../fonts/IRANSansWeb.ttf);
}

@font-face {
  font-family: Jomhuria;
  src: url('../fonts/Jomhuria-Regular.ttf');
}

@font-face {
  font-family: bodyfont;
  src: url('../fonts/KalamehFaNum-Regular.ttf');
}

@font-face {
  font-family: headerfont;
  src: url('../fonts/KalamehFaNum-Bold.ttf');
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fa-light-300.ttf);
}


/* ===== فونت‌های اصلی ===== */
@font-face {
  font-family: 'Kalameh';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/KalamehFaNum-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Kalameh';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/KalamehFaNum-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Shabnam';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Shabnam-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Jost-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Jomhuria';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Jomhuria-Regular.ttf') format('truetype');
}

/* ===== Font Awesome ===== */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fa-light-300.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
}

/* ===== متغیرهای فونت ===== */
:root {
  --font-body: 'Kalameh', 'IRANSans', Tahoma, Arial, sans-serif;
  --font-header: 'Kalameh', 'Shabnam', Tahoma, Arial, sans-serif;
  --font-english: 'Jost', 'Jomhuria', Arial, sans-serif;
  --font-icon: 'FontAwesome', 'FontAwesomeBrands', sans-serif;
}

/* ===== اعمال فونت‌ها ===== */
body {
  font-family: var(--font-body);
  direction: rtl;
  text-align: right;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  margin: 0;
  background: var(--red4);
  color: #53565d;
  font-size: 14px;
  position: relative;
  transition: 0.3s all;
}

/* ===== فونت‌های خاص ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-header);
  font-weight: 700;
}

/* ===== کلاس‌های کمکی فونت ===== */
.font-body {
  font-family: var(--font-body);
}

.font-header {
  font-family: var(--font-header);
}

.font-english {
  font-family: var(--font-english);
}

.font-icon {
  font-family: var(--font-icon);
}

.font-shabnam {
  font-family: 'Shabnam', var(--font-body);
}

.font-iransans {
  font-family: 'IRANSans', var(--font-body);
}

.font-jost {
  font-family: 'Jost', var(--font-english);
}

.font-jomhuria {
  font-family: 'Jomhuria', var(--font-english);
}

/* ===== تنظیمات Font Awesome ===== */
.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands {
  font-family: 'FontAwesome', 'FontAwesomeBrands', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.fa-light {
  font-weight: 300;
}

.fa-regular {
  font-weight: 400;
}

.fa-solid {
  font-weight: 900;
}

.fa-thin {
  font-weight: 100;
}

.fa-brands {
  font-family: 'FontAwesomeBrands', 'FontAwesome', sans-serif;
  font-weight: 400;
}
/* کانتینر لیست ویدیوها */
.video-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* آیتم تکی ویدیو */
.video-item {
  width: 100%;
}

/* باکس ویدیو (قبلاً داری: .mainpruchbox) */
.mainpruchbox {
  background-color: var(--white);
  width: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
  overflow: hidden;
  transition: 0.2s;
}

.mainpruchbox2 {
  background-color: var(--white);
}
/* تصویر داخل ویدیو */
.mianprucpic img {
  width: 100%;
  display: block;
}

/* عنوان ویدیو */
.mainprucname a {
  display: block;
  padding: 0.7rem 0.9rem;
  font-size: 14px;
  color: var(--black);
}

/* ——— ریسپانسیو ——— */

/* موبایل کوچک: یک ستون */
@media (max-width: 575.98px) {
  .video-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .mainshoparea {
    margin: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .indextitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .indextitle a {
    width: 100%;
    text-align: center;
  }
}

/* موبایل بزرگ / تبلت کوچک: دو ستون */
@media (min-width: 576px) and (max-width: 991.98px) {
  .video-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* دسکتاپ: سه یا چهار ستون (این‌جا چهار تا گذاشتم) */
@media (min-width: 992px) {
  .video-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.admin-grid {
  display: grid;
  gap: 16px;
}

.admin-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-field label {
  color: #f3d7df;
  font-size: 14px;
  font-weight: 700;
}

.admin-field input,
.admin-field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-radius: 12px;
  padding: 11px 12px;
  outline: none;
}

.admin-field input:focus,
.admin-field select:focus {
  border-color: #ffb3c7;
  box-shadow: 0 0 0 3px rgba(255, 179, 199, 0.12);
}

.admin-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.admin-card-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-count {
  background: rgba(255, 255, 255, 0.08);
  color: #ffd7e2;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.admin-user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-user-info small {
  color: #c9aab4;
  direction: ltr;
  text-align: right;
}

.admin-score {
  display: inline-flex;
  min-width: 58px;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 800;
}

.admin-score-real {
  background: rgba(48, 209, 88, 0.14);
  color: #9df4b7;
}

.admin-points {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffd166;
  color: #34111b;
  font-weight: 900;
}

.admin-muted {
  color: #b99aa5;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.admin-badge-success {
  background: rgba(48, 209, 88, 0.15);
  color: #9df4b7;
}

.admin-badge-warning {
  background: rgba(255, 209, 102, 0.16);
  color: #ffd166;
}

.admin-badge-info {
  background: rgba(93, 173, 226, 0.16);
  color: #9fd3ff;
}

.admin-badge-danger {
  background: rgba(255, 76, 97, 0.16);
  color: #ff9cab;
}

.admin-badge-muted {
  background: rgba(255, 255, 255, 0.1);
  color: #dcc7cf;
}

.admin-empty {
  text-align: center;
  padding: 36px 16px;
  color: #f3d7df;
}

.admin-empty p {
  color: #c9aab4;
}

@media (max-width: 992px) {
  .admin-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .admin-grid-3 {
    grid-template-columns: 1fr;
  }

  .admin-card-head-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

.prediction-points-box {
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: 15px;
    background: rgba(250, 204, 21, 0.08);
    border: 1px solid rgba(250, 204, 21, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fde68a;
    font-size: 13px;
    font-weight: 800;
}

.prediction-points-box i {
    color: #facc15;
}

.prediction-points-box strong {
    color: #fff;
    font-size: 15px;
}
/* ===== User Stats Panel ===== */
.prediction-stats-panel {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(244, 63, 94, 0.18), transparent 42%),
        radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.13), transparent 46%),
        linear-gradient(180deg, rgba(31, 31, 35, 0.9), rgba(12, 12, 14, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.prediction-stats-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(244, 63, 94, 0.14);
    filter: blur(4px);
    pointer-events: none;
}

.prediction-stats-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.prediction-stats-title {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.prediction-stats-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 19px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(185, 28, 77, 0.9), rgba(124, 21, 52, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 22px rgba(185, 28, 77, 0.22);
}

.prediction-stats-icon i {
    color: #fff;
    font-size: 24px;
}

.prediction-stats-title h1 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.5;
}

.prediction-stats-title p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
}

.prediction-stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.12);
    color: #fde68a;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    border: 1px solid rgba(250, 204, 21, 0.16);
}

.prediction-stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.prediction-stat-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 13px 12px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
        rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.065);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 10px 20px rgba(0, 0, 0, 0.14);
}

.prediction-stat-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.prediction-stat-icon i {
    color: #fff;
    font-size: 18px;
}

.prediction-stat-icon.overall {
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.26), rgba(202, 138, 4, 0.24));
    color: #facc15;
}

.prediction-stat-icon.total {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.22), rgba(21, 128, 61, 0.2));
}

.prediction-stat-icon.weekly {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(29, 78, 216, 0.22));
}

.prediction-stat-icon.daily {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.24), rgba(190, 18, 60, 0.22));
}

.prediction-stat-info {
    min-width: 0;
}

.prediction-stat-info span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.6;
}

.prediction-stat-info strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.2;
}

/* ===== User Stats Responsive ===== */
@media (max-width: 991px) {
    .prediction-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .prediction-stats-panel {
        margin-bottom: 16px;
        padding: 15px;
        border-radius: 24px;
    }

    .prediction-stats-head {
        align-items: flex-start;
        margin-bottom: 14px;
    }

    .prediction-stats-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 18px;
    }

    .prediction-stats-title h1 {
        font-size: 17px;
    }

    .prediction-stats-title p {
        font-size: 12px;
    }

    .prediction-stats-badge {
        padding: 7px 10px;
        font-size: 11px;
    }

    .prediction-stats-grid {
        gap: 10px;
    }

    .prediction-stat-item {
        padding: 11px 10px;
        border-radius: 16px;
        gap: 9px;
    }

    .prediction-stat-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 14px;
    }

    .prediction-stat-icon i {
        font-size: 16px;
    }

    .prediction-stat-info span {
        font-size: 10.8px;
    }

    .prediction-stat-info strong {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .prediction-stats-head {
        flex-direction: column;
    }

    .prediction-stats-badge {
        width: fit-content;
    }

    .prediction-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .prediction-stat-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 104px;
    }
}


