@charset "UTF-8";

body, html {
  scrollbar-color: #ddd #f7f8f9;
  scrollbar-width: auto
}

html.dark, html.dark body {
  scrollbar-color: #171717 #000;
  scrollbar-width: auto
}

.pagination .active a {
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  color: #d0a933 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}

html.dark .pagination .active a {
  background-color: #020202;
}

.dashboard-root section nav {
  transform: translatex(0) translatey(0)
}

.pagination li a {
  background-color: #fff;
  color: #000;
  border-color: #fff !important;
  border-width: 2px !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 35px !important
}

html.dark .pagination li a {
  background-color: #020202;
  color: #fff;
}

.dashboard-root nav ul {
  transform: translatex(0) translatey(0)
}

.dashboard-root .container-fluid section .container nav .pagination li a {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important
}

.dashboard-root section .container {
  transform: translatex(0) translatey(0)
}

.pagination .active a:hover {
  background-color: #d0a933 !important;
  color: #fff !important
}

.pagination .active a:active {
  color: #fff !important;
  background-color: #d0a933 !important
}

html {
  --main-bg: #FFF;
  --second-bg: #FFFFFF;
  --dash-bg: #ececec;
  --white-text: #000;
  --main-color: #ffffff;
  --main-trans: rgb(208, 169, 51, .15);
  --border: #DDD
}

html.dark {
  --main-bg: #000000;
  --second-bg: #171717;
  --dash-bg: #202020;
  --white-text: #ffffff;
  --main-color: #d0a933;
  --main-trans: rgb(208, 169, 51, .15);
  --border: #2b2b2b
}

.dev-mode {
  display: none !important;
  opacity: 0 !important;
  z-index: -3 !important;
  transform: translate(-200%, -200%) scale(0)
}

@media (min-width:992px) and (max-width:1500px) {
  html {
    zoom: .8
  }
}

.p-color {
  color: #d0a933 !important
}

.s-color {
  color: #d0a933 !important
}

.i-color {
  color: #d0a933 !important
}

.w-color {
  color: #d0a933 !important
}

.d-color {
  color: #d0a933 !important
}

.alert {
  font-weight: 500;
  border: none;
  outline: 0;
  border-radius: 10px !important
}

.hidden {
  display: none !important
}

body, html {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: var(--white-text)
}

body {
  background-color: var(--main-bg);
  width: 100%;
  overflow-x: hidden
}

body.stop-body {
  overflow: hidden
}

.root .app-content {
  padding-top: 100px
}

@media (min-width:992px) {
  .root .app-content {
    padding-top: 160px
  }
}

.container {
  max-width: 1200px
}

.app-content {
  min-height: 100vh
}

hr {
  color: var(--border)
}

.btn {
  border: none;
  color: var(--white-text);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-text);
  padding: 14px 20px
}

.btn.btn-block {
  width: 100%;
  display: block
}

.btn.btn-sm {
  padding: 12px 16px;
  border-radius: 8px !important
}

@media (min-width:992px) {
  .btn.btn-sm {
    padding: 10px 10px;
    border-radius: 12px !important
  }
}

@media (min-width:992px) {
  .btn {
    padding: 18px 25px
  }
}

.btn:hover {
  color: var(--white-text)
}

#header .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center
}

#header .btn-primary span {
  top: 0
}

.btn-primary {
  background-color: #e3a900
}

.btn-primary:hover {
  background-color: #ffbd00
}

.btn.btn-primary {
  border-radius: 10px;
  color: var(--main-color);
  border: 2px solid transparent;
}

html.dark .btn.btn-primary {
  border: 1px solid var(--main-color)
}

html.dark .btn.btn-primary {
  background: linear-gradient(45deg, #202020, #000)
}

.btn.btn-primary:hover {
  box-shadow: 0 0 5px #d0a933
}

.btn.btn-primary.btn-border {
  border: 1px solid #d0a933;
  box-shadow: none;
  color: var(--main-bg)
}

.btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: 0 0 0 .25rem #d0a933
}

.btn.btn-default {
  background: #ee5b5b;
  border-radius: 15px;
  color: #000;
  margin-right: 10px
}

.btn.btn-default:hover {
  background: #ad4747
}

.btn.btn-default.btn-border {
  border: 1px solid #ad4747;
  box-shadow: none;
  color: #000
}

.btn.btn-default.btn-border:hover {
  background: #ad4747
}

.btn.btn-default:active, .btn.btn-default:focus {
  box-shadow: 0 0 0 .25rem #ad4747
}

.btn.btn-secondary {
  background: #d0a933;
  box-shadow: 0 0 5px #d0a933;
  border-radius: 10px;
  color: #000
}

.btn.btn-secondary:hover {
  background: #d0a933
}

.btn.btn-dns {
  background: #d0a933;
  border-radius: 10px;
  color: #fff
}

.btn.btn-dns:hover {
  background: #d0a933
}

.btn.btn-secondary.btn-border {
  background: #d0a933;
  border: 3px solid #d0a933;
  box-shadow: 0 0 5px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%);
  color: #000
}

.btn.btn-secondary.btn-border:hover {
  background: #d0a933;
  color: #000
}

.btn.btn-secondary:active, .btn.btn-secondary:focus {
  box-shadow: 0 0 0 .15rem #d0a933
}

.btn-info {
  border-radius: 10px
}

.btn.btn-info.btn-border {
  background: #d0a933;
  border: 1px solid #d0a933;
  border-radius: 10px;
  box-shadow: none;
  color: #fff
}

.btn.btn-info.btn-border:hover {
  background: #d0a933;
  color: #fff
}

.btn.btn-info:active, .btn.btn-info:focus {
  box-shadow: 0 0 0 .25rem #d0a933
}

.btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

a {
  color: #d0a933;
  text-decoration: none;
  transition: .14s ease;
  text-decoration: none
}

a:hover {
  color: #d0a933
}

.card {
  background: var(--second-bg);
  border-radius: 10px
}

.card .card-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 0
}

.card .card-head-text {
  padding-top: 4px;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-text);
  margin-bottom: 0
}

.card .card-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: var(--border);
  padding: 20px
}

.card-border {
  border: 1px solid var(--border)
}

.divider {
  border-bottom: 1px solid var(--border);
  clear: both
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.form-control, .form-select {
  background: var(--dash-bg);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-text);
  padding: 15px 25px 15px 10px
}

.form-control:read-only {
  background: var(--second-bg);
  border: 1px solid var(--border)
}

.form-control:focus, .form-select:focus {
  outline: 0;
  border-color: transparent;
  background-color: var(--dash-bg);
  color: var(--white-text);
  box-shadow: 0 0 5px #d0a933
}

.form-control:disabled, .form-select:disabled {
  background: var(--dash-bg);
  cursor: not-allowed
}

.form-select {
  position: relative
}

.form-select::after {
  content: "";
  position: absolute;
  display: block;
  color: var(--white-text);
  width: 100px;
  height: 100px
}

.header {
  position: fixed;
  top: 0;
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid rgba(192, 201, 216, .2);
  z-index: 1030;
  transition: .14s ease
}

.header.fixed {
  background-color: rgba(0, 0, 0, .7)
}

@media (min-width:992px) {
  .header.fixed {
    background-color: rgba(0, 0, 0, .5) !important;
    backdrop-filter: blur(30px)
  }

  .header.fixed .nmenu .nmenu-item .nmenu-link {
    padding: 20px 20px
  }
}

.b-menu-wrapper {
  display: block;
  position: fixed;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 30px 30px 0 0;
  padding: 24px 10px;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
  transition: .14s ease;
  transform: translateY(101%);
  opacity: .4
}

.b-menu-wrapper.active {
  transform: translateY(0);
  opacity: 1
}

@media (min-width:992px) {
  .b-menu-wrapper {
    display: block;
    bottom: inherit;
    background-color: transparent;
    position: relative;
    border-radius: 0;
    padding: 0;
    width: 100%;
    transform: none;
    overflow: inherit;
    opacity: 1 !important
  }
}

.sm-header {
  display: block;
  padding: 5px 0;
  transition: .14s ease
}

@media (min-width:992px) {
  .sm-header {
    display: none
  }
}

.menu-btn {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  background-color: #d0a93357;
  color: #d0a933;
  outline: 0;
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.b-menu-close {
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, .2);
  color: var(--white-text);
  outline: 0;
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  z-index: 2000
}

@media (min-width:992px) {
  .b-menu-close {
    display: none
  }
}

.head-right-btns {
  width: 100%;
  display: block;
  margin-bottom: 20px
}

@media (min-width:992px) {
  .head-right-btns {
    display: inline-block;
    margin-top: 15px
  }
}

.nmenu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  gap: 10px;
  padding: 10px 0 20px 0
}

@media (min-width:992px) {
  .nmenu {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 0 0 0
  }
}

.nmenu .nmenu-item {
  position: relative;
  display: flex;
  justify-content: flex-start
}

.nmenu .nmenu-item .nmenu-link {
  font-weight: 600;
  font-size: 23px;
  line-height: 125%;
  color: var(--white-text);
  opacity: .5;
  padding: 7px 20px;
  transition: .14s ease;
  text-decoration: none;
  display: inline-block;
  text-align: left
}

@media (min-width:992px) {
  .nmenu .nmenu-item .nmenu-link {
    padding: 48px 20px;
    display: block;
    font-size: 16px
  }

  .nmenu .nmenu-item .nmenu-link::before {
    display: block;
    background-color: #d0a933 !important
  }
}

.nmenu .nmenu-item .nmenu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  opacity: 0;
  background-color: transparent
}

.nmenu .nmenu-item .nmenu-link:hover {
  opacity: .7
}

.nmenu .nmenu-item .nmenu-link.active {
  opacity: 1
}

.nmenu .nmenu-item .nmenu-link.active::before {
  opacity: 1
}

.home-head {
  margin-top: -86px;
  padding-top: 86px;
  position: relative
}

@media (min-width:992px) {
  .home-head {
    margin-top: -127px;
    padding-top: 127px
  }
}

.home-head .hh-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  z-index: -1
}

.home-head .hh-bg img {
  width: 100%;
  height: auto
}

.home-head .home-head-content {
  position: relative;
  z-index: 5;
  padding: 40px 0 0 0
}

@media (min-width:992px) {
  .home-head .home-head-content {
    padding: 60px 0 0 0
  }
}

.hh-box-title {
  background: #2f3444;
  border: 1px solid #3c4154;
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  color: var(--white-text);
  margin-bottom: 34px
}

.hh-box-title .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-text)
}

@media (min-width:768px) {
  .hh-box-title {
    padding: 16px 25px
  }
}

.hh-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -.03em;
  color: var(--white-text);
  margin-bottom: 15px
}

@media (min-width:992px) {
  .hh-title {
    font-size: 32px;
    line-height: 40px
  }
}

.hh-title span {
  position: relative;
  color: #d0a933
}

.hh-text {
  font-size: 14px;
  line-height: 25px;
  color: #797d89;
  margin-bottom: 40px
}

.hh-image-cover {
  position: relative
}

.hh-image-cover img {
  max-width: 100%
}

.home-login {
  position: relative;
  z-index: 10
}

@media (min-width:992px) {
  .home-login {
    margin-top: -370px
  }
}

.hl-title {
  display: flex;
  align-items: center;
  gap: 20px
}

.hl-title .icon {
  border: 1px solid #3a4259;
  color: var(--white-text);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.hl-title .text {
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: var(--white-text)
}

.dhacc {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  color: var(--white-text)
}

.home-input {
  background: var(--main-bg);
  border-radius: 15px;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-text);
  display: flex;
  align-items: center;
  height: 56px;
  overflow: hidden
}

@media (min-width:768px) {
  .home-input {
    height: 62px
  }
}

@media (min-width:992px) {
  .home-input {
    height: 76px
  }
}

.home-input:focus-within {
  box-shadow: 0 0 5px #d0a933
}

.home-input .icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px
}

.home-input input, .home-input select {
  font-weight: 600;
  color: #929cb7;
  border: none;
  outline: 0;
  background-color: transparent;
  height: 76px;
  flex: 1;
  color: var(--white-text) !important
}

.home-input input::placeholder, .home-input select::placeholder {
  color: #929cb7
}

.home-input input:focus, .home-input select:focus {
  color: var(--white-text)
}

.home-input input:-webkit-autofill, .home-input input:-webkit-autofill:active, .home-input input:-webkit-autofill:focus, .home-input input:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--white-text);
  transition: background-color 5000s ease-in-out 0s
}

.hl-btn {
  width: 56px;
  height: 56px;
  background: #2c3645 !important;
  border: 1px solid #314858 !important;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  font-weight: 400;
  font-size: 24px
}

@media (min-width:768px) {
  .hl-btn {
    height: 62px;
    width: 62px
  }
}

@media (min-width:992px) {
  .hl-btn {
    height: 76px;
    width: 76px
  }
}

.hl-btn-wrapper input[type=checkbox] {
  display: none
}

.hl-btn-wrapper input[type=checkbox]:checked+.hl-btn {
  background-color: #40cbb3 !important
}

.lg-btn {
  padding: 16px 10px
}

@media (min-width:768px) {
  .lg-btn {
    padding: 20px 10px
  }
}

@media (min-width:992px) {
  .lg-btn {
    padding: 24px 10px
  }
}

.htbox {
  position: relative;
  width: 38px;
  height: 38px;
  background: rgba(45, 250, 213, .26);
  border-radius: 10px;
  color: #2dfad5;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px
}

.home-section {
  padding: 80px 0 80px 0;
  position: relative
}

.card-hobo {
  background-image: none;
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 30px
}

@media (min-width:768px) {
  .card-hobo {
    border-radius: 15px
  }
}

@media (min-width:992px) {
  .card-hobo {
    margin-bottom: 0
  }
}

.card-hobo .card-body {
  padding: 24px 22px 32px
}

@media (min-width:768px) {
  .card-hobo .card-body {
    padding: 40px 36px 280px
  }
}

@media (min-width:992px) {
  .card-hobo .card-body {
    padding: 50px 45px 300px
  }
}

.card-hobo .card-body .c-head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 32px
}

.card-hobo .card-body .c-head .icon {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.04em;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.card-hobo .card-body .c-head .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.04em
}

.card-hobo .card-body .c-text {
  background-color: var(--white-text);
  color: var(--white-text);
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -.04em
}

