@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

body {
  background-color: #f5f8fa;
  font-family: "Poppins", sans-serif;
  position: relative;
}


/* Contact page */
.contact-page-shell {
  padding-bottom: 48px;
}

.contact-page-public {
  padding-top: 34px;
}

.contact-page {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 22px;
  background: var(--smm-card, #fff);
  box-shadow: var(--smm-shadow, 0 10px 34px rgba(15, 23, 42, .08));
}

.contact-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 54px 24px;
  border: 1px solid rgba(22, 119, 255, .12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 119, 255, .13), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(176, 76, 255, .11), transparent 27%),
    linear-gradient(rgba(22, 119, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, .045) 1px, transparent 1px),
    var(--surface-soft, #fafcff);
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
  text-align: center;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  margin-bottom: 15px;
  padding: 6px 12px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 999px;
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
  font-size: 11px;
  font-weight: 700;
}

.contact-hero h1 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.contact-hero p {
  max-width: 660px;
  margin: 15px auto 0;
  color: var(--smm-body, #526074);
  font-size: 14px;
  line-height: 1.75;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 222px;
  padding: 24px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 16px;
  background: var(--smm-card, #fff);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a.contact-card:hover,
a.contact-card:focus {
  border-color: rgba(22, 119, 255, .35);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
  transform: translateY(-2px);
}

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 25px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 14px;
  background: var(--surface-soft, #fafcff);
  font-size: 24px;
}

.contact-card-icon.is-company,
.contact-card-icon.is-website {
  color: var(--smm-primary, #1677ff);
}

.contact-card-icon.is-email {
  color: #f59e0b;
  background: #fff8e7;
}

.contact-card-icon.is-telegram {
  color: #229ed9;
  background: #edf9ff;
}

.contact-card-icon.is-support {
  color: #7c3aed;
  background: #f5f0ff;
}

.contact-card-icon.is-security {
  color: #16a34a;
  background: #effbf3;
}

.contact-card-content {
  min-width: 0;
  margin-top: auto;
}

.contact-card-label {
  display: block;
  margin-bottom: 7px;
  color: var(--smm-muted, #8c99ab);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.contact-card p {
  margin: 7px 0 0;
  color: var(--smm-body, #526074);
  font-size: 12px;
  line-height: 1.6;
}

.contact-card-arrow {
  position: absolute;
  top: 25px;
  right: 24px;
  color: var(--smm-muted, #8c99ab);
  font-size: 18px;
  transition: color .2s ease, transform .2s ease;
}

a.contact-card:hover .contact-card-arrow,
a.contact-card:focus .contact-card-arrow {
  color: var(--smm-primary, #1677ff);
  transform: translate(2px, -2px);
}

.contact-support-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(22, 119, 255, .18);
  border-radius: 16px;
  background: var(--smm-soft-primary, #e6f4ff);
}

.contact-support-copy {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.contact-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .22);
}

.contact-support-copy h2 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 16px;
  font-weight: 700;
}

.contact-support-copy p {
  margin: 5px 0 0;
  color: var(--smm-body, #526074);
  font-size: 12px;
  line-height: 1.55;
}

.contact-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 11px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .18);
  transition: background-color .2s ease, transform .2s ease;
}

.contact-support-button:hover,
.contact-support-button:focus {
  background: var(--smm-primary-hover, #0d68e8);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.custom-page-content {
  padding-bottom: 40px;
  color: var(--smm-body, #526074);
}

.custom-page-public {
  padding-top: 28px;
}

body.dark-mode .contact-page,
body.dark-mode .contact-card {
  border-color: rgba(148, 163, 184, .24);
  background: #172033;
}

body.dark-mode .contact-hero {
  border-color: rgba(125, 180, 255, .18);
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 119, 255, .18), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(176, 76, 255, .13), transparent 27%),
    linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px),
    #1b263e;
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}

body.dark-mode .contact-hero h1,
body.dark-mode .contact-card h2,
body.dark-mode .contact-support-copy h2 {
  color: #e5edf8;
}

body.dark-mode .contact-hero p,
body.dark-mode .contact-card p,
body.dark-mode .contact-support-copy p {
  color: #a9b6c9;
}

body.dark-mode .contact-support-strip {
  border-color: rgba(125, 180, 255, .2);
  background: #202b43;
}

@media (max-width: 991.98px) {
  .contact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .contact-page-shell,
  .contact-page-public {
    padding-top: 16px;
    padding-bottom: 34px;
  }

  .contact-page {
    padding: 12px;
    border-radius: 18px;
  }

  .contact-hero {
    margin-bottom: 12px;
    padding: 38px 18px;
    border-radius: 14px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }

  .contact-hero p {
    font-size: 12px;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-card {
    min-height: 0;
    padding: 18px;
    border-radius: 14px;
  }

  .contact-card-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 19px;
    border-radius: 12px;
    font-size: 21px;
  }

  .contact-card h2 {
    font-size: 15px;
  }

  .contact-card-arrow {
    top: 19px;
    right: 18px;
  }

  .contact-support-strip {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    border-radius: 14px;
  }

  .contact-support-button {
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .contact-support-copy {
    align-items: flex-start;
  }

  .contact-support-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }
}


body.panelbg::before,
body.panelbg::after {
  display: none;
}

.margintoppanel {
  margin-top: 100px;
}

ul {
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

header {
  float: left;
  width: 100%;
  background: #f3f5f6;
  position: relative;
}

.headmenu {
  float: left;
  width: 100%;
  border-bottom: 1px solid #3a3c412d;
  padding: 15px 0;
}

.headmenu .logo {
  float: left;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headmenu .logo .sektor {
  font-size: 18px;
  font-weight: 400;
  color: #989ba8;
  padding-left: 15px;
  border-left: 1px solid rgba(58, 60, 65, 10%);
  height: 30px;
  display: flex;
  align-items: center;
}

.headmenu .logo .sektor b {
  color: #1677FF;
  font-weight: 700;
  margin-left: 7px;
}

.headmenu .logo img {
  width: auto;
  height: 30px;
  object-fit: contain;
  object-position: left;
  margin-right: 15px;
}

.headmenu .menu {
  float: left;
  width: 44%;
}

.headmenu .menu ul {
  float: right;
  margin-bottom: 0;
  list-style: none;
  margin-top: 14px;
  padding-right: 20px;
}

.headmenu .menu ul li {
  float: left;
  margin-left: 40px;
}

.headright {
  float: right;
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headmenu .menu ul li a {
  color: #3a3c41;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.6s ease;
}

.headmenu .menu ul li a:hover {
  color: #0958D9;
}

.hmslider {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.hmslider .sliderimg {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
}

.hmslider .sliderimg::after {
  content: "";
  background-image: url(../img/sliderbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1000px;
  position: absolute;
  left: -100px;
  top: -250px;
  z-index: 0;
}

.hmslider .sliderimg img {
  width: 100%;
  height: 550px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  top: 0;
  object-position: top;
  z-index: 1;
}

.hmslider .slidertext {
  float: left;
  width: 100%;
  padding-top: 80px;
}

.hmslider .slidertext h2 {
  font-size: 45px;
  font-weight: 400;
  color: #f7931a;
  line-height: 60px;
  margin-bottom: 35px;
  padding-bottom: 30px;
  position: relative;
}

.hmslider .slidertext h2 span {
  color: #1677FF;
  font-weight: 700;
}

.hmslider .slidertext h2::before {
  content: "";
  width: 35%;
  height: 2px;
  background: #313140;
  position: absolute;
  left: 0;
  border-radius: 15px;
  bottom: 0;
  opacity: 0.5;
}

.hmslider .slidertext p {
  font-size: 18px;
  font-weight: 400;
  color: #313140;
  line-height: 27px;
  margin-bottom: 35px;
}

.hmslider .swiper-pagination {
  width: auto;
  bottom: 30px;
}

.hmslider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #f5f8fa;
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #1677FF;
  transition: all 0.7s ease;
}

.hmslider .swiper-pagination-bullet-active {
  background: #1677FF;
}

.hmloginbox {
  float: left;
  width: 100%;
  margin-top: -60px;
}

.hmloginbox .area {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 17px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}

.hmloginbox .area .list {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
}

.hmloginbox .lsitem {
  width: 35%;
}

.hmloginbox .lsitemt {
  width: 24%;
}

.hmloginbox .item {
  float: left;
  width: 100%;
  position: relative;
}

.hmloginbox .item i {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #1677FF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

.hmloginbox .item input {
  float: left;
  width: 100%;
  border: 1px solid #e5e7f3;
  border-radius: 38px;
  padding: 20px;
  padding-left: 70px;
  color: #9395a4;
  font-size: 16px;
  font-weight: 400;
}

.hmloginbox .item input::placeholder {
  color: #9395a4;
}

.hmloginbox button.giris {
  border-radius: 38px;
  background: #1677FF;
  color: #fff;
  font-size: 18px;
  width: 100%;
  padding: 18px;
  border: 0;
  font-weight: 600;
  transition: all 0.7s ease;
}

.hmloginbox button.giris:hover {
  background: #8583f3;
}

.hmloginbox .form-group {
  display: block;
  margin-top: 8px;
  float: left;
  width: 100%;
}

.hmloginbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.hmloginbox .form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  color: #1677FF;
  font-size: 14px;
  font-weight: 400;
}

.hmloginbox .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #1677FF;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  top: 1.5px;
  left: 0;
}

.hmloginbox .form-group input:checked+label:before {
  background-color: #1677FF;
}

.hmloginbox .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 9px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.hmloginbox .sifreunuttum {
  float: left;
  width: 100%;
  color: #313140;
  font-weight: normal;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.hmloginbox .sifreunuttum a {
  color: #1677FF;
  font-weight: 600;
}

.hmloginbox .yoksakayitol {
  float: left;
  width: 100%;
  color: #313140;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
}

.hmloginbox .yoksakayitol a {
  color: #1677FF;
  font-weight: 600;
}

.nedenNeroSMM .platformitems {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.platitem {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-right: 20px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.6s;
  cursor: pointer;
}

.platitem:last-child {
  margin-right: 0;
}

.platitem:hover {
  transform: translateY(-20px);
  background: #1677FF;
}

.platitem:hover h2,
.platitem:hover span,
.platitem:hover p,
.platitem:hover hr,
.platitem:hover .icon i {
  color: #fff;
}

.platitem:hover .icon,
.platitem:hover .icon::after {
  background-color: rgba(255, 255, 255, 10%);
}

.platitem .icon {
  position: relative;
  background-color: rgba(36, 42, 53, 10%);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-bottom: 0;
}

.platitem .icon i {
  margin-left: 7px;
  font-size: 42px;
  color: rgba(36, 42, 53, 50%);
}

.platitem .icon::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: -12px;
  bottom: -12px;
  background-color: rgba(36, 42, 53, 10%);
  border-radius: 100%;
}

.platitem .text {
  margin-top: 30px !important;
}

.platitem h2 {
  font-size: 18px;
  font-weight: 600;
  color: #242a35;
  margin-bottom: 0;
}

.platitem span {
  font-size: 18px;
  font-weight: 400;
  color: #2d3f5f;
}

.platitem p {
  font-size: 18px;
  font-weight: 400;
  color: #414b5d;
}

.platitem hr {
  width: 48px;
  height: 3px;
  color: #dfe4ee;
  border-radius: 1.5px;
  opacity: 1;
}

.nedenNeroSMM {
  width: 100%;
  float: left;
  position: relative;
}

.nedenNeroSMM::after {
  content: "";
  background-image: url(../img/bgodemeyontem.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  bottom: 30px;
  z-index: -1;
}

.nedenNeroSMM .text {
  margin-top: 70px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.nedenNeroSMM .text .icon {
  background-color: #1677FF;
  border-radius: 10px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.nedenNeroSMM .text .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.nedenNeroSMM .text h1 {
  font-size: 40px;
  font-weight: 300;
  color: #363643;
  margin-top: 30px;
}

.nedenNeroSMM .text h1 b {
  font-size: 40px;
  font-weight: 600;
  color: #1677FF;
}

.nedenNeroSMM .text p {
  font-size: 20px;
  font-weight: 400;
  color: #7b7b84;
  width: 70%;
  text-align: center;
}

.aboutpagehwo {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
}

.aboutpagehwo .img {
  float: left;
  width: 100%;
  height: 635px;
  position: relative;
  z-index: 1;
}

.aboutguvenli {
  position: absolute;
  height: 90px;
  left: 0;
  bottom: 70px;
  animation: bounce2 5s ease infinite;
}

.aboutpagehwo .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutyorumlar {
  position: absolute;
  height: 90px;
  right: 0;
  top: 200px;
  animation: bounce2 4s ease infinite;
}

.aboutpagehwo .text {
  float: left;
  width: 100%;
  border-radius: 20px;
  padding: 35px 45px;
}

.aboutpagehwo .text .baslik svg {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.aboutpagehwo .text .baslik h5 {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #232927;
  font-weight: 300;
  margin-top: 20px;
}

.aboutpagehwo .text .smedia {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aboutpagehwo .text .smedia span {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.aboutpagehwo .text .smedia span.instagram {
  background-color: #ff095c;
}

.aboutpagehwo .text .smedia span.tiktok {
  background-color: #0d121f;
}

.aboutpagehwo .text .smedia span.twitter {
  background-color: #219ef2;
}

.aboutpagehwo .text .smedia span.youtube {
  background-color: #ff0000;
}

.aboutpagehwo .text .smedia span.facebook {
  background-color: #1873eb;
}

.aboutpagehwo .text .smedia span.twitch {
  background-color: #8d45f8;
}

.aboutpagehwo .text .smedia span.spotify {
  background-color: #1ed45f;
}

.aboutpagehwo .text .smedia .yazi h1 {
  font-size: 26px;
  font-weight: 400;
  color: #858dab;
  margin-bottom: 0;
}

.aboutpagehwo .text .smedia .yazi h6 {
  font-size: 16px;
  font-weight: 400;
  color: #858dab;
  margin-bottom: 0;
}

.aboutpagehwo .text .baslik p {
  float: left;
  width: 100%;
  color: #71727c;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
}

.aboutpagehwo .text .totalsepet {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 98%;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
  position: relative;
  z-index: 1;
  box-shadow: -4px 4px 24px rgba(13, 18, 31, 0.062);
}

.aboutpagehwo .text .totalsepet::after {
  content: "";
  height: 250px;
  width: 250px;
  border-radius: 100%;
  background-color: #ffc2c6;
  position: absolute;
  right: -150px;
  bottom: 0;
  filter: blur(50px);
  opacity: 0.3;
  z-index: -1;
}

.aboutpagehwo .text .totalsepet::before {
  content: "";
  height: 220px;
  width: 220px;
  border-radius: 100%;
  background-color: #ffe3c9;
  position: absolute;
  left: -70px;
  bottom: -70px;
  filter: blur(50px);
  opacity: 0.7;
  z-index: -1;
}

.aboutpagehwo .text .totalsepet .totalspan {
  display: flex;
  flex-flow: column;
  width: 47%;
  justify-content: space-between;
  height: 100%;
}

.aboutpagehwo .text .totalsepet .totalspan .baslik h6 {
  font-size: 14px;
  font-weight: 400;
  color: #9395a4;
  margin-bottom: 0;
}

.aboutpagehwo .text .totalsepet .totalspan .baslik h1 {
  font-size: 24px;
  font-weight: 600;
  color: #26273c;
}

.aboutpagehwo .text .totalsepet .totalspan .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.aboutpagehwo .text .totalsepet .totalspan .items .item {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.aboutpagehwo .text .totalsepet .totalspan .items .item span {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutpagehwo .text .totalsepet .totalspan .items .item span svg {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.aboutpagehwo .text .totalsepet .totalspan .items .item h4 {
  font-size: 12px;
  font-weight: 500;
  color: #191c32;
  margin-top: 15px;
  margin-bottom: 0;
}

.aboutpagehwo .text .totalsepet .textic {
  display: flex;
  flex-flow: column;
  width: 47%;
}

.aboutpagehwo .text .totalsepet .textic h1 {
  font-size: 22px;
  font-weight: 600;
  color: #26273c;
  margin-bottom: 20px;
}

.aboutpagehwo .text .totalsepet .textic p {
  font-size: 14px;
  font-weight: 400;
  color: #9395a4;
  margin-bottom: 0;
}

.aboutpagehwo .text .buycommerce {
  float: left;
  width: 100%;
  background: #1677FF;
  color: #fff;
  font-weight: 600;
  padding: 15px 18px;
  margin-top: 20px;
  font-size: 18px;
  transition: all 0.6s;
  text-align: center;
  border-radius: 10px;
}

.aboutpagehwo .text .buycommerce:hover {
  background: #b6550f;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.ouradvantages {
  float: left;
  width: 100%;
  padding: 30px 0 50px 0;
  background-color: #fff;
  position: relative;
}

.ouradvantages .baslik {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: -70px;
}

.ouradvantages .baslik .icon {
  background-color: #1677FF;
  border-radius: 10px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.ouradvantages .baslik .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.ouradvantages .baslik h1 {
  font-size: 32px;
  font-weight: 600;
  color: #1677FF;
  margin-top: 20px;
}

.ouradvantages .baslik p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  opacity: 0.5;
}

.advantageitem {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

.advantageitem span {
  height: 70px;
  width: 70px;
  border-radius: 10px;
}

.advantageitem span img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.advantageitem h1 {
  font-size: 24px;
  font-weight: 600;
  color: #373737;
  margin-top: 30px;
}

.advantageitem p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 18px;
}

.customerreply .form {
  float: left;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
}

.customerreply .form h5 {
  float: left;
  width: 100%;
  color: #0a0d2a;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.customerreply .form h5::before {
  content: "";
  background: url(../img/icon/commentcreateicon.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.customerreply .form .input {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}

.customerreply .form .input.user::before {
  content: "";
  background: url(../img/icon/fusericon.svg);
  width: 13px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 18px;
}

.customerreply .form .input input {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d0d8e8;
  padding: 15px 15px;
  color: #211e20;
  font-weight: 500;
  padding-left: 45px;
}

.customerreply .form .input input::placeholder {
  color: #211e20;
  font-weight: 500;
}

.customerreply .form .input textarea::placeholder {
  color: #211e20;
  font-weight: 500;
}

.customerreply .puan {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d0d8e8;
  padding: 15px 15px;
  color: #211e20;
  font-weight: 500;
  padding-left: 45px;
}

.customerreply .puan::before {
  content: "";
  background: url(../img/icon/staricon.svg);
  width: 15px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 19px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
  margin-left: 5px;
  cursor: pointer;
}

.rating label:last-child .icon {
  color: #e7aa27;
  cursor: pointer;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
  color: #ac3e0b;
  cursor: pointer;
}

.rating {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 19px;
  line-height: 17px;
  margin-top: 2px;
}

.customerreply {
  float: left;
  width: 100%;
}

.customerreply .form button {
  float: left;
  width: 100%;
  background: #1677FF;
  border: 0;
  color: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -50px;
  position: relative;
  transition: all 0.6s;
}

.customerreply .form button:hover {
  background: #8e8cf5;
}

.custrewisection {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 40px;
}

.customerreply .form .input textarea {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d0d8e8;
  padding: 13px 15px;
  color: #211e20;
  font-weight: 500;
  padding-left: 45px;
  min-height: 160px;
  max-height: 230px;
  margin-bottom: 30px;
}

.customerreply .form .input.message::before {
  content: "";
  background: url(../img/icon/commentcreateicon.svg);
  width: 15px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 17px;
}

.ratenum {
  float: right;
  background: #1677FF;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
}

.customerreply .form button::after {
  content: "";
  background: url(../img/icon/rightarrowlight.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 27px;
}

.ourpocessection .swiper-backface-hidden .swiper-slide:nth-last-child(1)::after {
  display: none;
}

.custrewisection .icons {
  width: 70px;
  height: 70px;
  background: #1677FF;
  border-radius: 8px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}

.custrewisection .icons img {
  height: 35px;
  object-fit: contain;
}

.custrewisection h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #1677FF;
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.custrewisection h6 {
  color: #33333391;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 750px;
}

.ourpocessection .swiper-backface-hidden .swiper-slide:nth-last-child(1)::after {
  display: none;
}

.reviewitem {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 30px 23px;
}

.custserviceSwiper .name {
  float: left;
  width: 100%;
}

.custserviceSwiper .name .img {
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.custserviceSwiper .name .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custserviceSwiper .name .tsbs {
  float: left;
  width: calc(100% - 55px);
  padding-left: 15px;
  min-height: 55px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.custserviceSwiper .name .tsbs h5 {
  margin-bottom: 0px;
  color: #37384e;
  font-weight: 600;
  font-size: 18px;
}

.custserviceSwiper p {
  float: left;
  width: 100%;
  color: #37384e;
  font-size: 15px;
  margin-top: 25px;
  line-height: 25px;
  margin-bottom: 25px;
}

.custserviceSwiper .starlist {
  float: left;
  width: 100%;
}

.custserviceSwiper .starlist i {
  color: #e7aa27;
  margin-right: 5px;
}

.custserviceSwiper .swiper-pagination {
  top: auto;
  bottom: 20px;
  float: left;
  width: calc(100% - 105px);
  border-radius: 5px;
  overflow: hidden;
  background: #445bdf49;
}

.custserviceSwiper .swiper-button-nextbs {
  float: right;
  background: #1677FF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.custserviceSwiper .swiper-button-prevbs {
  float: right;
  background: #9e9df33b;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #445cdf;
  font-size: 20px;
  margin-top: 20px;
  margin-right: -15px;
}

.custserviceSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1677FF;
  border-radius: 5px;
}

.servicescontent .searchform {
  margin: 30px 0 20px 0;
}

.servicescontent .searchform form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.servicescontent .searchform form select {
  border-radius: 10px;
  border: 1px solid #c8d7e0;
  padding: 15px;
  background-color: #fff;
  color: #717988;
}

.servicescontent .searchform form label {
  border-radius: 28px;
  border: 1px solid #c8d7e0;
  background-color: #fff;
  color: #717988;
  padding: 10px 20px;
  display: flex;
}

.servicescontent .searchform form label input {
  border: none;
  width: 0px;
}

.servicescontent .searchform form label button {
  border: none;
  background-color: transparent;
  color: #9395a4;
}

.servicescontent .searchform form label:focus input,
.servicescontent .searchform form label:hover input {
  width: calc(100% - 20px);
}

.siparistable .basliktitle {
  border-radius: 10px;
  background-color: #1677FF;
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.siparistable .basliktitle i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.siparistable .basliktitle h1 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.servistabloitem table {
  width: 100%;
  border-radius: 10px !important;
}

.servistabloitem table thead {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: rgba(223, 232, 238, 50%);
  padding: 15px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  color: #363643;
}

.servistabloitem table thead tr td {
  background-color: rgba(223, 232, 238, 50%);
  padding: 15px;
}

.servistabloitem table tbody tr {
  background-color: rgba(147, 149, 164, 10%);
}

.servistabloitem table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.servistabloitem table tbody tr td {
  background-color: transparent;
  padding: 15px;
}

.servistabloitem .iddiv {
  display: flex;
  border-radius: 10px;
  background-color: rgba(22, 119, 255, 0.12);
  padding: 7px;
  align-items: center;
  justify-content: space-between;
}

.servistabloitem .iddiv i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #1677FF;
}

.servistabloitem .iddiv h6 {
  font-size: 14px;
  font-weight: 500;
  color: #1677FF;
  margin-bottom: 0;
}

.servistabloitem .servisspan {
  font-size: 14px;
  font-weight: 500;
  color: #363643;
  padding: 0 5px;
  border-right: 1px solid #363643;
}

.servistabloitem .servisspan:last-child {
  border-right: none;
}

.servistabloitem .rate {
  font-size: 14px;
  font-weight: 600;
  color: #13cea4;
}

.servistabloitem tbody td {
  font-size: 14px;
  font-weight: 500;
  color: #1f2333;
}

button.refil {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #01c3b3;
  border-radius: 10px;
  border: 0;
  padding: 10px 15px;
}

.servistabloitem table tbody button.details {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #1677FF;
  border-radius: 10px;
  border: 0;
  padding: 10px 15px;
}

.servistabloitem table tbody button.details i {
  margin-right: 7px;
  font-weight: 400;
}

.faqsection {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 70px;
}

.faqsection h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #313140;
  font-weight: 600;
  font-size: 32px;
}

.faqsection h3 span {
  color: #1677FF;
}

.faqsection h6 {
  float: left;
  width: 100%;
  text-align: center;
  color: #787d83;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 35px;
}

.faqsection .accordion {
  float: left;
  width: 100%;
}

.faqsection .accordion-item {
  background: transparent;
  margin-bottom: 15px;
  border-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

.faqsection .accordion-button {
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  font-size: 17px;
  padding: 20px;
  font-weight: 400;
  color: #37384e;
}

.faqsection .accordion-button::after {
  content: "+";
  background: transparent;
  color: #1677FF;
  font-size: 25px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  width: auto;
}

.faqsection .accordion-body {
  background: #fff;
}

.faqsection .accordion-button:not(.collapsed)::after {
  content: "-";
}

.faqsection .accordion-button:focus {
  box-shadow: none;
}

body:not(.panelbg) .faq-page-public {
  clear: both;
  padding-top: 24px;
  padding-bottom: 80px;
}

body:not(.panelbg) .faq-page-public .faqsection {
  margin-top: 0;
  padding: 30px;
  border: 1px solid var(--smm-border, #d7e1f4);
  border-radius: 16px;
  background: var(--smm-card, #fff);
  box-shadow: var(--smm-shadow, 0 12px 30px rgba(16, 24, 40, .08));
}

@media (max-width: 767.98px) {
  body:not(.panelbg) .faq-page-public {
    padding-top: 16px;
    padding-bottom: 50px;
  }

  body:not(.panelbg) .faq-page-public .faqsection {
    padding: 20px;
  }
}

.pagealtdesc {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.pagealtdesc .detail {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  padding-left: 30px;
}

.pagealtdesc .area {
  float: left;
  width: 100%;
  max-height: 420px;
  overflow-y: scroll;
  padding-right: 25px;
}

.pagealtdesc .area::-webkit-scrollbar-track {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.pagealtdesc .area::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
  background-color: #e6e4ef;
}

.pagealtdesc .area::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #1677FF;
  height: 5px;
}

.pagealtdesc h3 {
  color: #000b33;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.pagealtdesc p {
  color: #4e525d;
  font-size: 17px;
}

.abonebar {
  float: left;
  width: 100%;
  background: url(../img/abonebarbg.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 15px;
  position: relative;
  margin-top: 30px;
}

.abonebar .icon {
  margin: 0 auto;
  width: 200px;
  margin-top: -20px;
}

.abonebar .icon img {
  width: 100%;
  object-fit: contain;
}

.abonebar h5 {
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 25px;
}

.abonebar p {
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.abonebar .formarea {
  margin: 0 auto;
  width: 650px;
  position: relative;
}

.abonebar::before {
  content: "";
  background: url(../img/aboneleft.png);
  width: 330px;
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  bottom: -5px;
}

.abonebar::after {
  content: "";
  background: url(../img/aboneright.png);
  width: 330px;
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  bottom: -5px;
}

.abonebar .formarea .input {
  float: left;
  width: calc(100% - 100px);
  position: relative;
}

.abonebar .formarea .input input {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  border: 0;
  padding-left: 50px;
  color: #081839;
  font-size: 17px;
  font-weight: 500;
}

.abonebar .formarea .input input::placeholder {
  color: #08183988;
}

.abonebar .formarea .input i {
  position: absolute;
  left: 15px;
  color: #b3c1db;
  font-size: 20px;
  top: 16px;
}

.abonebar .formarea button {
  width: 80px;
  float: right;
  border-radius: 10px;
  border: 0;
  background: #ffffff5d;
  color: #ffffff;
  height: 70px;
  transition: all 0.6s;
}

.abonebar .formarea button:hover {
  background: #ffffff94;
}

footer {
  float: left;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

footer .ftleft {
  padding-right: 0;
  padding-left: 0;
}

footer .fthead {
  float: left;
  width: 100%;
  padding: 31px 0;
  padding-right: 20px;
  border-bottom: 1px solid #3a3c412d;
}

.ftlogo {
  float: left;
  height: 30px;
}

.ftlogo img {
  height: 100%;
  object-fit: contain;
}

footer .fthead ul {
  float: right;
  margin-bottom: 0;
}

footer .fthead ul li {
  list-style: none;
  float: left;
  margin-left: 10px;
}

footer .fthead ul li a {
  color: #fff;
  display: flex;
  padding: 14px 15px;
  background: #1677FF;
  transition: all 0.6s;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

footer .fthead ul li a:hover {
  background: #8b89f3;
}

footer .fthead ul li a i {
  margin-right: 15px;
}

.ftpmenubody {
  float: left;
  width: 100%;
  padding: 35px 0;
  padding-left: 20px;
}

.ftpmenubody .footermenuitem {
  float: left;
  width: 100%;
}

.ftpmenubody .footermenuitem label {
  float: left;
  width: 100%;
  color: #081839;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 12px;
}

.ftpmenubody .footermenuitem label::before {
  content: "";
  width: 20px;
  height: 5px;
  border-radius: 2px;
  background: #1677FF;
  position: absolute;
  left: -30px;
  top: 13px;
}

.ftpmenubody .footermenuitem ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ftpmenubody .footermenuitem ul li {
  float: left;
  width: 25%;
  margin-bottom: 5px;
  list-style: none;
  margin-top: 3px;
}

.ftpmenubody .footermenuitem ul.tekn li {
  width: 100%;
}

.ftpmenubody .footermenuitem ul li a {
  font-size: 14px;
  color: #081839;
  font-weight: normal;
  transition: all 0.5s;
}

.ftpmenubody .footermenuitem ul li a:hover {
  color: #1677FF;
}

footer .ftright {
  float: right;
  background: #f7f7f7;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

footer .ftright::after {
  content: "";
  background: #f7f7f7;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 1500px;
  top: 0;
}

.ftsocialhead {
  float: left;
  width: 100%;
  padding: 15px 20px;
}

.ftsocialhead span {
  float: left;
  width: 100%;
  color: #000b33;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}

.ftsocialhead ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ftsocialhead ul li {
  list-style: none;
  float: left;
  width: 48px;
  list-style: none;
  height: 48px;
  background: #fff;
  border-radius: 5px;
  margin-right: 13px;
  text-align: center;
  line-height: 48px;
  transition: all 0.6s;
}

.ftsocialhead ul li:hover {
  background: #8c8af1;
}

.ftsocialhead ul li i {
  color: #1677FF;
  font-size: 20px;
}

.ftsocialhead ul li:hover i {
  color: #fff;
}

.ftsociallist {
  float: left;
  width: 100%;
  padding: 15px 20px;
}

.ftsociallist ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ftsociallist ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  list-style: none;
}

.ftsociallist ul li .icon {
  float: left;
  border-radius: 5px;
  background: #1677FF;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.ftsociallist ul li .icon i {
  font-size: 22px;
}

.ftsociallist ul li a {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #717988;
  font-weight: 300;
  font-size: 18px;
}

.ftsociallist ul li a b {
  color: #1677FF;
  font-weight: 600;
}

.ftsociallist ul li span {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #717988;
  font-weight: 300;
  font-size: 14px;
}

.footerdesc {
  float: left;
  width: 100%;
  background: #191e27;
  padding: 25px 0;
}

.footerdesc span {
  float: left;
  color: #98a3b9;
  font-size: 15px;
}

.footerdesc ul {
  float: right;
  margin-bottom: 0;
}

.footerdesc ul li {
  float: left;
  list-style: none;
  margin-left: 30px;
}

.footerdesc ul li a {
  color: #98a3b9;
  font-size: 15px;
  transition: all 0.6s;
}

.footer-payment-methods {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 15px 20px 25px;
}

.footer-payment-method {
  min-width: 0;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(152, 163, 185, 0.22);
  border-radius: 8px;
}

.footer-payment-method img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 30px;
  object-fit: contain;
}

.footerdesc > .container > span {
  color: #fff !important;
}

body.lgnbody {
  background: #f5f8fa;
  min-height: 100vh;
  overflow-x: hidden;
}

body.lgnbody.register-page::before,
body.lgnbody.register-page::after {
  display: none;
}

/* Reset password page */
body.reset-password-page-body {
  background: #fff;
}

.reset-password-page {
  position: relative;
  min-height: 680px;
  padding: 64px 0 78px;
  overflow: hidden;
  isolation: isolate;
}

.reset-password-page::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(22, 119, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, .055) 1px, transparent 1px),
    radial-gradient(circle at 10% 15%, rgba(78, 177, 255, .16), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(220, 83, 255, .11), transparent 30%),
    #f4f8fd;
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

.reset-password-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  left: 50%;
  width: 760px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .68);
  filter: blur(55px);
  transform: translateX(-50%);
}

.reset-password-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dbe6f3;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(24, 48, 84, .13);
}

.reset-password-card {
  padding: 46px 50px 38px;
  background: #fff;
}

.reset-password-heading {
  margin-bottom: 28px;
}

.reset-password-badge,
.reset-password-info-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  background: #eef6ff;
  color: #1677ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
}

.reset-password-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 24px 0 17px;
  border-radius: 17px;
  background: linear-gradient(145deg, #1677ff, #2f68eb);
  box-shadow: 0 13px 28px rgba(22, 119, 255, .24);
  color: #fff;
  font-size: 27px;
}

.reset-password-heading h1 {
  margin: 0 0 11px;
  color: #172033;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 750;
  line-height: 1.12;
}

.reset-password-heading > p {
  max-width: 540px;
  margin: 0;
  color: #69758a;
  font-size: 15px;
  line-height: 1.65;
}

.reset-password-alert {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  margin-bottom: 18px;
  padding: 11px 48px 11px 12px;
  border: 1px solid;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.reset-password-alert-danger {
  border-color: #ffd3d6;
  background: #fff5f6;
  color: #a61b29;
}

.reset-password-alert-success {
  border-color: #bfe9d1;
  background: #f1fcf6;
  color: #137a45;
}

.reset-password-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
  font-size: 19px;
}

.reset-password-alert-close {
  position: absolute;
  top: 50%;
  right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: currentColor;
  font-size: 19px;
  opacity: .58;
  transform: translateY(-50%);
}

.reset-password-alert-close:hover {
  background: rgba(0, 0, 0, .05);
  opacity: 1;
}

.reset-password-field label {
  display: block;
  margin: 0 0 9px;
  color: #293449;
  font-size: 14px;
  font-weight: 700;
}

.reset-password-input {
  position: relative;
}

.reset-password-input > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  color: #1677ff;
  font-size: 21px;
  transform: translateY(-50%);
}

.reset-password-input input.form-control {
  width: 100%;
  height: 58px;
  padding: 0 18px 0 51px;
  border: 1px solid #d7e3f1;
  border-radius: 15px;
  background: #f7faff;
  box-shadow: none;
  color: #172033;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.reset-password-input input.form-control:focus {
  border-color: #1677ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(22, 119, 255, .1);
}

.reset-password-captcha {
  max-width: 100%;
  margin-top: 18px;
  overflow: hidden;
}

.reset-password-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding: 13px 20px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #1677ff, #2866ec);
  box-shadow: 0 15px 27px rgba(22, 119, 255, .22);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.reset-password-submit:hover {
  box-shadow: 0 18px 32px rgba(22, 119, 255, .29);
  color: #fff;
  transform: translateY(-1px);
}

.reset-password-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e7eef7;
}

.reset-password-card-footer > span,
.reset-password-card-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #748198;
  font-size: 12px;
  font-weight: 600;
}

.reset-password-card-footer > span > i,
.reset-password-card-footer > a {
  color: #1677ff;
}

.reset-password-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 48px 42px;
  overflow: hidden;
  background: linear-gradient(150deg, #1577ff 0%, #2766e9 58%, #6454df 100%);
  color: #fff;
}

.reset-password-info::before,
.reset-password-info::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
}

.reset-password-info::before {
  top: -170px;
  right: -120px;
  width: 390px;
  height: 390px;
}

.reset-password-info::after {
  right: -75px;
  bottom: -175px;
  width: 330px;
  height: 330px;
}

.reset-password-info > * {
  position: relative;
  z-index: 1;
}

.reset-password-info-logo {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 52px;
  margin-bottom: 28px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
}

.reset-password-info-logo img {
  width: auto;
  max-width: 190px;
  max-height: 38px;
  object-fit: contain;
}

.reset-password-info-kicker {
  width: fit-content;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .13);
  color: #fff;
}

.reset-password-info h2 {
  max-width: 370px;
  margin: 17px 0 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 750;
  line-height: 1.18;
}

.reset-password-info > p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.65;
}

.reset-password-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.reset-password-step {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .09);
}

.reset-password-step > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 19px;
}

.reset-password-step p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.rtl-content .reset-password-input > i {
  right: 17px;
  left: auto;
}

.rtl-content .reset-password-input input.form-control {
  padding-right: 51px;
  padding-left: 18px;
  text-align: right;
}

.rtl-content .reset-password-alert {
  padding-right: 12px;
  padding-left: 48px;
}

.rtl-content .reset-password-alert-close {
  right: auto;
  left: 9px;
}

html.dark .reset-password-page::before {
  background:
    linear-gradient(rgba(102, 163, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 163, 255, .05) 1px, transparent 1px),
    radial-gradient(circle at 10% 15%, rgba(30, 119, 255, .14), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(136, 73, 219, .13), transparent 30%),
    #171d27;
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

html.dark .reset-password-shell,
html.dark .reset-password-card {
  border-color: #344052;
  background: #202835;
}

html.dark .reset-password-heading h1,
html.dark .reset-password-field label,
html.dark .reset-password-input input.form-control {
  color: #f2f6fc;
}

html.dark .reset-password-heading > p,
html.dark .reset-password-card-footer > span {
  color: #aeb8c8;
}

html.dark .reset-password-input input.form-control {
  border-color: #3a485c;
  background: #19212d;
}

html.dark .reset-password-input input.form-control:focus {
  border-color: #4b9bff;
  background: #1b2431;
}

html.dark .reset-password-card-footer {
  border-color: #344052;
}

@media (max-width: 991.98px) {
  .reset-password-page {
    padding: 42px 0 58px;
  }

  .reset-password-shell {
    grid-template-columns: minmax(0, 1fr);
    max-width: 680px;
  }

  .reset-password-info {
    padding: 38px 42px;
  }

  .reset-password-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reset-password-step {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .reset-password-page {
    min-height: 0;
    padding: 24px 0 40px;
  }

  .reset-password-page > .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .reset-password-shell {
    border-radius: 20px;
  }

  .reset-password-card {
    padding: 28px 20px 24px;
  }

  .reset-password-heading h1 {
    font-size: 29px;
  }

  .reset-password-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .reset-password-info {
    padding: 30px 20px;
  }

  .reset-password-info h2 {
    font-size: 26px;
  }

  .reset-password-steps {
    grid-template-columns: 1fr;
  }

  .reset-password-step {
    align-items: center;
    flex-direction: row;
  }

  .reset-password-captcha .g-recaptcha {
    transform: scale(.88);
    transform-origin: left top;
  }

  .rtl-content .reset-password-captcha .g-recaptcha {
    transform-origin: right top;
  }
}

body.lgnbody.register-page {
  height: 100vh;
  overflow: hidden;
}

.loginarea {
  float: left;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.loginarea>.row {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.loginarea>.row>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.loginarea .d-flex.right {
  position: relative;
}

.loginarea .loginbox .form-grouphatirla {
  margin-left: 15px;
}

.loginarea .loginbox .form-grouphatirla input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.loginarea .loginbox .form-grouphatirla label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  color: #23262f;
  font-size: 12px;
  font-weight: 500;
}

.loginarea .loginbox .form-grouphatirla label a {
  color: #777e90;
  font-size: 12px;
  font-weight: 500;
}

.loginarea .loginbox .form-grouphatirla label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #1677FF;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  top: 1.5px;
  left: 0;
}

.loginarea .loginbox .form-grouphatirla input:checked+label:before {
  background-color: #1677FF;
}

.loginarea .loginbox .form-grouphatirla input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.loginbox {
  float: left;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 33px;
}

.loginforfree {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  left: 0;
  position: absolute;
}

.loginforfree h1 {
  font-size: 14px;
  font-weight: 400;
  color: #23262f;
  margin-bottom: 0;
  margin-right: 10px;
}

.loginforfree a {
  font-size: 14px;
  font-weight: 600;
  color: #1677FF;
}

.registerbtn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 8px;
  background: #00e076;
  position: relative;
  padding: 25px 45px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.8s;
  display: flex;
  justify-content: space-between;
}

.registerbtn:hover {
  color: #fff;
  background: #00a04a;
}

.registerbtn i {
  font-weight: normal;
}

.loginbox .logintext {
  float: left;
  width: 100%;
}

.loginbox .loginurl {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  float: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e8ec;
}

.loginbox .loginurl h3 {
  color: #777e90;
  font-size: 16px;
  font-weight: 400;
}

.loginbox .logintext h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
  color: #23262f;
  font-size: 32px;
  font-weight: 600;
}

.loginbox .loginurl .urlbox {
  border: 1px solid #1677FF;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 48px;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #23262f;
}

.loginbox .loginurl .urlbox span {
  color: #58bd7d;
  margin-right: 7px;
}

.loginbox .loginurl .urlbox span i {
  color: #58bd7d;
  margin-right: 7px;
}

.loginform {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.loginform .input {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.loginform .input input {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e7f3;
  border-radius: 38px;
  color: #617583;
  font-size: 18px;
  padding-left: 58px;
  min-height: 60px;
}

.loginform .input input::placeholder {
  color: #b3c1db;
}

.loginbox hr {
  width: 100%;
  height: 2px;
  color: #e6e8ec;
  opacity: 1;
}

.loginform .input i {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginform .input.user i {
  background-color: #ffebe4;
  color: #f7931a;
}

.loginform .input.mail i {
  background-color: #def5e9;
  color: #5fc88f;
}

.loginform .input.surname i {
  background-color: #e2e2e2;
  color: #121212;
}

.loginform .input.skype i {
  background-color: #e8f8ff;
  color: #00a5ee;
}

.loginform .input.form-group i {
  background-color: #ebecff;
  color: #1677FF;
}

.loginform button {
  float: left;
  width: 100%;
  padding: 18px 15px;
  text-align: center;
  color: #fff;
  background: #1677FF;
  border-radius: 90px;
  border: 0;
  margin-top: 20px;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  justify-content: center;
  transition: all 0.7s;
}

.loginform button:hover {
  background: #7776e9;
}

.forgotpasword {
  display: flex;
  float: left;
  width: 100%;
  justify-content: end;
  margin-top: -20px;
}

.forgotpasword a {
  font-size: 16px;
  font-weight: 600;
  color: #1677FF;
}

.loginarea .img {
  width: 100%;
  height: 100vh;
  float: left;
  display: block;
  overflow: hidden;
  background: rgba(27, 25, 100, 10%);
  padding-top: 0;
  position: relative;
  isolation: isolate;
}

.loginarea .img::after {
  content: "";
  background-image: url(../img/sliderbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15%;
  bottom: -200px;
  z-index: 0;
}

.loginarea .img>img {
  width: 94%;
  height: auto;
  max-height: 78vh;
  left: 50%;
  right: auto;
  bottom: 0;
  object-fit: contain;
  object-position: center bottom;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.loginarea .img .logo {
  width: 100%;
  height: 50px;
  top: 10%;
  left: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginarea .img .logo img {
  width: min(38%, 220px);
  height: auto;
  max-height: 50px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.loginarea .img .logo::after {
  content: "";
  background-color: #ffe3c9;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 100%;
  filter: blur(40px);
}

.loginarea .img .logo::before {
  content: "";
  background-color: #ffc2c6;
  width: 250px;
  height: 250px;
  position: absolute;
  right: -5%;
  top: -300%;
  z-index: 0;
  border-radius: 100%;
  filter: blur(40px);
}

.register-page .signup-benefits {
  position: absolute;
  top: clamp(145px, 18vh, 195px);
  left: 50%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(82%, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 20px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 45px rgba(31, 50, 81, .1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform: translateX(-50%);
}

.register-page .signup-benefits-mobile {
  display: none;
}

.register-page .signup-benefit {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  min-height: 92px;
  padding: 17px 18px;
}

.register-page .signup-benefit:nth-child(odd) {
  border-right: 1px solid rgba(120, 145, 180, .2);
}

.register-page .signup-benefit:nth-child(-n+2) {
  border-bottom: 1px solid rgba(120, 145, 180, .2);
}

.register-page .signup-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(22, 119, 255, .12);
  border-radius: 11px;
  background: rgba(230, 244, 255, .92);
  color: #1677ff;
  font-size: 18px;
  box-shadow: 0 7px 16px rgba(22, 119, 255, .1);
}

.register-page .signup-benefit h2 {
  margin: 0 0 5px;
  color: #172033;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.35;
}

.register-page .signup-benefit p {
  margin: 0;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.55;
}

html[dir="rtl"] .register-page .signup-benefit {
  text-align: right;
}

@media (max-height: 720px) and (min-width: 851px) {
  .register-page .signup-benefits {
    top: 112px;
  }

  .register-page .signup-benefit {
    min-height: 70px;
    padding: 12px 14px;
  }

  .register-page .signup-benefit p {
    display: none;
  }
}

.field-icon {
  position: absolute;
  bottom: 15px;
  right: 18px;
  z-index: 2;
  font-size: 20px;
  color: #777e90;
  cursor: pointer;
}

.loginarea .d-flex {
  float: left;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow-y: scroll;
  flex-flow: column;
  justify-content: center;
  padding: 50px 0;
}

.loginarea .d-flex::-webkit-scrollbar {
  display: none;
}

.register-page .loginarea .right {
  background-color: #f6f9fc;
  isolation: isolate;
  height: 100vh;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 0 40px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(22, 119, 255, 0.35) transparent;
}

.register-page .loginarea .right::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.register-page .loginarea .right::-webkit-scrollbar-track {
  background: transparent;
}

.register-page .loginarea .right::-webkit-scrollbar-thumb {
  background: rgba(22, 119, 255, 0.3);
  border-radius: 999px;
}

.register-page .loginarea .right::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: radial-gradient(rgba(22, 119, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 72%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 72%, transparent);
}

.register-page .loginarea .right::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -220px;
  bottom: -200px;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(22, 119, 255, 0.08);
}

.register-page .loginforfree {
  top: 28px;
  z-index: 2;
}

.register-page .darkmode.login {
  right: auto;
  left: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 119, 255, 0.16);
  border-radius: 15px;
  box-shadow: 0 10px 28px rgba(31, 50, 81, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.register-page .darkmode.login:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(22, 119, 255, 0.35);
  box-shadow: 0 13px 30px rgba(22, 119, 255, 0.17);
}

.register-page .darkmode.login .toggle-container {
  width: 100%;
  height: 100%;
}

.register-page .darkmode.login .theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 14px;
}

.register-page .darkmode.login .theme-btn.light {
  display: none;
}

.register-page .darkmode.login .theme-btn img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(3608%) hue-rotate(210deg) brightness(101%) contrast(104%);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.register-page .darkmode.login:hover .theme-btn img {
  transform: rotate(-8deg) scale(1.06);
}

html.dark .register-page .darkmode.login {
  background: rgba(37, 46, 61, 0.88);
  border-color: rgba(105, 177, 255, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

html.dark .register-page .darkmode.login .theme-btn.dark {
  display: none;
}

html.dark .register-page .darkmode.login .theme-btn.light {
  display: flex;
}

html.dark .register-page .darkmode.login .theme-btn.light img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(42%) saturate(1266%) hue-rotate(184deg) brightness(103%) contrast(101%);
}

.register-page .loginforfree h1 {
  color: #526074;
  font-size: 13px;
}

.register-page .loginforfree a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(22, 119, 255, 0.2);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  transition: all 0.25s ease;
}

.register-page .loginforfree a:hover {
  color: #fff;
  background: #1677FF;
  border-color: #1677FF;
  box-shadow: 0 8px 20px rgba(22, 119, 255, 0.18);
}

.register-page .loginbox {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: calc(100% - 48px);
  max-width: 560px;
  margin: 0 auto;
  padding: 32px 38px 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e4ebf5;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(31, 50, 81, 0.12);
}

.register-page .loginbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  right: 38px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #1677FF, #69b1ff);
}

.register-page .loginbox .logintext {
  text-align: left;
}

.register-page .register-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: #0958D9;
  background: #eaf3ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.register-page .register-badge i {
  font-size: 15px;
}

.register-page .loginbox .logintext h5 {
  margin: 12px 0 7px;
  text-align: left;
  color: #172033;
  font-size: clamp(27px, 2.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.register-page .loginbox .logintext p {
  max-width: 440px;
  margin: 0;
  color: #718096;
  font-size: 12.5px;
  line-height: 1.65;
}

.register-page .loginform {
  padding: 24px 0 0;
}

.register-page .loginform .input {
  margin-bottom: 12px;
}

.register-page .loginform .input input {
  min-height: 54px;
  padding: 10px 48px 10px 58px;
  background: #f8fbff;
  border: 1px solid #dfe8f3;
  border-radius: 15px;
  color: #172033;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

.register-page .loginform .input input::placeholder {
  color: #9aa8bc;
}

.register-page .loginform .input input:focus {
  background: #fff;
  border-color: #1677FF;
  box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.1);
}

.register-page .loginform .input>i {
  top: 7px;
  bottom: 7px;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.register-page .loginform .input:focus-within>i {
  transform: scale(1.06);
}

.register-page .field-icon {
  right: 18px;
  bottom: 17px;
  font-size: 18px;
}

.register-page .loginbox .form-grouphatirla {
  width: calc(100% - 30px);
  margin: 3px 15px 0;
}

.register-page .loginbox .form-grouphatirla label,
.register-page .loginbox .form-grouphatirla label a {
  color: #718096;
  font-size: 11px;
  line-height: 1.55;
}

.register-page .loginbox .form-grouphatirla label a {
  color: #1677FF;
  font-weight: 600;
}

.register-page .loginbox .form-grouphatirla label::before {
  top: 1px;
  border-color: #b8c7da;
  background: #fff;
}

.register-page .loginform button {
  min-height: 56px;
  margin-top: 18px;
  padding: 14px 20px;
  gap: 10px;
  background: linear-gradient(135deg, #1677FF, #4096FF);
  border-radius: 15px;
  font-size: 15px;
  box-shadow: 0 12px 25px rgba(22, 119, 255, 0.2);
}

.register-page .loginform button i {
  font-size: 19px;
  transition: transform 0.2s ease;
}

.register-page .loginform button:hover {
  background: linear-gradient(135deg, #0958D9, #1677FF);
  box-shadow: 0 14px 28px rgba(22, 119, 255, 0.28);
  transform: translateY(-1px);
}

.register-page .loginform button:hover i {
  transform: translateX(4px);
}

.register-page .register-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 13px 0 0;
  color: #94a3b8;
  font-size: 10.5px;
}

.register-page .register-secure i {
  color: #36b37e;
  font-size: 15px;
}

html.dark .register-page .loginarea .right {
  background: #151b27;
}

html.dark .register-page .loginbox {
  background: rgba(31, 39, 54, 0.98);
  border-color: #344157;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

html.dark .register-page .signup-benefits-mobile {
  border-color: #344157;
  background: rgba(31, 39, 54, .98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
}

html.dark .register-page .signup-benefits-mobile .signup-benefit:nth-child(odd),
html.dark .register-page .signup-benefits-mobile .signup-benefit:nth-child(-n+2) {
  border-color: rgba(120, 145, 180, .2);
}

html.dark .register-page .signup-benefits-mobile .signup-benefit h2 {
  color: #f4f7fb;
}

html.dark .register-page .signup-benefits-mobile .signup-benefit p {
  color: #a9b5c8;
}

html.dark .register-page .register-badge {
  color: #8fc1ff;
  background: rgba(22, 119, 255, 0.15);
  border: 1px solid rgba(105, 177, 255, 0.24);
}

html.dark .register-page .loginbox .logintext h5 {
  color: #f4f7fb;
}

html.dark .register-page .loginbox .logintext p,
html.dark .register-page .loginforfree h1 {
  color: #9caac0;
}

html.dark .register-page .loginform .input input {
  color: #f4f7fb;
  background: #252e3d;
  border-color: #3b475a;
}

html.dark .register-page .loginform .input input:focus {
  background: #293445;
  border-color: #4096FF;
}

html.dark .register-page .loginform .input.user>i {
  color: #ffb36b;
  background: rgba(247, 147, 26, 0.15);
}

html.dark .register-page .loginform .input.mail>i {
  color: #72d8aa;
  background: rgba(95, 200, 143, 0.15);
}

html.dark .register-page .loginform .input.surname>i {
  color: #cbd7e8;
  background: rgba(148, 163, 184, 0.15);
}

html.dark .register-page .loginform .input.skype>i {
  color: #6bcfff;
  background: rgba(0, 165, 238, 0.15);
}

html.dark .register-page .loginform .input.form-group>i,
html.dark .register-page .loginform .input.generic>i {
  color: #8fb5ff;
  background: rgba(102, 126, 234, 0.16);
}

html.dark .register-page .loginforfree a,
html.dark .register-page .loginbox .form-grouphatirla label::before {
  background: #252e3d;
  border-color: #3b475a;
}

@media (max-width: 850px) {
  .register-page .loginarea .right {
    padding: 78px 0 32px;
  }

  .register-page .darkmode.login {
    display: block;
    left: 12px;
    top: 12px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 14px;
  }

  .register-page .loginforfree {
    top: 18px;
  }

  .register-page .loginbox {
    flex-shrink: 0;
    width: calc(100% - 8px);
    margin-top: 0;
    padding: 28px 22px 24px;
    border-radius: 22px;
  }

  .register-page .signup-benefits-mobile {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    flex: 0 0 auto;
    width: calc(100% - 8px);
    max-width: 560px;
    margin: 18px auto 0;
    border-color: #e4ebf5;
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 42px rgba(31, 50, 81, .1);
    transform: none;
  }

  .register-page .signup-benefits-mobile .signup-benefit {
    min-height: 88px;
    padding: 15px 14px;
  }

  .register-page .signup-benefits-mobile .signup-benefit-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  .register-page .signup-benefits-mobile .signup-benefit h2 {
    font-size: 11.5px;
  }

  .register-page .signup-benefits-mobile .signup-benefit p {
    font-size: 9.5px;
    line-height: 1.5;
  }
}

.loginlogo {
  max-width: 500px;
  margin: 0 auto;
  height: 70px;
  margin-bottom: 30px;
  margin-top: 80px;
}

.loginlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

span.aktivstes {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.languagebtn {
  float: left;
  border: 1px solid #aeb8cb;
  border-radius: 25px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.panelheader .languagebtn {
  margin: 13px 10px 0 0;
}

.languagebtn .icon {
  float: left;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.languagebtn .icon img {
  margin-left: 8px;
}

.languagebtn .texs {
  float: left;
  width: 100%;
  padding-left: 10px;
  min-height: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 23px;
}

.languagebtn .ri-arrow-down-s-line {
  position: absolute;
  color: #aeb8cb;
  right: 10px;
  top: 12px;
}

.languagebtn h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 15px;
  color: #aeb8cb;
}

.languagemenuarea {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 55px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 15px;
  z-index: 2;
}

.languagebtn:hover .languagemenuarea {
  max-height: 0;
}

.languagemenuarea ul {
  margin-bottom: 0;
  list-style: none;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #1677FF;
}

.languagemenuarea ul li {
  margin: 5px 0;
}

.languagemenuarea ul li a {
  color: #081839;
  font-weight: 500;
  transition: all 0.6s;
}

.languagemenuarea ul li a:hover {
  color: #1677FF;
}

.loginbtn {
  float: left;
  border: 1px solid #1677FF;
  border-radius: 25px;
  position: relative;
  padding: 5px;
  cursor: pointer;
}

.loginbtn .icon {
  float: left;
  width: 40px;
  height: 40px;
  background: rgba(22, 119, 255, 0.12);
  text-align: center;
  line-height: 40px;
  color: #1677FF;
  border-radius: 50%;
}

.loginbtn .texs {
  float: left;
  width: calc(100% - 40px);
  padding-left: 15px;
  min-height: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 45px;
}

.loginbtn .ri-arrow-down-s-line {
  position: absolute;
  color: #1677FF;
  right: 10px;
  top: 12px;
}

.loginbtn .texs h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 15px;
  color: #081839;
}

.loginbtn .texs span {
  font-size: 11px;
  font-weight: 600;
  color: #aeb8cb;
}

.loginmenuarea {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 55px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 15px;
  z-index: 99;
}

.loginbtn:hover .loginmenuarea {
  max-height: 100px;
}

.loginmenuarea ul {
  margin-bottom: 0;
  list-style: none;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #1677FF;
}

.loginmenuarea ul li {
  margin: 5px 0;
}

.loginmenuarea ul li a {
  color: #081839;
  font-weight: 500;
  transition: all 0.6s;
}

.loginmenuarea ul li a:hover {
  color: #1677FF;
}

.pagetitle {
  float: left;
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
}

.pagetitle h1 {
  font-weight: 600;
  font-size: 30px;
}

.pagetitle.blogdetay h1 {
  font-weight: 600;
  font-size: 28px;
  color: #1b1b1b;
}

.pagetitle.blogdetay h1 b {
  font-weight: 600;
  font-size: 28px;
  color: #d8211e;
}

.pagetitle.purple h1 {
  color: #363636;
}

.pagetitle.yellow h1 {
  color: #363636;
}

.pagedesc {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 40%);
  margin-bottom: 90px;
  border: 1px solid #1677FF;
  backdrop-filter: blur(10px);
}

.pagedesc .title {
  float: left;
  width: 100%;
  color: #fa1c4f;
  padding: 25px;
  border-bottom: 1px solid #d7e1f4;
}

.pagedesc .title h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.pagedesc .area {
  float: left;
  padding: 25px;
}

.pagedesc .area h5 {
  font-size: 18px;
  font-weight: 600;
}

.pagedesc .area p {
  font-size: 18px;
}

.servicescontent {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mediabutons {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.mediabutons .sectionser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mediabutons .sectionser:last-child {
  margin-bottom: 0;
}

.mediabutons .sectionser a {
  width: 13%;
}

.mediabutons .itembuton {
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.6s;
}

.mediabutons .itembuton i {
  margin-right: 10px;
  font-weight: 400;
}

.mediabutons .itembuton.instagram {
  background-color: rgba(225, 48, 108, 20%);
  color: #e1306c;
}

.mediabutons .itembuton.instagram:hover {
  background-color: rgba(225, 48, 108, 100%);
  color: #fff;
}

.mediabutons .itembuton.twitter {
  background-color: rgba(29, 161, 242, 20%);
  color: #1da1f2;
}

.mediabutons .itembuton.twitter:hover {
  background-color: rgba(29, 161, 242, 100%);
  color: #fff;
}

.mediabutons .itembuton.facebook {
  background-color: rgba(51, 116, 227, 20%);
  color: #3374e3;
}

.mediabutons .itembuton.facebook:hover {
  background-color: rgba(51, 116, 227, 100%);
  color: #fff;
}

.mediabutons .itembuton.youtube {
  background-color: rgba(247, 14, 54, 20%);
  color: #f70e36;
}

.mediabutons .itembuton.youtube:hover {
  background-color: rgba(247, 14, 54, 100%);
  color: #fff;
}

.mediabutons .itembuton.tiktok {
  background: linear-gradient(to right,
      rgba(0, 247, 239, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 54%,
      rgba(255, 0, 80, 0.2) 100%);
  color: #20365d;
}

.mediabutons .itembuton.tiktok:hover {
  background: linear-gradient(to right,
      rgba(0, 247, 239, 1) 0%,
      rgba(0, 0, 0, 1) 54%,
      rgba(255, 0, 80, 1) 100%);
  color: #fff;
}

.mediabutons .itembuton.twitch {
  background-color: rgba(134, 83, 246, 20%);
  color: #8653f6;
}

.mediabutons .itembuton.twitch:hover {
  background-color: rgba(134, 83, 246, 100%);
  color: #fff;
}

.mediabutons .itembuton.spotify {
  background-color: rgba(101, 211, 110, 20%);
  color: #65d36e;
}

.mediabutons .itembuton.spotify:hover {
  background-color: rgba(101, 211, 110, 100%);
  color: #fff;
}

.apititle {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d7e1f4;
  padding: 25px;
}

.apititle .icon {
  float: left;
  width: 60px;
  height: 60px;
  background: rgba(22, 119, 255, 0.12);
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  color: #1677FF;
}

.apititle .icon i {
  font-size: 25px;
}

.apititle .tks {
  float: left;
  width: calc(100% - 60px);
  padding-left: 20px;
  min-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.apititle .tks h3 {
  margin-bottom: 0;
  font-size: 22px;
  color: #1677FF;
}

.apititle .tks p {
  margin-bottom: 0;
}

.apicontent {
  float: left;
  width: 100%;
  padding: 25px;
}

.apicontent h2 {
  color: #717c91;
  font-size: 16px;
  font-weight: 600;
}

.apicontent pre {
  background: #f3f3fb;
  border-radius: 10px;
  padding: 25px;
}

.apicontent .exmalplebtn {
  float: right;
  background: #1677FF;
  color: #fff;
  padding: 15px 35px;
  border-radius: 10px;
  transition: all 0.6s;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.apicontent .exmalplebtn:hover {
  background: #8e8cf3;
}

body:not(.panelbg) .api-public-title {
  clear: both;
  margin-top: 30px;
}

body:not(.panelbg) .api-public-container {
  clear: both;
}

body:not(.panelbg) .api-page-content {
  overflow: hidden;
  border-color: var(--smm-border, #d7e1f4);
  background: var(--smm-card, rgba(255, 255, 255, .9));
  box-shadow: var(--smm-shadow, 0 12px 30px rgba(16, 24, 40, .08));
}

@media (max-width: 767.98px) {
  body:not(.panelbg) .api-public-title {
    margin-top: 16px;
    padding: 20px 12px;
  }

  body:not(.panelbg) .api-page-content .apititle,
  body:not(.panelbg) .api-page-content .apicontent {
    padding: 18px;
  }
}

.blogpop {
  float: left;
  width: 100%;
  margin-top: -60px;
  position: relative;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}

.blogpop .img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.blogpop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogpop .text {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.blogpop .text h5 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.blogpop .text p {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  border-bottom: 1px solid #e6ecf1;
  padding-bottom: 20px;
}

.blogpop .text .date {
  display: flex;
  float: left;
  width: 100%;
}

.blogpop .text .date i {
  margin-right: 10px;
}

.bloglist {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bloglist h2 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.bloglist .col-md-3 {
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  margin-top: calc(var(--bs-gutter-x) * 0.5);
}

.blogitem {
  float: left;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 5px #b4bacb;
}

.blogitem:hover .kapla {
  width: 100%;
  height: 100%;
}

.blogitem:hover .kapla span {
  display: flex;
}

.blogitem .etiket {
  padding: 5px 10px;
  border-radius: 16px;
  background-color: #1677FF;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 10px;
}

.blogitem .kapla {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 80%);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: flex;
  transition: all 0.4s ease;
}

.blogitem .kapla span {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #1677FF;
  color: #fff;
  font-size: 20px;
  display: none;
  align-items: center;
  justify-content: center;
}

.bloglist a {
  color: #1b232f;
}

.blogitem img {
  float: left;
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 14px;
  border-radius: 20px;
}

.blogitem .text {
  float: left;
  width: 100%;
}

.blogitem .text h5 {
  float: left;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  color: #333951;
}

.blogitem .text p {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #333951;
  line-height: 20px;
}

.blogitem .text .altbilgi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  width: 100%;
}

.blogitem .text .date {
  padding: 3px 5px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #e7e9f1;
  color: #b4bacb;
  font-size: 12px;
  font-weight: 600;
}

.blogitem .text .okuma {
  padding: 3px 5px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #e7e9f1;
  color: #b4bacb;
  font-size: 12px;
  font-weight: 600;
}

.blogitem .text i {
  margin-right: 8px;
}

.pagination {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.pagination ul {
  margin: 0 auto;
}

.pagination ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
}

.pagination ul li a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: 600;
  color: #0b1a30;
}

.pagination ul li.active a {
  background: #fa1c4f;
  color: #fff;
  box-shadow: 0px 0px 15px -3px #fa1c4f;
}

.blogdetail {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
  padding-top: 0;
}

.blogdetail .sidebar .blogitem {
  margin-bottom: 20px;
}

.blogdetail .sidebar a {
  color: #1b232f;
}

.blogtext {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.blogtext .img {
  float: left;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.blogtext .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogdetail .subtext {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.blogdetail .subtext h3 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}

.blogdesctext {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.blogdesctext p {
  line-height: 28px;
  font-size: 17px;
}

.blogdesctext h4 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 5px;
  float: left;
  width: 100%;
}

.blogdetail .date {
  display: flex;
  float: left;
}

.blogdetail .date i {
  margin-right: 10px;
}

.blogdetailhead {
  float: left;
  width: 100%;
  background: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-bottom: 20px;
}

.blogdetailhead .tpblgdet {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 25px;
}

.blogdetailhead .tpblgdet .blogbaslik {
  font-size: 28px;
  font-weight: 600;
  color: #333951;
  margin: 20px 0;
}

.blogdetailcontent h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333951;
}

.blogdetailcontent p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #6a7082;
}

.tpblgdet .right {
  color: #767e84;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpblgdet .right .yaziayar {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}

.tpblgdet .right .userprofil {
  display: flex;
  align-items: center;
}

.tpblgdet .right .userprofil span {
  height: 60px;
  width: 60px;
  border: 1px solid #1677FF;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
}

.tpblgdet .right .userprofil span img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.tpblgdet .right .userprofil h1 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2333;
  margin-bottom: 0;
}

.tpblgdet .right .userprofil h6 {
  font-size: 14px;
  font-weight: 400;
  color: #1677FF;
  margin-bottom: 0;
}

.tpblgdet .right .fontsize {
  margin-left: 10px;
  padding-left: 10px;
}

.tpblgdet .right .date {
  margin-right: 25px;
  font-size: 14px;
}

.tpblgdet .right .okumatime {
  margin-right: 15px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #767e84;
}

.tpblgdet .right .date i {
  float: left;
  margin-right: 5px;
}

.tpblgdet .right .view i {
  float: left;
  margin-right: 5px;
}

.tpblgdet .right .view {
  margin-right: 25px;
  font-size: 14px;
}

.tpblgdet .fontsize button {
  line-height: auto;
  padding: 0;
  margin: 0;
  margin-top: -7px;
  margin-left: 15px;
}

.tpblgdet .fontsize button:focus {
  box-shadow: none;
}

.blogdetailcontent {
  float: left;
  width: 100%;
  padding: 0px 30px;
  background: #fff;
  padding-bottom: 20px;
}

.blogimgcover {
  float: left;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blogimgcover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogdetailfoot {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 22px 30px;
  border-top: 1px solid #9c9eaf52;
}

.blogdetailfoot .tag {
  float: left;
  max-width: 60%;
}

.blogdetailfoot ul {
  margin-bottom: 0;
}

.blogdetailfoot ul li {
  float: left;
  min-height: 46px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 15px;
}

.blogdetailfoot ul li a {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.6s;
}

.blogdetailfoot ul li a:hover {
  color: #1677FF;
}

.blogdetaybasitem {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blogdetaybasitem .image {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.blogdetaybasitem .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogdetaybasitem .text .head {
  display: flex;
  align-items: center;
}

.blogdetaybasitem .text .head span {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-right: 15px;
}

.blogdetaybasitem .text .head span img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.blogdetaybasitem .text .head h6 {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 0;
}

.blogdetaybasitem .text .head b {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  margin: 0 15px;
}

.blogdetaybasitem .text h1 {
  font-size: 38px;
  font-weight: 400;
  color: #1b1b1b;
  margin: 25px 0;
}

.blogdetaybasitem .text p {
  font-size: 18px;
  font-weight: 400;
  color: #1b1b1b;
}

.modal-dialog {
  max-width: 750px;
  border-radius: 10px;
  border: 0;
}

.modal-content {
  border-radius: 10px;
  border: 0;
  position: relative;
}

#detayModal .modal-body {
  padding: 0;
}

#detayModal .btn-close {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #fff;
  color: #a9bcc9;
  right: -15px;
  opacity: 1;
  border: 1px solid #a9bcc9;
  border-radius: 50%;
  font-size: 29px;
  padding: 0;
  top: -15px;
  z-index: 2;
}

.modalhead {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #d7e1f4;
}

.modalhead .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #e1306c;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: normal;
}

.modalhead .icon i {
  font-size: 22px;
}

.modalhead .text {
  float: left;
  width: calc(100% - 50px);
}

.servicesmodal .modal-alt {
  padding: 20px;
  float: left;
  width: 100%;
}

.servicesmodal h2 {
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
}

.description {
  border: 2px solid #edf0f5;
  border-radius: 10px;
  background-color: rgba(237, 240, 245, 20%);
  padding: 10px;
  margin-top: 20px;
}

.description ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 0;
  margin-top: 0;
}

.description ul li {
  font-size: 16px;
  font-weight: 400;
  color: #313140;
}

.description ul li::marker {
  background-color: #1677FF !important;
  color: #1677FF !important;
}

.neworderitem .description {
  float: left;
  margin-top: 0;
  width: 100%;
}

.modalhead .text span {
  color: #1f2333;
  font-size: 21px;
  font-weight: 600;
  padding: 0 5px;
  border-right: 1px solid #1f2333;
}

.modalhead .text span:last-child {
  border-right: none;
}

.datadetail {
  float: left;
  width: 100%;
  padding: 20px;
}

.panelheader {
  width: 100%;
  background: #f5f8fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.082);
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
}

.panelheader .burger {
  float: left;
  background: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  transition: all 0.6s;
  margin-top: 15px;
  margin-left: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panelheader .saifa {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #1677FF;
  height: 50px;
  text-align: center;
  margin-top: 15px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panelheader .burger:hover {
  background: #a9bcc98e;
}

.panelheader .burger i {
  font-size: 25px;
}

.panellogo {
  width: 100%;
  height: 80px;
  padding: 20px 30px;
  display: flex;
}

.panellogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.panelaccount {
  float: right;
  border-left: 1px solid #dfe8ee;
  border-right: 1px solid #dfe8ee;
  padding: 0px 25px;
  min-height: 80px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding-right: 90px;
}

.panelaccount .usericon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.panelaccount .usericon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panelrighrt {
  float: right;
  padding-right: 50px;
}

.panelaccount .username {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
  min-height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.panelaccount .username h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1f;
  margin-bottom: 0;
}

.panelaccount .username span {
  color: #6a7291;
  font-size: 14px;
  font-weight: 500;
}

.panelaccount .hxs {
  float: left;
  width: 100%;
}

.panelheader .bakiyeekle {
  float: right;
  background: #13cea4;
  color: #fff;
  display: flex;
  padding: 13px 15px;
  border-radius: 10px;
  margin-right: 25px;
  margin-top: 12px;
  font-weight: 600;
  transition: all 0.6s;
}

.panelheader .bakiyeekle i {
  margin-right: 10px;
}

.panelheader .bakiyeekle:hover {
  background: #0cb44a;
}

.panelaccount .arrowicon {
  position: absolute;
  background: #a9bcc941;
  width: 40px;
  color: #a9bcc9;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  right: 15px;
  top: 19px;
}

.panelaccount .arrowicon i {
  font-size: 20px;
}

.panelaccount:hover .panelaccountarea {
  max-height: 500px;
}

.panelaccountarea {
  position: absolute;
  top: 95px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.082);
  width: calc(100% - 20px);
  left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s;
}

.panelaccountarea .hs {
  float: left;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #dfe8ee;
}

.panelaccountarea .username span.bakiye {
  color: #2cd09c;
  font-weight: 600;
}

.panelaccountarea ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 14px 25px;
  margin-bottom: 0;
}

.panelaccountarea ul li {
  float: left;
  width: 100%;
  margin: 6px 0;
}

.panelaccountarea ul li a {
  color: #696e8b;
  font-weight: normal;
  display: flex;
  transition: all 0.6s;
}

.panelaccountarea ul li i {
  margin-right: 13px;
  font-size: 18px;
  margin-top: -1px;
}

.panelaccountarea ul li a:hover {
  color: #23263b;
  font-weight: 500;
}

.panelcontent {
  float: left;
  width: 100%;
}

.burgermenu {
  float: left;
  height: auto;
  background: #fff;
  min-height: 100vh;
  max-width: 300px;
  position: fixed;
  z-index: 4;
}

.burgermenu ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
  list-style: none;
  background: #ffffff;
  min-height: calc(100vh - 80px);
}

.burgermenu ul li {
  border-bottom: 1px solid #a9bcc92f;
  z-index: 2;
  position: relative;
  display: grid;
}

.burgermenu ul li i {
  float: left;
  width: 80px;
  text-align: center;
  background: #ffffff;
  padding: 16px 0;
  color: #0818398a;
  font-size: 22px;
}

.burgermenu ul li span {
  float: left;
  color: #50616d;
  font-weight: 500;
  background: #fff;
  z-index: 2;
  display: inline-block;
  width: 0;
  overflow-x: hidden;
  transition: 0.3s ease-in;
}

.panelcontent.active .burgermenu ul li .smediam {
  width: 100%;
  min-width: 270px;
  padding: 0px 20px;
}

.panelcontent.active .burgermenu ul li span {
  width: calc(100% - 80px);
  min-width: 150px;
}

.panelcontent .burgermenu ul li .smediam {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 0;
  overflow: hidden;
  padding: 10px;
}

.panelcontent .burgermenu ul li .smediam i {
  font-size: 20px;
}

.panelcontent.active .burgermenu ul li .media {
  height: 50px;
  width: 50px;
}

.panelcontent .burgermenu ul li .media {
  height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

.panelcontent .burgermenu ul li .media.whatsapp i {
  color: rgba(19, 206, 164, 100%);
  background-color: rgba(19, 206, 164, 10%);
}

.panelcontent .burgermenu ul li .media.skype i {
  color: rgba(0, 157, 255, 100%);
  background-color: rgba(0, 157, 255, 10%);
}

.panelcontent .burgermenu ul li .media.telegram i {
  color: rgba(0, 137, 198, 100%);
  background-color: rgba(0, 137, 198, 10%);
}

.panelcontent.active .logoburger {
  width: 100%;
  min-width: 270px;
}

.panelcontent.active .burger {
  margin-left: 20px;
}

.logoburger {
  height: 80px;
  width: 70px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.panelcontent.active .logoburger img {
  width: 40%;
}

.logoburger img {
  height: 50px;
  width: 220px;
  object-fit: contain;
}

.logoburger .sektor {
  font-size: 18px;
  font-weight: 400;
  color: #989ba8;
  padding-left: 15px;
  border-left: 1px solid rgba(58, 60, 65, 10%);
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.logoburger .sektor b {
  color: #1677FF;
  font-weight: 700;
  margin-left: 7px;
}

.burgermenu ul li span .pd {
  padding: 20.7px 25px;
  min-width: 220px;
}

.panelcontent.active .burgermenu ul li span .pd {
  width: calc(100% - 80px);
  padding: 20.7px 25px;
  min-width: 220px;
}

.burgermenu ul li.active span {
  color: #1677FF;
}

.burgermenu ul li.active i {
  color: #1677FF;
}

.burgermenu ul li.active i::after {
  content: "";
  position: absolute;
  background: rgba(22, 119, 255, 0.12);
  left: 0;
  top: 0;
  right: 10%;
  bottom: 0;
  border-radius: 0 100px 100px 0;
}

.burgermenu .count {
  float: right;
  border-radius: 20px;
  background: #1677FF;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  width: 26px;
  height: 20px;
  text-align: center;
  margin-top: 3px;
}

.burgermenu ul li:nth-last-child(1) {
  position: relative;
  border-top: 1px solid #a9bcc959;
  bottom: -50px;
}

.burgermenu ul li:nth-last-child(2) {
  position: relative;
  bottom: -50px;
  border-bottom: none;
  height: auto;
}

.burgermenu ul::after {
  content: "";
  background: #fff;
  float: right;
  width: calc(100% - 80px);
  min-height: calc(100vh - 80px);
  top: 0;
  position: absolute;
  left: 80px;
  z-index: 1;
}

.panelcontent.active .panelarea {
  width: calc(100% - 280px);
}

.panelcontent.active .panelheader {
  width: calc(100% - 280px);
  margin-left: 300px;
}

.panelarea {
  float: right;
  width: calc(100% - 80px);
  padding: 0 50px 30px 50px;
}

.panelarea .pagedesc {
  margin-top: 100px;
}

.panelarea .serivscontent {
  margin-top: 0;
}

.panelssarea .accordion {
  float: left;
  width: 100%;
}

.panelssarea .accordion-item {
  margin-bottom: 15px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
}

.panelssarea .accordion-flush .accordion-item .accordion-button {
  font-size: 17px;
  font-weight: 500;
  padding: 22px 24px;
}

.panelssarea .accordion-button::after {
  content: "+";
  color: #1677FF;
  font-size: 27px;
  background: transparent;
  text-align: center;
  margin-top: -11px;
}

.panelssarea .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
}

.panelssarea .accordion-button:not(.collapsed) {
  background: #ff832b3a;
  color: #1677FF;
  box-shadow: none;
}

.pgstitle {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
}

.pgstitle .icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #1677FF;
  text-align: center;
  line-height: 60px;
}

.pgstitle .icon i {
  color: #fff;
  font-size: 23px;
  font-weight: normal;
}

.pgstitle .pgstext {
  float: left;
  width: calc(100% - 60px);
  padding-left: 15px;
  min-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.pgstitle .pgstext h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #1677FF;
}

.pgstitle .pgstext p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.destekhead {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.destekhead a {
  color: #fff;
  background: #1677FF;
  float: left;
  padding: 14px 25px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  transition: all 0.6s;
}

.destekhead a i {
  font-weight: normal;
  margin-right: 10px;
}

.destekhead a:hover {
  background: #ff6a00;
}

.desteklerlist {
  float: left;
  width: 100%;
}

.desteklerlist .item {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
}

.desteklerlist .item span {
  width: 100%;
  float: left;
  color: #8da0b1;
  font-weight: normal;
}

.desteklerlist .item b {
  color: #0a0d2a;
  font-size: 17px;
  font-weight: 600;
}

.desteklerlist .item .btnlist {
  float: right;
  display: flex;
}

.desteklerlist .item .btnlist a {
  float: right;
  color: #fff;
  background: #1677FF;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 50px;
  transition: all 0.6s;
}

.desteklerlist .item .btnlist a:hover {
  background: #ff6a00;
}

.desteklerlist .item .btnlist .status {
  float: right;
  color: #fff;
  background: #ff832b3a;
  color: #ff6720;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 50px;
  margin-right: 15px;
  min-width: 190px;
  text-align: center;
}

.desteklerlist .item .btnlist .status.closed {
  background: #d0d8e8;
  color: #0a0d2a;
}

.desteklerlist .item .btnlist .status.reply {
  background: #00e07721;
  color: #00e076;
}

.desteklerlist .col-md-1 {
  border-right: 1px solid #efefef;
  padding-left: 30px;
}

.dashboardbox .title {
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(174, 184, 203, 30%);
  justify-content: space-between;
  align-items: center;
}

.dashboardbox .title .geridon {
  padding: 15px;
  border-right: 1px solid rgba(174, 184, 203, 30%);
}

.dashboardbox .title .geridon a {
  font-size: 20px;
  font-weight: 500;
  color: #353c44;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.dashboardbox .title .geridon a h6 {
  font-size: 12px;
  font-weight: 600;
  color: #353c44;
  margin-bottom: 0;
}

.dashboardbox .title .buttongrup,
.dashboardbox .title .konu {
  display: flex;
  align-items: center;
}

.dashboardbox .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  font-size: 24px;
}

.dashboardbox .title .konu span {
  font-size: 18px;
  font-weight: 600;
  color: #353c44;
  margin-bottom: 0;
}

.dashboardbox .title .konu p {
  font-size: 14px;
  font-weight: 400;
  color: #353c44;
  margin-bottom: 0;
}

.dashboardbox .title .buttongrup .close {
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: rgba(250, 38, 38, 20%);
  font-size: 16px;
  font-weight: 600;
  color: #fa2626;
  margin-right: 10px;
  min-width: 152px;
}

.dashboardbox .title .buttongrup .close:hover {
  background-color: rgba(250, 38, 38, 50%);
}

.dashboardbox .title .buttongrup .durum {
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: rgba(49, 224, 114, 20%);
  font-size: 16px;
  font-weight: 600;
  color: #31e072;
  margin-right: 15px;
}

.dashboardbox .title .buttongrup .durum i {
  margin-left: 20px;
}

.dashboardbox {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
}

.dashboardbox .bsbttitle {
  float: left;
  width: 100%;
  padding: 15px 25px;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  font-weight: 600;
}

.dashboardbox .alan {
  float: left;
  width: 100%;
  padding: 25px;
}

.destektalebikonusma {
  float: left;
  width: 100%;
}

.destektalebikonusma .scrool {
  float: left;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0px 55px;
}

.destektalebikonusma .scrool::-webkit-scrollbar-track {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.destektalebikonusma .scrool::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
  background-color: #e6e4ef;
}

.destektalebikonusma .scrool::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #1677FF;
  height: 5px;
}

.customeritem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.customeritem .text {
  float: right;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #c8d7e0;
  max-width: 540px;
  text-align: right;
  border-bottom-right-radius: 0;
}

.customeritem .text p {
  margin-bottom: 0;
  color: #617583;
  font-weight: normal;
  font-size: 17px;
}

.customeritem .user {
  float: right;
  width: 100%;
  margin-top: 10px;
}

.customeritem .userimg {
  float: right;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.customeritem .userimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customeritem .userinfo {
  float: right;
  margin-right: 15px;
}

.customeritem .userinfo span {
  float: right;
  font-size: 14px;
  color: #fa1c4f;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.customeritem .userinfo .date {
  float: right;
  font-size: 14px;
  color: #6175839f;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 15px;
}

.officialitem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.officialitem .text {
  float: left;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  padding: 15px;
  background: #f0f4f7;
  max-width: 540px;
  text-align: right;
}

.officialitem .text p {
  margin-bottom: 0;
  color: #617583;
  font-weight: normal;
  text-align: left;
  font-size: 17px;
}

.officialitem .user {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.officialitem .userimg {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.officialitem .userimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.officialitem .userinfo {
  float: left;
  margin-left: 15px;
}

.officialitem .userinfo span {
  float: left;
  font-size: 14px;
  color: #1677FF;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.officialitem .userinfo .date {
  float: right;
  font-size: 14px;
  color: #6175839f;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 15px;
}

.replysupport {
  float: left;
  width: 100%;
  padding: 15px 55px;
  background: #fff;
}

.replysupport input {
  float: left;
  width: calc(100% - 70px);
  border-radius: 8px;
  border: 1px solid #d0d8e8;
  padding: 17px 20px;
}

.replysupport input::placeholder {
  color: #d0d8e8;
}

.replysupport button {
  float: right;
  width: 60px;
  height: 60px;
  background: #31e072;
  border-radius: 8px;
  text-align: center;
  border: 0;
  color: #fff;
  font-size: 23px;
  line-height: 60px;
  transition: all 0.6s;
}

.replysupport button:hover {
  background: #2f9454;
}

.duyurulist {
  float: left;
  width: 100%;
}

.duyurulist h2 {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #0a0d2a;
  margin-bottom: 30px;
}

.duyurulist .item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
  padding: 25px;
}

.duyurulist .item .icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #e1306c;
}

.duyurulist .item .icon i {
  font-size: 20px;
}

.duyurulist .item .tksite {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
  min-height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.duyurulist .item .tksite h5 {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #0a0d2a;
}

.duyurulist .item .tksite span {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #0a0d2a;
}

.duyurulist .item.instagram {
  border-left: 10px solid #e1306c;
}

.duyurulist .item.twitter {
  border-left: 10px solid #1da1f2;
}

.duyurulist .item.tiktok {
  border-left: 10px solid #0f131d;
}

.duyurulist .item.facebook {
  border-left: 10px solid #056be8;
}

.duyurulist .item.twitter .icon {
  background: #1da1f2;
}

.duyurulist .item.tiktok .icon {
  background: #0f131d;
}

.duyurulist .item.facebook .icon {
  background: #056be8;
}

.duyurulist .paginations {
  float: left;
  width: 100%;
  padding-right: 20px;
  margin-top: 15px;
}

.duyurulist .paginations ul {
  float: right;
  list-style: none;
}

.duyurulist .paginations ul li {
  float: left;
  margin-left: 10px;
}

.duyurulist .paginations ul li a {
  background: #c8d7e028;
  border: 1px solid #c8d7e0;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
  color: #a9bcc9;
  font-size: 15px;
  font-weight: 600;
}

.duyurulist .paginations ul li.active a {
  background: #1677FF;
  border-color: #1677FF;
  color: #fff;
}

.catitem {
  float: left;
  margin-right: 13px;
}

.catitem label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.catitem label input {
  position: absolute;
  left: -9999px;
}

.catitem label input:checked+span:before {
  box-shadow: inset 0 0 0 0.4375em #1677FF;
}

.catitem label span {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  transition: 0.25s ease;
  border: 1px solid #d0d8e8;
}

.catitem label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #717c91;
}

.newsupportticket {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
  padding: 25px;
}

.newsupportticket h6 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #1d1b3a;
  font-weight: 700;
}

.newsupportticket .listem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.newsupportticket .listem input {
  float: left;
  width: 100%;
  border: 1px solid #d0d8e8;
  padding: 17px;
  border-radius: 5px;
}

.newsupportticket .listem input::placeholder {
  color: #1d1b3a77;
}

.newsupportticket .listem textarea {
  float: left;
  width: 100%;
  border: 1px solid #d0d8e8;
  padding: 17px;
  border-radius: 5px;
  height: 230px;
}

.newsupportticket .listem textarea::placeholder {
  color: #1d1b3a77;
}

.netticbtn {
  float: right;
  margin-top: 10px;
  background: #1677FF;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.6s ease;
}

.netticbtn:hover {
  background: #bd5308;
}

.image-upload {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.image-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.upload-field {
  display: block;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.upload-field .file-thumbnail {
  cursor: pointer;
  border: 1px solid #d0d8e8;
  border-radius: 11px;
  text-align: center;
  padding: 35px 20px;
}

.upload-field .file-thumbnail img {
  width: 50px;
  margin-bottom: 20px;
}

.upload-field .file-thumbnail h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}

.upload-field .file-thumbnail p {
  font-size: 18px;
  color: #1d1b3a65;
  margin-bottom: 0;
}

.profilcontent {
  float: left;
  width: 100%;
}

.profilsidebar {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
}

.profilsidebar .hsthed {
  float: left;
  width: 100%;
  padding: 25px 20px;
  border-bottom: 1px solid #ebebeb;
}

.profilsidebar .hsthed .prophoto {
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
}

.profilsidebar .hsthed .prophoto img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.profilsidebar .hsthed .prophoto button {
  position: absolute;
  background: #1677FF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  bottom: -15px;
  border: 0;
  left: calc(50% - 15px);
}

.profilsidebar .hsthed .profilname {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
  min-height: 80px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.profilsidebar .hsthed .profilname h3 {
  color: #171b1e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}

.profilsidebar .hsthed .profilname h3::after {
  content: "";
  background: url(../img/icon/onayli.png);
  width: 13px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
}

.profilsidebar .hsthed .profilname span {
  color: #a9bcc9;
}

.sidemenu {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.sidemenu .nav-link {
  text-align: left;
  padding: 10px 40px;
  color: #313140;
  font-weight: normal;
  font-size: 17px;
  border-left: 5px solid #fff;
}

.sidemenu .nav-link.active {
  background: #fff;
  color: #1677FF;
  font-weight: 600;
  border-left: 5px solid #1677FF;
}

.profilebox {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
}

.profilebox .title {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #171b1e;
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.profilebox .arcon {
  float: left;
  width: 100%;
  padding: 20px;
}

.profilebox .inptsitem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}

.inptsitem label {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  color: #a9bcc9;
}

.inptsitem input {
  float: left;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d0d8e8;
  border-radius: 10px;
}

.inptsitem select {
  float: left;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d0d8e8;
  border-radius: 10px;
  position: relative;
}

.inptsitem .select {
  float: left;
  width: 100%;
  position: relative;
}

.inptsitem .select::after {
  content: "";
  background: url(../img/icon/selectarrowicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 25px;
}

.inptsitem input:disabled {
  background: #bdc0c763;
}

.inptsitem select:focus {
  box-shadow: none;
}

.inptsitem button {
  float: left;
  width: 100%;
  border: 0;
  text-align: center;
  color: #fff;
  background: #1677FF;
  border-radius: 10px;
  font-weight: 600;
  padding: 15px;
  margin-top: 24px;
  transition: all 0.6s;
}

.inptsitem button:hover {
  background: #7978dd;
}

.apiokey {
  float: left;
  width: 100%;
  color: #1677FF;
  background: rgba(22, 119, 255, 0.12);
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 600;
  position: relative;
}

.copybtn {
  float: right;
  color: #fff;
  background: #1677FF;
  border: 0;
  padding: 13px 20px;
  border-radius: 10px;
  transition: all 0.6s;
  position: relative;
}

.copybtn i {
  font-size: 20px;
}

.copybtn:hover {
  background: #1677FF;
  color: #fff;
}

input.apicodeinput {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.istatisticbar {
  float: left;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
  background: #fff;
  margin-bottom: 30px;
}

.istatisticbar .item {
  float: left;
  width: 100%;
  padding: 15px;
  position: relative;
}

.istatisticbar .item .icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #1677FF;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

.istatisticbar .item .icon i {
  font-size: 25px;
}

.istatisticbar .item .text {
  float: left;
  width: calc(100% - 60px);
  padding-left: 18px;
  min-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.istatisticbar .item .text h6 {
  margin-bottom: 0;
  color: #081839;
  font-size: 20px;
  font-weight: 600;
}

.istatisticbar .item .text span {
  font-size: 14px;
  font-weight: 500;
  color: #a9bcc9;
}

.istatisticbar .row .col-md-4:nth-child(2) .icon {
  color: #31e072;
  background: #31e0712c;
}

.istatisticbar .row .col-md-4:nth-child(2) h6 {
  color: #31e072;
}

.istatisticbar .row .col-md-4:nth-child(3) .icon {
  color: #007efc;
  background: #007efc31;
}

.istatisticbar .row .col-md-4:nth-child(3) h6 {
  color: #007efc;
}

.istatisticbar .row .col-md-4.ks .icon {
  color: #fa1c4f;
  background: #fa1c502c;
}

.istatisticbar .row .col-md-4.ks h6 {
  color: #fa1c4f;
}

.istatisticbar a {
  background: #a9bcc946;
  border-radius: 20px;
  color: #717c91;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  right: 30px;
  top: 25px;
  padding: 10px 15px;
  transition: all 0.6s;
}

.istatisticbar a:hover {
  background: #a9bcc9;
  color: #fff;
}

.istatisticbar a i {
  margin-left: 7px;
}

.newordersalan {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
  overflow: hidden;
  border-radius: 10px;
}

.newordersalan .title {
  float: left;
  width: 100%;
  background: #1677FF;
  color: #fff;
  padding: 18px 20px;
}

.newordersalan .title h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  float: left;
}

.newordersalan .title span {
  float: right;
}

.neworderitem {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.neworderitem label {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 5px;
}

.neworderitem .select {
  position: relative;
  float: left;
  width: 100%;
}

.neworderitem .select::after {
  content: "";
  background: url(../img/icon/selectarrowicon.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 24px;
}

.neworderitem select {
  float: left;
  width: 100%;
  border: 1px solid #edf0f5;
  padding: 15px;
  border-radius: 10px;
  padding-left: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
}

.neworderitem .icon {
  background: #e1306c;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 10px;
}

.neworderitem input {
  float: left;
  width: 100%;
  border: 1px solid #bdc0c7;
  padding: 15px;
  border-radius: 10px;
}

.neworderitem input:disabled {
  background: transparent;
}

.neworderitem .outputex {
  float: left;
  width: 100%;
  margin-top: 7px;
}

.neworderitem .outputex span {
  font-size: 14px;
  font-weight: 600;
  color: #313140;
  border-left: 3px solid #1677FF;
  padding-left: 5px;
  margin-right: 15px;
}

.profilebox .inptsitem .select {
  position: relative;
  float: left;
  width: 100%;
}

.profilebox .inptsitem .select::after {
  content: "";
  background: url(../img/icon/selectarrowicon.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 24px;
}

.profilebox .inptsitem select {
  float: left;
  width: 100%;
  border: 1px solid #edf0f5;
  padding: 15px;
  border-radius: 10px;
  padding-left: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  position: relative;
  z-index: 0;
}

.profilebox .inptsitem .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.profilebox .inptsitem .icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 100%;
}

.neworderitem .priceout {
  float: left;
  width: 100%;
  border: 1px solid #bdc0c7;
  padding: 15px;
  border-radius: 10px;
}

.neworderitem .priceout .icon {
  float: left;
  width: 34px;
  height: 34px;
  background: #31e0713f;
  position: relative;
  top: auto;
  left: auto;
  color: #31e072;
}

.neworderitem .priceout span {
  float: left;
  width: calc(100% - 34px);
  padding-left: 15px;
  min-height: 34px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #31e072;
  font-size: 18px;
  font-weight: 600;
}

.newordersalan .btnlist {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.newordersalan .btnlist .neworderbtn {
  float: left;
  width: calc(50% - 10px);
  border-radius: 10px;
  background: #1677FF;
  border: 0;
  padding: 18px 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.6s;
}

.newordersalan .btnlist .neworderbtn:hover {
  background: #0958D9;
}

.newordersalan .btnlist .walletbtn {
  float: left;
  width: calc(50% - 10px);
  border-radius: 10px;
  background: #31e072;
  border: 0;
  padding: 18px 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.6s;
}

.newordersalan .btnlist .walletbtn:hover {
  background: #15ac4c;
}

.newordersdetail {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.newordersdetail .title {
  float: left;
  width: 100%;
  background: #fa1c4f;
  color: #fff;
  padding: 18px 20px;
}

.newordersdetail .title h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  float: left;
}

.newordersdetail .title span {
  float: right;
}

.newordersdetail .subtitle {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d0d8e8;
  padding: 15px 20px;
  color: #25273a;
  font-weight: 600;
}

.siparistable {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.siparistable .thad {
  float: left;
  width: 100%;
  background: #dfe8ee;
  padding: 15px;
}

.siparistable .thad span {
  color: #8598a5;
  font-size: 14px;
  font-weight: 600;
}

.siparistable .tbody {
  float: left;
  width: 100%;
}

.siparistable .tbody .item:nth-child(2n){
  background: #fff;
}

.siparistable .item {
  float: left;
  width: 100%;
  padding: 16px 15px;
  border-bottom: 1px solid #dfe8ee;
}

.siparistable .item .row>div {
  display: flex;
  align-items: center;
}

.siparistable .item .id {
  border-radius: 10px;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  float: left;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
}

.siparistable .item span {
  font-size: 14px;
  color: #363643;
  font-weight: 500;
}

.siparistable .idspan {
  float: left;
  width: 80px;
}

.siparistable .item .date {
  margin-left: 20px;
}

.siparistable .item .price {
  color: #13cea4;
  font-weight: 600;
  font-size: 14px;
}

.siparistable .item .status {
  float: left;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.siparistable .item .refill {
  float: left;
  background: #01c3b3;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 10px;
  text-align: center;
  border: none;
  height: 40px;
}

.siparistable .item .details {
  float: left;
  background: #1677FF;
  color: #fff;
  border-radius: 10px;
  border: none;
  height: 40px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
}

.siparistable .item .details i {
  margin-right: 4px;
}

.siparistable .item i.ri-information-line {
  margin-right: 0;
}

.siparistable .item .refill i {
  margin-right: 5px;
  float: left;
}

.siparistable .report {
  float: left;
  color: #fa1c4f;
  background: #fa1c504b;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  border: 0;
  margin-left: 8px;
}

.siparistable .item .status.succes {
  background: #01c3b3;
}

.siparistable .item .status.cancel {
  background: #dd0000;
}

.siparistable .item .status.pending {
  background: #f7931a;
}

.siparistable .item .status.waiting {
  background: #005fe2;
}

.siparistable .item .status.partial {
  background: #1677FF;
}

.siparistable .item .status.inprogress {
  background: #717988;
}

.siparistable .item .status.processing {
  background: #000000;
}

.siparistable .paginations {
  float: left;
  width: 100%;
  padding-right: 20px;
  margin-top: 15px;
}

.siparistable .paginations ul {
  float: right;
  list-style: none;
}

.siparistable .paginations ul li {
  float: left;
  margin-left: 10px;
}

.siparistable .paginations ul li a {
  background: #c8d7e028;
  border: 1px solid #c8d7e0;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
  color: #a9bcc9;
  font-size: 15px;
  font-weight: 600;
}

.siparistable .paginations ul li.active a {
  background: #1677FF;
  border-color: #1677FF;
  color: #fff;
}

.siparislerarea {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.siparistable .copylink {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1677FF;
  width: auto;
  background: transparent;
}

.siparistable .hiddendeger {
  display: flex;
  align-items: center;
  position: relative;
}

.siparistable .hiddendeger .buttongibi {
  border: none;
  background-color: transparent;
  padding: 0;
}

.siparistable .hiddendeger .buttongibi i {
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  margin-right: 0;
  border-radius: 8px;
  padding: 3px 4px;
}

.copymessage,
.siparistable .hiddendeger #message {
  position: absolute;
  top: -35px;
  right: 1px;
  height: 21px;
  width: auto;
  border-radius: 10px;
  background-color: #13cea4;
  padding: 21px 20px;
  align-items: center;
  color: #fff;
}

.orderfilter {
  float: left;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
  background: #fff;
  padding: 20px;
}

.orderfilter label {
  border-radius: 28px;
  border: 1px solid #c8d7e0;
  background-color: #fff;
  color: #717988;
  padding: 10px 20px;
  display: flex;
}

.orderfilter label input {
  border: none;
  width: 0px;
}

.orderfilter label button {
  border: none;
  background-color: transparent;
  color: #9395a4;
}

.orderfilter label:focus input,
.orderfilter label:hover input {
  width: calc(100% - 20px);
}

.orderfilter ul {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  border-radius: 20px;
  padding: 5px;
}

.orderfilter ul li {
  float: left;
  margin-right: 10px;
}

.orderfilter ul li button {
  float: left;
  color: #a9bcc9;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background: transparent;
  text-align: center;
  padding: 8px 15px;
}

.orderfilter ul li button.active {
  background: #1677FF;
  border-radius: 10px;
  color: #fff;
}

.orderfilter .servissearch {
  width: auto;
  float: right;
}

.mobilmenbtn {
  float: left;
  margin-right: 20px;
  margin-top: 2px;
  display: none;
}

.mobilmenbtn i {
  color: #1677FF;
  font-size: 30px;
  float: left;
}

.mobilmenbtn span {
  color: #313140;
  font-size: 13px;
  font-weight: 500;
  float: left;
  margin-top: 14px;
  margin-left: 5px;
}

.offcanvas-start {
  width: 75%;
}

.offcanvaslogo {
  float: left;
  height: 50px;
}

.offcanvaslogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 70%;
}

.offcanvasarea {
  float: left;
  width: 100%;
}

.offcanvasarea ul {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding: 5px;
}

.offcanvasarea ul li {
  list-style: none;
  margin-bottom: 15px;
}

.offcanvasarea ul li a {
  color: #313140;
  font-weight: 500;
}

.offcanvasarea .tophead {
  display: block;
}

.offcanvasarea .tophead ul li {
  border: 0;
  padding: 10px 0;
}

.offcanvasarea .tophead ul {
  padding: 0;
  margin-top: 20px;
}

.mediabutons .titlepanel {
  display: flex;
  align-items: center;
  padding: 0 15px 15px 0;
  border-bottom: 1px solid #eff1f5;
  margin-bottom: 15px;
}

.mediabutons .titlepanel span {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
}

.mediabutons .titlepanel .text {
  margin-left: 15px;
}

.mediabutons .titlepanel .text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #1677FF;
  margin-bottom: 0;
}

.mediabutons .titlepanel .text p {
  font-size: 16px;
  font-weight: 400;
  color: #353c44;
  margin-bottom: 0;
}

.newordersip {
  margin-top: 15px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
}

.newordersip .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #edf0f5;
}

.newordersip .title h1 {
  font-size: 16px;
  font-weight: 400;
  color: #363643;
  margin-bottom: 0;
}

.newordersip .title span {
  border-right: 1px solid #edf0f5;
  font-size: 18px;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 15px;
}

.newordersip .title .link.nav a {
  border-right: 1px solid #edf0f5;
  font-size: 18px;
  font-weight: 600;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.newordersip .title .link.nav a i {
  font-weight: normal;
}

.newordersip .title .link.nav a:last-child {
  border-right: none;
}

.newordersip .title .link.nav a:first-child {
  padding-left: 0;
}

.newordersip .title .link.nav a:first-child::after {
  left: 0;
}

.newordersip .title .link.nav a::after {
  left: 10px;
  right: 10px;
  top: -15px;
}

.newordersip .title a {
  color: rgba(147, 149, 164, 50%);
  position: relative;
}

.newordersip .title a.active {
  color: #1677FF;
}

.newordersip .title a.active::after {
  content: "";
  height: 9px;
  border-radius: 0 0 9px 9px;
  background-color: #1677FF;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}

.newordersip .title .link span:last-child {
  border-right: none;
}

.newordersip .title i {
  margin-right: 5px;
}

.newordersip .bodyneworder {
  padding: 15px;
}

.newordersip .bodyneworder .servicdetaybox {
  border-radius: 10px;
  padding: 10px;
  background-color: #edf0f5;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
}

.newordersip .bodyneworder .servicdetaybox::after {
  content: "";
  border-color: transparent transparent #edf0f5 transparent;
  border-style: solid;
  border-width: 10px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -20px;
  left: 15px;
}

.newordersip .bodyneworder .servicdetaybox .scrol {
  border-radius: 10px;
  width: 100%;
  height: 150px;
  overflow: auto;
  color: #364e65;
}

.newordersip .bodyneworder .servicdetaybox .scrol::-webkit-scrollbar-track {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.newordersip .bodyneworder .servicdetaybox .scrol::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
  background-color: #fff;
}

.newordersip .bodyneworder .servicdetaybox .scrol::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #b6c4da;
  height: 5px;
}

.neworderitem .butons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  float: left;
}

.neworderitem .butons button {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1677FF;
  padding: 15px 30px;
  transition: all 0.6s;
  border: none;
}

.neworderitem .butons button:hover {
  background-color: #8381f0;
}

.neworderitem .min-maxdeger {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}

.neworderitem .min-maxdeger span {
  font-size: 14px;
  font-weight: 600;
  color: #313140;
  margin-right: 12px;
  padding-left: 5px;
  border-left: 2px solid #1677FF;
}

.neworderitem .hiddendeger {
  float: left;
  width: 100%;
  border: 1px solid #edf0f5;
  padding: 10px;
  border-radius: 10px;
  text-indent: 1px;
  text-overflow: "";
  font-size: 16px;
  font-weight: 400;
  color: #90a8be;
  display: flex;
  align-items: center;
  position: relative;
}

.neworderitem .hiddendeger.hidden {
  background-color: rgba(237, 240, 245, 40%);
  color: #1677FF;
  font-weight: 600;
  padding: 14px;
}

.neworderitem .hiddendeger.hidden i {
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  border-radius: 100%;
  font-size: 12px;
  height: 27px;
  width: 27px;
}

.neworderitem .hiddendeger i {
  background: rgba(31, 141, 237, 10%);
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #1f8ded;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neworderitem .copylink {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #9395a4;
  width: 100%;
}

.neworderitem .hiddendeger .buttongibi {
  border: none;
  background-color: transparent;
  padding: 0;
}

.neworderitem .hiddendeger .buttongibi i {
  background-color: #1677FF;
  color: #fff;
  margin-right: 0;
}

.neworderitem .hiddendeger #message {
  position: absolute;
  top: -35px;
  right: 1px;
  height: 21px;
  width: auto;
  border-radius: 10px;
  background-color: #13cea4;
  padding: 21px 20px;
  align-items: center;
  color: #fff;
}

.listerealtimes {
  padding: 15px;
  background-color: #f8f8f8;
  max-height: 725px;
  overflow: auto;
}

.listerealtimes .new-order-real-time-updates-item {
  margin-top: 20px;
}

.listerealtimes .new-order-real-time-updates-item:first-child {
  margin-top: 0;
}

.listerealtimes::-webkit-scrollbar-track {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.listerealtimes::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
  background-color: rgba(22, 119, 255, 0.12);
}

.listerealtimes::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #1677FF;
  height: 5px;
}

.new-order-real-time-updates-item {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.new-order-real-time-updates-item .urun {
  display: flex;
  align-items: center;
}

.new-order-real-time-updates-item .urun .icon {
  background: #1677FF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-order-real-time-updates-item .urun span {
  font-size: 16px;
  font-weight: 400;
  color: #353c44;
  margin-left: 10px;
}

.new-order-real-time-updates-item .timedurum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.new-order-real-time-updates-item .timedurum .time {
  display: flex;
  align-items: center;
}

.new-order-real-time-updates-item .timedurum .time .icon {
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.new-order-real-time-updates-item .timedurum .time .text h1 {
  font-size: 16px;
  font-weight: 600;
  color: #353c44;
  margin-bottom: 0;
}

.new-order-real-time-updates-item .timedurum .time .text p {
  font-size: 14px;
  font-weight: 400;
  color: #353c44;
  margin-bottom: 0;
}

.new-order-real-time-updates-item .timedurum .durum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
}

.new-order-real-time-updates-item .timedurum .durum i {
  margin-right: 15px;
  font-weight: 500;
}

.new-order-nav-contact-us {
  padding: 15px;
  background-color: #fff;
}

.new-order-nav-contact-us .alertmessages {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: rgba(237, 240, 245, 20%);
  border: 2px solid #edf0f5;
  font-size: 16px;
  font-weight: 400;
  color: #313140;
  border-radius: 10px;
}

.new-order-nav-contact-us .alertmessages p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.new-order-nav-contact-us .buttonustu p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.new-order-nav-contact-us .buttonustu {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #313140;
  margin-top: 20px;
}

.new-order-nav-contact-us button {
  background-color: #13cea4;
  border-radius: 10px;
  border: none;
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.6s;
}

.new-order-nav-contact-us button:hover {
  background-color: #2fdfb9;
}

.new-order-nav-contact-us button:hover {
  background-color: #2fdfb9;
}

.buttongibi.telegram i {
  background-color: #0089c6 !important;
}

.buttongibi.whatsapp i {
  background-color: #13cea4 !important;
}

.buttongibi.mail i {
  background-color: #1677FF !important;
}

.buttongibi.skype i {
  background-color: #00baff !important;
}

#accountModal .modal-content {
  width: 100%;
  display: flex;
  background-color: transparent !important;
}

#accountModal .modal-body {
  display: flex;
  background-color: transparent !important;
  width: 100%;
}

#accountModal .modal-dialog {
  max-width: 1200px;
}

#accountModal .btn-close {
  position: absolute;
  right: -100px;
  top: -15px;
  border: 1px solid #a9bcc9;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  z-index: 9999;
  opacity: 1;
  font-size: 20px;
  color: #a9bcc9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainmodal .nav {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  min-width: 240px;
  margin-right: 20px;
  height: 100%;
  justify-content: space-between;
}

.contentmodal .saife {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  width: 100%;
  min-width: 1000px;
  justify-content: space-between;
}

.mainmodal .nav button {
  border: none;
  background-color: #ecedee;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #50616d;
  border-radius: 10px;
  margin-bottom: 10px;
}

.mainmodal .nav button:last-child {
  margin-bottom: 0;
}

.mainmodal .nav button:hover {
  background-color: #1677FF;
  color: #fff;
}

.mainmodal .nav button:hover i {
  color: #1677FF;
}

.mainmodal .nav button .icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 10px;
}

.contentmodal .saife .baslik {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contentmodal .saife .baslik span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: #1677FF;
  border-radius: 100%;
  margin-right: 20px;
  padding: 10px;
}

.contentmodal .saife .baslik span img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.contentmodal .saife .baslik h1 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.contentmodal .saife .baslik h2 {
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
}

.contentmodal .saife .bolumone {
  display: flex;
  flex-flow: column;
}

.contentmodal .saife .bolumone p {
  line-height: 20px;
}

.contentmodal .saife .bolumtwo li {
  margin-bottom: 10px;
}

.depositsaife .radiomenu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #ebeeff;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 20px;
}

.depositsaife .radiomenu label {
  width: 45px;
  height: 35px;
  padding: 2px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.depositsaife .radiomenu .form-radio input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.depositsaife .radiomenu label span {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -140%;
  width: auto;
  padding: 10px 5px;
  background-color: #1677FF;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 9999;
}

.depositsaife .radiomenu label:hover {
  background-color: #fff;
}

.depositsaife .radiomenu input:checked~label {
  background-color: #1677FF;
}

.depositsaife .radiomenu input:checked~label i {
  color: #fff;
}

.depositsaife .radiomenu label:hover span {
  display: flex;
}

.depositsaife .radiomenu label:hover:after {
  display: flex;
}

.depositsaife .radiomenu label::after {
  content: "";
  border-color: #1677FF transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -10px;
  left: auto;
  right: auto;
  display: none;
  z-index: 9999;
}

.depositsaife {
  display: flex;
  width: 100%;
}

.depositsaife .tab-content {
  width: 100%;
}

.depositsaife .nav {
  display: flex;
  flex-flow: column;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  width: 300px;
}

.depositsaife .nav button {
  border-radius: 10px;
  border: none;
  background-color: #ecedee !important;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.depositsaife .nav button.active {
  background-color: #1677FF !important;
}

.depositsaife .nav button:hover {
  background-color: #1677FF !important;
}

.depositsaife .nav button .text {
  text-align: left;
}

.depositsaife .nav button:hover .text h1 {
  color: #fff;
}

.depositsaife .nav button.active .text {
  color: #fff;
}

.depositsaife .nav button.active .text h1 {
  color: #fff;
}

.depositsaife .nav button.active .text span {
  color: #fff;
  opacity: 1;
}

.depositsaife .nav button:last-child {
  margin-bottom: 0;
}

.depositsaife .nav button .icon {
  height: 60px;
  width: 60px;
  padding: 5px;
  border-radius: 10px;
  margin-right: 12px;
  background-color: #fff;
}

.depositsaife .nav button .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.depositsaife .nav button .text span {
  font-size: 14px;
  font-weight: 400;
  color: #50616d;
  opacity: 50%;
}

.depositsaife .nav button .text h1 {
  font-size: 18px;
  font-weight: 600;
  color: #50616d;
  margin-bottom: 0;
}

.cuzdankart {
  display: flex;
  flex-flow: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.cuzdankart .title {
  border-bottom: 1px solid #efefef;
  padding: 20px;
}

.cuzdankart .title h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cuzdankart .title p {
  margin-bottom: 0;
  font-weight: 500;
}

.cuzdankart .bos {
  padding: 20px;
  border-bottom: 1px solid #efefef;
}

.cuzdankart .inputitem {
  margin-bottom: 15px;
}

.cuzdankart .inputitem label {
  width: 100%;
  font-weight: 600;
  margin-bottom: 8px;
}

.cuzdankart .inputitem input {
  width: 100%;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #bdc0c7;
  color: #3a3c41;
}

.cuzdankart .inputitem input::placeholder {
  color: #3a3c41;
}

.cuzdankart button {
  float: right;
  background: #1677FF;
  border-radius: 4px;
  padding: 16px 5px;
  border: 0;
  width: 100%;
  text-align: center;
  max-width: 230px;
  color: #fff;
  font-weight: 600;
  transition: all 0.6s;
}

.cuzdankart .komisyon {
  float: left;
  width: 100%;
}

.cuzdankart .komisyon .icon {
  float: left;
  border-radius: 5px;
  background: #1677FF;
  width: 70px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.cuzdankart .komisyon .icon i {
  color: #fff;
  font-size: 25px;
}

.cuzdankart .komisyon span {
  float: left;
  width: calc(100% - 70px);
  padding-left: 15px;
  min-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-weight: 600;
  color: #1677FF;
  font-size: 17px;
}

.cuzdankart ul {
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 0;
}

.cuzdankart ul li {
  position: relative;
  padding-left: 15px;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 15px;
}

.cuzdankart ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1677FF;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: calc(50% - 3px);
}

.listeleme-bolum-box {
  margin-top: 20px;
}

.listeleme-bolum-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listeleme-bolum-box .title .baslik {
  display: flex;
  align-items: center;
}

.listeleme-bolum-box .title .baslik .icon {
  height: 60px;
  width: 60px;
  border-radius: 6px;
  background-color: #1677FF;
  box-shadow: -2px 2px 5px #1677FF;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.listeleme-bolum-box .title .baslik .text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #1677FF;
  margin-bottom: 0;
}

.listeleme-bolum-box .title .baslik .text span {
  font-size: 16px;
  font-weight: 400;
  color: #353c44;
}

.listeleme-bolum-box .title form {
  display: flex;
  align-items: center;
}

.listeleme-bolum-box .title form label {
  border: 1px solid #b3c1db;
  border-radius: 6px;
  padding: 5px;
  background-color: #fff;
  display: flex;
  margin-right: 15px;
}

.listeleme-bolum-box .title form label input {
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.listeleme-bolum-box .title form label button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #b3c1db;
}

.listeleme-bolum-box .title form label input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #b3c1db;
}

.listeleme-bolum-box .title form select {
  border: 1px solid #b3c1db;
  border-radius: 6px;
  padding: 5px;
  background-color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  color: #b3c1db;
}

.son-bakiye-yuklemeler-item {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
}

.son-bakiye-yuklemeler-item .row .col-md-3:first-child .adim {
  width: 100%;
  border-right: 1px solid #eff1f5;
}

.son-bakiye-yuklemeler-item .adim {
  display: flex;
  align-items: center;
}

.son-bakiye-yuklemeler-item .adim .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  font-size: 24px;
}

.son-bakiye-yuklemeler-item .adim .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #353c44;
  margin-bottom: 0;
}

.son-bakiye-yuklemeler-item .adim .text h1 {
  color: #1677FF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.son-bakiye-yuklemeler-item .adim .text span {
  font-size: 14px;
  font-weight: 400;
  color: #353c44;
}

.son-bakiye-yuklemeler-item.talepler .row .col-md-3:first-child .adim {
  border-right: none;
}

.son-bakiye-yuklemeler-item .adim {
  height: 100%;
}

.son-bakiye-yuklemeler-item .durum {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 600;
  color: #1677FF;
  background-color: rgba(22, 119, 255, 0.12);
  border-radius: 5px;
}

.daha-fazla-yukle-butonu {
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: center;
}

.daha-fazla-yukle-butonu button {
  border: none;
  background-color: #9f9df4;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 25px;
  width: 230px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daha-fazla-yukle-butonu button i {
  margin-left: 30px;
}

.updates-servis-guncel-item {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
}

.updates-servis-guncel-item .row .col-md-3:first-child .adim {
  width: 100%;
  border-right: 1px solid #eff1f5;
}

.updates-servis-guncel-item .adim {
  display: flex;
  align-items: center;
}

.updates-servis-guncel-item .adim .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 9, 92, 10%);
  color: #ff095c;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  font-size: 24px;
  float: left;
  min-width: 50px;
  min-height: 50px;
}

.updates-servis-guncel-item .adim .icon.instagram {
  color: #fff;
  background-color: #ff095c;
}

.updates-servis-guncel-item .adim .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #353c44;
  margin-bottom: 0;
}

.updates-servis-guncel-item .adim .text h1 {
  color: #ff095c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.updates-servis-guncel-item .adim .text span {
  font-size: 14px;
  font-weight: 400;
  color: #353c44;
}

.updates-servis-guncel-item .durum {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #1677FF;
  background-color: rgba(22, 119, 255, 0.12);
  border-radius: 20px;
  float: right;
  padding: 5px 15px;
}

.updates-servis-guncel-item .durum i {
  margin-right: 12px;
  font-weight: 500;
  font-size: 20px;
}

.destek-talebi-olustur-box {
  background-color: #fff;
  border-radius: 10px;
}

.destek-talebi-olustur-box .title {
  padding: 20px;
  border-bottom: 1px solid rgba(174, 184, 203, 30%);
  display: flex;
  align-items: center;
}

.destek-talebi-olustur-box .title .icon {
  height: 60px;
  width: 60px;
  border-radius: 6px;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.destek-talebi-olustur-box .title .text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #1677FF;
  margin-bottom: 0;
}

.destek-talebi-olustur-box .title .text span {
  font-size: 16px;
  font-weight: 400;
  color: #353c44;
}

.destek-talebi-olustur-box .bodyticket {
  padding: 20px;
  padding-top: 0;
}

.destek-talebi-olustur-box .inptsitem select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}

.destek-talebi-olustur-box .inptsitem1 {
  display: flex;
  width: 100%;
  justify-content: end;
}

.destek-talebi-olustur-box .inptsitem1 button {
  display: flex;
  border: 0;
  text-align: center;
  color: #fff;
  background: #1677FF;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px;
  margin-top: 10px;
  transition: all 0.6s;
}

.destek-talebi-olustur-box .inptsitem label {
  font-size: 16px;
  font-weight: 600;
  color: #1d1b3a;
  margin-top: 20px;
}

.destek-talebi-olustur-box .inptsitem textarea {
  width: 100%;
  border: 1px solid #d0d8e8;
  padding: 17px;
  border-radius: 5px;
  height: 130px;
}

.dashboard-saife-box {
  border-radius: 10px;
  background-color: #fff;
}

.dashboard-saife-box .title {
  padding: 20px;
  border-bottom: 1px solid #d0d8e8;
  font-size: 18px;
  font-weight: 600;
  color: #282c38;
}

.dashboard-saife-box .body {
  padding: 20px;
  padding-top: 0;
}

.dashboard-saife-box .body .item {
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #d0d8e8;
  margin-top: 20px;
}

.dashboard-saife-box .body .item .icon {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}

.dashboard-saife-box .body .item span {
  font-size: 14px;
  font-weight: 400;
  color: #282c38;
  margin-right: 30%;
}

.dashboard-saife-box .body .item h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.dashboard-saife-box .body .item h1 i {
  font-weight: 400;
  font-size: 15px;
  margin-right: 10px;
}

.dashboard-saife-box .body .item.mor h1 {
  color: #1677FF;
}

.dashboard-saife-box .body .item.blue h1 {
  color: #0771d2;
}

.dashboard-saife-box .body .item.red h1 {
  color: #d61920;
}

.dashboard-saife-box .body .item.green h1 {
  color: #10c5a8;
}

.dashboard-saife-box .body .item.basket h1 {
  color: #e92a4e;
}

.dashboard-saife-box .body .item.black h1 {
  color: #282c38;
}

.dashboard-saife-box .body .item.skype h1 {
  color: #00a5ee;
}

.dashboard-saife-box .body .item.mor .icon {
  background-color: #1677FF;
}

.dashboard-saife-box .body .item.blue .icon {
  background-color: #0771d2;
}

.dashboard-saife-box .body .item.red .icon {
  background-color: #d61920;
}

.dashboard-saife-box .body .item.green .icon {
  background-color: #10c5a8;
}

.dashboard-saife-box .body .item.basket .icon {
  background-color: #e92a4e;
}

.dashboard-saife-box .body .item.black .icon {
  background-color: #282c38;
}

.dashboard-saife-box .body .item.skype .icon {
  background-color: #00a5ee;
}

.dashboard-account-points-box {
  margin-top: 30px;
  border-radius: 25px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  padding: 20px;
  box-shadow: -4px 4px 24px rgba(13, 18, 31, 0.062);
}

.dashboard-account-points-box .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dashboard-account-points-box .title h1 {
  font-size: 22px;
  font-weight: 600;
  color: #26273c;
  margin-bottom: 0;
}

.dashboard-account-points-box .points {
  padding: 7px;
  display: flex;
  align-items: center;
  border-radius: 27px;
  border: 1px solid #aeb8cb;
}

.dashboard-account-points-box .points .icon {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background-color: #1677FF;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.dashboard-account-points-box .points h2 {
  font-size: 19px;
  font-weight: 600;
  color: #1677FF;
  margin-bottom: 0;
}

.dashboard-account-points-box p {
  font-size: 14px;
  font-weight: 400;
  color: #9395a4;
  margin-bottom: 0;
}

.dashboard-spending .detail-other-members-buton {
  position: absolute;
  bottom: -24px;
  left: 40px;
  height: 48px;
  width: 238px;
  border-radius: 10px;
  background-color: #1677FF;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-spending .listelemesitem {
  margin-top: 25px;
}

.dashboard-spending .listelemesitem .row .col-md-3 {
  display: flex;
  flex-flow: column;
}

.dashboard-spending .listelemesitem span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: rgba(31, 35, 51, 50%);
  margin-bottom: 10px;
}

.dashboard-spending .listelemesitem span i {
  color: #13cea4;
  font-size: 14px;
  margin-right: 10px;
}

.dashboard-spending {
  position: relative;
  padding: 30px 50px;
  border: 2px dashed #c5d1e2;
  border-radius: 2px;
  background-color: #f6f6fa;
  margin-top: 30px;
  margin-bottom: 100px;
  box-shadow: -4px 4px 24px rgba(13, 18, 31, 0.062);
}

.dashboard-spending .butongrup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.dashboard-spending .butongrup button {
  width: 174px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #1677FF;
  border-radius: 8px;
  border: none;
}

.dashboard-spending .butongrup button:hover {
  background-color: #6867c2;
}

.dashboard-spending .spending {
  padding: 10px 15px 15px 15px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.dashboard-spending .spending .textler {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.dashboard-spending .spending .text {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.dashboard-spending .spending .text.orta {
  position: absolute;
  bottom: -75px;
  left: 45%;
  right: auto;
}

.dashboard-spending .spending .text span {
  font-size: 16px;
  font-weight: 400;
  color: #2f313d;
}

.dashboard-spending .spending .text .icon {
  height: 65px;
  width: 65px;
  border-radius: 100%;
  background-color: #1677FF;
  padding: 13px;
  margin-bottom: 10px;
}

.dashboard-spending .spending .text .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.dashboard-spending .spending progress {
  width: 100%;
  height: 4px;
  border-radius: 11px;
}

.progress::-webkit-progress-bar {
  background-color: rgba(40, 44, 56, 20%);
}

.progress1::-webkit-progress-value {
  background: #1677FF;
  border-radius: 11px;
}

.push-saife-box .push-box-item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -4px 4px 24px rgba(13, 18, 31, 0.062);
}

.push-saife-box .push-box-item.disabled i,
.push-saife-box .push-box-item.disabled h1 {
  color: #717988 !important;
}

.push-saife-box .push-box-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #282c38;
  border-bottom: 1px solid #d0d8e8;
  padding: 10px;
}

.push-saife-box .push-box-item .body {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  justify-content: center;
}

.push-saife-box .push-box-item .body i {
  font-size: 36px;
  color: #1677FF;
}

.push-saife-box .push-box-item .body h1 {
  font-size: 18px;
  font-weight: 600;
  color: #1677FF;
  margin-bottom: 0;
  margin-top: 10px;
}

.push-saife-box .push-box-item .body span {
  font-size: 14px;
  font-weight: 400;
  color: #1f2333;
}

.push-box-item .switch input:checked+.slider.blue {
  background-color: #1677FF;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 9px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.push-box-item .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 4px;
}

.push-box-item .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 3px;
}


.push-box-item .switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.push-box-item .switch .slider.round {
  border-radius: 34px;
}

.push-box-item .switch .slider.round:before {
  border-radius: 50%;
}

.push-box-item .switch #round {
  border-radius: 34px;
}

.push-box-item .switch #round:before {
  border-radius: 50%;
}

.detay-mail-ileti-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: -4px 4px 24px rgba(13, 18, 31, 0.062);
  margin-top: 20px;
}

.detay-mail-ileti-item .baslik {
  display: flex;
  align-items: center;
}

.detay-mail-ileti-item .baslik .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 119, 255, 0.12);
  color: #1677FF;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  font-size: 24px;
}

.detay-mail-ileti-item .baslik .text h1 {
  font-size: 18px;
  font-weight: 600;
  color: #353C44;
  margin-bottom: 0;
}

.detay-mail-ileti-item .baslik .text span {
  font-size: 14px;
  font-weight: 400;
  color: #353C44;
  margin-bottom: 0;
}

.detay-mail-ileti-item h2 {
  font-size: 14px;
  font-weight: 500;
  color: #363643;
  margin-bottom: 0;
}

.sag-alt-bildirim-popup {
  border: 1px solid #1677FF;
  border-radius: 20px;
  padding: 10px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(22, 119, 255, 0.12);
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.sag-alt-bildirim-popup:nth-child(2) {
  margin-bottom: 80px;
}

.sag-alt-bildirim-popup:nth-child(3) {
  margin-bottom: 160px;
}

.sag-alt-bildirim-popup .icon {
  height: 42px;
  width: 42px;
  background-color: #1677FF;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.sag-alt-bildirim-popup .text {
  margin-right: 15px;
}

.sag-alt-bildirim-popup h1 {
  font-size: 16px;
  font-weight: 600;
  color: #282C38;
  margin-bottom: 0;
}

.sag-alt-bildirim-popup span {
  font-size: 16px;
  font-weight: 400;
  color: #282C38;
  margin-bottom: 0;
}

.sag-alt-bildirim-popup .close-buton {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #1677FF;
  border: none;
}

.indirimmodal .modal-content {
  margin: 150px;
  max-width: 600px;
}

.indirimmodal .btn-close {
  position: absolute;
  right: -25px;
  top: -20px;
  background-color: #fff;
  border-radius: 100%;
  border: none;
  height: 30px;
  width: 30px;
  opacity: 1;
}

.indirimmodal .modal-body {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.indirimmodal .modal-body .basliklogo {
  display: flex;
  width: 100%;
  border-radius: 20px;
  background-color: #1677FF;
  align-items: center;
  justify-content: center;
  padding: 50px;
  position: relative;
}

.indirimmodal .modal-body .basliklogo>img {
  height: 100%;
  max-height: 30px;
  width: auto;
  object-fit: contain;
}

.indirimmodal .modal-body .basliklogo .suprise img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.indirimmodal .modal-body .basliklogo .suprise {
  height: 120px;
  width: 120px;
  position: absolute;
  top: -70%;
  left: 40%;
}

.indirimmodal .modal-body h1 {
  font-size: 28px;
  font-weight: 600;
  color: #171B1E;
  margin-top: 15px;
}

.indirimmodal .modal-body .kodbox {
  padding: 12px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #A9BCC9;
  border-top: 1px solid #A9BCC9;
  margin-top: 15px;
  width: 100%;
}

.indirimmodal .modal-body .kodbox span {
  font-size: 22px;
  font-weight: 600;
  color: #1677FF;
  padding: 10px 30px;
  border-radius: 40px;
  border: 1px solid #1677FF;
  background-color: rgba(22, 119, 255, 0.12);
}

.indirimmodal .modal-body .text {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

html.dark .profilsidebar .hsthed .profilname h3 {
  color: #fff;
}

html.dark .listerealtimes {
  background: transparent;
}

html.dark .depositsaife .radiomenu label:hover {
  background: #9d9d9d;
}

html.dark .destek-talebi-olustur-box .inptsitem label {
  color: #fff;
}

html.dark .new-order-real-time-updates-item {
  background: #2a2e39;
}

html.dark .new-order-nav-contact-us {
  background: transparent;
}

html.dark .new-order-real-time-updates-item .urun span {
  color: #fff;
}

html.dark .new-order-real-time-updates-item .timedurum .time .text h1 {
  color: #fff;
}

.indirimmodal .modal-body .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #171B1E;
}

html.dark .nedenNeroSMM .text h1 {
  color: #fff;
}

html.dark .indirimmodal .modal-body .text h2 {
  color: #fff;
}

html.dark .loginforfree h1 {
  color: #fff;
}

html.dark .loginarea .loginbox .form-grouphatirla label {
  color: #fff;
}

html.dark .loginbox .logintext h5 {
  color: #fff;
}

.indirimmodal .modal-body .text p {
  font-size: 14px;
  font-weight: 400;
  color: #A9BCC9;
  width: 70%;
}

.indirimmodal .modal-body a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 15px 100px;
  border-radius: 20px;
  background-color: #1677FF;
}

.dashboardbox .title .bolone {
  flex-flow: wrap;
  display: flex;
}

.dashboardbox .title .bolone:first-child .konu {
  margin-left: 15px;
}

.dashboardbox .title .bolone:nth-child(2) .konu:first-child {
  margin-right: 30px;
}

.pagination {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.pagination ul {
  margin: 0 auto;
}

.pagination ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
}

.pagination ul li.active a {
  background: #1677FF;
  color: #fff;
  box-shadow: 0px 0px 15px -3px #1677FF;
}

.pagination ul li a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: 600;
  color: #0B1A30;
}

.darkmode .toggle-container {
  position: relative;
}

.theme-btn {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.theme-btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(62%) sepia(63%) saturate(677%) hue-rotate(200deg) brightness(99%) contrast(93%);
}

.theme-btn.light {
  display: none;
}

.dark .theme-btn.dark {
  display: none;
}

.dark .theme-btn.light {
  display: block;
}



html.dark a,
html.dark h4,
html.dark p {
  color: #fff !important;
}

html.dark .push-saife-box .push-box-item .body span {
  color: #fff;
}

html.dark .indirimmodal .modal-body h1 {
  color: #fff;
}

html.dark header::before {
  display: none;
}

.darkmode {
  float: left;
  width: 55px;
  padding: 8px;
  line-height: 28px;
  height: 55px;
  border: 1px solid #aeb8cb;
  border-radius: 50%;
}

html.dark body {
  background: #20232E;
}

html.dark .platitem {
  background: #E5E7F3;
}

html.dark .platitem p {
  color: #333 !important;
}

html.dark .platitem:hover {
  background: #1677FF !important;
}

html.dark .platitem:hover p {
  color: #fff !important;
}

html.dark .hmloginbox .area {
  background: #262727;
}

html.dark .hmloginbox .item input {
  background: #44464A;
  border-color: #44464A;
}

html.dark .hmloginbox .yoksakayitol {
  color: #ccc;
}

html.dark .hmloginbox .sifreunuttum {
  color: #ccc;
}

html.dark .aboutpagehwo .text .baslik h5 {
  color: #fff;
}

html.dark .ouradvantages {
  background: #191C26;
}

html.dark .advantageitem p {
  color: #ccc !important;
}

html.dark .custrewisection h6 {
  color: #f5f5f5;
}

html.dark .customerreply .form {
  background: #191C26;
}

html.dark .customerreply .form h5 {
  color: #fff;
}

html.dark .customerreply .form .input textarea,
html.dark .customerreply .form .input input,
html.dark .customerreply .puan,
html.dark .cuzdankart .inputitem input,
html.dark .inptsitem input,
html.dark .profilebox .inptsitem select,
html.dark .inptsitem select,
html.dark .inptsitem textarea,
html.dark .replysupport input {
  background: #2A2E39;
  color: #2A2E39;
  color: #fff;
}

html.dark .customerreply .form .input textarea::placeholder,
html.dark .customerreply .form .input input::placeholder,
html.dark .cuzdankart .inputitem input::placeholder,
html.dark .inptsitem input::placeholder {
  color: #fff;
}

html.dark .custserviceSwiper .name .tsbs h5,
html.dark .custserviceSwiper .name .tsbs span {
  color: #BAC2D5;
}

html.dark .destek-talebi-olustur-box .title .text span {
  color: #fff;
}

html.dark .faqsection h3 {
  color: #74747b;
}

html.dark .reviewitem {
  background: #191C26;
}

html.dark .faqsection .accordion-button,
html.dark .faqsection .accordion-body,
html.dark .pagealtdesc .detail {
  background: #191C26;
  color: #BAC2D5;
}

html.dark .pagealtdesc .detail p {
  color: #BAC2D5 !important;
}

html.dark .pagealtdesc h3 {
  color: #BAC2D5;
}

html.dark footer,
html.dark footer .ftright,
html.dark footer .ftright::after {
  background: #191C26;
}

html.dark .ftpmenubody .footermenuitem label {
  color: #BAC2D5;
}

html.dark .ftsociallist ul li a {
  color: #717988 !important;
}

html.dark .footerdesc {
  background: #1C2A36;
}

html.dark .headmenu .logo img,
html.dark .ftlogo img,
html.dark .offcanvaslogo img {
  background: url(../img/lightlogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: left;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 40px 183px 0 0;
  content: "";
  display: inline-block;
  margin-top: 8px;
}

html.dark .offcanvas-header .btn-close {
  filter: brightness(0) invert(1);

}

html.dark .ftsocialhead span {
  color: #fff;
}

html.dark .headmenu,
html.dark header {
  background: transparent;
}

html.dark .headmenu {
  border-bottom: 1px solid #999a9cbf;
}

html.dark .loginmenuarea,
html.dark .languagemenuarea {
  background: #20232E;
}

html.dark .nedenNeroSMM::after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(24%) saturate(1079%) hue-rotate(189deg) brightness(91%) contrast(88%);
}

html.dark .advantageitem h1 {
  color: #BAC2D5;
}

html.dark .pagetitle h1 {
  color: #fff;
}

html.dark .pagedesc {
  background: #191C26;
}

html.dark .pagedesc table {
  color: #fff;
}

html.dark .apicontent pre {
  background: #000;
  color: #fff;
}

html.dark .pagination ul li a {
  background: #191C26;
}

html.dark .pagination ul li.active a {
  background: #1677FF !important;
}

html.dark .blogitem .text h5 {
  color: #f5f5f5;
}

html.dark .blogdetaybasitem .text h1 {
  color: #f5f5f5;
}

html.dark .blogitem {
  background: #191C26;
}

html.dark .blogdetailhead .tpblgdet .blogbaslik {
  color: #f5f5f5;
}

html.dark .blogdetailhead,
html.dark .blogdetailcontent,
html.dark .blogdetailfoot {
  background: #191C26;
}

.panelrighrt .darkmode {
  margin-top: 12px;
  margin-right: 15px;
}

html.dark .panelheader {
  background: #191C26;
  border-bottom: 1px solid #BAC2D5;
}

html.dark .panelaccount {
  border-right: 0;
}

html.dark .dashboard-spending {
  background: transparent;
}

html.dark .panelaccountarea,
html.dark .burgermenu,
html.dark .burgermenu ul,
html.dark .burgermenu ul li i,
html.dark .burgermenu ul::after,
html.dark .dashboard-saife-box,
html.dark .profilsidebar,
html.dark .profilebox {
  background: #191C26;
}

html.dark .dashboard-saife-box .title,
html.dark .dashboard-saife-box .body .item span,
html.dark .dashboard-account-points-box .title h1,
html.dark .profilebox .title {
  color: #fff;
}

html.dark .sidemenu .nav-link.active {
  background: #000;
  border-left: 5px solid #1677FF;
}

html.dark .sidemenu .nav-link {
  border-left: 5px solid #191C26;
  color: #fff;
}

html.dark .dashboard-saife-box .body .item.black h1,
html.dark .dashboard-spending .spending .text span,
html.dark .dashboard-spending .listelemesitem span {
  color: #fff;
}

html.dark .dashboard-account-points-box {
  background-color: rgb(93 93 93 / 30%);
}

html.dark .burgermenu ul li span {
  background: #191C26;
  color: #fff;
}

html.dark .dashboard-spending .spending,
html.dark .depositsaife .nav,
html.dark .cuzdankart,
html.dark .son-bakiye-yuklemeler-item {
  background: #191C26;
}

html.dark .depositsaife .nav button {
  background-color: #2a2e39 !important;
}

html.dark .burgermenu ul li i,
html.dark .cuzdankart .inputitem label {
  color: #fff;
}

html.dark .listeleme-bolum-box .title .baslik .text span,
html.dark .depositsaife .nav button .text span,
html.dark .depositsaife .nav button .text h1,
html.dark .cuzdankart .title h5,
html.dark .cuzdankart ul li,
html.dark .son-bakiye-yuklemeler-item .adim .text span {
  color: #fff;
}

html.dark .depositsaife .radiomenu {
  background-color: #2a2e39 !important;
}

html.dark .depositsaife .radiomenu label i {
  color: #fff;
}

html.dark .son-bakiye-yuklemeler-item .adim .text h2 {
  color: #f5f5f5;
}

html.dark .daha-fazla-yukle-butonu button {
  background: #1677FF;
  color: #fff;
  box-shadow: none;
}

html.dark .listeleme-bolum-box .title form label input,
html.dark .listeleme-bolum-box .title form label,
html.dark .listeleme-bolum-box .title form select {
  background: #2A2E39;
  color: #fff;
}

html.dark .neworderitem label {
  color: #f5f5f5;
}

html.dark .depositsaife .nav button.active {
  background-color: #1677FF !important;
}

html.dark .mediabutons .itembuton {
  color: #fff;
}


html.dark .mediabutons,
html.dark .newordersip,
html.dark .orderfilter,
html.dark .siparistable .tbody,
html.dark .servistabloitem table tbody tr:nth-child(odd),
html.dark .modal-content,
html.dark .contentmodal .saife,
html.dark .mainmodal .nav,
html.dark .push-saife-box .push-box-item,
html.dark .detay-mail-ileti-item,
html.dark .servicescontent .searchform form label,
html.dark .servicescontent .searchform form select,
html.dark .destek-talebi-olustur-box,
html.dark .dashboardbox,
html.dark .replysupport,
html.dark .updates-servis-guncel-item,
html.dark .offcanvas-start {
  background: #191C26;
}

html.dark .servicescontent .searchform form select,
html.dark .dashboardbox .title .geridon a h6,
html.dark .dashboardbox .title .konu span,
html.dark .dashboardbox .title .konu span,
html.dark .customeritem .userinfo .date,
html.dark .officialitem .userinfo .date,
html.dark .updates-servis-guncel-item .adim .text span,
html.dark .updates-servis-guncel-item .adim .text h2 {
  color: #fff;
}

html.dark .servicescontent .searchform form label input {
  background: transparent;
  color: #fff;
}

html.dark .orderfilter label,
html.dark .officialitem .text {
  background: #333;
}

html.dark .mainmodal .nav button {
  background: #000;
  color: #fff;
}


html.dark .mainmodal .nav button .icon {
  background: #333;
}

html.dark .panelaccount .username h5,
html.dark .push-saife-box .push-box-item .title,
html.dark .detay-mail-ileti-item .baslik .text span,
html.dark .detay-mail-ileti-item .baslik .text h1,
html.dark .detay-mail-ileti-item h2,
html.dark .sag-alt-bildirim-popup h1,
html.dark .sag-alt-bildirim-popup span {
  color: #f5f5f5;
}

html.dark .orderfilter label input {
  background: transparent;
  color: #fff;
}


html.dark .siparistable .thad {
  background: #000;
}

html.dark .siparistable .copylink {
  background: transparent;
}

html.dark .siparistable .item span,
html.dark .servicesmodal h2,
html.dark .modalhead .text span {
  color: #fff;
}


html.dark .newordersip .bodyneworder .servicdetaybox {
  background: #000;
  color: #fff;
}


html.dark .newordersip .bodyneworder .servicdetaybox .scrol,
html.dark .neworderitem .min-maxdeger span,
html.dark .servistabloitem table .servisspan,
html.dark .servistabloitem table tbody td {
  color: #fff;
}

html.dark .servistabloitem table thead tr td {
  background: #333;
  color: #fff;
}

html.dark .newordersip .bodyneworder .servicdetaybox::after,
html.dark .description ul li {
  border-color: transparent transparent #000 transparent;
}

html.dark .neworderitem .copylink {
  background: transparent;
  color: #fff;
}

html.dark .description {
  border-color: #000;
}

html.dark .neworderitem .hiddendeger {
  border-color: #000;
  background: #2A2E39;
}

html.dark .neworderitem select {
  background: #2A2E39;
  color: #2A2E39;
  color: #fff;
  border: 1px solid #333;
}

html.dark .newordersip .title h1 {
  color: #fff;
}

html.dark .description ul li,
html.dark .contentmodal .saife .baslik h1 {
  color: #fff;
}

.aboutguvenli {
  background: #fff;
  border-radius: 15px;
  padding: 14px;
}

.aboutguvenli .icon {
  float: left;
  background: rgba(22, 119, 255, 0.12);
  width: 60px;
  height: 60px;
  color: #1677FF;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.aboutguvenli .icon i {
  font-size: 22px;
}

.aboutguvenli .text {
  float: left;
  width: calc(100% - 60px);
  min-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.aboutguvenli .text h4 {
  float: left;
  width: 100%;
  color: #313140 !important;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}

.aboutguvenli .text span {
  color: #1677FF;
  font-weight: 600;
}

.aboutyorumlar {
  padding: 14px 25px;
  background: #fff;
  border-radius: 15px;
}

.aboutyorumlar h5 {
  font-size: 16px;
  font-weight: 500;
}

.aboutyorumlar img {
  height: 36px !important;
}

.darkmode.login {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}

.siparistable .item label {
  display: none;
}

.panelcontent .burgermenu ul li .smediam .darkmode {
  display: none;
}

.panelcontent.active .burgermenu ul li .smediam {
  margin-bottom: 20px;
}

.sepetbs {
  display: none;
}
.sepetbs a{
  color: #fff;
}

@media (max-width: 850px) {
  .servistabloitem table {
    min-width: 1200px;
  }

  .siparistable .copylink {
    width: 100%;
  }

  .siparistable .item label {
    color: #fff;
  }


  .panelcontent.active .burgermenu ul li .smediam .darkmode {
    display: block;
    width: 45px;
    height: 32px;
    padding: 6px;
    border-radius: 13px;
    line-height: 0px;

  }

  .offcanvasarea .darkmode {
    display: block;
  }

  .siparistable .item.order-hisitem .col-md-2 {
    padding: 10px 0 !important;
    width: 100% !important;
  }

  .siparistable .item.order-hisitem .copylink {
    width: auto;
  }

  .siparistable .item.order-hisitem .col-md-2 .link {
    width: 100%;
  }

  .siparistable .item.order-hisitem .col-md-1 {
    padding: 0px 5px;
  }
  .siparistable .item.order-hisitem .col-md-1:nth-last-child(3){
    width: 40%;
  }
  .siparistable .item.order-hisitem .status {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .siparistable .item.order-hisitem .col-md-1:nth-child(2){
    width: 30%;
  }

  .siparistable .item.order-hisitem .refill {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }

  .siparistable .item.order-hisitem .details {
    margin-bottom: 0;
    float: right;
  }

  .siparistable .item.order-hisitem .id {
    margin-top: 10px;
  }

  .siparistable .item.order-hisitem .col-md-4 {
    margin-top: 0;
  }

  .siparistable .item.order-hisitem .col-md-1:nth-last-child(1) {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .siparistable .item.order-hisitem .col-md-1:nth-last-child(4) span {
    float: left !important;
    margin-left: 10px;
  }

  .siparistable .item.order-hisitem .col-md-1:nth-last-child(4) span {
    float: right;
  }

  .siparistable .item.order-hisitem .col-md-1:nth-last-child(2) {
    width: 30%;
  }

  .order-hisitem .price {
    width: auto !important;
  }

  .languagemenuarea ul {
    padding: 10px;
  }


  .burgermenu {
    overflow: scroll;
    max-height: calc(100vh - 60px);
  }

  html.dark .siparistable .item {
    background: #000;
  }

  .darkmode {
    display: none;
  }

  html.dark .headmenu .logo img,
  html.dark .ftlogo img {
    padding: 40px 110px 0 0;
    margin-top: 19px;
  }

  .apicontent .table-bordered td {
    display: flex;
  }

  .aboutpagehwo .text .totalsepet {
    z-index: 9;
  }

  .aboutpagehwo .text .totalsepet .totalspan {
    z-index: 9;
    position: relative;
  }

  .aboutpagehwo .text .totalsepet .textic {
    z-index: 9;
    position: relative;
  }

  .apititle .tks h3 {
    font-size: 15px;
  }

  .panelcontent.active .burger {
    margin-left: 10px;
  }

  .updates-servis-guncel-item .row .col-md-3 {
    margin-bottom: 10px;
  }

  .updates-servis-guncel-item .adim .text h2 {
    font-size: 15px;
  }

  .updates-servis-guncel-item .adim .text h1 {
    font-size: 15px;
  }

  .son-bakiye-yuklemeler-item .durum {
    padding: 10px 15px;
  }

  .destek-talebi-olustur-box .inptsitem1 button {
    font-size: 12px;
  }

  .son-bakiye-yuklemeler-item .adim .text h2 {
    font-size: 15px;
  }


  .son-bakiye-yuklemeler-item .row .col-md-4,
  .son-bakiye-yuklemeler-item .row .col-md-3 {
    margin-bottom: 15px;
  }

  .destek-talebi-olustur-box .title .text span {
    font-size: 12px;
  }

  .destek-talebi-olustur-box .title .text h1 {
    font-size: 15px;
  }

  .listeleme-bolum-box .title .baslik {
    margin-bottom: 15px;
  }

  .listeleme-bolum-box .title .baslik .text {
    width: calc(100% - 50px);
  }

  .listeleme-bolum-box .title .baslik .text h1 {
    font-size: 15px;
  }

  .listeleme-bolum-box .title .baslik .text span {
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .listeleme-bolum-box .title {
    flex-flow: column;
  }

  .dashboardbox .title .bolone:first-child .konu {
    margin-left: 0;
  }

  .dashboardbox .title .bolone:nth-child(2) .konu:first-child {
    margin-right: 0;
  }

  .panelheader {
    top: 0;
  }

  .panelcontent.active .panelheader {
    width: 100%;
    margin-left: 0;
    z-index: 0;
  }

  .abonebar .formarea {
    width: 100%;
  }

  .mobilmenbtn {
    display: block;
  }

  .headmenu .menu {
    display: none;
  }

  .headright {
    float: right;
    width: auto;
  }

  .sektor {
    display: none !important;
  }

  .loginbtn {
    float: right;
  }

  .loginbtn .texs {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tophead {
    display: none;
  }

  .headmenu .logo img {
    max-width: 120px;
  }

  .languagebtn .icon {
    display: none;
  }

  .languagebtn h2 {
    font-size: 14px;
  }

  .headmenu .logo {
    width: 30%;
  }

  .panelheader .languagebtn {
    padding: 5px;
    margin: 0;
    margin-right: 5px;
    margin-top: 10px;
  }

  .languagebtn {
    display: none;
  }

  .panelarea .pagedesc {
    margin-top: 0;
  }

  .panelrighrt .languagebtn {
    display: block;
    float: right;
  }

  .languagebtn .texs {
    padding-left: 5px;
    min-height: 25px;
    padding-right: 13px;
  }

  .languagebtn .ri-arrow-down-s-line {
    top: 5px;
    right: 3px;
  }

  .loginbtn .ri-arrow-down-s-line {
    display: none;
  }

  .loginbtn .texs h4 {
    font-size: 15px;
  }

  .hmslider .slidertext h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .hmslider .slidertext {
    padding: 20px;
    padding-bottom: 0;
  }

  .hmslider .sliderimg img {
    height: 300px;
  }

  .hmslider .sliderimg {
    height: 300px;
  }

  .hmslider .slidertext p {
    font-size: 16px;
    line-height: 24px;
  }

  .hmloginbox .area .list {
    flex-flow: column;
  }

  .hmloginbox .lsitem {
    width: 100%;
    margin-bottom: 15px;
  }

  .hmloginbox .lsitemt {
    width: 100%;
  }

  .hmloginbox .form-group {
    display: none;
  }

  .platformslider h4 {
    font-size: 30px;
  }

  .aboutpagehwo .text h5 {
    font-size: 30px;
  }

  .aboutpagehwo .text {
    padding: 35px 25px;
  }

  .hmstepsection h2 {
    font-size: 28px;
  }

  .stepswSwiper .swiper-slide-active {
    width: 75% !important;
  }

  .hmcommentsection {
    padding: 0px 15px;
  }

  .hmcommentsection .text h3 {
    font-size: 30px;
  }

  .hmcommentsection .img {
    height: 400px;
  }

  .abonebar .icon {
    width: 140px;
  }

  .abonebar::before {
    display: none;
  }

  .abonebar::after {
    display: none;
  }

  .abonebar .formarea .input {
    width: calc(100% - 90px);
  }

  .abonebar h5 {
    font-size: 20px;
  }

  .ftlogo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  footer .fthead ul {
    display: flex;
    justify-content: center;
  }

  .ftpmenubody {
    padding: 25px 40px;
  }

  .ftpmenubody .footermenuitem {
    margin-bottom: 15px;
  }

  .footerdesc span {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
  }

  .footerdesc .container {
    display: flex;
    flex-flow: column-reverse;
  }

  .new-order-real-time-updates-item .urun span {
    font-size: 12px;
    width: calc(100% - 50px);
  }

  .new-order-real-time-updates-item .timedurum .time .text h1 {
    font-size: 12px;
  }

  .new-order-real-time-updates-item .timedurum .time .text p {
    font-size: 10px;
  }

  .new-order-real-time-updates-item .timedurum {
    flex-flow: column;
  }

  .new-order-real-time-updates-item .timedurum .durum {
    width: 100%;
    font-size: 12px;
  }

  .newordersip .title .link.nav a {
    font-size: 12px;
  }

  .neworderitem .butons button {
    font-size: 12px;
  }

  .newordersip .title {
    flex-flow: column;
  }

  .newordersip .title h1 {
    margin-top: 10px;
  }

  .new-order-real-time-updates-item .timedurum .time {
    justify-content: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .apititle .tks p {
    font-size: 12px;
    line-height: 14px;
  }

  .mediabutons .body {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .mediabutons .sectionser {
    display: block;
    margin-bottom: 0;
    width: 100%;
    float: left;
  }

  .aboutpagehwo {
    overflow: hidden;
  }

  .mediabutons .sectionser a {
    width: calc(100% - 10px);
    margin-bottom: 10px;
    float: left;
  }

  .mediabutons .titlepanel .text h1 {
    font-size: 15px;
  }

  .mediabutons .titlepanel .text p {
    font-size: 12px;
    line-height: 14px;
  }

  .pagetitle h1 {
    font-size: 27px;
  }

  .depositsaife {
    flex-flow: column;
  }

  .depositsaife .nav {
    width: 100%;
    margin-bottom: 20px;
  }

  .cuzdankart .komisyon .icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cuzdankart .komisyon {
    display: flex;
    align-items: center;
  }

  .blogtext .img {
    height: 250px;
  }

  .dashboard-spending {
    padding: 10px;
  }

  .blogtext {
    margin-bottom: 20px;
  }

  .indirimmodal .modal-body .basliklogo .suprise {
    left: 35%;
  }

  .dashboard-spending .spending .text .icon {
    height: 40px;
    width: 40px;
    padding: 7px;
  }

  .dashboard-saife-box .body .item span {
    margin-right: 30px;
  }

  .margintoppanel .faqsection {
    margin-top: 0;
  }

  .dashboard-spending .spending .text {
    width: 100%;
  }

  .dashboardbox .title {
    flex-flow: column;
  }

  .dashboardbox .title .bolone {
    display: flex;
    margin-top: 7px;
    width: 100%;
    justify-content: space-around;
  }

  .dashboardbox .title .bolone:first-child .konu {
    padding-left: 10pxpx;
  }

  .dashboardbox .title .geridon a h6 {
    display: none;
  }

  .dashboardbox .title .konu span {
    font-size: 12px;
  }

  .copymessage {
    right: -15px;
  }

  .dashboardbox .title .konu .text {
    width: auto;
  }

  .officialitem .text p {
    font-size: 15px;
  }

  .customeritem .text p {
    font-size: 15px;
  }

  .dashboardbox .title .buttongrup {
    margin-top: 7px;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 5px;
  }

  .dashboardbox .title .buttongrup .durum {
    margin-right: 0;
  }

  .dashboardbox .title .geridon {
    padding: 5px;
  }

  .dashboard-spending .spending .text.orta {
    left: 0;
    bottom: -67px;
  }

  .dashboard-spending .butongrup button {
    width: auto;
    height: auto;
  }

  .dashboard-spending .listelemesitem {
    margin-bottom: 20px;
  }

  .dashboard-spending .spending .text span {
    font-size: 12px;
  }

  .margintoppanel {
    margin-top: 20px;
  }

  .push-saife-box .push-box-item {
    margin-top: 20px;
  }

  .indirimmodal .btn-close {
    right: 0;
  }

  .indirimmodal .modal-body .kodbox span {
    font-size: 16px;
  }

  .indirimmodal .modal-content {
    margin: 0;
    margin-top: 100px;
  }

  .indirimmodal .modal-body h1 {
    text-align: center;
    font-size: 20px;
  }

  .panelheader .burger {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 10px;
  }

  .panelheader .saifa {
    margin-top: 17px;
    height: 40px;
    float: left;
    max-width: 60px;
    overflow: hidden;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .panelcontent.active .burgermenu ul li span .pd {
    padding: 8px 25px;
  }

  .burgermenu ul li.active i::after {
    z-index: 3;
  }

  .dashboardbox .title .icon {
    height: 40px;
    width: 40px;
  }

  .dashboardbox .title .konu p {
    font-size: 12px;
  }

  .dashboardbox .title .konu {
    margin-bottom: 5px;
  }

  .panelcontent .burgermenu ul li .smediam i {
    border-radius: 8px;
  }


  .panelcontent.active .burgermenu ul li a {
    display: flex;
    align-items: center;
  }

  .burgermenu ul li i {
    padding: 0;
  }

  .panellogo {
    width: 30%;
    padding: 0;
    padding-left: 15px;
    height: 60px;
  }

  .panelarea {
    width: 100%;
    padding: 15px;
    margin-top: 70px;
  }

  .panelrighrt {
    float: right;
    width: 70%;
    padding-right: 0;
  }

  .panelaccount .usericon {
    width: 40px;
    height: 40px;
  }

  .panelaccount .username {
    display: none;
  }

  .panelaccount {
    padding-right: 50px;
    padding-left: 15px;
    border-right: 0;
    min-height: 60px;
  }

  .panelaccount .arrowicon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 15px;
  }

  .panelaccountarea {
    min-width: 200px;
    right: 15px;
    left: auto;
    top: 55px;
    z-index: 99999;
  }

  .panelaccountarea .username {
    display: block;
  }

  .panelheader .bakiyeekle {
    display: none;
  }

  .newsupportticket {
    padding: 20px;
  }

  .burgermenu {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 60px;
    max-width: 100%;
    display: none;
    min-height: calc(100vh - 60px);
  }

  .burgermenu ul {
    min-height: calc(100vh - 60px);
  }

  .burgermenu ul li i {
    width: 60px;
  }

  .panelcontent .burgermenu ul li span {
    width: calc(100% - 60px);
    min-width: 270px;
  }

  .panelcontent.active .burgermenu {
    display: block;
  }

  .burgermenu ul::after {
    min-height: calc(100vh - 60px);
    width: calc(100% - 60px);
    left: 60px;
  }

  .burgermenu ul li:nth-last-child(1) {
    margin-top: 0;
  }

  .panelcontent.active .panelarea {
    width: 100%;
  }

  .desteklerlist .col-md-1 {
    border: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .desteklerlist .item .btnlist {
    margin-top: 15px;
    width: 100%;
  }

  .desteklerlist .item .btnlist .status {
    min-width: 150px;
    font-size: 15px;
    max-width: 50%;
    text-align: center;
    padding: 10px 5px;
  }

  .destekhead a {
    padding: 13px 20px;
    font-size: 15px;
  }

  .destektalebikonusma .scrool {
    padding: 0px;
    padding-right: 15px;
  }

  .dashboardbox .alan {
    padding-right: 0;
    padding-left: 15px;
  }

  .replysupport {
    padding: 15px 0;
    padding-right: 15px;
  }

  .dashboardbox .bsbttitle {
    font-size: 16px;
  }

  .duyurulist .item .tksite span {
    font-size: 15px;
  }

  .duyurulist .item {
    padding: 15px;
  }

  .loginarea .img {
    display: none;
  }

  .loginarea {
    padding: 0px 15px;
    height: auto;
  }

  .servishead .col-md-4 {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .profilsidebar {
    margin-bottom: 20px;
  }

  .copybtn {
    margin-top: 15px;
    float: left;
  }

  .loginlogo {
    margin-bottom: 15px;
    margin-top: 50px;
  }

  .newordersalan {
    margin-bottom: 30px;
  }

  .servisliste .bs3 {
    width: calc(100% - 40px);
  }

  .servisliste .bs1 {
    display: none;
  }

  .servisliste .bs2 {
    display: none;
  }

  .servisliste .accordion-item .pktitle {
    font-size: 15px;
  }

  .abstitle .id {
    padding: 15px 10px;
    border-right: 0;
  }

  .abstitle .pttitle {
    font-size: 15px;
    min-height: 59px;
  }

  .servisliste .accordion-body .bs3 {
    border-right: 0;
    float: left;
    width: 100%;
  }

  .servisliste .accordion-body .bs1 {
    width: 50%;
    display: block;
    border-right: 0;
    float: left;
    border-bottom: 1px solid #a9bcc94b;
  }

  .servisliste .hizala {
    display: block;
  }

  .abstitle .pttitle {
    max-width: calc(100% - 100px);
  }

  .servisliste .accordion-body .pns {
    padding: 10px 0;
  }

  .servisliste .accordion-body .bs2.none {
    display: block;
    float: left;
    width: 50%;
  }

  .servisliste .accordion-body button {
    font-size: 15px;
    margin-top: 16px;
  }

  .orderfilter ul li {
    width: auto;
  }

  .orderfilter ul {
    margin-bottom: 15px;
  }

  .siparistable .thad {
    display: none;
  }

  .servistabloitem .basliktitle h1 {
    font-size: 15px;
  }

  .servisliste .accordion-body .hizala {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 0;
  }

  .servisliste .accordion-body {
    background: transparent;
  }

  .servisliste .accordion-item {
    background: transparent;
  }

  .siparistable .item .col-md-1 {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    float: left;
    display: block !important;
  }

  .siparistable .item .col-md-1:nth-child(1) {
    width: 30%;
  }

  .siparistable .item .col-md-1:nth-last-child(6) {
    width: 25%;
  }

  .siparistable .item.order-hisitem .col-md-1:nth-child(1) {
    width: 20%;
  }

  .siparistable .item .col-md-3 {
    width: 70%;
  }

  .siparistable .item.order-hisitem .price {
    float: left;
    margin-left: 10px;
    color: #13cea4;
    padding: 0;
    background: transparent;
  }

  .siparistable .item .col-md-4 {
    float: left;
    width: 80%;
  }

  .siparistable .item span {
    text-align: left;
  }

  .siparistable .item .col-md-2 {
    float: left;
    width: 45% !important;
    display: block !important;
    padding: 0 !important;
  }

  .siparistable .item .col-md-2:nth-last-child(5) {
    width: 75% !important;
    min-height: 15px;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
  }

  .siparistable .item .col-md-2:nth-last-child(2) {
    width: 58% !important;
  }

  .siparistable .item .col-md-2:nth-last-child(5) label {
    float: left;
    width: auto !important;
    margin-right: 10px;
  }

  .sepetbs {
    background: #1677FF;
    float: left;
    margin-left: 5px;
    border-radius: 10px;
    padding: 7px 15px;
    display: block;
  }

  .siparistable .item .col-md-2 .link {
    padding: 0px 5px;
    float: left;
  }

  .siparistable .item {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(13, 18, 31, 0.048);
    padding: 5px 25px;
  }

  .siparistable .item .price {
    margin-top: 0px;
    font-size: 16px;
    text-align: left;
    background: #1677FF;
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    float: left;
  }

  .siparistable .item .id {
    margin-top: 2px;
  }

  .siparistable .item .col-md-1:nth-last-child(1) {
    width: 42%;
    float: right;
  }

  .siparistable .item .col-md-2:nth-last-child(1) {
    width: 50%;
  }

  .siparistable .item label {
    float: left;
    font-weight: 600;
    display: block;
  }

  .siparistable .basliktitle h1 {
    font-size: 16px;
  }

  button.refil {
    width: 72%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }

  .siparistable .item .details {
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 10px;
  }

  .siparistable .item .col-md-1:nth-last-child(1) {
    padding: 0px;
  }

  .siparistable .item .col-md-1:nth-last-child(2) {
    width: auto;
    float: right;
  }

  .hmslider .container {
    padding: 0;
    margin-bottom: 25px;
  }

  .nedenNeroSMM .text .icon {
    width: 60px;
    height: 60px;
  }

  .nedenNeroSMM .text h1 {
    font-size: 30px;
    text-align: center;
  }

  .nedenNeroSMM .text h1 b {
    font-size: 30px;
  }

  .aboutpagehwo .text .baslik h5 {
    font-size: 24px;
  }

  .nedenNeroSMM .text p {
    text-align: center;
    font-size: 18px;
  }

  .aboutpagehwo .text .baslik p {
    font-size: 18px;
  }

  .ouradvantages .baslik h1 {
    font-size: 27px;
  }

  .ouradvantages .baslik p {
    text-align: center;
  }

  .custrewisection h2 {
    font-size: 28px;
  }

  .custrewisection p {
    font-size: 17px;
  }

  .dashboard-account-points-box,
  .pagedesc {
    backdrop-filter: none;
  }

  .pagetitle.blogdetay h1 {
    font-size: 21px;
  }

  .pagetitle.blogdetay h1 b {
    font-size: 21px;
  }

  .blogdetaybasitem .image {
    height: 300px;
  }

  .blogdetaybasitem .text h1 {
    font-size: 26px;
  }

  .siparistable {
    background: transparent;
    box-shadow: none;
  }

  .siparistable .item span {
    margin-top: 4px;
  }

  .siparistable .item .col-md-4 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 70%;
  }

  .nedenNeroSMM .text p {
    width: 100%;
  }

  .nedenNeroSMM .platformitems {
    flex-flow: column;
  }

  .platitem {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .aboutpagehwo .text .smedia span {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .aboutpagehwo .text .smedia .yazi h1 {
    font-size: 18px;
  }

  .aboutpagehwo .text .smedia .yazi h6 {
    font-size: 12px;
  }

  .aboutpagehwo .text .totalsepet {
    flex-flow: column;
  }

  .aboutpagehwo .text .totalsepet .totalspan {
    width: 100%;
  }

  .aboutpagehwo .text .totalsepet .textic {
    width: 100%;
    margin-top: 25px;
  }

  .reviewitem {
    margin-top: 50px;
  }

  .pagetitle {
    position: relative;
    z-index: 2;
  }

  .blogdetaybasitem .text {
    margin-top: 20px;
  }

  .tpblgdet .right {
    display: block;
  }

  .tpblgdet .right .yaziayar {
    display: block;
    float: left;
  }

  .tpblgdet .right .userprofil {
    float: left;
  }

  .tpblgdet .right .fontsize {
    float: right;
    margin: 0;
    margin-top: 15px;
    width: 50%;
  }

  .tpblgdet .right .okumatime {
    float: left;
    margin: 0;
    text-align: center;
    width: 50%;
    margin-top: 15px;
  }

  .tpblgdet .right .view {
    float: left;
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }

  .tpblgdet .right .date {
    float: left;
    width: 50%;
    margin: 0;
  }

  .blogdetailcontent h4 {
    font-size: 23px;
  }

  .blogdetailhead .tpblgdet .blogbaslik {
    font-size: 25px;
  }

  .tpblgdet .fontsize button {
    float: right;
  }

  .bloglist {
    margin-top: 0;
  }

  .bloglist {
    position: relative;
    z-index: 1;
  }

  .pagedesc {
    position: relative;
    z-index: 1;
  }

  .loginarea {
    position: relative;
    z-index: 1;
  }

  .listeleme-bolum-box .title .baslik .icon {
    width: 50px;
    height: 50px;
  }

  .listeleme-bolum-box .title .baslik .text {
    width: calc(100% - 50px);
  }
}

/* Modern Sky Blue SaaS color system */
:root {
  --primary: #1677FF;
  --primary-hover: #0958D9;
  --primary-active: #003EB3;
  --primary-secondary: #4096FF;
  --primary-light: #E6F4FF;
  --primary-soft: #F0F7FF;
  --page-bg: #F6F9FC;
  --surface: #FFFFFF;
  --surface-soft: #FAFCFF;
  --text-primary: #172033;
  --text-secondary: #526074;
  --text-muted: #8C99AB;
  --border: #E4EAF2;
  --border-soft: #EDF1F7;
  --success: #16A34A;
  --success-bg: #ECFDF3;
  --warning: #F59E0B;
  --warning-bg: #FFF7E6;
  --danger: #EF4444;
  --danger-bg: #FEF2F2;
  --info: #0EA5E9;
  --info-bg: #F0F9FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-modal: 0 16px 40px rgba(15, 23, 42, 0.12);
  --smm-primary: var(--primary);
  --smm-primary-hover: var(--primary-hover);
  --smm-secondary: var(--primary-secondary);
  --smm-soft-primary: var(--primary-light);
  --smm-soft: var(--surface-soft);
  --smm-sidebar: var(--surface);
  --smm-sidebar-hover: var(--primary-soft);
  --smm-bg: var(--page-bg);
  --smm-card: var(--surface);
  --smm-border: var(--border);
  --smm-title: var(--text-primary);
  --smm-body: var(--text-secondary);
  --smm-muted: var(--text-muted);
  --smm-success: var(--success);
  --smm-warning: var(--warning);
  --smm-danger: var(--danger);
  --smm-info: var(--info);
  --smm-shadow: 0 6px 20px rgba(15, 23, 42, .05);
}

html.dark body.panelbg,
body.panelbg.dark-mode {
  --page-bg: #0f1726;
  --surface: #141d2d;
  --surface-soft: #182235;
  --text-primary: #e8eef8;
  --text-secondary: #b8c6d9;
  --text-muted: #8fa0b8;
  --border: #2a3952;
  --border-soft: #22314a;
  --primary-light: rgba(22, 119, 255, .15);
  --primary-soft: rgba(22, 119, 255, .11);
  --success: #4ade80;
  --success-bg: rgba(34, 197, 94, .12);
  --warning: #fbbf24;
  --warning-bg: rgba(245, 158, 11, .12);
  --danger: #f87171;
  --danger-bg: rgba(239, 68, 68, .12);
  --info: #38bdf8;
  --info-bg: rgba(14, 165, 233, .12);
  --smm-bg: #0f1726;
  --smm-card: #141d2d;
  --smm-border: #2a3952;
  --smm-title: #e8eef8;
  --smm-body: #b8c6d9;
  --smm-muted: #8fa0b8;
  --smm-soft-primary: rgba(22, 119, 255, .15);
  --smm-soft: #182235;
  --smm-success: #4ade80;
  --smm-warning: #fbbf24;
  --smm-danger: #f87171;
  --smm-info: #38bdf8;
  --smm-sidebar: var(--surface);
  --smm-sidebar-hover: var(--primary-soft);
  --smm-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  background: var(--smm-bg);
  color: var(--smm-body);
  color-scheme: dark;
}

body.panelbg {
  background: var(--smm-bg);
  color: var(--smm-body);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

body.panelbg *,
body.panelbg *::before,
body.panelbg *::after {
  transition: all .2s ease;
}

body.panelbg .panelheader {
  min-height: 80px;
  background: var(--smm-card);
  border-bottom: 1px solid var(--smm-border);
  box-shadow: none;
}

body.panelbg .panelheader .burger {
  width: 44px;
  height: 44px;
  margin-top: 18px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  border: 1px solid var(--smm-border);
  border-radius: 12px;
}

body.panelbg .panelheader .burger:hover {
  background: var(--smm-primary);
  color: #fff;
  border-color: var(--smm-primary);
}

body.panelbg .panelheader .saifa {
  height: 44px;
  margin-top: 18px;
  margin-left: 12px;
  color: var(--smm-title);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

body.panelbg .panelrighrt {
  padding-right: 36px;
}

body.panelbg .panelaccount {
  min-height: 80px;
  border-left: 1px solid var(--smm-border);
  border-right: 1px solid var(--smm-border);
  padding-left: 20px;
}

body.panelbg .panelaccount .usericon {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--smm-border);
}

body.panelbg .panelaccount .username {
  min-height: 42px;
}

body.panelbg .panelaccount .username h5 {
  color: var(--smm-title);
  font-size: 15px;
  font-weight: 700;
}

body.panelbg .panelaccount .username span {
  color: var(--smm-muted);
  font-size: 12px;
  font-weight: 500;
}

body.panelbg .panelaccount .arrowicon {
  top: 20px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: var(--smm-bg);
  color: var(--smm-body);
  border: 1px solid var(--smm-border);
  border-radius: 12px;
}

body.panelbg .panelaccountarea {
  top: 88px;
  background: var(--smm-card);
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.panelbg .panelaccount:hover .panelaccountarea {
  border-color: var(--smm-border);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.panelbg .panelaccountarea .hs {
  border-bottom-color: var(--smm-border);
}

body.panelbg .panelaccountarea .username span.bakiye {
  color: var(--smm-success);
}

body.panelbg .panelaccountarea ul li a {
  color: var(--smm-body);
  border-radius: 10px;
  padding: 8px 10px;
}

body.panelbg .panelaccountarea ul li a:hover {
  background: var(--smm-bg);
  color: var(--smm-primary);
  font-weight: 600;
}

body.panelbg .panelheader .bakiyeekle,
body.panelbg .dashboard-spending .detail-other-members-buton,
body.panelbg .dashboard-spending .butongrup button {
  min-height: 44px;
  border-radius: 12px;
  background: var(--smm-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.12);
}

body.panelbg .panelheader .bakiyeekle {
  height: 44px;
  align-items: center;
  padding: 0 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

body.panelbg .panelheader .bakiyeekle:hover,
body.panelbg .dashboard-spending .detail-other-members-buton:hover,
body.panelbg .dashboard-spending .butongrup button:hover {
  background: var(--smm-primary-hover);
  transform: translateY(-1px);
}

body.panelbg .languagebtn {
  min-height: 44px;
  border-color: var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
}

body.panelbg .panelheader .languagebtn {
  margin-top: 18px;
}

body.panelbg .languagebtn h2 {
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .languagebtn .ri-arrow-down-s-line {
  color: var(--smm-muted);
}

body.panelbg .languagemenuarea,
body.panelbg .languagemenuarea ul {
  border-radius: 12px;
}

body.panelbg .languagemenuarea ul {
  border-color: var(--smm-border);
  box-shadow: var(--smm-shadow);
}

body.panelbg .languagemenuarea ul li a:hover {
  color: var(--smm-primary);
}

body.panelbg .burgermenu,
body.panelbg .burgermenu ul,
body.panelbg .burgermenu ul::after,
body.panelbg .burgermenu ul li i,
body.panelbg .burgermenu ul li span {
  background: var(--smm-sidebar);
}

body.panelbg .burgermenu {
  max-width: 300px;
  border-right: 1px solid var(--smm-border);
  box-shadow: none;
}

body.panelbg .burgermenu ul {
  padding: 12px 12px 24px;
}

body.panelbg .burgermenu ul::after {
  left: 56px;
  width: calc(100% - 56px);
}

body.panelbg .burgermenu ul li {
  border-bottom: 0;
  margin-bottom: 4px;
  border-radius: 12px;
  overflow: hidden;
}

body.panelbg .burgermenu ul li a {
  color: var(--smm-body);
}

body.panelbg .burgermenu ul li i {
  width: 56px;
  padding: 15px 0;
  color: var(--smm-muted);
  font-size: 20px;
}

body.panelbg .burgermenu ul li span {
  color: var(--smm-body);
  font-weight: 600;
}

body.panelbg .burgermenu ul li span .pd,
body.panelbg .panelcontent.active .burgermenu ul li span .pd {
  padding: 16px 16px;
}

body.panelbg .panelcontent.active .burgermenu ul li span {
  width: calc(100% - 56px);
}

body.panelbg .burgermenu ul li:hover i,
body.panelbg .burgermenu ul li:hover span,
body.panelbg .burgermenu ul li:hover a {
  background: var(--smm-sidebar-hover);
  color: var(--smm-primary);
}

body.panelbg .burgermenu ul li.active i,
body.panelbg .burgermenu ul li.active span,
body.panelbg .burgermenu ul li.active a {
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .burgermenu ul li.active i::after {
  display: none;
}

body.panelbg .burgermenu .count {
  background: var(--smm-primary);
  color: #fff;
  font-weight: 800;
}

body.panelbg .panelcontent .burgermenu ul li .media,
body.panelbg .panelcontent .burgermenu ul li .media i {
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .logoburger {
  background: var(--smm-sidebar);
  height: 80px;
  padding: 18px 20px;
}

body.panelbg .logoburger .sektor {
  color: var(--smm-muted);
  border-left-color: var(--smm-border);
  font-size: 14px;
  font-weight: 500;
}

body.panelbg .logoburger .sektor b {
  color: var(--smm-primary);
}

body.panelbg .panelarea {
  padding: 0 24px 36px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.panelbg .panel-page-content {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 28px;
}

body.panelbg .panel-page-content::after {
  display: table;
  clear: both;
  content: "";
}

body.panelbg .panel-footer {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 112px;
  margin-top: auto;
  padding: 22px 26px;
  border: 1px solid var(--smm-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(22, 119, 255, .1), transparent 28%),
    linear-gradient(135deg, var(--smm-card) 0%, var(--surface-soft) 100%);
  box-shadow: 0 12px 30px rgba(31, 45, 61, .06);
}

body.panelbg .panel-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
}

body.panelbg .panel-footer-logo {
  display: block;
  width: auto;
  max-width: 172px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

body.panelbg .panel-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.panelbg .panel-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
  color: var(--smm-body);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body.panelbg .panel-footer-links a i {
  color: var(--smm-primary);
  font-size: 17px;
}

body.panelbg .panel-footer-links a:hover,
body.panelbg .panel-footer-links a:focus-visible {
  border-color: rgba(22, 119, 255, .3);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  outline: 0;
  transform: translateY(-1px);
}

body.panelbg .panel-footer-copyright {
  justify-self: end;
  margin: 0;
  color: var(--smm-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

html.dark body.panelbg .panel-footer,
body.panelbg.dark-mode .panel-footer {
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

html.dark body.panelbg .panel-footer-logo,
body.panelbg.dark-mode .panel-footer-logo {
  filter: brightness(0) invert(1);
}

@media (max-width: 1100px) {
  body.panelbg .panel-footer {
    grid-template-columns: auto 1fr;
  }

  body.panelbg .panel-footer-links {
    justify-content: flex-end;
  }

  body.panelbg .panel-footer-copyright {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 650px) {
  body.panelbg .panel-page-content {
    margin-bottom: 20px;
  }

  body.panelbg .panel-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    padding: 22px 18px;
    text-align: center;
  }

  body.panelbg .panel-footer-brand {
    justify-self: center;
  }

  body.panelbg .panel-footer-logo {
    max-width: 150px;
    height: 43px;
    object-position: center;
  }

  body.panelbg .panel-footer-links {
    width: 100%;
  }

  body.panelbg .panel-footer-links a {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    padding: 0 10px;
  }

  body.panelbg .panel-footer-copyright {
    justify-self: auto;
    text-align: center;
  }
}

body.panelbg .margintoppanel {
  margin-top: 88px;
}

body.panelbg .dashboard-saife-box,
body.panelbg .dashboard-account-points-box,
body.panelbg .dashboard-spending {
  background: var(--smm-card);
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  box-shadow: var(--smm-shadow);
}

body.panelbg .dashboard-saife-box {
  overflow: hidden;
}

body.panelbg .dashboard-saife-box .title {
  padding: 22px 24px;
  border-bottom-color: var(--smm-border);
  color: var(--smm-title);
  font-size: 18px;
  font-weight: 700;
}

body.panelbg .dashboard-saife-box .body {
  padding: 8px 24px 24px;
}

body.panelbg .dashboard-saife-box .body .item {
  min-height: 112px;
  align-items: flex-start;
  flex-flow: column;
  gap: 12px;
  padding: 20px;
  border-color: var(--smm-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

body.panelbg .dashboard-saife-box .body .item:hover {
  border-color: rgba(22, 119, 255, 0.12);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  transform: translateY(-2px);
}

body.panelbg .dashboard-saife-box .body .item .icon {
  width: 42px;
  height: 42px;
  margin-right: 0;
  border-radius: 12px;
  font-size: 20px;
}

body.panelbg .dashboard-saife-box .body .item span {
  margin-right: 0;
  color: var(--smm-muted);
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .dashboard-saife-box .body .item h1 {
  width: 100%;
  color: var(--smm-title);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  word-break: break-word;
}

body.panelbg .dashboard-saife-box .body .item.mor .icon,
body.panelbg .dashboard-saife-box .body .item.blue .icon {
  background: #CCFBF1;
  color: var(--smm-primary);
}

body.panelbg .dashboard-saife-box .body .item.red .icon {
  background: rgba(239, 68, 68, .10);
  color: var(--smm-danger);
}

body.panelbg .dashboard-saife-box .body .item.green .icon {
  background: rgba(16, 185, 129, .10);
  color: var(--smm-success);
}

body.panelbg .dashboard-saife-box .body .item.basket .icon {
  background: rgba(245, 158, 11, .12);
  color: var(--smm-warning);
}

body.panelbg .dashboard-saife-box .body .item.black .icon {
  background: rgba(15, 23, 42, .08);
  color: var(--smm-title);
}

body.panelbg .dashboard-saife-box .body .item.skype .icon {
  background: rgba(14, 165, 233, .12);
  color: var(--smm-info);
}

body.panelbg .dashboard-saife-box .body .item.mor h1,
body.panelbg .dashboard-saife-box .body .item.blue h1,
body.panelbg .dashboard-saife-box .body .item.red h1,
body.panelbg .dashboard-saife-box .body .item.green h1,
body.panelbg .dashboard-saife-box .body .item.basket h1,
body.panelbg .dashboard-saife-box .body .item.black h1,
body.panelbg .dashboard-saife-box .body .item.skype h1 {
  color: var(--smm-title);
}

body.panelbg .dashboard-account-points-box {
  margin-top: 28px;
  padding: 24px;
  backdrop-filter: none;
}

body.panelbg .dashboard-account-points-box .title {
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--smm-border);
}

body.panelbg .dashboard-account-points-box .title h1 {
  color: var(--smm-title);
  font-size: 20px;
  font-weight: 700;
}

body.panelbg .dashboard-account-points-box .points {
  border-color: var(--smm-border);
  border-radius: 999px;
  background: var(--smm-soft-primary);
}

body.panelbg .dashboard-account-points-box .points .icon {
  background: var(--smm-primary);
}

body.panelbg .dashboard-account-points-box .points h2 {
  color: var(--smm-primary);
  font-size: 16px;
  font-weight: 800;
}

body.panelbg .dashboard-account-points-box p {
  background: #F0F7FF;
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 14px;
  margin-top: 18px;
  padding: 18px;
  padding-top: 18px;
  color: var(--smm-title);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

body.panelbg .dashboard-spending {
  padding: 28px;
  border-style: solid;
  margin-top: 28px;
  margin-bottom: 90px;
}

body.panelbg .dashboard-spending .spending {
  padding: 18px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-bg);
}

body.panelbg .dashboard-spending .spending progress {
  height: 8px;
  overflow: hidden;
}

body.panelbg .progress::-webkit-progress-bar {
  background-color: #E2E8F0;
}

body.panelbg .progress1::-webkit-progress-value {
  background: var(--smm-primary);
}

body.panelbg .dashboard-spending .spending .text span {
  color: var(--smm-body);
  font-size: 14px;
  font-weight: 700;
}

body.panelbg .dashboard-spending .spending .text .icon {
  background: var(--smm-primary);
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.12);
}

body.panelbg .dashboard-spending .butongrup {
  gap: 12px;
  justify-content: flex-start;
}

body.panelbg .dashboard-spending .butongrup button {
  width: 150px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
}

body.panelbg .dashboard-spending .listelemesitem span {
  color: var(--smm-body);
  line-height: 1.45;
}

body.panelbg .dashboard-spending .listelemesitem span i {
  color: var(--smm-success);
}

body.panelbg .dashboard-spending .detail-other-members-buton {
  left: 28px;
  bottom: -22px;
  height: 44px;
  width: 230px;
  font-size: 14px;
  font-weight: 700;
}

body.panelbg .dashboard-spending.membership-overview {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 28px;
  overflow: hidden;
  background: var(--smm-card);
  border: 1px solid var(--smm-border);
  border-radius: 20px;
  box-shadow: var(--smm-shadow);
}

body.panelbg .membership-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, #f0f7ff 0%, #f8fbff 65%, #eef6ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 18px;
}

body.panelbg .membership-title {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

body.panelbg .membership-logo {
  display: flex;
  flex: 0 0 66px;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  padding: 14px;
  background: var(--smm-primary);
  border-radius: 18px;
  box-shadow: 0 12px 25px rgba(22, 119, 255, 0.2);
}

body.panelbg .membership-logo i {
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

body.panelbg .membership-eyebrow,
body.panelbg .membership-section-title > div > span {
  display: block;
  margin-bottom: 4px;
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body.panelbg .membership-title h2 {
  margin: 0;
  color: var(--smm-title);
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -0.03em;
}

body.panelbg .membership-title p {
  max-width: 620px;
  margin: 5px 0 0;
  color: var(--smm-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.panelbg .membership-summary {
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  align-items: flex-end;
  min-width: 190px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(22, 119, 255, 0.14);
  border-radius: 14px;
}

body.panelbg .membership-summary > span {
  color: var(--smm-muted);
  font-size: 11px;
  font-weight: 600;
}

body.panelbg .membership-summary strong {
  margin: 2px 0 5px;
  color: var(--smm-title);
  font-size: 26px;
  font-weight: 800;
}

body.panelbg .membership-summary small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 700;
}

body.panelbg .membership-progress-card {
  margin-top: 18px;
  padding: 18px 20px 14px;
  background: #fafcff;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
}

body.panelbg .membership-progress-head,
body.panelbg .membership-progress-scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.panelbg .membership-progress-head > div {
  display: flex;
  flex-flow: column;
}

body.panelbg .membership-progress-head span {
  color: var(--smm-muted);
  font-size: 11px;
  font-weight: 600;
}

body.panelbg .membership-progress-head strong {
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 750;
}

body.panelbg .membership-progress-head .next-level {
  align-items: flex-end;
  text-align: right;
}

body.panelbg .membership-progress-head .next-level strong {
  color: var(--smm-primary);
}

body.panelbg .membership-progress-track {
  width: 100%;
  height: 9px;
  margin-top: 13px;
  overflow: hidden;
  background: #e2e8f0;
  border-radius: 999px;
}

body.panelbg .membership-progress-track span {
  display: block;
  height: 100%;
  min-width: 9px;
  background: linear-gradient(90deg, var(--smm-primary), #69b1ff);
  border-radius: inherit;
  box-shadow: 0 0 12px rgba(22, 119, 255, 0.25);
}

body.panelbg .membership-progress-scale {
  margin-top: 7px;
  color: var(--smm-muted);
  font-size: 10px;
  font-weight: 600;
}

body.panelbg .current-benefits,
body.panelbg .membership-roadmap {
  margin-top: 26px;
}

body.panelbg .membership-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

body.panelbg .membership-section-title h3 {
  margin: 0;
  color: var(--smm-title);
  font-size: 18px;
  font-weight: 750;
}

body.panelbg .membership-section-title > p {
  max-width: 520px;
  margin: 0;
  color: var(--smm-muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

body.panelbg .included-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  color: #15803d;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

body.panelbg .included-badge i {
  font-size: 14px;
}

body.panelbg .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.panelbg .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
}

body.panelbg .benefit-item > i {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--smm-primary);
  background: var(--smm-soft-primary);
  border-radius: 11px;
  font-size: 20px;
}

body.panelbg .benefit-item > div {
  display: flex;
  min-width: 0;
  flex-flow: column;
}

body.panelbg .benefit-item strong {
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 750;
}

body.panelbg .benefit-item span {
  margin-top: 3px;
  color: var(--smm-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

body.panelbg .membership-levels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.panelbg .membership-level {
  position: relative;
  min-width: 0;
  min-height: 154px;
  padding: 16px;
  overflow: hidden;
  background: #fafcff;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
}

body.panelbg .membership-level::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: -36px;
  bottom: -40px;
  background: rgba(22, 119, 255, 0.05);
  border-radius: 50%;
}

body.panelbg .membership-level:hover {
  border-color: rgba(22, 119, 255, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}

body.panelbg .membership-level.current {
  background: linear-gradient(145deg, #1677ff, #4096ff);
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(22, 119, 255, 0.2);
}

body.panelbg .level-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.panelbg .level-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--smm-primary);
  background: var(--smm-soft-primary);
  border-radius: 10px;
  font-size: 17px;
}

body.panelbg .membership-level.current .level-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

body.panelbg .current-label {
  padding: 4px 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

body.panelbg .membership-level h4 {
  margin: 11px 0 2px;
  color: var(--smm-title);
  font-size: 15px;
  font-weight: 800;
}

body.panelbg .membership-level > strong {
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 750;
}

body.panelbg .membership-level > p {
  max-width: 220px;
  margin: 7px 0 0;
  color: var(--smm-muted);
  font-size: 10px;
  line-height: 1.45;
}

body.panelbg .membership-level.current h4,
body.panelbg .membership-level.current > strong,
body.panelbg .membership-level.current > p {
  color: #fff;
}

body.panelbg .membership-level.master {
  background: linear-gradient(145deg, #fffaf0, #fff);
  border-color: #fde68a;
}

body.panelbg .membership-level.master .level-icon {
  color: #b45309;
  background: #fff7e6;
}

/* Membership area aligned with the existing dashboard visual language */
body.panelbg .dashboard-spending.membership-overview {
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

body.panelbg .membership-hero {
  align-items: center;
  padding: 0 0 22px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--smm-border);
  border-radius: 0;
}

body.panelbg .membership-title {
  gap: 14px;
}

body.panelbg .membership-logo {
  flex-basis: 54px;
  width: 54px;
  height: 54px;
  padding: 11px;
  border-radius: 14px;
  box-shadow: none;
}

body.panelbg .membership-eyebrow,
body.panelbg .membership-section-title > div > span {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.panelbg .membership-title h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

body.panelbg .membership-title p {
  margin-top: 4px;
  color: var(--smm-body);
  font-size: 14px;
  line-height: 1.5;
}

body.panelbg .membership-summary {
  min-width: 230px;
  padding: 11px 14px;
  background: var(--smm-soft-primary);
  border-color: rgba(22, 119, 255, 0.12);
  border-radius: 12px;
}

body.panelbg .membership-summary > span {
  font-size: 12px;
  font-weight: 500;
}

body.panelbg .membership-summary strong {
  margin: 1px 0 3px;
  font-size: 22px;
  font-weight: 600;
}

body.panelbg .membership-summary small {
  font-size: 12px;
  font-weight: 600;
}

body.panelbg .membership-progress-card {
  margin-top: 20px;
  padding: 16px 18px 12px;
  background: #f7f9fc;
  border-radius: 12px;
}

body.panelbg .membership-progress-head span {
  font-size: 12px;
  font-weight: 500;
}

body.panelbg .membership-progress-head strong {
  font-size: 14px;
  font-weight: 600;
}

body.panelbg .membership-progress-track {
  height: 7px;
  margin-top: 11px;
}

body.panelbg .membership-progress-scale {
  font-size: 11px;
  font-weight: 500;
}

body.panelbg .current-benefits,
body.panelbg .membership-roadmap {
  margin-top: 24px;
}

body.panelbg .membership-section-title {
  align-items: center;
  margin-bottom: 12px;
}

body.panelbg .membership-section-title h3 {
  font-size: 20px;
  font-weight: 600;
}

body.panelbg .membership-section-title > p {
  color: var(--smm-body);
  font-size: 13px;
}

body.panelbg .included-badge {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
}

body.panelbg .benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
}

body.panelbg .benefit-item {
  gap: 12px;
  padding: 17px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--smm-border);
  border-radius: 0;
}

body.panelbg .benefit-item:last-child {
  border-right: 0;
}

body.panelbg .benefit-item > i {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 18px;
}

body.panelbg .benefit-item strong {
  font-size: 14px;
  font-weight: 600;
}

body.panelbg .benefit-item span {
  margin-top: 2px;
  color: var(--smm-body);
  font-size: 12px;
  line-height: 1.45;
}

body.panelbg .membership-levels {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
}

body.panelbg .membership-level {
  display: grid;
  grid-template-columns: 44px 140px 180px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 12px 16px;
  overflow: visible;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--smm-border);
  border-radius: 0;
}

body.panelbg .membership-level:last-child {
  border-bottom: 0;
}

body.panelbg .membership-level::after {
  display: none;
}

body.panelbg .membership-level:hover {
  background: #f8fbff;
  border-color: var(--smm-border);
  box-shadow: none;
  transform: none;
}

body.panelbg .membership-level.current {
  background: var(--smm-soft-primary);
  border-color: var(--smm-border);
  box-shadow: inset 3px 0 0 var(--smm-primary);
}

body.panelbg .level-top {
  justify-content: flex-start;
}

body.panelbg .level-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 17px;
}

body.panelbg .membership-level.current .level-icon {
  color: var(--smm-primary);
  background: #dbeafe;
}

body.panelbg .current-label {
  position: absolute;
  right: 16px;
  padding: 4px 9px;
  color: var(--smm-primary);
  background: #fff;
  border-color: rgba(22, 119, 255, 0.2);
  font-size: 10px;
  font-weight: 600;
}

body.panelbg .membership-level h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

body.panelbg .membership-level > strong {
  color: var(--smm-primary);
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .membership-level > p {
  max-width: none;
  margin: 0;
  padding-right: 80px;
  color: var(--smm-body);
  font-size: 13px;
  line-height: 1.45;
}

body.panelbg .membership-level.current h4 {
  color: var(--smm-title);
}

body.panelbg .membership-level.current > strong {
  color: var(--smm-primary);
}

body.panelbg .membership-level.current > p {
  color: var(--smm-body);
}

body.panelbg .membership-level.master {
  background: #fff;
  border-color: var(--smm-border);
}

body.panelbg .membership-level.master:hover {
  background: #fffcf5;
}

html.dark body.panelbg .dashboard-spending.membership-overview,
html.dark body.panelbg .benefit-item {
  background: #252a35;
  border-color: #394152;
}

html.dark body.panelbg .membership-hero {
  background: linear-gradient(135deg, #202c40, #252a35);
  border-color: #344866;
}

html.dark body.panelbg .membership-summary,
html.dark body.panelbg .membership-progress-card,
html.dark body.panelbg .membership-level {
  background: #202630;
  border-color: #394152;
}

html.dark body.panelbg .membership-level.master {
  background: #2d2a22;
  border-color: #66552e;
}

@media (max-width: 1199.98px) {
  body.panelbg .membership-levels {
    display: block;
  }

  body.panelbg .membership-level {
    grid-template-columns: 44px 120px 160px minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  body.panelbg .dashboard-spending.membership-overview {
    padding: 16px;
    border-radius: 16px;
  }

  body.panelbg .membership-hero,
  body.panelbg .membership-section-title {
    align-items: flex-start;
    flex-flow: column;
  }

  body.panelbg .membership-hero {
    padding: 18px;
  }

  body.panelbg .membership-summary {
    width: 100%;
    align-items: flex-start;
  }

  body.panelbg .membership-section-title > p {
    text-align: left;
  }

  body.panelbg .benefit-grid,
  body.panelbg .benefit-grid {
    grid-template-columns: 1fr;
  }

  body.panelbg .benefit-item {
    border-right: 0;
    border-bottom: 1px solid var(--smm-border);
  }

  body.panelbg .benefit-item:last-child {
    border-bottom: 0;
  }

  body.panelbg .membership-level {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 14px;
  }

  body.panelbg .membership-level .level-top {
    grid-row: 1 / 4;
  }

  body.panelbg .membership-level h4,
  body.panelbg .membership-level > strong,
  body.panelbg .membership-level > p {
    grid-column: 2;
  }

  body.panelbg .membership-level > p {
    padding-right: 0;
  }

  body.panelbg .current-label {
    top: 14px;
    right: 14px;
  }

  body.panelbg .membership-progress-head {
    align-items: flex-start;
    flex-flow: column;
    gap: 8px;
  }

  body.panelbg .membership-progress-head .next-level {
    align-items: flex-start;
    text-align: left;
	}
}

html body a,
html body a:hover,
html body a:focus,
html body a:active,
html body a:visited {
  text-decoration: none !important;
}

body.panelbg input,
body.panelbg select,
body.panelbg textarea {
  background: #fff;
  border-color: var(--smm-border);
  border-radius: 12px;
  color: var(--smm-title);
}

body.panelbg input:focus,
body.panelbg select:focus,
body.panelbg textarea:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}

body.panelbg .theme-btn.active,
body.panelbg .theme-btn:hover,
body.panelbg .toggle-container,
body.panelbg .mainmodal .nav button.active,
body.panelbg .mainmodal .nav button.active .icon,
body.panelbg .contentmodal .saife .baslik span,
body.panelbg .newordersalan .btnlist .neworderbtn,
body.panelbg .neworderitem .butons button,
body.panelbg .new-order-nav-contact-us button,
body.panelbg .orderfilter ul li button.active,
body.panelbg .daha-fazla-yukle-butonu button,
body.panelbg .sepetbs {
  background: var(--smm-primary) !important;
  color: #fff !important;
  border-color: var(--smm-primary) !important;
}

body.panelbg .theme-btn:hover,
body.panelbg .mainmodal .nav button.active:hover,
body.panelbg .newordersalan .btnlist .neworderbtn:hover,
body.panelbg .neworderitem .butons button:hover,
body.panelbg .new-order-nav-contact-us button:hover,
body.panelbg .daha-fazla-yukle-butonu button:hover {
  background: var(--smm-primary-hover) !important;
  border-color: var(--smm-primary-hover) !important;
}

body.panelbg .mainmodal .nav button,
body.panelbg .servicesmodal .modal-content,
body.panelbg .contentmodal .saife,
body.panelbg .newordersip,
body.panelbg .orderfilter,
body.panelbg .dashboardbox,
body.panelbg .push-saife-box .push-box-item,
body.panelbg .listeleme-bolum-box,
body.panelbg .son-bakiye-yuklemeler-item,
body.panelbg .new-order-real-time-updates-item,
body.panelbg .new-order-nav-contact-us {
  background: var(--smm-card);
  border-color: var(--smm-border);
  box-shadow: var(--smm-shadow);
}

body.panelbg .mainmodal .nav button,
body.panelbg .dashboardbox .title .konu span,
body.panelbg .dashboardbox .title .geridon a h6,
body.panelbg .newordersip .title h1,
body.panelbg .mediabutons .titlepanel .text h1,
body.panelbg .listeleme-bolum-box .title .baslik .text h1,
body.panelbg .push-saife-box .push-box-item .title {
  color: var(--smm-title);
}

body.panelbg .dashboardbox .title .konu p,
body.panelbg .mediabutons .titlepanel .text p,
body.panelbg .listeleme-bolum-box .title .baslik .text span,
body.panelbg .new-order-real-time-updates-item .urun span,
body.panelbg .new-order-real-time-updates-item .timedurum .time .text p {
  color: var(--smm-body);
}

body.panelbg .dashboardbox .title .icon,
body.panelbg .new-order-real-time-updates-item .urun .icon,
body.panelbg .new-order-real-time-updates-item .timedurum .time .icon,
body.panelbg .son-bakiye-yuklemeler-item .adim .icon,
body.panelbg .push-saife-box .push-box-item .body i {
  background: var(--smm-soft-primary) !important;
  color: var(--smm-primary) !important;
}

body.panelbg .neworderitem .min-maxdeger span,
body.panelbg .neworderitem .hiddendeger,
body.panelbg .description,
body.panelbg .servistabloitem table .servisspan {
  border-color: rgba(22, 119, 255, 0.12) !important;
}

body.panelbg .mediabutons {
  background: var(--smm-card);
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  box-shadow: var(--smm-shadow);
  padding: 22px;
  margin-bottom: 14px;
}

body.panelbg .mediabutons .titlepanel {
  padding: 0 0 18px;
  border-bottom-color: var(--smm-border);
  margin-bottom: 18px;
}

body.panelbg .mediabutons .titlepanel span {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .mediabutons .titlepanel .text h1 {
  color: var(--smm-title);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

body.panelbg .mediabutons .titlepanel .text p {
  color: var(--smm-body);
  font-size: 14px;
  font-weight: 500;
}

body.panelbg .mediabutons .itembuton,
body.panelbg .mediabutons .itembuton.instagram,
body.panelbg .mediabutons .itembuton.twitter,
body.panelbg .mediabutons .itembuton.facebook,
body.panelbg .mediabutons .itembuton.youtube,
body.panelbg .mediabutons .itembuton.tiktok,
body.panelbg .mediabutons .itembuton.twitch,
body.panelbg .mediabutons .itembuton.spotify {
  background: var(--smm-card);
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  color: var(--smm-body);
  box-shadow: none;
}

body.panelbg .mediabutons .itembuton i {
  color: var(--smm-primary);
}

body.panelbg .mediabutons .itembuton:hover,
body.panelbg .mediabutons .itembuton.instagram:hover,
body.panelbg .mediabutons .itembuton.twitter:hover,
body.panelbg .mediabutons .itembuton.facebook:hover,
body.panelbg .mediabutons .itembuton.youtube:hover,
body.panelbg .mediabutons .itembuton.tiktok:hover,
body.panelbg .mediabutons .itembuton.twitch:hover,
body.panelbg .mediabutons .itembuton.spotify:hover {
  background: var(--smm-sidebar-hover);
  border-color: rgba(22, 119, 255, 0.12);
  color: var(--smm-primary);
  transform: translateY(-1px);
}

body.panelbg .newordersip {
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  box-shadow: var(--smm-shadow);
  overflow: hidden;
}

body.panelbg .newordersip .title {
  padding: 18px 20px;
  border-bottom-color: var(--smm-border);
}

body.panelbg .newordersip .title h1 {
  color: var(--smm-body);
  font-size: 15px;
  font-weight: 600;
}

body.panelbg .newordersip .title span,
body.panelbg .newordersip .title .link.nav a {
  border-right-color: var(--smm-border);
}

body.panelbg .newordersip .title a {
  color: var(--smm-muted);
  font-weight: 600;
}

body.panelbg .newordersip .title a:hover,
body.panelbg .newordersip .title a.active {
  color: var(--smm-primary);
}

body.panelbg .newordersip .title a.active::after {
  background: var(--smm-primary);
}

body.panelbg .newordersip .bodyneworder {
  padding: 20px;
}

body.panelbg .neworderitem {
  margin-top: 12px;
  margin-bottom: 12px;
}

body.panelbg .neworderitem label {
  color: var(--smm-title);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

body.panelbg .neworderitem select,
body.panelbg .neworderitem input,
body.panelbg .neworderitem .priceout,
body.panelbg .neworderitem .hiddendeger {
  background: var(--smm-card);
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  color: var(--smm-title);
  font-size: 15px;
  font-weight: 500;
}

body.panelbg .neworderitem select {
  min-height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.panelbg .neworderitem input.copylink {
  border: 0;
  box-shadow: none;
  color: var(--smm-body);
}

body.panelbg .neworderitem .icon,
body.panelbg .neworderitem .hiddendeger i,
body.panelbg .neworderitem .hiddendeger .buttongibi i {
  background: var(--smm-soft-primary) !important;
  color: var(--smm-primary) !important;
  border-radius: 10px;
}

body.panelbg .neworderitem .hiddendeger.hidden {
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  border-color: rgba(22, 119, 255, 0.12);
}

body.panelbg .neworderitem .hiddendeger.hidden span,
body.panelbg .neworderitem .priceout span {
  color: var(--smm-success);
  font-weight: 700;
}

body.panelbg .neworderitem .min-maxdeger {
  gap: 10px;
  flex-wrap: wrap;
}

body.panelbg .neworderitem .min-maxdeger span,
body.panelbg .neworderitem .outputex span {
  color: var(--smm-body);
  border-left-color: var(--smm-primary);
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .newordersip .bodyneworder .servicdetaybox,
body.panelbg .description {
  background: var(--smm-soft-primary);
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 14px;
  color: var(--smm-body);
}

body.panelbg .newordersip .bodyneworder .servicdetaybox::after {
  border-color: transparent transparent var(--smm-soft-primary) transparent;
}

body.panelbg .newordersip .bodyneworder .servicdetaybox .scrol,
body.panelbg .description ul li {
  color: var(--smm-body);
  font-weight: 500;
}

body.panelbg .newordersip .bodyneworder .servicdetaybox .scrol::-webkit-scrollbar,
body.panelbg .listerealtimes::-webkit-scrollbar {
  background-color: #E2E8F0;
}

body.panelbg .newordersip .bodyneworder .servicdetaybox .scrol::-webkit-scrollbar-thumb,
body.panelbg .listerealtimes::-webkit-scrollbar-thumb {
  background-color: var(--smm-primary);
}

body.panelbg .neworderitem .butons {
  gap: 12px;
}

body.panelbg .neworderitem .butons a {
  width: 50%;
}

body.panelbg .neworderitem .butons button {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  padding: 12px 18px;
  background: var(--smm-primary) !important;
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.12);
}

body.panelbg .neworderitem .butons a:nth-child(2) button {
  background: var(--smm-secondary) !important;
}

body.panelbg .neworderitem .butons button:hover {
  background: var(--smm-primary-hover) !important;
}

body.panelbg .listerealtimes {
  background: #F7FAFC;
  border-radius: 14px;
  padding: 14px;
}

body.panelbg .new-order-real-time-updates-item {
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  box-shadow: none;
  padding: 14px;
}

body.panelbg .new-order-real-time-updates-item .urun .icon,
body.panelbg .new-order-real-time-updates-item .timedurum .time .icon {
  background: var(--smm-soft-primary) !important;
  color: var(--smm-primary) !important;
}

body.panelbg .new-order-real-time-updates-item .urun span,
body.panelbg .new-order-real-time-updates-item .timedurum .time .text h1 {
  color: var(--smm-title);
  font-weight: 600;
}

body.panelbg .new-order-real-time-updates-item .timedurum .time .text p {
  color: var(--smm-muted);
}

body.panelbg .new-order-real-time-updates-item .timedurum .durum {
  background: #F0F7FF;
  color: var(--smm-primary);
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 999px;
}

body.panelbg .new-order-nav-contact-us {
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  padding: 18px;
}

body.panelbg .new-order-nav-contact-us .alertmessages {
  background: #F0F7FF;
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 14px;
  color: var(--smm-body);
}

body.panelbg .new-order-nav-contact-us .buttonustu {
  color: var(--smm-title);
  font-weight: 600;
}

body.panelbg .new-order-nav-contact-us button {
  min-height: 44px;
  border-radius: 12px;
  background: var(--smm-primary);
  padding: 12px 18px;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.12);
}

body.panelbg .new-order-nav-contact-us button:hover {
  background: var(--smm-primary-hover);
}

@media (max-width: 850px) {
  body.panelbg .mediabutons {
    padding: 16px;
  }

  body.panelbg .newordersip .bodyneworder {
    padding: 16px;
  }

  body.panelbg .neworderitem .butons {
    flex-flow: column;
  }

  body.panelbg .neworderitem .butons a {
    width: 100%;
  }
}

/* Website-wide Sky Blue shared components */
body {
  background-color: var(--page-bg);
  color: var(--text-secondary);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--primary);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a:hover {
  color: var(--primary-hover);
}

button,
input,
select,
textarea {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

input,
select,
textarea,
.orderfilter label,
.servicescontent .searchform form label,
.servicescontent .searchform form select,
.listeleme-bolum-box .title form label,
.listeleme-bolum-box .title form select,
.cuzdankart .inputitem input,
.cuzdankart .inputitem select,
.destek-talebi-olustur-box input,
.destek-talebi-olustur-box select,
.destek-talebi-olustur-box textarea {
  background: var(--surface);
  border-color: #DCE4EE;
  color: var(--text-primary);
  border-radius: var(--radius-md);
}

input::placeholder,
textarea::placeholder {
  color: #9AA6B7;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
  outline: none;
}

.headmenu,
.panelheader {
  background: var(--surface);
  border-bottom-color: var(--border);
}

.headmenu .menu ul li a,
.headmenu .logo .sektor,
.footerdesc span,
.ftpmenubody .footermenuitem ul li a {
  color: var(--text-secondary);
}

.headmenu .menu ul li a:hover,
.hmloginbox .sifreunuttum a,
.hmloginbox .yoksakayitol a,
.footerdesc span a,
.ftpmenubody .footermenuitem ul li a:hover {
  color: var(--primary);
}

.loginbtn,
.registerbtn,
.hmloginbox button.giris,
.abonebar .formarea button,
.newordersalan .btnlist .neworderbtn,
.newordersalan .btnlist .walletbtn,
.destek-talebi-olustur-box .inptsitem1 button,
.daha-fazla-yukle-butonu button,
.newsupportticket button,
.replysupport button,
.cuzdankart button,
.detail-other-members-buton,
.new-order-nav-contact-us button,
.indirimmodal .modal-body .kodbox button {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: #fff !important;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 20px rgba(22, 119, 255, 0.12);
}

.loginbtn:hover,
.registerbtn:hover,
.hmloginbox button.giris:hover,
.abonebar .formarea button:hover,
.newordersalan .btnlist .neworderbtn:hover,
.newordersalan .btnlist .walletbtn:hover,
.destek-talebi-olustur-box .inptsitem1 button:hover,
.daha-fazla-yukle-butonu button:hover,
.newsupportticket button:hover,
.replysupport button:hover,
.cuzdankart button:hover,
.detail-other-members-buton:hover,
.new-order-nav-contact-us button:hover,
.indirimmodal .modal-body .kodbox button:hover {
  background: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}

.languagebtn,
.loginbtn,
.hmloginbox .area,
.platitem,
.aboutguvenli,
.aboutyorumlar,
.blogitem,
.blogtext,
.newordersalan,
.newordersdetail,
.newordersip,
.dashboardbox,
.dashboard-saife-box,
.dashboard-account-points-box,
.dashboard-spending,
.profilebox,
.profilsidebar,
.depositsaife .nav,
.cuzdankart,
.son-bakiye-yuklemeler-item,
.listeleme-bolum-box,
.orderfilter,
.siparistable,
.servistabloitem,
.updates-servis-guncel-item,
.destek-talebi-olustur-box,
.replysupport,
.push-saife-box .push-box-item,
.modal-content,
.mainmodal .nav,
.contentmodal .saife,
.sag-alt-bildirim-popup {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: var(--shadow-md);
}

.modal-content,
.languagemenuarea ul,
.panelaccountarea {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-modal);
}

.pagetitle h1,
.pagetitle h1 b,
.dashboard-saife-box .title,
.dashboard-account-points-box .title h1,
.dashboardbox .title .konu span,
.profilebox .title,
.push-saife-box .push-box-item .title,
.listeleme-bolum-box .title .baslik .text h1,
.newordersip .title h1,
.mediabutons .titlepanel .text h1,
.new-order-real-time-updates-item .timedurum .time .text h1,
.modalhead .text span,
.servicesmodal h2 {
  color: var(--text-primary);
}

.pagetitle p,
.dashboard-account-points-box p,
.dashboardbox .title .konu p,
.listeleme-bolum-box .title .baslik .text span,
.newordersip .title a,
.neworderitem label,
.neworderitem .copylink,
.new-order-real-time-updates-item .urun span,
.new-order-real-time-updates-item .timedurum .time .text p,
.servicescontent .searchform form label input,
.servistabloitem table tbody td,
.siparistable .item span {
  color: var(--text-secondary);
}

.headmenu .logo .sektor b,
.logoburger .sektor b,
.pagetitle.purple h1,
.pagetitle.purple h1 b,
.newordersip .title a.active,
.newordersip .title a:hover,
.neworderitem .hiddendeger.hidden,
.neworderitem .hiddendeger.hidden i,
.neworderitem .min-maxdeger span,
.neworderitem .outputex span,
.siparistable .copylink,
.siparistable .hiddendeger .buttongibi i,
.orderfilter ul li button.active,
.mobilmenbtn i {
  color: var(--primary) !important;
}

.hmloginbox .item i,
.mediabutons .titlepanel span,
.dashboardbox .title .icon,
.dashboard-saife-box .body .item .icon,
.neworderitem .icon,
.neworderitem .hiddendeger i,
.new-order-real-time-updates-item .urun .icon,
.new-order-real-time-updates-item .timedurum .time .icon,
.son-bakiye-yuklemeler-item .adim .icon,
.mainmodal .nav button .icon,
.push-saife-box .push-box-item .body i {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
}

.newordersip .title a.active::after,
.orderfilter ul li button.active,
.siparistable .paginations ul li.active a,
.progress1::-webkit-progress-value,
progress::-webkit-progress-value {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.servistabloitem table thead tr td,
.siparistable .thad,
.table thead,
.apicontent table thead {
  background: #F8FAFD !important;
  color: var(--text-secondary) !important;
}

.servistabloitem table tbody tr,
.siparistable .item,
.apicontent table tbody tr {
  border-color: var(--border-soft) !important;
}

.servistabloitem table tbody tr:hover,
.siparistable .item:hover,
.apicontent table tbody tr:hover {
  background: #F7FBFF !important;
}

.siparistable .item .id,
.new-order-real-time-updates-item .timedurum .durum,
.badge.info,
.status.info {
  background: var(--primary-light) !important;
  color: var(--primary-hover) !important;
}

.siparistable .item .status.succes,
.son-bakiye-yuklemeler-item .durum.success {
  background: var(--success-bg) !important;
  color: #15803D !important;
}

.siparistable .item .status.pending,
.siparistable .item .status.partial {
  background: var(--warning-bg) !important;
  color: #B45309 !important;
}

.siparistable .item .status.cancel,
.siparistable .report {
  background: var(--danger-bg) !important;
  color: #DC2626 !important;
}

.siparistable .item .status.waiting,
.siparistable .item .status.inprogress,
.siparistable .item .status.processing {
  background: #F1F5F9 !important;
  color: #475569 !important;
}

::-webkit-scrollbar-track {
  background: #F1F5F9;
}

::-webkit-scrollbar-thumb {
  background: #C4CFDC;
}

::-webkit-scrollbar-thumb:hover {
  background: #9EABBC;
}

/* Panel typography refinement */
body.panelbg .mediabutons {
  padding: 18px 20px;
}

body.panelbg .mediabutons .titlepanel {
  gap: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

body.panelbg .mediabutons .titlepanel span {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  font-size: 20px;
}

body.panelbg .mediabutons .titlepanel .text {
  margin-left: 0;
}

body.panelbg .mediabutons .titlepanel .text h1 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 4px;
}

body.panelbg .mediabutons .titlepanel .text p {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

body.panelbg .mediabutons .itembuton,
body.panelbg .mediabutons .itembuton.instagram,
body.panelbg .mediabutons .itembuton.twitter,
body.panelbg .mediabutons .itembuton.facebook,
body.panelbg .mediabutons .itembuton.youtube,
body.panelbg .mediabutons .itembuton.tiktok,
body.panelbg .mediabutons .itembuton.twitch,
body.panelbg .mediabutons .itembuton.spotify {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

body.panelbg .mediabutons .itembuton i {
  font-size: 16px;
  margin-right: 8px;
}

body.panelbg .newordersip .title {
  min-height: 58px;
  padding: 14px 18px;
}

body.panelbg .newordersip .title h1 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text-secondary);
}

body.panelbg .newordersip .title span,
body.panelbg .newordersip .title .link.nav a {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

body.panelbg .newordersip .title a {
  font-size: 14px;
  line-height: 1.35;
}

body.panelbg .newordersip .title i {
  font-size: 16px;
  margin-right: 6px;
}

body.panelbg .newordersip .title a.active::after {
  height: 5px;
  top: -14px;
  border-radius: 0 0 8px 8px;
}

body.panelbg .newordersip .bodyneworder {
  padding: 18px;
}

body.panelbg .neworderitem {
  margin-top: 10px;
  margin-bottom: 14px;
}

body.panelbg .neworderitem label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 7px;
}

body.panelbg .neworderitem select,
body.panelbg .neworderitem input,
body.panelbg .neworderitem .priceout,
body.panelbg .neworderitem .hiddendeger,
body.panelbg .neworderitem .copylink {
  font-size: 14px;
  line-height: 1.35;
}

body.panelbg .neworderitem select,
body.panelbg .neworderitem .hiddendeger {
  min-height: 44px;
}

body.panelbg .neworderitem .icon,
body.panelbg .neworderitem .hiddendeger i,
body.panelbg .neworderitem .hiddendeger .buttongibi i {
  width: 32px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  font-size: 16px;
}

body.panelbg .newordersip .bodyneworder .servicdetaybox .scrol,
body.panelbg .description,
body.panelbg .description ul li {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

body.panelbg .neworderitem .min-maxdeger span,
body.panelbg .neworderitem .outputex span {
  font-size: 12px;
  line-height: 1.35;
}

body.panelbg .neworderitem .butons button,
body.panelbg .new-order-nav-contact-us button {
  min-height: 42px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

body.panelbg .new-order-real-time-updates-item .urun span,
body.panelbg .new-order-real-time-updates-item .timedurum .time .text h1,
body.panelbg .new-order-real-time-updates-item .timedurum .durum {
  font-size: 13px;
  line-height: 1.35;
}

body.panelbg .new-order-real-time-updates-item .timedurum .time .text p,
body.panelbg .new-order-nav-contact-us .alertmessages,
body.panelbg .new-order-nav-contact-us .buttonustu {
  font-size: 12px;
  line-height: 1.45;
}

body.panelbg .dashboard-saife-box .title,
body.panelbg .dashboard-account-points-box .title h1,
body.panelbg .listeleme-bolum-box .title .baslik .text h1,
body.panelbg .destek-talebi-olustur-box .title .text h1,
body.panelbg .updates-servis-guncel-item .adim .text h1,
body.panelbg .son-bakiye-yuklemeler-item .adim .text h1,
body.panelbg .push-saife-box .push-box-item .title {
  font-size: 16px;
  line-height: 1.3;
}

body.panelbg .dashboard-saife-box .body .item h1,
body.panelbg .dashboard-account-points-box .points h2,
body.panelbg .son-bakiye-yuklemeler-item .adim .text h2,
body.panelbg .updates-servis-guncel-item .adim .text h2 {
  font-size: 15px;
  line-height: 1.35;
}

body.panelbg .pagetitle h1 {
  font-size: 26px;
  line-height: 1.2;
}

@media (max-width: 850px) {
  body.panelbg .mediabutons .titlepanel .text h1,
  body.panelbg .newordersip .title span,
  body.panelbg .newordersip .title .link.nav a,
  body.panelbg .newordersip .title a {
    font-size: 13px;
  }

  body.panelbg .newordersip .title h1 {
    font-size: 12px;
  }

  body.panelbg .pagetitle h1 {
    font-size: 22px;
  }
}

@media (max-width: 850px) {
  body.panelbg .panelheader {
    min-height: 60px;
  }

  body.panelbg .panelheader .burger {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  body.panelbg .panelheader .saifa {
    height: 40px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 40px;
  }

  body.panelbg .panelrighrt {
    padding-right: 8px;
  }

  body.panelbg .panelaccount {
    min-height: 60px;
    padding-left: 10px;
    padding-right: 48px;
  }

  body.panelbg .panelaccount .arrowicon {
    top: 11px;
  }

  body.panelbg .panelarea,
  body.panelbg .panelcontent.active .panelarea {
    width: 100%;
    padding: 16px;
    margin-top: 70px;
  }

  body.panelbg .margintoppanel {
    margin-top: 0;
  }

  body.panelbg .burgermenu {
    top: 60px;
    max-width: 100%;
  }

  body.panelbg .burgermenu ul {
    padding: 10px;
  }

  body.panelbg .burgermenu ul li i {
    width: 52px;
  }

  body.panelbg .burgermenu ul::after {
    left: 52px;
    width: calc(100% - 52px);
  }

  body.panelbg .panelcontent .burgermenu ul li span,
  body.panelbg .panelcontent.active .burgermenu ul li span {
    width: calc(100% - 52px);
  }

  body.panelbg .dashboard-saife-box .title,
  body.panelbg .dashboard-saife-box .body,
  body.panelbg .dashboard-account-points-box,
  body.panelbg .dashboard-spending {
    padding: 18px;
  }

  body.panelbg .dashboard-saife-box .body {
    padding-top: 0;
  }

  body.panelbg .dashboard-saife-box .body .item {
    min-height: auto;
  }

  body.panelbg .dashboard-account-points-box .title {
    align-items: flex-start;
    gap: 12px;
    flex-flow: column;
  }

  body.panelbg .dashboard-spending .spending .textler {
    gap: 12px;
  }

  body.panelbg .dashboard-spending .spending .text.orta {
    position: static;
  }

  body.panelbg .dashboard-spending .butongrup button {
    width: 100%;
  }

  body.panelbg .dashboard-spending .butongrup a {
    width: 50%;
  }

  body.panelbg .dashboard-spending .detail-other-members-buton {
    left: 18px;
    width: calc(100% - 36px);
  }
}

/* Smooth sidebar open/close */
@media (min-width: 851px) {
  body.panelbg .panelcontent {
    --sidebar-collapsed: 80px;
    --sidebar-expanded: 260px;
  }

  body.panelbg .burgermenu {
    width: var(--sidebar-collapsed);
    max-width: none;
    overflow-x: hidden;
    will-change: width;
    transition: width .26s ease, box-shadow .26s ease;
  }

  body.panelbg .panelcontent.active .burgermenu {
    width: var(--sidebar-expanded);
  }

  body.panelbg .burgermenu ul,
  body.panelbg .logoburger {
    width: var(--sidebar-expanded);
    min-width: 0;
  }

  body.panelbg .logoburger {
    padding: 16px 14px;
    transition: width .26s ease, padding .26s ease;
  }

  body.panelbg .panelcontent.active .logoburger {
    width: var(--sidebar-expanded);
    min-width: 0;
  }

  body.panelbg .logoburger img {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    object-position: left center;
    transition: width .26s ease, min-width .26s ease, max-width .26s ease;
  }

  body.panelbg .panelcontent.active .logoburger img {
    width: 108px;
    min-width: 108px;
    max-width: 108px;
  }

  body.panelbg .logoburger .sektor {
    opacity: 0;
    transform: translateX(-8px);
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .18s ease, transform .26s ease;
  }

  body.panelbg .panelcontent.active .logoburger .sektor {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    transition-delay: .08s;
  }

  body.panelbg .burgermenu ul li {
    display: flex;
    align-items: stretch;
    width: calc(var(--sidebar-expanded) - 24px);
  }

  body.panelbg .burgermenu ul li i {
    width: 56px;
    min-width: 56px;
    transition: background-color .2s ease, color .2s ease;
  }

  body.panelbg .burgermenu ul li span {
    width: calc(var(--sidebar-expanded) - 80px);
    min-width: 0;
    opacity: 0;
    transform: translateX(-8px);
    overflow: hidden;
    white-space: nowrap;
    transition: opacity .18s ease, transform .26s ease, background-color .2s ease, color .2s ease;
  }

  body.panelbg .panelcontent.active .burgermenu ul li span {
    width: calc(var(--sidebar-expanded) - 80px);
    min-width: 0;
    opacity: 1;
    transform: translateX(0);
    transition-delay: .06s;
  }

  body.panelbg .burgermenu ul li span .pd,
  body.panelbg .panelcontent.active .burgermenu ul li span .pd {
    width: auto;
    min-width: 0;
    padding: 16px 14px;
  }

  body.panelbg .burgermenu ul::after {
    left: 56px;
    width: calc(var(--sidebar-expanded) - 56px);
    transition: none;
  }

  body.panelbg .panelcontent .burgermenu ul li .smediam {
    width: calc(var(--sidebar-expanded) - 24px);
    min-width: 0;
    opacity: 0;
    transform: translateX(-8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .26s ease;
  }

  body.panelbg .panelcontent.active .burgermenu ul li .smediam {
    width: calc(var(--sidebar-expanded) - 24px);
    min-width: 0;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    padding: 0 10px;
    transition-delay: .08s;
  }

  body.panelbg .panelcontent .burgermenu ul li .media,
  body.panelbg .panelcontent.active .burgermenu ul li .media {
    width: 42px;
    height: 42px;
    min-width: 42px;
    transform: scale(.92);
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
  }

  body.panelbg .panelcontent.active .burgermenu ul li .media {
    transform: scale(1);
  }

  body.panelbg .panelarea {
    width: calc(100% - var(--sidebar-collapsed));
    transition: width .26s ease, padding .26s ease;
  }

  body.panelbg .panelcontent.active .panelarea {
    width: calc(100% - var(--sidebar-expanded));
  }

  body.panelbg .panelheader {
    transition: width .26s ease, margin-left .26s ease;
  }

  body.panelbg .panelcontent.active .panelheader {
    width: calc(100% - var(--sidebar-expanded));
    margin-left: var(--sidebar-expanded);
  }

  body.panelbg .panelcontent.active .burger {
    margin-left: 20px;
    transition: margin-left .26s ease, background-color .2s ease, color .2s ease;
  }
}

/* Sidebar order and readable scale */
@media (min-width: 851px) {
  body.panelbg .burgermenu ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  body.panelbg .burgermenu ul li {
    order: 1;
    min-height: 46px;
    margin-bottom: 2px;
  }

  body.panelbg .burgermenu ul li.panel-menu-updates {
    order: 1;
    bottom: auto;
    margin-top: 0;
    border-bottom: 0;
  }

  body.panelbg .burgermenu ul li.panel-sidebar-tools {
    order: 2;
    bottom: auto;
    margin-top: auto;
    border-top: 0;
    border-bottom: 0;
  }

  body.panelbg .burgermenu ul li i {
    width: 52px;
    min-width: 52px;
    padding: 13px 0;
    font-size: 18px;
  }

  body.panelbg .burgermenu ul li span {
    width: calc(var(--sidebar-expanded) - 76px);
  }

  body.panelbg .panelcontent.active .burgermenu ul li span {
    width: calc(var(--sidebar-expanded) - 76px);
  }

  body.panelbg .burgermenu ul li span .pd,
  body.panelbg .panelcontent.active .burgermenu ul li span .pd {
    padding: 13px 12px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
  }

  body.panelbg .burgermenu .count {
    width: 22px;
    height: 18px;
    margin-top: 0;
    font-size: 11px;
    line-height: 18px;
  }

  body.panelbg .panelcontent.active .burgermenu ul li .smediam {
    padding: 8px 8px 14px;
  }

  body.panelbg .panelcontent .burgermenu ul li .media,
  body.panelbg .panelcontent.active .burgermenu ul li .media {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
  }

  body.panelbg .panelcontent .burgermenu ul li .smediam i {
    font-size: 17px;
  }

  body.panelbg .logoburger {
    height: 74px;
  }

  body.panelbg .logoburger .sektor {
    font-size: 13px;
  }

  body.panelbg .panelheader .saifa {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 850px) {
  body.panelbg .burgermenu ul {
    display: flex;
    flex-direction: column;
  }

  body.panelbg .burgermenu ul li {
    order: 1;
  }

  body.panelbg .burgermenu ul li.panel-menu-updates {
    order: 1;
    bottom: auto;
    margin-top: 0;
  }

  body.panelbg .burgermenu ul li.panel-sidebar-tools {
    order: 2;
    bottom: auto;
    margin-top: auto;
    border-top: 0;
  }

  body.panelbg .burgermenu ul li span .pd,
  body.panelbg .panelcontent.active .burgermenu ul li span .pd {
    font-size: 14px;
    line-height: 1.25;
  }
}

/* Sidebar icon/text alignment */
body.panelbg .burgermenu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
}

body.panelbg .burgermenu ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  line-height: 1;
}

body.panelbg .burgermenu ul li span {
  display: flex;
  align-items: center;
  align-self: stretch;
}

body.panelbg .burgermenu ul li span .pd,
body.panelbg .panelcontent.active .burgermenu ul li span .pd {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}

body.panelbg .burgermenu .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

body.panelbg .panelcontent .burgermenu ul li .smediam {
  align-items: center;
}

body.panelbg .panelcontent .burgermenu ul li .media {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.panelbg .panelcontent .burgermenu ul li .media i {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  align-self: auto;
}

body.panelbg .burgermenu ul li span,
body.panelbg .burgermenu ul li span .pd,
body.panelbg .panelcontent.active .burgermenu ul li span .pd {
  font-weight: 500;
}

/* Keep profile dropdown reachable */
body.panelbg .panelaccountarea {
  top: 72px;
}

body.panelbg .panelaccountarea::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

body.panelbg .panelaccountarea .hs {
  display: none;
}

body.panelbg .panelaccountarea {
  width: 260px;
  left: auto;
  right: 0;
  padding: 10px;
}

body.panelbg .panelaccountarea ul {
  padding: 0;
}

body.panelbg .panelaccountarea ul li {
  margin: 2px 0;
}

body.panelbg .panelaccountarea ul li a {
  min-height: 42px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

body.panelbg .panelaccountarea ul li i {
  width: 22px;
  min-width: 22px;
  margin-right: 10px;
  margin-top: 0;
  font-size: 18px;
  color: var(--text-secondary);
}

body.panelbg .panelaccountarea ul li a:hover i {
  color: var(--primary);
}

body.panelbg .panelaccountarea ul li.active a {
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-weight: 600;
}

body.panelbg .panelaccountarea ul li.active a i {
  color: var(--smm-primary);
}

@media (max-width: 850px) {
  body.panelbg .panelaccountarea {
    top: 60px;
    right: 0;
    width: 230px;
  }
}

/* Topbar control alignment */
body.panelbg .panelheader {
  min-height: 72px;
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  margin-left: 80px;
}

body.panelbg .panelheader .burger {
  width: 42px;
  height: 42px;
  margin-top: 0;
  margin-left: 20px;
  border-radius: 12px;
}

body.panelbg .panelheader .burger i {
  font-size: 22px;
}

body.panelbg .panelheader .saifa {
  height: auto;
  margin-top: 0;
  margin-left: 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #9096a2;
}

body.panelbg .panelrighrt {
  margin-left: auto;
  padding-right: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 72px;
}

body.panelbg .panelrighrt > * {
  margin-top: 0 !important;
  margin-right: 0 !important;
}

body.panelbg .panelrighrt .darkmode {
  order: 1;
}

body.panelbg .panelrighrt .languagebtn {
  order: 2;
}

body.panelbg .panelrighrt .languagebtn + .languagebtn {
  order: 3;
}

body.panelbg .panelrighrt .bakiyeekle {
  order: 4;
}

body.panelbg .panelrighrt .panelaccount {
  order: 5;
}

body.panelbg .panelrighrt .darkmode {
  float: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

body.panelbg .panelrighrt .darkmode .toggle-container {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light) !important;
  border: 0 !important;
  border-radius: 10px;
}

body.panelbg .panelrighrt .theme-btn {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  background: transparent !important;
  border: 0 !important;
}

body.panelbg .panelrighrt .theme-btn img {
  width: 18px;
  height: 18px;
  filter: none;
  object-fit: contain;
}

body.panelbg .panelheader .languagebtn {
  min-height: 44px;
  height: 44px;
  padding: 6px 12px 6px 8px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

body.panelbg .languagebtn .texs {
  min-height: 30px;
  padding-left: 8px;
  padding-right: 18px;
}

body.panelbg .languagebtn .icon {
  width: 28px;
  height: 28px;
}

body.panelbg .languagebtn .icon img {
  margin-left: 0;
}

body.panelbg .languagebtn .ri-arrow-down-s-line {
  top: 12px;
  right: 8px;
}

body.panelbg .panelheader .bakiyeekle {
  height: 44px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
}

body.panelbg .panelaccount {
  min-height: 72px;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
}

body.panelbg .panelaccount .hxs {
  display: flex;
  align-items: center;
  height: 72px;
}

body.panelbg .panelaccount .arrowicon {
  top: 17px;
}

@media (max-width: 850px) {
  body.panelbg .panelheader {
    min-height: 60px;
    width: 100%;
    margin-left: 0;
  }

  body.panelbg .panelrighrt {
    height: 60px;
    gap: 6px;
    padding-right: 8px;
  }

  body.panelbg .panelheader .burger {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  body.panelbg .panelheader .saifa {
    font-size: 15px;
  }

  body.panelbg .panelrighrt .darkmode {
    display: none;
  }
}

body.panelbg .ticket-support-layout {
  row-gap: 24px;
}

body.panelbg .ticket-support-layout > [class*="col-"] {
  display: flex;
}

body.panelbg .ticket-support-layout .destek-talebi-olustur-box,
body.panelbg .ticket-support-layout .listeleme-bolum-box {
  width: 100%;
  margin-top: 0;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box {
  padding: 22px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  box-shadow: var(--smm-shadow);
  overflow: hidden;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title {
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title .baslik .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 14px;
  border-radius: 12px;
  font-size: 20px;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .18);
}

body.panelbg .ticket-support-layout .destek-talebi-olustur-box .title {
  padding: 22px;
}

body.panelbg .ticket-support-layout .destek-talebi-olustur-box .title .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 14px;
  border-radius: 12px;
  font-size: 20px;
}

body.panelbg .ticket-support-layout .destek-talebi-olustur-box .title .text h1 {
  font-size: 15px;
  line-height: 1.25;
}

body.panelbg .ticket-support-layout .destek-talebi-olustur-box .title .text span {
  font-size: 13px;
  line-height: 1.35;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title .baslik .text h1 {
  font-size: 15px;
  line-height: 1.25;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title .baslik .text span {
  font-size: 13px;
  line-height: 1.35;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title form {
  width: 100%;
  gap: 10px;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title form label {
  flex: 1 1 100%;
  margin-right: 0;
  width: 100%;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title form label input {
  width: 100%;
  font-size: 12px;
}

body.panelbg .ticket-support-layout .listeleme-bolum-box .title form select {
  flex: 0 0 160px;
  height: 36px;
  font-size: 12px;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler {
  padding: 14px;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row {
  align-items: center;
  row-gap: 10px;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child {
  flex: 0 0 18%;
  max-width: 18%;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-4 {
  flex: 0 0 34%;
  max-width: 34%;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) {
  flex: 0 0 24%;
  max-width: 24%;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-2 {
  flex: 0 0 22%;
  max-width: 22%;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .adim {
  align-items: center;
  min-width: 0;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .adim .icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 8px;
  font-size: 16px;
  border-radius: 10px;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .adim .text {
  min-width: 0;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .adim .text h2 {
  font-size: 12px;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .adim .text span {
  font-size: 10px;
  line-height: 1.25;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child .adim {
  justify-content: center;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child .adim .text h2 {
  font-size: 13px;
  text-align: center;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child .adim .text span {
  display: none;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim {
  justify-content: center;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim .text h2 {
  text-align: center;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-date-time {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: normal !important;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-date-time > span {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.15;
  white-space: nowrap;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-date-time > .ticket-time {
  color: var(--smm-muted);
  font-size: 11px;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim .text span {
  display: none;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim .text .ticket-date-time > span {
  display: block;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .durum {
  min-height: 36px;
  justify-content: center;
  gap: 5px;
  font-size: 11px;
  line-height: 1;
  border-radius: 10px;
  padding: 0 8px;
  white-space: nowrap;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .durum i {
  font-size: 13px;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill {
  border: 1px solid rgba(22, 119, 255, .16) !important;
  background: rgba(22, 119, 255, .1) !important;
  color: #1677ff !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-pending {
  border-color: rgba(247, 144, 9, .24) !important;
  background: #fff7e6 !important;
  color: #dc7900 !important;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-answered {
  border-color: rgba(18, 183, 106, .24) !important;
  background: #ecfdf3 !important;
  color: #079455 !important;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-closed {
  border-color: rgba(217, 45, 61, .22) !important;
  background: #fff1f3 !important;
  color: #d92d3d !important;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-neutral {
  border-color: rgba(22, 119, 255, .16) !important;
  background: rgba(22, 119, 255, .1) !important;
  color: #1677ff !important;
}

body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill span,
body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill i {
  color: inherit !important;
}

@media (min-width: 992px) {
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 145px 108px;
    gap: 10px;
    width: 100%;
    margin: 0;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-2,
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3,
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-4,
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child,
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) {
    width: auto;
    max-width: none;
    padding: 0;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim .text h2 {
    white-space: nowrap;
    overflow-wrap: normal;
    font-variant-numeric: tabular-nums;
  }
}

html.dark body.panelbg .tickets-page .listeleme-bolum-box .title form label,
body.panelbg.dark-mode .tickets-page .listeleme-bolum-box .title form label,
html.dark body.panelbg .updates-page-box #history-search > label,
body.panelbg.dark-mode .updates-page-box #history-search > label,
html.dark body.panelbg .servicescontent .searchform form label,
body.panelbg.dark-mode .servicescontent .searchform form label {
  border-color: var(--smm-border);
  background: var(--smm-bg);
  box-shadow: none;
}

html.dark body.panelbg .tickets-page .listeleme-bolum-box .title form label input,
body.panelbg.dark-mode .tickets-page .listeleme-bolum-box .title form label input,
html.dark body.panelbg .updates-page-box #history-search > label input,
body.panelbg.dark-mode .updates-page-box #history-search > label input,
html.dark body.panelbg .servicescontent .searchform form label input,
body.panelbg.dark-mode .servicescontent .searchform form label input {
  border: 0;
  background: transparent;
  color: var(--smm-title);
  box-shadow: none;
  caret-color: var(--smm-primary);
}

html.dark body.panelbg .tickets-page .listeleme-bolum-box .title form label input::placeholder,
body.panelbg.dark-mode .tickets-page .listeleme-bolum-box .title form label input::placeholder,
html.dark body.panelbg .updates-page-box #history-search > label input::placeholder,
body.panelbg.dark-mode .updates-page-box #history-search > label input::placeholder,
html.dark body.panelbg .servicescontent .searchform form label input::placeholder,
body.panelbg.dark-mode .servicescontent .searchform form label input::placeholder,
html.dark body.panelbg .tickets-page .listeleme-bolum-box .title form label button,
body.panelbg.dark-mode .tickets-page .listeleme-bolum-box .title form label button,
html.dark body.panelbg .updates-page-box #history-search > label button,
body.panelbg.dark-mode .updates-page-box #history-search > label button,
html.dark body.panelbg .servicescontent .searchform form label button,
body.panelbg.dark-mode .servicescontent .searchform form label button {
  color: var(--smm-muted);
  opacity: 1;
}

html.dark body.panelbg .tickets-page .listeleme-bolum-box .title form label:focus-within,
body.panelbg.dark-mode .tickets-page .listeleme-bolum-box .title form label:focus-within,
html.dark body.panelbg .updates-page-box #history-search > label:focus-within,
body.panelbg.dark-mode .updates-page-box #history-search > label:focus-within,
html.dark body.panelbg .servicescontent .searchform form label:focus-within,
body.panelbg.dark-mode .servicescontent .searchform form label:focus-within {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .14);
}

html.dark body.panelbg input[type="search"],
body.panelbg.dark-mode input[type="search"] {
  color: var(--smm-title);
  caret-color: var(--smm-primary);
}

html.dark body.panelbg input[type="search"]::placeholder,
body.panelbg.dark-mode input[type="search"]::placeholder {
  color: var(--smm-muted);
  opacity: 1;
}

html.dark body.panelbg .services-live-search .form-control,
body.panelbg.dark-mode .services-live-search .form-control {
  border-color: var(--smm-border);
  background: var(--smm-bg);
}

html.dark body.panelbg .tickets-page .ticket-history-item,
body.panelbg.dark-mode .tickets-page .ticket-history-item {
  border-color: var(--smm-border);
  background: var(--smm-soft);
}

html.dark body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-pending,
body.panelbg.dark-mode .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-pending {
  border-color: rgba(251, 191, 36, .3) !important;
  background: rgba(245, 158, 11, .13) !important;
  color: #fbbf24 !important;
}

html.dark body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-answered,
body.panelbg.dark-mode .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-answered {
  border-color: rgba(74, 222, 128, .28) !important;
  background: rgba(34, 197, 94, .13) !important;
  color: #4ade80 !important;
}

html.dark body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-closed,
body.panelbg.dark-mode .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-closed {
  border-color: rgba(248, 113, 113, .28) !important;
  background: rgba(239, 68, 68, .13) !important;
  color: #f87171 !important;
}

html.dark body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-neutral,
body.panelbg.dark-mode .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .ticket-status-pill.ticket-status-neutral {
  border-color: rgba(64, 150, 255, .3) !important;
  background: rgba(22, 119, 255, .13) !important;
  color: #69a9ff !important;
}

@media (max-width: 991.98px) {
  body.panelbg .ticket-support-layout > [class*="col-"] {
    display: block;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > [class*="col-md-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.panelbg .ticket-support-layout .listeleme-bolum-box .title form select {
    flex: 1 1 160px;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .panelarea {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.panelbg .margintoppanel {
    margin-top: 76px;
  }

  body.panelbg .ticket-support-layout .listeleme-bolum-box {
    padding: 16px;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > [class*="col-md-"] {
    width: 100% !important;
    flex: none;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-4 {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-2 {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > [class*="col-md-"] .adim,
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:first-child .adim,
  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim {
    justify-content: flex-start;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .row > .col-md-3:not(:first-child) .adim .text h2 {
    white-space: nowrap;
    overflow-wrap: normal;
    font-variant-numeric: tabular-nums;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .adim .text {
    flex: 1 1 auto;
    width: auto;
  }

  body.panelbg .ticket-support-layout .son-bakiye-yuklemeler-item.talepler .durum {
    width: 100%;
  }
}

body.panelbg .updates-page-box {
  padding: 22px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  box-shadow: var(--smm-shadow);
  overflow: hidden;
}

body.panelbg .updates-page-box .title {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

body.panelbg .updates-page-box .title .baslik .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 14px;
  border-radius: 12px;
  font-size: 20px;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .18);
}

body.panelbg .updates-page-box .title .baslik .text h1 {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

body.panelbg .updates-page-box .title .baslik .text span {
  font-size: 13px;
  line-height: 1.35;
}

body.panelbg .updates-page-box .title form {
  gap: 10px;
}

body.panelbg .updates-page-box .title form label {
  height: 38px;
  margin-right: 0;
  border-radius: 12px;
}

body.panelbg .updates-page-box .title form label input {
  width: 210px;
  font-size: 12px;
}

body.panelbg .updates-page-box .title form select {
  height: 38px;
  min-width: 150px;
  border-radius: 12px;
  font-size: 12px;
}

body.panelbg .updates-page-box .updates-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

body.panelbg .updates-page-box .updates-type-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

body.panelbg .updates-page-box .updates-type-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--smm-card);
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

body.panelbg .updates-page-box .updates-type-button.active,
body.panelbg .updates-page-box .updates-type-button:hover {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .updates-page-box .updates-servis-guncel-item {
  padding: 14px;
  margin-top: 12px;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .035);
}

body.panelbg .updates-page-box .updates-servis-guncel-item .row {
  align-items: center;
  row-gap: 10px;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .adim {
  min-width: 0;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .col-md-6 .adim {
  padding-right: 14px;
  border-right: 1px solid var(--smm-border);
}

body.panelbg .updates-page-box .updates-servis-guncel-item .adim .icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 17px;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .adim .text {
  min-width: 0;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .adim .text h1,
body.panelbg .updates-page-box .updates-servis-guncel-item .adim .text h2 {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .adim .text span {
  font-size: 11px;
  line-height: 1.3;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .durum {
  min-height: 38px;
  width: auto;
  min-width: 190px;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .durum i {
  margin-right: 0;
  font-size: 15px;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .durum span {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Perfect Panel update types: semantic colors stay independent of the active language. */
body.panelbg .updates-page-box .updates-servis-guncel-item .update-status {
  border: 1px solid rgba(22, 119, 255, .16);
  background: #eaf3ff;
  color: #1677ff;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--new-service {
  border-color: rgba(124, 58, 237, .18);
  background: #f3e8ff;
  color: #7c3aed;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--rate-increased {
  border-color: rgba(234, 88, 12, .2);
  background: #fff7ed;
  color: #c2410c;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--rate-decreased {
  border-color: rgba(22, 163, 74, .2);
  background: #f0fdf4;
  color: #15803d;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--service-enabled {
  border-color: rgba(8, 145, 178, .2);
  background: #ecfeff;
  color: #0e7490;
}

body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--service-disabled {
  border-color: rgba(220, 38, 38, .18);
  background: #fef2f2;
  color: #b91c1c;
}

html.dark body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--new-service {
  border-color: rgba(192, 132, 252, .3);
  background: rgba(124, 58, 237, .16);
  color: #d8b4fe;
}

html.dark body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--rate-increased {
  border-color: rgba(251, 146, 60, .3);
  background: rgba(234, 88, 12, .15);
  color: #fdba74;
}

html.dark body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--rate-decreased {
  border-color: rgba(74, 222, 128, .28);
  background: rgba(22, 163, 74, .15);
  color: #86efac;
}

html.dark body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--service-enabled {
  border-color: rgba(34, 211, 238, .28);
  background: rgba(8, 145, 178, .15);
  color: #67e8f9;
}

html.dark body.panelbg .updates-page-box .updates-servis-guncel-item .update-status--service-disabled {
  border-color: rgba(248, 113, 113, .28);
  background: rgba(220, 38, 38, .15);
  color: #fca5a5;
}

body.panelbg .updates-page-box .updates-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

body.panelbg .updates-page-box .updates-pagination .pagination {
  display: flex;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  gap: 7px;
}

body.panelbg .updates-page-box .updates-pagination li {
  list-style: none;
}

body.panelbg .updates-page-box .updates-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--smm-card);
  color: var(--smm-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.panelbg .updates-page-box .updates-pagination li.active a,
body.panelbg .updates-page-box .updates-pagination a:hover {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

@media (max-width: 991.98px) {
  body.panelbg .updates-page-box .title {
    flex-wrap: wrap;
  }

  body.panelbg .updates-page-box .title form {
    flex: 1 1 220px;
  }

  body.panelbg .updates-page-box .updates-toolbar {
    width: 100%;
    justify-content: stretch;
    flex-wrap: wrap;
  }

  body.panelbg .updates-page-box .updates-type-buttons {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  body.panelbg .updates-page-box .title form label {
    flex: 1 1 220px;
  }

  body.panelbg .updates-page-box .title form label input {
    width: 100%;
  }

  body.panelbg .updates-page-box .title form select {
    flex: 1 1 150px;
  }

  body.panelbg .updates-page-box .updates-servis-guncel-item .durum {
    min-width: 0;
    width: 100%;
  }

  body.panelbg .updates-page-box .updates-servis-guncel-item .col-md-6 .adim {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .updates-page-box {
    padding: 16px;
  }
}

.services-live-page {
  width: 100%;
}

body:not(.panelbg) .services-live-public {
  padding-top: 24px;
  padding-bottom: 70px;
}

.services-live-card,
.services-live-text {
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 16px;
  background: var(--smm-card, #fff);
  box-shadow: var(--smm-shadow, 0 8px 24px rgba(15, 23, 42, .06));
}

.services-live-card {
  overflow: hidden;
}

.services-live-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--smm-border, #e4eaf2);
}

.services-live-title {
  display: flex;
  align-items: center;
  min-width: 220px;
}

.services-live-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  border-radius: 12px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .18);
  font-size: 21px;
}

.services-live-title .text h1 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.services-live-title .text span {
  display: block;
  margin-top: 3px;
  color: var(--smm-muted, #8c99ab);
  font-size: 12px;
  font-weight: 500;
}

.services-live-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-live-toolbar > li {
  margin: 0;
}

.services-category-filter,
.services-currency-filter {
  position: relative;
}

.services-category-filter > .dropdown-menu {
  display: none;
}

.services-currency-filter > .dropdown-menu {
  display: none;
}

.services-category-filter.is-open > .dropdown-menu,
.services-currency-filter.is-open > .dropdown-menu {
  display: block;
}

.services-category-filter.is-open > button {
  border-color: var(--smm-primary, #1677ff);
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
}

.services-category-filter.is-open > button .ri-arrow-down-s-line {
  transform: rotate(180deg);
}

.services-currency-filter.is-open > button {
  border-color: var(--smm-primary, #1677ff);
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
}

.services-currency-filter.is-open > button .ri-arrow-down-s-line {
  transform: rotate(180deg);
}

.services-category-filter > button,
.services-currency-filter > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  min-width: 150px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 11px;
  background: var(--smm-card, #fff);
  color: var(--smm-body, #526074);
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
}

.services-category-filter > button .ri-arrow-down-s-line,
.services-currency-filter > button .ri-arrow-down-s-line {
  transition: transform .2s ease;
}

.services-category-filter > button:hover,
.services-category-filter > button:focus,
.services-currency-filter > button:hover,
.services-currency-filter > button:focus {
  border-color: var(--smm-primary, #1677ff);
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
}

.services-live-toolbar .dropdown-menu {
  min-width: 230px;
  max-height: 360px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 12px;
  background: var(--smm-card, #fff);
  box-shadow: var(--smm-shadow, 0 8px 24px rgba(15, 23, 42, .08));
}

.services-live-toolbar .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--smm-body, #526074);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.services-live-toolbar .dropdown-menu li a:hover {
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
}

.services-live-toolbar .dropdown-menu img,
.services-category-name img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.services-live-search .input-group {
  display: flex;
  align-items: center;
  width: 250px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 11px;
  background: var(--smm-card, #fff);
}

.services-live-search .form-control {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 13px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--smm-title, #172033);
  font-size: 12px;
}

.services-live-search .input-group-btn {
  display: flex;
}

.services-live-search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--smm-primary, #1677ff);
  font-size: 17px;
}

.services-live-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.services-live-table {
  width: 100%;
  min-width: 900px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.services-live-table thead th {
  padding: 16px 14px;
  border: 0;
  border-bottom: 1px solid var(--smm-border, #e4eaf2);
  background: var(--surface-soft, #fafcff);
  color: var(--smm-muted, #8c99ab);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-live-table tbody td {
  padding: 15px 14px;
  border: 0;
  border-bottom: 1px solid var(--smm-border, #e4eaf2);
  background: var(--smm-card, #fff);
  color: var(--smm-body, #526074);
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}

.services-live-table tbody tr:last-child td {
  border-bottom: 0;
}

.services-live-table .service-mobile-card-cell {
  display: none;
}

.services-live-table .service-column {
  width: 38%;
}

.services-live-table .favorite-column {
  width: 40px;
  text-align: center;
}

.services-live-table tbody .favorite-column {
  padding-inline-end: 4px;
}

.services-live-table .service-id-cell {
  width: 72px;
  padding-inline-start: 4px;
}

.services-live-table .description-column {
  width: 110px;
  text-align: right;
}

.services-live-table .services-category-row td {
  padding: 6px 10px;
  border-bottom: 0;
  background: var(--smm-card, #fff);
  color: #fff;
}

.services-category-name {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--smm-primary, #1677ff), #246cef);
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  text-align: left;
  box-shadow: 0 5px 14px rgba(22, 119, 255, .15);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.services-category-name:hover {
  color: #fff;
  box-shadow: 0 8px 20px rgba(22, 119, 255, .22);
  filter: brightness(1.035);
  transform: translateY(-1px);
}

.services-category-row.is-expanded .services-category-name {
  box-shadow: 0 8px 22px rgba(22, 119, 255, .24);
}

.services-category-name strong {
  flex: 1;
  min-width: 0;
}

.services-category-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 25px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.services-category-chevron {
  flex: 0 0 auto;
  color: #fff;
  font-size: 20px;
  transition: transform .2s ease;
}

.services-category-row.is-expanded .services-category-chevron {
  transform: rotate(180deg);
}

.services-category-name:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .9);
  outline-offset: 4px;
}

.services-service-row.is-accordion-visible {
  animation: services-accordion-reveal .18s ease-out;
}

@keyframes services-accordion-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-live-table .services-service-row:hover td {
  background: var(--surface-soft, #fafcff);
}

.services-live-table .service-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 32px;
  padding: 5px 9px;
  border-radius: 9px;
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
  font-weight: 700;
}

.services-live-table .service-name {
  color: var(--smm-title, #172033);
  line-height: 1.5;
}

.services-live-table .service-platform-icon {
  display: none;
}

.services-live-table .service-rate {
  color: var(--smm-success, #16a34a);
  font-weight: 700;
}

.services-live-table .service-rate-content {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.services-live-table .service-order-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(22, 119, 255, .12);
  border-radius: 11px;
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
  font-size: 18px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}

.services-live-table .service-order-link:hover,
.services-live-table .service-order-link:focus {
  border-color: var(--smm-primary, #1677ff);
  background: var(--smm-primary, #1677ff);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.services-live-table .service-rate-value {
  display: inline-flex;
  align-items: baseline;
  color: var(--smm-success, #16a34a);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
}

.service-favorite-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--surface-soft, #fafcff);
  color: var(--smm-muted, #8c99ab);
  cursor: pointer;
}

.service-favorite-button.favorite-active {
  background: #fff7e6;
  color: #f59e0b;
}

.service-description-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--smm-primary, #1677ff);
  border-radius: 9px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.service-description-button:hover {
  background: var(--smm-primary-hover, #0d68e8);
  color: #fff;
}

/* Bootstrap 3 JS uses `in`; keep modals visible with the existing Bootstrap 5 CSS. */
.modal.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop.fade.in {
  opacity: .5;
}

.service-unified-modal .modal-dialog {
  width: calc(100% - 32px);
  max-width: 760px;
  margin: 80px auto 30px;
}

.service-unified-modal .modal-content {
  overflow: hidden;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 16px;
  background: var(--smm-card, #fff);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .16);
}

.service-unified-modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--smm-border, #e4eaf2);
}

.service-unified-modal .service-modal-heading {
  flex: 1 1 auto;
  min-width: 0;
}

.service-unified-modal .service-modal-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--smm-primary, #1677ff);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-unified-modal .modal-title {
  margin: 0;
  padding-right: 0;
  color: var(--smm-title, #172033);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.service-unified-modal .close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--smm-soft-primary, #e6f4ff);
  color: var(--smm-primary, #1677ff);
  box-shadow: none;
  font-size: 20px;
  opacity: 1;
}

.service-unified-modal .modal-body {
  max-height: calc(100vh - 280px);
  padding: 22px;
  overflow-x: hidden;
  overflow-y: auto;
}

.service-modal-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-modal-detail {
  padding: 14px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 12px;
  background: var(--surface-soft, #fafcff);
}

.service-modal-detail span,
.service-modal-detail strong {
  display: block;
}

.service-modal-detail span {
  margin-bottom: 5px;
  color: var(--smm-muted, #8c99ab);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-modal-detail strong {
  color: var(--smm-title, #172033);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.service-modal-average {
  grid-column: 1 / -1;
}

.service-modal-detail[hidden],
.service-modal-description[hidden] {
  display: none;
}

.service-modal-description {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 12px;
  background: var(--surface-soft, #fafcff);
  color: var(--smm-body, #526074);
}

.service-modal-description h5 {
  margin: 0 0 10px;
  color: var(--smm-primary, #1677ff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.service-modal-description-content {
  color: var(--smm-body, #526074);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.service-modal-description-content > :first-child {
  margin-top: 0;
}

.service-modal-description-content > :last-child {
  margin-bottom: 0;
}

.service-modal-description-content img,
.service-modal-description-content video,
.service-modal-description-content iframe,
.service-modal-description-content table {
  max-width: 100%;
}

.service-modal-footer {
  padding: 16px 22px 20px;
  border-top: 1px solid var(--smm-border, #e4eaf2);
  background: var(--smm-card, #fff);
}

.service-modal-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 50px;
  padding: 11px 18px;
  border: 1px solid var(--smm-primary, #1677ff);
  border-radius: 12px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(22, 119, 255, .18);
}

.service-modal-footer a:hover,
.service-modal-footer a:focus {
  border-color: var(--smm-primary-hover, #0d68e8);
  background: var(--smm-primary-hover, #0d68e8);
  color: #fff;
  text-decoration: none;
}

.service-modal-footer a i:last-child {
  margin-left: auto;
}

html[dir="rtl"] .service-modal-footer a i:last-child {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(180deg);
}

html.dark .service-modal-description {
  background: rgba(255, 255, 255, .025);
}

html.dark .services-live-page,
html.dark .service-unified-modal,
body.dark-mode .services-live-page,
body.dark-mode .service-unified-modal {
  --surface-soft: #182235;
  --smm-soft-primary: rgba(22, 119, 255, .15);
  --smm-card: #141d2d;
  --smm-border: #2a3952;
  --smm-title: #e8eef8;
  --smm-body: #b8c6d9;
  --smm-muted: #8fa0b8;
  --smm-success: #4ade80;
  --smm-shadow: 0 12px 30px rgba(0, 0, 0, .24);
}

html.dark .services-live-card,
html.dark .services-live-text,
body.dark-mode .services-live-card,
body.dark-mode .services-live-text {
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

html.dark body:not(.panelbg) .services-live-public,
body.dark-mode:not(.panelbg) .services-live-public {
  color: var(--smm-body);
  color-scheme: dark;
}

html.dark .services-live-heading,
html.dark .services-live-table-wrap,
body.dark-mode .services-live-heading,
body.dark-mode .services-live-table-wrap {
  background: var(--smm-card);
}

html.dark .services-live-toolbar .dropdown-menu li a:focus,
html.dark .services-live-toolbar .dropdown-menu li.active a,
body.dark-mode .services-live-toolbar .dropdown-menu li a:focus,
body.dark-mode .services-live-toolbar .dropdown-menu li.active a {
  background: var(--smm-soft-primary);
  color: var(--smm-primary, #1677ff);
  outline: 0;
}

html.dark .services-live-search .form-control,
body.dark-mode .services-live-search .form-control {
  color: var(--smm-title);
  caret-color: var(--smm-primary, #1677ff);
}

html.dark .services-live-table tbody td,
html.dark .services-live-table .services-category-row td,
body.dark-mode .services-live-table tbody td,
body.dark-mode .services-live-table .services-category-row td {
  border-color: var(--smm-border);
}

html.dark .service-unified-modal .modal-content,
body.dark-mode .service-unified-modal .modal-content {
  border-color: var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-body);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .48);
}

html.dark .service-unified-modal .modal-header,
html.dark .service-unified-modal .modal-body,
html.dark .service-unified-modal .service-modal-footer,
body.dark-mode .service-unified-modal .modal-header,
body.dark-mode .service-unified-modal .modal-body,
body.dark-mode .service-unified-modal .service-modal-footer {
  border-color: var(--smm-border);
  background: var(--smm-card);
}

html.dark .service-unified-modal .close:hover,
html.dark .service-unified-modal .close:focus,
body.dark-mode .service-unified-modal .close:hover,
body.dark-mode .service-unified-modal .close:focus {
  background: var(--smm-primary, #1677ff);
  color: #fff;
  outline: 0;
}

html.dark .services-live-search .form-control::placeholder,
body.dark-mode .services-live-search .form-control::placeholder {
  color: #71829d;
  opacity: 1;
}

html.dark .service-favorite-button.favorite-active,
body.dark-mode .service-favorite-button.favorite-active {
  border: 1px solid rgba(245, 158, 11, .24);
  background: rgba(245, 158, 11, .14);
  color: #fbbf24;
}

@media (max-width: 767.98px) {
  html.dark .services-live-table .services-service-row > .service-mobile-card-cell,
  html.dark .services-live-table .services-service-row:hover > .service-mobile-card-cell,
  body.dark-mode .services-live-table .services-service-row > .service-mobile-card-cell,
  body.dark-mode .services-live-table .services-service-row:hover > .service-mobile-card-cell {
    border-color: var(--smm-border);
    background: var(--smm-card);
  }
}

html.dark .services-live-toolbar .dropdown-menu,
html.dark .service-unified-modal .modal-body,
body.dark-mode .services-live-toolbar .dropdown-menu,
body.dark-mode .service-unified-modal .modal-body {
  scrollbar-color: #40516d #182235;
}

.services-live-text {
  margin-top: 20px;
  padding: 22px;
  color: var(--smm-body, #526074);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .services-live-heading {
    align-items: stretch;
  }

  .services-live-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
  }

  .services-live-toolbar > li,
  .services-category-filter,
  .services-currency-filter,
  .services-category-filter > button,
  .services-currency-filter > button,
  .services-live-search .input-group {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .services-category-filter > button > [data-services-active-category] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .services-category-filter > .dropdown-menu {
    right: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: min(55vh, 420px);
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .services-category-filter > .dropdown-menu > li {
    float: none;
    width: 100%;
    min-width: 0;
  }

  .services-category-filter > .dropdown-menu > li > a {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .services-category-filter > .dropdown-menu > li > a > i,
  .services-category-filter > .dropdown-menu > li > a > img,
  .services-category-filter > .dropdown-menu > li > a > span:not(:last-child) {
    flex: 0 0 auto;
  }

  .services-category-filter > .dropdown-menu > li > a > span:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  html[dir="rtl"] .services-category-filter > .dropdown-menu {
    right: 0;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  body:not(.panelbg) .services-live-public {
    padding-top: 16px;
    padding-bottom: 50px;
  }

  .services-live-heading {
    align-items: stretch;
    padding: 16px;
  }

  .services-live-toolbar,
  .services-live-toolbar > li,
  .services-category-filter > button,
  .services-currency-filter > button,
  .services-live-search .input-group {
    width: 100%;
  }

  .services-live-toolbar > li {
    flex: 1 1 100%;
  }

  .services-live-toolbar .dropdown-menu {
    width: 100%;
  }

  .services-live-card {
    overflow: visible;
  }

  .services-live-table-wrap {
    overflow: visible;
  }

  .services-live-table {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-spacing: 0;
    contain: inline-size;
  }

  .services-live-table thead {
    display: none;
  }

  .services-live-table tbody,
  .services-live-table .services-category-row,
  .services-live-table .services-service-row {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .services-live-table .services-category-row td {
    display: block;
    width: 100%;
    padding: 5px 8px;
  }

  .services-category-name {
    min-height: 48px;
    padding: 11px 13px;
    border-radius: 11px;
    font-size: 12px;
  }

  .services-category-count {
    min-width: 29px;
    height: 24px;
    padding: 0 7px;
  }

  .services-live-table .services-service-row > td:not(.service-mobile-card-cell) {
    display: none;
  }

  .services-live-table .services-service-row > .service-mobile-card-cell {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--smm-border, #e4eaf2);
    background: var(--smm-card, #fff);
  }

  .services-live-table .services-service-row:hover > .service-mobile-card-cell {
    background: var(--smm-card, #fff);
  }

  .service-mobile-card {
    width: 100%;
    padding: 24px 16px 26px;
    text-align: center;
  }

  .service-mobile-platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 13px;
    color: var(--smm-primary, #1677ff);
    font-size: 42px;
    line-height: 1;
  }

  .service-mobile-platform-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }

  .service-mobile-id-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    margin: 0 auto 12px;
    padding: 4px 4px 4px 10px;
    border: 1px solid rgba(22, 119, 255, .22);
    border-radius: 11px;
    background: var(--smm-soft-primary, #eaf3ff);
    color: var(--smm-primary, #1677ff);
    box-shadow: 0 6px 16px rgba(22, 119, 255, .08);
  }

  .service-mobile-id-label {
    color: var(--smm-muted, #8c99ab);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
  }

  .service-mobile-id-value {
    color: var(--smm-primary, #1677ff);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  .service-mobile-name {
    max-width: 540px;
    margin: 0 auto 20px;
    color: var(--smm-title, #172033);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .service-mobile-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-bottom: 18px;
  }

  .service-mobile-metric {
    min-width: 0;
  }

  .service-mobile-metric > span,
  .service-mobile-average > span {
    display: block;
    margin-bottom: 5px;
    color: var(--smm-muted, #8c99ab);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
  }

  .service-mobile-metric strong {
    display: block;
    color: var(--smm-title, #172033);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
  }

  .service-mobile-average {
    margin-bottom: 18px;
  }

  .service-mobile-average strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 7px 13px;
    border-radius: 8px;
    background: var(--surface-soft, #f5f7fa);
    color: var(--smm-body, #526074);
    font-size: 13px;
    font-weight: 600;
  }

  .service-mobile-average strong i {
    font-size: 16px;
  }

  .service-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 390px;
    margin: 0 auto;
  }

  .service-mobile-actions .service-mobile-description-button,
  .service-mobile-buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 46px;
    padding: 9px 12px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  .service-mobile-actions .service-mobile-description-button {
    background: #ff6b0b;
  }

  .service-mobile-actions .service-mobile-description-button:hover,
  .service-mobile-actions .service-mobile-description-button:focus {
    background: #e95c00;
    color: #fff;
  }

  .service-mobile-buy-button {
    background: var(--smm-primary, #1677ff);
  }

  .service-mobile-buy-button:hover,
  .service-mobile-buy-button:focus {
    background: var(--smm-primary-hover, #0d68e8);
    color: #fff;
    text-decoration: none;
  }

  .service-mobile-actions i {
    font-size: 20px;
  }

  .service-unified-modal .modal-dialog {
    margin: 20px auto;
  }

  .service-unified-modal .modal-body {
    max-height: calc(100vh - 230px);
    padding: 16px;
  }

  .service-modal-footer {
    padding: 14px 16px 16px;
  }

  .service-modal-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-modal-average {
    grid-column: auto;
  }
}

@media (max-width: 359.98px) {
  .service-mobile-card {
    padding-right: 12px;
    padding-left: 12px;
  }

  .service-mobile-name {
    font-size: 14px;
  }

  .service-mobile-metric strong {
    font-size: 16px;
  }

  .service-mobile-actions .service-mobile-description-button,
  .service-mobile-buy-button {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
}

/* One service row serves both desktop and mobile; no duplicate mobile card markup. */
@media (max-width: 767.98px) {
  .services-live-table.services-single-markup .services-service-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 10px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--smm-border, #e4eaf2);
    background: var(--smm-card, #fff);
  }

  .services-live-table.services-single-markup .services-service-row > td:not(.service-mobile-card-cell) {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
  }

  .services-live-table.services-single-markup .services-service-row:hover > td:not(.service-mobile-card-cell) {
    background: transparent;
  }

  .services-live-table.services-single-markup .services-service-row > .favorite-column {
    position: absolute;
    top: 18px;
    right: 14px;
    z-index: 1;
  }

  html[dir="rtl"] .services-live-table.services-single-markup .services-service-row > .favorite-column {
    right: auto;
    left: 14px;
  }

  .services-live-table.services-single-markup .service-id-cell,
  .services-live-table.services-single-markup .service-name,
  .services-live-table.services-single-markup .description-column,
  .services-live-table.services-single-markup .service-average {
    grid-column: 1 / -1;
  }

  .services-live-table.services-single-markup .service-id-cell::before,
  .services-live-table.services-single-markup .service-rate::before,
  .services-live-table.services-single-markup .service-min::before,
  .services-live-table.services-single-markup .service-max::before,
  .services-live-table.services-single-markup .service-average::before {
    display: block;
    margin-bottom: 6px;
    color: var(--smm-muted, #8c99ab);
    content: attr(data-mobile-label);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
  }

  .services-live-table.services-single-markup .service-id {
    min-width: 64px;
    min-height: 36px;
    font-size: 14px;
  }

  .services-live-table.services-single-markup .service-name {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2px 26px 4px !important;
    color: var(--smm-title, #172033);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .services-live-table.services-single-markup .service-platform-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: var(--smm-primary, #1677ff);
    font-size: 25px;
    line-height: 1;
  }

  .services-live-table.services-single-markup .service-platform-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .services-live-table.services-single-markup .service-rate,
  .services-live-table.services-single-markup .service-min,
  .services-live-table.services-single-markup .service-max {
    color: var(--smm-title, #172033);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
  }

  .services-live-table.services-single-markup .service-rate-content {
    justify-content: center;
    gap: 7px;
    white-space: normal;
  }

  .services-live-table.services-single-markup .service-rate-value {
    font-size: 15px;
    white-space: normal;
  }

  .services-live-table.services-single-markup .service-order-link {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .services-live-table.services-single-markup .service-average {
    color: var(--smm-body, #526074);
    font-size: 13px;
  }

  .services-live-table.services-single-markup .description-column {
    width: auto;
    text-align: center;
  }

  .services-live-table.services-single-markup .description-column .service-description-button {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 11px;
    background: #ff6b0b;
    color: #fff;
    font-size: 13px;
  }

  .services-live-table.services-single-markup .description-column .service-description-button:hover,
  .services-live-table.services-single-markup .description-column .service-description-button:focus {
    background: #e95c00;
    color: #fff;
  }
}

body.panelbg .deposit-page-payments {
  gap: 18px;
  align-items: stretch;
}

body.panelbg .deposit-page-payments .nav,
body.panelbg .deposit-page-payments .cuzdankart,
body.panelbg .deposit-page-history {
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
  overflow: hidden;
}

body.panelbg .deposit-page-payments .nav {
  width: 280px;
  min-width: 280px;
  margin-right: 0;
  padding: 14px;
}

@media (min-width: 992px) {
  body.panelbg .deposit-page-payments > nav {
    flex: 0 0 340px;
    width: 340px;
  }

  body.panelbg .deposit-page-payments > nav .nav {
    width: 100%;
    min-width: 0;
  }

  body.panelbg .deposit-page-payments > .tab-content {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
}

body.panelbg .deposit-page-payments .radiomenu {
  margin-bottom: 14px;
  padding: 6px;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  background: var(--smm-bg);
}

body.panelbg .deposit-page-payments .radiomenu label {
  width: 40px;
  height: 34px;
  border-radius: 10px;
}

body.panelbg .deposit-page-payments .radiomenu label i {
  font-size: 17px;
}

body.panelbg .deposit-page-payments .radiomenu label span {
  top: -120%;
  padding: 7px 9px;
  border-radius: 9px;
  font-size: 11px;
  white-space: nowrap;
}

body.panelbg .deposit-page-payments .nav button {
  min-height: 62px;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  background: var(--smm-bg) !important;
}

body.panelbg .deposit-page-payments .nav button.active,
body.panelbg .deposit-page-payments .nav button:hover {
  background: var(--smm-primary) !important;
  border-color: var(--smm-primary);
}

body.panelbg .deposit-page-payments .nav button .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin-right: 10px;
  padding: 6px;
  border-radius: 12px;
}

body.panelbg .deposit-page-payments .nav button .text span {
  font-size: 11px;
  line-height: 1.25;
}

body.panelbg .deposit-page-payments .nav button .text h1 {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

body.panelbg .deposit-page-payments .cuzdankart .title {
  padding: 20px 22px;
  border-bottom-color: var(--smm-border);
}

body.panelbg .deposit-page-payments .cuzdankart .title h5 {
  color: var(--smm-title);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

body.panelbg .deposit-page-payments .cuzdankart .title p {
  color: var(--smm-body);
  font-size: 13px;
  line-height: 1.4;
}

body.panelbg .deposit-page-payments .cuzdankart .bos {
  padding: 22px;
  border-bottom-color: var(--smm-border);
}

body.panelbg .deposit-page-payments .cuzdankart .inputitem {
  margin-bottom: 14px;
}

body.panelbg .deposit-page-payments .cuzdankart .inputitem label {
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .deposit-page-payments .cuzdankart .inputitem input {
  height: 44px;
  padding: 0 14px;
  border-color: var(--smm-border);
  border-radius: 12px;
  color: var(--smm-title);
  font-size: 13px;
}

body.panelbg .deposit-page-payments .cuzdankart .komisyon {
  display: flex;
  align-items: center;
  min-height: 44px;
}

body.panelbg .deposit-page-payments .cuzdankart .komisyon .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  line-height: 42px;
  border-radius: 12px;
}

body.panelbg .deposit-page-payments .cuzdankart .komisyon .icon i {
  font-size: 17px;
}

body.panelbg .deposit-page-payments .cuzdankart .komisyon span {
  width: auto;
  min-height: 42px;
  padding-left: 10px;
  color: var(--smm-primary);
  font-size: 13px;
  line-height: 1.25;
}

body.panelbg .deposit-page-payments .cuzdankart button {
  height: 44px;
  max-width: none;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1;
}

body.panelbg .deposit-page-payments .cuzdankart ul {
  padding: 18px 22px 20px;
}

body.panelbg .deposit-page-payments .cuzdankart ul li {
  color: var(--smm-body);
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 8px;
}

body.panelbg .deposit-page-history {
  padding: 22px;
}

body.panelbg .deposit-page-history .title {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

body.panelbg .deposit-page-history .title .baslik .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 14px;
  border-radius: 12px;
  font-size: 20px;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .18);
}

body.panelbg .deposit-page-history .title .baslik .text h1 {
  font-size: 15px;
  line-height: 1.25;
}

body.panelbg .deposit-page-history .title .baslik .text span {
  font-size: 13px;
  line-height: 1.35;
}

body.panelbg .deposit-page-history .title form {
  gap: 10px;
}

body.panelbg .deposit-page-history .title form label {
  height: 38px;
  margin-right: 0;
  border-radius: 12px;
}

body.panelbg .deposit-page-history .title form label input {
  width: 210px;
  font-size: 12px;
}

body.panelbg .deposit-page-history .title form select {
  height: 38px;
  min-width: 150px;
  border-radius: 12px;
  font-size: 12px;
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item {
  padding: 14px;
  margin-top: 12px;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .035);
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .row {
  align-items: center;
  row-gap: 10px;
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .adim {
  min-width: 0;
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .adim .icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 17px;
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .adim .text {
  min-width: 0;
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .adim .text h1,
body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .adim .text h2 {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: anywhere;
}

body.panelbg .deposit-page-history .son-bakiye-yuklemeler-item .adim .text span {
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  body.panelbg .deposit-page-payments {
    flex-direction: column;
  }

  body.panelbg .deposit-page-payments .nav {
    width: 100%;
    min-width: 0;
  }

  body.panelbg .deposit-page-history .title {
    flex-wrap: wrap;
  }

  body.panelbg .deposit-page-history .title form {
    width: 100%;
  }

  body.panelbg .deposit-page-history .title form label {
    flex: 1 1 220px;
  }

  body.panelbg .deposit-page-history .title form label input {
    width: 100%;
  }

  body.panelbg .deposit-page-history .title form select {
    flex: 1 1 150px;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .deposit-page-history,
  body.panelbg .deposit-page-payments .cuzdankart .bos,
  body.panelbg .deposit-page-payments .cuzdankart .title {
    padding: 16px;
  }

  body.panelbg .deposit-page-payments .nav {
    padding: 12px;
  }
}

body.panelbg .ticket-detail-page {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: calc(100dvh - 148px);
  max-height: none;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  box-shadow: var(--smm-shadow);
  overflow: hidden;
}

body.panelbg:has(.ticket-detail-page) {
  overflow-x: hidden;
  overflow-y: auto;
}

html.ticket-detail-html,
html.ticket-detail-html body {
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

body.panelbg.ticket-detail-body {
  overflow-x: hidden;
  overflow-y: auto;
}

body.panelbg.ticket-detail-body .panelcontent {
  min-height: 100dvh;
  height: auto;
  overflow: visible;
}

body.panelbg:has(.ticket-detail-page) .panelarea,
body.panelbg.ticket-detail-body .panelarea {
  min-height: 100dvh;
  height: auto;
  overflow: visible;
  margin-top: 0;
  padding-bottom: 24px;
}

body.panelbg:has(.ticket-detail-page) .margintoppanel,
body.panelbg.ticket-detail-body .margintoppanel {
  min-height: calc(100dvh - 124px);
  height: auto;
  margin-top: 88px;
  margin-bottom: 0;
  overflow: visible;
}

body.panelbg .ticket-detail-page .title {
  float: none;
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom-color: var(--smm-border);
}

body.panelbg .ticket-detail-page .title .bolone {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.panelbg .ticket-detail-page .title .bolone:first-child {
  flex: 1 1 auto;
}

body.panelbg .ticket-detail-page .title .bolone:nth-child(2),
body.panelbg .ticket-detail-page .title .buttongrup {
  flex: 0 0 auto;
}

body.panelbg .ticket-detail-page .title .geridon {
  padding: 0;
  border-right: 0;
  margin-right: 4px;
}

body.panelbg .ticket-detail-page .title .geridon a {
  display: inline-flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
  gap: 6px;
}

body.panelbg .ticket-detail-page .title .geridon a i {
  font-size: 16px;
}

body.panelbg .ticket-detail-page .title .geridon a h6 {
  display: block !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
}

body.panelbg .ticket-detail-page .title .konu {
  display: flex;
  align-items: center;
  min-height: 44px;
  min-width: 0;
}

body.panelbg .ticket-detail-page .title .konu .text {
  min-width: 0;
}

body.panelbg .ticket-detail-page .title .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  font-size: 17px;
}

body.panelbg .ticket-detail-page .title .konu span {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: anywhere;
}

body.panelbg .ticket-detail-page .title .konu p {
  margin-top: 1px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
}

body.panelbg .ticket-detail-page .title .buttongrup {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.panelbg .ticket-detail-page .title .buttongrup .close,
body.panelbg .ticket-detail-page .title .buttongrup .durum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

body.panelbg .ticket-detail-page .title .buttongrup .durum {
  gap: 6px;
}

body.panelbg .ticket-detail-page .title .buttongrup .durum i {
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
}

body.panelbg .ticket-detail-page .alan {
  float: none;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  padding: 20px;
}

body.panelbg .ticket-detail-page .destektalebikonusma {
  float: none;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-bg);
  overflow: hidden;
}

body.panelbg .ticket-detail-page .destektalebikonusma .scrool {
  float: none;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
}

body.panelbg .ticket-detail-page .customeritem,
body.panelbg .ticket-detail-page .officialitem {
  margin-bottom: 16px;
}

body.panelbg .ticket-detail-page .customeritem .text,
body.panelbg .ticket-detail-page .officialitem .text {
  max-width: 680px;
  padding: 12px 14px;
  border-radius: 14px;
}

body.panelbg .ticket-detail-page .customeritem .text p,
body.panelbg .ticket-detail-page .officialitem .text p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

body.panelbg .ticket-detail-page .customeritem .userimg,
body.panelbg .ticket-detail-page .officialitem .userimg {
  width: 34px;
  height: 34px;
  min-width: 34px;
}

body.panelbg .ticket-detail-page .customeritem .userinfo .date,
body.panelbg .ticket-detail-page .officialitem .userinfo .date {
  font-size: 11px;
  line-height: 1.2;
  color: var(--smm-muted);
}

body.panelbg .ticket-detail-page .replysupport {
  float: none;
  flex: 0 0 auto;
  padding: 14px;
  border-top: 1px solid var(--smm-border);
  background: var(--smm-card);
}

body.panelbg .ticket-detail-page .replysupport form {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.panelbg .ticket-detail-page .replysupport input {
  float: none;
  flex: 1 1 auto;
  width: auto;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  font-size: 13px;
}

body.panelbg .ticket-detail-page .replysupport button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

body.panelbg .ticket-detail-page .replysupport button i {
  display: block;
  margin: 0;
  line-height: 1;
}

@media (max-width: 991.98px) {
  body.panelbg .ticket-detail-page .title {
    align-items: flex-start;
    flex-flow: column nowrap;
  }

  body.panelbg .ticket-detail-page .title .bolone,
  body.panelbg .ticket-detail-page .title .buttongrup {
    width: 100%;
    flex-wrap: wrap;
  }

  body.panelbg .ticket-detail-page .title .buttongrup {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  body.panelbg.ticket-detail-body .panelcontent {
    min-height: 100dvh;
    height: auto;
  }

  body.panelbg:has(.ticket-detail-page) .panelarea,
  body.panelbg.ticket-detail-body .panelarea {
    min-height: 100dvh;
    height: auto;
  }

  body.panelbg:has(.ticket-detail-page) .margintoppanel,
  body.panelbg.ticket-detail-body .margintoppanel {
    min-height: calc(100dvh - 96px);
    height: auto;
    margin-top: 76px;
  }

  body.panelbg .ticket-detail-page .title,
  body.panelbg .ticket-detail-page .alan {
    padding: 16px;
  }

  body.panelbg .ticket-detail-page .destektalebikonusma .scrool {
    padding: 14px;
  }

  body.panelbg .ticket-detail-page .customeritem .text,
  body.panelbg .ticket-detail-page .officialitem .text {
    max-width: 100%;
  }
}

body.panelbg .push-saife-box .push-box-item {
  border-radius: 8px;
}

body.panelbg .push-saife-box .push-box-item .title {
  font-size: 15px;
  font-weight: 600;
  padding: 9px 12px;
}

body.panelbg .push-saife-box .push-box-item .body {
  min-height: 150px;
  padding: 18px 14px;
}

body.panelbg .push-saife-box .push-box-item .body > i,
body.panelbg .push-saife-box .push-icon-group i {
  background: transparent !important;
  color: var(--primary) !important;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  line-height: 1;
}

body.panelbg .push-saife-box .push-box-item .body > i {
  font-size: 30px;
}

body.panelbg .push-saife-box .push-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 30px;
}

body.panelbg .push-saife-box .push-icon-group i {
  font-size: 28px;
}

body.panelbg .push-saife-box .push-box-item .body h1 {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 9px;
}

body.panelbg .push-saife-box .push-box-item .body span {
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

body.panelbg .push-box-item .switch {
  width: 48px;
  height: 26px;
  margin: 12px 0 0;
}

body.panelbg .push-box-item .switch .slider:before {
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
}

body.panelbg .push-box-item .switch input:checked + .slider:before {
  transform: translateX(22px);
}

body.panelbg .detay-mail-ileti-item {
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 16px;
}

body.panelbg .detay-mail-ileti-item .baslik .icon {
  background: transparent !important;
  color: var(--primary) !important;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  font-size: 22px;
  border-radius: 0;
}

body.panelbg .detay-mail-ileti-item .baslik .text h1 {
  font-size: 15px;
  line-height: 1.15;
}

body.panelbg .detay-mail-ileti-item .baslik .text span,
body.panelbg .detay-mail-ileti-item h2 {
  font-size: 13px;
  line-height: 1.3;
}

body.panelbg .detay-mail-ileti-item h2 {
  font-weight: 500;
}

body.panelbg .details.btn {
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 12px;
}

@media (max-width: 767.98px) {
  body.panelbg .detay-mail-ileti-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (min-width: 851px) {
  body.panelbg .logoburger {
    justify-content: flex-start;
    padding: 14px 22px;
  }

  body.panelbg .logoburger .sidebar-logo,
  body.panelbg .panelcontent.active .logoburger .sidebar-logo {
    display: block;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 36px;
    object-fit: contain;
    object-position: center;
  }

  body.panelbg .logoburger .sidebar-favicon {
    display: none;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    object-fit: contain;
    object-position: center;
  }

  body.panelbg .panelcontent:not(.active) .logoburger {
    width: var(--sidebar-collapsed);
    min-width: 0;
    justify-content: center;
    padding: 14px;
  }

  body.panelbg .panelcontent:not(.active) .logoburger .sidebar-logo {
    display: none;
  }

  body.panelbg .panelcontent:not(.active) .logoburger .sidebar-favicon {
    display: block;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    object-fit: contain;
    object-position: center;
  }
}

body.panelbg .logoburger .sidebar-logo,
body.panelbg .panelcontent.active .logoburger .sidebar-logo {
  display: block;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}

body.panelbg .logoburger .sidebar-favicon,
body.panelbg .panelcontent.active .logoburger .sidebar-favicon {
  display: none;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}

body.panelbg .panelcontent:not(.active) .logoburger {
  width: var(--sidebar-collapsed, 80px);
  min-width: 0;
  justify-content: center;
  padding: 14px;
}

body.panelbg .panelcontent:not(.active) .logoburger .sidebar-logo {
  display: none;
}

body.panelbg .panelcontent:not(.active) .logoburger .sidebar-favicon {
  display: block;
}

body.panelbg .profilcontent .profilsidebar,
body.panelbg .profilcontent .profilebox {
  border-radius: 8px;
}

body.panelbg .profilcontent .profilsidebar .hsthed {
  padding: 18px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .prophoto {
  width: 64px;
  height: 64px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .prophoto img {
  border-radius: 10px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .prophoto button {
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  bottom: -11px;
  padding: 0;
  line-height: 24px;
  font-size: 15px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .profilname {
  width: calc(100% - 64px);
  min-height: 64px;
  padding-left: 14px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .profilname h3 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .profilname h3::after {
  width: 10px;
  height: 12px;
  margin-left: 6px;
  margin-top: 3px;
}

body.panelbg .profilcontent .profilsidebar .hsthed .profilname span {
  font-size: 13px;
  line-height: 1.25;
}

body.panelbg .profilcontent .sidemenu {
  padding: 12px 0;
}

body.panelbg .profilcontent .sidemenu .nav-link {
  border-left-width: 3px;
  font-size: 14px;
  line-height: 1.25;
  padding: 10px 22px;
  min-height: 42px;
}

body.panelbg .profilcontent .sidemenu .nav-link.active {
  border-left-width: 3px;
}

body.panelbg .profilcontent .profilebox .title {
  font-size: 15px;
  line-height: 1.25;
  padding: 16px 18px;
}

body.panelbg .profilcontent .profilebox .arcon {
  padding: 18px;
}

body.panelbg .profilcontent .profilebox .inptsitem {
  margin-top: 0;
  margin-bottom: 12px;
}

body.panelbg .profilcontent .inptsitem label {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 7px;
}

body.panelbg .profilcontent .inptsitem input,
body.panelbg .profilcontent .inptsitem select,
body.panelbg .profilcontent .profilebox .inptsitem select {
  min-height: 40px;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

body.panelbg .profilcontent .profilebox .inptsitem select {
  padding-left: 48px;
  padding-right: 34px;
}

body.panelbg .profilcontent .profilebox .inptsitem .icon {
  width: 24px;
  height: 24px;
  left: 10px;
  top: 8px;
  line-height: 24px;
}

body.panelbg .profilcontent .inptsitem .select::after,
body.panelbg .profilcontent .profilebox .inptsitem .select::after {
  right: 13px;
  top: 16px;
  width: 8px;
  height: 8px;
}

body.panelbg .profilcontent .inptsitem button {
  min-height: 42px;
  padding: 11px 16px;
  margin-top: 22px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

body.panelbg .profilcontent .apiokey {
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
}

body.panelbg .profilcontent .copybtn {
  padding: 10px 14px;
  border-radius: 8px;
}

body.panelbg .profilcontent .copybtn i {
  font-size: 17px;
}

@media (max-width: 767.98px) {
  body.panelbg .profilcontent .profilebox {
    margin-top: 14px;
  }
}

.servicescontent .mediabutons {
  padding: 18px;
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.servicescontent .mediabutons .body {
  display: grid;
  gap: 12px;
}

.servicescontent .mediabutons .sectionser {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 0;
}

.servicescontent .mediabutons .sectionser a {
  width: auto;
  min-width: 0;
}

.servicescontent .mediabutons .itembuton,
body.panelbg .servicescontent .mediabutons .itembuton,
body.panelbg .servicescontent .mediabutons .itembuton.instagram,
body.panelbg .servicescontent .mediabutons .itembuton.twitter,
body.panelbg .servicescontent .mediabutons .itembuton.facebook,
body.panelbg .servicescontent .mediabutons .itembuton.youtube,
body.panelbg .servicescontent .mediabutons .itembuton.tiktok,
body.panelbg .servicescontent .mediabutons .itembuton.twitch,
body.panelbg .servicescontent .mediabutons .itembuton.spotify {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #E1E8F2;
  border-radius: 9px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFDFF 100%);
  color: #516075;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 12px rgba(15, 23, 42, 0.035);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.servicescontent .mediabutons .itembuton i,
body.panelbg .servicescontent .mediabutons .itembuton i {
  color: var(--primary, #1677FF);
  font-size: 16px;
  margin-right: 9px;
}

.servicescontent .mediabutons .itembuton:hover,
body.panelbg .servicescontent .mediabutons .itembuton:hover,
body.panelbg .servicescontent .mediabutons .itembuton.instagram:hover,
body.panelbg .servicescontent .mediabutons .itembuton.twitter:hover,
body.panelbg .servicescontent .mediabutons .itembuton.facebook:hover,
body.panelbg .servicescontent .mediabutons .itembuton.youtube:hover,
body.panelbg .servicescontent .mediabutons .itembuton.tiktok:hover,
body.panelbg .servicescontent .mediabutons .itembuton.twitch:hover,
body.panelbg .servicescontent .mediabutons .itembuton.spotify:hover {
  border-color: rgba(22, 119, 255, 0.36);
  background: #FFFFFF;
  color: var(--primary, #1677FF);
  box-shadow: 0 10px 22px rgba(22, 119, 255, 0.10);
  transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
  .servicescontent .mediabutons .sectionser {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .servicescontent .mediabutons {
    padding: 14px;
  }

  .servicescontent .mediabutons .sectionser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

body.panelbg .panelrighrt .darkmode .toggle-container {
  width: 44px;
  height: 44px;
  border: 1px solid #DCE6F2 !important;
  border-radius: 14px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4FAFF 100%) !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

body.panelbg .panelrighrt .theme-btn {
  width: 100%;
  height: 100%;
  padding: 11px;
  border-radius: 14px;
}

body.panelbg .panelrighrt .theme-btn img {
  width: 22px;
  height: 22px;
  display: block;
  filter: brightness(0) saturate(100%) invert(43%) sepia(93%) saturate(2094%) hue-rotate(202deg) brightness(101%) contrast(101%);
}

body.panelbg .panelrighrt .theme-btn:hover {
  background: rgba(22, 119, 255, 0.08) !important;
}

body.register-page .loginform .signup-alert {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 0 16px !important;
  padding: 11px 52px 11px 12px !important;
  border: 1px solid !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

body.register-page .loginform .signup-alert-danger {
  border-color: #FFD3D6 !important;
  background: #FFF5F6 !important;
  color: #A61B29 !important;
}

body.register-page .loginform .signup-alert-success {
  border-color: #BFE9D1 !important;
  background: #F1FCF6 !important;
  color: #137A45 !important;
}

body.register-page .loginform .signup-alert .signup-alert-icon {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  border-radius: 11px !important;
  font-size: 20px !important;
}

body.register-page .loginform .signup-alert-danger .signup-alert-icon {
  background: #FFE2E4 !important;
  color: #D92D3D !important;
}

body.register-page .loginform .signup-alert-success .signup-alert-icon {
  background: #D9F5E5 !important;
  color: #169653 !important;
}

body.register-page .loginform .signup-alert .signup-alert-message {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.register-page .loginform .signup-alert button.close,
body.register-page .loginform .signup-alert .signup-alert-close {
  position: absolute !important;
  top: 50% !important;
  right: 11px !important;
  left: auto !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: auto !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 0 !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  font-size: 20px !important;
  line-height: 1 !important;
  opacity: 0.55 !important;
  transform: translateY(-50%) !important;
}

body.register-page .loginform .signup-alert button.close:hover,
body.register-page .loginform .signup-alert button.close:focus,
body.register-page .loginform .signup-alert .signup-alert-close:hover,
body.register-page .loginform .signup-alert .signup-alert-close:focus {
  background: rgba(0, 0, 0, 0.06) !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}

body.register-page .loginform .signup-alert button.close i,
body.register-page .loginform .signup-alert .signup-alert-close i {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transform: none !important;
}


/* Notifications page */
body.panelbg .notifications-page {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.panelbg .notifications-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .notifications-heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 25px;
}

body.panelbg .notifications-heading h1,
body.panelbg .notifications-section-title h2 {
  margin: 0;
  color: var(--smm-title);
  font-weight: 700;
}

body.panelbg .notifications-heading h1 {
  font-size: 22px;
}

body.panelbg .notifications-heading > div > span,
body.panelbg .notifications-section-title span {
  color: var(--smm-muted);
  font-size: 13px;
}

body.panelbg .notifications-account-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  margin-left: auto;
  padding: 9px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .notifications-account-link:hover {
  border-color: var(--smm-primary);
  color: var(--smm-primary);
}

body.panelbg .notifications-alerts:empty,
body.panelbg .notifications-actions:empty {
  display: none;
}

body.panelbg .notifications-alerts {
  display: grid;
  gap: 10px;
}

body.panelbg .notifications-page .alert {
  position: relative;
  min-height: 50px;
  margin: 0;
  padding: 13px 50px 13px 44px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body.panelbg .notifications-page .alert > i {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
}

body.panelbg .notifications-page .alert .close {
  position: absolute;
  top: 50%;
  right: 13px;
  left: auto;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 0;
  max-width: 26px;
  height: 26px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: none;
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: .65;
  transform: translateY(-50%);
}

body.panelbg .notifications-page .alert .close:hover,
body.panelbg .notifications-page .alert .close:focus {
  background: rgba(0, 0, 0, .06);
  color: currentColor;
  opacity: 1;
  outline: 0;
}

html[dir="rtl"] body.panelbg .notifications-page .alert {
  padding-right: 44px;
  padding-left: 50px;
}

html[dir="rtl"] body.panelbg .notifications-page .alert > i {
  right: 15px;
  left: auto;
}

html[dir="rtl"] body.panelbg .notifications-page .alert .close {
  right: auto;
  left: 13px;
}

body.panelbg .notifications-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.panelbg .notification-action-card {
  margin-top: 0;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  box-shadow: var(--smm-shadow);
}

body.panelbg .notification-action-card .baslik,
body.panelbg .notification-action-card .baslik .text {
  min-width: 0;
}

body.panelbg .notification-action-card .baslik .text span {
  display: block;
  max-width: 760px;
}

body.panelbg .notification-action-card form {
  flex: 0 0 auto;
  margin-left: 18px;
}

body.panelbg .notification-action-card button,
body.panelbg .notifications-save-button,
body.panelbg .notifications-mobile-save button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .notification-action-card button {
  padding: 10px 16px;
}

body.panelbg .notifications-preferences,
body.panelbg .notifications-preferences .push-saife-box {
  width: 100%;
}

body.panelbg .notifications-preferences .push-saife-box {
  padding: 20px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .notifications-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--smm-border);
}

body.panelbg .notifications-section-title h2 {
  font-size: 19px;
}

body.panelbg .notifications-save-button {
  padding: 10px 18px;
}

body.panelbg .notifications-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.panelbg .notifications-grid .notification-preference-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  box-shadow: none;
  flex-direction: column;
}

body.panelbg .notifications-grid .notification-preference-card .title {
  min-height: 52px;
  padding: 10px 12px;
  color: var(--smm-title);
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
}

body.panelbg .notifications-grid .notification-preference-card .body {
  flex: 1;
  justify-content: flex-start;
  min-height: 0;
  padding: 16px 14px;
}

body.panelbg .notifications-grid .notification-preference-card .body > i {
  font-size: 28px;
}

body.panelbg .notifications-grid .notification-preference-card .body h1 {
  margin: 9px 0 3px;
  color: var(--smm-primary);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

body.panelbg .notifications-grid .notification-card-description {
  margin-bottom: 13px;
  color: var(--smm-muted);
  font-size: 12px;
}

body.panelbg .notification-senders {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  margin-top: auto;
}

body.panelbg .notification-sender {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 7px 9px 7px 11px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--surface-soft);
}

body.panelbg .notification-sender.disabled {
  cursor: not-allowed;
  opacity: .55;
}

body.panelbg .notification-sender .notification-sender-name {
  overflow: hidden;
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panelbg .notification-sender .switch {
  flex: 0 0 42px;
  width: 42px;
  height: 23px;
  margin: 0;
}

body.panelbg .notification-sender .switch .slider:before {
  width: 17px;
  height: 17px;
  left: 3px;
  bottom: 3px;
}

body.panelbg .notification-sender .switch input:checked + .slider:before {
  transform: translateX(19px);
}

body.panelbg .notifications-mobile-save {
  display: none;
  margin-top: 14px;
}

body.panelbg .notifications-mobile-save button {
  width: 100%;
  padding: 11px 18px;
}

@media (max-width: 1199.98px) {
  body.panelbg .notifications-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body.panelbg .notifications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.panelbg .notification-action-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.panelbg .notification-action-card form {
    width: 100%;
    margin-left: 0;
  }

  body.panelbg .notification-action-card button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .notifications-heading {
    align-items: flex-start;
    padding: 16px;
  }

  body.panelbg .notifications-heading-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 21px;
  }

  body.panelbg .notifications-heading h1 {
    font-size: 18px;
  }

  body.panelbg .notifications-account-link {
    padding: 9px;
  }

  body.panelbg .notifications-account-link span {
    display: none;
  }

  body.panelbg .notifications-preferences .push-saife-box {
    padding: 14px;
  }

  body.panelbg .notifications-grid {
    grid-template-columns: 1fr;
  }

  body.panelbg .notifications-section-title .notifications-save-button {
    display: none;
  }

  body.panelbg .notifications-mobile-save {
    display: block;
  }
}



body.panelbg .account-page .account-alerts {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

body.panelbg .account-page .alert {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin: 0 0 14px;
  padding: 12px 44px 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .account-page .alert > i {
  flex: 0 0 auto;
  font-size: 19px;
}

body.panelbg .account-page .alert .close {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 20px;
  line-height: 26px;
  opacity: .65;
  transform: translateY(-50%);
}

body.panelbg .account-page .profilsidebar,
body.panelbg .account-page .profilebox {
  border: 1px solid var(--smm-border);
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

html.dark body.panelbg .account-page .profilsidebar .hsthed,
body.panelbg.dark-mode .account-page .profilsidebar .hsthed,
html.dark body.panelbg .account-page .profilebox .title,
body.panelbg.dark-mode .account-page .profilebox .title {
  border-bottom-color: var(--smm-border);
}

body.panelbg .account-page .account-profile-status {
  position: absolute;
  right: -7px;
  bottom: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 3px solid var(--smm-card);
  border-radius: 50%;
  background: var(--smm-success);
  color: #fff;
  font-size: 13px;
}

body.panelbg .account-page .profilname h3::after {
  display: none;
}

body.panelbg .account-page .account-tabs {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

body.panelbg .account-page .account-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

body.panelbg .account-page .account-tabs .nav-link i {
  width: 20px;
  color: var(--smm-muted);
  font-size: 18px;
  text-align: center;
}

body.panelbg .account-page .account-tabs .nav-link.active i,
body.panelbg .account-page .account-tabs .nav-link:hover i {
  color: var(--smm-primary);
}

body.panelbg .account-page .account-notifications-link {
  margin-top: 8px;
  border-top: 1px solid var(--smm-border) !important;
  padding-top: 14px !important;
}

body.panelbg .account-page .account-tab-pane {
  display: none;
}

body.panelbg .account-page .account-tab-pane.active {
  display: block;
  animation: accountPaneIn .2s ease;
}

@keyframes accountPaneIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.panelbg .account-page .inptsitem input[readonly] {
  background: var(--smm-soft);
  color: var(--smm-title);
  cursor: default;
}

body.panelbg .account-page .inptsitem textarea {
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 13px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 8px;
  background: var(--smm-card);
  color: var(--smm-title);
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
}

body.panelbg .account-page .inptsitem input:focus,
body.panelbg .account-page .inptsitem select:focus,
body.panelbg .account-page .inptsitem textarea:focus {
  border-color: var(--smm-primary);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg .account-page .inptsitem button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.panelbg .account-page .inptsitem button:hover,
body.panelbg .account-page .inptsitem button:focus {
  background: var(--smm-primary-hover, #0d68e8);
  color: #fff;
}

body.panelbg .account-page .account-submit-item button {
  margin-top: 0;
}

body.panelbg .account-page .account-action-width {
  width: min(330px, 100%);
}

body.panelbg .account-page .account-form-description {
  margin: 0 0 15px;
  color: var(--smm-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.panelbg .account-page .account-security-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 4px;
  padding: 16px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--smm-soft);
}

body.panelbg .account-page .account-security-icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 21px;
}

body.panelbg .account-page .account-security-text strong {
  display: block;
  margin-bottom: 4px;
  color: var(--smm-title);
  font-size: 14px;
}

body.panelbg .account-page .account-security-text p {
  margin: 0;
  color: var(--smm-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.panelbg .account-page .profilebox .inptsitem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--smm-primary);
  font-size: 17px;
}

body.panelbg .account-page .account-api-row {
  display: flex;
  align-items: flex-end;
}

body.panelbg .account-page .apiokey {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

body.panelbg .account-page .apiokey code {
  color: var(--smm-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  word-break: break-all;
}

body.panelbg .account-page .apiokey small {
  color: var(--smm-muted);
  font-size: 11px;
  font-weight: 500;
}

body.panelbg .account-page .account-copy-item .copybtn {
  width: 100%;
  min-height: 42px;
  margin-top: 0;
}

html[dir="rtl"] body.panelbg .account-page .account-tabs .nav-link {
  border-left: 0;
  border-right: 3px solid transparent;
  text-align: right;
}

html[dir="rtl"] body.panelbg .account-page .account-tabs .nav-link.active {
  border-right-color: var(--smm-primary);
}

body.panelbg .account-email-modal {
  z-index: 1050;
}

body.panelbg .account-email-modal.is-open {
  display: block !important;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
}

body.panelbg .account-email-modal.is-open .modal-dialog {
  transform: none;
}

body.panelbg .account-email-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: .52;
}

body.panelbg .account-email-modal .modal-dialog {
  max-width: 560px;
  margin: 80px auto 30px;
}

body.panelbg .account-email-modal .modal-content {
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

body.panelbg .account-email-modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--smm-border);
}

body.panelbg .account-email-modal .account-modal-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.panelbg .account-email-modal .modal-title {
  margin: 0;
  color: var(--smm-title);
  font-size: 17px;
  font-weight: 700;
}

body.panelbg .account-email-modal .modal-header .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 20px;
  opacity: 1;
}

body.panelbg .account-email-modal .modal-body {
  padding: 22px;
}

body.panelbg .account-email-modal #changeEmailError {
  display: flex;
  align-items: center;
  min-height: 0;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .account-email-modal #changeEmailError.hidden {
  display: none !important;
}

body.panelbg .account-email-modal .inptsitem {
  margin-bottom: 14px;
}

body.panelbg .account-email-modal .inptsitem label {
  display: block;
  margin-bottom: 7px;
  color: var(--smm-muted);
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .account-email-modal .inptsitem input,
body.panelbg .account-email-modal .account-readonly-field {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 8px;
  background: var(--smm-card);
  color: var(--smm-title);
  font-size: 14px;
}

body.panelbg .account-email-modal .account-readonly-field {
  background: var(--smm-soft);
}

body.panelbg .account-email-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 22px;
  border-top: 1px solid var(--smm-border);
}

body.panelbg .account-email-modal .modal-footer .btn {
  min-height: 40px;
  margin: 0;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .account-email-modal .modal-footer .btn-primary:hover,
body.panelbg .account-email-modal .modal-footer .btn-primary:focus {
  border-color: var(--smm-primary-hover, #0d68e8);
  background: var(--smm-primary-hover, #0d68e8);
  color: #fff;
}

body.panelbg .account-email-modal .modal-footer .btn-default:hover,
body.panelbg .account-email-modal .modal-footer .btn-default:focus,
body.panelbg .account-email-modal .modal-header .close:hover,
body.panelbg .account-email-modal .modal-header .close:focus {
  border-color: var(--smm-border);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

@media (max-width: 767.98px) {
  body.panelbg .account-page .account-alerts {
    margin-bottom: 12px;
  }

  body.panelbg .account-page .account-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }

  body.panelbg .account-page .account-tabs .nav-link {
    min-width: 0;
    padding: 10px;
    border: 1px solid var(--smm-border);
    border-radius: 8px;
  }

  body.panelbg .account-page .account-tabs .nav-link.active {
    border-color: var(--smm-primary);
    background: var(--smm-soft-primary);
  }

  body.panelbg .account-page .account-notifications-link {
    margin-top: 0;
    padding-top: 10px !important;
  }

  body.panelbg .account-page .account-api-row {
    display: block;
  }

  body.panelbg .account-email-modal .modal-dialog {
    width: auto;
    margin: 16px;
  }
}


body.register-page .loginform .signup-alert.rtl-alert {
  padding-right: 12px !important;
  padding-left: 52px !important;
}

body.register-page .loginform .signup-alert.rtl-alert button.close,
body.register-page .loginform .signup-alert.rtl-alert .signup-alert-close {
  right: auto !important;
  left: 11px !important;
}

body.register-page .loginarea .img .logo img {
  width: 220px !important;
  max-width: 44% !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

body.register-page .loginform .signup-field {
  position: relative !important;
}

body.register-page .loginform .signup-field input {
  padding-right: 52px !important;
}

body.register-page .loginform .signup-field button.signup-password-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  left: auto !important;
  z-index: 4 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: auto !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 0 !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #718096 !important;
  font-size: 19px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.register-page .loginform .signup-field button.signup-password-toggle:hover,
body.register-page .loginform .signup-field button.signup-password-toggle:focus {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1677FF !important;
  outline: none !important;
  transform: translateY(-50%) !important;
}

body.register-page .loginform .signup-field button.signup-password-toggle i {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-size: 19px !important;
  line-height: 1 !important;
  transform: none !important;
}

body.register-page .loginform .rtl-form .signup-field input {
  padding-right: 58px !important;
  padding-left: 52px !important;
}

body.register-page .loginform .rtl-form .signup-field button.signup-password-toggle {
  right: auto !important;
  left: 10px !important;
}

body.register-page #dynamic-captcha-alert-error {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 60px !important;
  margin: 0 0 16px !important;
  padding: 12px 54px 12px 14px !important;
  border: 1px solid #FFD0D4 !important;
  border-radius: 14px !important;
  background: #FFF4F5 !important;
  box-shadow: none !important;
  color: #A61B29 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

body.register-page #dynamic-captcha-alert-error::before {
  content: "!" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 11px !important;
  background: #FFE0E3 !important;
  color: #D92D3D !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.register-page .loginform #dynamic-captcha-alert-error > button.close {
  position: absolute !important;
  top: 50% !important;
  right: 11px !important;
  left: auto !important;
  z-index: 2 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: auto !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 0 !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #A61B29 !important;
  font-family: Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 0.55 !important;
  transform: translateY(-50%) !important;
}

body.register-page .loginform #dynamic-captcha-alert-error > button.close:hover,
body.register-page .loginform #dynamic-captcha-alert-error > button.close:focus {
  background: rgba(166, 27, 41, 0.08) !important;
  box-shadow: none !important;
  color: #A61B29 !important;
  opacity: 1 !important;
  outline: none !important;
  transform: translateY(-50%) !important;
}

body.register-page .rtl-form #dynamic-captcha-alert-error {
  padding-right: 14px !important;
  padding-left: 54px !important;
  text-align: right !important;
}

body.register-page .rtl-form #dynamic-captcha-alert-error > button.close {
  right: auto !important;
  left: 11px !important;
}

body.panelbg .burgermenu ul li > a {
  display: flex;
  align-items: stretch;
  width: 100%;
}

body.panelbg .panel-sidebar-tools .smediam {
  gap: 8px;
}

body.panelbg .panel-sidebar-tools .smediam > a {
  width: auto;
}

body.panelbg .panel-sidebar-tools button.media,
body.panelbg .panel-header-theme .panel-theme-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-primary);
  cursor: pointer;
}

body.panelbg .panel-sidebar-tools button.media i {
  width: auto;
  min-width: 0;
  padding: 0;
  background: transparent;
  color: currentColor;
}

body.panelbg .panel-header-theme {
  float: right;
  width: 44px;
  height: 44px;
  margin: 18px 10px 0 0;
}

body.panelbg .panel-header-theme .panel-theme-switch {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
}

body.panelbg .panel-header-theme .panel-theme-switch:hover {
  border-color: var(--smm-primary);
  background: var(--smm-soft-primary);
}

body.panelbg .panelaccount.is-open .panelaccountarea {
  max-height: 500px;
  border-color: var(--smm-border);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.panelbg .panelheader .languagebtn .icon i {
  color: var(--smm-primary);
  font-size: 18px;
}

body.panelbg .panelheader .languagebtn .panel-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 24px;
  line-height: 1;
}

body.panelbg .panelheader .panel-currency {
  min-width: 128px;
}

body.panelbg .panelheader,
body.panelbg .panelrighrt {
  overflow: visible !important;
}

body.panelbg .panelheader {
  z-index: 1030;
}

body.panelbg .panelheader .languagebtn {
  display: block;
  padding: 0;
  cursor: default;
}

body.panelbg .languagebtn .header-dropdown-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px 30px 6px 8px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

body.panelbg .languagebtn .header-dropdown-trigger:focus-visible {
  outline: 3px solid rgba(22, 119, 255, .2);
  outline-offset: 2px;
}

body.panelbg .languagebtn .header-flag {
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px var(--smm-border), 0 3px 8px rgba(15, 23, 42, .12);
}

body.panelbg .languagebtn .languagemenuarea {
  left: auto;
  right: 0;
  top: calc(100% + 9px);
  z-index: 1300;
  width: max-content;
  min-width: 220px;
  max-width: min(320px, calc(100vw - 24px));
  max-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

body.panelbg .languagebtn:hover .languagemenuarea {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.panelbg .languagebtn.is-open .languagemenuarea,
body.panelbg .languagebtn.is-open:hover .languagemenuarea {
  max-height: min(360px, calc(100vh - 100px));
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.panelbg .languagebtn.is-open .header-dropdown-trigger > .ri-arrow-down-s-line {
  transform: rotate(180deg);
}

body.panelbg .languagebtn .header-dropdown-trigger > .ri-arrow-down-s-line {
  transition: transform .2s ease;
}

body.panelbg .languagemenuarea ul {
  width: 100%;
  margin: 0;
  padding: 8px;
  background: var(--smm-card);
}

body.panelbg .languagemenuarea ul li {
  width: 100%;
  margin: 2px 0;
}

body.panelbg .languagemenuarea ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 7px 10px;
  border-radius: 9px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

/* Perfect Panel reads currency data from the exact click target. */
body.panelbg .languagemenuarea ul li a > * {
  pointer-events: none;
}

body.panelbg .languagemenuarea ul li.active a,
body.panelbg .languagemenuarea ul li a:hover {
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .languagemenuarea ul li .header-flag {
  flex-basis: 26px;
  width: 26px;
  height: 26px;
}

body.panelbg .languagebtn .languagemenuarea::-webkit-scrollbar {
  width: 6px;
}

body.panelbg .languagebtn .languagemenuarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(140, 153, 171, .45);
}

body.panelbg .neworder-page {
  float: left;
  width: 100%;
}

body.panelbg .neworder-platforms {
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .neworder-platforms .sectionser {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

body.panelbg .neworder-platforms .body,
body.panelbg .neworder-platforms .sectionser {
  width: 100%;
}

body.panelbg .neworder-platforms .sectionser a {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  text-decoration: none;
}

body.panelbg .neworder-platforms .itembuton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid transparent;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

body.panelbg .neworder-platforms .itembuton i {
  flex: 0 0 auto;
  margin: 0;
}

body.panelbg .neworder-platforms .itembuton.active {
  border-color: currentColor;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.1);
}

body.panelbg .neworder-platforms .itembuton.instagram {
  background: linear-gradient(135deg, rgba(64, 93, 230, 0.12), rgba(225, 48, 108, 0.13), rgba(252, 175, 69, 0.14));
  border-color: rgba(225, 48, 108, 0.25);
  color: #c13584;
}

body.panelbg .neworder-platforms .itembuton.x {
  background: rgba(15, 20, 25, 0.07);
  border-color: rgba(15, 20, 25, 0.2);
  color: #0f1419;
}

body.panelbg .neworder-platforms .itembuton.facebook {
  background: rgba(24, 119, 242, 0.1);
  border-color: rgba(24, 119, 242, 0.24);
  color: #1877f2;
}

body.panelbg .neworder-platforms .itembuton.youtube {
  background: rgba(255, 0, 0, 0.09);
  border-color: rgba(255, 0, 0, 0.22);
  color: #ff0000;
}

body.panelbg .neworder-platforms .itembuton.tiktok {
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(15, 20, 25, 0.07) 52%, rgba(254, 44, 85, 0.13));
  border-color: rgba(37, 244, 238, 0.32);
  color: #111111;
}

body.panelbg .neworder-platforms .itembuton.twitch {
  background: rgba(145, 70, 255, 0.1);
  border-color: rgba(145, 70, 255, 0.25);
  color: #9146ff;
}

body.panelbg .neworder-platforms .itembuton.spotify {
  background: rgba(29, 185, 84, 0.1);
  border-color: rgba(29, 185, 84, 0.25);
  color: #1db954;
}

body.panelbg .neworder-platforms .itembuton i,
body.panelbg .neworder-platforms .itembuton .platform-x-icon {
  color: currentColor;
}

body.panelbg .neworder-platforms .platform-x-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

body.panelbg .neworder-platforms .itembuton.instagram:hover,
body.panelbg .neworder-platforms .itembuton.instagram.active {
  background: linear-gradient(135deg, #405de6, #c13584 42%, #fd1d1d 72%, #fcb045);
  border-color: transparent;
  color: #fff;
}

body.panelbg .neworder-platforms .itembuton.x:hover,
body.panelbg .neworder-platforms .itembuton.x.active {
  background: #0f1419;
  border-color: #0f1419;
  color: #fff;
}

body.panelbg .neworder-platforms .itembuton.facebook:hover,
body.panelbg .neworder-platforms .itembuton.facebook.active {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

body.panelbg .neworder-platforms .itembuton.youtube:hover,
body.panelbg .neworder-platforms .itembuton.youtube.active {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

body.panelbg .neworder-platforms .itembuton.tiktok:hover,
body.panelbg .neworder-platforms .itembuton.tiktok.active {
  background: linear-gradient(135deg, #25f4ee, #111 48%, #fe2c55);
  border-color: transparent;
  color: #fff;
}

body.panelbg .neworder-platforms .itembuton.twitch:hover,
body.panelbg .neworder-platforms .itembuton.twitch.active {
  background: #9146ff;
  border-color: #9146ff;
  color: #fff;
}

body.panelbg .neworder-platforms .itembuton.spotify:hover,
body.panelbg .neworder-platforms .itembuton.spotify.active {
  background: #1db954;
  border-color: #1db954;
  color: #fff;
}

html.dark body.panelbg .neworder-platforms .itembuton.x,
html.dark body.panelbg .neworder-platforms .itembuton.tiktok {
  color: #f4f4f5;
}

html.dark body.panelbg .neworder-platforms .itembuton.x {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

html.dark body.panelbg .neworder-platforms .itembuton.x:hover,
html.dark body.panelbg .neworder-platforms .itembuton.x.active {
  background: #f4f4f5;
  border-color: #f4f4f5;
  color: #0f1419;
}

body.panelbg .neworder-layout-row {
  margin-top: 2px;
}

body.panelbg .neworder-form-card,
body.panelbg .neworder-information-card {
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .neworder-form-card .title,
body.panelbg .neworder-information-card .title {
  min-height: 58px;
  border-bottom-color: var(--smm-border);
}

body.panelbg .neworder-form-card .title .link,
body.panelbg .neworder-information-card .title .link {
  display: flex;
  align-items: center;
}

body.panelbg .neworder-form-card .title .link span {
  border: 0;
  padding: 0;
  margin: 0;
}

body.panelbg .neworder-form-card .bodyneworder,
body.panelbg .neworder-information-card .bodyneworder {
  padding: 20px;
}

body.panelbg .neworder-form-card .neworderitem {
  margin: 0 0 17px;
}

body.panelbg .neworder-form-card .neworderitem label,
body.panelbg .neworder-form-card #fields .form-group > label {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 7px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .neworder-form-card .neworderitem .select {
  position: relative;
}

body.panelbg .neworder-form-card .neworderitem .select::after {
  display: none;
}

body.panelbg .neworder-form-card .neworderitem .select .icon {
  top: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  line-height: 1;
  pointer-events: none;
}

body.panelbg .neworder-form-card .neworderitem select {
  min-height: 54px;
  padding: 10px 44px 10px 58px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
  color: var(--smm-title);
  font-size: 14px;
  font-weight: 500;
}

/* Keep the native select from covering the Select2 control. */
body.panelbg .neworder-form-card .neworderitem select.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}

body.panelbg .neworder-search .input-wrapper {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 54px !important;
}

body.panelbg .neworder-search .input-wrapper button {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  line-height: 1;
  transform: none !important;
}

body.panelbg .neworder-search .input-wrapper input {
  position: static !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px;
  margin: 0 !important;
  padding: 10px 14px 10px 58px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  font-size: 14px;
  transform: none !important;
}

body.panelbg .neworder-form-card .rtl-form .neworder-search .input-wrapper button {
  right: 8px !important;
  left: auto !important;
}

body.panelbg .neworder-form-card .rtl-form .neworder-search .input-wrapper input {
  padding-right: 58px;
  padding-left: 14px;
}

body.panelbg .neworder-form-card #service_description {
  display: none !important;
}

body.panelbg .neworder-form-card #service_description .servicdetaybox {
  float: none;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
}

body.panelbg .neworder-form-card #service_description .servicdetaybox::after {
  display: none;
}

body.panelbg .neworder-form-card #service_description .scrol {
  height: auto;
  max-height: 190px;
  color: var(--smm-body);
  font-size: 13px;
  line-height: 1.65;
}

body.panelbg .neworder-form-card #fields {
  float: left;
  width: 100%;
}

body.panelbg .neworder-form-card #fields .form-group {
  float: left;
  width: 100%;
  margin: 0 0 17px;
}

body.panelbg .neworder-form-card #fields #order_posts,
body.panelbg .neworder-form-card #fields #order_old_posts {
  width: calc(50% - 7px);
}

body.panelbg .neworder-form-card #fields #order_posts {
  margin-right: 14px;
}

/* Perfect Panel renders every possible order field and toggles this class per service. */
body.panelbg .neworder-form-card #order-form .hidden {
  display: none !important;
}

body.panelbg .neworder-form-card #fields input:not([type="checkbox"]):not([type="radio"]),
body.panelbg .neworder-form-card #fields select,
body.panelbg .neworder-form-card #fields textarea {
  width: 100%;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
  color: var(--smm-title);
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

body.panelbg .neworder-form-card #fields textarea {
  min-height: 110px;
  resize: vertical;
}

body.panelbg .neworder-form-card #fields .input-group {
  display: flex;
  width: 100%;
}

body.panelbg .neworder-form-card #fields .input-group .form-control {
  flex: 1;
  min-width: 0;
}

body.panelbg .neworder-form-card #fields .input-group-addon,
body.panelbg .neworder-form-card #fields .input-group-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  border: 1px solid var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-primary);
}

body.panelbg .neworder-form-card #fields #order_delay .input-group {
  position: relative;
  align-items: stretch;
}

body.panelbg .neworder-form-card #fields #order_delay .input-group > .form-control {
  border-radius: 12px 0 0 12px;
}

body.panelbg .neworder-form-card #fields #order_delay .input-group-btn {
  display: flex;
  flex: 0 0 52px;
  width: 52px;
}

body.panelbg .neworder-form-card #fields #order_delay .clear-datetime {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 52px !important;
  min-width: 52px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fecaca !important;
  border-left: 0 !important;
  border-radius: 0 12px 12px 0 !important;
  background: #fff5f5 !important;
  color: #dc2626 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.panelbg .neworder-form-card #fields #order_delay .clear-datetime:hover {
  border-color: #fca5a5 !important;
  background: #fee2e2 !important;
  color: #b91c1c !important;
}

html.dark body.panelbg .neworder-form-card #fields #order_delay .clear-datetime {
  border-color: rgba(248, 113, 113, .3) !important;
  background: rgba(220, 38, 38, .14) !important;
  color: #fca5a5 !important;
}

html.dark body.panelbg .neworder-form-card #fields #order_delay .clear-datetime:hover {
  background: rgba(220, 38, 38, .24) !important;
  color: #fecaca !important;
}

body.panelbg .neworder-form-card #fields #order_delay .clear-datetime > span {
  margin: 0 !important;
  line-height: 1 !important;
  pointer-events: none;
}

body.panelbg .neworder-form-card .rtl-form #fields #order_delay .input-group > .form-control {
  border-radius: 0 12px 12px 0;
}

body.panelbg .neworder-form-card .rtl-form #fields #order_delay .clear-datetime {
  border-right: 0 !important;
  border-left: 1px solid #fecaca !important;
  border-radius: 12px 0 0 12px !important;
}

body.panelbg .neworder-form-card .select2-container {
  display: block;
  width: 100% !important;
}

body.panelbg .neworder-form-card .neworderitem .select,
body.panelbg.neworder-select2-open .select2-container--open .select2-dropdown {
  overflow-anchor: none;
}

body.panelbg .neworder-form-card .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 0 46px 0 58px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
  color: var(--smm-title);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .025);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body.panelbg .neworder-form-card .select2-container .select2-selection--single:hover {
  border-color: rgba(22, 119, 255, .42);
}

body.panelbg .neworder-form-card .select2-container--open .select2-selection--single,
body.panelbg .neworder-form-card .select2-container--focus .select2-selection--single {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 4px rgba(22, 119, 255, .11);
}

body.panelbg .neworder-form-card .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.panelbg .neworder-form-card .select2-selection__rendered > span {
  display: block;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.panelbg .neworder-form-card .select2-selection__id,
body.panelbg.neworder-select2-open .select2-results__option .select2-selection__id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 22px;
  margin-right: 6px;
  padding: 2px 7px;
  border-radius: 7px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}

body.panelbg .neworder-form-card .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

body.panelbg .neworder-form-card .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-right: 2px solid var(--smm-muted);
  border-bottom: 2px solid var(--smm-muted);
  transform: rotate(45deg);
  transition: transform .2s ease, top .2s ease;
}

body.panelbg .neworder-form-card .select2-container--open .select2-selection__arrow b {
  top: 7px;
  transform: rotate(225deg);
}

body.panelbg.neworder-select2-open .select2-container--open .select2-dropdown {
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  background: var(--smm-card);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
}

body.panelbg.neworder-select2-open .select2-search--dropdown {
  position: relative;
  display: block !important;
  padding: 12px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-card);
}

body.panelbg.neworder-select2-open .select2-search--dropdown .select2-search__field {
  width: 100%;
  height: 42px;
  padding: 9px 12px 9px 42px !important;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  outline: 0;
  background: var(--smm-bg);
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

body.panelbg.neworder-select2-open .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg.neworder-select2-open .select2-results {
  padding: 6px;
  background: var(--smm-card);
}

body.panelbg.neworder-select2-open .select2-results__options {
  max-height: 330px !important;
  padding: 0;
  scrollbar-color: rgba(140, 153, 171, .55) transparent;
  scrollbar-width: thin;
}

body.panelbg.neworder-select2-open .select2-results__option {
  margin: 2px 0;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.55;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

body.panelbg.neworder-select2-open .select2-results__option[aria-selected="true"] {
  border-color: rgba(22, 119, 255, .14);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg.neworder-select2-open .select2-results__option--highlighted[aria-selected],
body.panelbg.neworder-select2-open .select2-results__option:hover {
  border-color: rgba(22, 119, 255, .22);
  background: #eef6ff;
  color: var(--smm-primary);
}

body.panelbg.neworder-select2-open .select2-results__message {
  padding: 18px 12px;
  color: var(--smm-muted);
  text-align: center;
}

html.dark body.panelbg.neworder-select2-open .select2-results__option--highlighted[aria-selected],
html.dark body.panelbg.neworder-select2-open .select2-results__option:hover {
  background: rgba(22, 119, 255, .14);
}

body.panelbg .neworder-form-card .rtl-form .select2-selection--single {
  padding-right: 58px;
  padding-left: 46px;
}

body.panelbg .neworder-form-card .rtl-form .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 14px;
}

html[dir="rtl"] body.panelbg.neworder-select2-open .select2-results__option,
html[dir="rtl"] body.panelbg.neworder-select2-open .select2-search__field {
  text-align: right;
}

html[dir="rtl"] body.panelbg.neworder-select2-open .select2-search--dropdown .select2-search__field {
  padding-right: 42px !important;
  padding-left: 12px !important;
}

html[dir="rtl"] body.panelbg.neworder-select2-open .select2-results__option .select2-selection__id {
  margin-right: 0;
  margin-left: 6px;
}

body.panelbg .neworder-form-card .neworder-charge {
  min-height: 54px;
  padding: 8px;
  border-color: var(--smm-border);
  background: var(--smm-bg);
}

body.panelbg .neworder-form-card .neworder-charge input {
  float: none;
  min-height: 36px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: var(--smm-primary);
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
}

body.panelbg .neworder-terms {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 18px;
}

body.panelbg .neworder-terms > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body.panelbg .neworder-terms > label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: 100%;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
  color: var(--smm-body);
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

body.panelbg .neworder-terms-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--smm-border);
  border-radius: 7px;
  background: var(--smm-card);
  color: transparent;
}

body.panelbg .neworder-terms input:checked + label {
  border-color: rgba(22, 119, 255, 0.45);
  background: var(--smm-soft-primary);
}

body.panelbg .neworder-terms input:checked + label .neworder-terms-check {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .neworder-terms label a {
  color: var(--smm-primary);
  font-weight: 700;
}

body.panelbg .neworder-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  float: left;
  width: 100%;
}

body.panelbg .neworder-actions.needs-funds {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}

body.panelbg .neworder-actions .neworder-add-funds[hidden] {
  display: none !important;
}

body.panelbg .neworder-actions .neworder-submit,
body.panelbg .neworder-actions .neworder-add-funds {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px 16px;
  border: 1px solid var(--smm-primary);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

body.panelbg .neworder-actions .neworder-submit {
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .neworder-actions .neworder-submit:hover {
  background: var(--smm-primary-hover);
  border-color: var(--smm-primary-hover);
}

body.panelbg .neworder-actions .neworder-add-funds {
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .neworder-information-card .title .link a {
  color: var(--smm-primary);
  font-size: 15px;
  font-weight: 700;
}

body.panelbg .neworder-guide {
  display: grid;
  gap: 12px;
}

body.panelbg .neworder-guide-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
}

body.panelbg .neworder-guide-item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 18px;
}

body.panelbg .neworder-guide-item h3 {
  margin: 1px 0 4px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .neworder-guide-item p {
  margin: 0;
  color: var(--smm-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.panelbg .neworder-custom-text {
  color: var(--smm-body);
  font-size: 13px;
  line-height: 1.7;
}

body.panelbg .neworder-support-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  margin-top: 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
  color: var(--smm-primary);
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .neworder-support-link:hover {
  border-color: var(--smm-primary);
  background: var(--smm-soft-primary);
}

body.panelbg .panel-order-alert {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  margin: 0 0 18px;
  padding: 18px 54px 18px 18px;
  border: 1px solid;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.55;
}

body.panelbg .panel-order-alert-danger {
  border-color: #FFD3D6;
  background: #FFF5F6;
  color: #A61B29;
}

body.panelbg .panel-order-alert-success {
  border-color: #b8e8cc;
  background: linear-gradient(145deg, #f5fdf8 0%, #ecfaf2 100%);
  color: #137a45;
  box-shadow: 0 12px 30px rgba(19, 122, 69, .08);
}

body.panelbg .panel-order-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 13px;
  background: rgba(255, 255, 255, .84);
  font-size: 22px;
}

body.panelbg .panel-order-alert-success .panel-order-alert-icon {
  border-color: rgba(19, 122, 69, .12);
  box-shadow: 0 6px 16px rgba(19, 122, 69, .08);
}

body.panelbg .panel-order-alert-message {
  flex: 1;
  min-width: 0;
}

body.panelbg .panel-order-alert-message h4 {
  margin: 1px 0 12px;
  color: currentColor;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

body.panelbg .panel-order-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body.panelbg .panel-order-result-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(19, 122, 69, .12);
  border-radius: 11px;
  background: rgba(255, 255, 255, .68);
}

body.panelbg .panel-order-result-wide {
  grid-column: 1 / -1;
}

body.panelbg .panel-order-result-label {
  color: rgba(19, 122, 69, .72);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .045em;
  text-transform: uppercase;
}

body.panelbg .panel-order-result-value {
  min-width: 0;
  color: #175c39;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.panelbg .panel-order-alert-close {
  position: absolute;
  top: 12px;
  right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  opacity: .48;
  cursor: pointer;
}

body.panelbg .panel-order-alert-close:hover {
  background: rgba(0, 0, 0, 0.06);
  opacity: 1;
}

html.dark body.panelbg .panel-order-alert-success {
  border-color: rgba(74, 222, 128, .24);
  background: linear-gradient(145deg, rgba(20, 83, 45, .32), rgba(6, 78, 59, .2));
  color: #86efac;
}

html.dark body.panelbg .panel-order-alert-success .panel-order-alert-icon,
html.dark body.panelbg .panel-order-alert-success .panel-order-result-item {
  border-color: rgba(74, 222, 128, .16);
  background: rgba(15, 23, 42, .36);
}

html.dark body.panelbg .panel-order-alert-success .panel-order-result-label {
  color: rgba(134, 239, 172, .7);
}

html.dark body.panelbg .panel-order-alert-success .panel-order-result-value {
  color: #dcfce7;
}

body.panelbg #dynamic-captcha-alert-error {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
  margin: 0 0 14px !important;
  padding: 12px 52px 12px 14px !important;
  border: 1px solid #FFD3D6 !important;
  border-radius: 14px !important;
  background: #FFF5F6 !important;
  color: #A61B29 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.panelbg #dynamic-captcha-alert-error > button.close {
  position: absolute !important;
  top: 50% !important;
  right: 11px !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 0 !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  font-size: 22px !important;
  line-height: 1 !important;
  opacity: 0.55 !important;
  transform: translateY(-50%) !important;
}

html.dark body.panelbg .neworder-form-card,
html.dark body.panelbg .neworder-information-card,
html.dark body.panelbg .neworder-platforms {
  background: var(--smm-card);
  border-color: var(--smm-border);
}

html.dark body.panelbg .neworder-form-card #fields input:not([type="checkbox"]):not([type="radio"]),
html.dark body.panelbg .neworder-form-card #fields select,
html.dark body.panelbg .neworder-form-card #fields textarea,
html.dark body.panelbg .neworder-form-card .neworderitem select {
  background: var(--smm-card);
  color: var(--smm-title);
}

@media (max-width: 1199.98px) {
  body.panelbg .neworder-platforms .sectionser {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  body.panelbg .panel-header-theme,
  body.panelbg .panelheader .languagebtn {
    display: none;
  }

  body.panelbg .neworder-page {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .neworder-form-card #fields #order_posts,
  body.panelbg .neworder-form-card #fields #order_old_posts {
    width: 100%;
  }

  body.panelbg .neworder-form-card #fields #order_posts {
    margin-right: 0;
  }

  body.panelbg .neworder-platforms .sectionser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.panelbg .neworder-form-card .title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body.panelbg .neworder-form-card .bodyneworder,
  body.panelbg .neworder-information-card .bodyneworder {
    padding: 15px;
  }

  body.panelbg .neworder-actions {
    grid-template-columns: 1fr;
  }

  body.panelbg .panel-order-result-grid {
    grid-template-columns: 1fr;
  }
}

body.panelbg .burgermenu > ul > li,
body.panelbg .burgermenu > ul > li:hover,
body.panelbg .burgermenu > ul > li.active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.panelbg .burgermenu > ul > li > a,
body.panelbg .burgermenu > ul > li > a:hover,
body.panelbg .burgermenu > ul > li > a:focus,
body.panelbg .burgermenu > ul > li.active > a {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.panelbg .burgermenu > ul > li::before,
body.panelbg .burgermenu > ul > li::after,
body.panelbg .burgermenu > ul > li > a::before,
body.panelbg .burgermenu > ul > li > a::after,
body.panelbg .burgermenu > ul > li > a > i::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.panelbg .burgermenu > ul > li > a > i,
body.panelbg .burgermenu > ul > li > a > span,
body.panelbg .burgermenu > ul > li > a > span > .pd {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.panelbg .burgermenu > ul > li:hover > a,
body.panelbg .burgermenu > ul > li:hover > a > i,
body.panelbg .burgermenu > ul > li:hover > a > span {
  background-color: var(--smm-sidebar-hover) !important;
  color: var(--smm-primary) !important;
}

body.panelbg .burgermenu > ul > li.active > a,
body.panelbg .burgermenu > ul > li.active > a > i,
body.panelbg .burgermenu > ul > li.active > a > span {
  background-color: var(--smm-soft-primary) !important;
  color: var(--smm-primary) !important;
}

body.panelbg .tickets-page .destek-talebi-olustur-box,
body.panelbg .tickets-page .listeleme-bolum-box {
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .tickets-page .destek-talebi-olustur-box {
  overflow: hidden;
}

body.panelbg .tickets-page .bodyticket {
  padding: 2px 22px 22px;
}

body.panelbg .tickets-page #ticketsend > .form-group > label,
body.panelbg .tickets-page #ticket-fields .form-group > label {
  display: block;
  margin: 18px 0 8px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.panelbg .tickets-page #ticketsend > .form-group > input,
body.panelbg .tickets-page #ticketsend > .form-group > select,
body.panelbg .tickets-page #ticketsend > .form-group > textarea,
body.panelbg .tickets-page #ticket-fields input,
body.panelbg .tickets-page #ticket-fields select,
body.panelbg .tickets-page #ticket-fields textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-soft);
  box-shadow: none;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 500;
  outline: 0;
}

body.panelbg .tickets-page #ticketsend > .form-group > textarea,
body.panelbg .tickets-page #ticket-fields textarea {
  min-height: 132px;
  resize: vertical;
}

body.panelbg .tickets-page #ticketsend > .form-group > input:focus,
body.panelbg .tickets-page #ticketsend > .form-group > select:focus,
body.panelbg .tickets-page #ticketsend > .form-group > textarea:focus,
body.panelbg .tickets-page #ticket-fields input:focus,
body.panelbg .tickets-page #ticket-fields select:focus,
body.panelbg .tickets-page #ticket-fields textarea:focus {
  border-color: var(--smm-primary);
  background: var(--smm-card);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg .tickets-page #ticketsend > .form-group {
  margin-bottom: 0;
}

body.panelbg .tickets-page #ticketsend > .form-group:has(.tickets-uploader) {
  margin-top: 16px;
}

body.panelbg .tickets-page .tickets-uploader {
  color: var(--smm-body);
  font-size: 12px;
}

body.panelbg .tickets-page .tickets-uploader button,
body.panelbg .tickets-page .tickets-uploader .btn {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px dashed var(--smm-primary) !important;
  border-radius: 11px !important;
  background: var(--smm-soft-primary) !important;
  box-shadow: none !important;
  color: var(--smm-primary) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.panelbg .tickets-page #ticketsend > button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--smm-primary);
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

body.panelbg .tickets-page #ticketsend > button[type="submit"]:hover,
body.panelbg .tickets-page #ticketsend > button[type="submit"]:focus {
  border: 0;
  background: var(--smm-primary-hover);
  box-shadow: 0 10px 22px rgba(22, 119, 255, .2);
  color: #fff;
}

body.panelbg .tickets-page .ticket-danger {
  position: relative;
  width: 100%;
  min-height: 54px;
  margin: 18px 0 0;
  padding: 14px 48px 14px 16px;
  border: 1px solid #ffd0d4;
  border-radius: 12px;
  background: #fff4f5;
  box-shadow: none;
  color: #a61b29;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body.panelbg .tickets-page .ticket-danger .close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: #a61b29;
  font-size: 22px;
  line-height: 1;
  opacity: .6;
  transform: translateY(-50%);
}

body.panelbg .tickets-page .ticket-danger .close:hover {
  background: rgba(166, 27, 41, .08);
  opacity: 1;
}

body.panelbg .tickets-page .tickets-history-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.panelbg .tickets-page .ticket-history-item {
  display: block;
  margin-top: 0;
  border: 1px solid var(--smm-border);
  background: var(--smm-soft);
  color: inherit;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

body.panelbg .tickets-page .ticket-history-item:hover {
  border-color: rgba(22, 119, 255, .4);
  background: var(--smm-soft-primary);
  color: inherit;
  text-decoration: none !important;
  transform: translateY(-1px);
}

body.panelbg .tickets-page .ticket-history-item.is-new {
  border-color: rgba(22, 119, 255, .35);
}

body.panelbg .tickets-page .ticket-history-item .text h2,
body.panelbg .tickets-page .ticket-history-item .text h2 strong {
  color: var(--smm-title);
  font-weight: 600;
}

body.panelbg .tickets-page .tickets-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 190px;
  padding: 28px;
  border: 1px dashed var(--smm-border);
  border-radius: 14px;
  background: var(--smm-soft);
  color: var(--smm-muted);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

body.panelbg .tickets-page .tickets-empty-state i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 22px;
}

body.panelbg .tickets-page .tickets-pagination {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

body.panelbg .tickets-page .tickets-pagination .pagination {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}

body.panelbg .tickets-page .tickets-pagination li {
  list-style: none;
}

body.panelbg .tickets-page .tickets-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--smm-card);
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}

body.panelbg .tickets-page .tickets-pagination li.active a,
body.panelbg .tickets-page .tickets-pagination a:hover {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .tickets-page .tickets-page-text {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
  color: var(--smm-body);
}

body.panelbg .tickets-page .rtl-form .ticket-danger {
  padding-right: 16px;
  padding-left: 48px;
}

body.panelbg .tickets-page .rtl-form .ticket-danger .close {
  right: auto;
  left: 10px;
}

@media (max-width: 991.98px) {
  body.panelbg .tickets-page .ticket-support-layout {
    row-gap: 20px;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .tickets-page .bodyticket,
  body.panelbg .tickets-page .ticket-support-layout .destek-talebi-olustur-box .title {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.panelbg .tickets-page .ticket-support-layout .listeleme-bolum-box {
    padding: 16px;
  }

  body.panelbg .tickets-page .ticket-history-item {
    padding: 12px;
  }
}

body.panelbg .tickets-page .ticket-processing-alert {
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin: 18px 0 0;
  padding: 12px 15px;
  border: 1px solid rgba(22, 119, 255, .24);
  border-radius: 12px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

body.panelbg .tickets-page .ticket-processing-alert i {
  font-size: 19px;
  animation: nerosmm-ticket-spin .8s linear infinite;
}

@keyframes nerosmm-ticket-spin {
  to {
    transform: rotate(360deg);
  }
}

.nerosmm-ticket-success-toast {
  position: fixed;
  top: 98px;
  right: 24px;
  z-index: 10050;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(390px, calc(100vw - 32px));
  min-height: 72px;
  padding: 14px 48px 14px 14px;
  border: 1px solid rgba(18, 183, 106, .28);
  border-radius: 16px;
  background: var(--smm-card, #fff);
  box-shadow: 0 18px 44px rgba(16, 24, 40, .18);
  color: var(--smm-title, #172033);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(24px, 0, 0);
  transition: opacity .25s ease, transform .25s ease;
}

.nerosmm-ticket-success-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.nerosmm-ticket-success-toast .toast-icon {
  display: flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(18, 183, 106, .12);
  color: #12b76a;
  font-size: 22px;
}

.nerosmm-ticket-success-toast .toast-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.nerosmm-ticket-success-toast .toast-content strong {
  color: var(--smm-title, #172033);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.nerosmm-ticket-success-toast .toast-content span {
  margin-top: 2px;
  color: var(--smm-body, #65718a);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.nerosmm-ticket-success-toast .toast-close {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: var(--smm-muted, #8b98af);
  font-size: 18px;
  cursor: pointer;
  transform: translateY(-50%);
}

.nerosmm-ticket-success-toast .toast-close:hover {
  background: rgba(18, 183, 106, .1);
  color: #12b76a;
}

@media (max-width: 575.98px) {
  .nerosmm-ticket-success-toast {
    top: 76px;
    right: 16px;
    left: 16px;
    width: auto;
  }
}

body.panelbg .ticket-detail-page .ticket-detail-meta:empty {
  display: none;
}

body.panelbg .ticket-detail-page .title .buttongrup .ticket-status-open {
  margin-right: 0;
  border: 1px solid rgba(18, 183, 106, .2);
  background: rgba(18, 183, 106, .1);
  color: #12b76a;
}

body.panelbg .ticket-detail-page .title .buttongrup .ticket-status-pending {
  margin-right: 0;
  border: 1px solid rgba(247, 144, 9, .24);
  background: #fff7e6;
  color: #dc7900;
}

body.panelbg .ticket-detail-page .title .buttongrup .ticket-status-answered {
  margin-right: 0;
  border: 1px solid rgba(18, 183, 106, .24);
  background: #ecfdf3;
  color: #079455;
}

body.panelbg .ticket-detail-page .title .buttongrup .ticket-status-closed {
  margin-right: 0;
  border: 1px solid rgba(217, 45, 61, .2);
  background: rgba(217, 45, 61, .09);
  color: #d92d3d;
}

body.panelbg .ticket-detail-page .title .buttongrup .durum span,
body.panelbg .ticket-detail-page .title .buttongrup .durum i {
  color: inherit;
}

body.panelbg .ticket-detail-page .customeritem .text {
  border-color: rgba(22, 119, 255, .28);
  background: var(--smm-card);
  box-shadow: 0 8px 22px rgba(16, 24, 40, .06);
  text-align: left;
}

body.panelbg .ticket-detail-page .officialitem .text {
  border: 1px solid rgba(22, 119, 255, .12);
  background: var(--smm-soft-primary);
  box-shadow: none;
  text-align: left;
}

body.panelbg .ticket-detail-page .ticket-message-content {
  color: var(--smm-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

body.panelbg .ticket-detail-page .ticket-message-files {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--smm-border);
}

body.panelbg .ticket-detail-page .ticket-message-files a {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
}

body.panelbg .ticket-detail-page .ticket-message-files a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panelbg .ticket-detail-page .ticket-message-files a i:last-child {
  margin-left: auto;
}

body.panelbg .ticket-detail-page .customeritem .user,
body.panelbg .ticket-detail-page .officialitem .user {
  display: flex;
  align-items: center;
  gap: 9px;
}

body.panelbg .ticket-detail-page .customeritem .user {
  flex-direction: row-reverse;
}

body.panelbg .ticket-detail-page .customeritem .userinfo,
body.panelbg .ticket-detail-page .officialitem .userinfo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  margin: 0;
}

body.panelbg .ticket-detail-page .customeritem .userinfo {
  align-items: flex-end;
}

body.panelbg .ticket-detail-page .customeritem .userinfo strong,
body.panelbg .ticket-detail-page .officialitem .userinfo strong {
  color: var(--smm-title);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

body.panelbg .ticket-detail-page .customeritem .userinfo .date,
body.panelbg .ticket-detail-page .officialitem .userinfo .date {
  float: none;
  min-height: 0;
  margin: 0;
}

body.panelbg .ticket-detail-page .ticket-user-avatar,
body.panelbg .ticket-detail-page .ticket-support-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-primary);
  font-size: 15px;
}

body.panelbg .ticket-detail-page .ticket-support-avatar {
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .ticket-detail-page .ticket-conversation-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 100%;
  color: var(--smm-muted);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

body.panelbg .ticket-detail-page .ticket-conversation-empty i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 22px;
}

body.panelbg .ticket-detail-page .replysupport form {
  display: block;
}

body.panelbg .ticket-detail-page .replysupport .alert {
  position: relative;
  margin: 0 0 12px;
  padding: 12px 44px 12px 14px;
  border: 1px solid #ffd0d4;
  border-radius: 12px;
  background: #fff4f5;
  color: #a61b29;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

body.panelbg .ticket-detail-page .replysupport .alert .close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a61b29;
  font-size: 21px;
  line-height: 1;
  transform: translateY(-50%);
}

body.panelbg .ticket-detail-page .ticket-reply-composer {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

body.panelbg .ticket-detail-page .ticket-reply-message {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

body.panelbg .ticket-detail-page .ticket-reply-message label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.panelbg .ticket-detail-page .ticket-reply-message textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  max-height: 120px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
  box-shadow: none;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  resize: vertical;
}

body.panelbg .ticket-detail-page .ticket-reply-message textarea:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
  outline: 0;
}

body.panelbg .ticket-detail-page .ticket-reply-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

body.panelbg .ticket-detail-page .ticket-reply-uploader {
  margin: 0;
}

body.panelbg .ticket-detail-page .ticket-reply-uploader .files-wrapper {
  display: flex;
  align-items: center;
}

body.panelbg .ticket-detail-page .ticket-reply-uploader #uploader-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0 !important;
  border: 1px solid var(--smm-border) !important;
  border-radius: 12px !important;
  background: var(--smm-bg) !important;
  color: var(--smm-primary) !important;
}

body.panelbg .ticket-detail-page .ticket-reply-uploader #uploader-button .files-label {
  display: none;
}

body.panelbg .ticket-detail-page .ticket-reply-uploader #uploader-button .paperclip {
  color: inherit;
}

body.panelbg .ticket-detail-page .ticket-reply-actions > button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  min-width: 48px;
  height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 12px;
  background: var(--smm-primary) !important;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

body.panelbg .ticket-detail-page .ticket-reply-actions > button[type="submit"]:hover {
  background: var(--smm-primary-hover) !important;
}

body.panelbg .ticket-detail-page .ticket-closed-note {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 12px 16px;
  border-top: 1px solid var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-muted);
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  body.panelbg .ticket-detail-page .ticket-reply-composer {
    align-items: stretch;
    flex-direction: column;
  }

  body.panelbg .ticket-detail-page .ticket-reply-actions {
    justify-content: flex-end;
    width: 100%;
  }

  body.panelbg .ticket-detail-page .ticket-reply-actions > button[type="submit"] {
    flex: 1 1 auto;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .ticket-detail-page .title .konu span {
    font-size: 12px;
  }

  body.panelbg .ticket-detail-page .ticket-reply-actions > button[type="submit"] span {
    display: inline;
  }
}

body.panelbg .panelcontent .burgermenu > ul > li > a > span > .pd {
  gap: 10px;
}

body.panelbg .panelcontent .burgermenu > ul > li .count,
body.panelbg .panelcontent .burgermenu > ul > li .pd > .badge {
  position: static !important;
  inset: auto !important;
  float: none !important;
  display: inline-flex !important;
  flex: 0 0 24px !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--smm-primary) !important;
  box-shadow: 0 5px 12px rgba(22, 119, 255, .24) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transform: none !important;
}

/* Keep the selected current day legible on the primary calendar background. */
body.panelbg [data-action="selectDay"].day.active.bg-primary.today {
  color: #fff !important;
}

/* Orders page */
body.panelbg .orders-page {
  color: var(--smm-body);
}

body.panelbg .orders-shell {
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .orders-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--smm-border);
}

body.panelbg .orders-status-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

body.panelbg .orders-status-nav::-webkit-scrollbar {
  display: none;
}

body.panelbg .orders-status-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--smm-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: .18s ease;
}

body.panelbg .orders-status-nav a:hover {
  border-color: var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-title);
}

body.panelbg .orders-status-nav a.active {
  border-color: rgba(22, 119, 255, .2);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .orders-search {
  flex: 0 0 270px;
  width: 270px;
  margin: 0;
}

body.panelbg .orders-search-control {
  position: relative;
  display: flex;
  align-items: center;
}

body.panelbg .orders-search-control > i {
  position: absolute;
  left: 13px;
  z-index: 1;
  color: var(--smm-muted);
  font-size: 17px;
  pointer-events: none;
}

body.panelbg .orders-search-control input {
  width: 100%;
  height: 42px;
  padding: 9px 48px 9px 39px;
  border: 1px solid var(--smm-border);
  border-radius: 11px;
  outline: 0;
  background: var(--smm-bg);
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 500;
}

body.panelbg .orders-search-control input:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg .orders-search-control button {
  position: absolute;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 16px;
}

body.panelbg .orders-table-wrap {
  width: 100%;
  overflow-x: auto;
}

body.panelbg .orders-table {
  width: 100%;
  min-width: 1180px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

body.panelbg .orders-table th {
  padding: 12px 10px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .025em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

body.panelbg .orders-table td {
  padding: 13px 10px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-body);
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}

body.panelbg .orders-table tbody tr:last-child > td {
  border-bottom: 0;
}

body.panelbg .orders-table tbody tr:hover > td {
  background: rgba(22, 119, 255, .025);
}

body.panelbg .orders-id {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-weight: 700;
  white-space: nowrap;
}

body.panelbg .orders-date,
body.panelbg .orders-number {
  color: var(--smm-body);
  font-weight: 500;
  white-space: nowrap;
}

body.panelbg .orders-service {
  display: block;
  min-width: 210px;
  max-width: 310px;
  color: var(--smm-title);
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.panelbg .orders-link-control {
  display: flex;
  align-items: center;
  width: 220px;
  min-width: 0;
  border: 1px solid var(--smm-border);
  border-radius: 9px;
  background: var(--smm-bg);
  overflow: hidden;
}

body.panelbg .orders-link-control input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 7px 9px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--smm-body);
  font-size: 11px;
  font-weight: 400;
}

body.panelbg .orders-copy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--smm-border);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .orders-copy-button.is-copied {
  background: #e9f9ef;
  color: #15803d;
}

body.panelbg .orders-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

body.panelbg .orders-details-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 5px 8px;
  border: 1px solid var(--smm-border);
  border-radius: 8px;
  background: var(--smm-card);
  color: var(--smm-primary);
  font-size: 10px;
  font-weight: 600;
}

body.panelbg .orders-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

body.panelbg .orders-status-completed {
  border-color: #bbebce;
  background: #effbf4;
  color: #15803d;
}

body.panelbg .orders-status-pending,
body.panelbg .orders-status-partial {
  border-color: #fde1a7;
  background: #fff9e9;
  color: #a16207;
}

body.panelbg .orders-status-inprogress,
body.panelbg .orders-status-processing {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

body.panelbg .orders-status-canceled {
  border-color: #fecaca;
  background: #fff1f2;
  color: #b91c1c;
}

body.panelbg .orders-status-default {
  border-color: var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-muted);
}

body.panelbg .orders-row-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  min-width: 105px;
}

body.panelbg .orders-action,
body.panelbg .orders-action-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 29px;
  padding: 5px 8px;
  border: 1px solid;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

body.panelbg .orders-action-primary {
  border-color: rgba(22, 119, 255, .2);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .orders-action-danger {
  border-color: #fecaca;
  background: #fff1f2;
  color: #b91c1c;
}

body.panelbg .orders-action-state {
  border-color: var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-muted);
}

body.panelbg .orders-action[disabled] {
  opacity: .58;
  cursor: not-allowed;
}

body.panelbg .orders-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
  min-height: 220px;
  color: var(--smm-muted);
  text-align: center;
}

body.panelbg .orders-empty > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 23px;
}

body.panelbg .orders-empty > span svg {
  display: block;
  width: 25px;
  height: 25px;
}

body.panelbg .orders-empty p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

body.panelbg .orders-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px;
  border-top: 1px solid var(--smm-border);
}

body.panelbg .orders-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid var(--smm-border);
  border-radius: 9px;
  background: var(--smm-card);
  color: var(--smm-body);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

body.panelbg .orders-pagination a:hover,
body.panelbg .orders-pagination a.active {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

body.orders-modal-open {
  overflow: hidden;
}

body.panelbg .orders-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

body.panelbg .orders-detail-modal[hidden] {
  display: none !important;
}

body.panelbg .orders-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .55);
  backdrop-filter: blur(3px);
}

body.panelbg .orders-detail-dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

body.panelbg .orders-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border-bottom: 1px solid var(--smm-border);
}

body.panelbg .orders-detail-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--smm-primary);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body.panelbg .orders-detail-header h3 {
  margin: 0;
  color: var(--smm-title);
  font-size: 16px;
  font-weight: 700;
}

body.panelbg .orders-detail-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--smm-bg);
  color: var(--smm-muted);
  font-size: 19px;
}

body.panelbg .orders-detail-body {
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 155px);
  padding: 18px;
  overflow-y: auto;
}

body.panelbg .orders-detail-field label {
  display: block;
  margin: 0 0 6px;
  color: var(--smm-title);
  font-size: 11px;
  font-weight: 600;
}

body.panelbg .orders-detail-field input,
body.panelbg .orders-detail-field textarea,
body.panelbg .orders-detail-value {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  outline: 0;
  background: var(--smm-bg);
  color: var(--smm-body);
  font-size: 11px;
  line-height: 1.55;
  resize: vertical;
}

html[dir="rtl"] body.panelbg .orders-search-control > i {
  right: 13px;
  left: auto;
}

html[dir="rtl"] body.panelbg .orders-search-control input {
  padding-right: 39px;
  padding-left: 48px;
}

html[dir="rtl"] body.panelbg .orders-search-control button {
  right: auto;
  left: 5px;
}

html[dir="rtl"] body.panelbg .orders-copy-button {
  border-right: 1px solid var(--smm-border);
  border-left: 0;
}

html.dark body.panelbg .orders-status-completed {
  border-color: rgba(74, 222, 128, .22);
  background: rgba(22, 163, 74, .12);
  color: #86efac;
}

html.dark body.panelbg .orders-status-pending,
html.dark body.panelbg .orders-status-partial {
  border-color: rgba(250, 204, 21, .2);
  background: rgba(202, 138, 4, .12);
  color: #fde68a;
}

html.dark body.panelbg .orders-status-inprogress,
html.dark body.panelbg .orders-status-processing {
  border-color: rgba(96, 165, 250, .22);
  background: rgba(37, 99, 235, .13);
  color: #93c5fd;
}

html.dark body.panelbg .orders-status-canceled,
html.dark body.panelbg .orders-action-danger {
  border-color: rgba(248, 113, 113, .22);
  background: rgba(220, 38, 38, .12);
  color: #fca5a5;
}

@media (max-width: 991.98px) {
  body.panelbg .orders-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  body.panelbg .orders-search {
    flex-basis: auto;
    width: 100%;
  }

  body.panelbg .orders-table-wrap {
    padding: 12px;
    overflow: visible;
    background: var(--smm-bg);
  }

  body.panelbg .orders-table {
    min-width: 0;
  }

  body.panelbg .orders-table thead {
    display: none;
  }

  body.panelbg .orders-table tbody {
    display: grid;
    gap: 12px;
  }

  body.panelbg .orders-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--smm-border);
    border-radius: 13px;
    background: var(--smm-card);
  }

  body.panelbg .orders-table td {
    display: grid;
    grid-template-columns: minmax(90px, .42fr) minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-width: 0;
    border-right: 1px solid var(--smm-border);
  }

  body.panelbg .orders-table td:nth-child(2n),
  body.panelbg .orders-table td:last-child {
    border-right: 0;
  }

  body.panelbg .orders-table td::before {
    content: attr(data-label);
    color: var(--smm-muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  body.panelbg .orders-service,
  body.panelbg .orders-link-control {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  body.panelbg .orders-empty-row,
  body.panelbg .orders-empty-row td {
    display: block !important;
  }

  body.panelbg .orders-empty-row td::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .orders-page {
    margin-top: 84px;
  }

  body.panelbg .orders-toolbar {
    padding: 12px;
  }

  body.panelbg .orders-status-nav a {
    min-height: 36px;
    padding: 7px 11px;
  }

  body.panelbg .orders-table tbody tr {
    grid-template-columns: 1fr;
  }

  body.panelbg .orders-table td,
  body.panelbg .orders-table td:nth-child(2n) {
    border-right: 0;
  }

  body.panelbg .orders-detail-modal {
    align-items: flex-end;
    padding: 10px;
  }

  body.panelbg .orders-detail-dialog {
    max-height: calc(100vh - 20px);
    border-radius: 15px;
  }
}

/* Subscriptions page additions */
body.panelbg .subscriptions-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

body.panelbg .subscriptions-username-control {
  width: 100%;
}

body.panelbg .subscriptions-table th,
body.panelbg .subscriptions-table td {
  padding-right: 6px;
  padding-left: 6px;
}

body.panelbg .subscriptions-table th {
  font-size: 8px;
  letter-spacing: .01em;
  white-space: normal;
}

body.panelbg .subscriptions-table td {
  font-size: 10px;
}

body.panelbg .subscriptions-table th:nth-child(1),
body.panelbg .subscriptions-table td:nth-child(1) {
  width: 4%;
}

body.panelbg .subscriptions-table th:nth-child(2),
body.panelbg .subscriptions-table td:nth-child(2) {
  width: 10%;
}

body.panelbg .subscriptions-table th:nth-child(3),
body.panelbg .subscriptions-table td:nth-child(3) {
  width: 7%;
}

body.panelbg .subscriptions-table th:nth-child(4),
body.panelbg .subscriptions-table td:nth-child(4),
body.panelbg .subscriptions-table th:nth-child(5),
body.panelbg .subscriptions-table td:nth-child(5) {
  width: 6%;
}

body.panelbg .subscriptions-table th:nth-child(6),
body.panelbg .subscriptions-table td:nth-child(6) {
  width: 7%;
}

body.panelbg .subscriptions-table th:nth-child(7),
body.panelbg .subscriptions-table td:nth-child(7) {
  width: 18%;
}

body.panelbg .subscriptions-table th:nth-child(8),
body.panelbg .subscriptions-table td:nth-child(8) {
  width: 7%;
}

body.panelbg .subscriptions-table th:nth-child(9),
body.panelbg .subscriptions-table td:nth-child(9),
body.panelbg .subscriptions-table th:nth-child(10),
body.panelbg .subscriptions-table td:nth-child(10),
body.panelbg .subscriptions-table th:nth-child(11),
body.panelbg .subscriptions-table td:nth-child(11) {
  width: 9%;
}

body.panelbg .subscriptions-table th:nth-child(12),
body.panelbg .subscriptions-table td:nth-child(12) {
  width: 8%;
}

body.panelbg .subscriptions-table .orders-id {
  padding: 4px 6px;
  font-size: 9px;
}

body.panelbg .subscriptions-table .orders-link-control input {
  padding-right: 6px;
  padding-left: 7px;
  font-size: 9px;
}

body.panelbg .subscriptions-table .orders-copy-button {
  flex-basis: 30px;
  width: 30px;
}

body.panelbg .subscriptions-table .orders-number {
  font-size: 9px;
  white-space: normal;
}

body.panelbg .subscriptions-table .orders-service {
  min-width: 0;
  max-width: none;
  font-size: 10px;
  line-height: 1.45;
}

body.panelbg .subscriptions-table .orders-status {
  max-width: 100%;
  padding: 5px 7px;
  font-size: 8px;
  white-space: normal;
  text-align: center;
}

body.panelbg .subscriptions-table .orders-date {
  display: block;
  font-size: 8.5px;
  line-height: 1.45;
  white-space: normal;
}

body.panelbg .subscriptions-table .orders-row-actions {
  min-width: 0;
}

body.panelbg .subscriptions-table .orders-action {
  padding: 5px 4px;
  font-size: 8px;
}

body.panelbg .subscriptions-progress {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--smm-body);
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}

body.panelbg .subscriptions-progress-link {
  color: var(--smm-primary);
  font-weight: 600;
  text-decoration: none;
}

body.panelbg .subscriptions-progress-link:hover {
  text-decoration: underline;
}

body.panelbg .orders-status-active {
  border-color: #bbebce;
  background: #effbf4;
  color: #15803d;
}

body.panelbg .orders-status-paused {
  border-color: #fde1a7;
  background: #fff9e9;
  color: #a16207;
}

body.panelbg .orders-status-expired {
  border-color: #d8dee8;
  background: #f5f7fa;
  color: #64748b;
}

html.dark body.panelbg .orders-status-active {
  border-color: rgba(74, 222, 128, .22);
  background: rgba(22, 163, 74, .12);
  color: #86efac;
}

html.dark body.panelbg .orders-status-paused {
  border-color: rgba(250, 204, 21, .2);
  background: rgba(202, 138, 4, .12);
  color: #fde68a;
}

html.dark body.panelbg .orders-status-expired {
  border-color: rgba(148, 163, 184, .22);
  background: rgba(100, 116, 139, .12);
  color: #cbd5e1;
}

@media (max-width: 991.98px) {
  body.panelbg .subscriptions-table {
    min-width: 0;
    table-layout: auto;
  }

  body.panelbg .subscriptions-table th,
  body.panelbg .subscriptions-table td {
    width: auto !important;
  }

  body.panelbg .subscriptions-username-control {
    width: 100%;
  }
}

/* New order how-to FAQ */
body.panelbg .neworder-howto {
  display: grid;
  gap: 14px;
  max-height: 690px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-color: rgba(140, 153, 171, .48) transparent;
  scrollbar-width: thin;
}

body.panelbg .neworder-howto::-webkit-scrollbar {
  width: 5px;
}

body.panelbg .neworder-howto::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(140, 153, 171, .48);
}

body.panelbg .neworder-howto-intro {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 13px;
  background: var(--smm-soft-primary);
}

body.panelbg .neworder-howto-intro > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 19px;
}

body.panelbg .neworder-howto-intro h2 {
  margin: 1px 0 4px;
  color: var(--smm-title);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body.panelbg .neworder-howto-intro p {
  margin: 0;
  color: var(--smm-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

body.panelbg .neworder-howto-list {
  display: grid;
  gap: 9px;
}

body.panelbg .neworder-howto-item {
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-card);
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.panelbg .neworder-howto-item[open] {
  border-color: rgba(22, 119, 255, .3);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}

body.panelbg .neworder-howto-item summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 11px;
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

body.panelbg .neworder-howto-item summary::-webkit-details-marker {
  display: none;
}

body.panelbg .neworder-howto-item summary:hover {
  background: rgba(22, 119, 255, .025);
}

body.panelbg .neworder-howto-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 16px;
}

body.panelbg .neworder-howto-arrow {
  color: var(--smm-muted);
  font-size: 18px;
  transition: transform .18s ease;
}

body.panelbg .neworder-howto-item[open] .neworder-howto-arrow {
  color: var(--smm-primary);
  transform: rotate(180deg);
}

body.panelbg .neworder-howto-answer {
  padding: 12px 14px 14px 55px;
  border-top: 1px solid var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}

body.panelbg .neworder-howto-answer p,
body.panelbg .neworder-howto-answer ol,
body.panelbg .neworder-howto-answer ul {
  margin-top: 0;
  margin-bottom: 8px;
}

body.panelbg .neworder-howto-answer > :last-child {
  margin-bottom: 0;
}

body.panelbg .neworder-howto-answer ol,
body.panelbg .neworder-howto-answer ul {
  padding-left: 18px;
}

body.panelbg .neworder-howto-answer li + li {
  margin-top: 4px;
}

body.panelbg .neworder-howto-answer strong {
  color: var(--smm-title);
  font-weight: 600;
}

body.panelbg .neworder-howto-answer a {
  color: var(--smm-primary);
  font-weight: 600;
  text-decoration: none;
}

body.panelbg .neworder-howto-answer a:hover {
  text-decoration: underline;
}

html.dark body.panelbg .neworder-howto-intro {
  border-color: rgba(96, 165, 250, .18);
  background: rgba(22, 119, 255, .1);
}

html.dark body.panelbg .neworder-howto-item[open] {
  border-color: rgba(96, 165, 250, .28);
  box-shadow: none;
}

@media (max-width: 575.98px) {
  body.panelbg .neworder-howto {
    max-height: none;
    padding-right: 0;
  }

  body.panelbg .neworder-howto-intro {
    padding: 12px;
  }

  body.panelbg .neworder-howto-answer {
    padding: 11px 12px 13px;
  }
}


/* Order mode navigation and mass order */
body.panelbg .order-mode-header {
  display: block;
  min-height: 0;
  padding: 9px 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.panelbg .order-mode-header::-webkit-scrollbar {
  display: none;
}

body.panelbg .order-mode-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  background: var(--smm-bg);
}

body.panelbg .order-mode-header .order-mode-nav {
  width: 100%;
  max-width: none;
  border: 0;
  background: transparent;
  padding: 0;
}

body.panelbg .newordersip .order-mode-header .order-mode-nav a span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.panelbg .order-mode-nav a {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 39px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

body.panelbg .order-mode-nav a::after,
body.panelbg .order-mode-nav a.active::after {
  display: none;
}

body.panelbg .order-mode-nav a i {
  flex: 0 0 auto;
  margin: 0;
  color: var(--smm-muted);
  font-size: 17px;
  line-height: 1;
}

body.panelbg .order-mode-nav a:hover {
  border-color: rgba(22, 119, 255, .15);
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
}

body.panelbg .order-mode-nav a:hover i {
  color: var(--smm-primary);
}

body.panelbg .order-mode-nav a.active {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(22, 119, 255, .22);
}

body.panelbg .order-mode-nav a.active i {
  color: #fff;
}

body.panelbg .massorder-page {
  padding-bottom: 30px;
}

body.panelbg .massorder-page-nav {
  margin-bottom: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .massorder-card {
  overflow: visible;
  margin-bottom: 18px;
}

body.panelbg .massorder-card .bodyneworder {
  padding: 26px;
}

body.panelbg .massorder-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

body.panelbg .massorder-eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.panelbg .massorder-heading h1 {
  margin: 0 0 7px;
  color: var(--smm-title);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

body.panelbg .massorder-heading p {
  margin: 0;
  color: var(--smm-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

body.panelbg .massorder-generator-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(22, 119, 255, .2);
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 12px;
  font-weight: 650;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.panelbg .massorder-generator-toggle:hover,
body.panelbg .massorder-generator-toggle[aria-expanded="true"] {
  background: var(--smm-primary);
  color: #fff;
  transform: translateY(-1px);
}

body.panelbg .massorder-generator {
  display: grid;
  grid-template-columns: minmax(120px, .55fr) minmax(220px, 1.8fr) minmax(120px, .55fr) auto;
  align-items: end;
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 13px;
  background: var(--smm-soft-primary);
}

body.panelbg .massorder-generator[hidden] {
  display: none;
}

body.panelbg .massorder-generator-field label,
body.panelbg .massorder-field-label label {
  display: block;
  margin: 0 0 7px;
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 650;
}

body.panelbg .massorder-generator-field input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  outline: none;
  background: var(--smm-card);
  color: var(--smm-title);
  font-size: 12px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.panelbg .massorder-generator-field input:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg .massorder-generator-field input.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .09);
}

body.panelbg .massorder-add-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 0 15px;
  border: 1px solid var(--smm-primary);
  border-radius: 10px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

body.panelbg .massorder-add-line:hover {
  background: var(--smm-primary-hover);
  border-color: var(--smm-primary-hover);
}

body.panelbg .massorder-field {
  margin-bottom: 16px;
}

body.panelbg .massorder-field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

body.panelbg .massorder-field-label label {
  margin: 0;
}

body.panelbg .massorder-field-label code,
body.panelbg .massorder-example code,
body.panelbg .massorder-guide article code {
  color: var(--smm-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
}

body.panelbg .massorder-field textarea {
  width: 100%;
  min-height: 350px;
  resize: vertical;
  padding: 18px;
  border: 1px solid var(--smm-border);
  border-radius: 13px;
  outline: none;
  background: var(--smm-card);
  color: var(--smm-title);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.panelbg .massorder-field textarea:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 4px rgba(22, 119, 255, .09);
}

body.panelbg .massorder-field textarea::placeholder {
  color: var(--smm-muted);
  opacity: .8;
}

body.panelbg .massorder-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--smm-primary);
  border-radius: 12px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 8px 20px rgba(22, 119, 255, .18);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.panelbg .massorder-submit:hover {
  background: var(--smm-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22, 119, 255, .24);
}

body.panelbg .massorder-result-alert {
  margin-bottom: 20px;
}

body.panelbg .massorder-result-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

body.panelbg .massorder-result-stats > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 120px;
  padding: 8px 10px;
  border: 1px solid currentColor;
  border-radius: 9px;
  opacity: .9;
}

body.panelbg .massorder-result-stats small {
  font-size: 10px;
  font-weight: 500;
  opacity: .8;
}

body.panelbg .massorder-result-stats strong {
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
}

body.panelbg .massorder-details-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

body.panelbg .massorder-guide {
  scroll-margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .massorder-guide-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

body.panelbg .massorder-guide-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 20px;
}

body.panelbg .massorder-guide-heading h2 {
  margin: 0 0 3px;
  color: var(--smm-title);
  font-size: 16px;
  font-weight: 650;
}

body.panelbg .massorder-guide-heading p {
  margin: 0;
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 400;
}

body.panelbg .massorder-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

body.panelbg .massorder-guide article {
  position: relative;
  padding: 16px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
}

body.panelbg .massorder-guide article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-bottom: 11px;
  border-radius: 8px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 11px;
  font-weight: 700;
}

body.panelbg .massorder-guide article h3 {
  margin: 0 0 6px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 650;
}

body.panelbg .massorder-guide article p {
  margin: 0;
  color: var(--smm-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

body.panelbg .massorder-example {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px dashed rgba(22, 119, 255, .25);
  border-radius: 10px;
  background: var(--smm-soft-primary);
  color: var(--smm-body);
  font-size: 11px;
}

body.panelbg .massorder-example strong {
  color: var(--smm-title);
  font-weight: 650;
}

html.dark body.panelbg .order-mode-nav,
html.dark body.panelbg .massorder-generator,
html.dark body.panelbg .massorder-guide article {
  background: rgba(255, 255, 255, .025);
}

html.dark body.panelbg .massorder-generator-field input,
html.dark body.panelbg .massorder-field textarea {
  background: rgba(255, 255, 255, .02);
}

@media (max-width: 991.98px) {
  body.panelbg .massorder-generator {
    grid-template-columns: 1fr 1fr;
  }

  body.panelbg .massorder-generator-link {
    grid-column: span 2;
    grid-row: 1;
  }

  body.panelbg .massorder-add-line {
    align-self: end;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .order-mode-nav {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.panelbg .order-mode-nav::-webkit-scrollbar {
    display: none;
  }

  body.panelbg .massorder-card .bodyneworder,
  body.panelbg .massorder-guide {
    padding: 18px;
  }

  body.panelbg .massorder-heading {
    flex-direction: column;
    gap: 14px;
  }

  body.panelbg .massorder-generator-toggle {
    width: 100%;
  }

  body.panelbg .massorder-guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .order-mode-nav a {
    min-height: 37px;
    padding: 8px 11px;
    font-size: 11px;
  }

  body.panelbg .order-mode-nav a i {
    font-size: 15px;
  }

  body.panelbg .massorder-page-nav {
    width: 100%;
  }

  body.panelbg .massorder-card .bodyneworder,
  body.panelbg .massorder-guide {
    padding: 14px;
  }

  body.panelbg .massorder-heading h1 {
    font-size: 17px;
  }

  body.panelbg .massorder-generator {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  body.panelbg .massorder-generator-link {
    grid-column: auto;
    grid-row: auto;
  }

  body.panelbg .massorder-add-line {
    width: 100%;
  }

  body.panelbg .massorder-field-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  body.panelbg .massorder-field textarea {
    min-height: 290px;
    padding: 14px;
    font-size: 12px;
  }

  body.panelbg .massorder-example {
    align-items: flex-start;
    flex-direction: column;
  }

  body.panelbg .massorder-example code {
    overflow-wrap: anywhere;
  }
}

/* Charge and submit alignment */
body.panelbg .neworder-checkout-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 14px;
  clear: both;
  width: 100%;
}

body.panelbg .neworder-checkout-row .neworder-charge-field {
  min-width: 0;
  margin: 0 !important;
}

body.panelbg .neworder-checkout-row .neworder-actions {
  float: none;
  width: auto;
  min-width: 0;
}

body.panelbg .neworder-checkout-row .neworder-actions .neworder-submit,
body.panelbg .neworder-checkout-row .neworder-actions .neworder-add-funds {
  min-height: 54px;
}

@media (max-width: 575.98px) {
  body.panelbg .neworder-checkout-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.panelbg .neworder-checkout-row .neworder-actions {
    width: 100%;
  }
}

/* New order: mobile-only layout corrections */
@media (max-width: 767.98px) {
  body.panelbg .neworder-page,
  body.panelbg .neworder-layout-row,
  body.panelbg .neworder-form-card,
  body.panelbg .neworder-information-card {
    min-width: 0;
    max-width: 100%;
  }

  body.panelbg .neworder-form-card .order-mode-header {
    overflow: visible;
    padding: 10px;
  }

  body.panelbg .neworder-form-card .order-mode-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  body.panelbg .neworder-form-card .order-mode-nav a {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 8px 5px;
    gap: 5px;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  body.panelbg .neworder-form-card .order-mode-nav a span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.panelbg .neworder-form-card .select2-container .select2-selection--single {
    height: auto;
    min-height: 56px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  body.panelbg .neworder-form-card .select2-selection--single .select2-selection__rendered,
  body.panelbg .neworder-form-card .select2-selection__rendered > span {
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    overflow-wrap: anywhere;
  }

  body.panelbg .neworder-form-card .neworderitem .select .icon {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Refunds page */
body.panelbg .refunds-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 16px 0;
  padding: 13px 14px;
  border: 1px solid rgba(22, 119, 255, .2);
  border-radius: 12px;
  background: var(--smm-soft-primary);
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

body.panelbg .refunds-alert[hidden] {
  display: none;
}

body.panelbg .refunds-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--smm-card);
  color: var(--smm-primary);
  font-size: 19px;
}

body.panelbg .refunds-alert-copy {
  flex: 1 1 auto;
  min-width: 0;
}

body.panelbg .refunds-alert-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--smm-muted);
  font-size: 19px;
  cursor: pointer;
}

body.panelbg .refunds-alert-close:hover {
  background: rgba(22, 119, 255, .1);
  color: var(--smm-primary);
}

body.panelbg .refunds-table {
  min-width: 680px;
  table-layout: fixed;
}

body.panelbg .refunds-table th:first-child,
body.panelbg .refunds-table td:first-child {
  width: 20%;
}

body.panelbg .refunds-table th:nth-child(2),
body.panelbg .refunds-table td:nth-child(2) {
  width: 22%;
}

body.panelbg .refunds-table th:nth-child(3),
body.panelbg .refunds-table td:nth-child(3) {
  width: 25%;
}

body.panelbg .refunds-table th:last-child,
body.panelbg .refunds-table td:last-child {
  width: 33%;
}

body.panelbg .refunds-order-link {
  text-decoration: none;
}

body.panelbg .refunds-amount {
  color: var(--smm-title);
  font-weight: 700;
}

html.dark body.panelbg .refunds-alert {
  border-color: rgba(96, 165, 250, .2);
  background: rgba(22, 119, 255, .1);
}

@media (max-width: 991.98px) {
  body.panelbg .refunds-table {
    min-width: 0;
    table-layout: auto;
  }

  body.panelbg .refunds-table th,
  body.panelbg .refunds-table td,
  body.panelbg .refunds-table th:first-child,
  body.panelbg .refunds-table td:first-child,
  body.panelbg .refunds-table th:nth-child(2),
  body.panelbg .refunds-table td:nth-child(2),
  body.panelbg .refunds-table th:nth-child(3),
  body.panelbg .refunds-table td:nth-child(3),
  body.panelbg .refunds-table th:last-child,
  body.panelbg .refunds-table td:last-child {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .refunds-page {
    margin-top: 0;
  }

  body.panelbg .refunds-alert {
    align-items: flex-start;
    margin: 12px 12px 0;
    padding: 12px;
  }

  body.panelbg .refunds-alert-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
}

/* Refill page */
body.panelbg .refill-table {
  min-width: 980px;
  table-layout: fixed;
}

body.panelbg .refill-table th:first-child,
body.panelbg .refill-table td:first-child {
  width: 10%;
}

body.panelbg .refill-table th:nth-child(2),
body.panelbg .refill-table td:nth-child(2) {
  width: 16%;
}

body.panelbg .refill-table th:nth-child(3),
body.panelbg .refill-table td:nth-child(3) {
  width: 13%;
}

body.panelbg .refill-table th:nth-child(4),
body.panelbg .refill-table td:nth-child(4) {
  width: 22%;
}

body.panelbg .refill-table th:nth-child(5),
body.panelbg .refill-table td:nth-child(5) {
  width: 27%;
}

body.panelbg .refill-table th:last-child,
body.panelbg .refill-table td:last-child {
  width: 12%;
}

body.panelbg .refill-order-link {
  text-decoration: none;
}

body.panelbg .refill-link-control {
  width: 100%;
}

body.panelbg .refill-service {
  min-width: 0;
  max-width: none;
}

body.panelbg .orders-status-rejected,
body.panelbg .orders-status-error {
  border-color: #fecaca;
  background: #fff1f2;
  color: #b91c1c;
}

html.dark body.panelbg .orders-status-rejected,
html.dark body.panelbg .orders-status-error {
  border-color: rgba(248, 113, 113, .22);
  background: rgba(220, 38, 38, .12);
  color: #fca5a5;
}

@media (max-width: 991.98px) {
  body.panelbg .refill-table {
    min-width: 0;
    table-layout: auto;
  }

  body.panelbg .refill-table th,
  body.panelbg .refill-table td,
  body.panelbg .refill-table th:first-child,
  body.panelbg .refill-table td:first-child,
  body.panelbg .refill-table th:nth-child(2),
  body.panelbg .refill-table td:nth-child(2),
  body.panelbg .refill-table th:nth-child(3),
  body.panelbg .refill-table td:nth-child(3),
  body.panelbg .refill-table th:nth-child(4),
  body.panelbg .refill-table td:nth-child(4),
  body.panelbg .refill-table th:nth-child(5),
  body.panelbg .refill-table td:nth-child(5),
  body.panelbg .refill-table th:last-child,
  body.panelbg .refill-table td:last-child {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .refill-page {
    margin-top: 0;
  }
}

/* Drip-feed page additions */
body.panelbg .dripfeed-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

body.panelbg .dripfeed-table th,
body.panelbg .dripfeed-table td {
  padding-right: 6px;
  padding-left: 6px;
}

body.panelbg .dripfeed-table th {
  font-size: 8px;
  letter-spacing: .01em;
  white-space: normal;
}

body.panelbg .dripfeed-table td {
  font-size: 10px;
}

body.panelbg .dripfeed-table th:nth-child(1),
body.panelbg .dripfeed-table td:nth-child(1) {
  width: 4%;
}

body.panelbg .dripfeed-table th:nth-child(2),
body.panelbg .dripfeed-table td:nth-child(2) {
  width: 10%;
}

body.panelbg .dripfeed-table th:nth-child(3),
body.panelbg .dripfeed-table td:nth-child(3) {
  width: 14%;
}

body.panelbg .dripfeed-table th:nth-child(4),
body.panelbg .dripfeed-table td:nth-child(4) {
  width: 8%;
}

body.panelbg .dripfeed-table th:nth-child(5),
body.panelbg .dripfeed-table td:nth-child(5) {
  width: 7%;
}

body.panelbg .dripfeed-table th:nth-child(6),
body.panelbg .dripfeed-table td:nth-child(6) {
  width: 19%;
}

body.panelbg .dripfeed-table th:nth-child(7),
body.panelbg .dripfeed-table td:nth-child(7),
body.panelbg .dripfeed-table th:nth-child(8),
body.panelbg .dripfeed-table td:nth-child(8) {
  width: 7%;
}

body.panelbg .dripfeed-table th:nth-child(9),
body.panelbg .dripfeed-table td:nth-child(9) {
  width: 9%;
}

body.panelbg .dripfeed-table th:nth-child(10),
body.panelbg .dripfeed-table td:nth-child(10) {
  width: 8%;
}

body.panelbg .dripfeed-table th:nth-child(11),
body.panelbg .dripfeed-table td:nth-child(11) {
  width: 7%;
}

body.panelbg .dripfeed-table .orders-id {
  padding: 4px 6px;
  font-size: 9px;
}

body.panelbg .dripfeed-link-control {
  width: 100%;
}

body.panelbg .dripfeed-table .orders-link-control input {
  padding-right: 6px;
  padding-left: 7px;
  font-size: 9px;
}

body.panelbg .dripfeed-table .orders-copy-button {
  flex-basis: 30px;
  width: 30px;
}

body.panelbg .dripfeed-table .orders-date {
  display: block;
  font-size: 8.5px;
  line-height: 1.45;
  white-space: normal;
}

body.panelbg .dripfeed-table .orders-number {
  font-size: 9px;
  white-space: normal;
}

body.panelbg .dripfeed-table .orders-service {
  min-width: 0;
  max-width: none;
  font-size: 10px;
  line-height: 1.45;
}

body.panelbg .dripfeed-table .orders-status {
  max-width: 100%;
  padding: 5px 7px;
  font-size: 8px;
  white-space: normal;
  text-align: center;
}

body.panelbg .dripfeed-table .orders-row-actions {
  min-width: 0;
}

body.panelbg .dripfeed-table .orders-action {
  padding: 5px 4px;
  font-size: 8px;
}

body.panelbg .dripfeed-runs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--smm-body);
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}

body.panelbg .dripfeed-runs a {
  color: var(--smm-primary);
  font-weight: 650;
  text-decoration: none;
}

body.panelbg .dripfeed-runs a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  body.panelbg .dripfeed-table {
    min-width: 0;
    table-layout: auto;
  }

  body.panelbg .dripfeed-table th,
  body.panelbg .dripfeed-table td {
    width: auto !important;
  }

  body.panelbg .dripfeed-link-control {
    width: 100%;
  }
}

/* Readable, non-scrolling subscription and drip-feed tables */
body.panelbg .subscriptions-page,
body.panelbg .dripfeed-page,
body.panelbg .subscriptions-page .orders-shell,
body.panelbg .dripfeed-page .orders-shell {
  max-width: 100%;
  overflow-x: hidden;
}

body.panelbg .subscriptions-page .orders-table-wrap,
body.panelbg .dripfeed-page .orders-table-wrap {
  max-width: 100%;
  overflow-x: hidden;
}

body.panelbg .subscriptions-page .orders-status-nav,
body.panelbg .dripfeed-page .orders-status-nav {
  flex-wrap: wrap;
  overflow: visible;
}

body.panelbg .subscriptions-table th,
body.panelbg .dripfeed-table th {
  padding: 12px 7px;
  font-size: 9.5px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.panelbg .subscriptions-table td,
body.panelbg .dripfeed-table td {
  padding: 14px 7px;
  font-size: 11.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.panelbg .subscriptions-table .orders-id,
body.panelbg .dripfeed-table .orders-id {
  font-size: 10.5px;
}

body.panelbg .subscriptions-table .orders-link-control,
body.panelbg .dripfeed-table .orders-link-control {
  width: 100%;
  min-width: 0;
}

body.panelbg .subscriptions-table .orders-link-control input,
body.panelbg .dripfeed-table .orders-link-control input {
  min-width: 0;
  font-size: 10.5px;
}

body.panelbg .subscriptions-table .orders-number,
body.panelbg .dripfeed-table .orders-number,
body.panelbg .subscriptions-table .orders-date,
body.panelbg .dripfeed-table .orders-date {
  font-size: 10.5px;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.panelbg .subscriptions-table .orders-service,
body.panelbg .dripfeed-table .orders-service {
  font-size: 11.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.panelbg .subscriptions-table .orders-status,
body.panelbg .dripfeed-table .orders-status {
  padding: 6px 8px;
  font-size: 9.5px;
  line-height: 1.3;
  white-space: normal;
}

body.panelbg .subscriptions-table .orders-action,
body.panelbg .dripfeed-table .orders-action {
  min-width: 0;
  padding: 6px;
  font-size: 9.5px;
  line-height: 1.35;
  white-space: normal;
}

body.panelbg .subscriptions-progress,
body.panelbg .dripfeed-runs {
  flex-wrap: wrap;
  font-size: 10.5px;
  line-height: 1.4;
  white-space: normal;
}

@media (max-width: 1599.98px) {
  body.panelbg .subscriptions-page .orders-toolbar,
  body.panelbg .dripfeed-page .orders-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  body.panelbg .subscriptions-page .orders-search,
  body.panelbg .dripfeed-page .orders-search {
    flex-basis: auto;
    width: 100%;
  }

  body.panelbg .subscriptions-page .orders-table-wrap,
  body.panelbg .dripfeed-page .orders-table-wrap {
    padding: 12px;
    overflow: visible;
    background: var(--smm-bg);
  }

  body.panelbg .subscriptions-page .orders-table,
  body.panelbg .dripfeed-page .orders-table {
    width: 100%;
    min-width: 0;
    table-layout: auto;
  }

  body.panelbg .subscriptions-page .orders-table thead,
  body.panelbg .dripfeed-page .orders-table thead {
    display: none;
  }

  body.panelbg .subscriptions-page .orders-table tbody,
  body.panelbg .dripfeed-page .orders-table tbody {
    display: grid;
    gap: 12px;
  }

  body.panelbg .subscriptions-page .orders-table tbody tr,
  body.panelbg .dripfeed-page .orders-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--smm-border);
    border-radius: 13px;
    background: var(--smm-card);
  }

  body.panelbg .subscriptions-page .orders-table td,
  body.panelbg .dripfeed-page .orders-table td {
    display: grid;
    grid-template-columns: minmax(100px, .38fr) minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    width: auto !important;
    min-width: 0;
    padding: 12px;
    border-right: 1px solid var(--smm-border);
    font-size: 12px;
  }

  body.panelbg .subscriptions-page .orders-table td:nth-child(2n),
  body.panelbg .subscriptions-page .orders-table td:last-child,
  body.panelbg .dripfeed-page .orders-table td:nth-child(2n),
  body.panelbg .dripfeed-page .orders-table td:last-child {
    border-right: 0;
  }

  body.panelbg .subscriptions-page .orders-table td::before,
  body.panelbg .dripfeed-page .orders-table td::before {
    content: attr(data-label);
    color: var(--smm-muted);
    font-size: 9.5px;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: .02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  body.panelbg .subscriptions-page .orders-table .orders-service,
  body.panelbg .dripfeed-page .orders-table .orders-service,
  body.panelbg .subscriptions-page .orders-table .orders-link-control,
  body.panelbg .dripfeed-page .orders-table .orders-link-control {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  body.panelbg .subscriptions-page .orders-table .orders-service,
  body.panelbg .dripfeed-page .orders-table .orders-service,
  body.panelbg .subscriptions-page .orders-table .orders-number,
  body.panelbg .dripfeed-page .orders-table .orders-number,
  body.panelbg .subscriptions-page .orders-table .orders-date,
  body.panelbg .dripfeed-page .orders-table .orders-date,
  body.panelbg .subscriptions-page .subscriptions-progress,
  body.panelbg .dripfeed-page .dripfeed-runs {
    font-size: 11.5px;
  }

  body.panelbg .subscriptions-page .orders-table .orders-status,
  body.panelbg .dripfeed-page .orders-table .orders-status,
  body.panelbg .subscriptions-page .orders-table .orders-action,
  body.panelbg .dripfeed-page .orders-table .orders-action {
    font-size: 10.5px;
  }

  body.panelbg .subscriptions-page .orders-empty-row,
  body.panelbg .subscriptions-page .orders-empty-row td,
  body.panelbg .dripfeed-page .orders-empty-row,
  body.panelbg .dripfeed-page .orders-empty-row td {
    display: block !important;
  }

  body.panelbg .subscriptions-page .orders-empty-row td::before,
  body.panelbg .dripfeed-page .orders-empty-row td::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .subscriptions-page .orders-table tbody tr,
  body.panelbg .dripfeed-page .orders-table tbody tr {
    grid-template-columns: 1fr;
  }

  body.panelbg .subscriptions-page .orders-table td,
  body.panelbg .subscriptions-page .orders-table td:nth-child(2n),
  body.panelbg .dripfeed-page .orders-table td,
  body.panelbg .dripfeed-page .orders-table td:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .subscriptions-page .orders-table td,
  body.panelbg .dripfeed-page .orders-table td {
    grid-template-columns: minmax(82px, .36fr) minmax(0, 1fr);
    padding: 11px;
    font-size: 11.5px;
  }

  body.panelbg .subscriptions-page .orders-status-nav,
  body.panelbg .dripfeed-page .orders-status-nav {
    gap: 5px;
  }
}

/* Collapsed sidebar menu tooltip */
body.panelbg .panel-sidebar-tooltip {
  position: fixed;
  z-index: 10050;
  max-width: min(240px, calc(100vw - 110px));
  padding: 9px 12px;
  border: 1px solid var(--smm-border);
  border-radius: 10px;
  background: var(--smm-card);
  color: var(--smm-title);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(-5px, -50%);
  visibility: hidden;
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}

body.panelbg .panel-sidebar-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid var(--smm-border);
  border-left: 1px solid var(--smm-border);
  background: var(--smm-card);
  transform: translateY(-50%) rotate(45deg);
}

body.panelbg .panel-sidebar-tooltip.is-visible {
  opacity: 1;
  transform: translate(0, -50%);
  visibility: visible;
}

html.dark body.panelbg .panel-sidebar-tooltip {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .32);
}

@media (max-width: 850px) {
  body.panelbg .panel-sidebar-tooltip {
    display: none !important;
  }
}

/* Subscription accordion cards */
body.panelbg .subscriptions-accordion {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: var(--smm-bg);
}

body.panelbg .subscription-card {
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  background: var(--smm-card);
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.panelbg .subscription-card.is-open {
  border-color: rgba(22, 119, 255, .3);
  box-shadow: 0 10px 28px rgba(22, 119, 255, .08);
}

body.panelbg .subscription-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  padding: 15px 16px;
}

body.panelbg .subscription-summary-main {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

body.panelbg .subscription-identity {
  flex: 1 1 auto;
  min-width: 0;
}

body.panelbg .subscription-username-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}

body.panelbg .subscription-summary-label {
  flex: 0 0 auto;
  color: var(--smm-muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.panelbg .subscription-summary .subscriptions-username-control {
  width: min(220px, 100%);
  height: 34px;
}

body.panelbg .subscription-summary .subscriptions-username-control input {
  height: 32px;
  font-size: 11px;
}

body.panelbg .subscription-summary .orders-copy-button {
  flex-basis: 32px;
  width: 32px;
  height: 32px;
}

body.panelbg .subscription-identity h3 {
  margin: 0;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.panelbg .subscription-summary .orders-status {
  flex: 0 0 auto;
  max-width: 150px;
  white-space: normal;
  text-align: center;
}

body.panelbg .subscription-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 108px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(22, 119, 255, .18);
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 11.5px;
  font-weight: 650;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

body.panelbg .subscription-toggle i {
  font-size: 18px;
  transition: transform .2s ease;
}

body.panelbg .subscription-toggle:hover,
body.panelbg .subscription-toggle[aria-expanded="true"] {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .subscription-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

body.panelbg .subscription-details {
  padding: 16px;
  border-top: 1px solid var(--smm-border);
  background: rgba(22, 119, 255, .018);
}

body.panelbg .subscription-details[hidden] {
  display: none !important;
}

body.panelbg .subscription-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.panelbg .subscription-detail-item {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid var(--smm-border);
  border-radius: 11px;
  background: var(--smm-card);
}

body.panelbg .subscription-detail-item > span {
  display: block;
  margin-bottom: 6px;
  color: var(--smm-muted);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.panelbg .subscription-detail-item > strong {
  display: flex;
  min-width: 0;
  color: var(--smm-title);
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.panelbg .subscription-detail-item .subscriptions-progress {
  font-size: 11.5px;
}

body.panelbg .subscription-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--smm-border);
}

body.panelbg .subscription-detail-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--smm-body);
  font-size: 10.5px;
  font-weight: 500;
}

body.panelbg .subscription-detail-note i {
  color: var(--smm-primary);
  font-size: 15px;
}

body.panelbg .subscription-detail-footer .orders-row-actions {
  flex-direction: row;
  min-width: 0;
}

body.panelbg .subscription-detail-footer .orders-action {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 10px;
}

body.panelbg .subscriptions-empty {
  min-height: 260px;
  border: 1px dashed var(--smm-border);
  border-radius: 13px;
  background: var(--smm-card);
}

html.dark body.panelbg .subscription-details {
  background: rgba(96, 165, 250, .025);
}

@media (max-width: 991.98px) {
  body.panelbg .subscription-summary {
    align-items: flex-start;
  }

  body.panelbg .subscription-summary-main {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body.panelbg .subscription-identity {
    flex-basis: calc(100% - 65px);
  }

  body.panelbg .subscription-summary .orders-status {
    margin-left: 55px;
  }

  body.panelbg .subscription-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.panelbg .subscriptions-accordion {
    padding: 10px;
  }

  body.panelbg .subscription-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
    padding: 13px;
  }

  body.panelbg .subscription-summary-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
  }

  body.panelbg .subscription-identity {
    min-width: 0;
  }

  body.panelbg .subscription-username-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  body.panelbg .subscription-summary .subscriptions-username-control {
    width: 100%;
  }

  body.panelbg .subscription-summary .orders-status {
    grid-column: 2;
    justify-self: start;
    margin-left: 0;
  }

  body.panelbg .subscription-toggle {
    width: 100%;
  }

  body.panelbg .subscription-details {
    padding: 12px;
  }

  body.panelbg .subscription-detail-grid {
    grid-template-columns: 1fr;
  }

  body.panelbg .subscription-detail-footer {
    align-items: stretch;
    flex-direction: column;
  }

  body.panelbg .subscription-detail-footer .orders-row-actions,
  body.panelbg .subscription-detail-footer .orders-action {
    width: 100%;
  }
}

/* Subscription summary: horizontal information and equal actions */
body.panelbg .subscription-summary-main {
  display: grid;
  grid-template-columns: auto minmax(180px, 230px) minmax(240px, 1fr);
  align-items: center;
  gap: 14px;
}

body.panelbg .subscription-summary-username,
body.panelbg .subscription-summary-service {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

body.panelbg .subscription-summary .subscriptions-username-control {
  width: 100%;
  margin: 0;
}

body.panelbg .subscription-summary-service h3 {
  margin: 0;
  color: var(--smm-title);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.panelbg .subscription-summary-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

body.panelbg .subscription-summary .subscription-summary-status,
body.panelbg .subscription-summary .subscription-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  min-height: 44px;
  padding: 9px 10px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

body.panelbg .subscription-summary .subscription-summary-status {
  margin: 0;
}

@media (max-width: 1199.98px) {
  body.panelbg .subscription-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  body.panelbg .subscription-summary-main {
    grid-template-columns: auto minmax(180px, 230px) minmax(220px, 1fr);
  }

  body.panelbg .subscription-summary-actions {
    align-self: flex-end;
  }

  body.panelbg .subscription-summary .subscription-summary-status {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .subscription-summary-main {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  body.panelbg .subscription-summary-service {
    grid-column: 2;
  }

  body.panelbg .subscription-summary-actions {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.panelbg .subscription-summary .subscription-summary-status,
  body.panelbg .subscription-summary .subscription-toggle {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 420px) {
  body.panelbg .subscription-summary-actions {
    grid-template-columns: 1fr;
  }
}

/* Final subscription header grid: ID, username, service, status, details */
body.panelbg .subscription-summary {
  display: grid;
  grid-template-areas: "subscription-id subscription-user subscription-service subscription-status subscription-toggle";
  grid-template-columns: 56px minmax(150px, 220px) minmax(220px, 1fr) 112px 112px;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 14px 16px;
}

body.panelbg .subscription-summary-id {
  grid-area: subscription-id;
  align-self: center;
  justify-self: start;
  font-size: 11px;
}

body.panelbg .subscription-summary-username {
  grid-area: subscription-user;
}

body.panelbg .subscription-summary-service {
  grid-area: subscription-service;
}

body.panelbg .subscription-summary-status {
  grid-area: subscription-status;
}

body.panelbg .subscription-summary .subscription-toggle {
  grid-area: subscription-toggle;
}

body.panelbg .subscription-summary-username,
body.panelbg .subscription-summary-service {
  align-self: center;
  min-width: 0;
}

body.panelbg .subscription-summary-label {
  margin: 0;
  font-size: 9px;
  line-height: 1.25;
}

body.panelbg .subscription-summary-service h3 {
  display: -webkit-box;
  margin: 5px 0 0 !important;
  overflow: hidden;
  color: var(--smm-title) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.panelbg .subscription-summary .subscription-summary-status,
body.panelbg .subscription-summary .subscription-toggle {
  align-self: center;
  justify-self: stretch;
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  min-height: 44px;
  margin: 0 !important;
  padding: 8px 9px;
  font-size: 11px !important;
  line-height: 1.25;
}

@media (max-width: 1199.98px) {
  body.panelbg .subscription-summary {
    grid-template-columns: 50px minmax(135px, 190px) minmax(180px, 1fr) 102px 106px;
    gap: 9px;
  }

  body.panelbg .subscription-summary .subscription-summary-status,
  body.panelbg .subscription-summary .subscription-toggle {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .subscription-summary {
    grid-template-areas:
      "subscription-id subscription-user"
      "subscription-service subscription-service"
      "subscription-status subscription-toggle";
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 11px;
  }

  body.panelbg .subscription-summary-service {
    padding-top: 2px;
  }

  body.panelbg .subscription-summary .subscription-summary-status,
  body.panelbg .subscription-summary .subscription-toggle {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}

/* Subscription header spacing and alignment refinement */
body.panelbg .subscription-summary {
  grid-template-columns: 38px minmax(145px, 205px) minmax(220px, 1fr) 104px 104px;
  column-gap: 9px;
}

body.panelbg .subscription-summary-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: auto;
  min-width: 32px;
  height: 32px;
  padding: 0 7px;
  border-radius: 9px;
  font-size: 9.5px !important;
  font-weight: 600 !important;
  line-height: 1;
}

body.panelbg .subscription-summary-username,
body.panelbg .subscription-summary-service {
  justify-self: stretch;
  text-align: left;
}

body.panelbg .subscription-summary .subscription-summary-status {
  justify-self: end;
}

body.panelbg .subscription-summary .subscription-toggle {
  justify-self: start;
}

body.panelbg .subscription-summary .subscription-summary-status,
body.panelbg .subscription-summary .subscription-toggle {
  width: 104px;
  min-width: 104px;
  max-width: 104px;
}

@media (max-width: 1199.98px) {
  body.panelbg .subscription-summary {
    grid-template-columns: 36px minmax(130px, 180px) minmax(170px, 1fr) 98px 102px;
    column-gap: 8px;
  }

  body.panelbg .subscription-summary .subscription-summary-status,
  body.panelbg .subscription-summary .subscription-toggle {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .subscription-summary {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  body.panelbg .subscription-summary .subscription-summary-status,
  body.panelbg .subscription-summary .subscription-toggle {
    justify-self: stretch;
  }
}

/* Add funds dynamic Perfect Panel integration */
body.panelbg .funds-page {
  display: grid;
  gap: 16px;
  max-width: 100%;
  padding-bottom: 30px;
  overflow-x: hidden;
}

body.panelbg .funds-card {
  overflow: hidden;
  border: 1px solid var(--smm-border);
  border-radius: 16px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
}

body.panelbg .funds-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--smm-border);
}

body.panelbg .funds-card-header-compact {
  padding-top: 16px;
  padding-bottom: 16px;
}

body.panelbg .funds-card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 21px;
}

body.panelbg .funds-card-header h1,
body.panelbg .funds-card-header h2 {
  margin: 0 0 4px;
  color: var(--smm-title);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
}

body.panelbg .funds-card-header p {
  margin: 0;
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

body.panelbg .funds-payment-card form {
  padding: 22px;
}

body.panelbg .funds-alert {
  margin: 0 0 18px;
}

body.panelbg .funds-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

body.panelbg .funds-field {
  min-width: 0;
}

body.panelbg .funds-cpf-field {
  grid-column: 1 / -1;
}

body.panelbg .funds-field label,
body.panelbg .funds-field #amount-fields label,
body.panelbg .funds-field #amount-fields .control-label {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 7px;
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

body.panelbg .funds-control {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  background: var(--smm-bg);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.panelbg .funds-control:focus-within {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg .funds-control > span {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  align-self: stretch;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 18px;
}

body.panelbg .funds-control .form-control,
body.panelbg .funds-control input,
body.panelbg .funds-control select {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--smm-title);
  font-size: 12.5px;
  font-weight: 500;
  box-shadow: none;
}

body.panelbg .funds-select-control select {
  padding-right: 42px;
  appearance: none;
  cursor: pointer;
}

body.panelbg .funds-select-arrow {
  position: absolute;
  right: 13px;
  color: var(--smm-muted);
  font-size: 18px;
  pointer-events: none;
}

body.panelbg .funds-field #amount-fields {
  min-width: 0;
}

body.panelbg .funds-field #amount-fields .form-group {
  margin: 0;
}

body.panelbg .funds-field #amount-fields > input,
body.panelbg .funds-field #amount-fields > div > input:not(.form-control),
body.panelbg .funds-field #amount-fields .form-group > input,
body.panelbg .funds-field #amount-fields .form-group > select {
  width: 100%;
  height: 50px;
  padding: 0 13px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  outline: 0;
  background: var(--smm-bg);
  color: var(--smm-title);
  font-size: 12.5px;
}

body.panelbg .funds-field #amount-fields .help-block,
body.panelbg .funds-field #amount-fields small {
  display: block;
  margin-top: 6px;
  color: var(--smm-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

body.panelbg .funds-form-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--smm-border);
}

body.panelbg .funds-security-note {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.panelbg .funds-security-note > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #effbf4;
  color: #15803d;
  font-size: 17px;
}

body.panelbg .funds-security-note p {
  margin: 0;
  color: var(--smm-body);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.5;
}

body.panelbg .funds-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid var(--smm-primary);
  border-radius: 12px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 12.5px;
  font-weight: 650;
  box-shadow: 0 8px 20px rgba(22, 119, 255, .18);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.panelbg .funds-submit:hover {
  border-color: var(--smm-primary-hover);
  background: var(--smm-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22, 119, 255, .24);
}

body.panelbg .funds-submit i:last-child {
  margin-left: auto;
}

body.panelbg .funds-manual-content {
  padding: 20px 22px;
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body.panelbg .funds-manual-content > :first-child {
  margin-top: 0;
}

body.panelbg .funds-manual-content > :last-child {
  margin-bottom: 0;
}

body.panelbg .funds-manual-content h1,
body.panelbg .funds-manual-content h2,
body.panelbg .funds-manual-content h3,
body.panelbg .funds-manual-content h4,
body.panelbg .funds-manual-content h5 {
  color: var(--smm-title);
  font-weight: 650;
}

body.panelbg .funds-manual-content a {
  color: var(--smm-primary);
  font-weight: 600;
}

body.panelbg .funds-manual-content img,
body.panelbg .funds-manual-content iframe {
  max-width: 100%;
}

body.panelbg .funds-manual-content table {
  width: 100%;
  border-collapse: collapse;
}

body.panelbg .funds-manual-content th,
body.panelbg .funds-manual-content td {
  padding: 9px 10px;
  border: 1px solid var(--smm-border);
  text-align: left;
}

body.panelbg .funds-history-wrap {
  width: 100%;
  overflow-x: hidden;
}

body.panelbg .funds-history-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

body.panelbg .funds-history-table th {
  padding: 12px 16px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-muted);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: .025em;
  text-align: left;
  text-transform: uppercase;
}

body.panelbg .funds-history-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--smm-border);
  color: var(--smm-body);
  font-size: 11.5px;
  line-height: 1.5;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

body.panelbg .funds-history-table tbody tr:last-child td {
  border-bottom: 0;
}

body.panelbg .funds-history-table tbody tr:hover td {
  background: rgba(22, 119, 255, .025);
}

body.panelbg .funds-history-table th:nth-child(1),
body.panelbg .funds-history-table td:nth-child(1) {
  width: 10%;
}

body.panelbg .funds-history-table th:nth-child(2),
body.panelbg .funds-history-table td:nth-child(2) {
  width: 23%;
}

body.panelbg .funds-history-table th:nth-child(3),
body.panelbg .funds-history-table td:nth-child(3) {
  width: 30%;
}

body.panelbg .funds-history-table th:nth-child(4),
body.panelbg .funds-history-table td:nth-child(4) {
  width: 20%;
}

body.panelbg .funds-history-table th:nth-child(5),
body.panelbg .funds-history-table td:nth-child(5) {
  width: 17%;
}

body.panelbg .funds-payment-id {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 10.5px;
  font-weight: 650;
}

body.panelbg .funds-payment-date {
  color: var(--smm-body);
  font-size: 11px;
  font-weight: 500;
}

body.panelbg .funds-payment-method {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--smm-title);
  font-weight: 550;
}

body.panelbg .funds-payment-method i {
  color: var(--smm-primary);
  font-size: 16px;
}

body.panelbg .funds-payment-amount {
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 650;
}

body.panelbg .funds-invoice-cell {
  text-align: right;
}

body.panelbg .funds-invoice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(22, 119, 255, .2);
  border-radius: 9px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 10.5px;
  font-weight: 600;
  text-decoration: none;
}

body.panelbg .funds-invoice-link:hover {
  border-color: var(--smm-primary);
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .funds-no-invoice {
  color: var(--smm-muted);
}

body.panelbg .funds-pagination {
  border-top: 1px solid var(--smm-border);
}

html[dir="rtl"] body.panelbg .funds-select-control select {
  padding-right: 13px;
  padding-left: 42px;
}

html[dir="rtl"] body.panelbg .funds-select-arrow {
  right: auto;
  left: 13px;
}

html[dir="rtl"] body.panelbg .funds-submit i:last-child {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(180deg);
}

html[dir="rtl"] body.panelbg .funds-invoice-cell {
  text-align: left;
}

html.dark body.panelbg .funds-security-note > span {
  background: rgba(22, 163, 74, .12);
  color: #86efac;
}

@media (max-width: 767.98px) {
  body.panelbg .funds-form-grid,
  body.panelbg .funds-form-footer {
    grid-template-columns: 1fr;
  }

  body.panelbg .funds-cpf-field {
    grid-column: auto;
  }

  body.panelbg .funds-history-wrap {
    padding: 12px;
    background: var(--smm-bg);
    overflow: visible;
  }

  body.panelbg .funds-history-table {
    table-layout: auto;
  }

  body.panelbg .funds-history-table thead {
    display: none;
  }

  body.panelbg .funds-history-table tbody {
    display: grid;
    gap: 12px;
  }

  body.panelbg .funds-history-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--smm-border);
    border-radius: 12px;
    background: var(--smm-card);
  }

  body.panelbg .funds-history-table td {
    display: grid;
    grid-template-columns: minmax(80px, .42fr) minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    width: auto !important;
    min-width: 0;
    padding: 11px;
    border-right: 1px solid var(--smm-border);
  }

  body.panelbg .funds-history-table td:nth-child(2n),
  body.panelbg .funds-history-table td:last-child {
    border-right: 0;
  }

  body.panelbg .funds-history-table td::before {
    content: attr(data-label);
    color: var(--smm-muted);
    font-size: 9px;
    font-weight: 650;
    text-transform: uppercase;
  }

  body.panelbg .funds-invoice-cell {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .funds-page {
    margin-top: 84px;
  }

  body.panelbg .funds-card-header,
  body.panelbg .funds-payment-card form,
  body.panelbg .funds-manual-content {
    padding: 15px;
  }

  body.panelbg .funds-card-header {
    align-items: flex-start;
  }

  body.panelbg .funds-card-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  body.panelbg .funds-history-table tbody tr {
    grid-template-columns: 1fr;
  }

  body.panelbg .funds-history-table td,
  body.panelbg .funds-history-table td:nth-child(2n) {
    border-right: 0;
  }

  body.panelbg .funds-security-note {
    align-items: flex-start;
  }
}

/* Dynamic integration inside the original Add Funds design */
body.panelbg .funds-original-design .nav {
  max-height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

body.panelbg .funds-original-design .nav button {
  flex: 0 0 auto;
  width: 100%;
}

body.panelbg .funds-original-design .nav button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.panelbg .funds-original-design .nav button .icon i {
  color: var(--smm-primary);
  font-size: 22px;
}

body.panelbg .funds-original-design .nav button .text {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

body.panelbg .funds-original-design .nav button .text h1 {
  display: block;
  width: 100%;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.panelbg .funds-native-method {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

body.panelbg .funds-original-alerts {
  padding: 18px 20px 0;
}

body.panelbg .funds-original-alerts .funds-alert {
  margin: 0;
}

body.panelbg .deposit-page-payments .cuzdankart .funds-alert .panel-order-alert-close {
  position: absolute;
  top: 14px;
  right: 14px;
  float: none;
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent !important;
  color: currentColor;
  box-shadow: none;
}

body.panelbg .funds-original-design .cuzdankart #amount-fields,
body.panelbg .funds-original-design .cuzdankart #amount-fields > div,
body.panelbg .funds-original-design .cuzdankart #amount-fields .form-group {
  width: 100%;
  margin: 0;
}

body.panelbg .funds-original-design .cuzdankart #amount-fields label,
body.panelbg .funds-original-design .cuzdankart #amount-fields .control-label {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 8px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
}

body.panelbg .funds-original-design .cuzdankart #amount-fields input,
body.panelbg .funds-original-design .cuzdankart #amount-fields select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--smm-border);
  border-radius: 12px;
  outline: 0;
  background: var(--smm-card);
  color: var(--smm-title);
  font-size: 13px;
  box-shadow: none;
}

body.panelbg .funds-original-design .cuzdankart #amount-fields input:focus,
body.panelbg .funds-original-design .cuzdankart #amount-fields select:focus {
  border-color: var(--smm-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

body.panelbg .funds-original-design .cuzdankart #amount-fields .help-block,
body.panelbg .funds-original-design .cuzdankart #amount-fields small {
  display: block;
  margin-top: 6px;
  color: var(--smm-muted);
  font-size: 10.5px;
}

body.panelbg .funds-original-security span {
  font-size: 12px !important;
}

body.panelbg .funds-original-instructions {
  margin-top: 16px;
}

body.panelbg .funds-original-instructions-standalone {
  margin-top: 0;
}

body.panelbg .funds-original-instructions-content {
  padding: 20px 22px;
  color: var(--smm-body);
  font-size: 12px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body.panelbg .funds-original-instructions-content > :first-child {
  margin-top: 0;
}

body.panelbg .funds-original-instructions-content > :last-child {
  margin-bottom: 0;
}

body.panelbg .funds-original-instructions-content img,
body.panelbg .funds-original-instructions-content iframe {
  max-width: 100%;
}

body.panelbg .funds-original-instructions-content table {
  width: 100%;
  border-collapse: collapse;
}

body.panelbg .funds-original-instructions-content th,
body.panelbg .funds-original-instructions-content td {
  padding: 9px 10px;
  border: 1px solid var(--smm-border);
  text-align: left;
}

body.panelbg .funds-original-history {
  margin-top: 16px;
}

body.panelbg .funds-original-history .title {
  align-items: center;
}

body.panelbg .funds-original-history .funds-history-date {
  align-items: flex-start;
}

body.panelbg .funds-original-invoice {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: var(--smm-primary);
  font-size: 9.5px;
  font-weight: 600;
  text-decoration: none;
}

body.panelbg .funds-original-invoice i {
  color: currentColor;
  font-size: 13px;
}

body.panelbg .funds-original-history .funds-pagination {
  margin: 16px -22px -22px;
}

html[dir="rtl"] body.panelbg .deposit-page-payments .cuzdankart .funds-alert .panel-order-alert-close {
  right: auto;
  left: 14px;
}

@media (max-width: 991.98px) {
  body.panelbg .funds-original-design .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    gap: 10px;
  }

  body.panelbg .funds-original-design .nav button {
    min-width: 0;
    margin: 0;
  }

  body.panelbg .funds-original-design .nav button .text h1 {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .funds-original-design .nav {
    grid-template-columns: 1fr;
  }

  body.panelbg .funds-original-alerts {
    padding: 14px 14px 0;
  }

  body.panelbg .funds-original-instructions-content {
    padding: 16px;
  }

  body.panelbg .funds-original-history .funds-pagination {
    margin-right: -16px;
    margin-bottom: -16px;
    margin-left: -16px;
  }
}

/* Add Funds alignment, instructions and currency presentation */
body.panelbg .funds-original-action-row {
  display: flex;
  align-items: stretch;
  margin-top: 2px;
}

body.panelbg .funds-original-action-row > [class*="col-"] {
  display: flex;
  align-items: stretch;
}

body.panelbg .funds-original-security {
  display: flex !important;
  float: none !important;
  align-items: stretch !important;
  width: 100%;
  min-height: 44px;
}

body.panelbg .funds-original-security .icon {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  min-width: 44px;
  height: 44px !important;
  line-height: 1 !important;
}

body.panelbg .funds-original-security span {
  display: flex !important;
  flex: 1 1 auto;
  align-items: center;
  width: auto !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  line-height: 1.35;
}

body.panelbg .funds-original-design .cuzdankart #amount-fields {
  margin-bottom: 22px !important;
}

body.panelbg .funds-original-security span {
  align-items: flex-start !important;
  justify-content: center;
  text-align: left !important;
}

body.panelbg .funds-submit-column button {
  align-self: stretch;
  width: 100%;
  max-width: none;
  min-height: 44px;
  height: 44px;
  margin: 0;
}

body.panelbg .funds-original-inline-instructions {
  padding: 18px 22px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-card);
}

body.panelbg .funds-original-inline-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
}

body.panelbg .funds-original-inline-header > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 18px;
}

body.panelbg .funds-original-inline-header h5 {
  margin: 0 0 2px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

body.panelbg .funds-original-inline-header p {
  margin: 0;
  color: var(--smm-body);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.4;
}

body.panelbg .funds-original-inline-content {
  float: none;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--smm-border);
  border-radius: 11px;
  background: var(--smm-bg);
  color: var(--smm-body);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  overflow-wrap: anywhere;
}

body.panelbg .funds-original-inline-content > h1:first-child,
body.panelbg .funds-original-inline-content > h2:first-child,
body.panelbg .funds-original-inline-content > h3:first-child,
body.panelbg .funds-original-inline-content > h4:first-child,
body.panelbg .funds-original-inline-content > h5:first-child {
  display: none;
}

body.panelbg .funds-original-inline-content > :first-child {
  margin-top: 0;
}

body.panelbg .funds-original-inline-content > :last-child {
  margin-bottom: 0;
}

body.panelbg .cuzdankart .funds-original-inline-content ul,
body.panelbg .cuzdankart .funds-original-inline-content ol {
  float: none;
  width: auto;
  margin: 8px 0;
  padding: 0 0 0 18px;
}

body.panelbg .cuzdankart .funds-original-inline-content li {
  float: none;
  width: auto;
  padding-left: 0;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: inherit;
}

body.panelbg .cuzdankart .funds-original-inline-content li::before {
  display: none;
}

body.panelbg .funds-original-inline-content img,
body.panelbg .funds-original-inline-content iframe {
  max-width: 100%;
}

body.panelbg .funds-original-history .son-bakiye-yuklemeler-item .adim .text h2 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html[dir="rtl"] body.panelbg .funds-original-inline-content {
  text-align: right;
}

html[dir="rtl"] body.panelbg .cuzdankart .funds-original-inline-content ul,
html[dir="rtl"] body.panelbg .cuzdankart .funds-original-inline-content ol {
  padding-right: 18px;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  body.panelbg .funds-original-action-row {
    flex-direction: column;
    gap: 10px;
  }

  body.panelbg .funds-original-action-row > [class*="col-"] {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .funds-original-inline-instructions {
    padding: 15px;
  }
}

/* Keep the account balance and its currency together in the header. */
body.panelbg .panelaccount .hxs .username {
  width: auto;
  flex: 0 0 auto;
  padding-right: 8px;
}

body.panelbg .panelaccount [data-panel-balance] {
  display: block;
  white-space: nowrap;
  line-height: 1.35;
}

/* Add Funds quick amount shortcuts */
body.panelbg .funds-quick-amount {
  width: 100%;
  margin: 0 0 24px;
}

body.panelbg .funds-quick-amount-label {
  display: block;
  margin-bottom: 9px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .02em;
}

body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid button {
  width: 100%;
  min-width: 0;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid var(--smm-border) !important;
  border-radius: 11px;
  background: var(--smm-card) !important;
  color: var(--smm-body) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  box-shadow: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid button:hover {
  border-color: var(--smm-primary) !important;
  background: var(--smm-soft-primary) !important;
  color: var(--smm-primary) !important;
}

body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid button.active,
body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid button[aria-pressed="true"] {
  border-color: var(--smm-primary) !important;
  background: var(--smm-primary) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(22, 119, 255, .18);
}

body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .14);
}

@media (max-width: 991.98px) {
  body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.panelbg .deposit-page-payments .cuzdankart .funds-quick-amount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Payment provider instruction block */
body.panelbg .funds-original-design .cuzdankart > .form-group.instruction {
  float: none;
  width: 100%;
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-card);
}

body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .control-label {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin: 0 0 11px;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
}

body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .control-label::before {
  content: "i";
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}

body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .panel-body {
  width: 100%;
  min-height: 0;
  padding: 14px 16px !important;
  border: 1px solid var(--smm-border) !important;
  border-radius: 11px !important;
  background: var(--smm-bg);
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left !important;
  box-shadow: none;
  overflow-wrap: anywhere;
}

body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .panel-body > :first-child {
  margin-top: 0;
}

body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .panel-body > :last-child {
  margin-bottom: 0;
}

html[dir="rtl"] body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .control-label,
html[dir="rtl"] body.panelbg .funds-original-design .cuzdankart > .form-group.instruction > .panel-body {
  text-align: right !important;
}

@media (max-width: 575.98px) {
  body.panelbg .funds-original-design .cuzdankart > .form-group.instruction {
    padding: 15px;
  }
}

/* Affiliates page */

/* Dynamic API documentation */
body.panelbg .api-panel-container {
  min-width: 0;
}

.api-docs-page {
  float: none;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-radius: 18px;
  background: var(--smm-card, #fff);
  box-shadow: var(--smm-shadow, 0 14px 36px rgba(15, 23, 42, .08));
  overflow: hidden;
}

.api-docs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--smm-border, #e2e8f0);
}

.api-docs-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.api-docs-heading-icon,
.api-section-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--smm-soft-primary, #eaf3ff);
  color: var(--smm-primary, #1677ff);
}

.api-docs-heading-icon {
  width: 46px;
  height: 46px;
  font-size: 22px;
}

.api-docs-heading h1 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.api-docs-heading p {
  margin: 3px 0 0;
  color: var(--smm-muted, #8a97ab);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.45;
}

.api-docs-php-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--smm-primary, #1677ff);
  border-radius: 11px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(22, 119, 255, .16);
}

.api-docs-php-link:hover {
  background: var(--smm-primary-hover, #0f65dc);
  color: #fff;
}

.api-docs-content {
  min-width: 0;
  padding: 22px;
}

.api-endpoint-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-radius: 15px;
  background: var(--smm-bg, #f7f9fc);
}

.api-section-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;
}

.api-section-heading > span {
  width: 38px;
  height: 38px;
  font-size: 18px;
}

.api-section-heading h2 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.api-section-heading p {
  margin: 2px 0 0;
  color: var(--smm-muted, #8a97ab);
  font-size: 10.5px;
  line-height: 1.45;
}

.api-endpoint-grid {
  display: grid;
  grid-template-columns: minmax(130px, .55fr) minmax(280px, 1.7fr) minmax(130px, .55fr);
  gap: 10px;
  min-width: 0;
}

.api-endpoint-grid.has-api-key {
  grid-template-columns: minmax(130px, .55fr) minmax(280px, 1.7fr) minmax(190px, .9fr) minmax(130px, .55fr);
}

.api-endpoint-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 70px;
  padding: 12px 13px;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-radius: 12px;
  background: var(--smm-card, #fff);
}

.api-endpoint-item > span {
  display: block;
  margin-bottom: 5px;
  color: var(--smm-muted, #8a97ab);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.api-endpoint-item > strong {
  color: var(--smm-title, #172033);
  font-size: 12.5px;
  font-weight: 700;
}

.api-endpoint-item .api-method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(22, 163, 74, .1);
  color: var(--smm-success, #16a34a);
  font-size: 10px;
}

.api-endpoint-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--smm-primary, #1677ff);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.api-endpoint-item > a:hover {
  color: var(--smm-primary-hover, #0f65dc);
}

.api-copy-control {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.api-copy-control code {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-right: 0;
  border-radius: 9px 0 0 9px;
  background: var(--smm-bg, #f7f9fc);
  color: var(--smm-body, #526078);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.api-copy-control button {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--smm-primary, #1677ff);
  border-radius: 0 9px 9px 0;
  background: var(--smm-soft-primary, #eaf3ff);
  color: var(--smm-primary, #1677ff);
  font-size: 15px;
}

.api-copy-control button:hover,
.api-copy-control button.copied {
  background: var(--smm-primary, #1677ff);
  color: #fff;
}

.api-copy-feedback {
  display: block;
  min-height: 16px;
  padding: 4px 2px 0;
  color: var(--smm-success, #16a34a);
  font-size: 9.5px;
  font-weight: 500;
}

.api-methods-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  margin-top: 16px;
}

.api-method-card {
  min-width: 0;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-radius: 15px;
  background: var(--smm-card, #fff);
  overflow: hidden;
}

.api-method-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 15px 17px;
  border-bottom: 1px solid var(--smm-border, #e2e8f0);
  background: var(--smm-bg, #f7f9fc);
}

.api-method-title {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.api-method-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--smm-soft-primary, #eaf3ff);
  color: var(--smm-primary, #1677ff);
  font-size: 18px;
}

.api-method-title > div {
  min-width: 0;
}

.api-method-name {
  display: block;
  margin-bottom: 2px;
  color: var(--smm-primary, #1677ff);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.api-method-title h2 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.api-type-selector {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.api-type-selector > span {
  color: var(--smm-muted, #8a97ab);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.api-type-selector select {
  width: auto;
  min-width: 190px;
  height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-radius: 10px;
  outline: 0;
  appearance: none;
  background: var(--smm-card, #fff);
  color: var(--smm-title, #172033);
  font-size: 10.5px;
  font-weight: 600;
  box-shadow: none;
}

.api-type-selector select:focus {
  border-color: var(--smm-primary, #1677ff);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

.api-type-selector > i {
  position: absolute;
  right: 10px;
  bottom: 11px;
  color: var(--smm-muted, #8a97ab);
  font-size: 15px;
  pointer-events: none;
}

.api-method-body {
  min-width: 0;
  padding: 17px;
}

.api-parameters-table-wrap {
  min-width: 0;
  border: 1px solid var(--smm-border, #e2e8f0);
  border-radius: 12px;
  overflow: hidden;
}

.api-parameters-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.api-parameters-table th:first-child,
.api-parameters-table td:first-child {
  width: 34%;
}

.api-parameters-table th {
  padding: 11px 13px;
  border-bottom: 1px solid var(--smm-border, #e2e8f0);
  background: var(--smm-bg, #f7f9fc);
  color: var(--smm-muted, #8a97ab);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.api-parameters-table td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--smm-border, #e2e8f0);
  color: var(--smm-body, #526078);
  font-size: 11px;
  font-weight: 450;
  line-height: 1.45;
  text-align: left;
  overflow-wrap: anywhere;
}

.api-parameters-table tbody tr:last-child td {
  border-bottom: 0;
}

.api-parameters-table tbody tr:hover {
  background: var(--smm-bg, #f7f9fc);
}

.api-parameters-table td code {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 7px;
  background: var(--smm-soft-primary, #eaf3ff);
  color: var(--smm-primary, #1677ff);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.api-example-block {
  min-width: 0;
  margin-top: 14px;
  border: 1px solid #253247;
  border-radius: 12px;
  background: #111827;
  overflow: hidden;
}

.api-example-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: #172033;
}

.api-example-heading > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #dce6f5;
  font-size: 10.5px;
  font-weight: 600;
}

.api-example-heading > div i {
  color: #60a5fa;
  font-size: 15px;
}

.api-example-heading button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 29px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #b8c5d8;
  font-size: 9.5px;
  font-weight: 600;
}

.api-example-heading button:hover,
.api-example-heading button.copied {
  border-color: rgba(96, 165, 250, .45);
  background: rgba(96, 165, 250, .14);
  color: #93c5fd;
}

.api-example-block pre {
  max-width: 100%;
  max-height: 420px;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: #111827;
  color: #dce6f5;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10.5px;
  line-height: 1.65;
  white-space: pre;
  tab-size: 2;
  overflow: auto;
}

.api-example-block pre code {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  white-space: inherit;
}

.api-docs-empty {
  padding: 40px 20px;
  border: 1px dashed var(--smm-border, #e2e8f0);
  border-radius: 14px;
  background: var(--smm-bg, #f7f9fc);
  text-align: center;
}

.api-docs-empty > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 11px;
  border-radius: 14px;
  background: var(--smm-soft-primary, #eaf3ff);
  color: var(--smm-primary, #1677ff);
  font-size: 22px;
}

.api-docs-empty h2 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 14px;
  font-weight: 700;
}

.api-docs-empty p {
  margin: 5px 0 0;
  color: var(--smm-muted, #8a97ab);
  font-size: 10.5px;
}

html.dark .api-docs-page,
body.dark-mode .api-docs-page {
  --smm-card: #141d2d;
  --smm-bg: #182235;
  --smm-border: #2a3952;
  --smm-title: #e8eef8;
  --smm-body: #b8c6d9;
  --smm-muted: #8fa0b8;
  --smm-soft-primary: rgba(22, 119, 255, .16);
  --smm-success: #4ade80;
  --smm-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  border-color: var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-body);
  color-scheme: dark;
  box-shadow: var(--smm-shadow);
}

html.dark .api-docs-header,
html.dark .api-method-card,
html.dark .api-method-body,
body.dark-mode .api-docs-header,
body.dark-mode .api-method-card,
body.dark-mode .api-method-body {
  border-color: var(--smm-border);
  background: var(--smm-card);
}

html.dark .api-endpoint-card,
html.dark .api-method-header,
html.dark .api-parameters-table th,
html.dark .api-docs-empty,
body.dark-mode .api-endpoint-card,
body.dark-mode .api-method-header,
body.dark-mode .api-parameters-table th,
body.dark-mode .api-docs-empty {
  border-color: var(--smm-border);
  background: var(--smm-bg);
}

html.dark .api-endpoint-item,
html.dark .api-type-selector select,
html.dark .api-parameters-table-wrap,
body.dark-mode .api-endpoint-item,
body.dark-mode .api-type-selector select,
body.dark-mode .api-parameters-table-wrap {
  border-color: var(--smm-border);
  background: var(--smm-card);
  color: var(--smm-title);
}

html.dark .api-copy-control code,
body.dark-mode .api-copy-control code {
  border-color: var(--smm-border);
  background: #111a29;
  color: #c6d2e3;
}

html.dark .api-copy-control button,
body.dark-mode .api-copy-control button {
  border-color: rgba(75, 145, 255, .55);
  background: rgba(22, 119, 255, .16);
}

html.dark .api-parameters-table td,
body.dark-mode .api-parameters-table td {
  border-color: var(--smm-border);
  color: var(--smm-body);
}

html.dark .api-parameters-table tbody tr:hover,
body.dark-mode .api-parameters-table tbody tr:hover {
  background: rgba(255, 255, 255, .025);
}

html.dark .api-parameters-table td code,
body.dark-mode .api-parameters-table td code {
  background: rgba(22, 119, 255, .14);
  color: #77adff;
}

html.dark .api-type-selector select:focus,
body.dark-mode .api-type-selector select:focus {
  border-color: #4b91ff;
  box-shadow: 0 0 0 3px rgba(75, 145, 255, .16);
}

html.dark .api-type-selector select option,
body.dark-mode .api-type-selector select option {
  background: #141d2d;
  color: #e8eef8;
}

html.dark .api-example-block,
html.dark .api-example-heading,
html.dark .api-example-block pre,
body.dark-mode .api-example-block,
body.dark-mode .api-example-heading,
body.dark-mode .api-example-block pre {
  border-color: #2d3a50;
}

html.dark .api-example-block pre,
body.dark-mode .api-example-block pre {
  scrollbar-color: #40516d #111827;
}

html[dir="rtl"] .api-copy-control code {
  border-right: 1px solid var(--smm-border, #e2e8f0);
  border-left: 0;
  border-radius: 0 9px 9px 0;
}

html[dir="rtl"] .api-copy-control button {
  border-radius: 9px 0 0 9px;
}

html[dir="rtl"] .api-type-selector select {
  padding-right: 12px;
  padding-left: 34px;
}

html[dir="rtl"] .api-type-selector > i {
  right: auto;
  left: 10px;
}

html[dir="rtl"] .api-parameters-table th,
html[dir="rtl"] .api-parameters-table td {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .api-endpoint-grid,
  .api-endpoint-grid.has-api-key {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.panelbg .api-panel-container {
    margin-top: 0;
  }

  body:not(.panelbg) .api-public-title {
    margin-top: 0;
  }

  body:not(.panelbg) .api-public-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .api-docs-page {
    border-radius: 14px;
  }

  .api-docs-header {
    align-items: stretch;
    flex-direction: column;
    padding: 17px;
  }

  .api-docs-php-link {
    width: 100%;
  }

  .api-docs-content {
    padding: 16px;
  }

  .api-endpoint-grid,
  .api-endpoint-grid.has-api-key {
    grid-template-columns: 1fr;
  }

  .api-method-header {
    align-items: stretch;
    flex-direction: column;
  }

  .api-type-selector {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .api-type-selector select {
    width: 100%;
    min-width: 0;
  }

  .api-type-selector > i {
    bottom: 11px;
  }

  .api-parameters-table,
  .api-parameters-table tbody,
  .api-parameters-table tr,
  .api-parameters-table td {
    display: block;
    width: 100%;
  }

  .api-parameters-table thead {
    display: none;
  }

  .api-parameters-table tr {
    padding: 10px 12px;
    border-bottom: 1px solid var(--smm-border, #e2e8f0);
  }

  .api-parameters-table tbody tr:last-child {
    border-bottom: 0;
  }

  .api-parameters-table td,
  .api-parameters-table td:first-child {
    display: grid;
    grid-template-columns: minmax(90px, .35fr) minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    padding: 7px 0;
    border: 0;
  }

  .api-parameters-table td::before {
    content: attr(data-label);
    color: var(--smm-muted, #8a97ab);
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (max-width: 575.98px) {
  .api-docs-heading p {
    display: none;
  }

  .api-docs-heading-icon {
    width: 42px;
    height: 42px;
  }

  .api-endpoint-card,
  .api-method-body {
    padding: 14px;
  }

  .api-copy-control code {
    font-size: 9.5px;
  }

  .api-example-block pre {
    max-height: 340px;
    padding: 13px;
    font-size: 9.5px;
  }
}

body.panelbg .partner-program-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

body.panelbg .partner-program-promo {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: linear-gradient(125deg, #1677ff 0%, #4c8df8 50%, #745cf1 100%);
  color: #fff;
  box-shadow: 0 16px 38px rgba(22, 119, 255, .18);
  overflow: hidden;
}

body.panelbg .partner-program-promo::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  pointer-events: none;
}

body.panelbg .partner-program-promo-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 15px;
  background: rgba(255, 255, 255, .15);
  font-size: 25px;
  backdrop-filter: blur(8px);
}

body.panelbg .partner-program-promo-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body.panelbg .partner-program-promo-content h1,
body.panelbg .partner-program-promo-content h2,
body.panelbg .partner-program-promo-content h3,
body.panelbg .partner-program-promo-content h4,
body.panelbg .partner-program-promo-content h5,
body.panelbg .partner-program-promo-content p,
body.panelbg .partner-program-promo-content a,
body.panelbg .partner-program-promo-content strong {
  color: inherit;
}

body.panelbg .partner-program-promo-content > :first-child {
  margin-top: 0;
}

body.panelbg .partner-program-promo-content > :last-child {
  margin-bottom: 0;
}

body.panelbg .partner-program-promo-content img,
body.panelbg .partner-program-promo-content iframe {
  max-width: 100%;
}

body.panelbg .partner-program-shell {
  min-width: 0;
  border: 1px solid var(--smm-border);
  border-radius: 18px;
  background: var(--smm-card);
  box-shadow: var(--smm-shadow);
  overflow: hidden;
}

body.panelbg .partner-program-header {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 24px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--smm-border);
  background: transparent;
}

body.panelbg .partner-program-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.panelbg .partner-program-heading-icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 20px;
}

body.panelbg .partner-program-heading h1,
body.panelbg .partner-program-history-heading h2 {
  margin: 0;
  color: var(--smm-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body.panelbg .partner-program-heading p,
body.panelbg .partner-program-history-heading p {
  margin: 3px 0 0;
  color: var(--smm-muted);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.45;
}

body.panelbg .partner-program-tabs {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--smm-border);
  border-radius: 13px;
  background: var(--smm-bg);
}

body.panelbg .partner-program-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--smm-muted);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

body.panelbg .partner-program-tabs button:hover {
  color: var(--smm-primary);
}

body.panelbg .partner-program-tabs button.active {
  background: var(--smm-primary);
  color: #fff;
  box-shadow: 0 6px 14px rgba(22, 119, 255, .18);
}

body.panelbg .partner-program-tabs button em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 9px;
  font-style: normal;
}

body.panelbg .partner-program-tabs button.active em {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

body.panelbg .partner-program-body {
  clear: both;
  display: flow-root;
  min-width: 0;
  padding: 22px;
}

body.panelbg .partner-program-panel[hidden] {
  display: none !important;
}

body.panelbg .partner-program-panel.active {
  display: block !important;
  width: 100%;
  min-width: 0;
}

body.panelbg .partner-program-overview-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.4fr);
  gap: 18px;
  min-width: 0;
}

body.panelbg .partner-program-referral-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--smm-border);
  border-radius: 15px;
  background: var(--smm-bg);
}

body.panelbg .partner-program-section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--smm-title);
  font-size: 12px;
  font-weight: 650;
}

body.panelbg .partner-program-section-label i {
  color: var(--smm-primary);
  font-size: 16px;
}

body.panelbg .partner-program-link-control {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

body.panelbg .partner-program-link-control input {
  min-width: 0;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--smm-border);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  outline: 0;
  background: var(--smm-card);
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  box-shadow: none;
}

body.panelbg .partner-program-link-control input:focus {
  border-color: var(--smm-primary);
}

body.panelbg .partner-program-link-control button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 150px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--smm-primary);
  border-radius: 0 12px 12px 0;
  background: var(--smm-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

body.panelbg .partner-program-link-control button:hover,
body.panelbg .partner-program-link-control button.copied {
  background: var(--smm-primary-hover);
}

body.panelbg .partner-program-copy-feedback {
  display: block;
  min-height: 17px;
  padding-top: 4px;
  color: var(--smm-success);
  font-size: 9.5px;
  font-weight: 500;
}

body.panelbg .partner-program-referral-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

body.panelbg .partner-program-referral-meta > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--smm-border);
  border-radius: 11px;
  background: var(--smm-card);
}

body.panelbg .partner-program-referral-meta span,
body.panelbg .partner-program-stat-card div span {
  display: block;
  margin-bottom: 3px;
  color: var(--smm-muted);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .025em;
}

body.panelbg .partner-program-referral-meta strong {
  display: block;
  color: var(--smm-title);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.panelbg .partner-program-payout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 11px;
  background: var(--smm-primary);
  color: #fff;
  font-size: 11.5px;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(22, 119, 255, .16);
}

body.panelbg .partner-program-payout-button:hover {
  background: var(--smm-primary-hover);
  color: #fff;
}

body.panelbg .partner-program-payout-button i:last-child {
  margin-left: auto;
}

body.panelbg .partner-program-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

body.panelbg .partner-program-stat-card {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  background: var(--smm-card);
}

body.panelbg .partner-program-stat-card.partner-program-stat-highlight {
  border-color: rgba(22, 119, 255, .28);
  background: var(--smm-soft-primary);
}

body.panelbg .partner-program-stat-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 18px;
}

body.panelbg .partner-program-stat-highlight .partner-program-stat-icon {
  background: var(--smm-primary);
  color: #fff;
}

body.panelbg .partner-program-stat-card div {
  min-width: 0;
}

body.panelbg .partner-program-stat-card div strong {
  display: block;
  color: var(--smm-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.panelbg .partner-program-history-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

body.panelbg .partner-program-history-heading > span {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 19px;
}

body.panelbg .partner-program-history-table-wrap {
  min-width: 0;
  border: 1px solid var(--smm-border);
  border-radius: 14px;
  overflow: hidden;
}

body.panelbg .partner-program-history-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

body.panelbg .partner-program-history-table th {
  padding: 13px 15px;
  border-bottom: 1px solid var(--smm-border);
  background: var(--smm-bg);
  color: var(--smm-muted);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .03em;
}

body.panelbg .partner-program-history-table td {
  padding: 15px;
  border-bottom: 1px solid var(--smm-border);
  color: var(--smm-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  overflow-wrap: anywhere;
}

body.panelbg .partner-program-history-table tbody tr:last-child td {
  border-bottom: 0;
}

body.panelbg .partner-program-payment-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body.panelbg .partner-program-payment-date i {
  color: var(--smm-primary);
  font-size: 15px;
}

body.panelbg .partner-program-payment-amount {
  color: var(--smm-title);
  font-weight: 700;
}

body.panelbg .partner-program-payment-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(22, 163, 74, .22);
  border-radius: 999px;
  background: rgba(22, 163, 74, .08);
  color: var(--smm-success);
  font-size: 10px;
  font-weight: 650;
}

body.panelbg .partner-program-empty {
  padding: 42px 20px;
  border: 1px dashed var(--smm-border);
  border-radius: 14px;
  background: var(--smm-bg);
  text-align: center;
}

body.panelbg .partner-program-empty > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: var(--smm-soft-primary);
  color: var(--smm-primary);
  font-size: 23px;
}

body.panelbg .partner-program-empty h3 {
  margin: 0;
  color: var(--smm-title);
  font-size: 14px;
  font-weight: 700;
}

body.panelbg .partner-program-empty p {
  margin: 5px 0 0;
  color: var(--smm-muted);
  font-size: 11px;
}

body.panelbg .partner-program-pagination {
  margin-top: 16px;
}

html[dir="rtl"] body.panelbg .partner-program-link-control input {
  border-right: 1px solid var(--smm-border);
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

html[dir="rtl"] body.panelbg .partner-program-link-control button {
  border-radius: 12px 0 0 12px;
}

html[dir="rtl"] body.panelbg .partner-program-payout-button i:last-child {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(180deg);
}

html[dir="rtl"] body.panelbg .partner-program-history-table th,
html[dir="rtl"] body.panelbg .partner-program-history-table td {
  text-align: right;
}

@media (max-width: 1199.98px) {
  body.panelbg .partner-program-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  body.panelbg .partner-program-header {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  body.panelbg .partner-program-tabs {
    width: 100%;
  }

  body.panelbg .partner-program-tabs button {
    flex: 1 1 50%;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .partner-program-promo {
    padding: 20px;
  }

  body.panelbg .partner-program-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.panelbg .partner-program-history-table,
  body.panelbg .partner-program-history-table tbody,
  body.panelbg .partner-program-history-table tr,
  body.panelbg .partner-program-history-table td {
    display: block;
    width: 100%;
  }

  body.panelbg .partner-program-history-table thead {
    display: none;
  }

  body.panelbg .partner-program-history-table tr {
    padding: 11px 14px;
    border-bottom: 1px solid var(--smm-border);
  }

  body.panelbg .partner-program-history-table tbody tr:last-child {
    border-bottom: 0;
  }

  body.panelbg .partner-program-history-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border: 0;
    text-align: right;
  }

  body.panelbg .partner-program-history-table td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: var(--smm-muted);
    font-size: 9px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
}

@media (max-width: 575.98px) {
  body.panelbg .partner-program-promo {
    gap: 12px;
    padding: 16px;
    border-radius: 15px;
  }

  body.panelbg .partner-program-promo-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 20px;
  }

  body.panelbg .partner-program-header,
  body.panelbg .partner-program-body {
    padding: 15px;
  }

  body.panelbg .partner-program-heading p {
    display: none;
  }

  body.panelbg .partner-program-tabs button {
    min-width: 0;
    padding: 0 9px;
  }

  body.panelbg .partner-program-tabs button span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.panelbg .partner-program-referral-card {
    padding: 15px;
  }

  body.panelbg .partner-program-link-control {
    flex-direction: column;
    gap: 9px;
  }

  body.panelbg .partner-program-link-control input,
  html[dir="rtl"] body.panelbg .partner-program-link-control input {
    border: 1px solid var(--smm-border);
    border-radius: 11px;
  }

  body.panelbg .partner-program-link-control button,
  html[dir="rtl"] body.panelbg .partner-program-link-control button {
    width: 100%;
    border-radius: 11px;
  }

  body.panelbg .partner-program-referral-meta,
  body.panelbg .partner-program-stats {
    grid-template-columns: 1fr;
  }
}
/* Terms page */
.terms-page-shell {
  min-width: 0;
  padding-bottom: 48px;
}

.terms-page-public {
  padding-top: 34px;
}

.terms-page {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 20px;
  background: var(--smm-card, #fff);
  box-shadow: var(--smm-shadow, 0 12px 34px rgba(15, 23, 42, .08));
}

.terms-page-header {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 30px;
  border-bottom: 1px solid rgba(22, 119, 255, .13);
  background:
    radial-gradient(circle at 90% 10%, rgba(124, 58, 237, .1), transparent 28%),
    linear-gradient(135deg, var(--smm-soft-primary, #eaf3ff), var(--surface-soft, #fafcff));
}

.terms-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 17px;
  background: var(--smm-card, #fff);
  color: var(--smm-primary, #1677ff);
  font-size: 29px;
  box-shadow: 0 10px 24px rgba(22, 119, 255, .13);
}

.terms-page-heading {
  min-width: 0;
}

.terms-page-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--smm-primary, #1677ff);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.terms-page-heading h1 {
  margin: 0;
  color: var(--smm-title, #172033);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.terms-page-heading p {
  max-width: 760px;
  margin: 7px 0 0;
  color: var(--smm-body, #526074);
  font-size: 12px;
  line-height: 1.65;
}

.terms-page-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 26px 0;
  padding: 13px 15px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 12px;
  background: var(--smm-soft-primary, #eaf3ff);
  color: var(--smm-body, #526074);
}

.terms-page-notice > i {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--smm-primary, #1677ff);
  font-size: 18px;
}

.terms-page-notice p {
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.terms-page-content {
  min-width: 0;
  padding: 28px 30px 32px;
  color: var(--smm-body, #526074);
  font-size: 12.5px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.terms-page-content > :first-child {
  margin-top: 0 !important;
}

.terms-page-content > :last-child {
  margin-bottom: 0 !important;
}

.terms-page-content h1,
.terms-page-content h2,
.terms-page-content h3,
.terms-page-content h4,
.terms-page-content h5,
.terms-page-content h6 {
  margin: 28px 0 10px;
  color: var(--smm-title, #172033);
  font-weight: 700;
  line-height: 1.4;
}

.terms-page-content h1 {
  font-size: 21px;
}

.terms-page-content h2 {
  font-size: 18px;
}

.terms-page-content h3 {
  font-size: 15px;
}

.terms-page-content h4,
.terms-page-content h5,
.terms-page-content h6 {
  font-size: 13px;
}

.terms-page-content p {
  margin: 0 0 14px;
}

.terms-page-content ul,
.terms-page-content ol {
  margin: 0 0 17px;
  padding-left: 22px;
}

.terms-page-content li {
  margin-bottom: 7px;
  padding-left: 3px;
}

.terms-page-content li::marker {
  color: var(--smm-primary, #1677ff);
  font-weight: 700;
}

.terms-page-content a {
  color: var(--smm-primary, #1677ff);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.terms-page-content strong,
.terms-page-content b {
  color: var(--smm-title, #172033);
  font-weight: 700;
}

.terms-page-content blockquote {
  margin: 20px 0;
  padding: 14px 17px;
  border: 0;
  border-left: 3px solid var(--smm-primary, #1677ff);
  border-radius: 0 10px 10px 0;
  background: var(--surface-soft, #fafcff);
  color: var(--smm-body, #526074);
  font-size: 12px;
}

.terms-page-content hr {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid var(--smm-border, #e4eaf2);
}

.terms-page-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 18px 0;
  border: 1px solid var(--smm-border, #e4eaf2);
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow-x: auto;
}

.terms-page-content th,
.terms-page-content td {
  min-width: 150px;
  padding: 11px 13px;
  border-right: 1px solid var(--smm-border, #e4eaf2);
  border-bottom: 1px solid var(--smm-border, #e4eaf2);
  text-align: left;
  vertical-align: top;
}

.terms-page-content th {
  background: var(--surface-soft, #fafcff);
  color: var(--smm-title, #172033);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.terms-page-content tr:last-child td {
  border-bottom: 0;
}

.terms-page-content th:last-child,
.terms-page-content td:last-child {
  border-right: 0;
}

.terms-page-content img {
  max-width: 100%;
  height: auto;
}

.terms-page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 26px;
  border-top: 1px solid var(--smm-border, #e4eaf2);
  background: var(--surface-soft, #fafcff);
}

.terms-page-footer > div,
.terms-page-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.terms-page-footer > div {
  color: var(--smm-muted, #8c99ab);
  font-size: 10.5px;
  font-weight: 600;
}

.terms-page-footer > div i {
  color: var(--smm-success, #16a34a);
  font-size: 17px;
}

.terms-page-footer > a {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 9px;
  background: var(--smm-primary, #1677ff);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  text-decoration: none;
}

.terms-page-footer > a:hover,
.terms-page-footer > a:focus {
  background: var(--smm-primary-hover, #0d68e8);
  color: #fff;
  text-decoration: none;
}

html[dir="rtl"] .terms-page-content ul,
html[dir="rtl"] .terms-page-content ol {
  padding-right: 22px;
  padding-left: 0;
}

html[dir="rtl"] .terms-page-content blockquote {
  border-right: 3px solid var(--smm-primary, #1677ff);
  border-left: 0;
  border-radius: 10px 0 0 10px;
}

html[dir="rtl"] .terms-page-content th,
html[dir="rtl"] .terms-page-content td {
  text-align: right;
}

body.dark-mode .terms-page {
  border-color: rgba(148, 163, 184, .24);
  background: #172033;
}

body.dark-mode .terms-page-header {
  border-color: rgba(125, 180, 255, .18);
  background:
    radial-gradient(circle at 90% 10%, rgba(124, 58, 237, .15), transparent 28%),
    linear-gradient(135deg, #202b43, #1b263e);
}

body.dark-mode .terms-page-heading h1,
body.dark-mode .terms-page-content h1,
body.dark-mode .terms-page-content h2,
body.dark-mode .terms-page-content h3,
body.dark-mode .terms-page-content h4,
body.dark-mode .terms-page-content h5,
body.dark-mode .terms-page-content h6,
body.dark-mode .terms-page-content strong,
body.dark-mode .terms-page-content b {
  color: #e5edf8;
}

body.dark-mode .terms-page-heading p,
body.dark-mode .terms-page-content {
  color: #a9b6c9;
}

body.dark-mode .terms-page-notice,
body.dark-mode .terms-page-footer,
body.dark-mode .terms-page-content blockquote,
body.dark-mode .terms-page-content th {
  border-color: rgba(148, 163, 184, .2);
  background: #202b43;
}

@media (max-width: 767.98px) {
  body.panelbg .terms-page-panel {
    margin-top: 0;
  }

  .terms-page-shell,
  .terms-page-public {
    padding-top: 16px;
    padding-bottom: 34px;
  }

  .terms-page {
    border-radius: 16px;
  }

  .terms-page-header {
    align-items: flex-start;
    padding: 21px 18px;
  }

  .terms-page-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-size: 23px;
  }

  .terms-page-heading h1 {
    font-size: 20px;
  }

  .terms-page-heading p {
    font-size: 11px;
  }

  .terms-page-notice {
    margin: 14px 14px 0;
  }

  .terms-page-content {
    padding: 22px 18px 25px;
    font-size: 12px;
    line-height: 1.75;
  }

  .terms-page-content h1 {
    font-size: 18px;
  }

  .terms-page-content h2 {
    font-size: 16px;
  }

  .terms-page-footer {
    align-items: stretch;
    flex-direction: column;
    padding: 15px 18px;
  }

  .terms-page-footer > a {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 399.98px) {
  .terms-page-header {
    gap: 12px;
  }

  .terms-page-heading p {
    display: none;
  }

  .terms-page-footer > div {
    align-items: flex-start;
  }
}

/* Perfect Panel integration for the original blog.html and blogdetay.html designs */
.blog-template-page,
.blog-detail-template-page {
  display: flow-root;
  width: 100%;
  min-width: 0;
}

.blog-template-container,
.blog-detail-template-container {
  clear: both;
  min-width: 0;
}

body.panelbg .blog-template-panel,
body.panelbg .blog-detail-template-panel {
  padding-bottom: 40px;
}

body.panelbg .blog-template-panel > .pagetitle,
body.panelbg .blog-detail-template-panel > .pagetitle {
  margin-top: 0;
}

.blog-template-intro {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 22px 25px;
  border: 1px solid var(--border, #e6ecf1);
  border-radius: 10px;
  background: var(--surface, #fff);
  color: var(--text-secondary, #6a7082);
  line-height: 1.75;
  box-shadow: var(--shadow-md, 0 2px 10px rgba(15, 23, 42, .06));
}

.blog-template-intro > :first-child {
  margin-top: 0;
}

.blog-template-intro > :last-child {
  margin-bottom: 0;
}

.blog-template-page .bloglist .row {
  align-items: stretch;
}

.blog-template-page .bloglist .row > [class*="col-"] {
  display: flex;
}

.blog-template-page .blogitem {
  display: flex;
  float: none;
  flex-direction: column;
  height: 100%;
}

.blog-template-page .blog-template-card-media {
  position: relative;
  display: block;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
}

.blog-template-page .blogitem .kapla {
  z-index: 2;
}

.blog-template-page .blog-template-card-media > img,
.blog-template-page .blogitem-placeholder {
  flex: 0 0 170px;
  height: 170px;
}

.blog-template-page .blogitem-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef5ff, #f7f1ff);
  color: #1677ff;
  font-size: 42px;
}

.blog-template-page .blogitem .text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.blog-template-page .blogitem .text h5 {
  margin: 0;
  line-height: 1.4;
}

.blog-template-page .blogitem .text h5 a {
  display: block;
  color: #333951;
  text-decoration: none;
}

.blog-template-page .blogitem .text h5 a:hover,
.blog-template-page .blogitem .text h5 a:focus {
  color: #1677ff;
  text-decoration: none;
}

.blog-template-pagination {
  clear: both;
  float: none;
  padding-top: 15px;
}

.blog-template-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

.blog-template-pagination ul li {
  margin: 0;
}

.blog-template-pagination ul li a {
  border: 1px solid #e7e9f1;
}

.blog-template-pagination ul li.active a {
  background: #1677ff;
  box-shadow: 0 0 15px -3px rgba(22, 119, 255, .65);
}

.blog-detail-template-page .blogdetaybasitem {
  margin-top: 10px;
}

.blog-detail-breadcrumb-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.blog-detail-breadcrumb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--border, #e6ecf1);
  border-radius: 12px;
  background: var(--surface, #fff);
  box-shadow: var(--shadow-md, 0 2px 10px rgba(15, 23, 42, .06));
}

.blog-detail-breadcrumb {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #707789;
  font-size: 13px;
  font-weight: 500;
}

.blog-detail-breadcrumb a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  color: #1677ff;
  font-weight: 600;
  text-decoration: none;
}

.blog-detail-breadcrumb a:hover,
.blog-detail-breadcrumb a:focus {
  color: #0d68e8;
  text-decoration: none;
}

.blog-detail-breadcrumb a i {
  font-size: 16px;
}

.blog-detail-breadcrumb-separator {
  flex: 0 0 auto;
  color: #aab2c2;
  font-size: 16px;
}

.blog-detail-breadcrumb-current {
  min-width: 0;
  overflow: hidden;
  color: #596174;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-detail-template-page .blogdetaybasitem .row {
  min-height: 400px;
}

.blog-detail-template-page .blogdetaybasitem .text .head span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 119, 255, .18);
  background: #eaf3ff;
  color: #1677ff;
  font-size: 23px;
}

.blog-detail-template-page .blogdetaybasitem .text h1 {
  overflow-wrap: anywhere;
}

.blog-template-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 18px;
  background: #1677ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.blog-template-detail-back:hover,
.blog-template-detail-back:focus {
  background: #0d68e8;
  color: #fff;
  text-decoration: none;
}

.blog-detail-template-page .blogdetail {
  overflow: hidden;
  border-radius: 8px;
}

.blog-detail-template-page .blogdetailcontent {
  min-width: 0;
  overflow-wrap: anywhere;
}

.blog-detail-template-page .blogdetailcontent > :first-child {
  margin-top: 0;
}

.blog-detail-template-page .blogdetailcontent h1,
.blog-detail-template-page .blogdetailcontent h2,
.blog-detail-template-page .blogdetailcontent h3,
.blog-detail-template-page .blogdetailcontent h4,
.blog-detail-template-page .blogdetailcontent h5,
.blog-detail-template-page .blogdetailcontent h6 {
  float: none;
  width: auto;
  margin: 24px 0 14px;
  color: #333951;
  font-weight: 600;
  line-height: 1.4;
}

.blog-detail-template-page .blogdetailcontent h1 { font-size: 30px; }
.blog-detail-template-page .blogdetailcontent h2 { font-size: 27px; }
.blog-detail-template-page .blogdetailcontent h3 { font-size: 24px; }
.blog-detail-template-page .blogdetailcontent h5,
.blog-detail-template-page .blogdetailcontent h6 { font-size: 18px; }

.blog-detail-template-page .blogdetailcontent ul,
.blog-detail-template-page .blogdetailcontent ol {
  margin: 0 0 20px;
  padding-left: 24px;
  color: #6a7082;
  font-size: 17px;
  line-height: 26px;
}

.blog-detail-template-page .blogdetailcontent img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 20px;
}

.blog-detail-template-page .blogdetailcontent iframe {
  max-width: 100%;
}

.blog-detail-template-page .blogdetailcontent table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.blog-detail-template-page .blogdetailcontent th,
.blog-detail-template-page .blogdetailcontent td {
  min-width: 140px;
  padding: 11px 13px;
  border: 1px solid #e6ecf1;
}

html[dir="rtl"] .blog-template-detail-back i,
html[dir="rtl"] .blog-detail-breadcrumb-separator {
  transform: rotate(180deg);
}

html[dir="rtl"] .blog-detail-template-page .blogdetailcontent ul,
html[dir="rtl"] .blog-detail-template-page .blogdetailcontent ol {
  padding-right: 24px;
  padding-left: 0;
}

body.dark-mode .blog-template-intro,
body.dark-mode .blog-template-page .blogitem,
body.dark-mode .blog-detail-breadcrumb-row,
body.dark-mode .blog-detail-template-page .blogdetailhead,
body.dark-mode .blog-detail-template-page .blogdetailcontent {
  border-color: rgba(148, 163, 184, .2);
  background: #191c26;
}

body.dark-mode .blog-template-page .blogitem .text h5,
body.dark-mode .blog-detail-template-page .blogdetaybasitem .text h1,
body.dark-mode .blog-detail-template-page .blogdetailhead .blogbaslik,
body.dark-mode .blog-detail-template-page .blogdetailcontent h1,
body.dark-mode .blog-detail-template-page .blogdetailcontent h2,
body.dark-mode .blog-detail-template-page .blogdetailcontent h3,
body.dark-mode .blog-detail-template-page .blogdetailcontent h4,
body.dark-mode .blog-detail-template-page .blogdetailcontent h5,
body.dark-mode .blog-detail-template-page .blogdetailcontent h6 {
  color: #f5f5f5;
}

html.dark .blog-template-page .blogitem .text h5 a,
body.dark-mode .blog-template-page .blogitem .text h5 a {
  color: #f5f5f5;
}

html.dark .blog-template-page .blogitem .text h5 a:hover,
body.dark-mode .blog-template-page .blogitem .text h5 a:hover {
  color: #6aa9ff;
}

body.dark-mode .blog-detail-template-page .blogdetailcontent,
body.dark-mode .blog-detail-template-page .blogdetailcontent p,
body.dark-mode .blog-detail-template-page .blogdetailcontent ul,
body.dark-mode .blog-detail-template-page .blogdetailcontent ol {
  color: #bac2d5;
}

body.dark-mode .blog-detail-breadcrumb-current {
  color: #bac2d5;
}

html.dark .blog-detail-template-page,
body.dark-mode .blog-detail-template-page {
  color: #c5cedc;
  color-scheme: dark;
}

html.dark .blog-detail-template-page .blog-detail-breadcrumb-section,
body.dark-mode .blog-detail-template-page .blog-detail-breadcrumb-section {
  background: #20232e;
}

html.dark .blog-detail-breadcrumb-row,
body.dark-mode .blog-detail-breadcrumb-row {
  border-color: #344158;
  background: #191c26;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

html.dark .blog-detail-breadcrumb-current,
body.dark-mode .blog-detail-breadcrumb-current,
html.dark .blog-detail-breadcrumb-separator,
body.dark-mode .blog-detail-breadcrumb-separator {
  color: #aeb9ca;
}

html.dark .blog-detail-template-page .blogdetaybasitem .text .head h6,
html.dark .blog-detail-template-page .blogdetaybasitem .text .head b,
body.dark-mode .blog-detail-template-page .blogdetaybasitem .text .head h6,
body.dark-mode .blog-detail-template-page .blogdetaybasitem .text .head b {
  color: #aeb9ca;
}

html.dark .blog-detail-template-page .blogdetaybasitem .text .head span,
body.dark-mode .blog-detail-template-page .blogdetaybasitem .text .head span {
  border-color: rgba(75, 145, 255, .34);
  background: #17243a;
  color: #5b9cff;
}

html.dark .blog-detail-template-page .blogdetaybasitem .image,
body.dark-mode .blog-detail-template-page .blogdetaybasitem .image {
  border: 1px solid #344158;
  background: #141a25;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .2);
}

html.dark .blog-detail-template-page .blogdetail,
body.dark-mode .blog-detail-template-page .blogdetail {
  border: 1px solid #303a4d;
  background: #191c26;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

html.dark .blog-detail-template-page .blogdetailhead,
html.dark .blog-detail-template-page .blogdetailcontent,
body.dark-mode .blog-detail-template-page .blogdetailhead,
body.dark-mode .blog-detail-template-page .blogdetailcontent {
  border-color: #303a4d;
  background: #191c26;
}

html.dark .blog-detail-template-page .blogdetailcontent,
html.dark .blog-detail-template-page .blogdetailcontent p,
html.dark .blog-detail-template-page .blogdetailcontent li,
html.dark .blog-detail-template-page .blogdetailcontent span,
html.dark .blog-detail-template-page .blogdetailcontent div,
body.dark-mode .blog-detail-template-page .blogdetailcontent,
body.dark-mode .blog-detail-template-page .blogdetailcontent p,
body.dark-mode .blog-detail-template-page .blogdetailcontent li,
body.dark-mode .blog-detail-template-page .blogdetailcontent span,
body.dark-mode .blog-detail-template-page .blogdetailcontent div {
  color: #c5cedc !important;
}

html.dark .blog-detail-template-page .blogdetailcontent strong,
html.dark .blog-detail-template-page .blogdetailcontent b,
body.dark-mode .blog-detail-template-page .blogdetailcontent strong,
body.dark-mode .blog-detail-template-page .blogdetailcontent b {
  color: #eef3fb !important;
}

html.dark .blog-detail-template-page .blogdetailcontent a,
body.dark-mode .blog-detail-template-page .blogdetailcontent a {
  color: #6aa9ff !important;
}

html.dark .blog-detail-template-page .blogdetailcontent a:hover,
html.dark .blog-detail-template-page .blogdetailcontent a:focus,
body.dark-mode .blog-detail-template-page .blogdetailcontent a:hover,
body.dark-mode .blog-detail-template-page .blogdetailcontent a:focus {
  color: #99c4ff !important;
}

html.dark .blog-detail-template-page .blogdetailcontent blockquote,
body.dark-mode .blog-detail-template-page .blogdetailcontent blockquote {
  border-left: 4px solid #1677ff;
  background: #202a3b;
  color: #d6deea !important;
}

html[dir="rtl"].dark .blog-detail-template-page .blogdetailcontent blockquote,
html[dir="rtl"] body.dark-mode .blog-detail-template-page .blogdetailcontent blockquote {
  border-right: 4px solid #1677ff;
  border-left: 0;
}

html.dark .blog-detail-template-page .blogdetailcontent code,
html.dark .blog-detail-template-page .blogdetailcontent pre,
body.dark-mode .blog-detail-template-page .blogdetailcontent code,
body.dark-mode .blog-detail-template-page .blogdetailcontent pre {
  border-color: #33425a;
  background: #111827;
  color: #dce7f7 !important;
}

html.dark .blog-detail-template-page .blogdetailcontent th,
body.dark-mode .blog-detail-template-page .blogdetailcontent th {
  border-color: #3a475e;
  background: #202a3b;
  color: #f2f6fc;
}

html.dark .blog-detail-template-page .blogdetailcontent td,
body.dark-mode .blog-detail-template-page .blogdetailcontent td {
  border-color: #3a475e;
  background: #171f2e;
  color: #c5cedc;
}

html.dark .blog-detail-template-page .blogdetailcontent hr,
body.dark-mode .blog-detail-template-page .blogdetailcontent hr {
  border-color: #344158;
}

body.dark-mode .blog-template-page .blogitem-placeholder {
  background: linear-gradient(135deg, #20283a, #272239);
}

@media (max-width: 767.98px) {
  .blog-template-page .pagetitle,
  .blog-detail-template-page .pagetitle {
    margin-top: 10px;
    padding: 20px 12px;
  }

  .blog-template-page .bloglist {
    margin-top: 10px;
  }

  .blog-detail-breadcrumb-section {
    padding: 12px;
  }

  .blog-detail-breadcrumb-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .blog-detail-breadcrumb {
    width: 100%;
  }

  .blog-detail-breadcrumb-row > .blog-template-detail-back {
    justify-content: center;
    width: 100%;
  }

  .blog-template-page .blog-template-card-media > img,
  .blog-template-page .blogitem-placeholder {
    height: 190px;
    flex-basis: 190px;
  }

  .blog-detail-template-page .blogdetaybasitem .row {
    min-height: 0;
  }

  .blog-detail-template-page .blogdetaybasitem .text {
    padding: 0 4px 12px;
  }

  .blog-detail-template-page .blogdetailcontent {
    padding: 0 20px 22px;
  }

  .blog-detail-template-page .blogdetailcontent p,
  .blog-detail-template-page .blogdetailcontent ul,
  .blog-detail-template-page .blogdetailcontent ol {
    font-size: 15px;
    line-height: 24px;
  }

}

@media (max-width: 575.98px) {
  body.panelbg .blog-template-panel,
  body.panelbg .blog-detail-template-panel {
    margin-top: 0;
  }

  .blog-template-page .bloglist .row > [class*="col-"] {
    display: block;
  }

  .blog-template-page .blogitem {
    height: auto;
  }

  .blog-detail-template-page .blogdetaybasitem .image {
    height: 250px;
  }

  .blog-detail-template-page .blogdetaybasitem .text h1 {
    margin: 18px 0;
    font-size: 25px;
  }

  .blog-detail-template-page .blogdetailhead .tpblgdet {
    padding: 8px 20px;
  }

  .blog-detail-template-page .blogdetailhead .blogbaslik {
    font-size: 23px;
  }
}

/* Authenticated panel: compact and complete mobile navigation. */
@media (max-width: 850px) {
  body.panelbg .panelheader,
  body.panelbg .panelcontent.active .panelheader {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-height: 60px;
    height: 60px;
    margin-left: 0;
    padding: 0 8px;
  }

  body.panelbg .panelheader .burger,
  body.panelbg .panelcontent.active .panelheader .burger {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  body.panelbg .panelheader .saifa {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.panelbg .panelrighrt {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    width: auto;
    height: 60px;
    margin-left: auto;
    padding: 0;
  }

  body.panelbg .panelrighrt .panel-header-theme,
  body.panelbg .panelrighrt .bakiyeekle {
    display: none;
  }

  body.panelbg .panelheader .languagebtn,
  body.panelbg .panelrighrt .languagebtn {
    display: block !important;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 11px;
  }

  body.panelbg .panelheader .languagebtn.panel-currency {
    flex-basis: 66px;
    width: 66px;
    min-width: 66px;
  }

  body.panelbg .panelheader .languagebtn .header-dropdown-trigger {
    justify-content: center;
    padding: 5px 16px 5px 5px;
  }

  body.panelbg .panelheader .languagebtn .icon {
    display: flex;
    width: 26px;
    height: 26px;
  }

  body.panelbg .panelheader .languagebtn:not(.panel-currency) .texs,
  body.panelbg .panelheader .panel-currency .icon {
    display: none;
  }

  body.panelbg .panelheader .panel-currency .header-dropdown-trigger {
    padding-left: 7px;
  }

  body.panelbg .panelheader .panel-currency .texs {
    display: block;
    min-height: 0;
    padding: 0;
  }

  body.panelbg .panelheader .panel-currency .texs h2 {
    max-width: 42px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.panelbg .panelheader .languagebtn .header-dropdown-trigger > .ri-arrow-down-s-line {
    top: 50%;
    right: 4px;
    font-size: 13px;
    transform: translateY(-50%);
  }

  body.panelbg .panelheader .languagebtn.is-open .header-dropdown-trigger > .ri-arrow-down-s-line {
    transform: translateY(-50%) rotate(180deg);
  }

  body.panelbg .panelheader .panelaccount {
    flex: 0 0 48px;
    order: 5;
    width: 48px;
    min-width: 48px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.panelbg .panelheader .panelaccount .hxs {
    position: relative;
    justify-content: flex-start;
    width: 48px;
    height: 44px;
    padding: 4px 12px 4px 0;
    cursor: pointer;
  }

  body.panelbg .panelheader .panelaccount .usericon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0;
  }

  body.panelbg .panelheader .panelaccount .username {
    display: none;
  }

  body.panelbg .panelheader .panelaccount .arrowicon {
    top: 12px;
    right: -1px;
    width: 18px;
    height: 20px;
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
  }

  body.panelbg .panelheader .panelaccountarea {
    top: calc(100% + 7px);
    right: 0;
    width: min(260px, calc(100vw - 16px));
  }

  body.panelbg .burgermenu {
    top: 60px;
    flex-direction: column;
    width: 100%;
    height: calc(100dvh - 60px);
    min-height: 0;
    max-height: calc(100dvh - 60px);
    overflow: hidden;
  }

  body.panelbg .panelcontent.active .burgermenu {
    display: flex;
  }

  body.panelbg .panelcontent:not(.active) .burgermenu {
    display: none;
  }

  body.panelbg .burgermenu .logoburger {
    flex: 0 0 70px;
    height: 70px;
    min-height: 70px;
  }

  body.panelbg .burgermenu > ul,
  body.panelbg .burgermenu > ul.active {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    height: auto;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.panelbg .burgermenu ul li.panel-sidebar-tools {
    position: sticky;
    z-index: 4;
    bottom: 0;
    flex: 0 0 auto;
    min-height: 60px;
    margin-top: auto;
    padding: 8px 10px;
    border-top: 1px solid var(--smm-border);
    background: var(--smm-card);
  }

  body.panelbg .panelcontent.active .burgermenu ul li.panel-sidebar-tools .smediam {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 374.98px) {
  body.panelbg .panelheader .saifa {
    font-size: 12px;
  }

  body.panelbg .panelheader .languagebtn.panel-currency {
    flex-basis: 60px;
    width: 60px;
    min-width: 60px;
  }
}

/* Authenticated panel: mobile card alignment and stable sidebar overlay. */
@media (max-width: 850px) {
  html.panel-mobile-menu-open,
  body.panelbg.panel-mobile-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.panelbg .panelheader,
  body.panelbg .panelcontent.active .panelheader {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  body.panelbg .panelrighrt {
    gap: 7px;
  }

  body.panelbg .panelheader .languagebtn,
  body.panelbg .panelrighrt .languagebtn {
    flex-basis: 54px;
    width: 54px;
    min-width: 54px;
    height: 46px;
    min-height: 46px;
    border: 1px solid var(--smm-border);
    border-radius: 14px;
    background: var(--smm-card);
    box-shadow: 0 6px 18px rgba(32, 56, 85, .08);
  }

  body.panelbg .panelheader .languagebtn.panel-currency {
    flex-basis: 86px;
    width: 86px;
    min-width: 86px;
  }

  body.panelbg .panelheader .languagebtn .header-dropdown-trigger {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 6px 22px 6px 7px;
    border-radius: inherit;
  }

  body.panelbg .panelheader .languagebtn .icon {
    width: 31px;
    height: 31px;
  }

  body.panelbg .panelheader .panel-currency .header-dropdown-trigger {
    padding: 7px 25px 7px 12px;
  }

  body.panelbg .panelheader .panel-currency .texs {
    width: 100%;
  }

  body.panelbg .panelheader .panel-currency .texs h2 {
    max-width: 49px;
    font-size: 12px;
    font-weight: 700;
  }

  body.panelbg .panelheader .languagebtn .header-dropdown-trigger > .ri-arrow-down-s-line {
    right: 7px;
    width: 14px;
    font-size: 15px;
    color: var(--smm-muted);
  }

  body.panelbg .panelheader .panelaccount {
    flex-basis: 56px;
    width: 56px;
    min-width: 56px;
    height: 46px;
    min-height: 46px;
    border: 1px solid var(--smm-border);
    border-radius: 14px;
    background: var(--smm-card);
    box-shadow: 0 6px 18px rgba(32, 56, 85, .08);
  }

  body.panelbg .panelheader .panelaccount .hxs {
    width: 56px;
    height: 46px;
    padding: 4px 20px 4px 4px;
    border-radius: inherit;
  }

  body.panelbg .panelheader .panelaccount .usericon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  body.panelbg .panelheader .panelaccount .arrowicon {
    top: 50%;
    right: 4px;
    width: 16px;
    height: 22px;
    color: var(--smm-muted);
    font-size: 15px;
    line-height: 22px;
    transform: translateY(-50%);
  }

  body.panelbg .panelheader .languagebtn:hover,
  body.panelbg .panelheader .languagebtn.is-open,
  body.panelbg .panelheader .panelaccount:hover,
  body.panelbg .panelheader .panelaccount.is-open {
    border-color: rgba(22, 119, 255, .35);
    box-shadow: 0 8px 22px rgba(22, 119, 255, .12);
  }

  body.panelbg .burgermenu,
  body.panelbg .panelcontent.active .burgermenu {
    z-index: 1190;
    isolation: isolate;
    background: var(--smm-card);
    overscroll-behavior: contain;
  }

  body.panelbg .burgermenu > ul,
  body.panelbg .burgermenu > ul.active {
    background: var(--smm-card);
    -webkit-overflow-scrolling: touch;
  }

  body.panelbg .burgermenu ul li.panel-sidebar-tools {
    z-index: 3;
    width: 100%;
    padding: 8px 10px;
  }

  body.panelbg .panelcontent.active .burgermenu ul li.panel-sidebar-tools .smediam {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 0;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  body.panelbg .panel-sidebar-tools .smediam > a,
  body.panelbg .panel-sidebar-tools .smediam > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 50px;
    margin: 0;
    padding: 0;
  }

  body.panelbg .panel-sidebar-tools .smediam > a > .media,
  body.panelbg .panel-sidebar-tools .smediam > button.media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 50px !important;
    margin: 0;
    border: 1px solid var(--smm-border);
    border-radius: 12px;
    background: var(--smm-soft-primary);
    color: var(--smm-primary);
  }
}

@media (max-width: 374.98px) {
  body.panelbg .panelheader,
  body.panelbg .panelcontent.active .panelheader {
    gap: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }

  body.panelbg .panelrighrt {
    gap: 4px;
  }

  body.panelbg .panelheader .languagebtn,
  body.panelbg .panelrighrt .languagebtn {
    flex-basis: 50px;
    width: 50px;
    min-width: 50px;
  }

  body.panelbg .panelheader .languagebtn.panel-currency {
    flex-basis: 76px;
    width: 76px;
    min-width: 76px;
  }

  body.panelbg .panelheader .panelaccount,
  body.panelbg .panelheader .panelaccount .hxs {
    flex-basis: 52px;
    width: 52px;
    min-width: 52px;
  }
}

/* Authenticated panel: one consistent content start below the mobile header. */
@media (max-width: 850px) {
  body.panelbg .panelarea,
  body.panelbg .panelcontent .panelarea,
  body.panelbg .panelcontent.active .panelarea,
  body.panelbg:has(.ticket-detail-page) .panelarea,
  body.panelbg.ticket-detail-body .panelarea {
    margin-top: 60px !important;
  }

  body.panelbg .margintoppanel,
  body.panelbg .orders-page,
  body.panelbg .funds-page,
  body.panelbg:has(.ticket-detail-page) .margintoppanel,
  body.panelbg.ticket-detail-body .margintoppanel {
    margin-top: 0 !important;
  }

  body.panelbg .deposit-page-payments {
    gap: 12px;
  }

  body.panelbg .deposit-page-payments > nav .nav {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  body.panelbg .service-unified-modal .modal-dialog {
    margin: 72px auto 12px;
  }

  body.panelbg .service-unified-modal .modal-body {
    max-height: calc(100dvh - 270px);
  }

  body.panelbg .neworder-layout-row {
    width: 100%;
  }

  body.panelbg .neworder-form-card,
  body.panelbg .neworder-information-card {
    width: calc(100% + 1.5rem) !important;
    max-width: none !important;
  }
}

/* Keep the brand logo visible on dark backgrounds. */
html.dark .logoburger .sidebar-logo,
body.dark-mode .logoburger .sidebar-logo {
  filter: brightness(0) invert(1);
}

/* Authenticated panel: stable right-to-left layout. */
html[dir="rtl"] body.panelbg {
  overflow-x: hidden;
}

html[dir="rtl"] body.panelbg .panelheader {
  direction: rtl;
}

html[dir="rtl"] body.panelbg .panelheader .burger {
  margin-right: 20px;
  margin-left: 0;
}

html[dir="rtl"] body.panelbg .panelheader .saifa {
  margin-right: 14px;
  margin-left: 0;
  text-align: right;
}

html[dir="rtl"] body.panelbg .panelrighrt {
  margin-right: auto;
  margin-left: 0;
  padding-right: 0;
  padding-left: 28px;
}

html[dir="rtl"] body.panelbg .panelaccount .hxs,
html[dir="rtl"] body.panelbg .panelaccountarea .hs {
  direction: rtl;
}

html[dir="rtl"] body.panelbg .panelaccount {
  padding-right: 20px;
  padding-left: 64px;
}

html[dir="rtl"] body.panelbg .panelaccount .usericon,
html[dir="rtl"] body.panelbg .panelaccount .username {
  float: right;
}

html[dir="rtl"] body.panelbg .panelaccount .username {
  padding-right: 12px;
  padding-left: 0;
  text-align: right;
}

html[dir="rtl"] body.panelbg .panelaccount .arrowicon {
  right: auto;
  left: 15px;
}

html[dir="rtl"] body.panelbg .panelaccountarea ul li,
html[dir="rtl"] body.panelbg .panelaccountarea ul li a {
  text-align: right;
}

html[dir="rtl"] body.panelbg .panelaccountarea ul li i {
  margin-right: 0;
  margin-left: 13px;
}

html[dir="rtl"] body.panelbg .panelheader .bakiyeekle i {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] body.panelbg .languagebtn .header-dropdown-trigger {
  padding: 6px 8px 6px 30px;
  text-align: right;
}

html[dir="rtl"] body.panelbg .languagebtn .texs {
  padding-right: 8px;
  padding-left: 18px;
}

html[dir="rtl"] body.panelbg .languagebtn .header-dropdown-trigger > .ri-arrow-down-s-line {
  right: auto;
  left: 8px;
}

html[dir="rtl"] body.panelbg .languagebtn .languagemenuarea {
  right: auto;
  left: 0;
}

html[dir="rtl"] body.panelbg .languagemenuarea ul li a {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] body.panelbg .burgermenu {
  right: 0;
  left: auto;
  border-right: 0;
  border-left: 1px solid var(--smm-border);
}

html[dir="rtl"] body.panelbg .burgermenu ul::after {
  right: 52px;
  left: auto;
}

html[dir="rtl"] body.panelbg .burgermenu ul li span,
html[dir="rtl"] body.panelbg .burgermenu .logoburger .sektor,
html[dir="rtl"] body.panelbg .panelcontent .burgermenu ul li .smediam {
  transform: translateX(8px);
}

html[dir="rtl"] body.panelbg .panelcontent.active .burgermenu ul li span,
html[dir="rtl"] body.panelbg .panelcontent.active .burgermenu .logoburger .sektor,
html[dir="rtl"] body.panelbg .panelcontent.active .burgermenu ul li .smediam {
  transform: translateX(0);
}

html[dir="rtl"] body.panelbg .neworder-page,
html[dir="rtl"] body.panelbg .neworder-form-card,
html[dir="rtl"] body.panelbg .neworder-information-card {
  text-align: right;
}

html[dir="rtl"] body.panelbg .neworder-platforms .itembuton {
  justify-content: flex-start;
  text-align: right;
}

html[dir="rtl"] body.panelbg .mediabutons .titlepanel {
  padding-right: 0;
  padding-left: 15px;
}

html[dir="rtl"] body.panelbg .mediabutons .titlepanel .text {
  margin-right: 15px;
  margin-left: 0;
}

html[dir="rtl"] body.panelbg .newordersip .title i {
  margin-right: 0;
  margin-left: 5px;
}

@media (min-width: 851px) {
  html[dir="rtl"] body.panelbg .panelarea {
    float: left;
  }

  html[dir="rtl"] body.panelbg .panelheader {
    right: var(--sidebar-collapsed);
    left: 0;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    transition: right .26s ease;
  }

  html[dir="rtl"] body.panelbg .panelcontent.active .panelheader {
    right: var(--sidebar-expanded);
    left: 0;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  html[dir="rtl"] body.panelbg .panelcontent.active .burger {
    margin-right: 20px;
    margin-left: 0;
  }
}

@media (max-width: 850px) {
  html[dir="rtl"] body.panelbg .panelheader,
  html[dir="rtl"] body.panelbg .panelcontent.active .panelheader {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }

  html[dir="rtl"] body.panelbg .panelheader .burger,
  html[dir="rtl"] body.panelbg .panelcontent.active .panelheader .burger {
    margin: 0;
  }

  html[dir="rtl"] body.panelbg .panelheader .saifa {
    margin: 0;
  }

  html[dir="rtl"] body.panelbg .panelrighrt {
    margin-right: auto;
    margin-left: 0;
    padding: 0;
  }

  html[dir="rtl"] body.panelbg .panelheader .languagebtn .header-dropdown-trigger {
    padding: 6px 7px 6px 22px;
  }

  html[dir="rtl"] body.panelbg .panelheader .panel-currency .header-dropdown-trigger {
    padding: 7px 12px 7px 25px;
  }

  html[dir="rtl"] body.panelbg .panelheader .languagebtn .header-dropdown-trigger > .ri-arrow-down-s-line {
    right: auto;
    left: 7px;
  }

  html[dir="rtl"] body.panelbg .panelheader .panelaccount {
    padding: 0;
  }

  html[dir="rtl"] body.panelbg .panelheader .panelaccount .hxs {
    justify-content: flex-start;
    padding: 4px 4px 4px 20px;
  }

  html[dir="rtl"] body.panelbg .panelheader .panelaccount .arrowicon {
    right: auto;
    left: 4px;
  }

  html[dir="rtl"] body.panelbg .panelheader .panelaccountarea {
    right: auto;
    left: 0;
  }

  html[dir="rtl"] body.panelbg .burgermenu,
  html[dir="rtl"] body.panelbg .panelcontent.active .burgermenu {
    right: 0;
    left: 0;
    width: 100%;
    border-left: 0;
  }

  html[dir="rtl"] body.panelbg .panelarea,
  html[dir="rtl"] body.panelbg .panelcontent .panelarea,
  html[dir="rtl"] body.panelbg .panelcontent.active .panelarea {
    float: none;
    width: 100%;
  }
}
