.eftekhar-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.eftekhar-list > * {
  padding: 0 6px;
  width: 33.3333%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 992px) {
  .eftekhar-list > * {
    width: 100%;
  }
}
.trs {
  transition: all .4s;
}
.eftekhar {
  border-radius: 24px;
  border: 1.5px solid #0066b3;
  position: relative;
  transition: all .3s;
  isolation: isolate;
  background: #f7fafc;
  overflow: hidden;
} 
.eftekhar .icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  color: #0066b3;
}
.eftekhar h4 {
  color: #4F5174;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding-right: 12px;
  opacity: 0.7;
}
.eftekhar h3 {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  gap: 8px;
  color: #464749;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}
.eftekhar h3 i {
  color: #0066b3;
}
.eftekhar .top {
  border-bottom: 1px solid #eaf2f8;
  padding: 15px 25px;
}
.eftekhar .bot {
  padding: 15px 15px 25px;
}
.eftekhar .stat-list {
  display: flex;
  margin: 0 -3px;
}
.eftekhar .stat-list > div {
  padding: 0 3px;
  width: 33.3333%;
}
.eftekhar .stat-list .single-stat {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  color: #464749;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  border-radius: 4px 12px 12px 4px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 102, 179, 0.05);
}
.eftekhar .stat-list .single-stat .num {
  font-weight: 700;
  margin-right: auto;
}
.eftekhar .user-list {
  display: flex;
  align-items: center;
}
.eftekhar .user-list .users {
  display: flex;
  align-items: center;
}
.eftekhar .user-list .users > div {
  width: 28px;
  height: 48px;
}
.eftekhar .user-list .users > div div.img {
  width: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  height: 48px;
}
.eftekhar .user-list .users > div div.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eftekhar .user-list .pop-toggle {
  margin-right: auto;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #97EB00;
  background: #0066b3;
}
.eftekhar:hover {
  background: #0066b3;
}
.eftekhar:hover .icon-bg {
  color: #fff;
}
.eftekhar:hover h4 {
  color: #FFF;
}
.eftekhar:hover h3 {
  color: #FFF;
}
.eftekhar:hover h3 i {
  color: #fff;
}
.eftekhar:hover .top {
  border-bottom: 1px solid #0066b3;
}
.eftekhar:hover .bot {
  background: #0d6eb7;
}
.eftekhar:hover .user-list .pop-toggle {
  background: #fff;
  color: #0066b3;
}
#eftekhar {
  padding-bottom: 80px;
}
#eftekhar .container {
  position: relative;
}
#eftekhar .bg-shape {
  position: absolute;
  right: 0;
  bottom: -80px;
}
#gleader .top-title {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
#gleader .top-title .nav {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
#gleader .top-title .nav .nav-btn {
  width: 38px;
  height: 38px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #0066b3;
  box-shadow: 0px 4px 12px 0px rgba(0, 102, 179, 0.05);
}
#gleader .top-title .nav .nav-btn:hover {
  background: #004980;
}
#gleader .swiper-slide {
  max-width: 415px;
  width: 100%;
}
.single-gleader {
  border-radius: 24px;
  border: 1.5px solid #0066B3;
  background: rgba(0, 102, 179, 0.03);
  cursor: pointer;
}
.single-gleader .top {
  display: flex;
  align-items: center;
  padding: 28px;
  gap: 24px;
}
.single-gleader .top .img {
  width: 80px;
  height: 80px;
  border: 1.5px solid #0066b3;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.single-gleader .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-gleader .top .inf h3 {
  margin: 0 0 4px;
  color: #464749;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}
.single-gleader .top .inf h4 {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 4px;
  color: #0066B3;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.single-gleader .top .inf h4 i {
  color: #0066b3;
}
.single-gleader .top .inf h4 span {
  opacity: .7;
}
.single-gleader .bot {
  border-radius: 24px;
  background: #F7FAFD;
  overflow: hidden;
  height: 0;
  transform: translateY(20px);
  opacity: 0;
}
.single-gleader .bot .botc {
  padding: 24px;
}
.single-gleader .bot .botc h4 {
  margin: 0 0 2px;
  color: #464749;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.single-gleader .bot .botc p {
  margin: 0;
  color: #464749;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
  opacity: .6;
}
.single-gleader.active {
  background: #0066b3;
  overflow: hidden;
}
.single-gleader.active .top .img {
  border: 1.5px solid #fff;
}
.single-gleader.active .top .inf h3 {
  color: #fff;
}
.single-gleader.active .top .inf h4 {
  color: #fff;
}
.single-gleader.active .top .inf h4 i {
  color: #fff;
}
.single-gleader.active .bot {
  height: auto;
  transform: translateY(0px);
  opacity: 1;
}
#user-list-pop {
  position: fixed;
  padding: 20px;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  background: rgba(70, 71, 73, 0.05);
  backdrop-filter: blur(5px);
  z-index: 9999999;
}
#user-list-pop > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#user-list-pop .pop-contents {
  width: 834px;
  max-width: 100%;
  border-radius: 24px;
  border: 1.5px solid #0066B3;
  background: #FFF;
  max-height: 100%;
  overflow: auto;
}
#user-list-pop .pop-header {
  border-bottom: 1.5px solid rgba(0, 102, 179, 0.05);
  padding: 15px 32px 15px 15px;
  display: flex;
  align-items: center;
}
#user-list-pop .pop-header h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #464749;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
}
#user-list-pop .pop-header .close {
  margin-right: auto;
  cursor: pointer;
  transition: all .3s;
  color: #464749;
  opacity: .6;
}
#user-list-pop .pop-header .close:hover {
  color: #0066b3;
  opacity: 1;
}
#user-list-pop .pop-content {
  padding-top: 25px;
  padding-bottom: 10px;
}
#user-list-pop .pop-content .tile {
  margin: 0 0 5px;
  display: flex;
  gap: 14px;
  color: #464749;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  align-items: center;
}
#user-list-pop .pop-content .tile svg {
  display: inline-block;
  vertical-align: middle;
}
#user-list-pop .pop-content .medal-list {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 102, 179, 0.03);
  padding: 18px 30px;
  gap: 20px;
  margin-bottom: 20px;
}
#user-list-pop .pop-content .medal-list .single-medaler {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
#user-list-pop .pop-content .medal-list .single-medaler .img {
  width: 79px;
  height: 79px;
  border: 1.5px solid #0066b3;
  border-radius: 50%;
  overflow: hidden;
}
#user-list-pop .pop-content .medal-list .single-medaler .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#user-list-pop .pop-content .medal-list .single-medaler h5 {
  color: #0066B3;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
















