@charset "UTF-8";

.dev-mode {
  display: none !important;
  opacity: 0 !important;
  z-index: -3 !important;
  transform: translate(-200%, -200%) scale(0);
}
.close {
  background-color: #ffffff21;
  border: none;
  border-radius: 7px;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1500px) {
  html {
    zoom: 0.8;
  }
}

.p-color {
  color: #ffffff !important;
}

.s-color {
  color: #ffffff !important;
}

.i-color {
  color: #ffffff !important;
}

.w-color {
  color: #ffffff !important;
}

.d-color {
  color: #ffffff !important;
}

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

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-Bold.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-Medium.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-SemiBold.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-ExtraBold.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-ExtraBold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-Regular.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-Thin.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-Thin.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-Light.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-ThicccAF.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-ThicccAF.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI Semi";
  src: url("https://jordisansdj.com/megavirality/THICCCBOI-Black.woff2")
      format("woff2"),
    url("https://jordisansdj.com/megavirality/THICCCBOI-Black.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body,
html {
  font-family: "THICCCBOI", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #fff;
}

body {
  background-color: #14161c;
  width: 100%;
  overflow-x: hidden;
}

body.stop-body {
  overflow: hidden;
}

.root .app-content {
  padding-top: 86px;
}

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

.container {
  width: ;
}

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

.btn {
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  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: 16px 20px;
    border-radius: 12px !important;
  }
}

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

.btn:hover {
  color: #fff;
}

.btn.btn-primary {
  background: #0139ff;
  box-shadow: 0px 24px 40px #0139ff4a;
  border-radius: 100px;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #d37518;
}

.btn.btn-primary.btn-border {
  background: #0139ff;
  border: 1px solid #f2ac68;
  box-shadow: none;
  color: #ffffff;
}
.btn.btn-white {
  color: #001256;
  border-radius: 15px;
  background: #f6f9ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.btn.btn-white:hover {
  color: #001256;
  background-color: #edf1f9;
}
.btn.btn-primary.btn-border:hover {
  color: #fff;
  background: #e5790e;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
  box-shadow: 0 0 0 0.25rem rgb(64 203 179 / 0%);
}

.btn.btn-secondary {
  background: #2e333d;

  border-radius: 100px;
  color: #fff;
}

.btn.btn-secondary:hover {
  background: #0139ff;
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  overflow: hidden;
}

.btn.btn-secondary.btn-border {
  background: #0139ff;
  border: 1px solid #f09f4e;
  box-shadow: none;
  color: #ffffff;
}

.btn.btn-secondary.btn-border:hover {
  background: #d37416;
  color: #fff;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  box-shadow: 0 0 0 0.25rem rgb(255 90 165 / 0%);
}

.btn.btn-info {
  background: #5ad7ff;
  box-shadow: 0px 24px 40px rgba(64, 203, 179, 0.1);
  border-radius: 15px;
  color: #fff;
}

.btn.btn-info:hover {
  background: #48bde4;
}

.btn.btn-info.btn-border {
  background: #0139ff;
  border: 1px solid #0139ff;
  box-shadow: none;
  color: #ffffff;
}

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

.btn.btn-info:focus,
.btn.btn-info:active {
  box-shadow: 0 0 0 0.25rem rgba(90, 215, 255, 0.25);
}

.btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
label {
  color: #001256;
}
#s_desc {
  background-color: #fff;
  color: #001256;
}
.help-block.min-max {
  color: #001256;
}
a {
  color: #2dfad5;
  text-decoration: none;
}

a:hover {
  color: #1bd6b4;
}

.card {
  background: #1e2028;
  border: 1px solid #353c48;
  border-radius: 10px;
}

.card .card-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 0;
  color: #001256;
}
.card.cardo-info .card-body .card-title {
  color: #fff;
}

.card .card-head-text {
  padding-top: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #72879d;
  margin-bottom: 0px;
}

.card .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #1e2127;
  padding: 39px;
}

.card-border {
  border: 1px solid #2b2f38;
}

.divider {
  border-bottom: 1px solid #373e4b;
  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: #272b33;
  border: 1px solid #3d444f;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 20px 25px;
}
.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: #2d313a;
  background-color: #292e36;
  color: #fff;
}

.form-control:disabled,
.form-select:disabled {
  background: #292d34;
  cursor: not-allowed;
}

.form-select {
  position: relative;
}

.form-select::after {
  content: "";
  position: absolute;
  display: block;
  color: #fff;
  width: 100px;
  height: 100px;
}

.header {
  position: fixed;
  top: 0px;
  background-color: #001358;
  width: 100%;
  border-bottom: 1px solid rgb(192 201 216 / 0%);
  z-index: 1030;
  transition: 0.14s ease;
}

.header.fixed {
  background-color: #001358d1;
}
.footer-logo {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .header.fixed {
    background-color: #001358d1;
    backdrop-filter: blur(30px);
  }

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

.b-menu-wrapper {
  display: block;
  position: fixed;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  background: #252c3b;
  /* border: 1px solid #ffffff0f; */
  border-radius: 30px 30px 0 0;
  padding: 24px 10px;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
  transition: 0.14s ease;
  transform: translateY(101%);
  opacity: 0.4;
}

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

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

.nwoCard {
  position: relative;
  border-radius: 15px;
  border: none;
  border-color: transparent;
  overflow: hidden;
  margin-bottom: 30px;
  @include media($lg) {
    margin-bottom: 0;
  }
  &::before {
    content: "";
    width: 125px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(
      25.76deg,
      #ffffff -140.08%,
      rgba(255, 255, 255, 0) 99.32%
    );
    position: absolute;
    left: -20px;
    bottom: -70px;
  }

  &::after {
    content: "";
    width: 250px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(
      209.57deg,
      #ffffff -64.88%,
      rgba(255, 255, 255, 0) 98.69%
    );
    position: absolute;
    right: -120px;
    top: -170px;
  }

  .card-body {
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    @include media($md) {
      padding: 30px;
    }
  }

  .icon {
    background: rgba(255, 255, 255, 0.25);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    @include media($md) {
      display: flex;
    }
  }

  .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }

  .value {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 0;
  }
}

.nwoCtFlt {
  background: #ffffff;
  border: 1px solid #ebf2fa;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  width: 100%;
  outline: none;
  align-items: center;
  padding: 10px;
  gap: 20px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: 0.14s ease;

  .icon {
    background: #0083ff;
    border-radius: 50%;
    width: 46px;
    color: #fff;
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
  }
  .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #0c2447;
  }

  &:focus {
    box-shadow: 0 0 0 0.25rem rgba($color: $primary-color, $alpha: 0.2);
  }

  &.active {
    background-color: #e8f3ff;
  }
}

.nwoNav {
  background: #ffffff;
  border-radius: 30px;
  margin: 0;
  list-style: none;
  padding: 7px 8px;
  display: flex;

  .nwoNavLink {
    border: none;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    color: $secondary-color;
    padding: 11px 25px;
    transition: 0.14s ease;
    &.active {
      background: #0083ff;
      color: #ffffff;
    }
  }
}

.nwoTabs {
  .nwoTab {
    display: none;
    &.active {
      display: block;
    }
  }
}

.nwoDeIt {
  height: 47px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f7fafc;
  border-radius: 15px;

  &.description {
    height: auto;
    padding: 20px;
    .text {
      color: #0c2447;
    }
    @include media($lg) {
      padding: 30px;
    }
  }

  .icon {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: $secondary-color;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #393d46;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}

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

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

.menu-btn {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  background-color: #0139ff;
  color: #ffffff;
  outline: none;
  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, 0.2);
  color: #fff;
  outline: none;
  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;
  }
}

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

@media (min-width: 992px) {
  .nmenu {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 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: #ffffff;
  opacity: 0.5;
  padding: 7px 20px;
  transition: 0.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: #0139ff !important;
  }
}

.nmenu .nmenu-item .nmenu-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 10px;
  box-shadow: 0px 0px 40px #0139ffe6;
  right: 10px;
  border-radius: 10px 10px 0px 0px;
  height: 7px;
  opacity: 0;
  background-color: transparent;
}

.nmenu .nmenu-item .nmenu-link:hover {
  opacity: 0.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: 0px;
  left: 0px;
  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: 60px 0;
}

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

.hh-box-title {
  background: #1e2127;
  border: 1px solid #32363f;
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  color: #fff;
  margin-bottom: 34px;
}

.hh-box-title .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

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

.hh-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 40px;
}

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

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

.hh-title span::before {
  content: "";
  position: absolute;
  right: 0px;
  background: url(https://storage.perfectcdn.com/dfdhtt/5hj9epxjozdafzly.png)
    no-repeat;
  top: 100%;
  height: 40px;
  width: 90%;
}

.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: -320px;
  }
}

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

.hl-title .icon {
  border: 1px solid #3a4259;
  color: #fff;
  background-color: #1e2127;
  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: #ffffff;
}

.dhacc {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  color: #ffffff;
}

.home-input {
  background: #272a31;
  border-radius: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #0139ff;
  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 0 0.25rem rgb(45 250 213 / 0%);
}

.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: none;
  background-color: transparent;
  height: 76px;
  flex: 1;
  color: #fff !important;
}

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

.home-input input:focus,
.home-input select:focus {
  color: #fff;
}

.hl-btn {
  width: 56px;
  height: 56px;
  background: #272931 !important;
  border: 1px solid #33353f !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 {
  color: #fff;
  background-color: #0139ff !important;
}

.lg-btn {
  padding: 18px 10px;
}

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

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

.home-platforms {
  padding: 70px 0;
}

.hpla-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.hpla-wrapper::-webkit-scrollbar {
  display: none;
}

.hpla-wrapper .hpla-item {
  transition: 0.14s ease;
}

.hpla-wrapper .hpla-item:hover {
  filter: grayscale(0) invert(1);
}

.home-diff-sec {
  padding: 80px 0;
}

.htbox {
  position: relative;
  width: 40px;
  height: 40px;
  background: #0139ff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.home-title h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.home-title h2 span {
  color: #0139ff;
  position: relative;
}

.home-title h2 span::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(https://storage.perfectcdn.com/dfdhtt/kfhedzji0trogrhs.png);
  background-repeat: no-repeat;
  background-position: right top;
  top: 100%;
  height: 40px;
  width: 100%;
}

.home-title.c-2 h2 span::before {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/k7z9omli33fo2x27.png);
}

.home-title.c-3 h2 span::before {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/k7z9omli33fo2x27.png);
}

.home-title.c-2 .htbox {
  background-color: #0139ff;
  color: #ffffff;
}

.home-title.c-2 h2 span {
  color: #0139ff;
}

.home-title.c-3 .htbox {
  background-color: rgba(90, 215, 255, 0.5);
  color: #5ad7ff;
}

.home-title.c-3 h2 span {
  color: #0139ff;
}

.home-text {
  font-size: 17px;
  line-height: 34px;
  color: #797d89;
  display: inline-block;
  max-width: 800px;
}

.diff-card {
  position: relative;
  padding: 20px 0;
  margin-bottom: -1px;
}

.diff-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #0139ff;
  height: 0px;
  transition: 0.14s ease;
}

.diff-card:hover::after {
  height: 3px;
}

@media (min-width: 992px) {
  .diff-card {
    padding: 20px 0 60px;
  }
}

.diff-card .diff-card--icon {
  width: 82px;
  height: 82px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
  color: #fff;
}

.diff-card .diff-card--icon.icon-1 {
  background: #0139ff;
}

.diff-card .diff-card--icon.icon-2 {
  background: #343641;
}

.diff-card .diff-card--icon.icon-3 {
  background: #0139ff;
}

.diff-card .diff-card--icon.icon-4 {
  background: #343641;
}

.diff-card .diff-card--title {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 16px;
}

.diff-card .diff-card--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #ffffff47;
  max-width: 210px;
}

.diff-row {
  border-bottom: 1px solid #ffffff21;
}

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

.hcoc-card {
  background: #1e2127;
  box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  border: 1px solid #2b2f38;
  position: relative;
  overflow: hidden;
}

.hcoc-card::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 95% 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/dfdhtt/x1ezkywtn7tfs5ek.png);
    border-radius: 15px;
    border: 1px solid #3d4252;
    background-repeat: no-repeat;
  }

  .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: -0.04em;
  color: #ffffff;
}

.hcoc-card .hcoc-text {
  background: linear-gradient(
      89.31deg,
      rgba(255, 90, 165, 0.38) 4.55%,
      rgba(255, 255, 255, 0) 43.29%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

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

.home-rise-section .hrs-card {
  background: #1e2127;
  box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #252831;
}

@media (min-width: 992px) {
  .home-rise-section .hrs-card {
    padding: 43px 40px;
  }
}

.home-rise-section .hrs-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.home-rise-section .hrs-steps .item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-rise-section .hrs-steps .item .number .number-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #343641;
  border: 1px solid #495368;
  box-sizing: border-box;
  border-radius: 36px;
  width: 72px;
  height: 72px;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.04em;
}

.home-rise-section .hrs-steps .item .content h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 6px;
}

.home-rise-section .hrs-steps .item .content p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #797d89;
  margin: 0;
  padding: 0;
}

.home-rise-section .rise-video {
  display: block;
  border: 1px solid #434d64;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  background-color: #212735;
  position: relative;
  padding-top: 54.25%;
  text-decoration: none;
}

.home-rise-section .rise-video iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: block;
}

@media (min-width: 992px) {
  .home-rise-section .rise-video {
    margin-left: 30px;
  }
}

.home-rise-section .rise-video .video-thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  object-fit: cover;
}

.home-rise-section .rise-video .play-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(21, 25, 34, 0.2);
  border: 1px solid #444a5b;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-hobo {
  background-image: none;
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 20px;
  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 350px;
  }
}

.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: -0.04em;
  border-radius: 100px;
  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: -0.04em;
}

.card-hobo .card-body .c-text {
  background-color: #fff;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .card-hobo.card-1 {
    background-image: url(https://storage.perfectcdn.com/dfdhtt/a89nxcc9odc9rkn3.png) !important;
  }
}

