*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #4a4e69;
  font-family: "Gilroy", sans-serif !important;
  background: #f2f2f9;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
body.noscroll {
  overflow: hidden;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: -1;
  background: linear-gradient(to right, #f2712a, #faa733);
}

a {
  color: #4a4e69;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

:active,
:focus {
  outline: 0;
}

button {
  background: transparent;
  border: none;
}

.cl-primary {
  color: #f2712a;
}

.cl-base {
  color: #faa733;
}

.cl-success {
  color: #20bd80;
}

.bg-primary {
  background-color: #f2712a;
}

.bg-base {
  background-color: #faa733;
}

.bg-bg {
  background-color: #f2f2f9;
}

.bg-success {
  background-color: #20bd80 !important;
}

.bg-danger {
  background-color: #f35b5b !important;
}

.bg-warning {
  background-color: #faa533 !important;
}

.bg-primary {
  background-color: #5b64da !important;
}

.bg-light {
  background-color: #5f728a !important;
}

.bg-linear {
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}

.bg-default {
  background-color: #f2f2f9;
}

.text-dark {
  color: #282c3f;
}

.text-main {
  color: #4a4e69;
}

.text-primary {
  color: #5b64da !important;
}

.text-danger {
  color: #f35b5b !important;
}

.text-warning {
  color: #faa533 !important;
}

.text-success {
  color: #20bd80 !important;
}

.text-soft {
  color: #6d7792;
}

.cl-main {
  color: #f2712a !important;
}

.text-light {
  color: #8f98ae !important;
}

.hover-overlay {
  position: relative;
  z-index: 1;
}
.hover-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #f2712a, #faa733) !important;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.hover-overlay:hover::before {
  opacity: 1;
}

.text-linear {
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-through {
  text-decoration: line-through;
}

.br-4 {
  border-radius: 4px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-12 {
  border-radius: 12px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.grid-w100 {
  grid-column: 1/-1;
}

.flex-align {
  display: flex;
  align-items: center;
}

.basket-control {
  font-weight: 500;
  color: #4a4e69;
  border: 1px solid rgba(95, 114, 138, 0.2);
  padding: 4px 10px;
  height: 40px !important;
  min-width: 120px;
  border-radius: 6px;
  width: 100%;
  transition: all 0.2s ease;
  box-shadow: none !important;
}

.form-control {
  font-weight: 500;
  color: #4a4e69;
  border: 1px solid #f2f2f9;
  padding: 1rem 1.2rem;
  height: 60px !important;
  border-radius: 8px;
  width: 100%;
  transition: all 0.2s ease;
  box-shadow: none !important;
}
.form-control.file-upload {
  height: 48px !important;
  padding: 11px 17px;
}
.form-control:focus {
  border-color: #f2712a;
  color: #4a4e69;
}
.form-control::-moz-placeholder {
  color: #6d7792;
  font-weight: 400;
}
.form-control::placeholder {
  color: #6d7792;
  font-weight: 400;
}
.form-control:disabled {
  background-color: #f2f2f9;
}

select.form-control {
  position: relative;
  z-index: 1;
  padding-right: 5px;
  -webkit-appearance: menulist;
}

.form-floating textarea {
  min-height: 70px !important;
}
.form-floating .form-control:not(:-moz-placeholder) ~ label {
  color: #939cb1;
  opacity: 0.6;
  transform: scale(0.75) translateY(-0.1rem) translateX(0.35rem);
}
.form-floating .form-control:not(:placeholder-shown) ~ label {
  color: #939cb1;
  opacity: 0.6;
  transform: scale(0.75) translateY(-0.1rem) translateX(0.35rem);
}
.form-floating > label {
  padding: 20px;
}
.form-floating > .form-control {
  padding: 20px;
}
.form-floating.form-icon label {
  padding: 1.8rem 5.5rem;
  color: #939cb1;
}
.form-floating.form-icon .form-control {
  padding: 0.5rem 5.1rem;
  padding-top: 22px;
  height: 80px !important;
  padding-left: 5.5em;
}
.form-floating.form-icon .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.3rem) translateX(0.9rem);
  opacity: 0.8;
}
.form-floating.form-icon .form-control:focus ~ label, .form-floating.form-icon .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.3rem) translateX(0.9rem);
  opacity: 0.8;
}
.form-floating.form-icon button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
}
.form-floating.form-icon .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 40px;
  padding-left: 5px;
  border-right: 1px solid #f2f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #6d7792;
  z-index: 2;
}
.form-floating .pass-show {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #6d7792;
}
.form-floating .pass-show i {
  display: flex;
}
.form-floating.floating-group {
  display: flex;
}
.form-floating.floating-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.form-floating.floating-group .form-control:focus ~ .floating-group-text {
  border-color: #f2712a;
}
.form-floating.floating-group .floating-group-text {
  border: 1px solid #f2f2f9;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 15px;
  color: #f2712a;
  font-weight: 500;
  transition: all 0.2s ease;
}
.form-floating.floating-buttons {
  position: relative;
}
.form-floating.floating-buttons .form-control {
  padding-right: 150px;
}
.form-floating.floating-buttons .buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.form-floating.floating-buttons .buttons .btn {
  height: 38px;
  min-width: 38px;
}
.form-floating.form-medium .form-control {
  height: 60px !important;
  padding-left: 5.2rem !important;
}
.form-floating.form-medium .icon {
  width: 60px;
}
.form-floating.form-medium label {
  padding: 1.25rem 5.2rem !important;
}

.title-heading {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  z-index: 1;
}
.title-heading.th-dark span.title {
  color: #fff;
}
.title-heading.th-dark > p {
  color: #b4b7c1;
  font-weight: 300;
}
.title-heading.th-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(to right, transparent, #f2712a, transparent);
  z-index: -1;
  opacity: 0.3;
}
.title-heading.th-dark::after {
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}
.title-heading span.top-text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -4px;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-heading span.title {
  font-size: 30px;
  font-weight: 600;
  color: #282c3f;
}
.title-heading > p {
  color: #6d7792;
  margin-bottom: 0;
  line-height: 21px;
}
.title-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(to right, transparent, #6d7792, transparent);
  z-index: -1;
  opacity: 0.2;
}
.title-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 100%;
  max-width: 60px;
  background: #4a4e69;
  z-index: -1;
}

.gap-12 {
  gap: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn {
  transition: all 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-main {
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  color: #fff !important;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #f2712a, #faa733) !important;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn-main:hover::before {
  opacity: 1;
}
.btn-main.shadow {
  box-shadow: 0 8px 15px rgba(242, 113, 42, 0.3) !important;
}

.btn-dark {
  background-color: #454b5a;
  color: #fff;
  border: 0;
}

.btn-soft {
  background-color: #f2f2f9 !important;
  color: #6d7792 !important;
  border: 0;
}
.btn-soft:hover {
  opacity: 0.8 !important;
}

.btn-loft {
  background-color: #5f728a !important;
  color: white !important;
  border: 0;
}
.btn-loft:hover {
  opacity: 0.9;
}

.btn-success {
  background-color: #20bd80 !important;
  color: white !important;
  border: 0;
}
.btn-success:hover {
  opacity: 0.9;
}

.btn-danger {
  background-color: #f35b5b !important;
  color: white !important;
  border: 0;
}
.btn-danger:hover {
  opacity: 0.9;
}

.btn-primary {
  background-color: #5b64da !important;
  color: white !important;
  border: 0;
}
.btn-primary:hover {
  opacity: 0.9;
}

.btn-warning {
  background-color: #faa533 !important;
  color: white !important;
  border: 0;
}
.btn-warning:hover {
  opacity: 0.9;
}

.btn-light {
  background-color: #5f728a !important;
  color: white !important;
  border: 0;
}
.btn-light:hover {
  opacity: 0.9;
}

.btn-outline-main {
  border-color: #f2712a;
  color: #f2712a;
}
.btn-outline-main:hover {
  background: #f2712a;
  color: #fff;
}

.btn-outline-light {
  border-color: #5f728a;
  color: #5f728a;
}
.btn-outline-light:hover {
  background: #5f728a;
  color: #fff;
}

.border-color-main {
  border-color: #f2712a !important;
}

.badge-xs {
  padding: 5px 12px;
  font-size: 12px;
}

.badge-sm {
  padding: 6px 12px;
  font-size: 15px;
}

.badge-lg {
  padding: 10px 20px !important;
  font-size: 16px;
}

.badge-xlg {
  padding: 15px 25px !important;
  font-size: 18px;
}

.min-w100 {
  min-width: 100px;
}

.btn-xl {
  padding: 10px 25px !important;
}

.btn-xxl {
  padding: 14px 30px !important;
}

.btn-soft-success {
  background: rgba(32, 189, 128, 0.1);
  color: #20bd80 !important;
}
.btn-soft-success:hover {
  background: rgba(32, 189, 128, 0.2);
}

.btn-soft-danger {
  background: rgba(243, 91, 91, 0.1);
  color: #f35b5b !important;
}
.btn-soft-danger:hover {
  background: rgba(243, 91, 91, 0.2);
}

.btn-soft-warning {
  background: rgba(250, 165, 51, 0.1);
  color: #faa533 !important;
}
.btn-soft-warning:hover {
  background: rgba(250, 165, 51, 0.2);
}

.btn-soft-primary {
  background: rgba(91, 100, 218, 0.1);
  color: #5b64da !important;
}
.btn-soft-primary:hover {
  background: rgba(91, 100, 218, 0.2);
}

.btn-soft-light {
  background: rgba(95, 114, 138, 0.1);
  color: #5f728a !important;
}
.btn-soft-light:hover {
  background: rgba(95, 114, 138, 0.2);
}

.btn-soft-main {
  background: rgba(242, 113, 42, 0.1);
  color: #f2712a !important;
}
.btn-soft-main:hover {
  background: rgba(242, 113, 42, 0.2);
}

.min-h-auto {
  min-height: auto !important;
}

.border--linear {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}

.line-height-16 {
  line-height: 16px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.small-title-line {
  position: relative;
  z-index: 1;
}
.small-title-line span {
  background: white;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
}
.small-title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #f2f2f9;
  z-index: -1;
}

.alert {
  margin-bottom: 0;
  position: relative;
}
.alert.alert-light {
  background: rgba(95, 114, 138, 0.1);
  border: 1px solid rgba(95, 114, 138, 0.1);
}
.alert.alert-light ul, .alert.alert-light li, .alert.alert-light a, .alert.alert-light p {
  color: #5f728a;
}
.alert.alert-light .alert-close {
  color: #5f728a;
}
.alert.alert-light ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-light ul li {
  list-style: disc;
}
.alert.alert-light.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-light.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #5f728a;
  font-size: 18px;
  color: white;
}
.alert.alert-light.alert-dark {
  background: #5f728a;
}
.alert.alert-light.alert-dark ul, .alert.alert-light.alert-dark li, .alert.alert-light.alert-dark a, .alert.alert-light.alert-dark p {
  color: white;
}
.alert.alert-light.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-light.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-light.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert.alert-success {
  background: rgba(32, 189, 128, 0.1);
  border: 1px solid rgba(32, 189, 128, 0.1);
}
.alert.alert-success ul, .alert.alert-success li, .alert.alert-success a, .alert.alert-success p {
  color: #20bd80;
}
.alert.alert-success .alert-close {
  color: #20bd80;
}
.alert.alert-success ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-success ul li {
  list-style: disc;
}
.alert.alert-success.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-success.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #20bd80;
  font-size: 18px;
  color: white;
}
.alert.alert-success.alert-dark {
  background: #20bd80;
}
.alert.alert-success.alert-dark ul, .alert.alert-success.alert-dark li, .alert.alert-success.alert-dark a, .alert.alert-success.alert-dark p {
  color: white;
}
.alert.alert-success.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-success.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-success.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert.alert-danger {
  background: rgba(243, 91, 91, 0.1);
  border: 1px solid rgba(243, 91, 91, 0.1);
}
.alert.alert-danger ul, .alert.alert-danger li, .alert.alert-danger a, .alert.alert-danger p {
  color: #f35b5b;
}
.alert.alert-danger .alert-close {
  color: #f35b5b;
}
.alert.alert-danger ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-danger ul li {
  list-style: disc;
}
.alert.alert-danger.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-danger.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #f35b5b;
  font-size: 18px;
  color: white;
}
.alert.alert-danger.alert-dark {
  background: #f35b5b;
}
.alert.alert-danger.alert-dark ul, .alert.alert-danger.alert-dark li, .alert.alert-danger.alert-dark a, .alert.alert-danger.alert-dark p {
  color: white;
}
.alert.alert-danger.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-danger.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-danger.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert.alert-warning {
  background: rgba(250, 165, 51, 0.1);
  border: 1px solid rgba(250, 165, 51, 0.1);
}
.alert.alert-warning ul, .alert.alert-warning li, .alert.alert-warning a, .alert.alert-warning p {
  color: #faa533;
}
.alert.alert-warning .alert-close {
  color: #faa533;
}
.alert.alert-warning ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-warning ul li {
  list-style: disc;
}
.alert.alert-warning.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-warning.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #faa533;
  font-size: 18px;
  color: white;
}
.alert.alert-warning.alert-dark {
  background: #faa533;
}
.alert.alert-warning.alert-dark ul, .alert.alert-warning.alert-dark li, .alert.alert-warning.alert-dark a, .alert.alert-warning.alert-dark p {
  color: white;
}
.alert.alert-warning.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-warning.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-warning.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert.alert-primary {
  background: rgba(91, 100, 218, 0.1);
  border: 1px solid rgba(91, 100, 218, 0.1);
}
.alert.alert-primary ul, .alert.alert-primary li, .alert.alert-primary a, .alert.alert-primary p {
  color: #5b64da;
}
.alert.alert-primary .alert-close {
  color: #5b64da;
}
.alert.alert-primary ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-primary ul li {
  list-style: disc;
}
.alert.alert-primary.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-primary.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #5b64da;
  font-size: 18px;
  color: white;
}
.alert.alert-primary.alert-dark {
  background: #5b64da;
}
.alert.alert-primary.alert-dark ul, .alert.alert-primary.alert-dark li, .alert.alert-primary.alert-dark a, .alert.alert-primary.alert-dark p {
  color: white;
}
.alert.alert-primary.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-primary.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-primary.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert.alert-secondary {
  background: rgba(95, 114, 138, 0.1);
  border: 1px solid rgba(95, 114, 138, 0.1);
}
.alert.alert-secondary ul, .alert.alert-secondary li, .alert.alert-secondary a, .alert.alert-secondary p {
  color: #5f728a;
}
.alert.alert-secondary .alert-close {
  color: #5f728a;
}
.alert.alert-secondary ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-secondary ul li {
  list-style: disc;
}
.alert.alert-secondary.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-secondary.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #5f728a;
  font-size: 18px;
  color: white;
}
.alert.alert-secondary.alert-dark {
  background: #5f728a;
}
.alert.alert-secondary.alert-dark ul, .alert.alert-secondary.alert-dark li, .alert.alert-secondary.alert-dark a, .alert.alert-secondary.alert-dark p {
  color: white;
}
.alert.alert-secondary.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-secondary.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-secondary.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert.alert-main {
  background: rgba(242, 113, 42, 0.1);
  border: 1px solid rgba(242, 113, 42, 0.1);
}
.alert.alert-main ul, .alert.alert-main li, .alert.alert-main a, .alert.alert-main p {
  color: #f2712a;
}
.alert.alert-main .alert-close {
  color: #f2712a;
}
.alert.alert-main ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.alert.alert-main ul li {
  list-style: disc;
}
.alert.alert-main.alert-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}
.alert.alert-main.alert-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #f2712a;
  font-size: 18px;
  color: white;
}
.alert.alert-main.alert-dark {
  background: #f2712a;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}
.alert.alert-main.alert-dark ul, .alert.alert-main.alert-dark li, .alert.alert-main.alert-dark a, .alert.alert-main.alert-dark p {
  color: white;
}
.alert.alert-main.alert-dark.alert-icon .icon {
  background: rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.alert.alert-main.alert-dark ul li {
  font-weight: 300;
}
.alert.alert-main.alert-dark .alert-close {
  color: white;
}
.alert.alert-dismissible {
  padding-right: 50px !important;
}
.alert .alert-close {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 26px;
  display: flex;
}
.alert .alert-close:focus {
  box-shadow: none !important;
  border: 0;
}

.breadcrumb {
  background: rgba(95, 114, 138, 0.1);
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb.breadcrumb-main {
  background: rgba(242, 113, 42, 0.1);
}
.breadcrumb.breadcrumb-main li {
  color: #f2712a;
}
.breadcrumb.breadcrumb-main li::before {
  color: #f2712a;
}
.breadcrumb.breadcrumb-main li a {
  color: #f2712a;
}
.breadcrumb li {
  color: #5f728a;
  font-weight: 500;
}
.breadcrumb li a {
  color: #5f728a;
}
.breadcrumb li.active {
  opacity: 0.6;
  font-weight: 400;
}

.tabs-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.tabs-flex .tabsArea.tabs-mobile .tabHead {
  overflow: inherit;
}

.tabsArea {
  position: relative;
}
.tabsArea.tabs-mobile .tabHead {
  flex-wrap: nowrap;
  overflow: auto;
}
.tabsArea .tabs-m-head {
  display: none;
}
.tabsArea .tabHead {
  display: flex;
  align-items: center;
  padding: 6px;
  background: #e8e8f3;
  border: 1px solid #fff;
  border-radius: 12px;
}
.tabsArea .tabHead .item {
  padding: 2px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
  color: #6d7792;
  transition: 0.2s;
  background: transparent;
  border-radius: 8px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 44px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.tabsArea .tabHead .item:hover {
  color: #4a4e69;
}
.tabsArea .tabHead .item span.badge {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  font-weight: 400 !important;
}
.tabsArea .tabHead .item.active {
  background: #fff;
  color: #4a4e69;
}
.tabsArea .tabHead .item img {
  width: 20px;
  height: 20px;
}
.tabsArea .tabHead.tab-lg .item {
  height: 54px;
  font-size: 18px;
}
.tabsArea.tabs-bg {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.tabsArea.tabs-bg .tabHead {
  background: #f2f2f9;
  border: 1px solid #fff;
  border-radius: 12px;
}
.tabsArea .tabitem {
  display: none;
}
.tabsArea .tabitem.show {
  display: block;
}
.tabsArea.tabs-client .item {
  padding: 2px 30px;
}

.accordion {
  background: white;
  border-radius: 12px;
}
.accordion .item .head {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #f2f2f9;
  font-weight: 500;
  font-size: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.accordion .item .head i {
  font-size: 20px;
  transition: all 0.2s ease;
  color: #6d7792;
}
.accordion .item:first-child .head {
  border-top: 0;
}
.accordion .item .body {
  padding: 25px;
  display: none;
}
.accordion .item.show .body {
  border-bottom: 1px solid #f2f2f9;
}
.accordion .item.show .head i {
  color: #f2712a;
}
.accordion.faq {
  background: transparent;
  border-radius: 0;
}
.accordion.faq i {
  transform: rotate(45deg);
  transition: all 0.2s ease;
  font-size: 16px;
  color: #939cb1;
  position: relative;
}
.accordion.faq .item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 8px;
}
.accordion.faq .item.show .head i {
  transform: rotate(135deg);
  top: -3px;
  left: 1px;
}
.accordion.faq .head {
  gap: 10px;
  padding: 0 15px;
}

.switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.switch > span {
  width: 34px;
  height: 20px;
  display: block;
  background: #f2f2f9;
  border: 1px solid white;
  border-radius: 12px;
  position: relative;
}
.switch > span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #f2712a;
  transition: all 0.2s ease;
}
.switch > label {
  margin-left: 5px;
}
.switch.active > span {
  background: #f2712a;
}
.switch.active > span::before {
  left: calc(100% - 17px);
  background: #fff;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover {
  position: relative;
  z-index: 1;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  font-size: 15px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  font-weight: 400 !important;
  width: 100%;
  top: calc(90% + 1px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #282c3f;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  z-index: 99;
}
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
[data-tooltip]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(90% + 1px);
  transform: translateX(-50%);
  border-color: transparent transparent #282c3f transparent;
  border-style: solid;
  border-width: 0px 4px 4px 4px;
  opacity: 0;
  visibility: hidden;
}
[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 1px);
}

.dropList {
  position: relative;
}
.dropList.show .dropListTitle {
  background: #f5f6f9;
  transition: 0s;
  border-radius: 10px 10px 0 0;
}
.dropList.show .dropListTitle::after {
  transform: rotateX(180deg);
}
.dropList.selected .dropListTitle {
  background-color: #f8f9fc;
  align-items: center;
}
.dropList.selected .dropListTitle .dlabName {
  padding-top: 1.5rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  color: #4a4e69;
}
.dropList.selected .dropListTitle label.title {
  opacity: 0.6;
  transform: scale(0.8) translateY(-0.27rem) translateX(0.2rem);
}
.dropList .dropListTitle {
  position: relative;
  padding: 1.2rem;
  border: 1px solid #f2f2f9;
  background: rgba(242, 242, 249, 0.4);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--soft-text);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  height: 60px;
}
.dropList .dropListTitle::after {
  content: "\e96f";
  font-family: "eg";
  color: #939cb1;
  position: absolute;
  right: 15px;
  font-size: 25px;
  display: flex;
  transform: rotateX(0deg);
  transition: 0.2s;
  margin-top: 2px;
}
.dropList .dropListTitle label.title {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  padding: 1.2rem;
  font-weight: 400;
  color: #6d7792;
  font-size: 16px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.dropList .dropListTable {
  display: none;
  background: white;
  position: absolute;
  width: 100%;
  z-index: 9;
  border-radius: 0 0 8px 8px;
  border-top: 0;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(172, 172, 189, 0.3490196078);
  max-height: 320px;
  overflow: auto;
}
.dropList .dropListTable::-webkit-scrollbar-track {
  background-color: rgba(109, 119, 146, 0.1);
}
.dropList .dropListTable::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(109, 119, 146, 0.1);
}
.dropList .dropListTable::-webkit-scrollbar-thumb {
  background-color: rgba(147, 156, 177, 0.6);
  border-radius: 12px;
}
.dropList .dropListTable .item {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f9;
  border-left: 2px solid transparent;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #6d7792;
  line-height: 16px;
  font-weight: 400;
}
.dropList .dropListTable .item::after {
  content: "\eae3";
  position: absolute;
  font-family: "eg";
  right: 15px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #f2712a;
  transition: all 0.2s ease;
  opacity: 0;
}
.dropList .dropListTable .item span {
  font-weight: 500;
  color: #4a4e69;
}
.dropList .dropListTable .item.active {
  border-left-color: #f2712a;
  background: #fbfbfd;
}
.dropList .dropListTable .item.active::after {
  opacity: 1;
}
.dropList .dropListTable .item:last-child {
  border: none;
}
.dropList .dropListTable .item:hover {
  background: #fbfbfd;
}
.dropList .dropListTable .search {
  border-bottom: 1px solid #f5f4fb;
  background: white;
  position: sticky;
  top: 0;
  z-index: 1;
}
.dropList .dropListTable .search .form-control {
  height: 54px !important;
  border: 0;
}

.card {
  background: white;
  border-radius: 12px;
  border: 0;
}
.card.card-sticky {
  position: sticky !important;
  top: 100px;
}
.card.card-special {
  padding: 25px;
  position: relative;
  z-index: 1;
}
.card.card-special .card-header {
  padding: 0;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  height: auto;
  position: relative;
  z-index: 1;
}
.card.card-special .card-header::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -25px;
  width: 4px;
  height: calc(100% - 10px);
  z-index: -1;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}
.card.card-special .card-header.fs-18 {
  font-size: 18px !important;
}
.card.card-special .card-header span {
  font-size: 20px;
  font-weight: 600;
  color: #4a4e69;
}
.card.card-special .card-header.flex-row {
  flex-direction: row;
  justify-content: space-between;
}
.card.card-special .card-header .dash--statu {
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  border-radius: 6px;
  font-size: 14px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  color: #6d7792;
  font-weight: 500;
  gap: 8px;
}
.card.card-special .card-header .dash--statu > span {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  z-index: 1;
}
.card.card-special .card-header .dash--statu > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
  animation: 2s ease infinite dashstatu;
}
.card.card-special .card-header .dash--statu > span.online {
  background-color: #20bd80;
}
.card.card-special .card-header .dash--statu > span.online::before {
  background-color: #20bd80;
}
.card.card-special .card-header .dash--statu > span.offline {
  background-color: #f35b5b;
}
.card.card-special .card-header .dash--statu > span.offline::before {
  background-color: #f35b5b;
}
.card.card-special.no-space {
  padding: 0;
}
.card.card-special.no-space .card-header {
  padding: 20px 25px;
}
.card.card-special.no-space .card-header::before {
  left: 0;
  top: 15px;
  bottom: 15px;
  height: auto;
}
.card .card-header {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #f2f2f9;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
}
.card .card-header > i {
  color: #f2712a;
  font-size: 20px;
}
.card .card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #f2f2f9;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
}
.card .card-footer > i {
  color: #f2712a;
  font-size: 20px;
}
.card .tabsArea .tabs-m-head {
  background: #f2f2f9 !important;
}
.card .tabsArea .tabHead {
  background: #f2f2f9;
  border-radius: 8px;
}
.card .tabsArea .tabHead .item {
  border-radius: 4px;
}

