/**
 * Theme Name: iminfl
 * Designed by: Tanvirul Islam Tusher
 * Contact for custom design: https://www.upwork.com/services/product/development-it-custom-designed-perfect-panel-website-1716359214286544896
*/

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

html {
  --main-bg: #fff;
  --second-bg: #f7f8f9;
  --white-bg: #ffffff;
  --border: #c4c6cb;
  --tw: #ffffff;
  --tc: #202020;
  --mc: #e1306c;
  --mc-hover: #f891b4;
  --mc-trans: rgb(1, 57, 255, 0.25);
  --radius: 15px;
}

.dark {
  --main-bg: #09090b;
  --second-bg: #18181b;
  --white-bg: #070a37;
  --border: #ffffff1a;
  --tw: #ffffff;
  --tc: #ffffff;
  --mc: #e1306c;
  --mc-hover: #f891b4;
  --mc-trans: rgb(1, 57, 255, 0.25);
  --radius: 15px;
}

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -0.015em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  min-width: 375px;
  color: var(--tc);
  background-color: var(--main-bg);
  overflow-x: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body,
p {
  margin: 0;
}

.sidebar-link-item,
a,
body {
  color: var(--tc);
  text-decoration: none !important;
}

a:hover {
  color: var(--mc);
}

.hidden {
  display: none !important;
}

.primary-color {
  color: var(--mc);
  font-weight: 600;
}