.card-hobo.card-1 .c-head .icon {
  background-color: #0139ff;
  color: #ffffff;
}

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

.card-hobo.card-1 .c-text {
  /*background: linear-gradient(89.31deg, rgb(255 138 22 / 39%) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

@media (min-width: 768px) {
  .card-hobo.card-2 {
    background-image: url(https://storage.perfectcdn.com/dfdhtt/1ipd5456ro2rf5f3.png);
  }
}

.card-hobo.card-2 .c-head .icon {
  background-color: #0139ff;
  color: #ffffff;
}

.card-hobo.card-2 .c-head .title {
  /*color: #ffffff;*/
}

.card-hobo.card-2 .c-text {
  /*background: linear-gradient(89.31deg, rgb(255 138 22 / 39%) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

@media (min-width: 768px) {
  .card-hobo.card-3 {
    background-image: url(https://storage.perfectcdn.com/dfdhtt/xn9yl3les033lopg.png);
  }
}

.card-hobo.card-3 .c-head .icon {
  background-color: #0139ff;
  color: #ffffff;
}

.card-hobo.card-3 .c-head .title {
  /*color: #ffffff;*/
}

.card-hobo.card-3 .c-text {
  /*background: linear-gradient(89.31deg, rgb(255 138 22 / 39%) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.our-ssto-box {
  background: #252c3b;
  box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  padding: 20px;
}

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

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

.testi-card {
  margin-bottom: 40px;

  background-size: cover;
  background-position: center;
}

.testi-card .tc-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 8px;
}

.testi-card .tc-top > div {
  padding: 8px 0;
}

.testi-card .tc-top .tc-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card .tc-top .tc-name {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.testi-card .tc-top .tc-stars {
  display: flex;
  align-items: center;
  gap: 6.45px;
  color: #fbbc05;
}

.testi-card .tc-content {
  border-bottom: 1px solid #40525e;
  padding-bottom: 10px;
}

.testi-card .tc-content .tc-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.04em;
  color: #797d89;
}

.tci-card {
  background: url(https://cdn.smmspot.net/cloutsy/assets/img/home/tci.svg)
    #2c3445 no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #3f4a63;
  box-sizing: border-box;
  border-radius: 35px;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .tci-card {
    padding: 40px 30px;
  }
}

@media (min-width: 768px) {
  .tci-card {
    padding: 80px 64px;
  }
}

.tci-card .tci-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
  background: linear-gradient(
      93.63deg,
      rgba(255, 90, 165, 0.38) 4.51%,
      rgba(255, 255, 255, 0) 37.32%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tci-card .btn {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.04em;
  color: #ffffff;
  padding: 0;
  margin-top: 36px;
}

.tci-card .btn span {
  font-weight: 600;
}

.tci-card .tci-image {
  position: absolute;
  bottom: 0px;
  right: 74px;
  display: none;
}

@media (min-width: 768px) {
  .tci-card .tci-image {
    display: block;
    right: 0;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .tci-card .tci-image {
    right: 74px;
    width: inherit;
  }
}

.home-last {
  padding: 100px 0;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  overflow: inherit;
}

.home-last .hlbg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-52%);
}

.home-last .container {
  position: relative;
  z-index: 3;
}

.home-last .social-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 160%;
  z-index: 4;
}

.home-last .social-icons .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #2dfad5;
  color: #fff;
  font-size: 20px;
}

.home-last .social-icons .social-icon.si-tw {
  left: 10px;
  top: 20px;
  background: #0139ff;
  box-shadow: 0px 4px 50px #0139ff;
}

.home-last .social-icons .social-icon.si-ig {
  bottom: 20px;
  right: 20px;
  transform: scale(1.7);
  background: #0139ff;
  box-shadow: 0px 4px 50px #0139ff;
}

.home-last .social-icons .social-icon.si-fb {
  top: 30px;
  right: 0px;
  transform: scale(1.5);
  background: #0139ff;
  box-shadow: 0px 4px 50px #0139ff;
}

.home-last .social-icons .social-icon.si-yt {
  bottom: 30px;
  left: -20px;
  transform: scale(1.5);
  background: #0139ff;
}

.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: #0139ff;
  color: #ffffff;
}

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

.hbl-title .title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #001256;
}

.footer {
  position: relative;
  z-index: 6;
  background-image: url(https://storage.perfectcdn.com/dfdhtt/363dedtpq5i0xjg7.png);
  background-size: cover;
  background-position: bottom;
}

.footer-top {
  position: relative;
  z-index: 10;
}

.footer-top .ft-content {
  padding: 44px 0;
}

.f-divider {
  height: 1px;
  width: 100%;
  background: rgba(192, 201, 216, 0.2);
  display: block;
  position: relative;
}

.footer-menu {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu .menu-link {
  position: relative;
  display: block;
  padding: 6px 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.14s ease;
}

.footer-menu .menu-link:hover {
  opacity: 0.8;
}

.footer-menu .menu-link.active {
  opacity: 1;
}

.footer-bottom {
  position: relative;
  z-index: 10;
  padding: 45px 0;
}

.footer-cp-text {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: #737684;
}

.footer-cp-text a {
  color: #fff;
}

.footer-alert {
  display: inline-block;
  background: rgb(30 33 39);
  border: 1px solid #373c46;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  letter-spacing: -0.03em;
  color: #ffffff;
  padding: 18px 20px;
}

.footer-l-alert {
  background: #1e2127;
  border: 1px solid #353b4f;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.dashboard-root {
  position: relative;
}

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

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

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

.dashboard-root .card .card-body {
  padding: 33px;
}
.dashboard-root .card .card-body {
  padding: 13px;
}
.sidebar-toggle {
  position: fixed;
  z-index: 2000;
  bottom: 69px;
  right: 10px;
  width: 56px;
  height: 56px;
  background-color: #0139ff;
  border-radius: 15px;
  color: #ffffff;
  font-size: 28px;
  outline: none;
  border: none;
  transition: 0.14s ease;
}

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

  .sidebar-toggle.active {
    transform: translateX(260px);
  }
}

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

.sidebar-toggle .menu-bar,
.sidebar-toggle .close-i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

.sidebar {
  bottom: 0px;
  width: 260px;
  transform: translateX(-100%);
  background: #1e2127;
  border-right: 1px solid #23272f;
  position: fixed;
  left: 0px;
  top: 0px;
  transition: 0.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: 20px 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: 0px;
}

/* Track */
.sidebar-body::-webkit-scrollbar-track {
  background: #252c3b;
  border-radius: 3px;
}

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

/* Handle on hover */
.sidebar-body::-webkit-scrollbar-thumb:hover {
  background: #434e64;
}

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

.sidebar-balance .icon {
  clip-path: polygon(
    92.32051% 40%,
    93.79385% 43.1596%,
    94.69616% 46.52704%,
    95% 50%,
    94.69616% 53.47296%,
    93.79385% 56.8404%,
    92.32051% 60%,
    79.82051% 81.65064%,
    77.82089% 84.50639%,
    75.35575% 86.97152%,
    72.5% 88.97114%,
    69.3404% 90.44449%,
    65.97296% 91.34679%,
    62.5% 91.65064%,
    37.5% 91.65064%,
    34.02704% 91.34679%,
    30.6596% 90.44449%,
    27.5% 88.97114%,
    24.64425% 86.97152%,
    22.17911% 84.50639%,
    20.17949% 81.65064%,
    7.67949% 60%,
    6.20615% 56.8404%,
    5.30384% 53.47296%,
    5% 50%,
    5.30384% 46.52704%,
    6.20615% 43.1596%,
    7.67949% 40%,
    20.17949% 18.34936%,
    22.17911% 15.49361%,
    24.64425% 13.02848%,
    27.5% 11.02886%,
    30.6596% 9.55551%,
    34.02704% 8.65321%,
    37.5% 8.34936%,
    62.5% 8.34936%,
    65.97296% 8.65321%,
    69.3404% 9.55551%,
    72.5% 11.02886%,
    75.35575% 13.02848%,
    77.82089% 15.49361%,
    79.82051% 18.34936%
  );
  background: rgba(239, 159, 115, 0.25);
  width: 64px;
  height: 64px;
  color: #ef9f73;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.sidebar-balance .s-balance {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 0px;
}

.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: 30px 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: 0px;
  background-color: #0139ff;
  box-shadow: 0px 4px 25px #0139ff;
  height: 100%;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
  right: 0px;
}

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

.sidebar-menu .s-menu-item.active .s-menu-link {
  color: #0139ff;
}

.sidebar-menu .s-menu-link {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #797d89;
  align-items: center;
  padding: 14px 0;
  transition: 0.14s ease;
}

.sidebar-menu .s-menu-link:hover {
  color: #0139ff;
}

.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 0px;
}

.d-header {
  position: fixed;
  left: 0px;
  right: 0;
  padding: 34px 0;
  z-index: 1031;
  border-bottom: 1px solid transparent;
  transition: 0.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: 0px;
  }
}

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

.d-header.fixed {
  padding: 14px 0;
  background-color: #1e2127;
  border-color: #23272f;
}

.d-header .page-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  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 {
  border: 1px solid #30343c;
  display: inline-block;
  background: rgb(30 33 39);
  border-radius: 100px;
  padding: 10px 27px 10px 13px;
}

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

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

  .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: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.d-dropdown .btn .icon.c-1 {
  background-color: #0139ff;
  color: #ffffff;
}

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

.d-dropdown .btn .icon.user-avatar {
  overflow: hidden;
  border: 2px solid #0139ff;
}

.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: #ffffff;
  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: #292d34;
  border: 1px solid #2e313a;
  border-radius: 15px;
  padding: 10px 0;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 6px 24px;
}

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

#PageTitle {
  display: none;
}

.d-icon {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 400;
}

.d-icon.i-primary {
  color: rgb(255 255 255);
  background: #0139ff;
}

.d-icon.i-secondary {
  color: #ffffff;
  background: #0139ff;
}

.d-icon.i-info {
  color: #ffffff;
  background: #0139ff;
}

.d-icon.i-warning {
  color: #ffffff;
  background: #0139ff;
}

.d-icon.i-danger {
  color: #ffffff;
  background: #0139ff;
}

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

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

.dashboard-head-wrapper .dashboard-head {
  border-radius: 15px;
  background-color: #0539ff;
  border: 1px solid #6383ff;
  position: relative;
}

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

.dashboard-head::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  background-image: url(https://storage.perfectcdn.com/dfdhtt/exqcxbr9g2rw6j4x.png);
  display: none;
}

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

#service_description {
  display: block;
}

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

  #service_description {
    display: none;
  }

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

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

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

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

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

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

.dashboard-head-wrapper .dhead-body .title {
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 14px;
}

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

.dashboard-head-wrapper .dhead-body .text a {
  color: #0139ff;
}

.dashboard-head-wrapper .dhead-body .text-2 {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #72879d;
  margin-bottom: 0;
}

.dh-icon {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  position: relative;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
}
.dh-icon.icon-info {
  color: #ffffff;
  background-color: #0539ff;
  border: 1px solid #0539ff;
}
.dh-icon.icon-primary {
  color: #ffffff;
  border: 1px solid #0539ff;
  background-color: #0539ff;
}
.dh-icon.icon-secondary {
  color: #ffffff;
  border: 1px solid #0539ff;
  background-color: #0539ff;
}
.dh-icon.icon-warning {
  color: #ffffff;
  border: 1px solid #0539ff;
  background-color: #0539ff;
}
.dh-icon.icon-danger {
  color: #ffffff;
  border: 1px solid #363e48;
  background-color: #0139ff;
}

.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: 24px;
  align-items: center;
  margin-bottom: 30px;
}

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

.d-hello-card .d-hello--item .dh-right .text-2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
}

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

.d-cat-row {
  display: block;
}

.d-cat-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.d-cat-btn {
  position: relative;
  display: inline-flex;
  background: #292d34;
  border-radius: 100px;
  align-items: center;
  border: 1px solid #3e444e !important;
  justify-content: center;
  padding: 6px 20px;
  color: #ffffff;
  outline: none;
  border: 1px solid transparent;
  transition: 0.14s ease;
  cursor: pointer;
}

.d-cat-btn.active {
  background-color: #0139ff;
  color: #ffffff !important;
  border-color: #fc942d;
}

.d-cat-btn:hover {
  background-color: #0139ff;
  color: #fff;
}

.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 0px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

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

.nav-new-order .nav-item .nav-link {
  padding: 0px 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, 0.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, 0.1);
  color: #5ad7ff;
}

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

.no-serds .no-ser-box {
  background: #292d34;
  border-radius: 15px;
  border: 1px solid #363b44;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 10px;
  margin-bottom: 20px;
  gap: 10px;
}

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

.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: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.no-serds .no-ser-box .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto;
}
.nothing-found {
  color: #001256;
}
.darkmode .nothing-found {
  color: #fff;
}
.search-services {
  position: relative;
  background: #fff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  border-radius: 15px;
  color: #001256;
  height: 58px;
  display: flex;
  align-items: center;
}
body.darkmode .search-services {
  background: #101732;
  border-color: #262f30;
}
.search-services .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #92969d;
  transition: 0.14s ease;
}

.search-services .textbox {
  width: calc(100% - 40px);
  margin-left: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
body.darkmode .search-services .textbox {
  color: #fff;
}
.search-services .textbox::placeholder {
  color: #92969d;
}

.sp-service-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 30px;
}

.btn-fav {
  padding: 0;
  width: 32px;
  height: 32px;
  color: #ffffff7f;
}

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

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

.s-title-wrapper {
  padding: 0 20px;
}

@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: 0px;
    padding-right: 0px;
  }

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

.service-item {
  padding: 20px 20px;
  border: 1px solid #2a3f4e;
  background: #1e2127;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .service-item {
    padding: 20px 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, 0.18);
    color: #0139ff;
    border: 1px solid #0139ff;
  }

  .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;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.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: center;
  }

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

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