.checkbox,
.radio {
  display: flex;
  align-items: center;
}
.checkbox label,
.radio label {
  color: #6d7792;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checklist .checkbox, .checklist .radio {
  margin-bottom: 8px;
}
.checklist .checkbox:last-child, .checklist .radio:last-child {
  margin-bottom: 0;
}

[type=checkbox],
[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: white;
  border: 1px solid rgba(109, 119, 146, 0.15);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  cursor: pointer;
  transition: 0.2s;
}
[type=checkbox]:checked,
[type=radio]:checked {
  position: relative;
  background: #f2712a;
  border-color: #f2712a;
}
[type=checkbox]:checked + label,
[type=radio]:checked + label {
  color: #4a4e69;
  font-weight: 500;
}
[type=checkbox]:checked::before,
[type=radio]:checked::before {
  content: "\eae3";
  font-size: 14px;
  font-family: "eg";
  color: white;
}

@keyframes progressBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dark-copied {
  from {
    color: #f2712a;
  }
  to {
    color: white;
  }
}
@keyframes dashstatu {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.8);
  }
}
.top-bar-area {
  position: relative;
  z-index: 2;
}

.top--bar {
  position: relative;
  padding: 16px 10px;
  margin-top: 4px;
  height: 50px;
}
.top--bar .item {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #c1c8da;
  transition: 0.2s;
}
.top--bar .item i {
  color: #f2712a;
  font-size: 18px;
}
.top--bar .item:hover {
  color: #f2712a;
}
.top--bar .item span {
  display: none;
}
.top--bar .currency {
  font-size: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #c1c8da;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.top--bar .currency .inside {
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.top--bar .currency .inside span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.top--bar .currency .inside span i {
  font-size: 14px;
  transition: 0.2s;
}
.top--bar .currency .inside > i {
  color: #f2712a;
  font-size: 18px;
}
.top--bar .currency:hover .inside i {
  color: #f2712a;
}
.top--bar .currency.active {
  display: block;
}

.menu--linear {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 96;
  background: rgba(4, 2, 10, 0.431372549);
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.menu--linear.show {
  opacity: 1;
  visibility: visible;
}
.menu--linear.mshow {
  opacity: 1;
  visibility: visible;
  z-index: 98;
}

header {
  position: relative;
  z-index: 97;
  transition: 0.2s;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1296px;
  height: 100%;
  z-index: -1;
  background: #fff;
  margin: 0 auto;
  border-radius: 12px;
  transition: 0.2s;
}
header.head-sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1254901961);
}
header.head-sticky::before {
  left: 0%;
  width: 100%;
  transform: translateX(0%);
  border-radius: 0;
}
header.head-sticky .header {
  padding: 15px 5px;
}
header.mobile-header {
  z-index: 94;
}

.header {
  padding: 15px 24px;
  transition: 0.2s;
}
.header .logo img {
  display: block;
  height: 34px;
  position: relative;
  top: 1px;
}
.header .navbar {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0;
  position: inherit;
}
.header .navbar .nav-item {
  font-weight: 500;
}
.header .navbar .nav-item .nav-link {
  position: relative;
  padding: 6px 0;
  transition: all 0.2s ease;
}
.header .navbar .nav-item .nav-link.drop-item {
  display: flex;
  align-items: center;
}
.header .navbar .nav-item .nav-link.drop-item::after {
  content: "\e96f";
  font-family: "eg";
  position: relative;
  right: 0;
  margin-top: 1px;
  margin-left: 2px;
}
.header .navbar .nav-item .nav-link:hover {
  color: #f2712a;
}
.header .navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -46px;
  left: calc(50% - 4px);
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.header .navbar .nav-item.show .nav-link {
  color: #f2712a;
}
.header .navbar .nav-item .nav--drop {
  position: absolute;
  width: 100%;
  max-width: 340px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.header .navbar .nav-item .nav--drop.drop--three {
  grid-template-columns: repeat(3, 1fr);
  max-width: 980px;
}
.header .navbar .nav-item .nav--drop.drop--four {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
}
.header .navbar .nav-item .nav--drop.drop--corporate {
  grid-template-columns: 200px auto 300px;
  max-width: 840px;
}
.header .navbar .nav-item .nav--drop.drop--corporate .image img {
  display: block;
  border-radius: 8px;
  width: 100%;
}
.header .navbar .nav-item .nav--drop.drop--corporate .boxe {
  display: flex;
  flex-direction: column;
}
.header .navbar .nav-item .nav--drop.drop--corporate .boxe .drop--nav {
  border: 1px solid transparent;
}
.header .navbar .nav-item .nav--drop.drop--corporate .list {
  padding-left: 30px;
  margin-left: 8px;
  border-left: 1px solid #f2f2f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.header .navbar .nav-item .nav--drop.drop--corporate .list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  z-index: 1;
}
.header .navbar .nav-item .nav--drop.drop--corporate .list li a::before {
  content: "\eae3";
  font-family: "eg";
  min-width: 28px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  background: #f2f2f9;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-size: 14px;
  z-index: -1;
}
.header .navbar .nav-item .nav--drop.drop--corporate .list li a:hover {
  color: #f2712a;
}
.header .navbar .nav-item .nav--drop.drop--corporate .list li a:hover:before {
  background: #f2712a;
  color: #fff;
}
.header .navbar .nav-item .nav--drop .drop--nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid #f2f2f9;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.header .navbar .nav-item .nav--drop .drop--nav .icon {
  min-width: 50px;
  width: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  background: rgba(109, 119, 146, 0.1);
  border-radius: 6px;
}
.header .navbar .nav-item .nav--drop .drop--nav .text {
  line-height: normal;
}
.header .navbar .nav-item .nav--drop .drop--nav .text span {
  font-weight: 500;
}
.header .navbar .nav-item .nav--drop .drop--nav .text p {
  margin: 0;
  font-size: 14px;
  color: #939cb1;
  font-weight: 400;
}
.header .navbar .nav-item .nav--drop .drop--nav:hover {
  border: 1px solid #f2712a !important;
}
.header .navbar .nav-item .nav--drop .drop--nav:hover .icon {
  color: #f2712a;
  background: rgba(242, 113, 42, 0.2);
}
.header .navbar .nav-item .nav--drop .notice--alert {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2f2f9;
  padding: 4px;
  border-radius: 6px;
}
.header .navbar .nav-item .nav--drop .notice--alert span {
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  padding: 6px 15px;
  border-radius: 4px;
}
.header .navbar .nav-item .nav--drop .notice--alert p {
  margin: 0;
  font-size: 15px;
}
.header .navbar .nav-item.show .nav--drop {
  opacity: 1;
  visibility: visible;
  margin-top: 35px;
}
.header .navbar .nav-item.show .nav-link::before {
  bottom: -36px;
  opacity: 1;
  visibility: visible;
}
.header .action .action--basket {
  min-width: 44px;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  background-color: #f2f2f9;
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .action .action--basket .count {
  position: absolute;
  top: -5px;
  left: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 12px;
  background-color: #f2712a;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: "roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .action .action--item {
  min-width: 44px;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  background-color: #f2f2f9;
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .action .action--item .count {
  position: absolute;
  top: -5px;
  left: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 12px;
  background-color: #f2712a;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: "roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .action .action--butto {
  height: 44px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.header .action .action--login {
  color: #fff;
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  min-width: 110px;
}
.header .action .action--register {
  border: 1px solid #4a4e69;
  min-width: 110px;
}
.header .action .action--register:hover {
  border-color: #f2712a;
  color: #f2712a;
}
.header .action .action--button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  height: 22px;
  width: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.header .action .action--button .line {
  width: 70%;
  height: 4px;
  background-color: #17181f;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.header .action .action--button .line:nth-child(2) {
  width: 100% !important;
}
.header .action .action--button:hover .line {
  background-color: #f2712a;
}
.header .action .action--button.show .line {
  background-color: #f2712a;
  width: 100%;
}
.header .action .action--profile {
  background: #f2f2f9;
  border-radius: 6px;
  height: 44px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .action .action--profile img {
  border-radius: 4px;
  display: block;
  height: 100%;
  aspect-ratio: 1;
}
.header .action .action--profile .detail {
  line-height: 14px;
  padding-right: 12px;
}
.header .action .action--profile .detail span.name {
  font-size: 15px;
  font-weight: 500;
  color: #4a4e69;
  display: block;
}
.header .action .action--profile .detail span.balance {
  font-size: 13px;
  font-weight: 400;
  color: #6d7792;
}

.head--information .information--box {
  position: absolute;
  top: calc(100% + 14px);
  right: 30px;
  padding: 25px;
  width: 340px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.head--information .information--box .head {
  color: #6d7792;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.head--information .information--box .head span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #4a4e69;
}
.head--information .information--box .head::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  width: 6px;
  left: -25px;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(to top, #f2712a, #faa733) !important;
  z-index: -1;
}
.head--information .information--box .item {
  background: #f2f2f9;
  border-radius: 8px;
}
.head--information .information--box::before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  top: -8px;
  right: 25px;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  transition: all 0.2s ease;
}
.head--information .information--box > a {
  background: linear-gradient(120deg, #f2712a, #faa733) !important;
  border-radius: 8px;
}
.head--information .information--box > a span {
  display: block;
  font-size: 18px;
}
.head--information .information--box > a i {
  transform: rotate(90deg);
}
.head--information.show .action--button .line {
  background-color: #f2712a;
  width: 100%;
}
.head--information.show .information--box {
  opacity: 1;
  visibility: visible;
  right: 12px;
}

.mmenu {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  z-index: 99;
  background: #fff;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.mmenu.show {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.mmenu .m-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  height: 70px;
  border-bottom: 1px solid #f2f2f9;
}
.mmenu .m-head .logo img {
  display: block;
  height: 28px;
}
.mmenu .m-head .m-menu-close {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #6d7792;
  border-radius: 8px;
  transition: all 0.2s ease;
  background-color: #f2f2f9;
  cursor: pointer;
}
.mmenu .m-head .m-menu-close:hover {
  background-color: #e4e4ee;
}
.mmenu .m-navs {
  position: relative;
  overflow: auto;
  height: 100%;
}
.mmenu .m-navs ul {
  margin: 0;
  padding: 0;
}
.mmenu .m-navs ul li {
  position: relative;
  border-bottom: 1px solid #f2f2f9;
}
.mmenu .m-navs ul li.drop-item .mnav-item::after {
  content: "\e96f";
  font-family: "eg";
  position: relative;
  right: 0;
  font-size: 20px;
  color: #6d7792;
  margin-left: auto;
  margin-right: 5px;
  transition: all 0.2s ease;
  transform: rotate(-90deg);
}
.mmenu .m-navs ul li.drop-item.show .mnav-item {
  position: sticky;
  top: 0;
  z-index: 9;
}
.mmenu .m-navs ul li.drop-item.show .mnav-item::after {
  transform: rotate(0deg);
}
.mmenu .m-navs ul li .mnav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  background-color: white;
}
.mmenu .m-navs ul li .mnav-item .icon {
  min-width: 34px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #6d7792;
  border-radius: 6px;
  transition: all 0.2s ease;
  background-color: #f2f2f9;
}
.mmenu .m-navs ul li .mnav-item > span {
  font-size: 16px;
  color: #4a4e69;
  transition: all 0.2s ease;
  font-weight: 500;
}
.mmenu .m-navs ul li .mdrop-list {
  background: #f2f2f9;
  display: none;
}
.mmenu .m-navs ul li .mdrop-list .drop--nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.031372549);
}
.mmenu .m-navs ul li .mdrop-list .drop--nav .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #6d7792;
  transition: all 0.2s ease;
}
.mmenu .m-navs ul li .mdrop-list .drop--nav > span {
  font-size: 16px;
  color: #4a4e69;
  transition: all 0.2s ease;
}
.mmenu .m-navs ul li .mdrop-list .drop--nav:last-child {
  border: 0;
}

footer {
  position: relative;
  background: #17181f;
  margin-top: 50px;
}
footer .footer--support {
  padding: 25px 0;
}
footer .footer--support .item {
  background: rgba(255, 255, 255, 0.0235294118);
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  padding: 10px;
  border-radius: 12px;
}
footer .footer--support .item .icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 8px;
}
footer .footer--support .item .text {
  line-height: 20px;
  color: #767b8b;
  font-weight: 300;
}
footer .footer--content {
  background-color: #1b1c24;
}
footer .footer--content .top-side {
  padding: 30px 0;
  display: flex;
}
footer .footer--content .top-side .footer-logo img {
  height: 40px;
}
footer .footer--content .top-side .description {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.062745098);
}
footer .footer--content .top-side .description p {
  margin: 0;
  color: #cbcdd8;
  max-width: 700px;
  font-size: 15px;
}
footer .footer--content .top-side .social-links {
  margin-left: auto;
}
footer .footer--content .top-side .social-links .link {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.031372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
footer .footer--content .top-side .social-links .link:hover {
  background: rgba(255, 255, 255, 0.0705882353);
}
footer .footer--content .nav-area {
  position: relative;
  padding-bottom: 40px;
}
footer .footer--content .nav-area .nav--title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  z-index: 1;
  color: #faa733;
}
footer .footer--content .nav-area .nav--title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #faa733, transparent);
  z-index: -1;
  opacity: 0.2;
}
footer .footer--content .nav-area .nav--title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 40px;
  border-radius: 6px;
  background: #faa733;
  z-index: -1;
}
footer .footer--content .nav-area .nav--list {
  position: relative;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
footer .footer--content .nav-area .nav--list li {
  position: relative;
  padding: 3px 0;
  padding-left: 18px;
  margin-bottom: 5px;
}
footer .footer--content .nav-area .nav--list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #faa733;
  transition: all 0.2s ease;
}
footer .footer--content .nav-area .nav--list li:hover:before {
  width: 8px;
}
footer .footer--content .nav-area .nav--list li a {
  color: #fff;
  transition: all 0.2s ease;
}
footer .footer--content .nav-area .nav--list li a:hover {
  color: #faa733;
}
footer .footer--content .nav-area .nav--list .list-more {
  display: none;
}
footer .footer--content .nav-area .show-more {
  position: relative;
  color: #faa733;
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 20px;
  z-index: 1;
}
footer .footer--content .nav-area .show-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  border-radius: 8px;
  background: linear-gradient(to right, #faa733, transparent);
  z-index: -1;
  opacity: 0.1;
  transition: all 0.2s ease;
}
footer .footer--content .nav-area .show-more:hover:before {
  opacity: 0.15;
}
footer .footer--bottom {
  padding: 20px 0;
}
footer .footer--bottom .navs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
footer .footer--bottom .navs .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  background: transparent;
  transition: all 0.2s ease;
  border-radius: 6px;
}
footer .footer--bottom .navs .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.0823529412);
  background: rgba(255, 255, 255, 0.0235294118);
}
footer .footer--bottom .navs .nav-link i {
  color: #faa733;
}
footer .footer--bottom .copyright {
  position: relative;
  font-size: 15px;
  text-align: center;
}
footer .footer--bottom .copyright p {
  color: #cbcdd8;
  margin: 0;
}