@media (min-width:768px) {
  .card-hobo.card-1 {
    background-image: url(https://storage.perfectcdn.com/ddlgkb/mm9mah9kzil923ff.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
}

.card-hobo.card-1 .c-head .icon {
  background-color: #d0a93320;
  color: #d0a933
}

.card-hobo.card-1 .c-head .title {
  color: #d0a933
}

.card-hobo.card-1 .c-text {
  background: linear-gradient(89.31deg, #d0a93390 4.55%, #d0a93320 69.39%), linear-gradient(0deg, var(--white-text), var(--white-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media (min-width:768px) {
  .card-hobo.card-2 {
    background-image: url(https://storage.perfectcdn.com/ddlgkb/cglxorw2wc0c6b2d.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
}

.card-hobo.card-2 .c-head .icon {
  background-color: #d0a93320;
  color: #d0a933
}

.card-hobo.card-2 .c-head .title {
  color: #d0a933
}

.card-hobo.card-2 .c-text {
  background: linear-gradient(89.31deg, #d0a93390 4.55%, #d0a93320 69.39%), linear-gradient(0deg, var(--white-text), var(--white-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media (min-width:768px) {
  .card-hobo.card-3 {
    background-image: url(https://storage.perfectcdn.com/ddlgkb/e6g8h7tmp3u9oyxu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
}

.card-hobo.card-3 .c-head .icon {
  background-color: #d0a93320;
  color: #d0a933
}

.card-hobo.card-3 .c-head .title {
  color: #d0a933
}

.card-hobo.card-3 .c-text {
  background: linear-gradient(89.31deg, #d0a93390 4.55%, #d0a93320 69.39%), linear-gradient(0deg, var(--white-text), var(--white-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.our-ssto-box {
  background: var(--second-bg);
  box-shadow: 0 47px 100px rgba(0, 0, 0, .02);
  border-radius: 20px;
  padding: 20px
}

@media (min-width:768px) {
  .our-ssto-box {
    padding: 40px 36px;
    border-radius: 30px
  }
}

@media (min-width:992px) {
  .our-ssto-box {
    padding: 80px 70px;
    border-radius: 52px
  }
}

.hbl-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center
}

.hbl-title .hblt-top {
  display: inline-flex;
  align-items: center;
  gap: 18px
}

.hbl-title .hblt-top .htbox {
  background-color: rgba(255, 90, 165, .26);
  color: #ff5aa5
}

.hbl-title .hblt-top .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.04em;
  color: #ff5aa5
}

.hbl-title .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -.04em;
  background: linear-gradient(89.31deg, #d0a93385 4.55%, #d0a93347 69.39%), linear-gradient(0deg, var(--white-text), var(--white-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.dashboard-root {
  position: relative
}

.dashboard-root .app-content {
  padding: 110px 0 80px 0;
  max-width: 100%;
  overflow-x: hidden
}

@media (min-width:768px) {
  .dashboard-root .app-content {
    padding: 100px 0 80px 0
  }
}

@media (min-width:1400px) {
  .dashboard-root .app-content {
    padding: 100px 0 80px 260px
  }
}

.dashboard-root .card .card-body {
  padding: 13px
}

.dashboard-root .card .card-body.x-card {
  max-height: 450px;
  overflow-y: scroll
}

.sidebar-toggle {
  z-index: 9999;
  width: 50px;
  height: 50px;
  background-color: #d0a93361;
  border-radius: 10px;
  color: #d0a933;
  font-size: 28px;
  outline: 0;
  border: none;
  transition: .14s ease
}

.toggle-menu {
  z-index: 9999;
  width: 38px;
  height: 38px;
  background-color: #d0a93361;
  border-radius: 10px;
  color: #d0a933;
  font-size: 18px;
  outline: 0;
  border: none;
  transition: .14s ease;
  position: fixed;
  right: 10px;
  top: 45px
}

@media (min-width:768px) {
  .sidebar-toggle {
    left: 8px;
    top: 24px
  }
}

@media (min-width:992px) {
  .sidebar-toggle {
    left: 30px
  }
}

.sidebar-toggle .menu-bar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.sidebar-toggle .close-i {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.sidebar-toggle .menu-bar {
  transform: scale(1);
  opacity: 1
}

.sidebar-toggle .close-i {
  transform: scale(0);
  opacity: 0
}

.sidebar-toggle.active .close-i {
  transform: scale(1);
  opacity: 1;
  top: -39px
}

.sidebar-toggle.active .menu-bar {
  transform: scale(0);
  opacity: 0
}

@media (min-width:1400px) {
  .sidebar-toggle {
    display: none
  }
}

.sidebar {
  bottom: 0;
  width: 260px;
  transform: translateX(-100%);
  background: var(--second-bg);
  border-right: 1px solid var(--border);
  position: fixed;
  left: 0;
  top: 0;
  transition: .14s ease;
  z-index: 1040
}

.sidebar.active {
  transform: translateX(0)
}

@media (min-width:1400px) {
  .sidebar {
    width: 260px;
    transform: inherit
  }
}

.sidebar .sidebar-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column !important
}

.sidebar-logo {
  padding: 30px 35px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sidebar-logo img {
  max-width: 100%
}

.sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 40px
}

.sidebar-body::-webkit-scrollbar {
  width: 0
}

.sidebar-body::-webkit-scrollbar-track {
  background: var(--second-bg);
  border-radius: 3px
}

.sidebar-body::-webkit-scrollbar-thumb {
  background: #3b4456;
  border-radius: 3px
}

.sidebar-body::-webkit-scrollbar-thumb:hover {
  background: #434e64
}

.sidebar-balance {
  display: flex;
  padding: 14px 28px;
  align-items: center;
  gap: 14px
}

.sidebar-balance .icon {
  border-radius: 10px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: var(--border)
}

.sidebar-balance .s-balance {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--white-text);
  margin-bottom: 0
}

.sidebar-balance .s-fill-balance {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #797d89;
  display: flex;
  align-items: center
}

.sidebar-menu-wrapper {
  padding: 0 0 20px 0
}

.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none
}

.sidebar-menu .s-menu-item {
  padding: 3px 35px;
  position: relative
}

.sidebar-menu .s-menu-item::before {
  content: "";
  position: absolute;
  width: 0;
  background-color: #d0a933;
  box-shadow: 0 4px 25px #d0a933;
  height: 100%;
  top: 0;
  right: 0
}

.sidebar-menu .s-menu-item.active::before {
  width: 5px
}

.sidebar-menu .s-menu-item.active .s-menu-link {
  color: #d0a933;
  border: 1.5px solid #d0a933;
  border-radius: 15px;
  padding-left: 15px
}

html.dark .sidebar-menu .s-menu-item.active .s-menu-link {
  background-color: var(--main-trans)
}

.sidebar-menu .s-menu-link {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-text);
  align-items: center;
  padding: 14px 0;
  border: 1.5px solid transparent;
  transition: .14s ease
}

.sidebar-menu .s-menu-link:hover {
  color: #d0a933;
  border: 1.5px solid #d0a933;
  border-radius: 10px;
  padding-left: 15px
}

html.dark .sidebar-menu .s-menu-link:hover {
  background: linear-gradient(45deg, #202020, #000)
}

.sidebar-menu .s-menu-link .icon {
  width: 48px;
  font-size: 24px;
  display: flex;
  align-items: center
}

.sidebar-menu .s-menu-link .text {
  font-weight: 600
}

.sidebar-signout-wrapper {
  padding: 0 35px
}

.d-header {
  position: fixed;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 1031;
  border-bottom: 1px solid transparent;
  transition: .14s ease
}

.d-header .row.head-row {
  margin-left: -6px;
  margin-right: -6px
}

.d-header .row.head-row .col-item {
  padding-left: 6px;
  padding-right: 6px
}

@media (min-width:768px) {
  .d-header .row.head-row {
    margin: 0 -10px
  }

  .d-header .row.head-row>* {
    padding: 0 10px
  }
}

@media (min-width:1400px) {
  .d-header .row.head-row {
    margin: 0 -15px
  }

  .d-header .row.head-row>* {
    padding: 0 15px
  }
}

@media (min-width:768px) {
  .d-header {
    left: 0
  }
}

@media (min-width:1400px) {
  .d-header {
    left: 260px
  }
}

.d-header.fixed {
  padding: 14px 0;
  background-color: var(--second-bg);
  border-color: var(--border)
}

.d-header .page-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: var(--white-text);
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%
}

@media (min-width:992px) {
  .container-fluid {
    padding: 0 30px
  }
}

@media (min-width:1200px) {
  .container-fluid {
    padding: 0 40px
  }
}

@media (min-width:1400px) {
  .container-fluid {
    padding: 0 50px
  }
}

.d-dropdown {
  display: inline-block
}

.d-dropdown .btn {
  padding: 0;
  display: inline-flex;
  align-items: center;
  background-color: transparent !important
}

@media (min-width:768px) {
  .d-dropdown .btn {
    gap: 15px
  }

  .d-dropdown .btn .icon {
    width: 52px;
    height: 52px;
    font-size: 24px
  }
}

.d-dropdown .btn:focus {
  box-shadow: none
}

.d-dropdown .btn .icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400
}

.d-dropdown .btn .icon.c-1 {
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%);
  background-color: #ffbd00;
  color: #000
}

.d-dropdown .btn .icon.c-1:hover {
  background-color: transparent
}

.d-dropdown .btn .icon.c-2 {
  background-color: rgba(255, 90, 165, .26);
  color: #ff5aa5
}

.d-dropdown .btn .icon.user-avatar {
  overflow: hidden
}

.d-dropdown .btn .icon.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.d-dropdown .btn .title {
  font-size: 15px;
  line-height: 19px;
  color: var(--white-text);
  align-items: center;
  gap: 6px;
  display: none
}

.d-dropdown .btn .title span {
  font-weight: 600
}

@media (min-width:768px) {
  .d-dropdown .btn .title {
    display: flex
  }
}

.d-dropdown .btn .info {
  font-weight: 600;
  margin-top: 4px;
  font-size: 14px;
  line-height: 17px;
  color: #797d89;
  display: none !important
}

@media (min-width:992px) {
  .d-dropdown .btn .info {
    display: flex !important
  }
}

.d-dropdown .btn::after {
  content: "";
  display: none
}

.dropdown-menu {
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 10px 0
}

.dropdown-menu .dropdown-item {
  color: var(--white-text);
  padding: 6px 24px
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, .1)
}

#PageTitle {
  display: none
}

.d-icon {
  width: 25.2px;
  height: 25.2px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: transform .3s
}

.d-icon:hover {
  transform: scale(1.1)
}

.dark .d-icon.i-primary {
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.d-icon.i-primary {
  box-shadow: 0 4px 16px rgb(176 171 182 / 32%), inset 0 1px 0 rgb(166 166 166 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dark .d-icon.i-secondary {
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.d-icon.i-secondary {
  box-shadow: 0 4px 16px rgb(176 171 182 / 32%), inset 0 1px 0 rgb(166 166 166 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dark .d-icon.i-info {
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.d-icon.i-info {
  box-shadow: 0 4px 16px rgb(176 171 182 / 32%), inset 0 1px 0 rgb(166 166 166 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dark .d-icon.i-warning {
  color: #fff;
  background-color: var(--main-trans)
}

.dark .d-icon.i-danger {
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.d-icon.i-danger {
  box-shadow: 0 4px 16px rgb(176 171 182 / 32%), inset 0 1px 0 rgb(166 166 166 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dropdown-toggle::after {
  display: none
}

.dashboard-head-wrapper {
  position: relative;
  margin-bottom: 15px
}

.dashboard-head-wrapper .dashboard-head {
  border-radius: 10px;
  background-color: var(--second-bg);
  position: relative
}

.dashboard-head-wrapper .dhead-body {
  position: relative;
  z-index: 6;
  padding: 20px
}

.dashboard-head::before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-image: url('da scegliere');
  display: none
}

.dashboard-head .mascot-img {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  height: 100%
}

@media (min-width:768px) {
  .dashboard-head::before {
    display: block
  }

  .dashboard-head .mascot-img {
    display: block
  }

  .dashboard-head-wrapper .dhead-body {
    padding: 25px 35px;
    max-width: 60%
  }
}

@media (min-width:992px) {
  .dashboard-head-wrapper .dhead-body {
    padding: 25px 25px;
    max-width: 55%
  }

  .dashboard-head .mascot-img {
    right: 0
  }
}

@media (min-width:1600px) {
  .dashboard-head-wrapper .dhead-body {
    padding: 30px 50px;
    max-width: 55%
  }

  .dashboard-head .mascot-img {
    right: 80px
  }
}

.dashboard-head-wrapper .dhead-body .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-text);
  margin-bottom: 14px
}

.dashboard-head-wrapper .dhead-body .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #797d89;
  margin-bottom: 0
}

.dashboard-head-wrapper .dhead-body .text a {
  color: #d0a933
}

.dashboard-head-wrapper .dhead-body .text-2 {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: var(--white-text);
  margin-bottom: 0
}

.dh-icon {
  color: #d0a933;
  background-color: var(--main-trans);
  border-radius: 10px;
  position: relative;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400
}

.dh-icon.icon-danger, .dh-icon.icon-info, .dh-icon.icon-secondary {
  box-shadow: 0 4px 16px rgb(189 168 210 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dark .dh-icon.icon-info {
  border-radius: 100px;
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dark .dh-icon.icon-secondary {
  border-radius: 100px;
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%)
}

.dark .dh-icon.icon-danger {
  color: #ee5b5b;
  background-color: rgba(238, 91, 91, .25)
}

.d-hello-card {
  position: relative
}

.d-hello-card .card-body {
  padding: 20px;
  margin-bottom: -20px
}

@media (min-width:992px) {
  .d-hello-card .card-body {
    padding: 32px 34px
  }
}

.d-hello-card .d-hello--item {
  display: flex;
  gap: 15px;
  height: 65px;
  width: 250px;
  align-items: center;
  margin-bottom: 18px
}

.d-hello-card .d-hello--item .dh-right .text-1 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: var(--white-text)
}

.d-hello-card .d-hello--item .dh-right .text-2 {
  width: 250px;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: var(--white-text)
}

.d-hello-card .d-hello--item .dh-right .text-3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: var(--white-text)
}

.d-cat-row {
  display: block
}

.d-cat-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-text)
}

.d-cat-btn {
  position: relative;
  display: inline-flex;
  border-radius: 10px;
  width: 100px;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: var(--white-text);
  outline: 0;
  border: 1px solid var(--border);
  transition: .14s ease;
  cursor: pointer;
  background: var(--dash-bg)
}

.d-cat-btn.active {
  background-color: #d0a933;
  color: #d0a933;
  border-color: #d0a933
}

.d-cat-btn:hover {
  background: linear-gradient(45deg, #202020, #000);
  color: #d0a933;
  border-color: #d0a933
}

.d-cat-btn .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center
}

.d-cat-btn .icon {
  font-size: 24px
}

.d-cat-col-right {
  position: relative
}

#new-order-cats .swiper-slide {
  width: auto
}

.no-nav {
  overflow-y: auto
}

.nav-new-order {
  margin: -5px 0;
  padding: 0;
  justify-content: space-between;
  align-items: center
}

.glow-btn:hover, .temp-glow:hover {
  background: 0 0
}

html.dark .glow-btn:hover, html.dark .temp-glow:hover {
  background: #d0a933
}

.nav-new-order .nav-item {
  padding: 5px 0
}

.nav-new-order .nav-item .nav-link {
  padding: 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #797d89;
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-new-order .nav-item .nav-link .text {
  font-weight: 600
}

.nav-new-order .nav-item .nav-link .d-icon {
  background-color: rgba(121, 125, 137, .1);
  color: #797d89
}

.nav-new-order .nav-item .nav-link.active {
  background-color: transparent;
  color: #5ad7ff
}

.nav-new-order .nav-item .nav-link.active .d-icon {
  background-color: rgba(90, 215, 255, .1);
  color: #5ad7ff
}

.no-serds .service-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px
}

.no-serds .no-ser-box {
  background: var(--dash-bg);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-text);
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 10px;
  margin-bottom: 20px;
  gap: 10px
}

@media (max-width:992px) {
  .no-serds .no-ser-box {
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 5px 16px 5px 7px
  }
}

.no-serds .no-ser-box.long-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-text);
  padding: 30px
}

@media (max-width:992px) {
  .no-serds .no-ser-box.long-text {
    padding: 15px
  }
}

.no-serds .no-ser-box.long-text>div {
  word-wrap: break-word !important;
  max-width: 100%
}

.no-serds .no-ser-box .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-text);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: max-content
}

#s_time {
  white-space: nowrap
}

#s_time br {
  display: none
}

.no-serds .no-ser-box .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto
}

.no-serds .no-ser-box .title-sample-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-text);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 110px
}

.search-services {
  height: 56px;
  position: relative
}

.search-services:focus-within .icon {
  color: var(--white-text)
}

.search-services .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #92969d;
  transition: .14s ease
}

.search-services .textbox {
  width: calc(100% - 40px);
  margin-left: 40px;
  height: 40px;
  background-color: transparent;
  outline: 0;
  border: none;
  color: var(--white-text);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px
}

.search-services .textbox::placeholder {
  color: #92969d
}

.sp-service-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: var(--white-text);
  margin-bottom: 30px;
  display: flex;
  align-items: center
}

.sp-service-title img {
  width: 24px;
  height: 24px;
  margin-right: 7px
}

@media (max-width:991.98px) {
  .sp-service-title {
    font-size: 14px;
    margin-bottom: 17px
  }
}

.s-row {
  display: flex;
  align-items: center;
  gap: 10px
}

.s-row.s-title {
  font-weight: 600;
  display: none
}

.s-title-wrapper {
  padding: 0
}

@media (min-width:992px) {
  .s-row.s-title {
    display: flex
  }
}

.s-col {
  flex: 0 0 auto
}

@media (min-width:992px) {
  .s-col {
    flex: 0 0 50px;
    width: 50px
  }

  .s-col.s-col-sm {
    flex: 0 0 70px;
    width: 70px
  }

  .s-col.s-col-md {
    flex: 0 0 100px;
    width: 100px
  }

  .s-col.s-col-lg {
    flex: 0 0 180px;
    width: 180px
  }

  .s-col.s-title {
    flex: 1 0 0;
    width: auto
  }
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.services-wrapper .si-wrapper {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:768px) {
  .services-wrapper .si-wrapper {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width:992px) {
  .services-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0
  }

  .services-wrapper .si-wrapper {
    width: 100%
  }
}

.service-item {
  padding: 20px 20px;
  border: 1px solid var(--border);
  background: var(--second-bg);
  border-radius: 15px;
  margin-bottom: 20px
}

@media (min-width:992px) {
  .service-item {
    padding: 0 0 !important
  }
}

@media (max-width:992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center
  }

  .service-item .btn-fav {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: rgba(255, 90, 165, .18);
    color: #ff5aa5;
    border: 1px solid #ff5aa5
  }

  .service-item .s-col-avtime {
    width: 100%;
    text-align: center
  }

  .service-item .s-col-btn {
    flex: 1
  }

  .service-item .s-col {
    padding: 6px 0
  }

  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    font-size: 13px
  }

  .service-item .s-col-fav {
    order: 100
  }

  .service-item .s-col-id {
    width: 100%;
    text-align: center
  }

  .service-item .s-title {
    width: 100%;
    text-align: left
  }

  .service-item .s-col-c {
    width: 35%;
    text-align: center
  }

  .service-item .s-col-m {
    width: 20%;
    text-align: center
  }
}