.service-item + .service-item {
  border-top: 1px solid #2a3f4e;
}

.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: #fff;
}

@media (min-width: 992px) {
  .sp-serv-sm {
    color: #ffffff7f;
    font-size: 14px;
  }
}

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

.orlc.min {
  color: #0139ff;
  background-color: rgb(255 138 22 / 12%);
}

.orlc.max {
  color: #989898;
  background-color: rgb(42 47 56);
}

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

@media (min-width: 992px) {
  .sp-services .card {
    border: 1px solid #323843;
    background: #1e2127;
  }
}

.af-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}

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

.af-nav {
  background: #292d34;
  border-radius: 105px;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px;
  margin: 0 !important;
}

.af-nav .nav-item {
  position: relative;
}

.af-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 20px;
  color: #ffffff;
  border-radius: 100px;
}

.af-nav .nav-link.active {
  background-color: #0139ff;
}

.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: #ffffff;
  padding: 15px 0px;
  width: 100%;
  border-radius: 10px;
  background: #001256;
  border: 1px solid #001256;
  box-sizing: border-box;
  border-radius: 15px;
}
.darkmode .af-nav-pay .nav-link {
  background: #0d1338;
  border: 1px solid #232728;
}
.af-nav-pay .nav-link .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.af-nav-pay .nav-link.active {
  background-color: #0139ff;
  border-color: #0139ff;
}
.darkmode .af-nav-pay .nav-link.active {
  background: #0539FF;
  border-color: #0539FF;
}
.af-pm-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #001256;
  margin-bottom: 14px;
}

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

.af-pm-text {
  font-size: 16px;
  line-height: 25px;
  color: #001256;
}

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

.af-ph {
  color: #001256;
  background: #fff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 35px 27px;
  margin-bottom: 14px;
}
.darkmode .af-ph {
  color: #fff;
  background: #1e2127;
  border: 1px solid #343942;
}
.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: #eff4ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001256;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.orders-nav-link:focus {
  box-shadow: 0 0 0 0.25rem rgb(45 250 213 / 0%);
}

.orders-nav-link.active {
  background-color: #0139ff;
  border-color: #0139ff;
  color: #ffffff;
}

.orders-nav-link:hover {
  background-color: #d0defb;
  border-color: RGBA(87, 102, 143, 0.13);
  color: #001256;
}

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

@media (min-width: 1200px) {
  .orders-nav-link {
    padding: 11px 15px;
  }
}

@media (min-width: 1400px) {
  .orders-nav-link {
    padding: 14px 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: 0.14s ease;
}

.op-search-box:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(5, 57, 255, 0.04);
}

.op-search-box:hover {
  color: #001256;
  background: #f6f9ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}

.op-search-box .icon {
  color: #001256;
}

.op-search-box input {
  transition: 0.14s ease;
  background-color: #ffffff00;
  border: none;
  outline: none;
  flex: 1;
  color: #001256;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.darkmode .op-search-box input{
  color: #ffffff;
}

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

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

.op-card .op-card--top {
  padding-bottom: 30px;
  border-bottom: 1px solid RGBA(87, 102, 143, 0.13);
}

.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 #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 20px 34px;
}

.op-stats.op-stats-sm {
  padding: 16px 30px;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.op-stats.op-stats-btn {
  padding: 20px 20px;
  display: inline-block;
  background: #293142;
  border: 1px solid #566676;
  color: #566676;
  transition: 0.14s ease;
}

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

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

.op-stats.primary {
  background-color: #0139ff;
  border-color: #0139ff;
  color: #fff;
}

.op-stats.secondary {
  background-color: rgba(255, 90, 165, 0.15);
  border-color: #0139ff;
  color: #0139ff;
}

.op-stats.info {
  background-color: rgb(90, 215, 255);
  border-color: #5ad7ff;
  color: #fff;
}

.op-stats.warning {
  background-color: #ff632e;
  border-color: #ff632e;
  color: #fff;
}

.op-stats.danger {
  background-color: #ff2626;
  border-color: #ff2626;
  color: #fff;
}
.op-stats.success {
  background-color: #45cc54;
  border-color: #45cc54;
  color: #fff;
}
.op-stats.danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 91, 91, 0.25);
}

.op-service-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #001256;
  margin-bottom: 0px;
}
.darkmode .op-service-title {
  color: #ffffff;
}

.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: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0539ff;
  opacity: 0.8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.darkmode .op-search-box.op-order-link .link{
  color: #637990;
}
.op-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #001256;
}
.darkmode .op-date{
  color: #566676;
}
.op-date::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #9aacbd;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  margin-left: 0px;
  display: none;
}

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

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

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

.op-item .title {
  font-size: 16px;
  line-height: 18px;
  color: #72879d;
}

.op-item .icon {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #001256;
}
.darkmode .op-item .icon{
  color: #ffffff;
}

.op-item .text {
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  color: #001256;
}
.darkmode .op-item .text{
  color: #ffffff;
}
.sc-ticket-card {
  padding: 20px;
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  border-radius: 15px;
  transition: 0.14s ease;
  margin-bottom: 15px;
}

.sc-ticket-card:hover {
  border-color: rgba(45, 250, 213, 0.18);
}

.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: #ffffff;
}

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

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

.sd-back:hover {
  color: #001256;
}

.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: #0539ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.14s ease;
}

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

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

.sd-tid .tid {
  display: block;
  background: rgb(5, 57, 255);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 14px 30px;
}

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

.tc-tick-id {
  background-color: #2dfad5;
  color: #fff;
  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: #797d89;
  margin-bottom: 0px;
}

.tc-ti-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.card.tc-ti-box {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/gy7frs5uwtthpp1p.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.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 {
  color: #001256;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

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

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

.card.tc-ti-box .elnao7-mark {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #001256;
}

.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 0px;
}
.ticket-message-block .ticket-msg-container .ticket-msg a {
  color: #f6f9ff;
  text-decoration: underline;
}
.ticket-message-block .ticket-msg-container {
  width: 100%;
  max-width: 780px;
}
@media (max-width: 550px) {
  .ticket-message-block .ticket-msg-container {
    width: 100%;
    max-width: 275px;
  }
  .ticket-message-block .ticket-msg-container .ticket-msg {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.ticket-message-block .ticket-msg-container .ticket-msg {
  background: #0139ff;
  border-radius: 30px;
  padding: 20px 45px;
  display: inline-flex;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #fff;
  flex-direction: column;
}

.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-block .ticket-msg-container .ticket-msg p:last-child {
  margin: 0;
}
.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;
  overflow-y: auto;
}

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

.schat-body .schat-chat-body::-webkit-scrollbar-track {
  background: #252c3b;
  border-radius: 3px;
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb {
  background: #3e4553;
  border-radius: 3px;
  transition: 0.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: #fff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  border-radius: 50px;
  height: 70px;
  align-items: center;
}
.darkmode .schat-msg-input{
  background: #101732;
  border-color: #262f30;
}
.schat-msg-input input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.darkmode .schat-msg-input input{
  color: #ffffff;
}
a {
  color: #0139ff;
  transition: 0.14s ease;
  text-decoration: none;
}

a:hover {
  color: #19b7e7;
  text-decoration: underlin;
}

.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: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.payments-table .pyt-title {
  font-weight: bold;
  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: 0px;
}

.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: #001256;
  margin-bottom: 30px;
}

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

.cp-right-box {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cp-right-box .cp-r-img {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  background-image: url(https://cdn.smmspot.net/cloutsy/assets/img/cp-img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 80%;
}

.cp-right-box .card-body {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-right-box .cp-r-title {
  color: #001256;
  font-weight: 600;
  font-size: 25px;
  margin-left: 25px;
  line-height: 31px;
}

.cp-right-box .cp-r-text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #001256;
  width: 100%;
}

@media (min-width: 992px) {
  .cp-right-box .cp-r-text {
    margin-left: 25px;
  }
}

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

.cp-exclamation {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #ff2b2b;
  font-size: 12px;
  font-weight: 700;
}

.aq {
  position: relative;
}

.aq .aq-item {
  background: #eff4ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  border-radius: 10px;
  transition: 0.32s cubic-bezier(0.17, 0.67, 0.71, 1.34);
  margin-bottom: 20px;
}

.aq .aq-item:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.16);
}
.api-nav {
  margin-right: 35px;
}
.aq .aq-item .aq-content {
  padding: 0px 26px 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.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;
  color: #001256;
}

.aq .aq-btn {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #001256;
  align-items: center;
  padding: 24px 0px;
  border: none;
  outline: none;
  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: #0539ff;
  font-size: 20px;
  margin-left: auto;
  width: 72px;
  opacity: 1;
}

.afp-ftext {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #001256;
}

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

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

.aft-item .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #57668f;
  margin-bottom: 4px;
}

.aft-item .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #001256;
}

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

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

.aft-box-row > .col:nth-child(1n) .aft-box::after {
  background-color: #0139ff00;
}

.aft-box-row > .col:nth-child(2n) .aft-box::after {
  background-color: #2dfad500;
}

.aft-box-row > .col:nth-child(3n) .aft-box::after {
  background-color: #ed7e5800;
}

.aft-box-row > .col:nth-child(4n) .aft-box::after {
  background-color: #2dfad500;
}

.aft-box-row > .col:nth-child(5n) .aft-box::after {
  background-color: #26262600;
}

.aft-box-row > .col:nth-child(6n) .aft-box::after {
  background-color: #ee5b5b00;
}

.aft-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  margin-bottom: 16px;
}

.aft-box .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #57668f;
}

.aft-box .text {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #001256;
}

.aft-box:hover::after {
  height: 10px;
}

.aft-box::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #fff;
  transition: 0.14s ease;
}

.acc-switch {
  display: flex;
  background: #272b32;
  border-radius: 100px;
  border: 1px solid #3a3f4a !important;
  height: 62px;
  padding: 8px;
  outline: none;
  border: none;
  min-width: 122px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition: 0.14s ease;
}

.acc-switch:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 90 165 / 0%);
}

.acc-switch.gs-female .acc-switch-bg {
  left: 50%;
}

.acc-switch .acc-switch-bg {
  position: absolute;
  z-index: 3;
  border-radius: 30px;
  background-color: #0139ff;
  left: 8px;
  width: calc(50% - 8px);
  top: 8px;
  bottom: 8px;
  transition: 0.2s ease;
}

.acc-switch .btn-gender {
  position: relative;
  z-index: 5;
  outline: none;
  border: none;
  background-color: transparent;
  width: calc(50% - 8px);
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: 3px solid #2dfad5;
}

.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: #001256;
}
.darkmode .acc-user .acc-username {
  color: #ffffff;
}
.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: 16px 18px 16px 22px;
  background: rgba(45, 250, 213, 0.25);
  border-radius: 15px;
  color: #2dfad5;
  align-items: center;
}

.acc-api .acc-api-key {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #2dfad5;
}

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

.blog-page .dashboard-head-wrapper {
  padding-top: 100px;
}

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

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

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

.blog-head {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-head .blog-avatar {
  width: 50px;
  height: 50px;
  border: 2px solid #0139ff;
  border-radius: 50%;
  overflow: hidden;
}

.blog-head .blog-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-head .blog-head--username {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 4px;
}

.blog-head .blog-head--site {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #92969d;
}

.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: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-blog .blog-title {
  padding: 30px;
}

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

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

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

.card-blog .blog-read-more {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #ffffff;
  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: #2d3138;
}

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

.blog-share-btn {
  display: inline-block;
  background: #0139ff;
  border: 1px solid #374462;
  box-sizing: border-box;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.14s ease;
}

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

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

.blog-share-btn:hover {
  color: #fff;
}

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

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

.bi-head-box {
  background: #19202a;
  border: 1px solid #353f55;
  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: 0.15;
}
.bi-title {
  color: #001256;
}
.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: #0139ff;
  border: 1px solid #faac5e;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.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: 0 0 30px 0;
}

.bi-service-category .bi-s-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
}

.bi-service-category .bi-s-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #92969d;
  margin: 0;
}

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

.bi-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #001256;
}

.bi-content strong {
  color: #001256;
}

.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: #2a3f4e;
  }
}

@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;
  }
}

.bi-about-cloutsy {
  padding-bottom: 30px;
}

.bi-about-cloutsy .bi-about-avatar {
  width: 72px;
  height: 72px;
  border: 2px solid #2dfad5;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
}

.bi-about-cloutsy .bi-about-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bi-about-cloutsy .bia-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
}

.bi-about-cloutsy .bia-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin: 0;
}

.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: #ffffff;
}

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

.api-title {
  font-size: 18px;
  line-height: 22px;
  color: #001256;
  font-weight: 600;
}

.api-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #001256;
}

.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: #001256;
}

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

.register-page::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 50%;
  bottom: 0px;
  top: 0px;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 672px 616px;
  background-position: right center, center center;
}