.main--intro {
  display: grid;
  grid-template-columns: 810px auto;
  gap: 16px;
}

#intro {
  position: relative;
  z-index: 1;
}
#intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -170px;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.08;
  z-index: -1;
}

.intro--slider {
  position: relative;
  padding: 20px;
  overflow: hidden;
  z-index: 1;
}
.intro--slider .slider--content {
  position: relative;
}
.intro--slider .is--box {
  display: none;
  padding: 0 10px;
}
.intro--slider .is--box.show {
  display: block;
}
.intro--slider .is--inside {
  display: grid;
  grid-template-columns: 260px auto;
  gap: 32px;
  align-items: center;
}
.intro--slider .is--inside img {
  width: 265px;
  max-height: 300px;
  display: block;
}
.intro--slider .is--inside .content .head p {
  max-width: 400px;
}
.intro--slider .is--feature {
  align-items: center;
}
.intro--slider .is--feature .icon {
  min-width: 44px;
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f2712a;
  font-size: 20px;
  background: rgba(242, 113, 42, 0.1);
  border-radius: 6px;
}
.intro--slider .is-feature-action {
  width: 100%;
  max-width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.intro--slider .is-feature-action i {
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.intro--slider .is-feature-action:hover i {
  transform: rotate(0deg);
}
.intro--slider .sc-timer-progress {
  margin: 20px 0;
  height: 6px;
  border-radius: 12px;
  background: #f2f2f9;
  position: relative;
}
.intro--slider .sc-timer-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  border-radius: 12px;
  transition: 0.3s;
}
.intro--slider .sc--tabs {
  display: flex;
  align-items: center;
  gap: 30px;
}
.intro--slider .sc--tabs .item {
  width: 100%;
  height: 44px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f9;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #6d7792;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.intro--slider .sc--tabs .item.active {
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  color: #fff !important;
}
.intro--slider .sc--tabs .item::before {
  content: "";
  position: absolute;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #f2f2f9;
}
.intro--slider .sc--tabs .item:last-child::before {
  display: none;
}
.intro--slider .sc--tabs .item:hover {
  background: #eaeaf1;
}
.intro--slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 285px;
  aspect-ratio: 1;
  background: url(../../image/vawe-path-left.webp);
  background-repeat: no-repeat;
  opacity: 0.15;
}
.intro--slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 285px;
  aspect-ratio: 1;
  background: url(../../image/vawe-path-right.webp);
  background-repeat: no-repeat;
  opacity: 0.15;
}

.intro--boxes {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 16px;
}
.intro--boxes .top--box {
  grid-column: 1/-1;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 204px;
}
.intro--boxes .top--box img {
  position: absolute;
  border-radius: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.intro--boxes .top--box .inside {
  position: absolute;
  z-index: 2;
  height: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
.intro--boxes .top--box .inside p {
  color: #c7c6ce;
}
.intro--boxes .small-box {
  position: relative;
  height: 210px;
}
.intro--boxes .small-box .head {
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
.intro--boxes .small-box .head span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #f2712a;
}
.intro--boxes .small-box .head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: linear-gradient(to top, #f2712a, #faa733) !important;
  border-radius: 0 4px 4px 0;
  z-index: -1;
}
.intro--boxes .small-box .domain-list {
  padding: 25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.intro--boxes .small-box .domain-list .item {
  background: #f2f2f9;
  padding: 7px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.intro--boxes .small-box .domain-list .item:hover {
  background-color: #ebebf1;
}
.intro--boxes .small-box .domain-list .item .price {
  font-weight: 500;
}
.intro--boxes .small-box .domain-list .item img {
  height: 22px;
  position: relative;
  top: 1px;
}
.intro--boxes .small-box .inside {
  padding: 25px;
  padding-top: 0px;
}
.intro--boxes .small-box .inside .text span {
  font-size: 32px;
  font-weight: bold;
  color: #f2712a;
}
.intro--boxes .small-box .inside .text p {
  color: #6d7792;
  margin-bottom: 20px;
}
.intro--boxes .small-box .inside .btn {
  height: 38px;
}
.intro--boxes .small-box .inside .btn i {
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.intro--boxes .small-box .inside .btn:hover i {
  transform: rotate(0deg);
}
.intro--boxes .small-box > img {
  position: absolute;
  right: -10px;
  bottom: 30px;
}

#main-domain {
  z-index: 1;
  margin-top: 30px;
}

.main--domain {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(to bottom right, #17181f, #1a1e28);
  padding: 45px 30px;
  text-align: center;
}
.main--domain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../../image/line-path.webp);
  background-size: 300px;
  z-index: -1;
  opacity: 0.05;
}
.main--domain .title {
  font-weight: 500;
  margin-bottom: 15px;
}
.main--domain .title span {
  display: block;
  font-size: 18px;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}
.main--domain .list--options {
  justify-content: center;
  margin-top: 20px;
}
.main--domain .list--options .item {
  padding: 5px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
  transition: all 0.2s ease;
}
.main--domain .list--options .item:hover {
  color: #f2712a !important;
}
.main--domain .list--options .item:last-child {
  border: 0;
}
.main--domain .corner--icon {
  position: absolute;
  right: 30px;
  bottom: -47px;
  width: 152px;
}
.main--domain.domain--vi {
  background: transparent;
}
.main--domain .form-floating {
  max-width: 880px;
  margin: 0 auto;
}
.main--domain .form-floating .icon {
  padding-left: 2px;
}
.main--domain .form-floating .form-control {
  border: 0;
}

.main-domain-list {
  margin-top: 25px;
  justify-content: center;
}
.main-domain-list .domain {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.main-domain-list .domain img {
  height: 30px;
}
.main-domain-list .domain span.price {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #f2f2f9;
  font-weight: 500;
}
.main-domain-list .domain.featured {
  border: 1px dashed #faa733;
}
.main-domain-list .domain.featured span.feature {
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  background: #faa733;
  position: absolute;
  border-radius: 12px;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}
.main-domain-list .domain.featured span.price {
  color: #faa733;
}
.main-domain-list .domain:hover {
  border: 1px solid #faa733;
}

#domain {
  position: relative;
  z-index: 1;
}
#domain::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -124px;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.15;
  z-index: -1;
}
#domain::after {
  content: "";
  position: absolute;
  left: 0;
  top: -124px;
  right: 0;
  bottom: 0;
  background: url(../../image/line-path-cl.webp);
  background-size: 250px;
  opacity: 0.1;
  z-index: -1;
}
#domain .domain--vi {
  padding: 50px 0;
}
#domain .domain--vi .title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#domain .domain--vi .title span {
  font-size: 20px;
}
#domain .domain--vi .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(to right, transparent, #f2712a, transparent);
  z-index: -1;
  opacity: 0.3;
}
#domain .domain--vi .title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 80%;
  max-width: 60px;
  background: #4a4e69;
  z-index: -1;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}
#domain .domain--vi .list--options .item {
  border-color: rgba(242, 113, 42, 0.3);
}

#main-service {
  padding: 70px 0;
  position: relative;
}

.main--services {
  position: relative;
}
.main--services .main--service {
  position: relative;
  background: linear-gradient(to top right, #f2712a, #faa733) !important;
  border-radius: 12px;
  text-align: center;
  min-height: 400px;
  z-index: 1;
}
.main--services .main--service .logo-white {
  display: block;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 1;
}
.main--services .main--service .service-men {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: -2px;
}
.main--services .main--service::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../../image/line-path.webp);
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
  background-size: 350px;
}
.main--services .s-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 206px;
  padding: 25px;
  z-index: 2;
}
.main--services .s-item .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 1;
  color: #f2712a;
  background: rgba(242, 113, 42, 0.1);
  border-radius: 0 12px 0 12px;
}
.main--services .s-item .head {
  position: relative;
  z-index: 1;
}
.main--services .s-item .head::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  bottom: -4px;
  width: 4px;
  background: linear-gradient(to top, #f2712a, #faa733) !important;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
.main--services .s-item .s-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main--services .s-item .s-content .price {
  margin-top: auto;
  margin-bottom: auto;
}
.main--services .s-item .s-content .btn {
  height: 44px;
}
.main--services .s-item.s-dark {
  background: #17181f !important;
}
.main--services .s-item.s-dark .icon {
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  border-radius: 0 11px 0 12px;
  color: #fff;
}
.main--services .s-item.s-dark .head {
  color: #fff;
}
.main--services .s-item.s-dark > p {
  color: #a0a8bd;
}
.main--services .s-item.s-dark > .d-flex > div span.fw-600 {
  color: #fff;
}
.main--services .s-item.s-dark > .d-flex > div .text-soft {
  color: #a0a8bd;
}

#testimonials {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom right, #17181f, #1a1e28);
  padding: 90px 0 120px;
}
#testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url("../../image/line-path.webp");
  background-size: 250px;
  opacity: 0.03;
  z-index: -1;
}
#testimonials::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 320px;
  height: 170px;
  background: url("../../image/dots-half.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
}

.testimonials--list {
  position: relative;
  padding-top: 30px;
}
.testimonials--list .item {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 16px;
}
.testimonials--list .item .image {
  width: 100%;
}
.testimonials--list .item .image img {
  display: block;
  width: 100%;
}
.testimonials--list .item .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonials--list .item .details .head {
  padding-left: 5px;
  padding-top: 15px;
}
.testimonials--list .item .details .head span.name {
  color: #fff;
  font-size: 20px;
  display: block;
}
.testimonials--list .item .details .head span.job {
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.testimonials--list .item .details .review-content {
  background: rgba(255, 255, 255, 0.062745098);
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  border-radius: 12px;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.testimonials--list .item .details .review-content p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.testimonials--list .item .details .review-content::before {
  content: "\e942";
  font-family: "eg";
  font-size: 30px;
  position: absolute;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  right: 20px;
  top: -10px;
}
.testimonials--list .owl-testimonial--navs {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.testimonials--list .owl-testimonial--navs .owl-nav {
  width: 70px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  color: #faa733;
  border: 1px solid #faa733;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
  font-size: 18px;
  position: relative;
}
.testimonials--list .owl-testimonial--navs .owl-nav:hover {
  border-color: #f2712a;
  color: #f2712a;
}
.testimonials--list .owl-testimonial--navs .owl-nav.owl-nav-next {
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  border: 0;
  color: #fff;
}
.testimonials--list .owl-testimonial--navs .owl-nav.owl-nav-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(to left, #f2712a, #faa733) !important;
  opacity: 0;
  transition: 0.3s;
}
.testimonials--list .owl-testimonial--navs .owl-nav.owl-nav-next:hover:before {
  opacity: 1;
}

.testimonials--area .corner--icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  bottom: -25px;
}

#featured {
  position: relative;
  padding: 70px 0;
}

#domain-result {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#domain-result::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  height: 204px;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.1;
  z-index: -1;
}

.d-search-loader {
  padding: 30px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  display: none;
}
.d-search-loader span.spinner {
  display: flex;
  animation: 1s linear infinite loader;
  font-size: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.d-search-loader .text span {
  font-size: 22px;
  font-weight: 500;
  color: #4a4e69;
}
.d-search-loader .text span strong {
  font-weight: 600;
  color: #f2712a;
}
.d-search-loader .text p {
  color: #6d7792;
  margin: 0;
  margin-top: 4px;
}

.d-search--content {
  display: none;
  padding-top: 20px;
}
.d-search--content .d-search--area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.d-search--content .d-search--area.unavailable .icon {
  background: #e23860;
}
.d-search--content .d-search--area.unavailable .icon i.eg-arrow-left-right-fill {
  display: block;
}
.d-search--content .d-search--area.unavailable .detail span.badge {
  background-color: rgba(226, 56, 96, 0.15);
  color: #e23860;
}
.d-search--content .d-search--area.unavailable .detail span.domainname {
  color: #e23860;
}
.d-search--content .d-search--area.available .icon {
  background: #20bd80;
}
.d-search--content .d-search--area.available .icon i.eg-check-double-fill {
  display: block;
}
.d-search--content .d-search--area.available .detail span.badge {
  background-color: rgba(32, 189, 128, 0.15);
  color: #20bd80;
}
.d-search--content .d-search--area.available .detail span.domainname {
  color: #20bd80;
}
.d-search--content .d-search--area .icon {
  min-width: 78px;
  max-width: 78px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  background: #f2f2f9;
}
.d-search--content .d-search--area .icon i {
  display: none;
}
.d-search--content .d-search--area .detail span.badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px !important;
  background: #f2f2f9;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px !important;
  margin-bottom: 4px;
}
.d-search--content .d-search--area .detail .cl-main {
  color: #4a4e69 !important;
}
.d-search--content .d-search--area .action {
  margin-left: auto;
  position: relative;
}
.d-search--content .d-search--area .action .form-control {
  min-width: 340px;
  padding-right: 120px;
}
.d-search--content .d-search--area .action button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  border-radius: 4px;
}

.alternative--domains {
  position: relative;
}
.alternative--domains .alternative {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #f2f2f9;
  gap: 12px;
}
.alternative--domains .alternative .domainname {
  font-size: 18px;
  font-weight: 500;
  color: #4a4e69;
}
.alternative--domains .alternative > span.badge {
  font-weight: 500;
  padding: 6px 14px;
  font-size: 12px;
}
.alternative--domains .alternative > span.badge.bg-success {
  background: rgba(32, 189, 128, 0.15) !important;
  color: #20bd80;
}
.alternative--domains .alternative > span.badge.bg-danger {
  background: rgba(243, 91, 91, 0.15) !important;
  color: #f35b5b;
}
.alternative--domains .alternative .price {
  margin-left: auto;
  line-height: 16px;
}
.alternative--domains .alternative button {
  padding: 7px 16px !important;
  font-size: 15px !important;
}

#info-boxes {
  position: relative;
}

.info--boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}
.info--boxes .icon {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  width: 70px;
  height: 80px;
  color: #f2712a;
  background: rgba(242, 113, 42, 0.1);
  border-radius: 8px;
}

.product--info {
  margin-top: 20px;
  background: rgba(109, 119, 146, 0.1);
  border: 1px solid rgba(109, 119, 146, 0.1);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product--info .item {
  padding: 6px 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid rgba(109, 119, 146, 0.2);
  color: #6d7792;
}
.product--info .item i {
  font-size: 21px;
  display: flex;
}
.product--info .item:last-child {
  border: 0;
}

#support-box .container-xl {
  position: relative;
  z-index: 1;
}
#support-box .container-xl::after {
  content: "";
  position: absolute;
  left: 40px;
  height: 50px;
  bottom: -10px;
  transform: rotate(-1deg);
  right: 15px;
  background: linear-gradient(to bottom right, #f2712a, #faa733) !important;
  opacity: 1;
  z-index: -2;
  border-radius: 12px;
}

.product-support-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-support-box .support--img {
  display: block;
  max-width: 60px;
}
.product-support-box .title-text {
  line-height: 24px;
}
.product-support-box .btn {
  min-width: 200px;
  height: 60px;
  padding: 0 15px;
  border-radius: 8px;
}
.product-support-box .btn .text {
  line-height: 18px;
  color: #6d7792;
  text-align: left;
  font-size: 14px;
}
.product-support-box .btn .text span {
  font-weight: 500;
  display: block;
  font-size: 17px;
}
.product-support-box .btn i {
  font-size: 26px;
  margin-left: auto;
}
.product-support-box .btn-whatsapp {
  border-color: #25ca7b !important;
  color: #25ca7b !important;
}
.product-support-box .btn-whatsapp span {
  color: #25ca7b !important;
}
.product-support-box .btn-start_chat {
  border-color: #f2712a !important;
  color: #f2712a !important;
}
.product-support-box .btn-start_chat span {
  color: #f2712a !important;
}
.product-support-box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  background: url(../../image/dots-path-cl.webp);
  background-size: contain;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
}