.label {
  margin-bottom: 10px;
  display: block;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

button {
  outline: 0 !important;
  box-shadow: none !important;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: var(--main-bg);
  border-left: 1px solid var(--main-bg);
}

::-webkit-scrollbar-thumb {
  background-color: var(--second-bg);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.alert {
  border-radius: 10px;
}

@media only screen and (max-width: 992px) {
  .page-sidebar,
  .page-sidebar.active {
    width: 280px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
    transition: 0.3s;
  }

  .page-sidebar {
    left: -280px;
  }

  .page-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: 0.3s;
    padding-top: 65px;
  }
  .page-content.active-sidebar {
    opacity: 0.3;
  }

  .sidebar-btn {
    line-height: 10px;
    padding: 9px;
    background: var(--second-bg);
    border-radius: 10px;
    font-size: 16px;
  }
  .header-right .btn-primary,
  .header-right .btn-secondary,
  .header-right .btn-danger {
    padding: 10px;
    border-radius: 10px;
  }

  .header-logo {
    height: 42px;
  }

  .header-logo img {
    height: 42px;
    height: 30px;
    margin-top: 5px;
  }

  .active-sidebar .sidebar-btn {
    opacity: 1;
  }

  .page-header {
    min-height: 50px;
    padding: 10px 20px;
    display: flex;
    background: var(--main-bg);
    border-bottom: 1px solid var(--border);
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
  }
}

.page-content .container-fluid {
  padding-top: 15px;
  padding-bottom: 50px;
}

.app-container {
  display: flex;
  height: 100vh;
}

.page-sidebar {
  background: var(--main-bg);
  display: flex;
  flex-direction: column;
  width: 280px;
}

.sidebar-logo,
.sidebar-logo img {
  width: -webkit-fill-available;
  display: flex;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-right: 1px solid var(--border);
  overflow: auto;
}

.sidebar-top {
  display: flex;
  flex-direction: column;
}

.sidebar-logo {
  align-items: center;
  padding: 10px 20px;
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.sidebar-logo img {
  width: -moz-available;
  width: 140px;
}

.btn-block {
  width: -webkit-fill-available;
}

.sidebar-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 25px 20px 20px;
}

.sidebar-link-item {
  display: flex;
  gap: 15px;
  background: var(--main-bg);
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-link-item .new-badge {
  position: absolute;
  top: 10px;
  left: 120px;
  background: var(--mc);
  font-size: 8px;
  color: var(--tw);
  padding: 0 3px;
  border-radius: 3px;
}

.sidebar-link-item.active {
  background: var(--mc) !important;
  color: var(--tw) !important;
}

.sidebar-link-item:hover {
  background: var(--second-bg);
}

.sidebar-link-item i {
  width: 34px;
  height: 34px;
  line-height: 20px;
  font-size: 16px;
  background: var(--second-bg);
  text-align: center;
  line-height: 34px;
  border-radius: 7px;
  transition: 0.3s;
}

.sidebar-link-item.active i {
  background: var(--mc-hover) !important;
  color: var(--tw) !important;
}

.sidebar-bottom {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
}

.sidebar-bottom .btn {
  background: var(--second-bg) !important;
  color: var(--tp-red) !important;
}

.sidebar-bottom .btn:hover {
  background: var(--border) !important;
}

.buy-btn .btn {
  padding: 15px 70px;
}
.btn {
  align-items: center;
  display: flex;
  cursor: pointer;
}

.page-title {
  padding: 15px 0;
  display: flex;
  font-size: 22px;
}

.btn,
.btn-border {
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
}

.btn-sm {
  padding: 5px 10px;
}

.btn-lg {
  padding: 15px 20px;
}

.btn-xl {
  height: 30px;
}

.btn-main:hover,
.modal-close:hover {
  background: var(--mc);
  color: #fff;
}

.btn-border {
  border-radius: 10px;
  background: 0;
  border: 1px solid var(--tp-300);
  color: var(--tp-800);
}

.sidebar small {
  padding: 0 20px;
  margin-top: 15px;
}

.firm-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  background-color: var(--second-bg);
  padding: 10px 7px;
  border-radius: 15px;
  transition: transform 250ms;
}

.color-mode-btn {
  font-size: 20px;
  line-height: 1px;
  cursor: pointer;
}

.color-mode-btn .fa-sun {
  color: #ffc107;
}

html.dark .dark-btn,
html.light .light-btn {
  display: none;
}

.btn {
  display: inline-block;
  padding: 17px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: #fff;
  color: #595959;
  border: 1px solid #595959;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #e1306c;
  color: #fff;
  border: 1px solid #e1306c;
}

.btn-secondary {
  background: #e1306c;
  color: #fff;
  border: 1px solid #e1306c;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #c4295c;
  color: #fff;
  border: 1px solid #c4295c;
}

.btn-small {
  padding: 5px 10px;
  font-size: 12px;
}

.btn-medium {
  padding: 10px 20px;
  font-size: 16px;
}

.btn-large {
  padding: 15px 30px;
  font-size: 20px;
}

.auth .page-content {
  background: var(--second-bg);
}

@media only screen and (min-width: 992px) {
  .page-sidebar {
    width: 280px;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .page-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 70px 0 0 280px;
    transition: 0.3s;
    height: 100vh;
  }

  .page-header {
    min-height: 50px;
    padding: 10px 20px;
    display: flex;
    background: var(--main-bg);
    border-bottom: 1px solid var(--border);
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    z-index: 5;
  }

  .sidebar-btn {
    display: none;
  }
  .header-logo {
    display: none;
  }
}

.sidebar-dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-item-dropdown-btn {
  gap: 15px;
  display: flex;
  background: var(--mc);
  padding: 13px 20px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  align-items: center;
  transition: 0.3s;
  width: 100%;
  color: var(--tw);
  justify-content: space-between;
}

.sidebar-item-dropdown-btn i {
  transform: rotate(180deg);
  transition: 0.14s ease;
}
.sidebar-item-dropdown-btn.active i {
  transform: rotate(0deg);
  transition: 0.14s ease;
}

.sidebar-item-dropdown-btn.active {
  border-radius: 15px 15px 0px 0px;
  background: var(--mc);
  color: white;
}

.sidebar-item-dropdown-content {
  max-height: 0;
  width: 100%;
  transition: 0.3s ease;
  overflow: hidden;
}

.sidebar-item-dropdown-content button {
  background: var(--second-bg);
  width: 100%;
  outline: 0;
  border: none;
}

.sidebar-item-dropdown-content.active {
  background-color: var(--second-bg);
  width: 100%;
  max-height: 500px;
  transition: 0.3s ease;
  border-radius: 0px 0px 15px 15px;
}

.sidebar-dropdown.active .sidebar-item-dropdown-content {
  display: block;
}

.sitebar-dropdown-item {
  color: var(--tc);
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  transition: 0.14s ease;
  align-items: center;
  justify-content: space-between;
}

.sitebar-dropdown-item:hover,
.sitebar-dropdown-item.active {
  background: var(--border);
}

.sitebar-dropdown-item .brands-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sitebar-dropdown-item .brands-name .brands-icon {
  background: var(--main-bg);
  width: 32px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
}

.all-dropdown {
  height: 48px;
}

.fa-gift {
  background: var(--mc);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  -webkit-text-fill-color: transparent;
}

.fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-twitter {
  background: #1da1f2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.fa-telegram-plane {
  background: #2b9fd2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.fa-soundcloud {
  background: #ff5836;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.fa-spotify {
  background: #1db954;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.fa-tiktok {
  background: #ff0042;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 15px;
  -webkit-text-fill-color: transparent;
}

.fa-twitch {
  background: #4b367c;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  -webkit-text-fill-color: transparent;
}

.fa-reddit-alien {
  background: #f43708;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
}

.fab.fa-linkedin-in {
  background: #0077b0;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  -webkit-text-fill-color: transparent;
}

.fa-snapchat-ghost {
  background: #fffc00;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
}

.fa-discord {
  background: #1090f3;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
}

.fa-facebook {
  background: #207eff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 15px;
  -webkit-text-fill-color: transparent;
}

.fa-youtube {
  background: #ff0042;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 15px;
  -webkit-text-fill-color: transparent;
}

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

.platforms button {
  background: transparent;
  border: none;
  color: var(--tc);
  padding: 0;
  width: 100%;
}

.platforms a {
  background: transparent;
  border: none;
  color: var(--tc);
  padding: 0;
  width: 100%;
}

.light .auth .platforms .platform-wrapper {
  padding: 20px 5px;
  border-radius: 15px;
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(-180deg, #b5daff 0%, transparent 100%) border-box;
  border: 2px solid transparent;
  min-width: 70px;
}

.light .auth .platforms .platform-wrapper.active {
  background: var(--mc);
}

.dark .auth .platforms .platform-wrapper {
  padding: 20px 5px;
  border-radius: 15px;
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(-180deg, #040404 0%, transparent 100%) border-box;
  border: 2px solid transparent;
  min-width: 70px;
}

.dark .auth .platforms .platform-wrapper.active {
  background: var(--mc);
}

.platforms .platform-wrapper {
  padding: 20px 5px;
  border-radius: 15px;
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(-180deg, var(--second-bg) 0%, transparent 100%) border-box;
  border: 2px solid transparent;
  min-width: 70px;
}

@media (min-width: 1920px) {
  .platforms .platform-wrapper {
    padding: 20px 15px;
    min-width: 100px;
  }
}

.platforms .platform-wrapper.active,
.platforms .platform-wrapper:hover {
  background: var(--mc);
  color: var(--tw);
}

.platform-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.platform-content .platform-icon svg {
  width: 32px;
  height: 32px;
}

.platform-content .platform-title {
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .platforms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .platform-content .platform-icon svg {
    width: 24px;
    height: 24px;
  }
  .platforms .platform-wrapper {
    padding: 20px 0;
    min-width: 60px;
  }
}

.categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.categories .category-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--second-bg);
  border: 1px solid var(--border);
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--tc);
}