@media (min-width: 768px) {
  .register-page::before {
    background-image: url(https://i.imgur.com/Knyno2i.png),
      url(https://i.imgur.com/zzgGoaS.png);
    border: 1px solid #232630;
  }
}

.register-page .testi-card {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.register-page .testi-card .tc-content {
  border: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.register-page .testi-card .tc-text {
  margin: 0 !important;
}

.register-page .sd-back::after {
  opacity: 0;
}

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

.rp-left-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
  margin-top: 36px;
  margin-bottom: 24px;
  background: linear-gradient(
      89.31deg,
      rgb(255 138 22 / 28%) 4.55%,
      rgba(255, 255, 255, 0) 69.39%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rp-left-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #ffffff42;
  margin-bottom: 60px;
}

.rp-left-s-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.04em;
  background: linear-gradient(
      89.31deg,
      rgb(255 138 22 / 26%) 4.55%,
      rgba(255, 255, 255, 0) 69.39%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rp-icon {
  background: rgba(45, 250, 213, 0.26);
  color: #2dfad5;
  font-size: 24px;
  border-radius: 16px;
  width: 56px;
  height: 56px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-sign-up-title {
  font-weight: 600;
  font-size: 24.226px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

/** actulus */

.select-container {
  position: relative;
  width: 100%;
}

.select-container.open .select-options-wrapper {
  display: flex;
}

.select-container.open .select-arrow {
  transform: rotate(180deg);
}

.select-button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  background-color: transparent;
  transition: 0.14s ease;
  outline: none;
  line-height: 20px;
  background: #292d34;
  border: 1px solid #3a3f49;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 20px 25px;
}

.select-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.selected-text {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.14s ease;
}

.select-options-wrapper {
  border-radius: 20px;
  position: absolute;
  z-index: 6;
  display: none;
  align-items: center;
  flex-direction: column;
  transition: 0.14s ease;
  background: #292d34;
  border: 1px solid #30333c;
  top: 70px;
  width: 100%;
}

.select-options {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 8px;
  display: flex;
  gap: 2px;
  flex-direction: column;
  max-height: 240px;
  overflow-y: auto;
}

.select-options::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
  background: #2e384c;
  border-radius: 3px;
}

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

/* Handle on hover */
.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: none;
  background-color: transparent;
  text-align: left;
  color: #7c7c7c;
}

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

.select-option.active {
  color: #fff;
}

.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: none;
}

.search-input:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
}

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

.modal-content {
  background: #f6f9ff;
  border-radius: 15px;
  border: none;
}

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

.modal-header {
  border-bottom: 1px solid #648ab04a;
  background: #0139ff;
}

.modal-body {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  line-height: 1.3;
}

.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: none;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
}

.pagination li.active .page-link {
  background-color: #0539ff;
  color: #fff;
}

.pagination li.active .page-link::before {
  content: "";
  bottom: 0px;
  height: 3px;
  width: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}

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

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

.pagination li .page-link {
  border: none;
  margin: 0;
  height: 50px;
  padding: 0px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17.3005px;
  line-height: 18px;
  color: #001256;
  position: relative;
  background-color: #fff;
}

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

.bootstrap-datetimepicker-widget {
  color: #fff;
}

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

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

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

/**
* player
*/

.sidebar-player {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 10px;
  width: 100%;
}

.sidebar-player .control-wrapper {
  margin: 4px -6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sidebar-player .control-btn {
  outline: none;
  border: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.769);
  background-color: transparent;
  border-radius: 50%;
}

.sidebar-player .control-btn:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.sidebar-player .control-btn .i-pause {
  display: none;
}

.sidebar-player .a-of-total {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-player.playing .album-cover {
  animation: rotating 10s linear infinite;
}

.sidebar-player.playing .control-btn .i-play {
  display: none;
}

.sidebar-player.playing .control-btn .i-pause {
  display: flex;
}

.player-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 1;
  width: 100%;
}

.album-cover {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: 0.14s ease;
}

.album-cover img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 50%;
}

.player-right {
  flex: 1;
}

.player-right .song-name {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-bottom: 0px;
}

.control-btn .i-off {
  display: flex;
}

.control-btn .i-on {
  display: none;
}

.control-btn.enabled .i-off {
  display: none;
}

.control-btn.enabled .i-on {
  display: flex;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.nwo-video {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3000;
  display: none;
}

.nwo-video.active {
  display: block;
}

.nwo-video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 100%;
}

.nwo-video-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  border-radius: 20px;
}

.nwo-video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.nwo-video-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  background-color: #262626;
  color: #77b6ab;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: none;
  padding: 0 20px;
  border-radius: 25px;
  transition: 0.14s ease;
}

.nwo-video-close:hover {
  color: #2dfad5;
}

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

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

  .op-stats {
    padding: 13px 23px;
  }

  .op-stats.op-id {
    background-color: transparent;
    border: none;
    padding: 0px;
  }

  .op-card .op-card--bottom {
    position: fixed;
    bottom: -1px;
    background: #262c3b;
    left: 0px;
    right: 0px;
    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, 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, 0.18);
    color: rgba(39, 200, 255, 1);
    border: none;
    outline: none;
  }
}

.sp-modal {
  position: fixed;
  z-index: 2020;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 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: #1e2127;
  box-sizing: border-box;
  position: fixed;
  z-index: 2021;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}

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

.sp-modal-header {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/2t08wrbylxi5i6hr.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: 25px 25px 0 0;
  }
}

.sp-modal-service-id {
  background: #0139ff26;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #0139ff;
  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: #fff;
}

.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: #1e2127;
    border: 1px solid #3a3f49;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 28px;
    margin-bottom: 22px;
  }
}

.sp-modal-body-card {
  margin-bottom: 22px;
}

.sp-modal-close {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  z-index: 2050;
  font-size: 24px;
}
.btn-close {
  opacity: 1;
  color: #0539ff;
  background-color: #ffffff;
}

.mobile-navbar {
  position: fixed;
  z-index: 1031;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 56px;
  border-top: 1px solid;
  background-color: #252c3b;
  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: #fff;
}

.mnc-item-icon {
  font-size: 20px;
  margin-bottom: 0px;
  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: #ffffff;
  vertical-align: top;
  border-color: #dee2e6;
}
.ds-first {
  position: relative;
  padding-bottom: 40px;
}

.ds-first-card {
  background: url(https://storage.perfectcdn.com/fsvxaw/lw7fcug44echc8om.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ds-status {
  position: relative;
  width: 153.83px;
  height: 46.95px;

  background: #0139ff;
  border-radius: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.ds-level-text {
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-top: 20px;
}

.ds-card {
  background: #293142;
  border: 1px solid #313949;
  border-radius: 15px;

  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;

  display: flex;
  text-align: center;
  justify-content: center;

  padding: 20px 20px;
  margin-top: 20px;
}

/* bootstrap md devices*/
@media (min-width: 992px) {
  .ds-card {
    padding: 40px 30px;
  }
}

/* bootstrap lg */
@media (min-width: 1200px) {
  .ds-card {
    margin-top: 0;
  }
}

.ds-next-level .ds-card {
  text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.5);
}

.ds-second {
  position: relative;
  padding-bottom: 40px;
}

.ds-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 14px;
}

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

.ds-cs {
  color: #2dfad5;
}

.ds-cw {
  color: #0139ff;
}

.ds-text-white,
.ds-text-white ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.ds-text-white ul {
  margin-left: 10px;
}

.ds-status-next {
  position: relative;
  width: 153.83px;
  height: 46.95px;
  background: #333a50;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.icons {
  font-size: 20px;
  display: flex;
  align-items: center;
  background: #0139ff;
  padding: 10px;
  border-radius: 8px;
}

.spans {
  font-size: 16px;
  padding: 0px 0px 0 10px;
}
.sctx-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #001256;
}
.sctc-text.time_format {
  color: #001256;
}
.agr {
  margin-bottom: 30px;
}
.op-stats.neutral {
  background-color: rgb(255, 255, 255);
  border-color: RGBA(87, 102, 143, 0.13);
  color: #001256;
}
.page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.page-item:last-child .page-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  border-radius: 50px;
  margin-top: 20px;
}
.cloutsy {
  margin-top: 60px;
  font-size: 35px;
  font-weight: 600;
}
.clo {
  color: #2dfad5;
}
.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;
}

nwoCard {
  position: relative;
  border-radius: 15px;
  border: none;
  border-color: transparent;
  overflow: hidden;
  margin-bottom: 30px;
}

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

.nwoCard .card-body {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}

@media (min-width: 768px) {
  .nwoCard .card-body {
    padding: 30px;
  }
}

.nwoCard .icon {
  background: rgb(255 138 22 / 25%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #0139ff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.nwoCard .icon-blue {
  background: rgb(22 55 255 / 25%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #0d6efd;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

@media (min-width: 768px) {
  .nwoCard .icon {
    display: flex;
  }
}

.nwoCard .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.nwoCard .value {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 0;
}
.nwoCtFlt {
  background: #ffffff;
  border: 1px solid #ebf2fa;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  width: 100%;
  outline: none;
  align-items: center;
  padding: 10px;
  gap: 20px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: 0.14s ease;
}

.nwoCtFlt .icon {
  background: #0083ff;
  border-radius: 50%;
  width: 46px;
  color: #fff;
  height: 46px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 30px;
}

.nwoCtFlt .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #0c2447;
}

.nwoCtFlt:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 255, 0.2);
}

.nwoCtFlt.active {
  background-color: #e8f3ff;
}

.nwoNav {
  background: #ffffff;
  border-radius: 30px;
  margin: 0;
  list-style: none;
  padding: 7px 8px;
  display: flex;
}

.nwoNav .nwoNavLink {
  border: none;
  outline: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent;
  color: #0c2447;
  padding: 11px 25px;
  transition: 0.14s ease;
}

.nwoNav .nwoNavLink.active {
  background: #0083ff;
  color: #ffffff;
}

.nwoTabs .nwoTab {
  display: none;
}

.nwoTabs .nwoTab.active {
  display: block;
}

.nwoDeIt {
  height: 47px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f7fafc;
  border-radius: 15px;
}

.nwoDeIt.description {
  height: auto;
  padding: 20px;
}

.nwoDeIt.description .text {
  color: #0c2447;
}

@media (min-width: 992px) {
  .nwoDeIt.description {
    padding: 30px;
  }
}

.nwoDeIt .icon {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #0c2447;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.nwoDeIt .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #393d46;
  overflow-wrap: break-word;
  max-width: 100%;
}

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

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

@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%;
}

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

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

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

@media (min-width: 992px) {
  .si-wrapper {
    width: 100%;
  }
}

.service-item {
  padding: 12px 30px;
  border-radius: 15px;
  margin-bottom: 14px;
  background: #1e2127;
  border: 1px solid #1e2127;
  box-sizing: border-box;
  border-radius: 50px;
}

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

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

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

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

  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.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: center;
  }

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

.services-head-row .service-item {
  background-color: transparent;
  border: none;
}

.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: #145bff;
}

@media (min-width: 992px) {
  .sp-serv-sm {
    color: #989898;
    padding: 10px;
    background-color: #2b2f38;
    border-radius: 100px;
    font-size: 14px;
  }
}

.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px;
  background: #f7fafc;
  color: #74809d;
  border-radius: 22px;
}

.orlc.min {
  background: rgb(255 138 22 / 17%);
  color: #0139ff;
}

.sp-services .card {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .sp-services .card {
    background-color: #1e2127;
    border: 1px solid #2b2f38;
    overflow: hidden;
  }
}

.si-header {
  padding: 25px 30px;
  background: #035bff;
  border-radius: 50px;
  margin-bottom: 14px;
}

.si-header .si-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 0;
}

.btn3.btn-secondary2.btn-border2 {
  background: #0139ff;
  border: 1px solid #f09f4e;
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  padding: 22px 25px;
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  overflow: hidden;
}

.bs-single-thumbnail {
  padding: 0px 0 30px 0;
}

.bs-single-thumbnail .blog-single-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  overflow: hidden;
}

.bs-single-content {
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.bs-single-content img {
  margin: 20px 0;
  max-width: 100%;
  border-radius: 20px;
  transition: 0.1s ease;
}

.bs-single-content img:hover {
  border-radius: 0;
}

.bs-single-footer {
  padding: 30px 0 80px;
}

.bs-footer-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 138 22 / 18%);
  color: #0139ff;
  font-size: 35px;
}

.smmspot-logos {
  max-width: 100%;
  margin: 10px 0;
}

.smmspot-row > div img {
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.smmspot-row > div img:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@charset "UTF-8";

.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: 0.8;
  }
}

.p-color {
  color: #001256 !important;
}

.s-color {
  color: #001256 !important;
}

.i-color {
  color: #001256 !important;
}

.w-color {
  color: #001256 !important;
}

.d-color {
  color: #001256 !important;
}

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

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Bold.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Medium.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-SemiBold.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-ExtraBold.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-ExtraBold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Regular.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Thin.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Thin.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Light.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-ThicccAF.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-ThicccAF.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THICCCBOI Semi";
  src: url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Black.woff2")
      format("woff2"),
    url("https://cdn.smmspot.net/cloutsy/assets/font/THICCCBOI-Black.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body,
html {
  font-family: "THICCCBOI", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #fff;
}

body {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

body.stop-body {
  overflow: hidden;
}

.root .app-content {
  padding-top: 86px;
}

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

.container {
  width: ;
}

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

.btn {
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  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: 16px 20px;
    border-radius: 120px !important;
  }
}

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

.btn:hover {
  color: #fff;
}

.btn.btn-primary {
  background: #0139ff;
  box-shadow: 0px 0px 40px #0139ff4d;
  border-radius: 15px;
  color: #fff;
}
.btn.btn-danger {
  border-radius: 15px;
}

.btn.btn-primary:hover {
  background: #1714c3a3;
}

.btn.btn-primary.btn-border {
  background: #0539ff;
  border: 1px solid #6383ff;
  box-shadow: none;
  color: #ffffff;
}

.btn.btn-primary.btn-border:hover {
  color: #fff;
  background: #182bef;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
  box-shadow: 0 0 0 0.25rem rgb(64 203 179 / 0%);
}

.btn.hl-btn:hover {
  color: #0139ff;
}
.btn.btn-secondary {
  border-radius: 19px;
  color: #001256;
  background: #f6f9ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.btn.btn-alternate {
  background-color: #f6f9ff;
  color: #001256;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  border-radius: 19px;
}

.btn.btn-secondary:hover {
  background: #0139ff;
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  overflow: hidden;
}

.btn.btn-secondary.btn-border {
  background: #0139ff;
  border: 1px solid #86a0ff;
  box-shadow: none;
  color: #ffffff;
}

.btn.btn-secondary.btn-border:hover {
  background: #d37416;
  color: #fff;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  box-shadow: 0 0 0 0.25rem rgb(255 90 165 / 0%);
}

.btn.btn-info {
  background: #0139ff;
  box-shadow: 0px 24px 40px rgba(64, 203, 179, 0.1);
  border-radius: 15px;
  color: #fff;
}
.btn.btn-alternate {
  color: #fff;
  background: #001256;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}

.btn.btn-info:hover {
  background: #0139ff;
}

.btn.btn-info:focus,
.btn.btn-info:active {
  box-shadow: 0 0 0 0.25rem rgb(90 215 255 / 0%);
}

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

a {
  color: #2dfad5;
  text-decoration: none;
}

a:hover {
  color: #1bd6b4;
}

.card {
  background: #f6f9ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  border-radius: 25px;
}
.card.info-card {
  background-color: #001256;
  border-color: #001256;
}
.card .card-header2 .card-title {
  color: #fff;
}
.card .card-head-text {
  padding-top: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #72879d;
  margin-bottom: 0px;
}

.card .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #191f2300;
  padding: 0px;
  margin-left: 0px;
}

.card-header2 {
  padding: 20px !important;
  background-color: #001256;
  border-radius: 25px 25px 0 0;
}
.card-header3 {
  padding: 20px !important;
  border-radius: 25px 25px 0 0;
  border-bottom: 1px solid RGBA(87, 102, 143, 0.13);
}

.card-border {
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.card.cardo-info {
  background: #0539ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.card.cardo-info .card-body {
  padding: 30px 25px;
}
.card.cardo-info .card-body .cp-exclamation {
  background-color: #fff;
  color: #0539ff;
}
.divider {
  border-bottom: 1px solid #373e4b;
  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: #fff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #001256;
}
#filterServices {
  color: #fff;
  background-color: #0539ff;
  border-color: RGBA(87, 102, 143, 0.13);
}
#filterServices option {
  background-color: #fff;
  color: #001256;
  border: none;
  border-radius: 0;
}
.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: #fff;
  background-color: #fff;
  color: #001256;
}
.form-control:disabled,
.form-select:disabled {
  background: #f7f7f7;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  color: #001256;
  cursor: not-allowed;
}

.form-select {
  position: relative;
}

.form-select::after {
  content: "";
  position: absolute;
  display: block;
  color: #fff;
  width: 100px;
  height: 100px;
}

.nwoCard {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  @include media($lg) {
    margin-bottom: 0;
  }
  &::before {
    content: "";
    width: 125px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(
      25.76deg,
      #ffffff30 -140.08%,
      rgb(255 255 255 / 0%) 99.32%
    );
    position: absolute;
    left: -20px;
    bottom: -70px;
  }

  &::after {
    content: "";
    width: 250px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(
      209.57deg,
      #ffffff33 -64.88%,
      rgba(255, 255, 255, 0) 98.69%
    );
    position: absolute;
    right: -120px;
    top: -170px;
  }

  .card-body {
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    @include media($md) {
      padding: 30px;
    }
  }

  .icon {
    background: rgba(255, 255, 255, 0.25);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    @include media($md) {
      display: flex;
    }
  }

  .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }

  .value {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 0;
  }
}

/*.nwoCard-row {
  .col {
    &:nth-child(1) .nwoCard {
      background: #007eff;
    }
    &:nth-child(2) .nwoCard {
      background: linear-gradient(180deg, #ff6853 0%, #ff6b00 100%), #f65619;
    }
    &:nth-child(3) .nwoCard {
      background: linear-gradient(180deg, #90df75 0%, #62b655 100%), #00b67a;
    }
    &:nth-child(4) .nwoCard {
      background: linear-gradient(180deg, #ff7f7e 0%, #fe1f1e 100%), #ff5655;
    }
  }
}*/

.nwoCtFlt {
  background: #ffffff;
  border: 1px solid #ebf2fa;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  width: 100%;
  outline: none;
  align-items: center;
  padding: 10px;
  gap: 20px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: 0.14s ease;

  .icon {
    background: #0083ff;
    border-radius: 50%;
    width: 46px;
    color: #fff;
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
  }
  .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #0c2447;
  }

  &:focus {
    box-shadow: 0 0 0 0.25rem rgba($color: $primary-color, $alpha: 0.2);
  }

  &.active {
    background-color: #e8f3ff;
  }
}

.nwoNav {
  background: #ffffff;
  border-radius: 30px;
  margin: 0;
  list-style: none;
  padding: 7px 8px;
  display: flex;

  .nwoNavLink {
    border: none;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    color: $secondary-color;
    padding: 11px 25px;
    transition: 0.14s ease;
    &.active {
      background: #0083ff;
      color: #ffffff;
    }
  }
}

.nwoTabs {
  .nwoTab {
    display: none;
    &.active {
      display: block;
    }
  }
}

.nwoDeIt {
  height: 47px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f7fafc;
  border-radius: 15px;

  &.description {
    height: auto;
    padding: 20px;
    .text {
      color: #0c2447;
    }
    @include media($lg) {
      padding: 30px;
    }
  }

  .icon {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: $secondary-color;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #393d46;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}

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

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

.menu-btn {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  background-color: #0139ff;
  color: #ffffff;
  outline: none;
  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, 0.2);
  color: #fff;
  outline: none;
  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;
  }
}

.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: 0px;
  left: 0px;
  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: 60px 0;
}

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

.hh-box-title {
  background: RGBA(187, 205, 255, 0.13);
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  border-radius: 34px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  color: #0539ff;
  margin-bottom: 34px;
}

.hh-box-title .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #001256;
}

@media (min-width: 768px) {
  .hh-box-title {
    padding: 15px 22px;
  }
}

.hh-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #001256;
  margin-bottom: 40px;
}

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

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

.hh-title span::before {
  content: "";
  position: absolute;
  right: 0px;
  background: url(https://storage.perfectcdn.com/dfdhtt/5hj9epxjozdafzly.png)
    no-repeat;
  top: 100%;
  height: 40px;
  width: 90%;
}

.hh-text {
  font-size: 14px;
  line-height: 25px;
  color: #57668f;
  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: -320px;
  }
}

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

.hl-title .icon {
  border: 1px solid #1b2357;
  color: #fff;
  background-color: #0d1338;
  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: #001256;
}

.dhacc {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  color: #ffffff;
}

.home-input {
  background: #fff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 56px;
  overflow: hidden;
  padding-left: 15px;
}

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

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

.home-input:focus-within {
  box-shadow: 0 0 0 0.25rem rgb(45 250 213 / 0%);
}

.home-input .icon {
  width: 42px;
  background: #0539ff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 14px;
}

.home-input input,
.home-input select {
  font-weight: 600;
  color: #929cb7;
  border: none;
  outline: none;
  background-color: transparent;
  height: 56px;
  margin-left: 2px;
  padding-left: 15px;
  flex: 1;
  color: #57668f !important;
}

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

.home-input input:focus,
.home-input select:focus {
  color: #fff;
}

.hl-btn {
  width: 56px;
  height: 56px;
  background: #fff !important;
  border: 1px solid RGBA(87, 102, 143, 0.13) !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: 18px;
  color: #0539ff;
}

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

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

.lg-btn {
  padding: 18px 10px;
}

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

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

.home-platforms {
  padding: 70px 0;
  position: relative;
  z-index: 500;
}

.hpla-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.hpla-wrapper::-webkit-scrollbar {
  display: none;
}

.hpla-wrapper .hpla-item {
  transition: 0.14s ease;
}

.hpla-wrapper .hpla-item:hover {
  filter: grayscale(0) invert(1);
}

.home-diff-sec {
  padding: 80px 0;
}

.htbox {
  position: relative;
  width: 40px;
  height: 40px;
  background: #0139ff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.home-title h2 {
  color: #001256;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
}
.home-rise-section .home-title h2 {
  color: #fff;
}
.home-title h2 span {
  color: #001256;
  position: relative;
}

.home-title h2 span::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(https://storage.perfectcdn.com/dfdhtt/kfhedzji0trogrhs.png);
  background-repeat: no-repeat;
  background-position: right top;
  top: 100%;
  height: 40px;
  width: 100%;
}

.home-title.c-2 h2 span::before {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/k7z9omli33fo2x27.png);
}

.home-title.c-3 h2 span::before {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/k7z9omli33fo2x27.png);
}

.home-title.c-2 .htbox {
  background-color: #0139ff;
  color: #ffffff;
}

.home-title.c-2 h2 span {
  color: #0139ff;
}

.home-title.c-3 .htbox {
  background-color: rgba(90, 215, 255, 0.5);
  color: #5ad7ff;
}

.home-title.c-3 h2 span {
  color: #fff;
}

.home-text {
  font-size: 17px;
  line-height: 34px;
  color: #57668f;
  display: inline-block;
  max-width: 800px;
}

.diff-card {
  position: relative;
  padding: 20px 0;
  margin-bottom: -1px;
}

.diff-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #0139ff;
  height: 0px;
  transition: 0.14s ease;
}

.diff-card:hover::after {
  height: 3px;
}

@media (min-width: 992px) {
  .diff-card {
    padding: 20px 0 60px;
  }
}

.diff-card .diff-card--icon {
  width: 82px;
  height: 82px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
  color: #fff;
}

.diff-card .diff-card--icon.icon-1 {
  background: #0539ff;
}

.diff-card .diff-card--icon.icon-2 {
  background: #f6f9ff;
  color: #0539ff;
}

.diff-card .diff-card--icon.icon-3 {
  background: #0539ff;
}

.diff-card .diff-card--icon.icon-4 {
  background: #f6f9ff;
  color: #0539ff;
}

.diff-card .diff-card--title {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #001256;
  margin-bottom: 16px;
}

.diff-card .diff-card--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #57668f;
  max-width: 210px;
  min-height: 68px;
}

.diff-row {
  border-bottom: 1px solid RGBA(5, 57, 255, 0.18);
}

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

.hcoc-card {
  background: #1e2127;
  box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  border: 1px solid #2b2f38;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
}

.hcoc-card::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 95% auto;
}

.hcoc-card .hcoc-body {
  position: relative;
  z-index: 5;
  padding: 30px 24px;
}

@media (min-width: 768px) {
  .hcoc-card {
    background-image: url(https://i.imgur.com/7pZ6YSj.png);
    background-position: center bottom;
    height: 100% !important;
    border-radius: 41px;
    border: none;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: cover;
    background-color: transparent;
  }

  .hcoc-card .hcoc-body {
    padding: 40px 28px;
  }
}

@media (min-width: 992px) {
  .hcoc-card .hcoc-body {
    padding: 0;
    padding-top: 100%;
    /* position: relative; */
  }
}

.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: -0.04em;
  color: #ffffff;
}

.hcoc-card .hcoc-text {
  background: linear-gradient(
      89.31deg,
      rgba(255, 90, 165, 0.38) 4.55%,
      rgba(255, 255, 255, 0) 43.29%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

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

.home-rise-section .hrs-card {
  background: #0539ff;
  box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
  border-radius: 35px;
  padding: 20px;
  border: 1px solid #0539ff;
}

@media (min-width: 992px) {
  .home-rise-section .hrs-card {
    padding: 43px 40px;
  }
}

.home-rise-section .hrs-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.home-rise-section .hrs-steps .item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-rise-section .hrs-steps .item .number .number-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 10px solid #0634df;
  box-sizing: border-box;
  border-radius: 50px;
  width: 79px;
  height: 79px;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.04em;
  color: #001256;
}

.home-rise-section .hrs-steps .item .content h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 6px;
}

.home-rise-section .hrs-steps .item .content p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #797d89;
  margin: 0;
  padding: 0;
}

.home-rise-section .rise-video {
  display: block;
  border: 1px solid #434d64;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  background-color: #212735;
  position: relative;
  padding-top: 54.25%;
  text-decoration: none;
}

.home-rise-section .rise-video iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: block;
}

@media (min-width: 992px) {
  .home-rise-section .rise-video {
    margin-left: 30px;
  }
}

.home-rise-section .rise-video .video-thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  object-fit: cover;
}

.home-rise-section .rise-video .play-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(21, 25, 34, 0.2);
  border: 1px solid #444a5b;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-hobo {
  background-image: none;
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 20px;
  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 350px;
  }
}

.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: -0.04em;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.card-hobo .card-body .c-text {
  background-color: transparent;
  color: #57668f;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .card-hobo.card-1 {
    background-image: url(https://i.imgur.com/QLnmrjf.png) !important;
  }
}

.card-hobo.card-1 .c-head .icon {
  background-color: #0139ff;
  color: #ffffff;
}

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