#features {
  position: relative;
  z-index: 2;
  padding: 70px 0 110px;
  background: linear-gradient(to top left, #101119, #1a1e28);
}
#features .features--list .item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.0196078431);
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  padding: 25px;
  height: 100%;
}
#features .features--list .item .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
#features .features--list .item .head .icon {
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  border-radius: 50px;
}
#features .features--list .item .head > span {
  font-weight: 500;
  color: #fff;
}
#features .features--list .item > p {
  margin-top: 10px;
  color: #a2a8b7;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
#features .corner--icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  bottom: -25px;
}
#features::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 320px;
  height: 170px;
  background: url("../../image/dots-half.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
}

#related {
  position: relative;
  z-index: 1;
  padding: 70px 0 80px;
}
#related::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #f2712a, transparent);
  opacity: 0.05;
  z-index: -1;
}
#related .related--list .item .icon {
  min-width: 90px;
  width: 90px;
  height: 110px;
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#demo {
  position: relative;
}
#demo .demo-item .logo {
  width: 100%;
  min-height: 130px;
  background: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#demo .demo-item .logo img {
  max-width: 80%;
  height: auto;
  display: block;
}
#demo .demo-item .btn-outline-main {
  color: var(--c) !important;
  border-color: var(--c) !important;
}
#demo .demo-item .btn-outline-main:hover {
  background: var(--c) !important;
  color: #fff !important;
}

#article {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}
#article::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  z-index: -1;
}
#article::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  z-index: -1;
}

.article--area {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.article--area :is(h1, h2, h3, h4, h4) {
  color: #282c3f;
  font-weight: 600;
  margin-bottom: 10px;
}
.article--area p {
  color: #6d7792;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
}
.article--area p :is(b, strong, u) {
  font-weight: 600;
  color: #4a4e69;
}
.article--area img {
  width: 100%;
  display: block;
}
.article--area ul, .article--area ol {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 20px;
}
.article--area ul li, .article--area ol li {
  color: #6d7792;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 4px;
}
.article--area ul li {
  list-style-type: disc;
}
.article--area ol li {
  list-style: decimal;
}

#faq {
  position: relative;
  padding: 60px 0 70px;
}
#faq .faq-list {
  max-width: 840px;
  margin: 0 auto;
}
#faq .accordion .body p {
  color: #6d7792;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}

.features-boxed-list ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.features-boxed-list ul li {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 15px;
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  width: 100%;
}
.features-boxed-list ul li .icon {
  height: 34px;
  min-width: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-right: 6px;
  color: #6d7792;
  border-right: 1px solid rgba(109, 119, 146, 0.1);
}
.features-boxed-list ul li > span {
  color: #4a4e69;
  font-size: 16px;
  font-weight: 500;
}
.features-boxed-list.fb-list-three ul {
  grid-template-columns: repeat(3, 1fr);
}

#steps-view {
  position: relative;
  padding: 90px 0 40px;
}
#steps-view .steps--image {
  padding-left: 50px;
  position: relative;
  height: 100%;
}
#steps-view .steps--image .steps-thumb {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 20px;
}
#steps-view .steps--image .steps-thumb.small {
  top: 148px;
  width: 160px;
}
#steps-view .steps--image .steps-main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#steps-view .steps--image .steps-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid #fff;
}
#steps-view .steps--image .steps-main::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  top: -10px;
  bottom: -10px;
  transform: rotate(2deg);
  z-index: -1;
  border-radius: 12px;
}
#steps-view .steps--content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#steps-view .steps--content::after {
  content: "\e900";
  position: absolute;
  font-family: "eg";
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  font-size: 250px;
  color: #6d7792;
  opacity: 0.06;
  z-index: -1;
}
#steps-view .steps--content .head {
  margin-bottom: 20px;
}
#steps-view .steps--content .head h2 {
  font-size: 30px;
  font-weight: 600;
  color: #282c3f;
  margin-bottom: 0;
}
#steps-view .steps--content .head p {
  font-size: 17px;
  color: #6d7792;
  font-weight: 400;
  margin-bottom: 0;
}
#steps-view .steps--content .steps--items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#steps-view .steps--content .steps--items .item {
  position: relative;
  padding: 5px 0;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1;
}
#steps-view .steps--content .steps--items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px;
  border-radius: 12px;
  background: #939cb1;
  transition: all 0.2s ease;
  z-index: -1;
}
#steps-view .steps--content .steps--items .item.show {
  cursor: auto;
  pointer-events: none;
}
#steps-view .steps--content .steps--items .item.show span {
  color: #f2712a;
}
#steps-view .steps--content .steps--items .item.show span:hover {
  color: #4a4e69;
}
#steps-view .steps--content .steps--items .item.show::before {
  background: #f2712a;
}
#steps-view .steps--content .steps--items .item span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  color: #6d7792;
}
#steps-view .steps--content .steps--items .item span:hover {
  color: #6d7792;
}
#steps-view .steps--content .steps--items .item p {
  display: none;
  font-weight: 400;
  color: #6d7792;
  margin-bottom: 0;
  max-width: 600px;
}

.multi--features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.multi--features.mf-three {
  grid-template-columns: repeat(3, 1fr);
}
.multi--features.mf-three .list {
  border-right: 1px solid #f2f2f9;
}
.multi--features.mf-three .list:last-child {
  border: 0;
}
.multi--features .list {
  padding: 30px;
  background: white;
  border-radius: 8px;
}
.multi--features .list span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.multi--features .list ul {
  padding: 0;
  margin: 0;
}
.multi--features .list ul li {
  color: #6d7792;
  padding: 4px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.multi--features .list ul li::before {
  content: "\eae3";
  font-family: "eg";
  position: relative;
  color: #f2712a;
  font-size: 18px;
}

.coupon--bar {
  padding: 25px 30px;
  border-radius: 12px;
  background: linear-gradient(to bottom right, #17181f, #1a1e28);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.coupon--bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../../image/line-path.webp);
  background-size: 300px;
  z-index: -1;
  opacity: 0.05;
}
.coupon--bar .text {
  line-height: 22px;
}
.coupon--bar .text span.top {
  font-size: 18px;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.coupon--bar .text span.main {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.coupon--bar .counter--box {
  margin-left: auto;
}
.coupon--bar .coupon--code {
  margin-left: 10px;
  padding: 6px;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.coupon--bar .coupon--code.copied span {
  animation: 2s ease dark-copied;
}
.coupon--bar .coupon--code span {
  font-size: 24px;
  font-weight: 600;
  color: white;
  padding: 0 25px;
}
.coupon--bar .coupon--code button {
  height: 38px;
  padding: 0 20px;
}

.counter--box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.counter--box .item {
  padding: 6px 10px;
  min-width: 60px;
  border-radius: 6px;
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  color: #939cb1;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.counter--box .item span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #4a4e69;
}
.counter--box.cb-dark .item {
  color: #aaaab4;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.counter--box.cb-dark .item span {
  color: white;
}

#page-head {
  position: relative;
  z-index: 1;
}
#page-head::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  bottom: 56px;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.08;
  z-index: -1;
}

.page--head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(172deg, #f2712a, #faa733) !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page--head::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 0;
  height: 200px;
  width: 500px;
  background: url(../../image/page-head--path.webp);
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.page--head .icon {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--head > img {
  max-width: 44px;
  display: block;
  margin-right: 10px;
}
.page--head .text h1 {
  margin-bottom: 0;
}

#page-content {
  margin-bottom: 30px;
}

.page-content {
  background: white;
  padding: 40px;
  border-radius: 12px;
}
.page-content p {
  color: #6d7792;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.page-content p:last-child {
  margin-bottom: 0;
}
.page-content img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.page-content :is(h1, h2, h3, h4, h5) {
  color: #282c3f;
  margin-bottom: 5px;
  font-weight: 600;
}

.bank--list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bank--list .bank--item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.bank--list .bank--item .image {
  background: white;
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  width: 100%;
  max-width: 300px;
  max-height: 180px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank--list .bank--item .image img {
  width: 100%;
  max-width: 220px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.bank--list .bank--item .bank-detail {
  width: 100%;
}
.bank--list .bank--item .bank-detail .bank--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #f2f2f9;
  gap: 15px;
}
.bank--list .bank--item .bank-detail .bank--title span {
  color: #282c3f;
  transition: all 0.2s ease;
}
.bank--list .bank--item .bank-detail ul {
  margin: 0;
  padding: 0;
}
.bank--list .bank--item .bank-detail ul li {
  display: flex;
  align-items: center;
  min-height: 30px;
  gap: 15px;
  width: 100%;
}
.bank--list .bank--item .bank-detail ul li .title {
  position: relative;
  min-width: 120px;
  font-weight: 500;
}
.bank--list .bank--item .bank-detail ul li .title::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bank--list .bank--item .bank-detail ul li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #6d7792;
  gap: 15px;
}
.bank--list .bank--item .bank-detail ul li .text span {
  transition: all 0.2s ease;
}
.bank--list .bank--item .bank-detail .copied span {
  color: #f2712a !important;
}
.bank--list .bank--item .bank-detail .copied .btn-soft {
  color: #f2712a !important;
  background: rgba(242, 113, 42, 0.1) !important;
}
.bank--list .bank--item .bank-detail .copied .btn-soft .eg-file-copy-line::before {
  content: "\eca1";
}

.sidebar-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.sidebar-menu ul li {
  border-bottom: 1px solid #f2f2f9;
}
.sidebar-menu ul li:last-child {
  border: 0;
}
.sidebar-menu ul li .sb-link {
  padding: 14px 20px;
  display: flex;
  font-weight: 500;
  border-left: 2px solid transparent;
  position: relative;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s ease all;
  color: #6d7792;
}
.sidebar-menu ul li .sb-link.active {
  color: #f2712a !important;
  border-color: #f2712a !important;
}
.sidebar-menu ul li .sb-link.active::after {
  content: "\eae3";
  color: #f2712a;
  margin-right: 0 !important;
}
.sidebar-menu ul li .sb-link::after {
  content: "\e995";
  font-family: "eg";
  color: #6d7792;
  position: relative;
  transition: 0.2s ease all;
  font-weight: 500;
}
.sidebar-menu ul li .sb-link:hover {
  color: #4a4e69;
  border-color: #f2712a;
}
.sidebar-menu ul li .sb-link:hover:after {
  margin-right: -5px;
}

#intro-double {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
#intro-double::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -124px;
  bottom: 70px;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.08;
  z-index: -1;
}

.intro--double {
  display: grid;
  grid-template-columns: auto 314px;
  gap: 16px;
  margin-bottom: 16px;
}
.intro--double .intro--content {
  background: white;
  min-height: 380px;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.intro--double .intro--content::before {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -160px;
  width: 320px;
  height: 320px;
  background: url(../../image/dots-path-cl.webp);
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}
.intro--double .intro--content::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 300px;
  height: 300px;
  background: url(../../image/corner-vawe-path.webp);
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}
.intro--double .intro--content .content--area .heading {
  line-height: 14px;
  position: relative;
  margin-bottom: 12px;
}
.intro--double .intro--content .content--area .heading::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -5px;
  bottom: -2px;
  width: 5px;
  background: linear-gradient(to top, #f2712a, #faa733) !important;
  border-radius: 0 10px 10px 0;
}
.intro--double .intro--content .content--area .heading .top--title {
  font-size: 18px;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.intro--double .intro--content .content--area .heading h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #282c3f;
}
.intro--double .intro--content .content--area p.description {
  margin: 0;
  color: #6d7792;
  font-size: 17px;
  line-height: 21px;
  max-width: 500px;
}
.intro--double .intro--content .content--area .features {
  padding: 30px 0;
}
.intro--double .intro--content .content--area .features ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.intro--double .intro--content .content--area .features ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.intro--double .intro--content .content--area .features ul li::before {
  content: "\ead9";
  font-family: "eg";
  font-size: 22px;
  color: #f2712a;
}
.intro--double .intro--content .content--area .action {
  display: flex;
  align-items: center;
  gap: 8px;
}
.intro--double .intro--content .content--area .action .btn {
  height: 50px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  padding-top: 1px;
  min-width: 180px;
}
.intro--double .intro--content .content--area .action .btn.btn-outline-light {
  border-color: #939cb1;
  color: #4a4e69;
  font-size: 16px;
  font-weight: 500;
}
.intro--double .intro--content .img--area {
  margin-left: auto;
  padding-right: 30px;
}
.intro--double .intro--content .img--area::before {
  content: "";
  position: absolute;
  right: 130px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 320px;
  height: 320px;
  background: url(../../image/dots-path-cl.webp);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: -1;
}
.intro--double .intro--content .img--area .front--side {
  position: relative;
}
.intro--double .intro--content .img--area .front--side.front-circle {
  border-radius: 100%;
  aspect-ratio: 1;
  z-index: 1;
  border: 15px solid #fff;
}
.intro--double .intro--content .img--area .front--side.front-circle::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.intro--double .intro--content .img--area .front--side.front-circle img {
  border-radius: 100%;
  max-height: 280px;
}
.intro--double .intro--content .img--area .front--side img {
  max-width: 320px;
  display: block;
}
.intro--double .intro--content .img--area .back--side svg {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  z-index: -1;
}
.intro--double .intro--counter {
  position: relative;
  padding: 40px;
  border-radius: 12px;
  background: linear-gradient(to bottom right, #17181f, #1a1e28);
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.intro--double .intro--counter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../../image/line-path.webp);
  background-size: 300px;
  opacity: 0.05;
  z-index: -1;
}
.intro--double .intro--counter .head span.top-text {
  font-size: 16px;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.intro--double .intro--counter .head span.title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.intro--double .intro--counter .head > p {
  color: #c0c6d6;
  margin-bottom: 0;
  line-height: 20px;
}
.intro--double .intro--counter .details {
  margin-top: auto;
}
.intro--double .intro--counter .details .counter {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #faa733;
  font-weight: 500;
  text-align: center;
  position: relative;
  background: rgba(250, 167, 51, 0.1);
  border-radius: 8px;
  border: 1px dashed rgba(250, 167, 51, 0.2);
  margin-bottom: 10px;
}
.intro--double .intro--counter .details > .btn {
  height: 54px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 100%;
  font-weight: 500;
}

#intro-single {
  position: relative;
  z-index: 1;
}
#intro-single::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -124px;
  bottom: 70px;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.08;
  z-index: -1;
}

.intro-angle {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
}
.intro-angle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, #0b0d14, transparent);
  z-index: 2;
}
.intro-angle .image {
  position: relative;
  height: 100%;
}
.intro-angle .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.intro-angle .content {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 600px;
  z-index: 3;
  padding: 0 60px 70px 60px;
  display: flex;
  flex-direction: column;
}
.intro-angle .content img {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.intro-angle .content span.top-text {
  font-size: 18px;
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.intro-angle .content h1.title {
  color: white;
  font-size: 28px;
  font-weight: 600;
}
.intro-angle .content p {
  color: #c2c3d1;
}
.intro-angle.intro--wizard {
  height: 340px;
}
.intro-angle.intro--wizard .image img {
  -o-object-position: center !important;
     object-position: center !important;
}
.intro-angle.intro--wizard::before {
  height: 100%;
  background: #0b0d14;
  opacity: 0.85;
}
.intro-angle.intro--wizard .content {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding-bottom: 120px;
}
.intro-angle.intro--wizard .content img {
  max-width: 60px;
  display: block !important;
}

.vertical--packs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.vertical--packs .featured-pack {
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  border-radius: 14px;
  padding: 2px;
  position: relative;
}
.vertical--packs .featured-pack .featured-head {
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 28px;
  position: absolute;
  top: -14px;
  background: linear-gradient(to right, #f2712a, #faa733) !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 30px;
}
.vertical--packs .featured-pack .featured-head > i {
  font-size: 16px;
}
.vertical--packs .pack {
  position: relative;
  background: white;
  padding: 25px;
  border-radius: 12px;
}
.vertical--packs .pack .pack-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f9;
}
.vertical--packs .pack .pack-head::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  height: calc(100% - 16px);
  width: 4px;
  background: #f2712a;
  border-radius: 0 6px 6px 0;
}
.vertical--packs .pack .pack-head .pack--step {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
}
.vertical--packs .pack .pack-head .pack--step span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f2f2f9;
}
.vertical--packs .pack .pack-detail {
  padding: 20px 0;
}
.vertical--packs .pack .pack-detail .price {
  line-height: 20px;
}
.vertical--packs .pack .pack-detail .price u {
  text-decoration: line-through;
}
.vertical--packs .pack .pack-detail .badges {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vertical--packs .pack .pack-detail .badges > span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 14px;
  border-radius: 6px;
}
.vertical--packs .pack .pack-detail .badges .amount-discount {
  background: rgba(242, 113, 42, 0.1);
  color: #f2712a;
}
.vertical--packs .pack .pack-detail .badges .basket-discount {
  background: rgba(32, 189, 128, 0.1);
  color: #20bd80;
}
.vertical--packs .pack .btn-action {
  width: 100%;
  height: 54px;
  text-transform: uppercase;
  font-weight: 500;
}
.vertical--packs .pack .pack-features {
  padding: 20px 0;
}
.vertical--packs .pack .pack-features ul {
  margin: 0;
  padding: 0;
}
.vertical--packs .pack .pack-features ul li {
  position: relative;
  color: #6d7792;
  padding: 5px 0;
  padding-left: 25px;
}
.vertical--packs .pack .pack-features ul li i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #f2712a;
}
.vertical--packs .pack .pack-features ul li b {
  color: #4a4e69;
  font-weight: 600;
}
.vertical--packs .pack .pack-features ul li[data-tooltip] {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #939cb1;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.vertical--packs .pack .pack-features ul li[data-tooltip]:before {
  left: 0px;
  transform: translateX(0);
}
.vertical--packs .pack .pack-features ul li[data-tooltip]:hover {
  text-decoration-color: #4a4e69;
  color: #4a4e69 !important;
}
.vertical--packs .pack .pack-features ul li[data-tooltip]:after {
  display: none;
}
.vertical--packs .pack .pack-features ul li.x {
  opacity: 0.5;
  pointer-events: none;
}
.vertical--packs .pack .pack-features ul li.x i {
  color: #6d7792;
}
.vertical--packs .pack .pack-features ul .list--more {
  display: none;
}
.vertical--packs .pack .pack-features ul span.heading {
  padding: 15px 0 5px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #6d7792;
  text-transform: uppercase;
}
.vertical--packs .pack .pack--alert {
  background: rgba(32, 189, 128, 0.1);
  color: #20bd80;
  font-weight: 600;
  justify-content: center;
  border-radius: 6px;
  padding: 8px;
}
.vertical--packs .pack .pack--more-btn {
  text-align: center;
  font-size: 14px;
  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6d7792;
  border: 1px solid rgba(109, 119, 146, 0.4);
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vertical--packs .pack .pack--more-btn:hover {
  border: 1px solid #6d7792;
}
.vertical--packs .pack[data-pack_step="1"] .pack--step span:nth-child(1), .vertical--packs .pack[data-pack_step="2"] .pack--step span:nth-child(-n+2), .vertical--packs .pack[data-pack_step="3"] .pack--step span:nth-child(-n+3), .vertical--packs .pack[data-pack_step="4"] .pack--step span:nth-child(-n+4), .vertical--packs .pack[data-pack_step="5"] .pack--step span:nth-child(-n+5), .vertical--packs .pack[data-pack_step="6"] .pack--step span:nth-child(-n+6) {
  background-color: #f2712a;
}
.vertical--packs.vertical--boxed {
  grid-template-columns: repeat(3, 1fr);
}
.vertical--packs.vertical--boxed .pack-head .pack--step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.vertical--packs.vertical--boxed .pack-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.vertical--packs.vertical--boxed .pack-features .item {
  display: flex;
  align-items: center;
  background: #f2f2f9;
  border-radius: 8px;
  padding: 4px;
  min-height: 60px;
}
.vertical--packs.vertical--boxed .pack-features .item .icon {
  min-width: 44px;
  width: 44px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #6d7792;
  background: white;
  margin-right: 10px;
  border-radius: 6px;
  border-right: 1px solid #f2f2f9;
}
.vertical--packs.vertical--boxed .pack-features .item .text {
  color: #6d7792;
  font-size: 14px;
}

.horizontal--packs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.horizontal--packs.type-2 .inside {
  gap: 15px;
}
.horizontal--packs.type-2 .pack.show-more .pack-name span.v-pack-more-btn span.open {
  display: none;
}
.horizontal--packs.type-2 .pack.show-more .pack-name span.v-pack-more-btn span.close {
  display: block;
}
.horizontal--packs.type-2 .pack-name {
  position: relative;
  line-height: 20px !important;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal--packs.type-2 .pack-name::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -5px;
  bottom: -2px;
  width: 4px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(to top, #f2712a, #faa733) !important;
}
.horizontal--packs.type-2 .pack-name span.v-pack-more-btn {
  cursor: pointer;
}
.horizontal--packs.type-2 .pack-name span.v-pack-more-btn > span {
  transition: all 0.2s ease;
}
.horizontal--packs.type-2 .pack-name span.v-pack-more-btn > span.open {
  color: #faa733;
}
.horizontal--packs.type-2 .pack-name span.v-pack-more-btn > span.close {
  display: none;
}
.horizontal--packs.type-2 .pack-name span.v-pack-more-btn > span:hover {
  color: #f2712a;
}
.horizontal--packs.type-2 .pack-action > .btn {
  height: 46px;
  padding: 0 30px;
  min-width: 140px;
  font-size: 18px;
  justify-content: center;
}
.horizontal--packs.type-2 .pack-detail {
  width: 100%;
  background: rgba(242, 242, 249, 0.5);
  border: 1px solid #f2f2f9;
  padding: 8px;
  justify-content: space-between;
  border-radius: 8px;
}
.horizontal--packs.type-2 .pack-detail .item {
  border: 0 !important;
  width: 100%;
  padding: 0 !important;
}
.horizontal--packs.type-2 .pack-detail .item .icon {
  min-width: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #6d7792;
  background: white;
  border-radius: 6px;
}
.horizontal--packs.type-2 .pack > .detail {
  border-radius: 8px;
  padding: 0 10px;
  background: transparent;
  border: 0;
}
.horizontal--packs.type-2 .pack > .detail .area {
  display: block;
}
.horizontal--packs.type-2 .pack > .detail .area ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.horizontal--packs.type-2 .pack > .detail .area ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.horizontal--packs.type-2 .pack > .detail .area ul li::before {
  content: "\eada";
  font-size: 20px;
}
.horizontal--packs.type-control .pack .inside .pack-name {
  min-width: 130px;
}
.horizontal--packs.type-control .pack .inside .pack-detail .item {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal--packs.type-control .pack .inside .pack-detail .item.item-control {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  min-width: 120px;
}
.horizontal--packs.type-control .pack .inside .pack-detail .item.item-control .controller {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.horizontal--packs.type-control .pack .inside .pack-detail .item.item-control .controller .btn {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #f2f2f9;
  font-weight: 500;
  color: #4a4e69;
  border: 1px solid rgba(109, 119, 146, 0);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.horizontal--packs.type-control .pack .inside .pack-detail .item.item-control .controller .btn:hover {
  border: 1px solid rgba(109, 119, 146, 0.2);
}
.horizontal--packs.type-control .pack .inside .pack-action .special--price {
  background: rgba(242, 113, 42, 0.1);
  color: #f2712a;
  padding: 8px 16px;
  padding-right: 18px;
  border: 1px solid rgba(242, 113, 42, 0.1);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.horizontal--packs.type-control .pack .inside .pack-action .special--price i {
  font-size: 16px;
}
.horizontal--packs .featured-pack {
  background: linear-gradient(to bottom right, #f2712a, #faa733) !important;
  border-radius: 14px;
  padding: 2px;
}
.horizontal--packs .featured-pack .featured-head {
  padding: 10px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}
.horizontal--packs .featured-pack .featured-head > i {
  font-size: 18px;
}
.horizontal--packs .pack {
  padding: 20px;
}
.horizontal--packs .pack .inside {
  position: relative;
  z-index: 1;
  gap: 12px;
}
.horizontal--packs .pack .inside::before {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(to top, #f2712a, #faa733) !important;
}
.horizontal--packs .pack .inside .pack-icon {
  position: relative;
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #4a4e69;
  z-index: 1;
  transition: all 0.2s ease;
  background: rgba(109, 119, 146, 0.1);
  border-radius: 6px;
}
.horizontal--packs .pack .inside .pack-name {
  min-width: 200px;
  line-height: 18px;
}
.horizontal--packs .pack .inside .pack-detail .item {
  border-left: 1px solid #f2f2f9;
  padding: 0 25px;
  min-width: 150px;
}
.horizontal--packs .pack .inside .pack-action {
  margin-left: auto;
}
.horizontal--packs .pack .inside .pack-action .price u {
  text-decoration: line-through;
  color: #6d7792;
}
.horizontal--packs .pack .inside .pack-action button {
  padding: 0 25px;
  height: 40px;
  color: #4a4e69;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  background: rgba(74, 78, 105, 0.08);
  border-radius: 30px;
  border: 1px solid rgba(74, 78, 105, 0.08);
}
.horizontal--packs .pack .inside .pack-action button:hover {
  color: #f2712a;
  background: rgba(242, 113, 42, 0.1);
  border-color: rgba(242, 113, 42, 0.1);
}
.horizontal--packs .pack.show-more .pack-icon {
  color: #f2712a;
  background: rgba(242, 113, 42, 0.1);
}
.horizontal--packs .pack.show-more .pack-action button {
  color: #f2712a;
  background: rgba(242, 113, 42, 0.1);
  border-color: rgba(242, 113, 42, 0.1);
}
.horizontal--packs .pack > .detail {
  display: none;
  background: #f8f8fc;
  border: 1px solid #f2f2f9;
  padding: 20px;
  margin-top: 20px;
  border-radius: 12px;
  position: relative;
  gap: 20px;
}
.horizontal--packs .pack > .detail .area {
  display: flex;
  width: 100%;
}
.horizontal--packs .pack > .detail .area ul.list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.horizontal--packs .pack > .detail .area ul.list li {
  position: relative;
  color: #6d7792;
}
.horizontal--packs .pack > .detail .area ul.list li span {
  font-weight: 600;
  color: #282c3f;
}
.horizontal--packs .pack > .detail .area ul.list li::before {
  content: "\ead9";
  font-family: "eg";
  color: #f2712a;
}
.horizontal--packs .pack > .detail .area > div {
  margin-left: auto;
  gap: 15px;
}
.horizontal--packs .pack > .detail .area > div a.btn {
  height: 52px;
  padding: 0 30px;
}

#dedicated {
  padding-bottom: 30px;
}
#dedicated .accordion {
  position: sticky;
  top: 90px;
}

#reseller {
  position: relative;
}

.price-alert-area {
  padding: 20px 0;
  justify-content: space-between;
}
.price-alert-area .price {
  display: flex;
  flex-direction: column;
  line-height: normal;
  padding-left: 5px;
}
.price-alert-area .price u {
  text-decoration: line-through;
  color: #6d7792;
  display: block;
  margin-bottom: -4px;
}
.price-alert-area .price span {
  font-weight: 600;
  font-size: 32px;
  color: #282c3f;
}
.price-alert-area .price .loop {
  font-size: 16px;
  font-weight: 400;
  color: #6d7792;
  margin-left: 4px;
}
.price-alert-area .price-alert {
  background: rgba(32, 189, 128, 0.1);
  color: #20bd80;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.price-alert-area .price-alert span {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

#ssl .ssl--box_item {
  padding: 25px;
  border-radius: 8px;
  background: rgba(242, 242, 249, 0.25);
  border: 1px solid #f2f2f9;
}
#ssl .ssl--box_item .head {
  border-bottom: 1px solid #f2f2f9;
  padding-bottom: 20px;
}
#ssl .ssl--box_item .head img {
  display: block;
  height: 16px;
}

#mail {
  position: relative;
}

.mail--box_item {
  padding: 20px;
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  border-radius: 8px;
}
.mail--box_item .head {
  border-bottom: 1px solid #f2f2f9;
  padding-bottom: 20px;
}
.mail--box_item .pack--step {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.mail--box_item .pack--step span {
  width: 30px;
  height: 6px;
  border-radius: 30px;
  background: rgba(147, 156, 177, 0.3);
}
.mail--box_item[data-pack_step="1"] .pack--step span:nth-child(1), .mail--box_item[data-pack_step="2"] .pack--step span:nth-child(-n+2), .mail--box_item[data-pack_step="3"] .pack--step span:nth-child(-n+3) {
  background-color: #f2712a;
}
.mail--box_item .price-alert-area .flex-align {
  width: 100%;
  justify-content: space-between;
}
.mail--box_item .price-alert-area .price {
  align-items: flex-end;
}
.mail--box_item .price-alert-area .price span {
  font-size: 24px;
}
.mail--box_item .price-alert-area .price span.loop {
  font-size: 14px;
}
.mail--box_item [data-tooltip] {
  z-index: 9;
}
.mail--box_item [data-tooltip]::before {
  min-width: 200px;
}

.mail--content {
  background: #e8e9f2;
  border-radius: 12px;
  border: 1px solid #fff;
}
.mail--content .card {
  margin: -1px;
}
.mail--content .tabs-m-head {
  background: #fff;
  margin-bottom: 4px;
  border-radius: 8px;
}
.mail--content .tabs-m-head .value i {
  display: none;
}
.mail--content .tabHead .item {
  width: 100%;
}
.mail--content .tabHead .item.active {
  color: #fff;
  font-weight: 400;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}
.mail--content .tabContent {
  padding: 20px;
}

.steps--image.steps-mail {
  padding: 0 !important;
}
.steps--image.steps-mail .steps-thumb {
  display: none;
}

.card.card-site-steps {
  padding: 40px;
}
.card.card-site-steps .steps--image.steps--site .steps-main::before {
  display: none;
}

#oppolist {
  position: relative;
  z-index: 2;
}
#oppolist .tabsArea {
  margin: 0 auto;
  margin-top: -26px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-bottom: 30px;
}
#oppolist .tabsArea .item {
  border-radius: 50px;
  height: 40px;
}
#oppolist .tabsArea .item.active {
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  color: white;
}