@media (min-width:992px) {
  .service-item {
    border: none;
    background-color: none
  }
}

.service-item+.service-item {
  border-top: 1px solid var(--border)
}

.sp-serv-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px
}

.sp-serv-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: var(--white-text)
}

@media (min-width:992px) {
  .sp-serv-sm {
    color: var(--white-text) 7f;
    font-size: 14px
  }
}

.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px
}

.orlc.prices {
  color: var(--main-bg);
  background-color: #d0a933
}

.orlc.min {
  color: #d0a933;
  font-size: 12px;
  background-color: #d0a9331a
}

.orlc.max {
  color: #d0a933;
  font-size: 12px;
  background-color: #d0a9331a
}

.sp-services .card {
  margin-bottom: 30px;
  border: none;
  background-color: transparent
}

@media (min-width:992px) {
  .sp-services .card {
    border: 1px solid var(--border);
    background: var(--second-bg)
  }
}

.af-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-text);
  margin-bottom: 0
}

.card-af-top {
  margin-bottom: 30px
}

.af-nav, .af-nav-1 {
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%
}

.af-nav a, .af-nav-1 a {
  color: var(--white-text) !important
}

.af-nav .nav-item.active {
  background: var(--main-color);
  border-radius: 10px;
  padding: 10px 15px
}

.af-nav-1 .nav-item.active {
  border-radius: 10px;
  padding: 10px 15px
}

html.dark .af-nav-1 .nav-item.active {
  background: var(--main-color)
}

.af-nav .nav-item, .af-nav-1 .nav-item {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  border: 2px solid transparent
}

.af-nav .nav-link, .af-nav-1 .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 20px;
  color: var(--white-text);
  border-radius: 10px;
  border: 1px solid transparent
}

.af-nav .nav-link.active, .af-nav-1 .nav-link.active {
  background: #ffbd00;
  color: var(--main-color);
  border: 1px solid var(--main-color)
}

html.dark .af-nav .nav-link.active, html.dark .af-nav-1 .nav-link.active {
  background: linear-gradient(45deg, #202020, #000)
}

.af-nav-pay {
  display: flex;
  margin: 0 0 10px 0 !important;
  justify-content: space-between;
  gap: 10px
}

.af-nav-pay .nav-item {
  position: relative;
  flex: 1;
  margin-bottom: 10px
}

.af-nav-pay .nav-link {
  font-weight: 600;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--white-text);
  padding: 15px 0;
  width: 100px;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--dark-bg);
  transition: .2s ease
}

.af-nav-pay .nav-link .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.af-nav-pay .nav-link:hover {
  background: #fff;
  border: 1px solid #ffbd00
}

html.dark .af-nav-pay .nav-link:hover {
  background: linear-gradient(45deg, #202020, #000);
  color: #ffbd00
}

.af-nav-pay .nav-link.active {
  color: #ffbd00;
  border: 1px solid #ffbd00;
  background: #fff
}

html.dark .af-nav-pay .nav-link.active {
  background: linear-gradient(45deg, #202020, #000)
}

.af-pm-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: var(--white-text);
  margin-bottom: 14px
}

.af-pm-about {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #787f8d;
  margin-bottom: 30px
}

.af-pm-text {
  font-size: 16px;
  line-height: 25px;
  color: var(--white-text)
}

.af-pm-img {
  width: 100px
}

.af-ph {
  background: var(--second-bg);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 24px;
  margin-bottom: 14px
}

.orders-nav-wrapper {
  padding-top: 20px;
  margin-bottom: 30px
}

.orders-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap
}

.orders-nav-link {
  background: var(--dash-bg);
  border: 1px solid var(--dash-bg);
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white-text);
  padding: 16px 10px;
  min-width: 168px
}

.orders-nav-link:focus {
  box-shadow: 0 0 0 .25rem var(--border)
}

.orders-nav-link.active {
  background-color: #d0a933;
  border-color: #d0a933 !important;
  color: var(--white-text)
}

.orders-nav-link:hover {
  border-color: #d0a933;
  background-color: #d0a933;
  color: var(--white-text)
}

@media (min-width:992px) {
  .orders-nav-link {
    padding: 16px 13px
  }
}

@media (min-width:1200px) {
  .orders-nav-link {
    padding: 16px 13px
  }
}

@media (min-width:1400px) {
  .orders-nav-link {
    padding: 16px 18px
  }
}

.orders-nav-link .icon {
  font-size: 20px;
  display: flex;
  align-items: center
}

.orders-nav-link .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px
}

.op-search-box {
  transition: .14s ease
}

.op-search-box:focus-within {
  box-shadow: 0 0 0 .25rem var(--border) 47
}

.op-search-box:hover {
  background: var(--second-bg);
  border: 1px solid var(--border)
}

.op-search-box .icon {
  color: var(--white-text)
}

.op-search-box input {
  transition: .14s ease;
  background-color: transparent;
  border: none;
  outline: 0;
  flex: 1;
  color: var(--white-text);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px
}

.op-search-box input::placeholder {
  color: #566676
}

.op-card {
  margin-bottom: 30px
}

.op-card .op-card--top {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border)
}

.op-card .op-card--bottom {
  padding-top: 30px
}

.op-stats {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 1px solid var(--white-text);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 10px;
  padding: 20px 34px
}

.min-btn-tr div.op-stats {
  min-width: 200px
}

.min-btn-en div.op-stats {
  min-width: 145px
}

.op-stats i {
  position: absolute;
  left: 10px;
  font-size: 20px
}

.op-stats.op-stats-btn i {
  position: initial;
  left: auto;
  font-size: 20px
}

.op-stats.op-stats-sm {
  padding: 16px 30px;
  border-color: #d0a9334f
}

.op-stats.op-stats-btn {
  padding: 20px 20px;
  display: inline-block;
  background: var(--main-bg);
  border: 1px solid var(--border);
  color: var(--white-text);
  transition: .14s ease
}

.op-stats.op-stats-btn:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.op-stats.op-stats-btn.cs-btn {
  font-size: 24px;
  margin: 0
}

.op-stats.primary {
  background: rgb(1, 57, 255, .32);
  border: 1px solid #0139ff
}

.op-stats.red {
  background: rgba(255, 36, 36, .32);
  border: 1px solid #ff2424
}

.op-stats.secondary {
  background: rgba(255, 92, 0, .32);
  border: 1px solid #ff5c00
}

.op-stats.success {
  background: rgb(71, 171, 123, .32);
  border: 1px solid #47ab7b
}

.op-stats.warning {
  background-color: rgb(255, 219, 112, .32);
  border: 1px solid #ffc107
}

.op-stats.info {
  background-color: rgba(74, 98, 156, .32);
  border: 1px solid #4a629c
}

.op-stats.danger:focus {
  box-shadow: 0 0 0 .25rem rgba(238, 91, 91, .32)
}

.op-service-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: var(--white-text);
  margin-bottom: 0;
}

.op-search-box.op-order-link {
  display: flex;
  width: 100%
}

.op-search-box.op-order-link .link {
  display: block;
  width: 100%;
  flex: 1 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-text);
  opacity: .8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.op-date {
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  color: var(--white-text)
}

.op-date::before {
  width: 9px;
  height: 9px;
  background: #9aacbd;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  margin-left: 0;
  display: none
}

@media (min-width:992px) {
  .op-date::before {
    display: block
  }
}

.op-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  padding-top: 10px
}

@media (min-width:992px) {
  .op-item {
    flex-direction: row
  }
}

.op-item .title {
  font-size: 14px;
  line-height: 18px;
  color: var(--white-text)
}

@media (max-width:992px) {
  .op-item .title {
    font-size: 13px
  }
}

.op-item .icon {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--white-text)
}

.op-item .text {
  font-weight: 700;
  font-size: 12px;
  line-height: 27px;
  color: var(--white-text);
  color: #d0a933;
  background-color: #d0a9331a;
  padding: 3px 5px;
  border-radius: 5px
}

.sc-ticket-card {
  padding: 20px;
  display: block;
  text-decoration: none;
  background: var(--second-bg);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 15px;
  transition: .14s ease;
  margin-bottom: 15px
}

.sc-ticket-card.active {
  background: var(--dash-bg);
  border: 1px solid #d0a933
}

.sc-ticket-card:hover {
  border-color: #d0a93340
}

.sc-ticket-card .sctc-title {
  margin-top: 6px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #797d89
}

.sc-ticket-card .sctc-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-text)
}

.sd-head {
  padding: 20px 0 30px
}

.sd-back {
  display: block;
  padding: 10px 0 12px;
  margin: 10px 0;
  color: var(--white-text);
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px
}

.sd-back:hover {
  color: var(--white-text)
}

.sd-back:hover::after {
  left: -18px;
  right: -18px
}

.sd-back i, .sd-back span {
  position: relative;
  z-index: 3
}

.sd-back::after {
  content: "";
  height: 2px;
  background-color: #d0a933;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .14s ease
}

.sd-tid {
  display: flex;
  align-items: center;
  gap: 30px
}

.sd-tid .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  margin: 0
}

.sd-tid .tid {
  display: block;
  background: #d0a93338;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #d0a933;
  padding: 14px 30px
}

.tc-tdet-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 0
}

.tc-tick-id {
  background-color: #2dfad5;
  color: var(--white-text);
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 28px
}

.tc-ti-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-text);
  margin-bottom: 0
}

.tc-ti-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-text)
}

.card.tc-ti-box {
  background-image: url(https://storage.perfectcdn.com/ddlgkb/a923k2qiq5er6zdt.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white-text)
}

.card.tc-ti-box .card-body {
  padding: 20px
}

@media (min-width:768px) {
  .card.tc-ti-box .card-body {
    padding: 24px
  }
}

@media (min-width:992px) {
  .card.tc-ti-box .card-body {
    padding: 42px 33px
  }
}

@media (min-width:1400px) {
  .card.tc-ti-box .card-body {
    padding: 50px 38px
  }
}

.card.tc-ti-box .title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -.04em
}

.card.tc-ti-box .text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -.04em;
  color: #7e96ad
}

.card.tc-ti-box .text p {
  margin-bottom: 28px
}

.card.tc-ti-box .smmist-mark {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -.04em
}

.ticket-message-block {
  display: flex
}

.ticket-message-block.ticket-message-left+.ticket-message-left {
  margin-top: -50px
}

.ticket-message-block.ticket-message-right+.ticket-message-right {
  margin-top: -50px
}

.ticket-message-block.ticket-message-right {
  justify-content: flex-end
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
  text-align: right
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
  background: #39445c;
  border-radius: 20px 20px 0 20px
}

.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
  border-radius: 20px 20px 20px 0
}

.ticket-message-block .ticket-msg-container {
  width: 100%;
  max-width: 400px
}

.ticket-message-block .ticket-msg-container .ticket-msg {
  background: #d0a933;
  border-radius: 30px;
  padding: 14px 26px;
  display: inline-flex;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  color: var(--white-text)
}

.ticket-message-block .ticket-msg-container .date-time {
  font-size: 12px;
  line-height: 15px;
  color: #747886;
  margin-bottom: 30px;
  padding: 0 10px;
  opacity: 0;
  display: block
}

.ticket-message-right~.ticket-message-right .ticket-msg-container .date-time {
  opacity: 0
}

.ticket-message-left~.ticket-message-right .ticket-msg-container .date-time {
  opacity: 1
}

.ticket-message-left~.ticket-message-left .ticket-msg-container .date-time {
  opacity: 0
}

.ticket-message-right~.ticket-message-left .ticket-msg-container .date-time {
  opacity: 1
}

.schat-body .schat-chat-body {
  max-height: 553px;
  min-height: 350px;
  overflow-y: auto;
  padding-right: 5px
}

.schat-body .schat-chat-body::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px
}

.schat-body .schat-chat-body::-webkit-scrollbar-track {
  background: var(--second-bg);
  border-radius: 3px
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb {
  background: #3e4553;
  border-radius: 3px;
  transition: .14s ease
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb:hover {
  background: #606778
}

.schat-body .schat-input {
  padding-top: 10px
}

.schat-msg-input {
  position: relative;
  display: flex;
  background-color: var(--main-bg);
  border-radius: 10px;
  height: 70px;
  align-items: center
}

.schat-msg-input form {
  position: relative;
  display: flex;
  background-color: var(--main-bg);
  border-radius: 10px;
  height: 70px;
  align-items: center;
  width: 100%
}

.schat-msg-input input {
  border: none;
  outline: 0;
  background: 0 0;
  flex: 1;
  padding: 0 30px;
  color: var(--white-text);
  font-size: 14px;
  line-height: 17px;
  color: #acacac
}

.payments-table {
  width: 100%
}

.payments-table tr {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 12px 14px;
  display: block;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  justify-content: space-between;
  margin-bottom: 14px
}

.payments-table tr>td {
  padding: 0 10px
}

.payments-table .pyt-id {
  background: #21c5fb;
  border-radius: 7px;
  color: var(--white-text);
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px
}

.payments-table .pyt-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px
}

.payments-table .pyt-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #21c5fb;
  margin-bottom: 0
}

.btn.sd-send-btn {
  box-shadow: none;
  display: flex;
  align-items: center
}

.cp-sns-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: var(--white-text);
  margin-bottom: 30px
}

.cp-sns-dns {
  background: #d0a93357;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #d0a933;
  background-color: #d0a93357;
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 20px
}

.cp-top {
  margin-bottom: 30px
}

.cp-exclamation {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--second-bg);
  background-color: #ee5b5b;
  font-size: 12px;
  font-weight: 700
}

.aq {
  position: relative
}

.aq .aq-item {
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 15px;
  transition: .32s cubic-bezier(.17, .67, .71, 1.34);
  margin-bottom: 20px
}

.aq .aq-item:focus-within {
  box-shadow: 0 0 0 .25rem rgba(103, 103, 103, .16)
}

.aq .aq-item .aq-content {
  padding: 0 26px 0;
  overflow: hidden;
  max-height: 0;
  transition: .32s ease
}

.aq .aq-item .i-1 {
  display: block
}

.aq .aq-item .i-2 {
  display: none
}

.aq .aq-item.active .i-1 {
  display: none
}

.aq .aq-item.active .i-2 {
  display: block
}

.aq .aq-item.active .aq-content {
  padding: 8px 26px 24px;
  max-height: 1000px
}

.aq .aq-btn {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: var(--white-text);
  align-items: center;
  padding: 24px 0;
  border: none;
  outline: 0;
  background-color: transparent
}

.aq .aq-btn .aq-btn-text {
  font-weight: 600;
  padding-left: 20px;
  text-align: left
}

.aq .aq-btn .aq-btn-right {
  color: var(--white-text);
  font-size: 20px;
  margin-left: auto;
  width: 72px;
  opacity: .6
}

.afp-ftext {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-text)
}

.afp-top {
  margin-bottom: 30px
}

.aft-item {
  display: flex;
  gap: 17px;
  align-items: center;
  margin: 5px 0
}

.aft-item .title {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #d0a933;
  margin-bottom: 4px
}

.aft-item .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-text)
}

.aft-box-row {
  margin: 0 -8px -10px
}

.aft-box-row>.col {
  padding: 0 8px
}

.aft-box-row>.col.aft-box::after {
  background-color: var(--border)
}

.aft-box {
  border-width: 4px;
  border-style: solid;
  border-color: #cccccc42;
  background: var(--second-bg);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px
}

.dark .aft-box {
  border-color: #00000042
}

.aft-box .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-text)
}

.aft-box .text {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: var(--white-text)
}

.aft-box:hover::after {
  height: 14px
}

.aft-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: var(--border);
  transition: .14s ease
}

.acc-user {
  display: flex;
  align-items: center;
  gap: 16px
}

.acc-user .acc-avatar {
  height: 74px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 7px solid #d0a933
}

.acc-user .acc-avatar img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  object-fit: cover
}

.acc-user .acc-username {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: var(--white-text)
}

.acc-user .acc-mail {
  font-size: 16px;
  line-height: 19px;
  color: #4e5d7c
}