.card-hobo.card-1 .c-text {
  /*background: linear-gradient(89.31deg, rgb(6 0 255 / 32%) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

@media (min-width: 768px) {
  .card-hobo.card-2 {
    background-image: url(https://i.imgur.com/j6MXUOi.png);
  }
}

.card-hobo.card-2 .c-head .icon {
  background-color: #0139ff;

  color: #ffffff;
}

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

.card-hobo.card-2 .c-text {
  /*background: linear-gradient(89.31deg, rgb(22 86 255 / 39%) 4.55%, rgb(255 255 255 / 0%) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

@media (min-width: 768px) {
  .card-hobo.card-3 {
    background-image: url(https://i.imgur.com/aDYbICj.png) !important;
  }
}

.card-hobo.card-3 .c-head .icon {
  background-color: #0139ff;

  color: #ffffff;
}

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

.card-hobo.card-3 .c-text {
  /*background: linear-gradient(89.31deg, rgb(22 62 255 / 39%) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.our-ssto-box {
  background: #252c3b;
  box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  padding: 20px;
}

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

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

.testi-card {
  margin-bottom: 40px;

  background-size: cover;
  background-position: center;
}

.testi-card .tc-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 8px;
}

.testi-card .tc-top > div {
  padding: 8px 0;
}

.testi-card .tc-top .tc-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card .tc-top .tc-name {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.testi-card .tc-top .tc-stars {
  display: flex;
  align-items: center;
  gap: 6.45px;
  color: #fbbc05;
}

.testi-card .tc-content {
  border-bottom: 1px solid #40525e;
  padding-bottom: 10px;
}

.testi-card .tc-content .tc-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.04em;
  color: #797d89;
}

.tci-card {
  background: url(https://cdn.smmspot.net/cloutsy/assets/img/home/tci.svg)
    #2c3445 no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #3f4a63;
  box-sizing: border-box;
  border-radius: 35px;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .tci-card {
    padding: 40px 30px;
  }
}

@media (min-width: 768px) {
  .tci-card {
    padding: 80px 64px;
  }
}

.tci-card .tci-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
  background: linear-gradient(
      93.63deg,
      rgba(255, 90, 165, 0.38) 4.51%,
      rgba(255, 255, 255, 0) 37.32%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tci-card .btn {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.04em;
  color: #ffffff;
  padding: 0;
  margin-top: 36px;
}

.tci-card .btn span {
  font-weight: 600;
}

.tci-card .tci-image {
  position: absolute;
  bottom: 0px;
  right: 74px;
  display: none;
}

@media (min-width: 768px) {
  .tci-card .tci-image {
    display: block;
    right: 0;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .tci-card .tci-image {
    right: 74px;
    width: inherit;
  }
}

.home-last {
  padding: 100px 0;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  overflow: inherit;
}

.home-last .hlbg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-52%);
}

.home-last .container {
  position: relative;
  z-index: 3;
}

.home-last .social-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 160%;
  z-index: 4;
}

.home-last .social-icons .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #2dfad5;
  color: #0539ff;
  font-size: 20px;
}

.home-last .social-icons .social-icon.si-tw {
  left: 10px;
  top: 20px;
  background: #fff;
  box-shadow: 0px 4px 50px #939393;
}

.home-last .social-icons .social-icon.si-ig {
  bottom: 20px;
  right: 20px;
  transform: scale(1.7);
  background: #fff;
  box-shadow: 0px 4px 50px #939393;
}

.home-last .social-icons .social-icon.si-fb {
  top: 30px;
  right: 0px;
  transform: scale(1.5);
  background: #fff;
  box-shadow: 0px 4px 50px #939393;
}

.home-last .social-icons .social-icon.si-yt {
  bottom: 30px;
  left: -20px;
  transform: scale(1.5);
  background: #fff;
  box-shadow: 0px 4px 50px #939393;
}

.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;
}

.footer {
  position: relative;
  z-index: 6;
  background-color: #0539ff;
}

.footer-top {
  position: relative;
  z-index: 10;
}

.footer-top .ft-content {
  padding: 44px 0;
}

.f-divider {
  height: 1px;
  width: 100%;
  background: rgba(192, 201, 216, 0.2);
  display: block;
  position: relative;
}

.footer-menu {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu .menu-link {
  position: relative;
  display: block;
  padding: 6px 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.14s ease;
}

.footer-menu .menu-link:hover {
  opacity: 0.8;
}

.footer-menu .menu-link.active {
  opacity: 1;
}

.footer-bottom {
  position: relative;
  z-index: 10;
  padding: 45px 0;
}

.footer-cp-text {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: #fff;
}

.footer-cp-text a {
  color: #fff;
}

.footer-alert {
  display: inline-block;
  background: rgb(30 33 39);
  border: 1px solid #373c46;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  letter-spacing: -0.03em;
  color: #ffffff;
  padding: 18px 20px;
}

.footer-l-alert {
  background: #081733;
  border: 1px solid #172a53;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.dashboard-root {
  position: relative;
}

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

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

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

.sidebar-toggle {
  position: fixed;
  z-index: 2000;
  bottom: 69px;
  right: 10px;
  width: 56px;
  height: 56px;
  background-color: #0139ff;
  border-radius: 15px;
  color: #ffffff;
  font-size: 28px;
  outline: none;
  border: none;
  transition: 0.14s ease;
}

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

  .sidebar-toggle.active {
    transform: translateX(260px);
  }
}

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

.sidebar-toggle .menu-bar,
.sidebar-toggle .close-i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

.sidebar {
  bottom: 0px;
  width: 260px;
  transform: translateX(-100%);
  background: #0539ff;
  border-right: 1px solid #0539ff;
  position: fixed;
  left: 0px;
  top: 0px;
  transition: 0.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: 20px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-logo img {
  max-width: 100%;
  filter: brightness(0) invert(1);
}

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

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

/* Track */
.sidebar-body::-webkit-scrollbar-track {
  background: #252c3b;
  border-radius: 3px;
}

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

/* Handle on hover */
.sidebar-body::-webkit-scrollbar-thumb:hover {
  background: #434e64;
}

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

.sidebar-balance .icon {
  clip-path: polygon(
    92.32051% 40%,
    93.79385% 43.1596%,
    94.69616% 46.52704%,
    95% 50%,
    94.69616% 53.47296%,
    93.79385% 56.8404%,
    92.32051% 60%,
    79.82051% 81.65064%,
    77.82089% 84.50639%,
    75.35575% 86.97152%,
    72.5% 88.97114%,
    69.3404% 90.44449%,
    65.97296% 91.34679%,
    62.5% 91.65064%,
    37.5% 91.65064%,
    34.02704% 91.34679%,
    30.6596% 90.44449%,
    27.5% 88.97114%,
    24.64425% 86.97152%,
    22.17911% 84.50639%,
    20.17949% 81.65064%,
    7.67949% 60%,
    6.20615% 56.8404%,
    5.30384% 53.47296%,
    5% 50%,
    5.30384% 46.52704%,
    6.20615% 43.1596%,
    7.67949% 40%,
    20.17949% 18.34936%,
    22.17911% 15.49361%,
    24.64425% 13.02848%,
    27.5% 11.02886%,
    30.6596% 9.55551%,
    34.02704% 8.65321%,
    37.5% 8.34936%,
    62.5% 8.34936%,
    65.97296% 8.65321%,
    69.3404% 9.55551%,
    72.5% 11.02886%,
    75.35575% 13.02848%,
    77.82089% 15.49361%,
    79.82051% 18.34936%
  );
  background: rgba(239, 159, 115, 0.25);
  width: 64px;
  height: 64px;
  color: #ef9f73;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.sidebar-balance .s-balance {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 0px;
}

.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: 30px 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.active {
  background-color: rgba(255, 255, 255, 0.19);
}

.sidebar-menu .s-menu-item::before {
  content: "";
  position: absolute;
  width: 0px;
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0px 0px 23px #fff;
  height: 100%;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
  right: 0px;
}

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

.sidebar-menu .s-menu-item.active .s-menu-link {
  color: #ffffff;
}

.sidebar-menu .s-menu-link {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  align-items: center;
  padding: 14px 0;
  transition: 0.14s ease;
}

.sidebar-menu .s-menu-link:hover {
  color: #dadadb;
}

.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 0px;
}

.d-header {
  position: fixed;
  left: 0px;
  right: 0;
  padding: 34px 0;
  z-index: 1031;
  border-bottom: 1px solid transparent;
  transition: 0.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: 0px;
  }
}

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

.d-header.fixed {
  padding: 14px 0;
  background-color: #fff;
  border-color: RGBA(87, 102, 143, 0.13);
}

.d-header .page-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #001256;
  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 30px;
  }
}

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

.d-dropdown {
  border: 1px solid #0539ff;
  display: inline-block;
  background: #0539ff;
  border-radius: 100px;
  padding: 10px 27px 10px 13px;
}
.dropdown.d-dropdown {
  background: #e8f0ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}
.d-dropdown .btn {
  padding: 0;
  display: inline-flex;
  align-items: center;
  background-color: transparent !important;
}

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

  .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: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.d-dropdown .btn .icon.c-1 {
  background-color: #0139ff;
  color: #ffffff;
}

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

.d-dropdown .btn .icon.user-avatar {
  overflow: hidden;
  border: 2px solid #0139ff;
}

.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: #ffffff;
  align-items: center;
  gap: 6px;
  display: none;
}
.dropdown.d-dropdown .btn .title {
  color: #001256;
}

.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: #fff;
  display: none !important;
}
.dropdown.d-dropdown .btn .info {
  color: #001256;
}

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

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

.dropdown-menu {
  background: #292d34;
  border: 1px solid #2e313a;
  border-radius: 15px;
  padding: 10px 0;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 6px 24px;
}

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

#PageTitle {
  display: none;
}

.d-icon {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 400;
}

.d-icon.i-primary {
  color: rgb(255 255 255);
  background: rgba(255, 255, 255, 0.26);
}

.d-icon.i-secondary {
  color: #ffffff;
  background: #0139ff;
}

.d-icon.i-info {
  color: #ffffff;
  background: #0139ff;
}

.d-icon.i-warning {
  color: #ffffff;
  background: #0139ff;
}

.d-icon.i-danger {
  color: #ffffff;
  background: #0139ff;
}

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

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

.dashboard-head::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  background-image: url(https://storage.perfectcdn.com/dfdhtt/exqcxbr9g2rw6j4x.png);
  display: none;
}

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

#service_description {
  display: block;
}

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

  #service_description {
    display: none;
  }

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

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

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

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

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

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

.dashboard-head-wrapper .dhead-body .title {
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 14px;
}

.dashboard-head-wrapper .dhead-body .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0px;
}

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

.dashboard-head-wrapper .dhead-body .text-2 {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #72879d;
  margin-bottom: 0;
}

.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: 24px;
  align-items: center;
  margin-bottom: 30px;
}

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

.d-hello-card .d-hello--item .dh-right .text-2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
}

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

.d-cat-row {
  display: block;
}

.d-cat-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.d-cat-btn {
  position: relative;
  display: inline-flex;
  background: #292d34;
  border-radius: 100px;
  align-items: center;
  border: 1px solid #3e444e !important;
  justify-content: center;
  padding: 6px 20px;
  color: #ffffff;
  outline: none;
  border: 1px solid transparent;
  transition: 0.14s ease;
  cursor: pointer;
}

.d-cat-btn.active {
  background-color: #0139ff;
  color: #ffffff !important;
  border-color: #fc942d;
}

.d-cat-btn:hover {
  background-color: #0139ff;
  color: #fff;
}

.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 0px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

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

.nav-new-order .nav-item .nav-link {
  padding: 0px 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, 0.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, 0.1);
  color: #5ad7ff;
}

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

.no-serds .no-ser-box {
  background: #101732;
  border-radius: 15px;
  border: 1px solid #272e30;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 10px;
  margin-bottom: 20px;
  gap: 10px;
}

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

.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: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.no-serds .no-ser-box .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto;
}
.sp-service-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #001256;
  margin-bottom: 30px;
}

.btn-fav {
  padding: 0;
  width: 32px;
  height: 32px;
  color: #ffffff7f;
}

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

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

.s-title-wrapper {
  padding: 0 20px;
}

@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: 0px;
    padding-right: 0px;
  }

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

.service-item {
  padding: 20px 20px;
  border: 1px solid #2a3f4e;
  background: #1e2127;
  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, 0.18);
    color: #0139ff;
    border: 1px solid #0139ff;
  }

  .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;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.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: center;
  }

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

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

.service-item + .service-item {
  border-top: 1px solid #2a3f4e;
}

.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: #fff;
}

@media (min-width: 992px) {
  .sp-serv-sm {
    color: #ffffff7f;
    font-size: 14px;
  }
}

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

.orlc.min {
  color: #0139ff;
  background-color: rgb(255 138 22 / 12%);
}

.orlc.max {
  color: #d5d5d5;
  background-color: rgb(20 29 83);
}

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

@media (min-width: 992px) {
  .sp-services .card {
    border: 1px solid #323843;
    background: #1e2127;
  }
}

.af-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #001256;
  margin-bottom: 0px;
}

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

.af-nav {
  background: #fff;
  border-radius: 105px;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px;
  margin: 0 35px 0 0 !important;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}

.af-nav .nav-item {
  position: relative;
}

.af-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 20px;
  color: #001256;
  border-radius: 100px;
}

.af-nav .nav-link.active {
  background-color: #0139ff;
}

.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-pm-img {
  width: 160px;
  margin-top: 25px;
}

.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;
}
.noorders.text-center {
  color: #001256;
}
@media (min-width: 992px) {
  .orders-nav-link {
    padding: 10px 13px;
  }
}

@media (min-width: 1200px) {
  .orders-nav-link {
    padding: 11px 15px;
  }
}

@media (min-width: 1400px) {
  .orders-nav-link {
    padding: 14px 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-card {
  margin-bottom: 30px;
}
.op-card .op-card--bottom {
  padding-top: 30px;
}

.op-stats.op-stats-sm {
  padding: 16px 30px;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.op-stats.op-stats-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.op-stats.secondary {
  background-color: rgb(0 97 227);
  border-color: #418dff;
  color: #ffffff;
}

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

.op-search-box.op-order-link {
  display: flex;
  width: 100%;
  background-color: #fff;
}
.op-search-box.op-order-link .icon {
  color: #0539ff;
}

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

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

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

a {
  color: #0139ff;
  transition: 0.14s ease;
  text-decoration: none;
}

a:hover {
  color: #0139ff;
  text-decoration: underlin;
}

.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: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.payments-table .pyt-title {
  font-weight: bold;
  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: 0px;
}

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

.cp-right-box {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cp-right-box .cp-r-img {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  background-image: url(https://storage.perfectcdn.com/dfdhtt/c6zw1r96450wwk10.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.cp-top {
  margin-bottom: 30px;
}
.acc-switch {
  display: flex;
  background: #121a4d;
  border-radius: 100px;
  border: 1px solid #1a2468 !important;
  height: 62px;
  padding: 8px;
  outline: none;
  border: none;
  min-width: 122px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition: 0.14s ease;
}

.acc-switch:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 90 165 / 0%);
}

.acc-switch.gs-female .acc-switch-bg {
  left: 50%;
}

.acc-switch .acc-switch-bg {
  position: absolute;
  z-index: 3;
  border-radius: 30px;
  background-color: #0139ff;
  left: 8px;
  width: calc(50% - 8px);
  top: 8px;
  bottom: 8px;
  transition: 0.2s ease;
}

.acc-switch .btn-gender {
  position: relative;
  z-index: 5;
  outline: none;
  border: none;
  background-color: transparent;
  width: calc(50% - 8px);
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.acc-user .acc-avatar {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #292d3400;
}

.acc-user .acc-avatar img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  object-fit: cover;
}
.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: 16px 18px 16px 22px;
  background: rgb(18 26 77);
  border-radius: 15px;
  color: #ffffff;
  align-items: center;
}

.acc-api .acc-api-key {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}

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

.blog-page .dashboard-head-wrapper {
  padding-top: 100px;
}

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

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

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

.blog-head {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-head .blog-avatar {
  width: 50px;
  height: 50px;
  border: 2px solid #0139ff;
  border-radius: 50%;
  overflow: hidden;
}

.blog-head .blog-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-head .blog-head--username {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 4px;
}

.blog-head .blog-head--site {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #92969d;
}

.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: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-blog .blog-title {
  padding: 30px;
}

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

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

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

.card-blog .blog-read-more {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.card-blog .blog-read-more:hover {
  color: #0139ff;
}

.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: #2d3138;
}

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

.blog-share-btn {
  display: inline-block;
  background: #0139ff;
  border: 1px solid #374462;
  box-sizing: border-box;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.14s ease;
}

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

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

.blog-share-btn:hover {
  color: #fff;
}

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

.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: #0139ff;
  border: 1px solid #faac5e;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.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: 0 0 30px 0;
}

.bi-service-category .bi-s-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
}

.bi-service-category .bi-s-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #92969d;
  margin: 0;
}

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