.shahriar-toast {
    position: fixed;
    bottom: 12px;
    right: 12px;
    max-width: 200px;
    padding: 12px;
    color: white;
    font-size: 14px;
    display: block;
    box-shadow: #00000017 4px 4px 20px 3px;
    min-width: 300px;
    z-index: 99999;
    min-height: 44px;
    border-radius: 4px;
    background: #ff2d2d;
}

.shahriar-toast > div {
    display: flex;
    flex-direction: column;
}

.shahriar-modal-container {
    position: fixed;
    background: #0000006b;
    backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.shahriar-modal-container .shahriar-modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.shahriar-modal-container .shahriar-modal-wrapper .shahriar-modal-body {
    background: white;
    border-radius: 24px;
    min-width: 240px;
    padding: 20px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.bg-success-light {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.bg-danger-light {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#payment-result-panel {
    animation: slideDown 0.4s ease-out;
    border-radius: 12px;
    padding: 12px;
    box-shadow: none;
    max-width: 100%;
    margin: 0;
    color: white;
}

#payment-result-panel.success {
    background: #28a745;
    border: none;
}

#payment-result-panel.failure {
    background: #dc3545;
    border: none;
}

#result-icon {
    display: none;
}

#result-text {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.6;
}

#reset-form-btn,
#result-retry-btn {
    margin-top: 0 !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* فرم غیرفعال */
#signup-form :input:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