.acc-card-left {
  display: flex;
  justify-content: center;
  height: 100%
}

.acc-card-left .card-body {
  display: flex;
  align-items: center;
  width: 100%
}

.acc-card-left .card-body .row {
  width: calc(100% + 30px)
}

.acc-api {
  display: flex;
  padding: 9px 18px 7px 22px;
  background: rgba(45, 250, 213, .25);
  border-radius: 10px;
  color: #d0a933;
  width: 100%;
  align-items: center;
  margin: 0
}

.acc-api .acc-api-key {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: var(--white-text);
  padding-right: 20px;
  text-align: left
}

.acc-api a {
  margin-left: auto;
  font-size: 24px;
  line-height: 1
}

@media (min-width:992px) {
  .blog-page .dashboard-head-wrapper .text {
    width: 64%
  }
}

.blog-page .dashboard-head-wrapper .r-image {
  position: absolute;
  right: 30px;
  bottom: 0
}

.bp-blogs-wrapper {
  padding: 0 0 80px
}

.card-blog {
  margin-bottom: 30px
}

.card-blog .blog-img-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 48%
}

.card-blog .blog-img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.card-blog .blog-title {
  padding: 25px 30px 15px 30px
}

.card-blog .blog-title h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px
}

.card-blog .blog-content {
  padding: 10px 30px 0 30px;
  font-size: 14px;
  line-height: 21px;
  color: #92969d
}

.card-blog .blog-footer {
  padding: 25px 30px
}

.card-blog .blog-read-more {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -.02em;
  color: var(--white-text);
  display: flex;
  align-items: center
}

.card-blog .blog-read-more:hover {
  color: #2dfad5
}

.card-blog .blog-read-more i {
  display: flex;
  align-items: center;
  justify-content: center
}

.card-blog .blog-read-more span {
  font-weight: 600
}

.blog-border {
  position: relative
}

.blog-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: var(--border)
}

.blog-share-wrapper {
  display: flex;
  gap: 10px
}

.blog-share-btn {
  display: inline-block;
  background: #2f384d;
  border: 1px solid #374462;
  box-sizing: border-box;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-text);
  transition: .14s ease
}

.blog-share-btn i {
  transition: .14s ease
}

.blog-share-btn:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.blog-share-btn:hover {
  color: var(--white-text)
}

.blog-share-btn:hover i {
  transform: scale(1.2)
}

.bi-head-wrapper {
  padding: 0 0 30px 0
}

.bi-head-box {
  background: #19202a;
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 35px;
  position: relative
}

.bi-head-box .bi-head-bg {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 35px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: .15
}

.bi-head-box .bi-head-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bi-head-box .bi-head-content {
  position: relative;
  z-index: 5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media (min-width:992px) {
  .bi-head-box .bi-head-content {
    padding: 90px 30px
  }
}

.bi-head-box .bi-head-content .bi-cat-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 30px
}

.bi-head-box .bi-head-content .bi-cat-wrapper .bi-cat {
  display: inline-block;
  background: #d0a93360;
  border: 1px solid #d0a933;
  box-sizing: border-box;
  color: #d0a933;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -.04em;
  padding: 15px 45px
}

.bi-head-box .bi-head-content .bi-title h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px
}

.bi-head-box .bi-head-content .user-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.bi-head-box .bi-head-content .user-wrapper .blog-head {
  padding: 24px 0 0 0
}

.bi-service-category {
  padding: 10px 0 10px 0
}

#blog-baslik {
  color: #d0a933;
  font-weight: 700
}

.blog-content {
  padding-bottom: 30px
}

.bi-content {
  font-size: 16px;
  line-height: 25px;
  color: var(--white-text)
}

#blog-metin h1, #blog-metin h2, #blog-metin h3, #blog-metin h4, #blog-metin h5, #blog-metin h6, #blog-metin h7 {
  color: #d0a933
}

.bi-content strong {
  color: #d0a933
}

.bi-content img, .bi-content table {
  max-width: 100%
}

.bi-share-section {
  padding-bottom: 30px
}

.bi-share-section .blog-share-wrapper {
  justify-content: space-between
}

@media (min-width:768px) {
  .bi-share-section .blog-share-wrapper {
    justify-content: flex-start;
    gap: 30px
  }

  .bi-share-section .blog-share-wrapper .blog-share-btn {
    position: relative
  }

  .bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
    content: "";
    position: absolute;
    left: -15px;
    height: calc(100% + 48px);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: var(--border)
  }
}

@media (min-width:992px) {
  .bi-share-section .blog-share-wrapper {
    gap: 50px
  }

  .bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
    left: -25px
  }
}

@media (min-width:1400px) {
  .bi-share-section .blog-share-wrapper {
    gap: 80px
  }

  .bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
    left: -40px
  }
}

.api-page #PageTitle {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 30px
}

.api-page p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #92969d
}

.api-page h6 {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: var(--white-text)
}

.api-title-section {
  padding: 60px 0 30px
}

.api-title {
  font-size: 19px;
  line-height: 22px;
  color: var(--white-text)
}

.api-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #92969d
}

.api-section {
  padding: 0 0 30px
}

.api-section .card-header .api-title {
  margin-bottom: 0
}

@media (min-width:992px) {
  .api-section .card .card-body, .api-section .code.card-body {
    padding: 40px
  }
}

.api-section .card-body .row {
  margin-bottom: -2rem
}

.api-section .code {
  color: rgba(255, 255, 255, .6)
}

.register-page {
  position: relative;
  min-height: 100vh;
  padding: 40px 0;
  display: flex;
  align-items: center
}

.rp-content {
  width: 100%;
  position: relative;
  z-index: 10
}

.rp-left-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -.04em;
  margin-bottom: 20px;
  background: linear-gradient(89.31deg, #d0a93382 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, var(--white-text), var(--white-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.rp-left-text {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -.04em;
  color: var(--white-text);
  margin-bottom: 60px
}

.select-options::-webkit-scrollbar-track {
  background: var(--dash-bg);
  border-radius: 3px
}

.select-options::-webkit-scrollbar-thumb {
  background: #3b4456;
  border-radius: 3px
}

.select-options::-webkit-scrollbar-thumb:hover {
  background: #434e64
}

.select-option {
  display: block;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: transparent;
  text-align: left;
  color: #8598ac
}

.select-option:focus, .select-option:hover {
  background-color: rgba(255, 255, 255, .1)
}

.select-option.active {
  color: var(--white-text)
}

.search-container {
  width: 100%;
  padding: 10px 10px 3px
}

.search-input {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 38px;
  padding: 0 14px;
  outline: 0
}

.search-input:focus {
  box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .1)
}

.form-group {
  margin-bottom: 1.5rem !important
}

.modal-content {
  background: var(--second-bg);
  border-radius: 10px;
  border: 1px solid var(--border)
}

.modal-title {
  line-height: 1.3;
  font-size: 19px;
  font-weight: 600
}

.modal-header {
  border-bottom: 1px solid var(--border)
}

.modal-body {
  color: var(--white-text);
  line-height: 1.3
}

html.dark .modal-body {
  color: #ffffff99
}

.ticket-response {
  margin-bottom: 20px;
  display: none
}

.ticket-response.active {
  display: block
}

.alert.alert-success {
  color: #09b797;
  background: #2dfad431
}

.alert.alert-danger {
  color: #ee5b5b;
  background: #ee5b5b41
}

.alert .close {
  position: absolute;
  right: 20px;
  top: 13px;
  outline: 0;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: var(--white-text)
}

.pagination li.page-item-before .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 600
}

.pagination li.page-item-next .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 600
}

.pagination li .page-link {
  border: 1px solid var(--border);
  margin: 0;
  height: 50px;
  padding: 0;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17.3005px;
  line-height: 18px;
  color: #6f85a2;
  position: relative;
  background-color: var(--second-bg)
}

.pagination li .page-link:focus {
  z-index: 2
}

.bootstrap-datetimepicker-widget {
  color: var(--white-text)
}

.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 14px
}

.bootstrap-datetimepicker-widget .day:hover {
  background-color: rgba(255, 255, 255, .117) !important
}

.bootstrap-datetimepicker-widget .next:hover, .bootstrap-datetimepicker-widget .picker-switch:hover, .bootstrap-datetimepicker-widget .prev:hover {
  background-color: rgba(255, 255, 255, .117) !important
}

.op-card--bottom-close {
  display: none
}

@media (max-width:768px) {
  .op-card .op-card--top {
    border-color: transparent;
    padding-bottom: 0
  }

  .op-stats {
    padding: 20px 7px 20px 7px;
    font-size: 12px;
    margin: 2px
  }

  .op-stats i {
    position: absolute;
    left: 4px;
    font-size: 18px
  }

  .op-card .op-card--bottom {
    position: fixed;
    bottom: -1px;
    background: #262c3b;
    left: 0;
    right: 0;
    max-height: 80vh;
    border-radius: 25px 25px 0 0;
    z-index: 2000;
    padding-bottom: 30px;
    padding-top: 64px;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 0 -4px 41px rgba(0, 0, 0, .5);
    padding-left: 12px;
    padding-right: 12px;
    display: none;
    transform: translateY(110%)
  }

  .op-card--bottom-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: rgb(39, 200, 255, .18);
    color: rgba(39, 200, 255, 1);
    border: none;
    outline: 0
  }
}

.sp-modal {
  position: fixed;
  z-index: 2020;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  align-items: center;
  justify-content: center
}

.sp-modal.active {
  display: flex
}

@media (min-width:768px) {
  .sp-modal {
    padding: 30px 0;
    overflow-y: auto
  }
}

.sp-modal-card {
  background: var(--second-bg);
  box-sizing: border-box;
  position: fixed;
  z-index: 2021;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column
}

@media (min-width:768px) {
  .sp-modal-card {
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    position: relative;
    border: 1px solid var(--border);
    max-height: calc(100vh - 80px)
  }
}

.sp-modal-header {
  background-image: url(https://storage.perfectcdn.com/ddlgkb/tkfp01wce5rjd431.png);
  background-size: cover;
  background-position: center;
  padding: 22px 20px 16px;
  position: relative;
  z-index: 2030;
  text-align: center
}

@media (min-width:768px) {
  .sp-modal-header {
    padding: 64px 30px 100px;
    border-radius: 10px 10px 0 0
  }
}

.sp-modal-service-id {
  background: #d0a933;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding: 14px 22px;
  display: inline-block;
  margin-bottom: 22px
}

.sp-modal-service-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: var(--white-text)
}

.sp-modal-body {
  position: relative;
  z-index: 2040;
  padding: 30px;
  flex: 1;
  overflow-y: auto
}

@media (min-width:768px) {
  .sp-modal-body {
    margin-top: -64px;
    padding: 0 30px 30px;
    flex: inherit;
    overflow: inherit
  }

  .sp-modal-body-card {
    background: var(--second-bg);
    border: 1px solid var(--border);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 22px
  }
}

.sp-modal-body-card {
  margin-bottom: 0
}

.sp-modal-close {
  border-radius: 10px;
  width: 42px;
  height: 42px;
  border: none;
  outline: 0;
  background: #d0a933;
  position: absolute;
  color: var(--main-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  z-index: 2050;
  font-size: 28px
}

.sp-modal-close:hover {
  background: #d0a933
}

.mobile-navbar {
  position: fixed;
  z-index: 1031;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  border-top: 1px solid;
  background-color: var(--second-bg);
  border-color: #313949;
  padding: 0 10px
}

.mobile-navbar-content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around
}

.mnc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #797d89
}

.mnc-item.active {
  color: var(--white-text)
}

.mnc-item-icon {
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px
}

.mnc-item-text {
  font-size: 12px;
  font-weight: 500
}

@media (min-width:768px) {
  .mobile-navbar {
    display: none;
    opacity: 0;
    transform: translateY(100%)
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--white-text);
  vertical-align: top;
  border-color: #dee2e6
}

.icons {
  font-size: 20px;
  display: flex;
  align-items: center;
  background: #d0a933;
  padding: 10px;
  border-radius: 8px
}

.spans {
  font-size: 16px;
  padding: 0 0 0 10px
}

.sctx-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.agr {
  margin-bottom: 30px
}

.op-stats.neutral {
  background-color: var(--main-bg);
  border-color: var(--border);
  color: var(--white-text)
}

.page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid var(--border)
}

.page-item:last-child .page-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid var(--border)
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  gap: 10px
}

.badge-dangers {
  background: #ff5a5a;
  border-radius: 50px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600
}

.badge-primarys {
  background: #00d2ad;
  border-radius: 50px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600
}

.badge-warnings {
  background: #fbbc05;
  border-radius: 50px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600
}

.badge-infos {
  background: #ff4fd8;
  border-radius: 50px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600
}

.bosluk1 {
  margin-bottom: .8rem !important
}

.imgResizer {
  width: 33px
}

#iconResizer {
  font-size: 26px
}

.box {
  padding: 30px;
  margin-bottom: 24px;
  border: 1px solid #353e4f;
  border-radius: 40px;
  background: #242c3b;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
  .box {
    padding: 69px
  }
}

.align-center1 {
  align-items: center
}

.video-block {
  position: relative
}

.video-block .video-image {
  position: relative;
  margin-top: 30px
}

@media (min-width:768px) {
  .video-block .video-image {
    width: 75%;
    margin: 0 auto
  }
}

.video-block .video-image .img-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #009cd5, #0069b9);
  opacity: .9;
  border-radius: 10px
}

.video-block .video-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 30px -3px rgba(0, 0, 0, .1)
}

.video-block .video-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  border-radius: 100px;
  background: var(--white-text);
  color: #2196f3;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-block .video-image .play-btn:after, .video-block .video-image .play-btn:before {
  content: "";
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid;
  background: rgba(255, 255, 255, .253)
}

.video-block .video-image .play-btn:before {
  animation: ring-wave 2s linear infinite
}

.video-block .video-image .play-btn:after {
  animation: ring-wave 2s linear 1s infinite
}

.video-block .video-image .play-btn:hover {
  text-decoration: none
}

.video-block .video-image .play-btn i {
  font-size: 22px;
  margin-left: 5px
}

@keyframes ring-wave {
  0% {
    transform: scale(1)
  }

  75% {
    transform: scale(1.75);
    opacity: 1
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}

.ikon-payment-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem !important
}

.ikon-payment {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50px;
  margin: 18px;
  transition: all .3s ease;
  position: relative;
  box-shadow: 0 0 10px var(--white-text);
  text-align: center
}

.ikon-payment:hover {
  background-color: #d0a933;
  transform: translateY(-40px);
  box-shadow: 0 0 10px #d0a933
}

.hidden-payment {
  transition: all 0s ease;
  color: transparent;
  position: relative
}

.ikon-payment:hover .hidden-payment {
  top: 20px;
  color: #d0a933;
  text-shadow: 0 0 10px #d0a933;
  letter-spacing: 2px;
  font-weight: 400
}

.no-marg {
  margin: 0
}

infinity-icon-style {
  max-width: 100%;
  max-height: 100%
}

div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content
}

div.highway-barrier {
  overflow: hidden;
  position: relative
}

ul.highway-lane {
  display: flex;
  height: 100%
}

li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: trasparent;
  color: var(--white-text);
  gap: 5px
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 4))
  }
}

#infinite div.highway-barrier {
  background: 0 0
}

#infinite div.highway-barrier::after, #infinite div.highway-barrier::before {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%
}

#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--main-bg) 0, rgba(255, 255, 255, 0) 100%)
}

#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, var(--main-bg) 0, rgba(255, 255, 255, 0) 100%)
}

#infinite ul.highway-lane {
  width: calc(180px * 13)
}

#infinite li.highway-car {
  width: 180px;
  animation: translateinfinite 25s linear infinite;
  border-radius: 10px;
  margin: 0 5px 10px 0;
  border: 1px solid #2b2b2b;
  background: rgb(255, 255, 255, .1)
}

span.fab {
  font-size: 40px
}

@keyframes translateinfinitex {
  0% {
    transform: translateX(calc(-180px * 4))
  }

  100% {
    transform: translateX(0)
  }
}

#infinitex div.highway-barrier {
  background: 0 0
}

#infinitex div.highway-barrier::after, #infinitex div.highway-barrier::before {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%
}

#infinitex div.highway-barrier::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--main-bg) 0, rgba(255, 255, 255, 0) 100%)
}

#infinitex div.highway-barrier::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, var(--main-bg) 0, rgba(255, 255, 255, 0) 100%)
}

#infinitex ul.highway-lane {
  width: calc(180px * 13)
}

#infinitex li.highway-car {
  width: 180px;
  animation: translateinfinitex 25s linear infinite;
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%);
  border-radius: 100px;
  margin: 0 10px 20px 0
}

*/.slidertxt {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #424261
}

@media (max-width:767px) {
  .carousel-inner .carousel-item>div {
    display: none
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block
  }
}

.carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev, .carousel-inner .carousel-item.active {
  display: flex
}

@media (min-width:768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(33%)
  }

  .carousel-inner .carousel-item-prev, .carousel-inner .carousel-item-start.active {
    transform: translateX(-33%)
  }
}

.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0)
}

.how-to-use-hand-img {
  max-width: 100%;
  max-height: 100%
}

.how-to-use-direction-img {
  max-width: 100%;
  max-height: 100%;
  padding-top: 15px
}

@media (min-width:992px) {
  .s-col {
    flex: 0 0 50px;
    width: 50px
  }

  .s-col.s-col-sm {
    flex: 0 0 70px;
    width: 70px
  }

  .s-col.s-col-md {
    flex: 0 0 100px;
    width: 100px;
    text-align: left
  }

  .s-col.s-col-md:nth-child(2) {
    flex: 0 0 110px;
    width: 110px;
    padding-left: 10px
  }

  .s-col.s-col-lg {
    flex: 0 0 180px;
    width: 180px;
    text-align: center
  }

  .s-col.s-title {
    flex: 1 0 0;
    width: auto;
    text-align: left;
    margin: 0
  }
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.services-wrapper .si-wrapper {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:768px) {
  .services-wrapper .si-wrapper {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width:992px) {
  .services-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0
  }

  .services-wrapper .si-wrapper {
    width: 100%
  }
}

.service-item {
  padding: 5px 20px 10px 20px;
  border-radius: 15px;
  margin-bottom: 20px
}

@media (min-width:992px) {
  .service-item {
    padding: 0 0 !important
  }
}

@media (max-width:992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center
  }

  .service-item .btn-fav {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: rgba(255, 90, 165, .18);
    color: #ff5aa5;
    border: 1px solid #ff5aa5
  }

  .service-item .s-col-avtime {
    width: 65%;
    text-align: center
  }

  .service-item .s-col-btn {
    flex: 0
  }

  .service-item .s-col {
    padding: 6px 0
  }

  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    font-weight: 600;
    color: var(--white-text) 6e;
    font-size: 13px
  }
}

.swiper {
  width: 100%;
  height: 100%
}

.swiper-slide {
  background: 0 0;
  display: flex
}

.swiper-pagination-bullet {
  background-color: #d0a933 !important
}

.payment-resizer {
  width: 100%;
  padding: 12px
}

.payment-resizer-height {
  height: 100%;
  margin-bottom: 8px
}

.drop-menu, .menu {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.menu-item {
  background-color: transparent;
  position: relative;
  list-style-type: none;
  border-radius: 20px;
  max-width: max-content
}

.menu-item:hover {
  background-color: #d0a933 !important;
  max-width: max-content
}

.menu-item span {
  text-decoration: none;
  font-weight: 450;
  padding: 10px 10px;
  color: var(--white-text);
  display: block
}

.menu-item a {
  text-decoration: none;
  font-weight: 450;
  padding: 10px 10px;
  color: var(--white-text);
  display: block
}

.menu-item:hover span {
  color: #283146;
  font-weight: 600
}

.menu-item:hover a {
  color: #283146;
  font-weight: 600
}

.drop-menu {
  border-radius: 15px;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  color: var(--main-bg);
  background-color: var(--white-text);
  min-width: max-content;
  max-height: 300px;
  overflow: auto;
  z-index: 9999
}

.drop-menu::-webkit-scrollbar {
  width: 6px
}

.drop-menu::-webkit-scrollbar-track {
  background: #4f5e82
}

.drop-menu::-webkit-scrollbar-thumb {
  background: #d0a933
}

.menu-item:hover .drop-menu {
  display: block
}

.drop-menu-item {
  width: 100%
}

.drop-menu-item a {
  color: #283146 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #d3d3d3 !important
}

.drop-menu-item:hover {
  background-color: #283146
}

.drop-menu-item:hover a {
  color: var(--white-text) !important;
  font-weight: 600
}

.randomly-icons-part {
  position: relative
}

.fixed-m-frame {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #2dfad5;
  color: var(--white-text);
  font-size: 20px
}

.fixed-xl-frame {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #2dfad5;
  color: var(--white-text);
  font-size: 30px
}

@media only screen and (max-width:991px) {
  .icons-left-1 {
    display: none
  }

  .icons-left-2 {
    display: none
  }

  .icons-left-3 {
    display: none
  }

  .icons-left-4 {
    display: none
  }

  .icons-left-5 {
    display: none
  }

  .icons-left-6 {
    display: none
  }

  .icons-right-1 {
    display: none
  }

  .icons-right-2 {
    display: none
  }

  .icons-right-3 {
    display: none
  }

  .icons-right-4 {
    display: none
  }

  .icons-right-5 {
    display: none
  }

  .icons-right-6 {
    display: none
  }
}

.icons-left-1 {
  left: 18%;
  top: -40%;
  background: #298be5;
  animation: shake-left-up-to-right-down 2s ease-in-out infinite
}

.icons-left-2 {
  left: 13%;
  top: 30%;
  background: #b25cf0;
  animation: shake-left-to-right 2s ease-in-out infinite
}

.icons-left-3 {
  left: 18%;
  top: 100%;
  background: #ff5700;
  animation: shake-left-down-to-right-up 2s ease-in-out infinite
}

.icons-left-4 {
  left: 5%;
  top: -50%;
  background: #fa7e1e;
  animation: shake-left-up-to-right-down 2s ease-in-out infinite
}

.icons-left-5 {
  left: 0;
  top: 30%;
  background: #c4302b;
  animation: shake-left-to-right 2s ease-in-out infinite
}

.icons-left-6 {
  left: 5%;
  top: 110%;
  background: #00acee;
  animation: shake-left-down-to-right-up 2s ease-in-out infinite
}

.icons-right-1 {
  right: 18%;
  top: -40%;
  background: #ed812b;
  animation: shake-right-up-to-left-down 2s ease-in-out infinite
}

.icons-right-2 {
  right: 13%;
  top: 30%;
  background: #81b71a;
  animation: shake-right-to-left 2s ease-in-out infinite
}

.icons-right-3 {
  right: 18%;
  top: 100%;
  background: #0072b1;
  animation: shake-right-down-to-left-up 2s ease-in-out infinite
}

.icons-right-4 {
  right: 5%;
  top: -50%;
  background: #4267b2;
  animation: shake-right-up-to-left-down 2s ease-in-out infinite
}

.icons-right-5 {
  right: 0;
  top: 30%;
  background: var(--white-text);
  animation: shake-right-to-left 2s ease-in-out infinite
}

.icons-right-6 {
  right: 5%;
  top: 110%;
  background: orange;
  animation: shake-right-down-to-left-up 2s ease-in-out infinite
}

@keyframes shake-left-up-to-right-down {
  0% {
    transform: translate(-3px, -3px)
  }

  50% {
    transform: translate(3px, 3px)
  }

  100% {
    transform: translate(-3px, -3px)
  }
}

@keyframes shake-right-up-to-left-down {
  0% {
    transform: translate(3px, -3px)
  }

  50% {
    transform: translate(-3px, 3px)
  }

  100% {
    transform: translate(3px, -3px)
  }
}

@keyframes shake-left-to-right {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(6px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes shake-right-to-left {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-6px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes shake-right-down-to-left-up {
  0% {
    transform: translate(3px, 3px)
  }

  50% {
    transform: translate(-3px, -3px)
  }

  100% {
    transform: translate(3px, 3px)
  }
}

@keyframes shake-left-down-to-right-up {
  0% {
    transform: translate(-3px, 3px)
  }

  50% {
    transform: translate(3px, -3px)
  }

  100% {
    transform: translate(-3px, 3px)
  }
}

@media only screen and (max-width:991px) {
  .ikony-ikon {
    margin: 12.5px;
    font-size: 45px
  }

  .ikony {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px var(--white-text)
  }

  .ikony-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    justify-content: space-evenly
  }
}

@media only screen and (min-width:991px) {
  .ikony {
    display: none !important
  }

  .ikony-container {
    display: none !important
  }
}

@media only screen and (max-width:635px) {
  #go-back-blogs-1 {
    display: none !important
  }
}

@media only screen and (min-width:635px) {
  #go-back-blogs-2 {
    display: none !important
  }
}

@keyframes dondur {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.rotate-360 {
  animation: dondur 100s linear infinite
}

.saydamlik-sign-in:before {
  content: "";
  width: 930px;
  height: 80px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, var(--main-bg) 0, rgba(255, 255, 255, 0) 100%);
  z-index: 999
}

@media (max-width:991px) {
  .responsive-img-edits {
    height: 500px
  }
}

@media (max-width:800px) {
  .responsive-img-edits {
    height: 450px
  }
}

@media (max-width:700px) {
  .responsive-img-edits {
    height: 350px
  }
}

@media (max-width:600px) {
  .responsive-img-edits {
    height: 300px
  }
}

@media (max-width:500px) {
  .responsive-img-edits {
    height: 200px
  }
}

.responsive-img-edits-icons {
  height: 500px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: -230px;
  z-index: 99
}

@media (max-width:991px) {
  .icons-360-image {
    width: 100%
  }

  .responsive-img-edits-icons {
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0
  }
}

@media (max-width:700px) {
  .icons-360-image {
    width: 100%
  }

  .responsive-img-edits-icons {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0
  }
}

@media (max-width:600px) {
  .icons-360-image {
    width: 100%
  }

  .responsive-img-edits-icons {
    height: 275px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0
  }
}

@media (max-width:500px) {
  .icons-360-image {
    width: 100%
  }

  .responsive-img-edits-icons {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0
  }
}

.responsive-img-edits-bird {
  height: fit-content;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: -230px;
  z-index: 9999
}

@media (max-width:991px) {
  .bird-image {
    width: 100%
  }

  .responsive-img-edits-bird {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    top: 15px;
    left: 0
  }
}

@media (min-width:991px) {
  .sign-up-double-remover {
    display: none
  }
}

.blue-tick {
  color: #029fe8;
  margin: 0 15px 8px 15px;
  font-size: 20px
}

.famous-pp {
  width: -webkit-fill-available;
  height: auto;
  border-radius: 50px;
  border: 1px solid var(--border)
}

.famous-platforms {
  color: #c8c8c8;
  padding-right: 10px;
  font-size: 18px
}

.famous-platforms:hover {
  color: var(--white-text);
  transform: scale(1.2)
}

.famous-category {
  color: #c8c8c8
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .9);
  transition: opacity .3s;
  visibility: hidden;
  opacity: 0;
  z-index: 999999
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999
}

.popup {
  padding: 40px 25px;
  background: var(--second-bg);
  border-radius: 20px;
  position: relative;
  top: 13%;
  width: fit-content;
  height: auto;
  margin: auto;
  transition: all .3s ease-in-out
}

.popup .close {
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
  color: var(--white-text);
  z-index: 9999999
}

.popup .close:hover {
  color: #d0a933
}

.popup .content {
  position: relative;
  margin: auto;
  width: fit-content;
  height: auto
}

@media screen and (max-width:1200px) {
  .popup {
    padding: 40px 20px;
    top: 10%
  }
}

@media screen and (max-width:670px) {
  .popup {
    padding: 40px 20px;
    top: 5%
  }
}

@media screen and (max-width:380px) {
  .popup {
    padding: 40px 20px;
    top: 1%
  }

  .popup .close {
    top: -20px;
    right: 20px
  }
}

.landing-main-title {
  font-size: 58px;
  font-weight: 700
}

@media only screen and (max-width:991px) {
  .landing-main-title {
    font-size: 30px
  }
}

.landing-subtitle {
  font-size: 22px;
  margin: 0
}

@media only screen and (max-width:991px) {
  .landing-subtitle {
    font-size: 15px
  }
}

.landing-welcome-video-img {
  border-radius: 25px;
  border: 1px solid #d0a93370;
  box-shadow: 0 0 10px #d0a933
}

@media (max-width:991px) {
  .landing-welcome-video-img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px #d0a933
  }
}

.landing-number-animate-box {
  color: var(--white-text);
  align-items: center
}

.animated-number-style {
  font-size: 25px;
  font-weight: 600
}

.animated-number-text-style {
  font-size: 25px;
  font-weight: 400
}

@media (max-width:991px) {
  .animated-number-text-style {
    font-size: 20px;
    font-weight: 600
  }
}

.edition {
  width: 200px;
  height: fit-content;
  background-color: #3c4967;
  border-radius: 25px;
  border: 1px solid #212529;
  padding: 15px;
  transform: scale(1);
  transition: transform .3s ease-in-out
}

.edition:hover {
  background: #49597e;
  transform: scale(1.03)
}

.fillbar-sm {
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 25px;
  border: 1px solid #d0a933;
  background: #d0a933
}

.fillbar-md {
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 25px;
  border: 1px solid #d0a933;
  background: #d0a933
}

.fillbar-lg {
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 25px;
  border: 1px solid #d0a933;
  background: #d0a933
}

.fillbar-xl {
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 25px;
  border: 1px solid #d0a933;
  background: #d0a933
}

.saving-rate {
  position: relative;
  color: #000;
  font-weight: 700;
  z-index: 6 !important
}

.mother-part {
  text-align: center;
  color: #fff
}

.mother-quantity {
  font-size: 40px
}

.edition-hr {
  color: gray
}

.old-price-rate {
  color: #cdcdcd;
  text-decoration: line-through;
  text-align: left
}

.new-price-rate {
  color: #d0a933;
  font-size: 17px;
  font-weight: 700;
  text-align: right
}

.homes .number-animate, .hours .number-animate {
  display: block
}

.paketler {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap
}

.editionx {
  height: fit-content;
  background-color: #3c4967;
  border-radius: 25px;
  border: 1px solid #212529;
  padding: 15px;
  transform: scale(1);
  transition: transform .3s ease-in-out
}

.comment-box {
  width: auto;
  height: fit-content;
  background-color: var(--second-bg);
  border-radius: 15px;
  border: 1px solid #3b424e;
  padding: 15px;
  margin: 0
}

@media (max-width:992px) {
  .comment-box {
    padding: 10px
  }
}

.comment-stars {
  font-size: 15px;
  color: orange;
  text-align: right
}

.comment-text {
  color: var(--white-text);
  font-size: 17px;
  text-align: left;
  padding: 10px 0 5px 0
}

@media (max-width:991px) {
  .comment-text {
    font-size: 15px
  }
}

@media (max-width:500px) {
  .comment-text {
    font-size: 14px
  }
}

.comment-owner-name {
  color: var(--white-text);
  font-size: 17px;
  text-align: right
}

@media (max-width:991px) {
  .comment-owner-name {
    font-size: 15px
  }
}

.comment-owner-photo {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 3px solid var(--white-text)
}

@media (min-width:991px) {
  .comment-owner-photo {
    width: 75%;
    padding: 5px;
    margin: 10px
  }
}

.background-spec {
  background-color: var(--second-bg);
  border: 1px solid #181e2b;
  border-radius: 25px
}

@media only screen and (min-width:991px) {
  .background-spec {
    border: 1px solid #303848;
    border-bottom: 12px solid #d0a933;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding-bottom: 10px
  }
}

.ligthing-1 {
  background-color: var(--second-bg);
  animation: renkDegisimi-1 2.5s infinite
}

.ligthing-2 {
  background-color: var(--second-bg);
  animation: renkDegisimi-2 2.5s infinite
}

.ligthing-3 {
  background-color: var(--second-bg);
  animation: renkDegisimi-3 2.5s infinite
}

.ligthing-4 {
  background-color: var(--second-bg);
  animation: renkDegisimi-4 2.5s infinite
}

@keyframes renkDegisimi-1 {
  0%, 40% {
    background-color: var(--second-bg)
  }

  55% {
    background-color: #3c4455
  }

  100%, 70% {
    background-color: var(--second-bg)
  }
}

@keyframes renkDegisimi-2 {
  0%, 50% {
    background-color: var(--second-bg)
  }

  65% {
    background-color: #3c4455
  }

  100%, 80% {
    background-color: var(--second-bg)
  }
}

@keyframes renkDegisimi-3 {
  0%, 60% {
    background-color: var(--second-bg)
  }

  75% {
    background-color: #3c4455
  }

  100%, 90% {
    background-color: var(--second-bg)
  }
}

@keyframes renkDegisimi-4 {
  0%, 70% {
    background-color: var(--second-bg)
  }

  85% {
    background-color: #3c4455
  }

  100% {
    background-color: var(--second-bg)
  }
}