.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: #ffffff;
}

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

.api-section .card-header .api-title {
  margin-bottom: 0;
}
.api-section .card-body .row {
  margin-bottom: -2rem;
}

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

.register-page .testi-card {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.register-page .testi-card .tc-content {
  border: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.register-page .testi-card .tc-text {
  margin: 0 !important;
}

.register-page .sd-back::after {
  opacity: 0;
}

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

.rp-left-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.04em;
  margin-top: 36px;
  margin-bottom: 24px;
  background: linear-gradient(
      89.31deg,
      rgb(255 138 22 / 28%) 4.55%,
      rgba(255, 255, 255, 0) 69.39%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rp-left-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #ffffff42;
  margin-bottom: 60px;
}

.rp-left-s-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.04em;
  background: linear-gradient(
      89.31deg,
      rgb(255 138 22 / 26%) 4.55%,
      rgba(255, 255, 255, 0) 69.39%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rp-icon {
  background: rgba(45, 250, 213, 0.26);
  color: #2dfad5;
  font-size: 24px;
  border-radius: 16px;
  width: 56px;
  height: 56px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-sign-up-title {
  font-weight: 600;
  font-size: 24.226px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #001256;
}

/** actulus */

.select-container {
  position: relative;
  width: 100%;
}

.select-container.open .select-options-wrapper {
  display: flex;
}

.select-container.open .select-arrow {
  transform: rotate(180deg);
}

.select-button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  background-color: transparent;
  transition: 0.14s ease;
  outline: none;
  line-height: 20px;
  background: #0539ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 20px 25px;
}

.select-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.selected-text {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.14s ease;
}

.select-options-wrapper {
  border-radius: 20px;
  position: absolute;
  z-index: 6;
  display: none;
  align-items: center;
  flex-direction: column;
  transition: 0.14s ease;
  background: #292d34;
  border: 1px solid #30333c;
  top: 70px;
  width: 100%;
}

.select-options {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 8px;
  display: flex;
  gap: 2px;
  flex-direction: column;
  max-height: 240px;
  overflow-y: auto;
}

.select-options::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
  background: #2e384c;
  border-radius: 3px;
}

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

/* Handle on hover */
.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: none;
  background-color: transparent;
  text-align: left;
  color: #7c7c7c;
}

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

.select-option.active {
  color: #fff;
}

.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: none;
}

.search-input:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem !important;
}
.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: none;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
}

.bootstrap-datetimepicker-widget {
  color: #fff;
}

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

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

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

/**
* player
*/

.sidebar-player {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 10px;
  width: 100%;
}

.sidebar-player .control-wrapper {
  margin: 4px -6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sidebar-player .control-btn {
  outline: none;
  border: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.769);
  background-color: transparent;
  border-radius: 50%;
}

.sidebar-player .control-btn:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.sidebar-player .control-btn .i-pause {
  display: none;
}

.sidebar-player .a-of-total {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-player.playing .album-cover {
  animation: rotating 10s linear infinite;
}

.sidebar-player.playing .control-btn .i-play {
  display: none;
}

.sidebar-player.playing .control-btn .i-pause {
  display: flex;
}

.player-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 1;
  width: 100%;
}

.album-cover {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: 0.14s ease;
}

.album-cover img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 50%;
}

.player-right {
  flex: 1;
}

.player-right .song-name {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-bottom: 0px;
}

.control-btn .i-off {
  display: flex;
}

.control-btn .i-on {
  display: none;
}

.control-btn.enabled .i-off {
  display: none;
}

.control-btn.enabled .i-on {
  display: flex;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.nwo-video {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3000;
  display: none;
}

.nwo-video.active {
  display: block;
}

.nwo-video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 100%;
}

.nwo-video-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  border-radius: 20px;
}

.nwo-video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.nwo-video-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  background-color: #262626;
  color: #77b6ab;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: none;
  padding: 0 20px;
  border-radius: 25px;
  transition: 0.14s ease;
}

.nwo-video-close:hover {
  color: #2dfad5;
}

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

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

  .op-stats {
    padding: 13px 23px;
  }

  .op-stats.op-id {
    background-color: transparent;
    border: none;
    padding: 0px;
  }

  .op-card .op-card--bottom {
    position: fixed;
    bottom: -1px;
    background: #21242c;
    left: 0px;
    right: 0px;
    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, 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: #0139ff;
    color: rgb(255 255 255);
    border: none;
    outline: none;
  }
}

.sp-modal {
  position: fixed;
  z-index: 2020;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 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: #0d1338;
  box-sizing: border-box;
  position: fixed;
  z-index: 2021;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}

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

.sp-modal-header {
  background-image: url(https://storage.perfectcdn.com/dfdhtt/2t08wrbylxi5i6hr.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: 25px 25px 0 0;
  }
}

.sp-modal-service-id {
  background: #0139ff26;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #0139ff;
  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: #fff;
}

.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: #101845;
    border: 1px solid #16205c;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 28px;
    margin-bottom: 22px;
  }
}

.sp-modal-body-card {
  margin-bottom: 22px;
}

.sp-modal-close {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  z-index: 2050;
  font-size: 24px;
}

.mobile-navbar {
  position: fixed;
  z-index: 1031;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 65px;
  border-top: 1px solid;
  background-color: #1e2127;
  border-color: #313949;
  padding: 7px 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: #fff;
}

.mnc-item-icon {
  font-size: 20px;
  margin-bottom: 0px;
  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: #ffffff;
  vertical-align: top;
  border-color: #dee2e6;
}
.ds-first {
  position: relative;
  padding-bottom: 40px;
}

.ds-first-card {
  background: url(https://storage.perfectcdn.com/fsvxaw/lw7fcug44echc8om.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ds-status {
  position: relative;
  width: 153.83px;
  height: 46.95px;

  background: #0139ff;
  border-radius: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.ds-level-text {
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-top: 20px;
}

.ds-card {
  background: #293142;
  border: 1px solid #313949;
  border-radius: 15px;

  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;

  display: flex;
  text-align: center;
  justify-content: center;

  padding: 20px 20px;
  margin-top: 20px;
}

/* bootstrap md devices*/
@media (min-width: 992px) {
  .ds-card {
    padding: 40px 30px;
  }
}

/* bootstrap lg */
@media (min-width: 1200px) {
  .ds-card {
    margin-top: 0;
  }
}

.ds-next-level .ds-card {
  text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.5);
}

.ds-second {
  position: relative;
  padding-bottom: 40px;
}

.ds-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 14px;
}

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

.ds-cs {
  color: #2dfad5;
}

.ds-cw {
  color: #0139ff;
}

.ds-text-white,
.ds-text-white ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.ds-text-white ul {
  margin-left: 10px;
}

.ds-status-next {
  position: relative;
  width: 153.83px;
  height: 46.95px;
  background: #333a50;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.icons {
  font-size: 20px;
  display: flex;
  align-items: center;
  background: #0139ff;
  padding: 10px;
  border-radius: 8px;
}

.spans {
  font-size: 16px;
  padding: 0px 0px 0 10px;
}
.agr {
  margin-bottom: 30px;
}
.cloutsy {
  margin-top: 60px;
  font-size: 35px;
  font-weight: 600;
}
.clo {
  color: #2dfad5;
}
.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;
}

nwoCard {
  position: relative;
  border-radius: 15px;
  border: none;
  border-color: transparent;
  overflow: hidden;
  margin-bottom: 30px;
}

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

.nwoCard .card-body {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}

@media (min-width: 768px) {
  .nwoCard .card-body {
    padding: 30px;
  }
}

.nwoCard .icon {
  background: #0539ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.nwoCard .icon-blue {
  background: rgb(22 55 255 / 25%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #0d6efd;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

@media (min-width: 768px) {
  .nwoCard .icon {
    display: flex;
  }
}

.nwoCard .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #001256;
}

.nwoCard .value {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #001256;
  margin-bottom: 0;
}
.nwoCtFlt {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  width: 100%;
  outline: none;
  align-items: center;
  padding: 10px;
  gap: 20px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: 0.14s ease;
}
#noc-wrapper .container1 {
  background: #eff4ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  padding: 20px;
  border-radius: 13px;
}
.nwoCtFlt .icon {
  background: #0139ff;
  border-radius: 50%;
  width: 46px;
  color: #fff;
  height: 46px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 30px;
}

.nwoCtFlt .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #001256;
}

.nwoCtFlt:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 255, 0.2);
}

.nwoCtFlt.active {
  background-color: #0139ff33;
}

.nwoNav {
  background: #ffffff;
  border-radius: 30px;
  margin: 0;
  list-style: none;
  padding: 7px 8px;
  display: flex;
}

.nwoNav .nwoNavLink {
  border: none;
  outline: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent;
  color: #0c2447;
  padding: 11px 25px;
  transition: 0.14s ease;
}

.nwoNav .nwoNavLink.active {
  background: #0083ff;
  color: #ffffff;
}

.nwoTabs .nwoTab {
  display: none;
}

.nwoTabs .nwoTab.active {
  display: block;
}

.nwoDeIt {
  height: 47px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f7fafc;
  border-radius: 15px;
}

.nwoDeIt.description {
  height: auto;
  padding: 20px;
}

.nwoDeIt.description .text {
  color: #0c2447;
}

@media (min-width: 992px) {
  .nwoDeIt.description {
    padding: 30px;
  }
}

.nwoDeIt .icon {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #0c2447;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.nwoDeIt .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #393d46;
  overflow-wrap: break-word;
  max-width: 100%;
}

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

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

@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%;
}

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

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

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

@media (min-width: 992px) {
  .si-wrapper {
    width: 100%;
  }
}

.service-item {
  padding: 27px 30px;
  border-radius: 15px;
  margin-bottom: 14px;
  background: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #001256;
  border-radius: 21px;
}

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

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

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

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

  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgb(255 255 255 / 76%);
    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: center;
  }

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

.services-head-row .service-item {
  background-color: transparent;
  border: none;
}

.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: #ffffff;
}

@media (min-width: 992px) {
  .sp-serv-sm {
    color: #fff;
    padding: 10px;
    background-color: #0539ff;
    border-radius: 100px;
    font-size: 14px;
    border: 1px solid RGBA(87, 102, 143, 0.13);
  }
}

.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px;
  background: #f7fafc;
  color: #74809d;
  border-radius: 22px;
}

.orlc.min {
  background: #e0eaff;
  color: #001256;
  border: 1px solid RGBA(87, 102, 143, 0.13);
}

.sp-services .card {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .sp-services .card {
    background-color: #eff4ff;
    border: 1px solid RGBA(87, 102, 143, 0.13);
    overflow: hidden;
  }
}

.si-header {
  padding: 25px 30px;
  background: #035bff;
  border-radius: 50px;
  margin-bottom: 14px;
}

.si-header .si-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 0;
}

.btn3.btn-secondary2.btn-border2 {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  color: #001256;
  font-weight: 600;
  padding: 22px 25px;
  margin-right: 32px;
  margin-left: 32px;
  border-radius: 14px;
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  overflow: hidden;
}

.bs-single-thumbnail {
  padding: 0px 0 30px 0;
}

.bs-single-thumbnail .blog-single-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  overflow: hidden;
}

.bs-single-content {
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.bs-single-content img {
  margin: 20px 0;
  max-width: 100%;
  border-radius: 20px;
  transition: 0.1s ease;
}

.bs-single-content img:hover {
  border-radius: 0;
}

.bs-single-footer {
  padding: 30px 0 80px;
}

.bs-footer-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 138 22 / 18%);
  color: #0139ff;
  font-size: 35px;
}

.smmspot-logos {
  max-width: 100%;
  margin: 10px 0;
}

.smmspot-row > div img {
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.smmspot-row > div img:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.sidebar-content .sidebar-balance {
  padding: 20px 30px;
  display: none;
}

@media (min-width: 1400px) {
  .sidebar-content .sidebar-balance {
    display: block;
  }
}

.sidebar-content .sidebar-balance-btn {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.13);
  padding: 13px 19px;
  border-radius: 12px;
  text-decoration: none;
}

.sidebar-content .sidebar-balance-left {
  flex: 1;
}

.sidebar-content .sidebar-balance-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  width: 100%;
  display: block;
}

.sidebar-content .sidebar-balance-amount {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
  display: block;
  padding-top: 6px;
}

.sidebar-content .sidebar-balance-icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header,
.card-header-navs {
  border-bottom: 1px solid RGBA(87, 102, 143, 0.13);
}

.card-header-navs {
  padding: 0;
}

.card-header {
  padding: 0 30px;
}

.card-custom-title {
  padding: 30px 0px;
  position: relative;
  margin-left: 35px;
  display: inline-block;
}