.oppo--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.oppo--list > .item {
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.oppo--list > .item > img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.oppo--list > .item .detail {
  padding: 20px;
  padding-bottom: 15px;
}
.oppo--list > .item .detail span.category {
  background: -webkit-linear-gradient(360deg, #f2712a, #faa733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.oppo--list > .item .detail .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4e69;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oppo--list > .item .action {
  padding: 20px;
  padding-top: 0;
  gap: 10px;
  margin-top: auto;
}
.oppo--list > .item .action .counter--box {
  width: 100%;
}
.oppo--list > .item .action .counter--box .item {
  width: 100%;
  min-width: auto;
}
.oppo--list > .item .action button {
  height: 50px;
  min-width: 140px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oppo--list .coupon--bar {
  grid-column: 1/-1;
}

.modal.oppo-modal {
  background: rgba(17, 17, 27, 0.9607843137);
}
.modal.oppo-modal .modal-close {
  color: #fff;
  cursor: pointer;
  font-size: 32px;
}
.modal.oppo-modal .modal-content {
  background: transparent;
}
.modal.oppo-modal .modal-content .image {
  position: relative;
}
.modal.oppo-modal .modal-content .image img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.modal.oppo-modal .modal-content .detail {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px;
}
.modal.oppo-modal .modal-content .detail .badge {
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
}
.modal.oppo-modal .modal-content .detail p {
  color: #9b9ba6;
}
.modal.oppo-modal .modal-content .detail .coupon--bar {
  margin-top: 25px;
  background: transparent;
  padding: 0;
  justify-content: space-between;
}
.modal.oppo-modal .modal-content .detail .coupon--bar .counter--box {
  margin-left: 0 !important;
}
.modal.oppo-modal .modal-content .detail .coupon--bar::before {
  display: none;
}

#wizard {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -91px;
  margin-bottom: 100px;
}
#wizard .wizard--loader, #wizard .wizard--result {
  display: none;
  margin-top: 40px;
}

#contact {
  position: relative;
}
#contact .info--boxes {
  gap: 12px;
}
#contact .info--boxes .icon {
  height: auto;
  aspect-ratio: 1;
}

.contact--map {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid white;
  margin-bottom: 1rem;
}

#client {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  min-height: 500px;
}
#client .card {
  padding: 50px 40px;
}
#client .card.forgot {
  padding: 80px 50px;
}

.client--box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  border: 1px solid white;
  z-index: 1;
}
.client--box.forgot .client--img {
  -o-object-position: top;
     object-position: top;
}
.client--box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(10deg, white, transparent);
}
.client--box .client--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.client--box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client--box .content img {
  max-width: 50px;
  display: block;
}
.client--box .content span.top-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 2px;
}
.client--box .content span.bottom-text {
  margin-top: 20px;
  letter-spacing: 2px;
}

#order-cart {
  position: relative;
  z-index: 1;
}
#order-cart::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -124px;
  height: 321px;
  background: linear-gradient(to bottom, transparent, #5f728a);
  opacity: 0.06;
  z-index: -1;
}

.order-cart-steps {
  max-width: 860px;
  margin: 0 auto;
}
.order-cart-steps.large {
  max-width: 1000px;
}
.order-cart-steps .heading {
  padding: 40px 0;
}
.order-cart-steps .accordion .item .head {
  position: relative;
  padding-left: 54px;
}
.order-cart-steps .accordion .item .head span {
  transition: all 0.2s ease;
}
.order-cart-steps .accordion .item .head::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: 1px solid rgba(242, 113, 42, 0.2);
  border-radius: 30px;
  display: flex;
}
.order-cart-steps .accordion .item .head::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  min-width: 8px;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  border-radius: 30px;
  display: flex;
  transition: all 0.2s ease;
  opacity: 0;
}
.order-cart-steps .accordion .item.show .head::after {
  left: 24px;
  height: 16px;
  width: 16px;
  min-width: 16px;
  opacity: 1;
}
.order-cart-steps .accordion .item.show .head span {
  color: #f2712a;
}
.order-cart-steps .order-steps-boxs .box {
  min-height: 180px;
  padding: 20px;
}
.order-cart-steps .order-steps-boxs .box .count {
  background-color: rgba(242, 113, 42, 0.2);
  min-width: 44px;
  height: 44px;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #f2712a;
  margin-bottom: 10px;
}
.order-cart-steps .order-steps-boxs .box > span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.order-cart-steps .order-steps-boxs .box > p {
  color: rgba(109, 119, 146, 0.8);
}
.order-cart-steps .order-steps-boxs .box.active {
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}
.order-cart-steps .order-steps-boxs .box.active .count {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.order-cart-steps .order-steps-boxs .box.active > span {
  color: white;
}
.order-cart-steps .order-steps-boxs .box.active > p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

#bank-top {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
#bank-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -124px;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #f2712a);
  opacity: 0.08;
  z-index: -1;
}
#bank-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  z-index: -1;
}
#bank-top .container-xl {
  max-width: 860px;
}
#bank-top .title-heading p {
  color: #5f728a;
  font-weight: 400;
}

#basket-area {
  min-height: 450px;
}

.basket--content {
  position: relative;
}
.basket--content .product {
  position: relative;
  border-bottom: 1px solid #f2f2f9;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.basket--content .product:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.basket--content .product > .flex-align {
  gap: 20px;
}
.basket--content .product > .flex-align .payment-type {
  margin-left: auto;
}
.basket--content .product > .flex-align .detail-line .price {
  min-width: 100px;
}
.basket--content .product > .flex-align .detail-line .action {
  display: flex;
  align-items: center;
  gap: 4px;
}
.basket--content .product > .flex-align .detail-line .action .btn {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.basket--content .product > .flex-align .detail-line .action .btn > i {
  font-size: 18px;
}
.basket--content .product > .flex-align .detail-line .action .btn.btn-outline-light.show {
  background-color: #5f728a !important;
  color: white !important;
}
.basket--content .product > .product--detail {
  background: rgba(242, 242, 249, 0.5);
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  margin-top: 10px;
  padding: 20px 25px;
  display: none;
}
.basket--content .product > .product--detail ul {
  padding: 0;
  margin: 0;
}
.basket--content .product > .product--detail li {
  display: flex;
  align-items: center;
  color: #6d7792;
  padding-bottom: 4px;
}
.basket--content .product > .product--detail li:last-child {
  padding-bottom: 0;
}
.basket--content .product > .product--detail li span {
  margin-left: auto;
  font-weight: 500;
  color: #4a4e69;
}

.card-payment-details ul {
  padding: 0;
  margin: 0;
}
.card-payment-details li {
  display: flex;
  align-items: center;
  color: #6d7792;
  padding: 0 5px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f9;
}
.card-payment-details li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.card-payment-details li span {
  margin-left: auto;
  font-weight: 500;
  color: #4a4e69;
}

#confarea {
  position: relative;
}