.categories .category-box.active {
  background: var(--mc-trans);
  border: 1px solid var(--mc);
}

@media (max-width: 991.98px) {
  .categories {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }
  .categories .category-box {
    gap: 7px;
    font-size: 12px;
    text-align: left;
  }
}

body.tutorial .tutorial {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

body.tutorial::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

body.tutorial .tutorial > .tutorial-wrap {
  display: block;
  position: absolute;
  top: -7px;
  right: -5px;
  bottom: -7px;
  left: -5px;
  border: 3px solid var(--mc);
  transition: border 0.3s;
  border-radius: 15px;
}

body.tutorial .tutorial > .tutorial-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.tutorial .tutorial > .tutorial-wrap .num {
  font-size: 30px;
}

body.tutorial .tutorial > .tutorial-wrap .num {
  position: absolute;
  right: 0;
  top: 3px;
  transform: translate(100%, 0);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  align-items: center;
  background-color: var(--mc);
  color: var(--tw);
  transition: font 0.3s, left 0.3s, top 0.3s, transform 0.3s, background 0.3s,
    color 0.3s, width 0.3s, height 0.3s;
}

body.tutorial .tutorial > .tutorial-wrap .content {
  font-size: 22px;
}

body.tutorial .tutorial > .tutorial-wrap .content {
  color: #ffffff;
  word-break: keep-all;
  text-align: left;
  position: absolute;
  top: -8px;
  left: 0;
  transform: translate(0, -100%);
  transition: font 0.3s, left 0.3s, top 0.3s, transform 0.3s;
}

.panel-body {
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(-180deg, var(--second-bg) 0%, transparent 100%) border-box;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 15px;
  color: var(--tc);
}

.first-step {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 5px 0;
  border-bottom: none;
  padding-bottom: 15px;
}

.first-step i {
  background: var(--mc-trans);
  color: var(--mc);
  width: 36px;
  height: 36px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  border-radius: 7px;
}

.first-step h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600; /* í°íŠ¸ ë‘ê»˜ ì„¤ì • */
}

#field-orderform-fields-quantity {
  margin-bottom: 10px;
}

.help-block.min-max {
  background: var(--mc-trans);
  border: 1px solid var(--mc);
  padding: 5px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: bold;
}


#service_description > div,
#fields .form-group input.form-control {
  appearance: none;
  /* white-space: pre-wrap; */
}

.card {
  background: var(--main-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.card-body {
  padding: 15px;
}

.form-label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-control,
.form-control:disabled,
.form-control[readonly] {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 14px;
  border: 1px solid var(--border);
  font-weight: 400;
  line-height: 1.75;
  color: var(--tc);
  background: var(--second-bg);
  background-clip: padding-box;
  border-radius: var(--radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:disabled,
.form-control[readonly] {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 14px;
  border: 1px solid var(--border);
  font-weight: 400;
  line-height: 1.75;
  color: #9fa9b7;
  background: #ececec;
  background-clip: padding-box;
  border-radius: var(--radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dark .form-control:disabled,
.dark .form-control[readonly] {
  color: #575d64;
  background: #0c0c0e;
}

.form-control:focus {
  border: 1px solid var(--mc) !important;
  background: transparent;
  outline: none;
  box-shadow: rgb(102 0 255 / 14%) 0px 10px 36px 0px,
    rgb(102 0 255 / 0%) 0px 0px 0px 1px;
}

body.tutorial .tutorial-control {
  display: flex;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 100;
  transition: top 0.3s, transform 0.3s;
}

body.tutorial .tutorial-control .close-btn,
body.tutorial .tutorial-control .close-btn:hover,
body.tutorial .tutorial-control .close-btn:focus {
  font-size: 18px;
  font-weight: 700;
  background-color: #ff0000;
  color: #fff;
  border-radius: 15px;
  padding: 10px 15px;
  transition: font 0.3s, padding 0.3s, border 0.3s;
  border: none;
  outline: 0;
  box-shadow: none;
}

.swiper-container {
  overflow: hidden;
}

@media (min-width: 991.98px) {
  .main-banner.swiper-container {
    max-width: 400px;
    position: relative;
  }
  .main-banner.swiper-container .swiper-wrapper {
    border-radius: 20px;
  }
  .main-banner.swiper-container {
    max-width: unset;
  }
  .main-banner.swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
  }
  .main-banner.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .main-banner.swiper-container .swiper-pagination-bullet {
    background: var(--mc);
  }
  .swiper-pagination {
    margin-bottom: 15px;
  }
  .mobile-banner {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body.tutorial .tutorial > .tutorial-wrap .num {
    right: auto;
    top: auto;
    left: auto;
    bottom: 0;
    transform: translate(0, 0);
    border-radius: 0 10px 0 10px;
  }
  body.tutorial .tutorial > .tutorial-wrap .content {
    font-size: 13px;
  }
  .swiper-pagination {
    margin-bottom: 15px;
  }
  .pc-banner {
    display: none;
  }
  .mobile-banner {
    margin-top: 15px;
  }
  .phone-banner.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .phone-banner.swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
  }
  body.tutorial .tutorial-control {
    top: 15px;
    right: 15px;
  }
}

#signModal .modal-dialog {
  max-width: 100%;
  margin: 0;
}

#signModal .modal-content {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
}

#signModal .modal-body {
  position: relative;
  padding: 0;
}

#signModal .right-side {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 0;
  background-color: var(--main-bg);
}

#signModal .left-side {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}

#signModal .left-side img {
  max-height: 75%;
  max-width: 75%;
  z-index: 1;
}

#signModal .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

#signModal .main {
  z-index: 2;
  max-height: 100vh;
  padding-top: 20px;
}

#signModal .password-show-hide {
  position: absolute;
  right: 25px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  color: var(--mc);
  cursor: pointer;
}

#signModal .input-group > .custom-select:not(:last-child),
#signModal .input-group > .form-control:not(:last-child) {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

#signModal .logo {
  text-align: center;
  margin-bottom: 10px;
}

#signModal .logo img {
  height: 50px;
}

#signModal .account-form h3 {
  font-size: 20px;
  text-align: center;
}

#signModal .auth-cover-bg {
  margin: auto;
  text-align: center;
}

#signModal .mob-logo {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

#signModal .mob-logo img {
  height: 45px;
}

@media (max-width: 991.98px) {
  #signModal .right-side {
    padding-left: 1rem;
  }
  #signModal .account-form h3 {
    font-size: 16px;
  }
}

.card .first-step {
  margin: 0;
}

.best-box {
  padding: 15px;
  border-radius: 15px;
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(-180deg, var(--second-bg) 0%, transparent 100%) border-box;
  margin-top: 15px;
  border: 1px dashed var(--border);
  position: relative;
  overflow: hidden;
  transition: 250ms all;
}

.best-box:hover {
  border-color: var(--mc);
  transition: 250ms all;
  cursor: pointer;
}

.best-box .bb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 10px;
}

.best-box .bb-top .bbt-first {
  display: flex;
  align-items: center;
  gap: 10px;
}

.best-box .bb-top .bbt-first {
  display: flex;
  align-items: center;
  gap: 10px;
}

.best-box .bb-top .bb-price {
  background: rgb(19, 193, 67, 0.15);
  color: rgb(19 193 67);
  border-radius: 8px;
  padding: 5px 10px;
}

.best-box .bb-top .bbt-first .bb-icon {
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 10px;
  transform: rotate(-15deg);
  z-index: 1;
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: 0.07;
}

.best-box .bb-top .bbt-first i {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  font-size: 60px;
  line-height: 75px;
  color: #fff;
}

.best-box .bb-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.best-box .bb-bottom .btn-secondary {
  padding: 7px 10px;
  border-radius: 8px;
}

.best-box .bb-bottom .bb-min {
  display: flex;
  align-items: center;
  gap: 15px;
}

.insta-bg {
  background: linear-gradient(90deg, #d300c5, #ff0069, #ff7a00);
}

.event-bg {
  background: var(--mc);
}
.youtube-bg {
  background: #ff0000;
}

.facebook-bg {
  background: #316ff6;
}

.x-bg {
  background: #000000;
}

.guide .first-step {
  font-size: 18px;
  margin: 4px 0 0px 0;
}

.guide-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  background: var(--main-bg);
  border: 1px solid var(--border);
  padding: 10px 15px;
  border-radius: 12px;
  cursor: pointer;
  transition: 250ms all;
  margin-bottom: 10px;
}

.guide-item:hover {
  background: var(--mc);
  transition: 250ms all;
  color: var(--tw);
}

.guide-item i {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  transition: 250ms all;
  text-align: center;
  line-height: 24px;
  /* background: rgb(19, 193, 65, 0.15); */
  color: #252525;
}

.guide-item:hover i {
  /* background: var(--main-bg); */
  color: #fff;
}

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

.guide-item .prd_wrapper span {
  font-size: 10px;
  padding: 2px 4px;
  border: 1px solid var(--mc);
  color: var(--mc);
  border-radius: 2px;
}

.guide-item:hover .prd_wrapper span {
  border: 1px solid #fff;
  color: #fff;
}

.notice-item {
  padding: 10px 15px;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s;
}
.notice-item:hover {
  background-color: #fff;
}
.notice-date {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
}
.notice-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}
.notice-link i {
  font-size: 0.875rem;
  color: #6c757d;
  margin-left: 0.5rem;
}

.modal-content {
  border-radius: 25px;
}

.modal-body-scroll {
  max-height: 500px;
  overflow: auto;
  margin: 0 25px;
}

.modal-title {
  color: #202020;
}

.bestReview,
.guide {
  margin-bottom: 35px;
}

.bestReview .swiper-slide {
  background: url(https://storage.perfectcdn.com/7bued6/s72644cggerpnc5i.png),
    var(--mc);
  border: 1px solid var(--mc-hover);
  padding: 20px 30px 10px 30px;
  border-radius: 15px;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.bestReview .swiper-slide .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: var(--tc);
  border-bottom: 1px solid var(--mc-hover);
}

.bestReview .swiper-slide .head .r-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bestReview .swiper-slide .head .r-user .avatar {
  background: var(--mc-hover);
  width: 42px;
  height: 42px;
  border-radius: 100px;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: var(--tw);
}

.bestReview .swiper-slide .head .r-user .name {
  font-weight: 500;
  font-size: 15px;
  color: var(--tw);
}

.bestReview .swiper-slide .head .r-user .name span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--mc-hover);
}

.bestReview .swiper-slide .head .rate {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #fff;
  background: #f47133;
  padding: 5px 10px;
  border-radius: 10px;
}

.bestReview .swiper-slide .text h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--tw);
}

.bestReview .swiper-slide .text p {
  font-size: 13px;
  font-weight: 400;
  color: #a8bbff;
}

@media (max-width: 992px) {
  .bestReview .swiper-slide {
    max-width: 400px;
  }
}

.bestReview .first-step {
  margin: 10px 0 15px 0;
}

.bestReview .rc-rate {
  background: var(--white-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 5px 10px;
  text-align: left;
  color: var(--tc);
  font-size: 16px;
  margin-left: 10px;
}

.bestReview .rc-rate .stars {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.bestReview .rc-rate .stars i {
  font-size: 16px;
  background: transparent;
  width: auto;
  height: auto;
  line-height: unset;
  border-radius: 0;
}

.api-box,
.api-code,
.api-item,
.api-list,
.api-list .api-item,
.api-top-item,
.ns-box,
pre[class*="language-"] {
  display: flex;
}

.payment-history {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.api-item,
.api-list,
.api-top-item {
  background: var(--main-bg);
}

.api-title {
  font-size: 18px;
  color: var(--tc);
  margin-top: 10px;
  margin-bottom: 10px;
}

.api-box {
  flex-direction: column;
}

.api-top-item {
  padding: 10px;
  border: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  color: var(--tc);
  border-radius: 12px;
}

.api-top-item a {
  color: var(--tc);
  margin-left: 10px;
}

.api-code {
  flex-direction: column;
  margin-bottom: 10px;
}

.api-item,
.api-list .api-item {
  padding: 10px 15px;
  color: var(--tc);
}

.api-item {
  justify-content: space-between;
  border-radius: var(--radius) var(--radius) 0 0;
  font-weight: 700;
  border: 1px solid var(--border);
  border-bottom: 0;
}

.api-list {
  flex-direction: column;
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
  border: 1px solid var(--border);
  border-top: 0;
}

.api-list .api-item,
.panel-top {
  justify-content: space-between;
}

.ns-box,
code {
  flex-direction: column;
}

.api-list .api-item {
  border-top: 1px solid var(--border);
  background: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  border-left: 0;
  border-right: 0;
}

.api-baslik {
  background: var(--tc) !important;
  border-radius: var(--radius) var(--radius) 0 0 !important;
}

.ns-box,
pre {
  background: var(--tc);
  border-radius: var(--radius);
  padding: 10px;
}

pre {
  color: var(--tc);
  overflow: auto;
}

.api-item b {
  width: 50%;
  color: var(--tc);
}

.ns-box {
  margin-bottom: 20px;
  border: 1px solid var(--border);
}

pre[class*="language-"] {
  color: var(--mc);
  background: var(--mc-trans);
  margin: 0;
  overflow: auto;
}

code {
  padding: 0;
  margin-top: -20px;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

@media (min-width: 991.98px) {
  .api-top {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .api-top {
    grid-template-columns: 1fr;
    gap: 10px;
    display: grid;
    font-size: 12px;
  }
}

.custom-table tbody tr:nth-of-type(odd) {
  background-color: var(--main-bg);
}

.custom-table tbody tr:nth-of-type(even) {
  background-color: var(--second-bg);
}

.custom-table tbody th,
.custom-table tbody td {
  color: var(--tc);
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 500;
  border: none;
  font-size: 13px;
}

.custom-table td,
.custom-table th {
  border-color: #ffffff05;
  vertical-align: inherit;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: none;
}

.custom-table tbody tr:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.custom-table tbody tr:first-child td:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.custom-table tbody tr:first-child td:last-child {
  border-radius: 0 var(--radius) 0 0;
}

.custom-table tbody tr:last-child {
  border-radius: 0 0 var(--radius) 0;
}

.custom-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 var(--radius);
}

.custom-table tbody tr:last-child td:last-child {
  border-radius: 0 0 var(--radius) 0;
}

.custom-table .cat-id {
  background: var(--mc) !important;
  color: var(--tw);
}

.custom-table .cat-id td {
  font-size: 18px;
  color: var(--tw);
}

.custom-table .services-id {
  background: var(--mc-trans);
  text-align: -webkit-center;
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--mc);
  font-weight: 700;
  cursor: pointer;
}

.custom-table thead th {
  border: none;
}

.custom-table {
  color: var(--tc);
  white-space: nowrap;
}

.custom-table thead tr.cat-id th:first-child {
  border-radius: 10px 0 0 10px;
}

.custom-table thead tr.cat-id th:last-child {
  border-radius: 0 10px 10px 0;
}

.custom-table thead tr.cat-id {
  border-radius: 10px;
}

.custom-table .btn:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}

.card .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: var(--white-bg);
  padding: 0px;
  margin-left: 0px;
  position: relative;
  overflow: hidden;
}

.dark .card .card-header {
  background: #0d125d;
}

.card .card-header::before {
  content: "";
  position: absolute;
  left: -0;
  top: 0;
  bottom: 0;
  width: 75%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #0d111710;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.card .card-header .card-custom-title {
  padding: 20px 0px;
  position: relative;
  margin-left: 35px;
  display: inline-block;
}

.card .card-header .d-head-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: var(--mc);
  color: var(--tw);
}

.card .card-header .card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.card .card-header .card-custom-title::after {
  content: "";
  position: absolute;
  background-color: var(--border);
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--mc);
}

.input-group .form-control {
  height: 50px;
}

.input-group-btn .btn-primary {
  height: 50px;
  border-radius: 0 15px 15px 0;
}

.custom-table .btn-primary {
  padding: 10px 15px;
  border-radius: 10px;
}

#services-page .modal-content {
  background: var(--main-bg);
  border-radius: 25px;
  max-width: 600px;
  width: 100%;
  position: relative;
  border: none;
}

#services-page .modal-header {
  background: url(https://storage.perfectcdn.com/7bued6/ke4kfxy0e14xqqkn.png),
    var(--mc);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 35px 30px 75px;
  border-radius: 25px 25px 0 0;
}

#services-page .modal-header,
#services-table .modal-footer {
  border-color: var(--border);
}

#services-page .modal-title {
  font-size: 20px;
  color: var(--tw);
}

#services-page .modal-body .modal-body-content {
  background: var(--white-bg);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 28px;
  margin-top: -50px;
  z-index: 2;
  position: relative;
  color: var(--tc);
  max-height: 350px;
  overflow: auto;
}

.pagination .page-item {
  margin: 0 2px;
}

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

.pagination .page-item:first-child {
  border-right: 1px solid var(--border);
}

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

.pagination .page-item:last-child {
  border-left: 1px solid var(--border);
}

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

.pagination .page-item .page-link {
  background: var(--main-bg);
  border: none;
  margin: 0;
  height: 50px;
  padding: 0;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15;
  line-height: 18px;
  color: var(--tc) !important;
  position: relative;
}

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

.pagination .page-item.active .page-link {
  background-color: var(--mc);
  color: var(--tw);
}

.nav-custom-2 {
  gap: 10px;
}

.nav-custom-2 .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--main-bg);
  border: 1px solid var(--border);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--tc);
  padding: 18px 20px;
}

.nav-custom-2 .nav-link .icon {
  font-size: 14px;
  width: 26px;
  text-align: left;
}

.nav-custom-2 .nav-link.active {
  background: var(--mc);
  border: 1px solid var(--mc-hover);
}

.services-search {
  position: relative;
}

.services-search .icon {
  position: absolute;
  right: 15px;
  top: 17px;
}

@media (max-width: 992px) {
  .nav-custom-2 {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.order-status .os-widget {
  padding: 3px 10px;
  border-radius: 7px;
  font-size: 13px;
}

.os-widget.completed {
  background: #28a74521;
  border: 1px solid #28a745;
  color: #28a745;
}

.os-widget.processing {
  background: #4a5cf621;
  border: 1px solid #4a5cf6;
  color: #4a5cf6;
}

.os-widget.partial {
  background: #6a7b9121;
  border: 1px solid #6a7b91;
  color: #6a7b91;
}

.os-widget.pending {
  background: #ffc10721;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.os-widget.inprogress {
  background: var(--mc-trans);
  border: 1px solid var(--mc);
  color: var(--mc);
}

.os-widget.canceled {
  background: #ff000021;
  border: 1px solid #ff0000;
  color: #ff0000;
}

.payment-history {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  max-height: 450px;
  overflow-x: auto;
  gap: 10px;
}

.history-item {
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  background: var(--main-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  width: 100%;
}

.history-item-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 10px;
}

.history-status .os-widget,
.ticket-status .os-widget,
.updates-status .os-widget {
  padding: 3px 10px;
  border-radius: 7px;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}

.hit-first,
.hit-last {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}

.hit-first .history-id {
  background: var(--second-bg);
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  text-align: center;
  color: var(--tc);
}

.history-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  font-size: 13px;
  font-weight: 600;
}

.history-item-bottom .hib-first {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}

.history-item-bottom .hib-first .date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--tc);
  background: var(--second-bg);
  padding: 5px 10px;
  border-radius: 8px;
}

.ticket-detail-box {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-bottom: 10px;
  background: var(--main-bg);
}

.ticket-detail-box .sup-item {
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ticket-detail-box .sup-item .icon {
  background: var(--mc);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 10px;
  font-size: 28px;
  color: #fff;
}

.ticket-detail-box .sup-item .content,
.updates-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ticket-detail-box .sup-item-title {
  color: var(--tc);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.409px;
  letter-spacing: -0.57px;
}

.ticket-detail-box .sup-item-value {
  color: #9eabc5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.182px;
  letter-spacing: -0.64px;
}

.ticket-header {
  display: flex;
  align-items: center;
  gap: 23px;
}

.ticket-header .item.item-title {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.ticket-header .item.item-title .title {
  color: var(--tc);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.547px;
}

.ticket-header .item.item-title .value {
  color: #9eabc5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}

.ticket-header .ticket-id-title {
  background: var(--second-bg);
  border-radius: var(--border);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 8px 14px;
  min-height: 35px;
  display: flex;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.ticket-header .text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.032px;
}

.ticket-body {
  flex: 1;
  overflow-y: auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 15px;
  max-height: 500px;
  margin: 15px 0;
}

.ticket-body .ticket-message.ticket-message-support {
  align-self: flex-end;
}

.ticket-body .ticket-message-box {
  border-radius: 15px 15px 15px 0;
  border: 1px solid var(--mc);
  background: var(--mc-trans);
  padding: 14px 22px;
  color: var(--mc);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.light .ticket-body .ticket-message-box {
  background: var(--mc);
  color: var(--tw);
}

.light .ticket-body .ticket-message.ticket-message-support .ticket-message-box {
  background: #fafafa;
}

.ticket-body .ticket-message.ticket-message-support .ticket-message-box {
  border: 1px solid var(--border);
  background: var(--second-bg);
  border-radius: 15px 15px 0;
  color: var(--tc);
}

.ticket-body .ticket-message-info {
  padding-top: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: #9eabc5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.443px;
}

.ticket-body .ticket-message {
  max-width: 450px;
  width: 100%;
}

.ticket-body .ticket-message-info .ticket-owner.support {
  color: var(--tc);
  font-weight: 600;
}

.ticket-body .ticket-message-info .ticket-owner .verified {
  color: #e2b719;
}

.ticket-footer .message-send {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ticket-footer .message-send textarea {
  flex: 1;
  min-height: 1lh;
  resize: none;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid var(--border);
  border-radius: 15px;
  outline: 0;
  box-shadow: none;
  background: var(--main-bg);
}

.ticket-footer .message-send .tickets-uploader {
  padding: 15px;
  border-radius: 15px;
}

.files-wrapper a {
  color: var(--mc);
}

.ticket-footer .message-send .files-label {
  display: none;
}

@media (max-width: 992px) {
  .ticket-body {
    padding: 25px 10px;
  }
}

.aq {
  position: relative;
}

.aq .aq-item {
  background: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 15px;
  transition: 0.32s cubic-bezier(0.17, 0.67, 0.71, 1.34);
  margin-bottom: 10px;
}

.aq .aq-item:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.16);
}

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

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

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

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

.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  padding: 12px 24px;
  color: var(--tc);
  display: flex;
  background: var(--main-bg);
  outline: 0;
  transition: 0.15s ease-in-out;
  align-items: center;
  border: 1px solid var(--border);
  width: 100%;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px;
  padding-right: 33px;
  color: var(--tc);
  border: 0;
  width: 100%;
  display: flex;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  -webkit-border-radius: 0 var(--radius) var(--radius) 0;
  -moz-border-radius: 0 var(--radius) var(--radius) 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  height: 100%;
  width: 26px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: var(--second-bg);
  border-radius: var(--radius);
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 var(--radius) 0 0;
  -moz-border-radius: 0 var(--radius) 0 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 0 solid #34495e;
}

.select2.select2-container.select2-container--focus .select2-selection {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
}

.select2-container .select2-dropdown {
  border-radius: var(--radius) !important;
  background: #fff;
  border: 0;
  margin-top: 8px !important;
  overflow: hidden;
}

.dark .select2-container .select2-dropdown {
  background: var(--main-bg);
}

.select2-container .select2-dropdown .select2-results ul {
  background: 0 0;
  color: var(--tc);
  display: flex;
  flex-direction: column;
  max-height: 350px;
  padding: 5px;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  transition: 0.2s;
  padding: 6px;
  font-size: 12px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--main-bg) !important;
  padding: 6px;
}

.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar {
  width: 6px;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul::-webkit-scrollbar-track {
  background: 0;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul::-webkit-scrollbar-thumb {
  background-color: var(--border);
  border-radius: var(--radius);
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--border) !important;
  transition: 0.2s;
  color: var(--tc);
  border-radius: 8px;
}

.search-dropdown .input-wrapper .input-wrapper__prepend {
  color: var(--tc);
}

.select2-results__option {
  color: var(--tc) !important;
  font-size: 14px !important;
}

.select2-results__option a {
  color: var(--tc) !important;
  padding: 3px !important;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid var(--border);
  -webkit-box-shadow: 0 5px 35px rgb(49, 156, 255, 0.15);
  box-shadow: 0 5px 35px rgb(49, 156, 255, 0.15);
}

.select2-search--dropdown {
  display: none !important;
}

.badge-secondary {
  background: var(--mc);
}

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

.card-blog .blog-img-wrapper {
  overflow: hidden;
  position: relative;
}

.card-blog .blog-img-wrapper img {
  border-radius: var(--radius) var(--radius) 0 0;
}

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

.blog-border {
  position: relative;
}

.card-blog .blog-title h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

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

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

.blog-share-btn {
  display: inline-block;
  background: var(--second-bg);
  border: 1px dashed var(--border);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc);
  transition: 0.14s ease;
  padding: 0 10px;
}

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

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

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

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

.card-blog .blog-content {
  padding: 10px 15px 0px 15px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.bi-head-box {
  background: var(--mc-trans);
  border: 1px solid var(--tw);
  box-sizing: border-box;
  border-radius: var(--radius);
  position: relative;
}

.card-blog .bi-content p {
  font-weight: 400;
  line-height: 24px;
}

.card-blog .bi-content h2 {
  font-size: 24px;
  padding-bottom: 15px;
}

.bi-head-box .bi-head-bg {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.15;
}

.bi-head-box .bi-head-bg img {
  width: 100%;
}

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

.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: var(--mc-trans);
  border: 1px solid var(--mc);
  box-sizing: border-box;
  color: var(--mc);
  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 .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;
}

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

.blog-head .blog-head--username {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: var(--tc);
}

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

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

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

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

.aft-box {
  background: var(--second-bg);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.aft-box .title {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: var(--tc);
}

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

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

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

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

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

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

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

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

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

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

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

.cp-sns-dns {
  background: var(--mc-trans);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--mc);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 20px;
}

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

.sidebar-user {
  background: var(--second-bg);
  border-radius: var(--radius);
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  margin: 25px 20px 0 20px;
  transition: 0.14s ease;
}

.s-avatar {
  background-color: var(--main-bg);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 4px;
}

.s-avatar span {
  font-weight: 600;
  font-size: 24px;
  color: var(--tc);
}

.s-name {
  font-weight: 600;
  font-size:18px;
}

.s-user.verified {
  color: #009ef7;
}

.s-user.verified svg {
  margin-top: -3px;
  margin-left: 2px;
}

@media (max-width: 991.98px) {
  .dropdown-toggle {
    width: 100%;
  }
}

#services-page .dropdown-menu.show {
  display: block;
  max-height: 400px;
  overflow: scroll;
  border-radius: 15px;
}

.d-hello-card .d-hello--item {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 15px;
}

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

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

.i-color {
  color: var(--mc) !important;
}

.d-hello--item {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 15px;
}

.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-primary {
  color: #2dfad5;
  background-color: rgba(45, 250, 213, 0.25);
}

.dh-icon.icon-warning {
  color: #ed7e58;
  background-color: rgba(237, 126, 88, 0.25);
}

.dh-icon.icon-info {
  color: #5ad7ff;
  background-color: rgba(90, 215, 255, 0.25);
}

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

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

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

#notify {
  visibility: hidden;
  width: 100%;
  background: var(--mc);
  border-bottom: 1px solid var(--mc-hover);
  color: var(--tw);
  text-align: center;
  padding: 30px 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#notify.show i {
  background: var(--tw);
  border-radius: 10px;
  line-height: 1;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

#notify.show {
  visibility: visible;
  -webkit-animation: 0.5s fadein, 0.5s 2.5s fadeout;
  animation: 0.5s fadein, 0.5s 2.5s fadeout;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

#notify.show i {
  color: var(--mc);
  flex-direction: column;
}

#notify #notifyText {
  display: flex;
  align-items: center;
  gap: 7px;
}

.card-point ul {
  padding-left: 0;
  margin-bottom: 0;
}

.card-point ul li i {
  font-size: 7px;
  color: var(--mc);
}

.card-point .btn-primary {
  width: max-content !important;
  padding: 7px 25px;
  border-radius: 7px;
  height: 40px;
}

.u-points {
  background: var(--mc-trans);
  width: max-content;
  padding: 3px 10px 3px 3px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.u-points i {
  background: var(--mc);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  text-align: center;
  line-height: 24px;
}

.account_status_wraper .account_status_btn.active {
  background: var(--mc);
}

.progress {
  background-color: var(--second-bg);
  border: 1px solid var(--border);
  border-radius: 15px;
}

.progress-bar {
  border-radius: 15px;
}

.account_status_wraper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 5px;
}

.account_status_wraper .account_status_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 20px;
  background: var(--second-bg);
  border-radius: 10px;
  min-height: 45px;
  height: 45px;
  position: relative !important;
}

.account_status_wraper .account_status_btn .status_icon {
  width: 25px;
}

.account_status_wraper .account_status_btn.active .status_icon,
.account_status_wraper .account_status_btn.passed .status_icon {
  filter: brightness(0) invert(1);
}

.account_status_wraper .account_status_btn .status_text {
  font-size: 18px;
  color: var(--tc);
  margin-bottom: 0;
}

.account_status_wraper .account_status_btn.active .status_text {
  color: var(--tw);
}

.account_status_wraper .account_status_btn.passed .status_icon img,
.benifit_item .benifit_text,
.benifit_item .icon {
  opacity: 0.3;
}

.account_status_wraper .account_status_btn.passed .status_text {
  text-decoration: line-through;
  opacity: 0.3;
}

.account_status_wraper .account_status_btn .status_text small {
  font-size: 10px;
  opacity: 0.5;
  transition: 1s;
}

.status_btn__badges {
  background: #28a745 !important;
  position: absolute;
  font-weight: 500;
  top: -7px;
  right: 20px;
  padding: 5px 10px;
  color: var(--tw);
}

.benifit_item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 11fr;
  gap: 10px;
  margin-bottom: 17px;
  font-size: 15px;
}

.account_status_wraper .account_status_btn:hover .status_text small,
.benifit_item.active .benifit_text,
.benifit_item.active .icon {
  opacity: 1;
}

.benifit_item.active .icon i {
  color: var(--mc);
}

.card.card-shadow {
  overflow: hidden;
}

.card-shadow::before {
  content: "";
  position: absolute;
  top: 95%;
  right: 80%;
  width: 60%;
  height: 50%;
  transform: translate(100%, 60%) scale(1);
  transition: 0.14s ease;
  background: rgb(40, 203, 105);
  background: linear-gradient(120deg, var(--mc) 0%, var(--mc-trans) 100%);
  border-radius: 100px;
  filter: blur(60px);
  z-index: 0;
}

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

.kakaoBanner {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}

@media (min-width: 991.98px) {
  .bi-content {
    padding: 0 125px;
  }
}

.card-point h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.addBalance {
  display: grid;
  border-radius: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.addBalanceBtn {
  padding: 10px 16px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid var(--border);
  color: var(--tc);
  font-weight: 600;
  white-space: nowrap;
  background: var(--second-bg);
}

@media (max-width: 991.98px) {
  .addBalance {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
  }
}

@media (min-width: 991.98px) {
  .addBalance {
    margin-top: 30px;
    height: 55px;
  }
}

.taxSide {
  display: grid;
  border-radius: 10px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.taxBtn {
  padding: 10px 16px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid var(--border);
  color: var(--tc);
  font-weight: 600;
  height: 55px;
  white-space: nowrap;
  background: var(--second-bg);
}

.taxBtn.active,
.addBalanceBtn.active {
  background: var(--mc-trans);
  border-color: var(--mc);
}

@media (max-width: 991.98px) {
  .taxBtn {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
    width: 100%;
  }
}

.nav {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 100%;
  overflow-x: auto;
  align-items: center;
  list-style: none;
  padding: 9px;
  margin: 0 0 15px 0;
  border-radius: var(--radius);
  background: var(--main-bg);
  color: var(--tc) !important;
  padding: 9px;
  width: 100%;
  border: 1px solid var(--border);
}

.nav-item {
  width: 100%;
}

.nav-link {
  cursor: pointer;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  outline: none;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: var(--second-bg);
  color: var(--tc) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.nav-link.active {
  border-radius: 15px;
  background: var(--mc);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--tw) !important;
}

.mobile-nav {
  box-shadow: 0px -1px 1px #e1e1e17d;
}

.tw-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tw-nav:before {
  display: table;
  content: " ";
}

.tw-nav:after {
  clear: both;
}

.review.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20000;
}

.grid {
  display: grid;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

div.modal-container.review > .inner {
  max-width: 80vw;
}

.review-list {
  max-height: 300px;
  overflow-y: scroll;
}

.reviewWarning {
  font-size: 11px;
  color: #e1306c;
}

div.modal-container.review > .inner {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100vw - 20px);
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 5px 9px #00000029;
  padding: 30px 30px;
}

div.modal-container.review > .inner > div.content {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background-color: #ffffff;
  min-height: 50px;
  overflow-y: auto;
  max-height: 60vh;
  margin: 0 0 20px;
}

.review-score i {
  color: var(--mc);
}

.review-box {
  padding: 10px;
  border-radius: 10px;
  background-color: #f8f9fa;
  margin-top: 10px;
  border: 1px solid var(--border);
}

.review-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#review-list-count {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  div.modal-container.review > .inner {
    max-width: 330px;
  }
}