.landing-howto-title {
  text-align: center;
  font-weight: 600;
  color: #d0a933;
  padding-bottom: .5rem
}

.landing-howto-text {
  text-align: center;
  font-size: 1.1rem
}

@media only screen and (min-width:991px) {
  .landing-howto-icon {
    text-align: center;
    height: 200px;
    width: auto;
    padding: 15px 0 15px 0
  }
}

@media only screen and (max-width:991px) {
  .landing-howto-icon {
    text-align: center;
    height: 130px;
    width: auto;
    padding: 15px 0 10px 0
  }
}

.informative-sections {
  width: 100%;
  margin: auto;
  background-color: var(--second-bg);
  border: 1px solid #303848;
  border-radius: 15px;
  padding: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem
}

@media (max-width:991px) {
  .informative-sections {
    padding: 15px
  }
}

.scroll-boxes-left {
  height: fit-content;
  text-align: left;
  font-size: 18px;
  padding: 15px 40px 15px 15px
}

.scroll-boxes-left h3 {
  color: #d0a933
}

@media only screen and (max-width:991px) {
  .scroll-boxes-left {
    font-size: 14px;
    padding: 0
  }
}

.scroll-boxes-right {
  height: fit-content;
  text-align: left;
  font-size: 18px;
  padding: 15px 15px 15px 40px
}

.scroll-boxes-right h3 {
  color: #d0a933
}

@media (max-width:991px) {
  .scroll-boxes-right {
    font-size: 14px;
    padding: 0
  }
}

.landing-advantages-col {
  padding: 8px
}

@media (max-width:991px) {
  .landing-advantages-col {
    padding: 2px
  }
}

.landing-advantages-box {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 15px;
  background: #3c4967;
  border: 1px solid #212529;
  transform: scale(1);
  transition: transform .3s ease-in-out;
  box-shadow: rgba(204, 255, 0, .25) 4px 4px, rgba(204, 255, 0, .2) 8px 8px, rgba(204, 255, 0, .15) 12px 12px, rgba(204, 255, 0, .1) 16px 16px, rgba(204, 255, 0, .05) 20px 20px
}

.landing-advantages-box:hover {
  background: #49597e;
  transform: scale(1.02)
}

.landing-advantages-icon-box {
  text-align: center
}

.landing-advantages-icon {
  color: #d0a933;
  font-size: 50px
}

@media (max-width:991px) {
  .landing-advantages-icon {
    font-size: 30px
  }
}

.landing-advantages-title {
  font-size: 22px;
  font-weight: 600
}

@media (max-width:991px) {
  .landing-advantages-title {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    padding: 0 5px
  }
}

.landing-advantages-subtext {
  padding-right: 15px
}

.direction-trial-part-box {
  margin: auto;
  background-color: #3c4967;
  border: 1px solid #212529;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  justify-content: space-between
}

.directions-first-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly
}

.directions-first-top {
  font-size: 50px;
  color: #d0a933
}

.directions-first-bottom {
  text-align: center;
  color: var(--white-text)
}

.free-trial-timer {
  display: none;
  background-color: var(--main-bg);
  color: var(--white-text);
  border-radius: 15px;
  align-items: center
}

.free-trial-input {
  display: none
}

.free-trial-completed {
  display: none;
  background-color: var(--second-bg);
  color: var(--white-text);
  border-radius: 15px;
  height: 100%
}

.directions-final-box {
  color: var(--white-text);
  align-items: center
}

.directions-final-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly
}

.directions-final-top-icons {
  font-size: 15px;
  color: orange
}

.directions-final-top-img img {
  --border-width: 3px;
  position: relative;
  display: inline-block;
  width: calc(39px + var(--border-width));
  height: calc(39px + var(--border-width));
  border-radius: 100%;
  overflow: hidden;
  border: var(--border-width) solid var(--white-text)
}

.directions-final-top-img>img:not(:first-child) {
  margin-left: calc(-1*(10px + var(--border-width)))
}

.directions-final-bottom {
  font-size: 15px
}

.free-trial-completed-icon {
  font-size: 40px;
  color: #d0a933
}

.count-down {
  width: 10em;
  height: 10em
}

.count-down__number {
  font-size: 14.5pc;
  font-family: "Source Sans Pro", Helvetica;
  font-weight: 700;
  fill: #fff
}

.count-down__progress {
  stroke: #c82b00;
  stroke-width: 16;
  fill: transparent;
  stroke-dasharray: 78.5em;
  stroke-dashoffset: 78.5em;
  animation: progressAnimation 1s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-fill-mode: forward;
  animation-timing-function: ease-in-out;
  transform: rotate(-90deg);
  transform-origin: center center
}

.count-down__progress-background {
  stroke: none;
  stroke-width: 0;
  fill: #ff3d3a
}

@keyframes progressAnimation {
  0% {
    stroke-dashoffset: 78.5em
  }

  100% {
    stroke-dashoffset: 0
  }
}

@media (min-width:991px) {
  .final-section {
    margin: 100px 0
  }
}

.provider-main-title {
  font-size: 60px;
  font-weight: 700;
  text-align: center
}

@media (max-width:991px) {
  .provider-main-title {
    font-size: 30px
  }
}

.provider-box {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--second-bg);
  border: 1px solid #303848;
  border-radius: 25px;
  margin-bottom: 1rem
}

.provider-box-text {
  padding: 15px 15px 0 15px;
  text-align: left;
  text-indent: 15px;
  height: 250px;
  overflow: auto
}

.provider-box-text::-webkit-scrollbar {
  width: 6px
}

.provider-box-text::-webkit-scrollbar-thumb {
  background-color: #d0a933;
  border-radius: 6px
}

.provider-box-text::-webkit-scrollbar-thumb:hover {
  background-color: #f90;
  border-radius: 6px
}

.provider-box-text h2 {
  text-align: center;
  color: #d0a933
}

.provider-box-image {
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px
}

.provider-services-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 15px;
  background: #3c4967;
  border: 1px solid #212529;
  transform: scale(1);
  transition: transform .3s ease-in-out;
  box-shadow: rgba(204, 255, 0, .25) 0 4px, rgba(204, 255, 0, .2) 0 8px, rgba(204, 255, 0, .15) 0 12px, rgba(204, 255, 0, .1) 0 16px, rgba(204, 255, 0, .05) 0 20px
}

.provider-services-box:hover {
  transform: scale(.9);
  background-color: #5b6a8d;
  transition: transform .3s ease-in-out
}

.provider-services-box-icon-box {
  text-align: center
}

.provider-services-box-icon {
  color: #d0a933;
  font-size: 50px
}

@media (max-width:991px) {
  .provider-services-box-icon {
    font-size: 30px
  }
}

.provider-services-box-text {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 0 10px;
  color: var(--white-text)
}

@media (max-width:991px) {
  .provider-services-box-text {
    font-size: 18px;
    padding: 0 5px
  }
}

.directions-buttons {
  width: 85%
}

.provider-to-landing-button {
  padding: 15px
}

.dosya-kutu {
  margin: 16px 0 8px 0;
  padding: 3px 5px;
  border-radius: 10px;
  border: 1px solid #7a7a7a;
  background: #3c4351;
  width: fit-content
}

.seo-table {
  border: 1px solid #818181;
  padding: 30px 20px 0 20px;
  border-radius: 20px;
  background: #ebebeb29
}

.famous-img-thumb-mobile {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.packages-part {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap
}

.landing-famous-nav-card {
  background: var(--second-bg);
  border-radius: 15px;
  border: 1px solid var(--border)
}

.famous-detail-mob {
  display: flex;
  align-items: center;
  padding: 10px
}

.famous-detail-mob .col-3 {
  padding: 0 10px
}

.famous-detail-mob .col-9 {
  padding-left: 10px
}

.logo img {
  max-width: 250px
}

.sm-header .mob-logo {
  max-width: 175px
}

.modal-footer {
  border-color: #37475d
}

.close {
  background: 0 0;
  border: 1px solid #3e5566;
  color: var(--white-text);
  font-weight: 900;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  line-height: 12px
}

.badge {
  background-color: #d0a933 !important
}

.mass-order-box .form-group {
  text-align: center
}

.mass-order-box .bg-text-alert {
  background-color: #fff;
  padding: 17px;
  border-radius: 10px;
  margin-top: 23px;
  color: #000;
  font-weight: 500;
  text-align: -webkit-center;
  display: block
}

.mass-order-box .box-text {
  margin-bottom: 18px !important;
  box-shadow: 0 0 10px rgb(5 4 8 / 10%);
  background-color: #323b421c;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 11px;
  color: #808191;
  margin: 0 0 10px;
  border: 1px solid #f6f6f61f;
  padding: 30px 15px 30px 15px;
  font-size: 18px;
  text-align: -webkit-center
}

.mass-order-box .box-text span {
  font-weight: 700;
  color: #d0a933
}

.mass-order-box .js-copy-btn {
  padding: 17px;
  justify-content: center;
  border-radius: 12px;
  line-height: 24px;
  transition: all .3s;
  width: 100%;
  color: #000
}

.mass-order-box .js-copy-btn:hover {
  color: #000
}

.lg-none-copy {
  display: none
}

.dy-lg-none {
  display: block
}

@media (max-width:768px) {
  .dy-lg-none {
    display: none
  }

  .lg-none-copy {
    display: block
  }
}

.card-head {
  min-height: 50px;
  border-bottom: 2px solid var(--dash-bg)
}

.card-head .nav-item {
  cursor: pointer
}

.card-head .nav-item::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #d0a933;
  transition: .14s ease
}

.card-head .nav-item.active::after {
  height: 3px
}

.card-head .nav-item.active {
  color: #d0a933
}

.card-head .nav-item span sup {
  position: absolute;
  right: -19px;
  top: 0;
  text-shadow: 1px 1px 7px rgba(71, 139, 209, .8);
  color: #0dcaf0 !important
}

.card-head .nav-item.mass-order a {
  color: var(--white-text)
}

@media (min-width:768px) {
  .card-head .nav-item.mass-order {
    float: right;
    position: absolute;
    right: 20px;
    top: 17px
  }
}

@media (max-width:680px) {
  .card-head .nav-item.mass-order {
    margin-top: 20px !important
  }
}

.no-serds .no-ser-box .text:last-child {
  min-width: 100px;
  text-align: right
}

.select2.select2-container .select2-selection {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 50px;
  color: var(--white-text);
  display: flex;
  background: var(--dash-bg);
  outline: 0;
  transition: .15s ease-in-out;
  align-items: center;
  border: 1px solid var(--border)
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px;
  padding-right: 8px;
  color: var(--white-text);
  border: 0;
  width: 100%;
  display: flex
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  height: 100%;
  width: 26px
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: var(--dash-bg);
  border-radius: 10px
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 0 solid #34495e
}

.select2.select2-container.select2-container--focus .select2-selection {
  border: 0 solid #34495e;
  border-radius: 10px;
  display: flex;
  align-items: center
}

.select2-container .select2-dropdown {
  border-radius: 10px !important;
  background: var(--dash-bg);
  border: 0;
  margin-top: 8px !important;
  overflow: hidden
}

.select2-container .select2-dropdown .select2-results ul {
  background: 0 0;
  color: var(--white-text);
  display: flex;
  flex-direction: column;
  max-height: 286px
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  transition: .2s;
  border-bottom: 1px solid var(--border);
  padding: 6px;
  font-size: 12px
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--second-bg) !important;
  padding: 6px
}

.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar {
  width: 6px
}

.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar-track {
  background: 0
}

.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar-thumb {
  background-color: var(--border);
  border-radius: 15px
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--second-bg) !important;
  transition: .2s;
  border-bottom: 1px solid var(--border);
  color: var(--white-text)
}

.select2-results__option a {
  color: var(--white-text) !important;
  padding: 3px !important
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid var(--border);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

.dark .select2-container--open .select2-dropdown--below {
  border: 1px solid var(--border);
  -webkit-box-shadow: 0 5px 30px rgba(255, 255, 255, .1);
  box-shadow: 0 5px 30px rgba(255, 255, 255, .1)
}

.search-dropdown .select2-results__option a {
  font-size: 13px;
  border-bottom: 1px solid var(--border)
}

.search-dropdown .select2-results__option a:hover {
  background: var(--second-bg)
}

.input-wrapper .fa-search, .input-wrapper .fa-times {
  color: var(--white-text)
}

.panel-body {
  background: var(--dash-bg);
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 15px
}

@media only screen and (max-width:991.98px) {
  .api-top {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .api-top {
    display: grid;
    font-size: 12px
  }
}

.api-box, .api-code, .api-item, .api-list, .api-list .api-item, .api-top-item, .ns-box, pre[class*=language-] {
  display: flex;
  display: flex
}

.api-title {
  font-size: 18px
}

@media only screen and (min-width:991.98px) {
  .api-top {
    grid-template-columns: 1fr 1fr
  }

  .api-top {
    display: grid;
    gap: 10px
  }
}

.api-box {
  flex-direction: column
}

.api-top-item {
  padding: 10px;
  background: var(--dash-bg);
  border: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  color: var(--white-text);
  border-radius: 10px
}

.api-top-item a {
  color: var(--white-text);
  margin-left: 10px
}

.api-code {
  flex-direction: column;
  margin-bottom: 10px
}

.api-title {
  color: var(--white-text);
  margin-top: 10px;
  margin-bottom: 10px
}

.api-item, .api-list .api-item {
  padding: 5px 10px;
  color: var(--white-text)
}

.api-item {
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  background: var(--dash-bg);
  margin-top: 10px;
  font-weight: 800
}

.api-list {
  flex-direction: column;
  overflow: hidden;
  background: var(--dash-bg);
  border-radius: 0 0 10px 10px
}

.api-list .api-item, .panel-top {
  justify-content: space-between
}

.api-list .api-item {
  border-top: 1px solid var(--border);
  background: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400
}

.api-baslik {
  background: var(--white-text) !important;
  border-radius: 10px 10px 0 0 !important
}

.ns-box, pre {
  background: var(--white-text);
  border-radius: 10px;
  padding: 10px
}

pre {
  color: var(--white-text);
  overflow: auto
}

.api-item b {
  width: 50%;
  color: var(--white-text)
}

.ns-box {
  margin-bottom: 20px;
  border: 1px solid var(--border);
  flex-direction: column
}

code[class*=language-], pre[class*=language-] {
  color: #d0a933;
  background: #494739
}

code {
  padding: 0;
  margin-top: -20px;
  flex-direction: column
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none
  }
}

pre[class*=language-] {
  margin: 0;
  overflow: auto
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.tickets-uploader {
  background: 0 0;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid var(--border);
  width: max-content
}

.files-label {
  color: var(--white-text);
  font-size: 13px
}

.tckt-file {
  color: #d0a933 !important
}

.select-button {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition: .14s ease;
  outline: 0;
  line-height: 20px;
  background: var(--dash-bg);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-text);
  padding: 15px 25px 15px 10px
}

.selected-text {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .14s ease
}

.select-options-wrapper {
  border-radius: 20px;
  position: absolute;
  z-index: 6;
  display: none;
  align-items: center;
  flex-direction: column;
  transition: .14s ease;
  background: var(--dash-bg);
  border: 1px solid var(--border);
  top: 55px;
  width: 100%
}

@media (min-width:991.98px) {
  .sp-modal-body-card {
    height: 300px;
    overflow-y: scroll
  }

  .sp-service-title {
    background: var(--dash-bg);
    padding: 15px 25px;
    border-radius: 10px
  }

  #service_description {
    display: none
  }
}

.flag-icon {
  font-size: 29px !important;
  border-radius: 100%
}

.dark-mode.dark {
  display: block
}

.dark-mode.light, .light .dark-mode.light {
  display: none
}

.dark .dark-mode.dark {
  display: none
}

.dark .dark-mode.light {
  display: block
}

.dark-mode {
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 16px rgb(37 23 51 / 32%), inset 0 1px 0 rgb(255 255 255 / 20%), inset 0 6px 30px rgb(255 255 255 / 20%);
  background-color: #d0a933;
  color: #000;
  border-radius: 10px;
  font-size: 20px;
  outline: 0;
  border: none;
  transition: .14s ease
}

.op-stats.op-cancel-btn {
  padding: 20px 20px;
  display: inline-block;
  background: #ff242452;
  border: 1px solid #ff2424;
  color: #fff;
  transition: .14s ease
}

.op-stats.op-cancel-btn:hover {
  background: #ff2424
}

.op-stats.op-cancel-btn:active {
  transition: 50ms ease;
  background: #691313;
  border: 1px solid transparent
}

@media (max-width:991.98px) {
  .msx-auto {
    margin: auto
  }

  .sp-service-title {
    background: var(--dash-bg);
    padding: 15px;
    border-radius: 10px
  }

  #service_description {
    display: none !important
  }

  .lg-none-copy .service-title {
    display: none
  }

  .opacity-0 {
    opacity: 0 !important
  }

  .lg-none-copy .card-head {
    display: none
  }

  .btn.btn-blnc {
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    padding: 5px;
    border-radius: 7px;
    margin-top: 1px;
    height: 35px
  }

  .sidebar-toggle {
    width: 38px;
    height: 38px;
    font-size: 18px
  }

  .d-dropdown .btn .icon {
    width: 35px;
    height: 35px;
    font-size: 16px
  }

  .dark-mode {
    width: 35px;
    height: 35px;
    font-size: 16px
  }

  .mass-order-box .box-text {
    padding: 15px;
    font-size: 13px
  }

  .op-stats.op-cancel-btn {
    font-size: 13px;
    margin-left: 45px
  }

  .sp-services .card .card-body {
    padding: 0 !important
  }

  .service-item {
    padding: 5px 12px
  }
}

.service-item .fas.fa-star {
  color: #d0a933
}

.sp-modal-title {
  font-size: 24px
}

.login-pm {
  position: relative;
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 15px;
  height: 97px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.login-pm:hover {
  cursor: pointer;
  animation: mover 1s infinite alternate
}

.login-eause {
  padding-top: 40px
}

@media (min-width:992px) {
  .login-eause .col:nth-child(1) .login-eause-item::after, .login-eause .col:nth-child(3) .login-eause-item::after {
    display: block
  }
}

.login-eause-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  position: relative
}

.login-eause-item .title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  z-index: 2
}

.login-eause-item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -.04em;
  color: #b5b5b5;
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

@media (min-width:992px) {
  .login-eause-item .text {
    max-width: 210px
  }
}

@keyframes mover {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-20px)
  }
}

.home-title h2 {
  transform: scale(1.2);
  transition: all .5s ease-in-out;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 128.5%;
  letter-spacing: -1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .49) 0, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  font-size: 25px
}

.home-title h2 span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  -webkit-text-fill-color: var(--main-color)
}

.home-title h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60%;
  transform: translate(-50%, -50%) scale(1);
  transition: .14s ease;
  background-color: var(--main-color);
  border-radius: 100px;
  filter: blur(60px);
  z-index: 0
}

.le-icon {
  border-radius: 15px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
  background: #171717;
  color: #fff;
  border: 1px solid #2a2a2a;
  transition: transform .3s
}

.le-icon:hover {
  transform: scale(1.1)
}

.login-eause-item:hover>.le-icon {
  animation: mover 1s infinite alternate;
  cursor: pointer
}

.hcoc-card {
  background: var(--dash-bg);
  border: 1px solid var(--border);
  box-shadow: 0 47px 100px rgba(0, 0, 0, .02);
  border-radius: 30px;
  position: relative;
  overflow: hidden
}

.hcoc-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto
}

.hcoc-card .hcoc-body {
  position: relative;
  z-index: 5;
  padding: 30px 24px
}

@media (min-width:768px) {
  .hcoc-card {
    background-image: url(https://storage.perfectcdn.com/ddlgkb/w54et2uhrgty2jqn.png);
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .hcoc-card .hcoc-body {
    padding: 40px 28px
  }
}

@media (min-width:992px) {
  .hcoc-card .hcoc-body {
    padding: 60px 50px 310px
  }
}

.hcoc-card .hcoc-user-info {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px
}

.hcoc-card .hcoc-user-info .hcoc-avatar {
  width: 30px;
  height: 30px
}

.hcoc-card .hcoc-user-info .hcoc-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hcoc-card .hcoc-user-info .hcoc-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -.04em;
  color: #fff
}

.hcoc-card .hcoc-text {
  background: linear-gradient(89.31deg, rgb(208, 169, 51, .3) 4.55%, rgba(255, 255, 255, 0) 43.29%), linear-gradient(0deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -.04em
}

.home-title.c-2 h2 {
  transform: scale(1) !important
}

#footer {
  background: 0 0;
  border-top: 1px solid var(--border)
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 15px 0
}

#footer .footer-top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0
}

#footer .footer-top ul li {
  font-size: 15px
}

#footer .footer-top ul li a {
  color: #fff !important
}

.footer-l-alert {
  background: var(--second-bg);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff
}

#footer .copyright {
  color: #fff
}

@media only screen and (max-width:991.98px) {
  #footer .footer-top {
    margin: 10px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px
  }
}

.trust-badge {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff !important
}

.trust-badge .trust-svg svg {
  width: 100px
}

.trust-badge .rank-svg {
  margin-left: 10px
}

.trust-badge p {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 12px
}

.home-text {
  color: #b5b5b5
}

.home-subtitle .hst-text {
  display: flex;
  align-items: center;
  background: var(--main-trans);
  color: var(--main-color);
  width: max-content;
  padding: 5px 10px 5px 5px;
  border-radius: 7px;
  font-size: 13px
}

@media (max-width:991.98px) {
  .home-head .home-head-content {
    padding: 0
  }

  .home-title h2 {
    font-size: 18px;
    line-height: 32px;
    transform: scale(1)
  }

  .home-section {
    padding: 25px 0
  }

  .af-nav-1 .nav-item {
    font-size: 14px
  }

  .dashboard-root .app-content {
    padding: 80px 0 80px 0
  }

  .sidebar {
    width: 100%
  }

  .no-ser-box {
    display: none
  }
}

@media (min-width:992px) {
  .home-title h2 {
    font-size: 32px;
    line-height: 50px
  }
}

.account-level {
  font-size: 14px
}

.highlight-lside .hlight-box {
  margin-bottom: 30px;
  padding: 24px 30px;
  background: var(--second-bg);
  border-radius: 10px;
  border: 1px solid var(--border)
}

.highlight-lside .hlight-box:nth-child(1) .icon {
  color: #ffb645
}

.highlight-lside .hlight-box:nth-child(2) .icon {
  color: #117ec2
}

.highlight-lside .hlight-box:nth-child(3) .icon {
  color: #16caba
}

.highlight-lside .hlight-box .icon {
  font-size: 60px;
  width: 70px;
  text-align: center
}

.highlight-lside .hlight-box .hlight-first {
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  font-weight: 800
}

.highlight-lside .hlight-box .hlight-second {
  font-size: 14px;
  line-height: 25px;
  color: #b5b5b5;
  margin: 0
}

.dy-cat-btn .country {
  font-weight: 600;
  font-size: 12px;
  color: #d0a933;
  display: none
}

.dy-cat-btn:hover .flag-icon {
  display: none
}

.dy-cat-btn:hover .country {
  display: block
}

.sidebar-toggle.mobile-toggle {
  display: none
}

.sidebar-toggle.mobile-toggle.active {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2016
}

@media (max-width:991.98px) {
  .home-head-content .card.card-border .p-4 {
    padding: .5rem !important
  }
}

.glow-btn, .temp-glow {
  border: 2px solid transparent !important;
  outline: 0 !important;
  color: #fff !important;
  background: #ffbd00;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important;
  border: 2px solid #d0a933;
  transition: color .3s ease, background .3s ease
}

.glow-btn:before, .temp-glow:before {
  content: '';
  background: linear-gradient(45deg, #fff, #f2f2f2);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  filter: blur(1px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: .5;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

.glow-btn:active, .temp-glow:active {
  color: #d0a933 !important;
  background: 0 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  border: 2px solid #fff
}

.glow-btn:active:before, .temp-glow:active:before {
  background: linear-gradient(45deg, #fff, #f2f2f2)
}

.glow-btn:hover:before, .temp-glow:hover:before {
  opacity: 1;
  background: linear-gradient(45deg, #fff, #f2f2f2)
}

.glow-btn:hover, .temp-glow:hover {
  color: #d0a933 !important
}

.glow-btn:after, .temp-glow:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  border: none;
  outline: 0 !important
}

html.dark .glow-btn:after, html.dark .temp-glow:after {
  background: linear-gradient(45deg, #202020, #000)
}

@keyframes glowing {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 400% 0
  }

  100% {
    background-position: 0 0
  }
}

.op-stats.red-bg {
  background: #640404;
  border: 1px solid #ff2424;
  color: #fff;
  padding: 16px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px
}

@media (max-width:991.98px) {
  .op-stats.red-bg {
    padding: 14px 20px
  }
}

@media (min-width:991.98px) {
  .toggle-menu {
    display: none
  }
}

.sp-serv-id {
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 10px;
  color: #d0a933;
  border: 1px solid #d0a933
}

.op-service-title span {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  color: var(--white-text);
  color: #d0a933;
  border: 1px solid #d0a933;
  padding: 3px 10px;
  border-radius: 5px;
  margin-right: 5px
}

.glow-purple-btn {
  border: none !important;
  outline: 0 !important;
  color: #fff !important;
  background: #91009430;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important
}

.glow-purple-btn:before {
  content: '';
  background: linear-gradient(45deg, #d0a933, rgba(255, 219, 112, .32));
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  filter: blur(3px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

html.dark .glow-purple-btn:before {
  background: linear-gradient(45deg, #2e0363, #4b06ba)
}

.glow-purple-btn:active {
  color: #fff !important
}

.glow-purple-btn:active:after {
  background: 0 0
}

.glow-purple-btn:hover:before {
  opacity: 1
}

.glow-purple-btn:after {
  z-index: -1;
  content: '';
  background: linear-gradient(45deg, #d0a933, rgba(255, 219, 112, .32));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  outline: 0 !important
}

html.dark .glow-purple-btn:after {
  background: linear-gradient(45deg, #202020, #4b06ba30);
  border: 1px solid #4b06ba
}

.glow-blue-btn {
  border: none !important;
  outline: 0 !important;
  color: #fff !important;
  background: #0dcaf030;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important
}

.glow-blue-btn:before {
  content: '';
  background: linear-gradient(45deg, #0096b4, #0dcaf0);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  filter: blur(3px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

.glow-blue-btn:active {
  color: #fff !important
}

.glow-blue-btn:active:after {
  background: 0 0
}

.glow-blue-btn:hover:before {
  opacity: 1
}

.glow-blue-btn:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #202020, #0dcaf030);
  left: 0;
  top: 0;
  border-radius: 8px;
  border: 1px solid #0dcaf0;
  outline: 0 !important
}

.form-group.fields .btn.btn-default {
  border-radius: 0 15px 15px 0;
  background: #640404;
  border: 1px solid #ff2424;
  color: #fff
}

.form-group.fields .btn.btn-default:focus {
  outline: 0 !important;
  box-shadow: none !important
}

.account_status_wraper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 5px
}

.account_status_wraper .account_status_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: var(--dash-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  min-height: 60px;
  height: 60px;
  position: relative !important
}

.account_status_wraper .account_status_btn.active {
  background: #d0a93330;
  border-color: #d0a933
}

.account_status_wraper .account_status_btn.active .status_icon i {
  color: #d0a933
}

.account_status_wraper .account_status_btn.passed {
  background: var(--main-bg)
}

.account_status_wraper .account_status_btn .status_icon {
  font-size: 22px
}

.account_status_wraper .account_status_btn .status_text {
  font-size: 18px;
  color: var(--white-text);
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .account_status_wraper .account_status_btn .status_text {
    display: flex;
    flex-direction: column
  }
}

.account_status_wraper .account_status_btn.passed .status_icon img {
  opacity: .3
}

.account_status_wraper .account_status_btn.passed .status_text {
  text-decoration: line-through;
  opacity: .3
}

.account_status_wraper .account_status_btn.passed .status_text small {
  display: none
}

.account_status_wraper .account_status_btn .status_text small {
  font-size: 10px;
  opacity: .5;
  transition: 1s
}

.account_status_wraper .account_status_btn:hover .status_text small {
  opacity: 1
}

.status_btn__badges {
  position: absolute;
  font-weight: 500;
  color: #fff;
  top: 0;
  right: 20px
}

.benifit_item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 11fr;
  gap: 10px;
  margin-bottom: 17px
}

.benifit_item .benifit_text, .benifit_item .icon {
  opacity: .3
}

.benifit_item.active .benifit_text, .benifit_item.active .icon {
  opacity: 1
}

.benifit_item.active .icon i {
color: var(--main-color)

}

.upgrades-badge {
  display: flex;
  align-items: center
}

.upgrades-badge div {
  margin-left: 25px
}

.upgrades-badge i {
  font-size: 42px;
  color: var(--main-color)
}

.upgrades-badge p {
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .status_btn__badges {
    right: -25px
  }
}

.glow-btn-green {
  border: none !important;
  outline: 0 !important;
  color: #3fff05 !important;
  background: #3fff05;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important
}

.glow-btn-green:before {
  content: '';
  background: linear-gradient(45deg, #3fff05, #37941b, #60b846);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  filter: blur(3px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 10;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

.glow-btn-green:active {
  color: #fff !important
}

.glow-btn-green:active:before {
  background: linear-gradient(45deg, #3fff05, #37941b, #60b846);
  opacity: 1
}

.glow-btn-green:hover:before {
  opacity: 1
}

.glow-btn-green:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #202020, #000);
  left: 0;
  top: 0;
  border-radius: 8px;
  border: none;
  outline: 0 !important
}

.glow-btn-red {
  border: none !important;
  outline: 0 !important;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important;
  text-align: center;
  padding: 10px 50px;
  display: inline-block
}

html.dark .glow-btn-red {
  color: red !important;
  background: red
}

.glow-btn-red:before {
  content: '';
  background: linear-gradient(45deg, #d0a933, #fcbf2d, #997726);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 10;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

html.dark .glow-btn-red:before {
  filter: blur(3px);
  background: linear-gradient(45deg, red, #f66, #c00);
  animation: glowing 20s linear infinite
}

.glow-btn-red:active {
  color: #fff !important
}

.glow-btn-red:active:before {
  background: linear-gradient(45deg, red, #f66, #c00);
  opacity: 1
}

.glow-btn-red:hover:before {
  opacity: 1
}

.glow-btn-red:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  border: none;
  outline: 0 !important
}

html.dark .glow-btn-red:after {
  background: linear-gradient(45deg, #202020, #000)
}

.glow-btn-gold {
  border: none !important;
  outline: 0 !important;
  color: #d0a933 !important;
  background: trasparent;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important
}

.glow-btn-gold:before {
  content: '';
  background: linear-gradient(45deg, #d0a933, #fcbf2d, #997726);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  filter: blur(3px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 30s linear infinite;
  opacity: 10;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

.glow-btn-gold:active {
  color: #fff !important;
  background: trasparent !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.glow-btn-gold:hover:before {
  opacity: 1
}

.glow-btn-gold:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #202020, #000);
  left: 0;
  top: 0;
  border-radius: 8px;
  border: none;
  outline: 0 !important
}

.dy-cat-btn1 .country {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  display: none
}

.dy-cat-btn1:hover .flag-icon {
  display: none
}

.dy-cat-btn1:hover .country {
  display: block
}

.glow-btn-white {
  border: none !important;
  outline: 0 !important;
  color: #fff !important;
  background: 0 0;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  box-shadow: none !important;
  transition: color .3s ease
}

.glow-btn:before, .temp-glow:before {
  content: '';
  background: linear-gradient(45deg, #a27e0e, #d0a933);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  filter: blur(1px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: .5;
  transition: opacity .3s ease-in-out;
  outline: 0 !important
}

.glow-btn-white:active {
  color: green !important;
  background: 0 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  border: 2px solid #fff
}

.glow-btn-white:active:before {
  background: linear-gradient(45deg, green, #4caf50, #00fF00)
}

.glow-btn-white:hover:before {
  opacity: 1
}

.glow-btn-white:hover {
  color: green !important
}

.glow-btn-white:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #202020, #000);
  left: 0;
  top: 0;
  border-radius: 8px;
  border: none;
  outline: 0 !important
}

.img-grande {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto
}

.infinite-scroll .highway-slider {
  overflow: hidden
}

.infinite-scroll .highway-lane {
  display: flex;
  animation: scroll 30s linear infinite
}

.le-icon1 {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, .8)
}

.login-pm1 {
  position: relative;
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 45px;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2mm;
  transition: transform .3s ease, border .5s
}

.login-pm1:hover {
  cursor: pointer;
  transform: scale(1.1);
  border: 3px solid #fff
}

.login-pm1:hover img {
  filter: brightness(30%)
}

.login-pm1:hover::before {
  content: "Scritta sopra";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 700
}

.login-pm1:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 45px;
  z-index: 1
}

.image-caption {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 2
}

.login-pm1:hover .image-caption {
  display: block
}

.search-bar, .search-bar__input {
  width: 100%
}

#card_country {
  display: none
}

@media (max-width:1400px) {
  #header {
    max-height: 80px
  }
}

.search-with-id {
  display: flex;
  flex-wrap: nowrap
}

.copy-id {
  width: max-content;
  margin-right: 95px;
  height: 55.5px
}

.copy-btn {
  width: max-content;
  height: 55.5px;
  font-weight: 400
}

.search-with-id .col-lg-2 {
  width: auto;
  margin-right: 25px
}

.search-with-id .pt-md-0 {
  flex: auto;
  width: 100%
}

.order-label__radio {
  display: none
}

.order-label__custom {
  cursor: pointer
}

.order-label__custom {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 4px;
  transition: .2s ease
}

html.dark .order-label__custom {
  border-color: #fff;
}

.order-label__custom:hover {
  border: 1px solid #d0a9334f
}

.red .order-label__custom:hover {
  border: 1px solid #ff2424
}

.success .order-label__custom:hover {
  border: 1px solid #47ab7b
}

.warning .order-label__custom:hover {
  border: 1px solid #ffc107
}

.primary .order-label__custom:hover {
  border: 1px solid #0139ff
}

.secondary .order-label__custom:hover {
  border: 1px solid #ff5c00
}

.info .order-label__custom:hover {
  border: 1px solid #4a629c
}

.order-label__custom-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width .2s ease
}

.order-label__custom-svg {
  position: absolute;
  left: -2px;
  top: -2px
}

.order-label__radio:checked+.order-label__custom {
  border: 1px solid #fff
}

.order-label__radio:checked+.order-label__custom .order-label__custom-container {
  width: 100%
}

.order-styles {
  display: flex;
  justify-content: space-between
}

.op-stats.op-stats-sm {
  padding: 16px 5px;
  width: 121px;
  justify-content: space-around
}

.pop-copy {
  position: fixed;
  left: 20%;
  bottom: 70px;
  z-index: -105;
  opacity: 0;
  transition: opacity .4s ease
}

.pop-copy__text {
  position: relative;
  z-index: 105;
  color: #000;
  background: #d0a933;
  box-shadow: 0 0 5px #d0a933;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600
}

@media (max-width:1400px) {
  .pop-copy {
    left: 50%;
    transform: translate(-50%)
  }
}

.login-remember {
  margin-top: 10px
}

.login-remember input {
  display: none
}

.login-remember__label {
  cursor: pointer
}

.login-remember__text {
  position: relative;
  padding-left: 22px
}

.login-remember__text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.login-remember__svg {
  opacity: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%)
}

.login-remember input:checked+.login-remember__text .login-remember__svg {
  opacity: 1
}

.sidebar-body {
  scrollbar-width: none
}

.select-area {
  position: relative
}

.select-btn {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  color: var(--white-text);
  display: flex;
  background: var(--dash-bg);
  outline: 0;
  transition: .15s ease-in-out;
  align-items: center;
  border: 1px solid var(--border);
  font-weight: 600;
  font-size: 14px;
  padding: 15px 25px 15px 10px;
  position: relative
}

.select-btn::before {
  content: "";
  display: inline-block;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 20px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select-btn-shadow {
  box-shadow: 0 0 5px #d0a933
}

.select-btn-shadow::before {
  transform: rotate(180deg)
}

.select-change {
  display: none
}

.select-text__id {
  background-color: #d0a933;
  color: #000;
  border-radius: 50rem;
  font-weight: 700;
  font-size: .75em;
  padding: .35em .65em;
  min-width: 30px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block
}

.select-change {
  position: absolute;
  top: calc(100% + 8px);
  padding: 10px 0;
  width: 100%;
  max-height: 300px;
  height: max-content;
  border: 1px solid var(--border);
  box-shadow: 0 5px 30px rgba(255, 255, 255, .1);
  background: var(--dash-bg);
  border-radius: 10px;
  z-index: 105
}

.select-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.select-item:hover {
  background-color: var(--second-bg)
}

.select-subchange {
  max-height: 280px;
  height: max-content;
  overflow: auto
}

.select-description {
  display: flex;
  gap: 15px
}

.select-heavy {
  font-weight: 900
}

.select-heavy-red {
  color: #c63d3d
}

.select-heavy-green {
  color: #319f31
}

.select-text-cur {
  white-space: nowrap;
  width: calc(100% - 5px);
  overflow: hidden;
  text-align: left
}

@media (max-width:1100px) {
  .select-subchange {
    font-size: 13px
  }

  .select-description {
    gap: 4px
  }
}

@media (max-width:767px) {
  .select-subchange {
    font-size: 16px
  }

  .select-description {
    gap: 15px
  }
}

@media (max-width:500px) {
  .select-subchange {
    font-size: 14px
  }
}

@media (max-width:420px) {
  .select-description {
    gap: 8px
  }

  .select-description {
    font-size: 9px
  }
}

@media (max-width:380px) {
  .op-stats.op-cancel-btn {
    margin-left: 0
  }
}

#select2-orderform-service-container .select2-selection__text, #select2-orderform-service-container>span {
  width: 100%;
  overflow: hidden
}

#changeUpdateDd i {
  color: #fff
}

html.dark #changeUpdateDd i {
  color: #000
}

#btn__reverse i {
  color: #fff
}

html.dark #btn__reverse i {
  color: #d0a933
}

#kopyalaButonu {
  color: #fff;
  background: #d0a933;
  border: none;
  border-radius: 7px
}

html.dark #kopyalaButonu {
  color: #000
}

.google-login-wrap {
  position: relative;
  margin-top: 16px
}

.btn.btn-block.google-login-wrap-in {
  width: calc(100% - 24px);
  left: 12px
}

.google-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.google-login svg {
  width: 20px
}

.google-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 105
}

.order-btn-section {
  display: flex
}

.service-point-container, .service-title-container {
  display: flex
}

.service-point-container {
  flex-wrap: wrap;
}

.favorite-text {
  display: none;
}

#pills-pm-history-tab, #pills-add-funds-tab {
  border: 1px solid #ffbd00;
}

div.i-primary:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width:991px) {
  .af-nav-1 {
    flex-direction: column;
  }

  .af-nav-1>li {
    width: 100%;
    margin: .5rem 0;
  }

  .copy-btn {
    height: 50px
  }

  #header {
    max-height: 70px
  }

  .search-with-id {
    flex-direction: column;
    gap: 15px
  }

  .search-with-id .col-lg-2 .btn {
    width: 170px
  }

  .service-title-container {
    justify-content: space-between;
    width: 100%
  }

  .service-item .service-title-container>div {
    width: max-content
  }

  .service-title-container>div:first-child {
    order: 1
  }

  .favorite-text {
    display: inline;
  }

  .service-point-container {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: var(--dash-bg);
    border-radius: 10px;
    padding: 5px 10px 8px;
    gap: 2px
  }

  .service-point-container>div {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .service-item .s-col-avtime, .service-item .s-col-c {
    width: 100%
  }

  .service-item .s-col-m[data-title="Min:"], .service-item .s-col-c[data-title="Max:"] {
    width: 45%;
  }

  .service-item .s-col-btn {
    flex: 1
  }

  .service-item * {
    font-size: 13px;
  }

  .service-item .s-row {
    gap: 5px;
  }
}

@media (max-width:380px) {
  .copy-btn, .search-with-id .col-lg-2 .btn {
    font-size: 13px
  }

  .search-with-id .col-lg-2 .btn {
    width: 130px
  }

  .pop-copy__text {
    font-size: 13px
  }

  .sp-serv-sm {
    font-size: 15px
  }

  .af-nav .nav-item {
    padding: 10px 5px;
  }
}

.pop-sign {
  position: fixed;
  transform: translate(-50%, -20%);
  top: 0;
  left: 50%;
  width: 150vw;
  height: 175vh;
  background: #000000CC;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity .4s ease;
}

.pop-sign-on {
  display: flex;
  opacity: 1;
}

.body-sign-on {
  overflow: hidden;
}

.pop-sign-container {
  padding: 20px;
}

.pop-sign__block {
  position: relative;
  border: 1px solid var(--border);
  background: var(--second-bg);
  border-radius: 10px;
  padding: 34px 28px;
  width: 558px;
}

.pop-sign__header {
  position: absolute;
  top: -9px;
  right: 5px;
}

.pop-sign__btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
}

.pop-sign__link {
  width: 100%;
}

div.i-primary:nth-child(2) {
  position: relative;
  left: 2px;
}

@media (max-width: 991px) {
  div.i-primary:nth-child(2) {
    left: 0;
  }
}

@media (max-width: 768px) {
  .p-4 form input[type="password"].left-input {
    left: -22px;
  }
}

@media (max-width: 600px) {
  .pop-sign__block {
    width: 380px
  }
}

@media (max-width: 420px) {
  .pop-sign__block {
    width: 300px
  }
}

.picksection {
  display: flex;
  align-items: center;
  gap: 10px;
}

.picksection__item, .pickcountry {
  padding: 10px 5px 10px 5px;
  background: var(--dash-bg);
  border-radius: 10px;
  color: var(--white-text);
  ;
  cursor: pointer;
}

.picksection__item {
  flex-shrink: 0;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
}

.pickcountry {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.pickcountry:hover {
  color: #d0a933;
}

.pickcountry__current {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.pickcountry__container {
  position: relative;
  display: inline-block;
  width: 10px;
}

.pickcountry__trig {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.pickcountry__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid var(--border);
  box-shadow: 0 5px 30px rgba(255, 255, 255, .1);
  background: var(--dash-bg);
  border-radius: 10px;
  flex-direction: column;
  align-items: start;
  padding: 10px 0;
  overflow: auto;
  overflow-x: hidden;
  height: 245px;
}

.pickcountry__options.active {
  display: flex;
}

#cat.my {
  overflow: visible;
}

.pickcountry__options>.dy-cat-btn {
  padding: 9px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  color: var(--white-text);
  ;
}

.pickcountry__options>.dy-cat-btn:hover {
  background: var(--second-bg);
}

.pickcountry__options img {
  height: 13.55px;
}

.pickcountry__title {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 415px) {
  .pickcountry__title, .picksection .dy-cat-btn {
    font-size: 14px;
  }
}

.search-result-parameters {
  display: flex;
  align-items: center;
  gap: 10px;

}

.search-result-parameters .red {
  color: #c63d3d;
}

.search-result-parameters .green {
  color: green
}

.search-result-parameter {
  font: 400 12px/1.5 'Poppins', 'BlinkMacSystemFont', "Segoe UI", 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', "Open Sans", "Helvetica Neue", sans-serif
}

@media (max-width: 991px) {
  .search-result-parameter {
    font: 400 9px/1.5 'Poppins', 'BlinkMacSystemFont', "Segoe UI", 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', "Open Sans", "Helvetica Neue", sans-serif
  }

  .card-body>div {
    flex-direction: column;
  }

  .card-body>div>div:first-child {
    width: 100%;
  }

  .card-body>div>div:first-child .d-lg-none {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .btn-group {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 0;
  }

  .bnt__id, .btn__status, .btn__help {
    padding: 0;
    height: 45px;
  }

  .bnt__id>.op-stats.op-stats-sm {
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .op-stats {
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .btn__help .op-stats.op-stats-btn {
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .orders__card_info {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .orders__link {
    order: -1;
  }

  .orders-nav-link {
    padding: 10px 8px;
  }

  .orders__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .orders__params {
    flex-direction: column;
    justify-content: space-between;
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 12px;
    width: 100%;
  }

  .orders__params>div {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .orders__params .op-item {
    flex-direction: row;
    width: 100%;
    border: 1px solid #d0a933;
    justify-content: space-between;
    padding: 0 0 0 10px;
    border-radius: 5px;
    height: 29px;
  }

  .orders__params .title {
    white-space: nowrap;
  }

  .orders__params .text {
    padding: 0;
    height: 100%;
    min-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orders__use {
    grid-column: 2/3;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin: 0 !important;
  }

  .orders__use .icon i {
    position: static;
  }

  .orders__use>div {
    padding: 0;
    height: 29px;
    overflow: hidden;
  }

  .orders__use .op-item {
    flex-direction: row;
    padding: 0 0 0 10px;
    border: 1px solid #d0a933;
    border-radius: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .orders__use .op-item .text {
    padding: 0 5px;
    min-width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orders__use .op-date, .df-date {
    border: 1px solid #d0a933;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orders__use .op-stats {
    padding: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orders__use .order-actions {
    width: 100%;
    height: 100%;
  }

  .orders__progress {
    order: -2;
  }

  .orders__bottom .text, .orders__bottom .title, .orders__bottom .op-item .icon {
    font-size: 10px
  }
}

.orders__progress {
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  height: 30px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

html.dark .orders__progress {
  border-color: var(--border);
}

.orders__scale {
  height: 100%;
  width: 100%;
  background: var(--border);
}

.orders__progress-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.op-item>.text .text {
  background: none;
}

.df-date {
  font-weight: 600;
  font-size: 13px;
}

@media (max-width: 991px) {
  .col-lg-auto.col-md-auto.mb-1.mb-lg-0 .d-lg-none .btn-group:nth-child(1) {
    padding-left: 0;
  }

  .refill__di__contrainer {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
  }

  .refill__di__contrainer * {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
  }

  .refill__di__contrainer .text {
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .refill__id-p {
    width: 100%;
    padding: 0;
  }

  .refill__id, .refill__data {
    display: flex;
    flex-direction: row;
    border: 1px solid #d0a933;
    border-radius: 5px;
    padding: 0 10px;
    width: 100%;
  }

  .refill__id {
    justify-content: space-between;
    padding-right: 0;
  }
}

@media (max-width: 762px) {
  .nav.nav-pills {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
  }

  .pull-right {
    grid-column: 1/4;
  }

  #refunds-table * {
    font-size: 14px;
    padding: 10px 5px;
  }

  #refunds-table a {
    display: inline-block;
    padding: 5px;
  }
}

.fas.fa-headset::before {
  color: #000 !important;
}

html.dark .fas.fa-headset::before {
  color: #fff !important;
}

@media (max-width: 410px) {
  .neworeder__filter__text {
    font-size: 12px;
  }

  .neworeder__filter__text-block {
    padding: 10px;
  }
}

html:not(.dark) .glow-btn, html:not(.dark) .temp-glow {
  background: transparent !important;
  color: #000 !important;
}

html:not(.dark) .glow-btn::before, html:not(.dark) .temp-glow::before {
  background: #fff !important;
  border: 2px solid #ffbd00 !important;
  filter: none !important;
  transition: border .3s ease !important;
  box-shadow: 0px 0px 8px -2px #ffbd00;
}

html:not(.dark) .glow-btn:hover::before, html:not(.dark) .temp-glow:hover::before {
  border: 2px solid #000 !important;
  box-shadow: 0px 0px 8px -2px #000;
}

html:not(.dark) .glow-btn>li, html:not(.dark) .temp-glow>li {
  background: #fff !important;
}

html:not(.dark) .glow-btn *, html:not(.dark) .temp-glow * {
  color: #000 !important;
}

#addFunds-tab.nav.nav-pills.align-items-center>li.active .i-primary, #addFunds-tab.nav.nav-pills.align-items-center>li.active span {
  color: #d0a933 !important;
}

html:not(.dark) #header div.btn {
  background: #fff;
  border: 2px solid #ffbd00;
}

html:not(.dark) #header a span {
  color: #000 !important;
}

html:not(.dark) .orders-list-dy a[data-bs-target]:hover {
  box-shadow: 0px 0px 4px 0px #000 !important;
}

html:not(.dark) .orders-list-dy a[data-bs-target]::before, html:not(.dark) .orders-list-dy a[data-bs-target]::after {
  background: #fff;
  border: 2px solid #ffbd00;
  transition: border .1s ease;
}

html:not(.dark) .orders-list-dy a[data-bs-target]:hover::before {
  opacity: 0;
}

html:not(.dark) .orders-list-dy a[data-bs-target]:hover::after {
  border: 2px solid #000;
}

html:not(.dark) .glow-blue-btn::before, html:not(.dark) .glow-blue-btn::after {
  background: #fff;
}

html:not(.dark) .glow-blue-btn * {
  color: #000;
}

.glow-blue-btn:disabled {
  cursor: default;
  opacity: .5;
}

.glow-blue-btn:disabled::before, .glow-blue-btn:disabled::after {
  background: var(--second-bg);
}

.ticket-msg {
  display: flex;
  flex-direction: column;
}

.ticket-msg p {
  margin: 0;
}