.conf--title {
  padding: 10px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.conf--title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #f2712a, #faa733);
}
.conf--title.conf-title-icon {
  position: relative;
  padding: 8px;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  border-radius: 8px;
  color: white;
}
.conf--title.conf-title-icon > span {
  font-size: 18px;
  font-weight: 400;
}
.conf--title.conf-title-icon > .icon {
  min-width: 42px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.conf--title.conf-title-icon::before {
  display: none;
}

.conf-list {
  position: relative;
  display: grid;
  gap: 10px;
}
.conf-list .conf-item {
  background: white;
  padding: 8px;
  padding-right: 20px;
  min-height: 60px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding-left: 54px;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.conf-list .conf-item span.text {
  font-weight: 500;
  color: #6d7792;
}
.conf-list .conf-item span.price {
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  color: #6d7792;
  transition: all 0.2s ease;
  padding-left: 15px;
}
.conf-list .conf-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: 1px solid rgba(242, 113, 42, 0.2);
  border-radius: 30px;
  display: flex;
}
.conf-list .conf-item::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 8%;
  width: 8px;
  min-width: 8px;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  border-radius: 30px;
  display: flex;
  transition: all 0.2s ease;
  opacity: 0;
}
.conf-list .conf-item:hover {
  border-color: rgba(242, 113, 42, 0.2);
}
.conf-list .conf-item.selected {
  border-color: #f2712a !important;
}
.conf-list .conf-item.selected::after {
  left: 20px;
  height: 16px;
  width: 16px;
  min-width: 16px;
  opacity: 1;
}
.conf-list .conf-item.selected span.text {
  color: #4a4e69;
}
.conf-list .conf-item.selected span.price {
  color: #f2712a;
}
.conf-list .conf-item img {
  display: block;
  margin-right: 10px;
  max-height: 28px;
}
.conf-list.conf-list-payment {
  grid-template-columns: repeat(4, 1fr);
}
.conf-list.conf-list-payment .conf-item {
  flex-direction: column;
  padding: 20px 15px;
  padding-bottom: 60px;
}
.conf-list.conf-list-payment .conf-item span.time {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.conf-list.conf-list-payment .conf-item span.discount {
  background-color: rgba(242, 113, 42, 0.1);
  padding: 5px 16px;
  border-radius: 30px;
  color: #f2712a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}
.conf-list.conf-list-payment .conf-item span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #6d7792;
  opacity: 0.7;
}
.conf-list.conf-list-payment .conf-item span.price {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  color: #4a4e69;
  padding-left: 0;
}
.conf-list.conf-list-payment .conf-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: inherit;
  bottom: 20px;
  transform: translateX(-50%);
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: 1px solid rgba(242, 113, 42, 0.2);
  border-radius: 30px;
  display: flex;
}
.conf-list.conf-list-payment .conf-item::after {
  content: "";
  position: absolute;
  top: inherit;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.conf-list.conf-list-double {
  grid-template-columns: repeat(2, 1fr);
}

.conf-product-detail {
  background: rgba(242, 242, 249, 0.5);
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  margin-top: 10px;
  padding: 20px;
}
.conf-product-detail ul {
  padding: 0;
  margin: 0;
}
.conf-product-detail li {
  display: flex;
  align-items: center;
  color: #6d7792;
  padding-bottom: 6px;
}
.conf-product-detail li:last-child {
  padding-bottom: 0;
}
.conf-product-detail li span {
  margin-left: auto;
  font-weight: 500;
  color: #4a4e69;
}

.conf-payment-details {
  margin: 25px 0;
}
.conf-payment-details ul {
  margin: 0;
  padding: 0;
}
.conf-payment-details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #4a4e69;
  padding: 0 6px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f9;
}
.conf-payment-details ul li:last-child {
  padding-bottom: 0;
  margin: 0;
  border: 0;
}

.card.conf-card-sticky {
  position: sticky;
  top: 100px;
}

.content-404 {
  max-width: 600px;
  margin: 0 auto;
}

.table-scroll {
  overflow: auto;
}

table#priceList {
  width: 100%;
}
table#priceList thead th {
  padding: 12px 20px;
  text-align: center;
  border-right: 1px solid #f2f2f9;
  border-bottom: 1px solid #f2f2f9;
  background-color: rgba(242, 242, 249, 0.3);
  font-weight: 600;
  color: #4a4e69;
  min-width: 120px;
}
table#priceList thead th:last-child {
  border-right: 0;
}
table#priceList tbody tr td {
  padding: 12px 20px;
  text-align: center;
  border-right: 1px solid #f2f2f9;
  border-bottom: 1px solid #f2f2f9;
  font-weight: 500;
  min-width: 120px;
  color: #6d7792;
}
table#priceList tbody tr td:first-child {
  color: #f2712a;
  font-weight: 600;
}
table#priceList tbody tr td:last-child {
  border-right: 0;
}
table#priceList tbody tr:last-child td {
  border-bottom: 0;
}