.card-custom-title::after {
  content: "";
  position: absolute;
  background-color: #3461ff;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0139ff;
}
.d-head-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #0139ff;
  color: #ffffff;
}
.modal-header.astatus {
  margin: 0 15px;
  padding: 30px;
  border-radius: 15px;
}
.modal-header.astatus h4 {
  font-size: 24px !important;
}
.status-box {
  background: rgb(33, 198, 246);
  background: linear-gradient(180deg, #0139ff 0%, #0139ff 100%);
  border-radius: 15px;
  padding: 30px 30px 15px 30px;
}
.status-box.special {
  background: rgb(35, 182, 251);
  background: linear-gradient(180deg, #0139ff 0%, #0139ff 100%);
}
.status-box.vip {
  background: rgb(88, 38, 249);
  background: linear-gradient(180deg, #0139ff 0%, #0139ff 100%);
}
.status-box.royal {
  background: rgb(144, 33, 250);
  background: linear-gradient(180deg, #0139ff 0%, #0139ff 100%);
}
.status-box h3,
.status-box p {
  text-align: center;
  color: #fff;
}
.status-box ul {
  padding-left: 0;
}
.status-box ul li {
  list-style-type: none;
  background: rgb(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}
.status-box ul li.unlisted {
  color: #0139ff;
  text-decoration: line-through;
}
.modal-footer.sfooter {
  background: #d6f4f617;
  margin: 0 15px;
  padding: 5px 15px;
  border-radius: 15px;
  justify-content: flex-start;
  color: #21c4fb;
}
.modal-footer.sfooter .sf-inn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(2rem, 2rem + 17vmin, 23rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}

* {
  box-sizing: border-box;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(
    90deg,
    rgb(188 6 6 / 0%) 0%,
    rgb(255 255 255) 19%,
    rgb(255 255 255) 48%,
    rgb(255 255 255) 88%,
    rgb(255 255 255 / 0%) 99%
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.hpla-item {
  filter: invert(1) brightness(90%);
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  user-select: none;
}

.toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.hp-fbox {
  background: #243ce6;
  -webkit-box-shadow: 0px 53px 120px rgba(30, 60, 172, 0.2);
  box-shadow: 0px 53px 120px rgba(30, 60, 172, 0.2);
  border-radius: 30px;
  background-image: url(https://storage.perfectcdn.com/601z9c/bb2sjgx5ofy7p1dk.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #7484ed;
}

.hp-fbox .hp-fbox-content {
  padding: 47px 63px;
}

.hp-fbox-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hp-fbox-item {
  text-align: left;
  margin: 15px 0;
}

.hp-fbox-item .hp-fbox-item-icon {
  height: 65px;
  width: 87px;
  position: relative;
  font-weight: normal;
  font-size: 63px;
  line-height: 57px;
  /* or 88% */
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hp-fbox-item .hp-fbox-item-icon i {
  position: relative;
  z-index: 30;
}

.hp-fbox-item .hp-fbox-item-icon::before {
  content: "";
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #344dff;
  z-index: 1;
}

.hp-fbox-item h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 62px;
  color: #ffffff;
}

.hp-fbox-item h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
}

.hf-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
}

.hf-title h2 {
  font-weight: bold;
  font-size: 37px;
  line-height: 140%;
}

body.auth.darkmode {
  background: #090e2a;
}

body.auth.darkmode #noc-wrapper .container1 {
  background: none;
  border: none;
}

body.auth.darkmode .d-header .page-title {
  color: #fff;
}

body.auth.darkmode .d-header.fixed {
  background-color: #090e2a;
}

body.auth.darkmode .dropdown.d-dropdown {
  background: rgb(16 24 68);
  border: 1px solid #1a2562;
}

body.auth.darkmode .dropdown.d-dropdown .btn .title {
  color: #fff;
}

body.auth.darkmode .dropdown.d-dropdown .btn .info {
  color: #797d89;
}

body.auth.darkmode .d-dropdown {
  border: 1px solid #1a2562;
  background: rgb(16 24 68);
}

body.auth.darkmode .d-dropdown .btn .info {
  color: #797d89;
}

body.auth.darkmode .card-border {
  border: 1px solid #1d254d;
}
body.auth.darkmode .card {
  background: #0d1438 !important;
}

/*body.auth.darkmode .dashboard-root .card .card-body {
  padding: 33px;
}*/

body.auth.darkmode .nwoCard-row .col:nth-child(1) .nwoCard {
  border: 1px solid #0d1338;
  background-color: #0d1338;
}

body.auth.darkmode .d-icon.i-primary {
  color: rgb(255 255 255);
  background: #0139ff;
}

body.auth.darkmode .nwoCard .title {
  color: #ffffff;
}

body.auth.darkmode .nwoCard .value {
  color: #ffffff;
}

body.auth.darkmode .nwoCard .icon {
  background: #0139ff1c;
  color: #0139ff;
  font-size: 35px;
}

body.auth.darkmode .nwoCtFlt {
  background: #0d1338;
  border: 1px solid #151e50;
  transition: 0.14s ease;
}

body.auth.darkmode .nwoCtFlt .title {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

body.auth.darkmode .nwoCtFlt.active {
  background-color: #0139ff33;
}

body.auth.darkmode .card-title {
  font-weight: 600;
  color: #ffffff;
}

body.auth.darkmode .p-color {
  color: #ffffff !important;
}

body.auth.darkmode .form-control,
body.auth.darkmode .form-select {
  background: #101332;
  border: 1px solid #181e4a;
  font-weight: 600;
  color: #ffffff;
  padding: 20px 25px;
}

body.auth.darkmode .i-color {
  color: #ffffff !important;
}

body.auth.darkmode label {
  color: #fff;
}

body.auth.darkmode .help-block.min-max {
  color: #fff;
}

body.auth.darkmode .w-color {
  color: #fff !important;
}

body.auth.darkmode #s_desc {
  color: #fff;
}
body.auth.darkmode #noc-wrapper .container1 {
  padding: 0px;
}

body.auth.darkmode .sidebar {
  background: #0d1338;
  border-right: 1px solid #1d2971;
}

body.auth.darkmode .sidebar-logo img {
  filter: none;
}

body.auth.darkmode .sidebar-menu .s-menu-link {
  color: #797d89;
}

body.auth.darkmode .sidebar-menu .s-menu-item.active .s-menu-link {
  color: #0139ff;
}

body.auth.darkmode .sidebar-menu .s-menu-item::before {
  background-color: #0139ff;
  box-shadow: 0px 0px 23px #0139ff;
}

body.auth.darkmode .dashboard-head-wrapper .dashboard-head {
  border-radius: 15px;
  background-color: #0d1338;
}

body.auth.darkmode .dashboard-head-wrapper .dhead-body .text {
  font-weight: 600;
  color: #797d89;
}

body.auth.darkmode .dashboard-head-wrapper .dhead-body .text a {
  color: #0139ff;
}
body.auth.darkmode .select-button {
  background-color: transparent;
  transition: 0.14s ease;
  outline: none;
  background: #101732;
  border: 1px solid #262f30;
  color: #ffffff;
  padding: 20px 25px;
}

body.auth.darkmode #filterServices {
  background: #101332;
  border: 1px solid #181e4a;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

/*body.auth.darkmode .search-services {
  margin-left: 40px;
  height: 40px;
  background-color: #0d1438;
  outline: none;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}*/

body.auth.darkmode .btn3.btn-secondary2.btn-border2 {
  background: #0139ff;
  border: 1px solid #5e7ce8;
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  padding: 22px 25px;
  margin-inline: 0px !important;
  border-radius: 0px;
}

body.auth.darkmode .sp-service-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 30px;
}

body.auth.darkmode .service-item {
  color: #fff;
}

body.auth.darkmode .sp-serv-sm {
  color: #d5d5d5;
  padding: 10px;
  background-color: #1c276a;
  border-radius: 100px;
  font-size: 14px;
}

body.auth.darkmode div[data-title="Min"] .orlc.min {
  background: rgb(22 29 255 / 17%);
  color: #0139ff;
}

body.auth.darkmode .orlc.min {
  color: #d5d5d5;
  padding: 10px;
  background-color: #1c276a;
  border-radius: 100px;
  font-size: 14px;
}

body.auth.darkmode .orders-nav-link {
  background: #0d1338;
  border: 1px solid #192155;
  border-radius: 15px;
  color: #fff;
}
.night_switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.night_switch a {
  font-size: 25px;
  background: #e8f0ff;
  border: 1px solid RGBA(87, 102, 143, 0.13);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
body.auth.darkmode .night_switch a {
  color: #fff;
  background: #0139ff;
}

body.auth.darkmode .op-search-box .icon {
  color: #e0e0e0;
}

body.auth.darkmode .noorders.text-center {
  color: #fff;
}
body.auth.darkmode
  .services_page
  .dashboard-head-wrapper
  .dashboard-head::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: url("https://storage.perfectcdn.com/f6j4qd/p693d2lxkd963mxi.png")
    no-repeat !important;
  display: block;
  right: 0px;
  left: unset;
  background-position: right !important;
  background-size: cover !important;
}
body.auth.darkmode img.mascot-img {
  opacity: 0;
}
body.auth.darkmode .sidebar-menu .s-menu-item.active {
  background: transparent;
}
body.auth.darkmode .sidebar-content .sidebar-balance-btn {
  border: 1px solid #1e2659;
  background: linear-gradient(
      324deg,
      rgb(31 0 255 / 20%) 1.01%,
      rgb(14 20 58) 61.38%
    ),
    #1e2127;
}
body.auth.darkmode .orders-nav-link.active {
  background-color: #0139ff;
  border-color: #0139ff !important;
  color: #ffffff;
}
body.auth.darkmode .btn.btn-secondary {
  background: #182054;
  border-radius: 100px;
  color: #fff;
}
body.auth.darkmode .btn.btn-secondary:hover {
  background: #0139ff;
}

body.auth.darkmode .af-text {
  color: #ffffff;
}

body.auth.darkmode .af-nav {
  background: #292d3452;
  padding: 5px;
}

body.auth.darkmode .af-pm-title {
  color: #ffffff;
}

body.auth.darkmode .af-pm-about {
  color: #787f8d;
}

body.auth.darkmode .af-pm-text {
  color: #ffffff;
}

body.auth.darkmode #field-country:read-only {
  background: #3f4b62;
  border: 1px solid #262f30;
}

@media (min-width: 1400px) {
  body.auth.darkmode .container-fluid {
    padding: 0 40px;
  }
}

body.auth.darkmode .api-title {
  color: #ffffff !important;
}

body.auth.darkmode .api-text {
  color: #92969d;
}

body.auth.darkmode .api-section .code {
  color: rgba(255, 255, 255, 0.6);
}

body.auth.darkmode .afp-ftext {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

body.auth.darkmode .aft-item .text {
  color: #ffffff;
}

body.auth.darkmode .aft-box {
  background: #23272e;
  border: 1px solid #373d48;
}

body.auth.darkmode .aft-box .title {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

body.auth.darkmode .aft-box .text {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
}

body.auth.darkmode .child_panel-page .dashboard-head-wrapper .dashboard-head {
  background-color: #13181b;
}

body.auth.darkmode .cp-sns-title {
  color: #ffffff;
}

body.auth.darkmode .cp-r-title {
  color: #ffffff;
}

body.auth.darkmode .cp-right-box .cp-r-text {
  color: #a2a4a9;
}

body.auth.darkmode .btn.btn-secondary {
  background: #182054;
  border-radius: 100px;
  color: #fff;
}

body.auth.darkmode .aq .aq-item {
  background: #0d1338;
  border: 1px solid #161b4a;
  transition: 0.32s cubic-bezier(0.17, 0.67, 0.71, 1.34);
}

body.auth.darkmode .aq .aq-btn {
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}

body.auth.darkmode .aq .aq-item.active .aq-content {
  color: #fff;
}

body.auth.darkmode .cp-exclamation {
  color: #252c3b !important;
  background-color: #ee5b5b !important;
}

body.auth.darkmode .aq .aq-btn .aq-btn-right {
  color: #fff;
  opacity: 0.6;
}

body.auth.darkmode .s-color {
  color: #ffffff !important;
}

body.auth.darkmode .bi-title {
  color: #fff;
}

body.auth.darkmode .sctx-text {
  color: #fff;
}

body.auth.darkmode .sctc-text.time_format {
  color: #fff;
}

body.auth.darkmode .op-stats.neutral {
  background-color: rgb(16 24 69);
  border-color: #1b2664;
  color: #ffffff;
}

body.auth.darkmode .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border: 1px solid #2b2f38;
  border-radius: 50px;
  margin-top: 20px;
}

body.auth.darkmode .pagination li.active .page-link {
  background-color: #1e2127;
  color: #0539ff;
}

body.auth.darkmode .pagination li .page-link {
  border: none;
  color: #989898;
  background-color: #1e2127;
}

body.auth.darkmode .af-nav .nav-link {
  color: #fff;
}

body.auth.darkmode .card-header2 {
  padding: 20px !important;
  border-bottom: 1px solid #161f56;
  background-color: transparent;
}

body.auth.darkmode .btn.btn-info.btn-border:hover {
  background: #720202;
  border: none;
  color: #fff;
}

body.auth.darkmode .op-search-box:hover {
  background: #2a2f38;
  border: 1px solid #353f55;
}

body.auth.darkmode .sc-ticket-card {
  background: #272b32;
  border: 1px solid #2f353e;
  transition: 0.14s ease;
}

body.auth.darkmode .d-color {
  color: #fff !important;
}

body.auth.darkmode #timezone:read-only {
  background: #3f4b62;
  border: 1px solid #262f30;
}

body.auth.darkmode .tc-ti-title {
  color: #fff;
}

body.auth.darkmode .sd-back {
  color: #fff;
}

body.auth.darkmode .card.tc-ti-box .title {
  color: #fff;
}

body.auth.darkmode .card.tc-ti-box .elnao7-mark {
  color: #fff;
}