.dash--head {
  position: relative;
  margin-top: 20px;
}
.dash--head .dh--top {
  display: flex;
  align-items: center;
  gap: 15px;
  background: url(../../dash/image/dash-head.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 3;
}
.dash--head .dh--top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #17181f;
  opacity: 0.95;
  z-index: -1;
}
.dash--head .dh--top .avatar {
  position: relative;
}
.dash--head .dh--top .avatar img {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid white;
}
.dash--head .dh--top .user--detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 20px;
}
.dash--head .dh--top .user--detail span.user--name {
  font-size: 22px;
  font-weight: 600;
}
.dash--head .dh--top .action--detail {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.0823529412);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding: 6px;
  border-radius: 8px;
}
.dash--head .dh--top .action--detail .balance {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
}
.dash--head .dh--top .action--detail .balance .icon {
  width: 44px;
  min-width: 44px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1882352941);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dash--head .dh--top .action--detail .balance .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 18px;
}
.dash--head .dh--top .action--detail .action {
  gap: 6px;
}
.dash--head .dh--top .action--detail .action .btn {
  height: 44px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.dash--head .dh--nav {
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 0 0 12px 12px;
  padding-top: 30px;
  margin-top: -30px;
}
.dash--head .dh--nav .dash-responsive-menu {
  display: none;
}
.dash--head .dh--nav ul {
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.dash--head .dh--nav ul li {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-right: 1px solid #f2f2f9;
}
.dash--head .dh--nav ul li .dh-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 30px;
  font-weight: 500;
  color: #6d7792;
  transition: all 0.2s ease;
}
.dash--head .dh--nav ul li .dh-nav-item.active {
  color: #f2712a !important;
}
.dash--head .dh--nav ul li .dh-nav-item:hover {
  color: #4a4e69;
}
.dash--head .dh--nav ul li .dh-nav-item i {
  font-size: 18px;
  display: flex;
}
.dash--head .dh--nav ul li:last-child {
  border: 0;
}

.dash--boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.dash--boxes .box {
  background: white;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.dash--boxes .box .box--icon {
  min-width: 64px;
  max-width: 64px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f2712a;
  background: rgba(242, 113, 42, 0.1);
  border-radius: 8px;
  font-size: 28px;
  position: relative;
}
.dash--boxes .box .box--icon .notify {
  position: absolute;
  right: -6px;
  top: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  border-radius: 100%;
  border: 2px solid white;
  background: #f2712a;
  aspect-ratio: 1;
  font-size: 12px;
  color: white;
}
.dash--boxes .box:nth-child(2) .box--icon {
  color: #f35b5b;
  background: rgba(243, 91, 91, 0.1);
}
.dash--boxes .box:nth-child(3) .box--icon {
  color: #20bd80;
  background: rgba(32, 189, 128, 0.1);
}
.dash--boxes .box .box--content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash--boxes .box .box--content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dash--boxes .box .box--content .db--target {
  color: #6d7792;
  background: rgba(242, 242, 249, 0.5);
  border: 1px solid rgba(109, 119, 146, 0.1);
  padding: 8px 14px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin-right: 10px;
}
.dash--boxes .box .box--content .db--target:hover {
  background: #f2f2f9;
}

.notify--box {
  background: rgba(109, 119, 146, 0.1);
  border: 1px solid rgba(109, 119, 146, 0.1);
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.notify--box .badge {
  height: 44px;
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}
.notify--box .text {
  line-height: 15px;
}
.notify--box .notify--more {
  margin-left: auto;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #6d7792;
  transition: all 0.2s ease;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.notify--box .notify--more:hover {
  color: #4a4e69;
}

.dash-sidebar {
  position: relative;
}
.dash-sidebar .dash-sidebar-affiliate {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #17181f;
  z-index: 1;
}
.dash-sidebar .dash-sidebar-affiliate img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dash-sidebar .dash-sidebar-affiliate .content {
  padding: 30px;
  max-width: 300px;
}
.dash-sidebar .dash-sidebar-affiliate .content p {
  color: #b8b9c5;
}
.dash-sidebar .dash-sidebar-affiliate .content .btn {
  height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dash-sidebar .dash-sidebar-affiliate .content .btn i {
  position: relative;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.dash-sidebar .dash-sidebar-affiliate .content .btn:hover i {
  transform: rotate(0deg);
}

.card-dash .card-header {
  padding: 15px;
  height: auto;
  gap: 12px;
}
.card-dash .card-header span.text-main {
  line-height: 18px;
}
.card-dash .card-header .icon {
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 6px;
  background: #f2f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-dash .card-header .icon i {
  font-size: 20px;
  color: #6d7792;
}
.card-dash .card-header .search {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.card-dash .card-header .search .form-control {
  height: 46px !important;
}
.card-dash .card-header .search i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6d7792;
}
.card-dash .ds--list {
  position: relative;
}
.card-dash .ds--list .ds-item {
  padding: 15px;
  border-bottom: 1px solid #f2f2f9;
}
.card-dash .ds--list .ds-item:last-child {
  border: 0;
}
.card-dash .ds--list .ds-item .icon {
  min-width: 44px;
  min-height: 44px;
  border-right: 1px solid #f2f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #6d7792;
  padding-right: 10px;
  margin-right: 15px;
}
.card-dash .ds--list .ds-item .detail {
  line-height: 18px;
}
.card-dash .ds--list .ds-item .detail span.title {
  max-width: 250px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-dash .ds--list .ds-item .detail span.full-title {
  max-width: -moz-max-content;
  max-width: max-content;
}
.card-dash .ds--list.ds-box .ds-item {
  background: rgba(242, 242, 249, 0.2);
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  margin-bottom: 8px;
}
.card-dash .ds--list.ds-box .ds-item:last-child {
  margin: 0;
}
.card-dash .ds--list.ds-box .ds-item .progress {
  height: 4px;
  border-radius: 4px;
  margin-top: 15px;
}
.card-dash .ds--list.ds-box .ds-item .detail-item {
  padding: 0 25px;
  border-right: 1px solid rgba(95, 114, 138, 0.15);
}
.card-dash .ds--list.ds-box .ds-item .detail-item:first-child {
  padding-left: 0;
}
.card-dash .ds--list.ds-box .ds-item .detail-item:nth-last-child(2) {
  padding-right: 0;
  border: 0;
}
.card-dash .ds--list.ds-box .ds-item .detail-item.detail-item-first {
  min-width: 140px;
}
.card-dash .ds--list.ds-box .ds-item .btn {
  min-height: 40px;
}
.card-dash .ds--list.ds--tickets .flex-align .badge {
  margin: 0 15px;
  min-width: 120px;
}
.card-dash .ds-list--bottom {
  padding: 5px 20px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6d7792;
}
.card-dash .ds-list--bottom select.form-control {
  height: 34px !important;
  padding: 0 10px !important;
  border-radius: 6px;
  min-width: 80px;
}
.card-dash .ds-list--bottom .pagination {
  margin: 0;
}
.card-dash .ds-list--bottom .pagination .dt-paging-button {
  border: 0 !important;
}
.card-dash .ds-list--bottom .pagination .dt-paging-button button {
  font-size: 15px;
  color: #4a4e69;
  box-shadow: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card-dash .ds-list--bottom .pagination .dt-paging-button.disabled button {
  color: #6d7792;
  background: #f2f2f9;
}
.card-dash .ds-list--bottom .pagination .dt-paging-button.active button {
  background: #f2712a;
  border-color: #f2712a;
  color: #fff;
}
.card-dash .tabsArea .tabHead {
  background: rgba(242, 242, 249, 0.5);
  border-color: #f2f2f9;
}
.card-dash .tabsArea.tabs-mobile .tabs-m-head {
  border-radius: 8px;
  background: rgba(242, 242, 249, 0.6) !important;
  border-color: #f2f2f9;
}
.card-dash .tabsArea.tabs-mobile .tabs-m-head .icon {
  border-radius: 6px;
}
.card-dash .switch--type .switch span {
  height: 24px;
  width: 46px;
  border-radius: 30px;
}
.card-dash .switch--type .switch span::before {
  width: 16px;
  height: 16px;
  left: 4px;
  background: #f35b5b;
}
.card-dash .switch--type .switch.active span {
  background: #20bd80;
}
.card-dash .switch--type .switch.active span::before {
  background: white;
  left: calc(100% - 20px);
}

.dash-side-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dash-side-nav .ds-nav-item {
  padding: 15px;
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #6d7792;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.dash-side-nav .ds-nav-item i {
  font-size: 20px;
}
.dash-side-nav .ds-nav-item.active {
  border-color: rgba(242, 113, 42, 0.2);
  color: #f2712a;
  background-color: rgba(242, 113, 42, 0.05);
}
.dash-side-nav .ds-nav-item.active::after {
  right: 15px;
  opacity: 1;
}
.dash-side-nav .ds-nav-item:hover {
  border-color: rgba(242, 113, 42, 0.2);
}
.dash-side-nav .ds-nav-item:hover:after {
  right: 15px;
  opacity: 1;
  color: #f2712a;
}
.dash-side-nav .ds-nav-item::after {
  content: "\e995";
  font-family: "eg";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease;
  font-size: 18px;
}

.intro--boxes.dash-boxes {
  display: block;
}
.intro--boxes.dash-boxes .small-box {
  width: 100%;
  height: 200px;
}
.intro--boxes.dash-boxes .small-box .text p {
  margin-bottom: 10px;
}
.intro--boxes.dash-boxes .small-box img {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.tabsArea.dash-tabs .tabHead {
  flex-wrap: wrap;
}
.tabsArea.dash-tabs .tabHead .item {
  height: 38px;
  border-radius: 6px;
  background: transparent;
  padding: 0 18px;
  font-size: 15px;
  transition: 0s;
  font-weight: 400;
}
.tabsArea.dash-tabs .tabHead .item.active {
  color: white;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
}

.ds-detail-area {
  position: relative;
}
.ds-detail-area .ds-head {
  gap: 12px;
  margin-bottom: 16px;
}
.ds-detail-area .ds-head .icon {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(45deg, #f2712a, #faa733) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  box-shadow: 0 3px 15px rgba(242, 113, 42, 0.2);
}
.ds-detail-area .ds-head .text {
  line-height: 18px;
  color: #6d7792;
  font-size: 15px;
}
.ds-detail-area .ds-head .text span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #4a4e69;
}
.ds-detail-area .ds-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ds-detail-area .ds-info .item {
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  padding: 15px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.ds-detail-area .ds-info .item .text {
  color: #6d7792;
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(95, 114, 138, 0.15);
  min-width: calc(50% - 50px);
}
.ds-detail-area .ds-info .item .text span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #4a4e69;
}
.ds-detail-area .ds-info .item .text:nth-last-child(2) {
  padding: 0;
  margin: 0;
  border: 0;
}
.ds-detail-area .ds-info .item > i {
  margin-left: auto;
  font-size: 22px;
  color: #6d7792;
}

.ds--boxi {
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  padding: 15px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.ds--boxi.ds-aff-box {
  padding: 10px;
  gap: 12px;
  background: rgba(242, 113, 42, 0.1);
  border-color: rgba(242, 113, 42, 0.15);
}
.ds--boxi.ds-aff-box .ico {
  margin: 0;
  min-width: 50px;
  width: 50px;
  height: 60px;
}
.ds--boxi.ds-aff-box .text {
  line-height: 16px;
  padding-top: 4px;
}
.ds--boxi.ds-aff-box .text u {
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #f2712a;
}
.ds--boxi.ds-aff-box .text span {
  color: #6d7792;
  font-weight: 400;
  margin-top: 4px;
}
.ds--boxi .text {
  color: #6d7792;
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(95, 114, 138, 0.15);
}
.ds--boxi .text span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #4a4e69;
}
.ds--boxi .text:nth-last-child(2) {
  padding: 0;
  margin: 0;
  border: 0;
}
.ds--boxi > i {
  margin-left: auto;
  font-size: 22px;
  color: #6d7792;
}
.ds--boxi > i.cl-primary {
  color: #f2712a;
}
.ds--boxi > i.fs-20 {
  font-size: 20px;
}
.ds--boxi .ico {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: rgba(95, 114, 138, 0.1);
  color: #6d7792;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.ds--boxi .ico:hover {
  background: rgba(95, 114, 138, 0.15);
}
.ds--boxi .ico.copied {
  background: rgba(32, 189, 128, 0.2);
  color: #20bd80;
}
.ds--boxi .ico.copied i::before {
  content: "\eae3";
}

.progress-circle {
  position: relative;
  width: 74px;
  height: 74px;
}
.progress-circle svg {
  width: 100%;
  height: 100%;
}
.progress-circle :is(.bg, .bar) {
  fill: none;
  stroke-width: 2.5;
  transform: rotate(0deg);
  transform-origin: center;
  stroke-linecap: round;
}
.progress-circle .bg {
  stroke: #eaeaf1;
}
.progress-circle .bar {
  stroke: #f2712a;
  stroke-dasharray: 100, 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s ease;
}
.progress-circle .percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.progress-circle .percentage span {
  font-size: 16px;
  font-weight: 500;
  color: #4a4e69;
}

.ds--circle-val {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  padding: 12px 18px;
  border-radius: 8px;
}
.ds--circle-val.bottom {
  flex-direction: row;
  justify-content: center;
  padding: 10px;
  font-size: 15px;
  color: #6d7792;
}
.ds--circle-val.bottom span {
  font-weight: 500;
}

.dash--shortcuts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.dash--shortcuts .item {
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  padding: 25px 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: all 0.2s ease;
}
.dash--shortcuts .item img {
  display: block;
  max-height: 48px;
  width: auto;
}
.dash--shortcuts .item:hover {
  border-color: rgba(95, 114, 138, 0.25);
}
.dash--shortcuts .item:hover span {
  color: #4a4e69;
}
.dash--shortcuts .item span {
  color: #6d7792;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.server-control--button {
  position: relative;
  background: rgba(242, 242, 249, 0.3);
  border: 1px solid #f2f2f9;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}
.server-control--button .icon {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background: #454b5a;
  color: white;
}
.server-control--button > span {
  font-weight: 500;
  font-size: 18px;
  color: #6d7792;
}
.server-control--button:hover {
  background: rgba(242, 242, 249, 0.5);
  border-color: rgba(95, 114, 138, 0.15);
}
.server-control--button.sc-success {
  background: rgba(32, 189, 128, 0.1);
  border: 1px solid rgba(32, 189, 128, 0.2);
}
.server-control--button.sc-success .icon {
  background: #20bd80;
}
.server-control--button.sc-success:hover {
  background: rgba(32, 189, 128, 0.15);
  border: 1px solid rgba(32, 189, 128, 0.3);
}
.server-control--button.sc-danger {
  background: rgba(243, 91, 91, 0.1);
  border: 1px solid rgba(243, 91, 91, 0.2);
}
.server-control--button.sc-danger .icon {
  background: #f35b5b;
}
.server-control--button.sc-danger:hover {
  background: rgba(243, 91, 91, 0.15);
  border: 1px solid rgba(243, 91, 91, 0.3);
}
.server-control--button.sc-warning {
  background: rgba(250, 165, 51, 0.1);
  border: 1px solid rgba(250, 165, 51, 0.2);
}
.server-control--button.sc-warning .icon {
  background: #faa533;
}
.server-control--button.sc-warning:hover {
  background: rgba(250, 165, 51, 0.15);
  border: 1px solid rgba(250, 165, 51, 0.3);
}
.server-control--button.sc-primary {
  background: rgba(91, 100, 218, 0.1);
  border: 1px solid rgba(91, 100, 218, 0.2);
}
.server-control--button.sc-primary .icon {
  background: #5b64da;
}
.server-control--button.sc-primary:hover {
  background: rgba(91, 100, 218, 0.15);
  border: 1px solid rgba(91, 100, 218, 0.3);
}
.server-control--button.sc-main {
  background: rgba(242, 113, 42, 0.1);
  border: 1px solid rgba(242, 113, 42, 0.2);
}
.server-control--button.sc-main .icon {
  background: #f2712a;
}
.server-control--button.sc-main:hover {
  background: rgba(242, 113, 42, 0.15);
  border: 1px solid rgba(242, 113, 42, 0.3);
}

.server-action--button {
  padding: 15px;
  border: 1px solid #f2f2f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #6d7792;
  transition: all 0.2s ease;
  position: relative;
}
.server-action--button i {
  font-size: 20px;
}
.server-action--button.active {
  border-color: rgba(242, 113, 42, 0.2);
  color: #f2712a;
  background-color: rgba(242, 113, 42, 0.05);
}
.server-action--button.active::after {
  right: 15px;
  opacity: 1;
}
.server-action--button:hover {
  border-color: rgba(242, 113, 42, 0.2);
}
.server-action--button:hover:after {
  right: 15px;
  opacity: 1;
  color: #f2712a;
}
.server-action--button::after {
  content: "\e995";
  font-family: "eg";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease;
  font-size: 18px;
}

.oto--pay .switch span {
  height: 24px;
  width: 46px;
  border-radius: 30px;
  border: 1px solid rgba(95, 114, 138, 0.1);
}
.oto--pay .switch span::before {
  width: 16px;
  height: 16px;
  left: 4px;
  background: #f35b5b;
}
.oto--pay .switch.active span {
  background: #20bd80;
}
.oto--pay .switch.active span::before {
  background: white;
  left: calc(100% - 20px);
}

.article-content strong {
  font-weight: 600;
  color: #4a4e69;
}
.article-content p {
  line-height: 18px;
  color: #6d7792;
  font-weight: 400;
}
.article-content ul li {
  color: #6d7792;
  list-style-type: disc;
  margin-bottom: 10px;
}

.button-floating.form-floating .form-control {
  height: 70px !important;
  padding-left: 22px;
}
.button-floating.form-floating label {
  padding: 25px;
  color: #5f728a;
}
.button-floating.form-floating button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.table.ow-table thead tr th {
  font-weight: 600;
  padding: 15px;
  border: 0;
  color: #4a4e69;
  min-width: 150px;
}
.table.ow-table thead th.text-end .dt-column-title {
  justify-content: flex-end;
}
.table.ow-table tbody tr td {
  align-items: center;
  vertical-align: middle;
  border-bottom: 1px solid #f2f2f9;
  padding: 15px;
  color: #4a4e69;
}

.table--tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.table--tools .tb--lengt {
  width: 100%;
}
.table--tools .tb--lengt .dt-length {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
.table--tools .tb--lengt .dt-length .form-select {
  min-width: 80px;
}
.table--tools .tb--lengt .dt-length label {
  width: -moz-max-content;
  width: max-content;
  display: block;
  min-width: 121px;
  color: #6d7792;
}
.table--tools .tb--search .dt-search {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6d7792;
}
.table--tools .tb--search .dt-search .form-control {
  height: 44px !important;
  min-width: 210px;
}
.table--tools .tb--search {
  width: 100%;
  max-width: 400px;
}

.table-overflow {
  overflow-x: auto;
}

.dt-column-header .dt-column-title {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
.dt-column-header .dt-column-title i {
  opacity: 0.4;
  transition: all 0.2s ease;
}
.dt-column-header .dt-column-title:hover i {
  opacity: 1;
}

.sorting .dt-column-header .dt-column-title {
  cursor: pointer;
  transition: all 0.2s ease;
}
.sorting .dt-column-header .dt-column-title:hover {
  color: #6d7792;
}

.ticket--area {
  display: flex;
  flex-direction: column-reverse;
}
.ticket--area .ticket--item {
  background-color: rgba(242, 242, 249, 0.3);
  border-radius: 8px;
  border: 1px solid #f2f2f9;
  padding: 8px;
  margin-bottom: 10px;
}
.ticket--area .ticket--item .ti-head {
  background: #f2f2f9;
  padding: 12px 15px;
  border-radius: 4px;
}
.ticket--area .ticket--item .ti-content {
  padding: 10px;
  padding-top: 20px;
}
.ticket--area .ticket--item .ti-content p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6d7792;
}
.ticket--area .ticket--item .ti-content p:last-child {
  margin-bottom: 0;
}
.ticket--area .ticket--item .ti-content hr {
  border-color: rgba(0, 0, 0, 0.1254901961);
}
.ticket--area .ticket--item .ti-content a {
  color: #5b64da;
}
.ticket--area .ticket--item .ti-rate {
  padding-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: auto;
}
.ticket--area .ticket--item .ti-rate.rate-done {
  flex-direction: row;
  pointer-events: none;
}
.ticket--area .ticket--item .ti-rate .star {
  display: flex;
  font-size: 16px;
  cursor: pointer;
  color: #6d7792;
  transition: all 0.2s ease;
}
.ticket--area .ticket--item .ti-rate .star.active {
  color: #f2712a;
}
.ticket--area .ticket--item .ti-rate .star:hover, .ticket--area .ticket--item .ti-rate .star:hover ~ .star {
  color: #f2712a;
}
.ticket--area .ticket--item .ti-attachment {
  position: relative;
  margin-top: 25px;
}
.ticket--area .ticket--item .ti-attachment small {
  color: #6d7792;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.ticket--area .ticket--item .ti-attachment .attachment {
  background: #f2f2f9;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.ticket--area .ticket--item .ti-attachment .attachment .icon {
  height: 20px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.062745098);
  color: #6d7792;
}
.ticket--area .ticket--item .ti-attachment .attachment a {
  color: #5b64da;
  font-weight: 500;
}
.ticket--area .ticket--item.stuff {
  background-color: rgba(242, 113, 42, 0.06);
  border-color: rgba(242, 113, 42, 0.06);
}
.ticket--area .ticket--item.stuff .ti-head, .ticket--area .ticket--item.stuff .attachment {
  background-color: rgba(242, 113, 42, 0.1);
}

.ticket-reply-area {
  display: none;
}
.ticket-reply-area .add-more-file {
  border: 1px solid transparent;
  background-color: #f2f2f9;
  color: #6d7792;
}
.ticket-reply-area .add-more-file:hover {
  border-color: rgba(109, 119, 146, 0.3);
  color: #4a4e69;
}

@media (max-width: 1400px) {
  header::before {
    width: 1116px;
  }
  .header .navbar {
    gap: 20px;
  }
  .header .navbar .nav-item .nav--drop.drop--four {
    max-width: 1116px;
  }
  .main--intro {
    grid-template-columns: auto;
  }
  .main--intro .intro--slider .is--inside .content .head p {
    max-width: 95%;
  }
  .intro--boxes {
    grid-template-columns: 45% 25% auto;
  }
  .intro--boxes .top--box {
    grid-column: inherit;
  }
  .intro--boxes .small-box > img {
    right: 20px;
  }
  .main--domain .corner--icon {
    width: 100px;
    right: 20px;
    bottom: -31px;
  }
  .main--services .s-item {
    height: auto;
    gap: 15px;
  }
  .main--services .s-item .s-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
  }
  .main--services .s-item .btn {
    width: 100%;
    max-width: 120px;
  }
  .main--services .s-item > p {
    display: none;
  }
  .main--services .main--service {
    height: 100%;
    overflow: hidden;
  }
  .main--services .main--service .service-men {
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: translateX(-50%);
    height: calc(100% - 20px);
    margin-top: 0;
    z-index: 1;
  }
  .main--services .main--service:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60%;
    z-index: 2;
    background: linear-gradient(to top, #f2712a, transparent);
  }
  .main--services .main--service .logo-white {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 80px;
    bottom: 30px;
    top: inherit;
    z-index: 3;
  }
  .testimonials--list .item .details .review-content {
    padding: 20px;
  }
  .horizontal--packs.type-2 .pack > .detail .area ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .horizontal--packs.type-control .pack .inside .pack-detail .item {
    padding: 0 20px;
  }
  .horizontal--packs .pack .inside .pack-name {
    min-width: 150px;
  }
  .horizontal--packs .pack .inside .pack-detail .item {
    border-left: 1px solid #f2f2f9;
    padding: 0 25px;
    min-width: 140px;
  }
  .horizontal--packs .pack .inside .pack-action .special--price {
    display: none !important;
  }
  .intro--double {
    grid-template-columns: auto;
  }
  .intro--double .intro--counter {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .intro--double .intro--counter .head {
    max-width: 60%;
  }
  #info-boxes .icon {
    min-width: 60px;
    width: 60px;
    height: 70px;
    font-size: 26px !important;
  }
  #related .related--list .item .icon {
    min-width: 70px;
    width: 70px;
    font-size: 30px;
  }
  .multi--features {
    grid-template-columns: repeat(3, 1fr);
  }
  .oppo--list > .item .action .counter--box .item {
    padding: 6px;
  }
  .oppo--list > .item .action button {
    min-width: 110px;
  }
  .bank--list .bank--item .image {
    max-width: 220px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .vertical--packs .pack .pack-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 10px;
  }
  .vertical--packs .pack .pack-detail .badges {
    flex-direction: row;
    width: 100%;
  }
  .vertical--packs .pack .pack-detail .badges > span {
    padding: 6px 8px;
    width: 100%;
  }
  .vertical--packs.vertical--boxed .pack-features {
    grid-template-columns: auto;
  }
}
@media (max-width: 1200px) {
  header::before {
    width: calc(100% - 24px);
  }
  .header .navbar .nav-item .nav--drop.drop--four {
    max-width: 1024px;
    grid-template-columns: repeat(3, 1fr);
  }
  .vertical--packs {
    grid-template-columns: repeat(2, 1fr);
  }
  .vertical--packs.vertical--boxed {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-boxed-list ul {
    grid-template-columns: auto;
  }
  .oppo--list {
    grid-template-columns: repeat(2, 1fr);
  }
  .coupon--bar {
    grid-column: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .coupon--bar .counter--box {
    margin-left: 0;
    margin-top: 10px;
    min-width: 300px;
  }
  .coupon--bar .counter--box .item {
    width: 100%;
  }
  .coupon--bar .coupon--code {
    margin-left: 0;
    min-width: 300px;
  }
  .coupon--bar .coupon--code span {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .horizontal--packs.type-1 .pack .inside .pack-action .price {
    display: none;
  }
  footer .footer--content .top-side {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  footer .footer--content .top-side .footer-logo {
    order: 1;
  }
  footer .footer--content .top-side .description {
    order: 3;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
    text-align: center;
  }
  footer .footer--content .top-side .description p {
    max-width: 90%;
    margin: 0 auto;
  }
  footer .footer--content .top-side .social-links {
    order: 2;
    margin-left: 0;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.062745098);
  }
  .info--boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  #steps-view .steps--content .head h2 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .mmenu {
    display: block !important;
  }
  .header ul.navbar {
    display: none;
  }
  .header .action {
    margin-left: auto;
  }
  .horizontal--packs .pack > .detail .area ul.list {
    grid-template-columns: repeat(2, 1fr);
  }
  .horizontal--packs .pack .inside {
    flex-wrap: wrap;
    align-items: inherit !important;
    height: auto;
  }
  .horizontal--packs .pack .inside .pack-icon {
    flex: 1;
    max-width: 44px;
    order: 1;
  }
  .horizontal--packs .pack .inside .pack-name {
    order: 2;
  }
  .horizontal--packs .pack .inside .pack-action {
    order: 3;
    flex: 1;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-end;
  }
  .horizontal--packs .pack .inside .pack-action .special--price {
    display: flex !important;
  }
  .horizontal--packs .pack .inside .pack-detail {
    order: 4;
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
  .horizontal--packs .pack .inside .pack-detail .item {
    width: 100%;
    text-align: center;
    background: #f8f8fc;
    border: 1px solid #f2f2f9;
    padding: 10px;
    border-radius: 8px;
  }
  .horizontal--packs.type-2 .pack .inside .pack-detail .item {
    text-align: left;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail .item {
    min-height: 64px;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 15px;
    padding-right: 10px;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail .item.item-control {
    justify-content: space-between;
    text-align: left;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail .item .controller .btn {
    background: #939cb1 !important;
    color: #fff !important;
  }
  .product-support-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product-support-box::before {
    bottom: inherit;
    top: -200px;
    right: -150px;
    left: inherit;
    transform: inherit;
  }
  .product-support-box > div {
    margin-left: inherit !important;
    width: 100%;
  }
  .product-support-box .btn {
    width: 100%;
  }
  .multi--features {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-boxed-list.fb-list-three ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-boxed-list.fb-list-three ul li:last-child {
    grid-column: 1/-1;
  }
  .d-search--content .d-search--area .action {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main--domain .corner--icon {
    width: 64px;
    right: 20px;
    bottom: -20px;
  }
  .intro--boxes {
    grid-template-columns: 40% 25% auto;
  }
  #related {
    padding: 70px 0 50px;
  }
  #related .item {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
  }
  #related .item .icon {
    width: 110px !important;
    font-size: 42px !important;
    border-radius: 8px;
  }
  .features-boxed-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .multi--features.mf-three {
    grid-template-columns: repeat(2, 1fr);
  }
  .multi--features.mf-three .list:last-child {
    grid-column: 1/-1;
  }
  #mail-details .tabsArea .tabHead {
    flex-wrap: wrap;
  }
  #mail-details .tabsArea .tabHead .item {
    font-size: 15px;
    gap: 3px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal.oppo-modal .modal-content .detail .coupon--bar {
    flex-direction: column;
    gap: 12px;
  }
  .modal.oppo-modal .modal-content .detail .coupon--bar .counter--box {
    width: 100%;
  }
  .modal.oppo-modal .modal-content .detail .coupon--bar .counter--box .item {
    width: 100%;
  }
  .modal.oppo-modal .modal-content .detail .coupon--bar .coupon--code {
    margin-left: 0;
    width: 100%;
  }
  .modal.oppo-modal .modal-content .detail .coupon--bar .coupon--code span {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .intro--slider .is--inside {
    grid-template-columns: auto;
  }
  .intro--slider .is--inside img {
    display: none;
  }
  .intro--slider .is--box {
    padding: 15px;
  }
  .intro--boxes {
    display: flex;
    margin-right: -12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-right: 12px;
  }
  .intro--boxes .top--box {
    min-width: 400px;
  }
  .intro--boxes > div {
    scroll-snap-align: center;
  }
  .intro--boxes .small-box {
    min-width: 300px;
  }
  .intro--boxes .small-box:last-child {
    margin-right: 12px;
  }
  .intro--boxes::-webkit-scrollbar {
    display: none;
  }
  .intro--double {
    position: relative;
    z-index: 1;
  }
  .intro--double .intro--content::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
    height: 285px;
    aspect-ratio: 1;
    background: url(../../image/vawe-path-right.webp);
    background-repeat: no-repeat;
    opacity: 0.2;
  }
  .intro--double .img--area {
    display: none;
  }
  .intro--double .intro--counter {
    align-items: center;
  }
  .intro--double .intro--counter .details {
    margin-top: inherit;
  }
}
@media (max-width: 768px) {
  .top-bar-area {
    background: #fff;
    border-bottom: 1px solid #f2f2f9;
  }
  .top--bar .item i {
    color: #6d7792;
  }
  .top--bar .top-currencies + .item i {
    color: #f2712a;
  }
  .top--bar .item.cl-primary i {
    color: #f2712a;
  }
  header::before {
    width: 100%;
    border-radius: 0;
    transition: 0s;
  }
  .header {
    padding: 15px 5px;
  }
  .intro--slider .sc--tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .intro--slider .sc--tabs .item::before {
    display: none;
  }
  .main--services .main--service {
    margin: 0 -12px;
    border-radius: 0;
    margin-bottom: -60px;
  }
  .main--services .main--service .logo-white {
    bottom: 60px;
  }
  .main--domain .list--options .item:nth-child(1) {
    display: none;
  }
  #testimonials {
    padding: 70px 0 100px;
  }
  .title-heading span.top-text {
    font-size: 20px;
  }
  .title-heading span.title {
    font-size: 26px;
  }
  .horizontal--packs .pack .inside .pack-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .horizontal--packs .pack > .detail .area {
    flex-direction: column;
  }
  .horizontal--packs .pack > .detail .area > div {
    margin: 0;
    margin-top: 20px;
    padding-top: 15px;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.062745098);
  }
  .horizontal--packs .pack > .detail .area > div .text {
    text-align: left !important;
  }
  .horizontal--packs .pack > .detail .area > div a.btn {
    height: 48px;
  }
  footer .footer--content .nav-area {
    padding: 0 20px;
  }
  .article--area {
    gap: 30px;
  }
  .article--area .row {
    gap: 30px;
  }
  .article--area .m-order-last {
    order: 10;
  }
  #related .related--list .item .icon {
    min-width: 80px !important;
    width: 80px !important;
    height: 100px;
    font-size: 34px !important;
  }
  .product--info {
    background: transparent;
    border: 0;
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }
  .product--info .item {
    background: rgba(109, 119, 146, 0.1);
    border: 1px solid rgba(109, 119, 146, 0.1);
    width: 100%;
    padding: 12px;
    justify-content: center;
    border-radius: 12px;
  }
  .product--info .item:last-child {
    border: 1px solid rgba(109, 119, 146, 0.1);
  }
  .vertical--packs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vertical--packs.vertical--boxed {
    grid-template-columns: auto;
  }
  #steps-view .steps--image {
    padding: 0;
    padding-bottom: 60px;
  }
  #steps-view .steps--image .steps-thumb {
    display: none;
  }
  #steps-view .steps--image .steps-main {
    min-height: 300px;
  }
  #steps-view .steps--content {
    padding: 0 15px;
  }
  .multi--features {
    grid-template-columns: auto;
  }
  .features-boxed-list.fb-list-three ul {
    grid-template-columns: auto;
  }
  .tabsArea .tabHead.tab-lg .item {
    font-size: 16px;
  }
  .features-boxed-list ul {
    grid-template-columns: auto;
  }
  .d-search--content .d-search--area {
    align-items: flex-start;
  }
  .d-search--content .d-search--area .icon {
    flex: 1;
    height: 100px;
  }
  .d-search--content .d-search--area .detail {
    flex: 1;
  }
  .alternative--domains .alternative {
    flex-wrap: wrap;
  }
  .alternative--domains .alternative .price {
    width: calc(100% - 140px);
    margin: 0;
    margin-right: auto;
  }
  .alternative--domains .alternative .price span {
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .steps--content.steps--mail {
    margin-top: 30px;
  }
  .multi--features.mf-three {
    grid-template-columns: auto;
  }
  .card.card-site-steps {
    padding: 25px;
    padding-bottom: 30px;
  }
  .card.card-site-steps .steps--image.steps--site {
    padding: 0 !important;
  }
  .card.card-site-steps .steps--content {
    padding: 0 !important;
  }
  .oppo--list {
    grid-template-columns: auto;
  }
  .oppo--list > .item .action button {
    min-width: 140px;
  }
  .intro-angle .content {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .intro-angle .content span.top-text {
    margin-bottom: -4px;
  }
  .intro-angle .content img {
    display: none;
  }
  #oppolist .tabsArea {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .page--head {
    margin: 0 -12px !important;
    border-radius: 0 !important;
    padding: 20px !important;
  }
  .page--head .icon {
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    font-size: 22px !important;
  }
  .page--head .text span {
    font-size: 18px !important;
  }
  .page--head > img {
    display: none;
  }
  .bank--list .bank--item {
    flex-wrap: wrap;
    gap: 30px;
  }
  .bank--list .bank--item .image {
    max-width: 100%;
    max-height: 120px;
  }
  .page-content {
    padding: 30px;
  }
  #client .card {
    padding: 40px 30px !important;
  }
  #order-cart::before {
    height: 380px;
  }
  .basket--content .product .flex-align {
    flex-wrap: wrap;
  }
  .basket--content .product .flex-align .info {
    flex: 1;
    min-width: 100%;
  }
  .basket--content .product .flex-align .payment-type {
    margin-left: 0;
  }
  .basket--content .product .flex-align .detail-line {
    margin-left: auto;
  }
  .conf-list.conf-list-payment {
    grid-template-columns: repeat(2, 1fr);
  }
  .conf-list.conf-list-double {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .intro--double .intro--counter {
    flex-direction: column;
  }
  .intro--double .intro--counter .head {
    max-width: 100%;
  }
  .intro--double .intro--counter .details {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .intro--double .intro--counter .details > :is(a, div) {
    width: 100%;
    margin: 0 !important;
    height: 54px !important;
  }
}
@media (max-width: 576px) {
  .header .action .action--login {
    min-width: 60px;
  }
  .header .action .action--login span {
    display: flex;
  }
  .horizontal--packs .pack > .detail .area ul.list {
    grid-template-columns: auto;
  }
  .horizontal--packs.type-2 .pack > .detail {
    border-top: 1px solid #f2f2f9;
    border-radius: 0;
    padding: 0;
    padding-top: 20px;
  }
  .horizontal--packs.type-2 .pack .inside .pack-detail {
    order: 2;
  }
  .horizontal--packs.type-2 .pack .inside .pack-action {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .horizontal--packs.type-2 .pack .inside .pack-action .price {
    padding-left: 5px;
  }
  .horizontal--packs.type-2 .pack .inside .pack-action .price .text > span {
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail {
    order: 2;
  }
  .horizontal--packs.type-control .pack .inside .pack-action {
    padding-top: 8px;
  }
  .horizontal--packs.type-control .pack .inside .pack-action .price {
    order: 1;
    text-align: left !important;
    padding-left: 5px;
  }
  .horizontal--packs.type-control .pack .inside .pack-action .special--price {
    order: 2;
  }
  .horizontal--packs.type-control .pack .inside .pack-action button {
    order: 3;
    margin-left: auto;
  }
  .intro--slider .is-feature-action {
    max-width: 100%;
  }
  .top--bar .currency {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .intro--boxes .top--box {
    display: none;
  }
  .main--domain {
    margin: 0 -12px;
    border-radius: 0;
  }
  .main--domain .list--options .item {
    padding: 5px 15px;
    font-size: 14px;
  }
  .main--domain.domain--vi {
    margin: 0;
  }
  .form-floating.form-icon .icon {
    top: 20px;
    transform: inherit;
  }
  .form-floating.form-icon button {
    position: relative;
    left: 0;
    top: 0;
    transform: inherit;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    padding: 26px !important;
  }
  .form-floating.form-medium .icon {
    top: 50% !important;
    transform: translateY(-50%);
  }
  #info-boxes .container-xl {
    margin: 0 !important;
    padding: 0;
  }
  #info-boxes .icon {
    min-width: 70px;
    font-size: 32px !important;
  }
  .info--boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 12px;
    width: 100%;
  }
  .info--boxes > div {
    scroll-snap-align: center;
    min-width: 80%;
  }
  .info--boxes::-webkit-scrollbar {
    display: none;
  }
  .related--list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 12px;
    width: 100%;
  }
  .related--list > div {
    scroll-snap-align: center;
    max-width: 90%;
  }
  .related--list::-webkit-scrollbar {
    display: none;
  }
  #related .container-xl {
    margin: 0 !important;
    padding: 0;
  }
  #related .title-heading {
    padding-left: 12px;
    padding-right: 12px;
  }
  .intro--double .intro--content {
    padding: 30px;
  }
  .intro--double .intro--content .content--area .heading {
    line-height: normal;
  }
  .intro--double .intro--content .content--area .heading h1 {
    font-size: 24px;
  }
  .intro--double .intro--content .content--area .heading::before {
    left: -30px;
  }
  .intro--double .intro--content .content--area .features ul {
    grid-template-columns: auto;
  }
  .intro--double .intro--content .content--area .action .btn {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  .intro--double .intro--content .content--area p.description {
    font-size: 16px;
    line-height: normal;
  }
  .intro--double .intro--counter {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding: 30px;
  }
  .intro--double .intro--counter .head {
    width: 100%;
    max-width: 100%;
  }
  .intro--double .intro--counter .head > p {
    display: none;
  }
  .intro--double .intro--counter .details {
    width: 100%;
  }
  .product--info .item {
    justify-content: flex-start;
    padding: 15px 20px;
  }
  .product-support-box .support--img {
    display: none;
  }
  .product-support-box .title-text {
    width: 100%;
    text-align: center;
  }
  .product-support-box .btn {
    min-width: auto;
  }
  .tabs-flex {
    gap: 10px;
  }
  .tabsArea {
    width: 100%;
  }
  .tabsArea.tabs-mobile .tabHead, .tabsArea.tabs-mobile [data-tabname] {
    display: none;
  }
  .tabsArea.tabs-mobile .tabHead .item, .tabsArea.tabs-mobile [data-tabname] .item {
    padding: 15px;
    height: auto;
    font-size: 15px;
    width: 100%;
    justify-content: flex-start;
  }
  .tabsArea.tabs-mobile .tabHead .item img, .tabsArea.tabs-mobile [data-tabname] .item img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tabsArea.tabs-mobile .tabHead .item span.badge, .tabsArea.tabs-mobile [data-tabname] .item span.badge {
    font-weight: 400 !important;
    position: absolute;
    right: 15px;
    left: inherit;
    top: 50%;
    transform: translateY(-50%);
    width: -moz-fit-content;
    width: fit-content;
  }
  .tabsArea.tabs-mobile .tabs-m-head {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    border: 1px solid white;
    background: #e8e8f3;
    border-radius: 12px;
    margin-bottom: 2px;
  }
  .tabsArea.tabs-mobile .tabs-m-head .icon {
    min-width: 48px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
    color: #6d7792;
  }
  .tabsArea.tabs-mobile .tabs-m-head .detail {
    line-height: 18px;
  }
  .tabsArea.tabs-mobile .tabs-m-head .detail span.title {
    font-size: 14px;
    color: #6d7792;
    display: block;
  }
  .tabsArea.tabs-mobile .tabs-m-head .detail span.value {
    font-weight: 500;
    font-size: 17px;
  }
  .tabsArea.tabs-mobile .tabs-m-head .detail span.value span.badge {
    font-weight: 400 !important;
  }
  .tabsArea.tabs-mobile .tabs-m-head .detail :is(img, span.badge) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
  }
  .tabsArea.tabs-mobile .tabs-m-head .detail::after {
    content: "\ec4d";
    position: absolute;
    right: 22px;
    font-family: "eg";
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #6d7792;
  }
  .tabsArea.tabs-client .item {
    width: 100%;
  }
  #mail-details .tabsArea .tabHead .item {
    width: 100%;
  }
  .mail--content .tabContent {
    padding: 5px 0 0;
  }
  .tabsArea.tabs-mobile .tabs-m-head {
    width: 100%;
  }
  #oppolist .tabsArea {
    width: 100%;
    border-radius: 12px;
  }
  #oppolist .tabsArea .item {
    height: auto;
    border-radius: 8px;
  }
  .bank--list .bank--item .bank-detail ul li {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    min-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f9;
    padding-right: 50px;
    position: relative;
  }
  .bank--list .bank--item .bank-detail ul li .title {
    min-width: auto;
  }
  .bank--list .bank--item .bank-detail ul li .title ::after {
    display: none;
  }
  .bank--list .bank--item .bank-detail ul li .text .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 500px) {
  footer .footer--bottom .navs .nav-link {
    font-size: 15px;
    padding: 10px 15px;
  }
  .horizontal--packs.type-2 .pack .inside .pack-detail {
    background: transparent;
    border: none;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .horizontal--packs.type-2 .pack .inside .pack-detail .item {
    padding: 6px !important;
    min-width: 100% !important;
  }
  .product-support-box > div.gap-2 {
    flex-direction: column;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail {
    grid-template-columns: 1fr;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail .item.item-control .controller {
    flex-direction: row-reverse !important;
    padding-right: 5px;
  }
  .horizontal--packs.type-control .pack .inside .pack-detail .item.item-control .controller .btn {
    height: 26px;
    width: 26px;
    font-size: 18px;
  }
  #demo .demo-item {
    align-items: center;
  }
  #demo .demo-item .logo {
    min-height: 84px;
    padding: 12px;
  }
  #demo .demo-item .text {
    display: flex;
    flex-direction: column;
  }
  #demo .demo-item .text > p {
    display: none;
  }
  #demo .demo-item .btn {
    margin-top: 10px;
  }
  .vertical--packs {
    grid-template-columns: 1fr;
  }
  .vertical--packs.vertical--boxed .pack-features {
    grid-template-columns: auto;
  }
  .oppo--list > .item .action {
    flex-direction: column;
  }
  .oppo--list > .item .action button {
    width: 100%;
  }
  .intro-angle .image img {
    -o-object-position: -530px;
       object-position: -530px;
  }
  .intro-angle::before {
    height: 250px;
  }
  .bank--list .bank--item .bank-detail .bank--title span {
    font-size: 18px !important;
  }
  .basket--content .product .flex-align {
    flex-wrap: wrap;
    gap: 12px;
  }
  .basket--content .product .flex-align .info {
    flex: 1;
    min-width: 100%;
  }
  .basket--content .product .flex-align .payment-type {
    min-width: 100%;
  }
  .basket--content .product .flex-align .detail-line {
    margin-left: 0;
    width: 100%;
  }
  .basket--content .product .flex-align .detail-line .price {
    margin-left: auto;
    margin-right: 5px;
  }
  .conf-list.conf-list-payment {
    grid-template-columns: auto;
  }
  .conf-list.conf-list-payment .conf-item {
    flex-direction: row;
    gap: 12px;
    padding: 10px;
    padding-left: 50px;
  }
  .conf-list.conf-list-payment .conf-item span.time {
    font-size: 16px;
    margin: 0;
    margin-right: auto;
  }
  .conf-list.conf-list-payment .conf-item span.discount {
    margin-bottom: 0;
    padding: 4px 12px;
    border-radius: 4px;
  }
  .conf-list.conf-list-payment .conf-item span.old-price {
    font-size: 14px;
  }
  .conf-list.conf-list-payment .conf-item span.price {
    margin: 0;
    padding-right: 10px;
    font-size: 18px;
  }
  .conf-list.conf-list-payment .conf-item::before {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .conf-list.conf-list-payment .conf-item::after {
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
  }
  .conf-list.conf-list-payment .conf-item.selected::after {
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1400px) {
  .dash--head .dh--nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }
  .dash--head .dh--nav ul li:is(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    border-bottom: 1px solid #f2f2f9;
  }
  .dash--head .dh--nav ul li a.dh-nav-item {
    padding: 20px 30px;
  }
  .dash--boxes .box .box--icon {
    height: 86px;
  }
  .dash--boxes .box .box--content {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .dash--boxes .box .box--content .db--target {
    padding: 6px 12px;
    border-radius: 4px;
  }
}
@media (max-width: 1200px) {
  .dash-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .dash--boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .dash--head .dh--nav .dash-responsive-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
  }
  .dash--head .dh--nav .dash-responsive-menu.show .dr--menu-btn {
    color: #f2712a;
  }
  .dash--head .dh--nav .dash-responsive-menu .icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(242, 113, 42, 0.1);
    color: #f2712a;
    font-size: 20px;
  }
  .dash--head .dh--nav .dash-responsive-menu .text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #6d7792;
    line-height: 15px;
  }
  .dash--head .dh--nav .dash-responsive-menu .text span {
    font-size: 16px;
    font-weight: 500;
    color: #4a4e69;
  }
  .dash--head .dh--nav .dash-responsive-menu .dr--menu-btn {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4a4e69;
    font-size: 24px;
    margin-left: auto;
    transition: all 0.2s ease;
  }
  .dash--head .dh--nav ul {
    display: none;
  }
  .card-dash .ds--list.ds--tickets .detail-item {
    flex: 1;
  }
  .card-dash .ds--list.ds--tickets .detail-item.detail-item-first {
    max-width: -moz-max-content;
    max-width: max-content;
    width: -moz-min-content;
    width: min-content;
    min-width: auto;
  }
  .card-dash .ds--list.ds--tickets .d-flex {
    flex-wrap: wrap;
  }
  .card-dash .ds--list.ds--tickets .d-flex .flex-align.ms-auto {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f2f2f9;
  }
  .card-dash .ds--list.ds--tickets .d-flex .flex-align.ms-auto .info {
    text-align: left !important;
  }
  .card-dash .ds--list.ds--tickets .d-flex .flex-align.ms-auto .badge {
    margin-left: auto;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .dash-sidebar {
    display: block;
  }
  .dash--head {
    margin: 0 -12px;
    margin-top: 0;
    border-radius: 0;
  }
  .dash--head .dh--top {
    border-radius: 0;
    flex-wrap: wrap;
    padding: 20px;
  }
  .dash--head .dh--top .action--detail {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .dash--head .dh--top .action--detail .balance {
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .dash--head .dh--top .action--detail .action .btn {
    height: 40px;
    font-size: 15px;
  }
  .dash--head .dh--nav {
    border-radius: 0;
  }
  .dash--head .dh--nav ul li {
    border: 0 !important;
    border-top: 1px solid #f2f2f9 !important;
  }
  .dash--head .dh--nav ul li .dh-nav-item {
    justify-content: flex-start;
    padding: 15px 20px !important;
  }
  .dash--boxes {
    display: flex;
    flex-direction: column;
  }
  .dash--boxes .box {
    padding: 12px;
  }
  .dash--boxes .box .box--content {
    flex-direction: row;
    gap: 0;
  }
  .dash--boxes .box .box--icon {
    height: 64px;
  }
  .notify--box .badge {
    min-width: 44px;
  }
  .card-dash .card-header .search {
    min-width: 100%;
  }
  .card-dash .card-header .search .form-control {
    height: 50px !important;
  }
  .card-dash .ds--list .ds-item .d-flex {
    flex-wrap: wrap;
  }
  .card-dash .ds--list .ds-item .d-flex .detail-item {
    padding: 0 15px;
  }
  .card-dash .ds--list .ds-item .d-flex .detail-item.detail-item-first {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .card-dash .ds--list .ds-item .d-flex .flex-align.ms-auto {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f2f2f9;
  }
  .card-dash .ds--list .ds-item .d-flex .flex-align.ms-auto .info {
    margin-right: auto;
    text-align: left !important;
  }
  .card-dash .ds-list--bottom {
    flex-direction: column-reverse;
    padding-top: 20px;
    gap: 12px;
  }
  .dash--shortcuts {
    grid-template-columns: repeat(3, 1fr);
  }
  .table--tools {
    flex-direction: column;
    gap: 10px;
  }
  .table--tools .tb--search {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .tabsArea.dash-tabs .tabs-m-head {
    padding: 6px;
  }
  .tabsArea.dash-tabs .tabs-m-head .icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .dash--shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .card-dash .card-header > .btn {
    width: 100%;
    justify-content: center;
  }
  .card-dash .ds--list.ds--tickets .d-flex .flex-align.ms-auto .btn span {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */