@import "bootstrap-grid.css";
@import "fontiran.css";

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#g_a11y_announcement {
  left: 0 !important;
}

.bg-warning-pw {
  background-color: #fcf8e3;
}

.bg-danger-pw {
  background-color: #f2dede;
}

.bg-success-pw {
  background-color: #dff0d8;
}

.avatar--small {
  width: 24px;
  height: 24px;
}

.w-hidden {
  display: none;
}

.tooltip {
  margin: 0 5px;
}

.avatar--x-small {
  width: 32px;
  height: 32px;
}

.avatar--xx-small {
  width: 40px;
  height: 40px;
}

.avatar--medium {
  width: 48px;
  height: 48px;
}

.avatar--x-medium {
  width: 56px;
  height: 56px;
}

.avatar--large {
  width: 64px;
  height: 64px;
}

.avatar--ringe-white {
  border: solid 1px #fff;
}

.avatar--small,
.avatar--x-small,
.avatar--xx-small,
.avatar--medium,
.avatar--x-medium,
.avatar--large {
  object-fit: cover;
  object-position: center center;
  background-color: #fff;
}

.btn,
.pagination li a {
  cursor: pointer;
  line-height: 1.2;
  padding: 4px 12px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  will-change: transform;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: solid 1px transparent;
  background-color: #2887fa;
}

.btn--xs,
.pagination li a {
  line-height: 1.4;
  padding: 4px 12px;
  border-radius: 10px;
  height: 32px;
}

.btn--xm {
  line-height: 1.4;
  padding: 8px 16px;
  border-radius: 10px;
  height: 40px;
}

.btn--xl {
  padding: 12px 24px;
  border-radius: 12px;
  height: 45px;
}

.btn--primary {
  color: #fff;
  background: #2887fa;
}

.btn--green {
  color: #fff;
  background: #6bb319;
}

.btn--yellow {
  color: #fff;
  background: #fabb28;
}

.btn--highlight {
  color: #fff;
  background: #0aa869;
}

.btn--outline {
  color: #2887fa;
  border-color: #2887fa;
  background-color: transparent;
}

.btn--light,
.pagination li a {
  color: #2b4057;
  background-color: #fff;
  border: 1px solid #cad0db;
  font-size: 16px;
  font-weight: 500;
}

.btn--light:hover {
  background-color: #f5f7fa;
}

.btn--light:focus {}

.btn--light:active {
  background-color: #e1e7f0;
  box-shadow: unset;
}

.btn--light:disabled {
  cursor: default;
  opacity: 0.65;
}

.btn--red {
  color: #e53c37;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cad0db;
}

.btn--red:hover {
  background-color: #f5f7fa;
}

.btn--blue {
  color: #fff;
  background-color: #2168d1;
  font-size: 16px;
  font-weight: bold;
}

.btn--blue:hover {
  background-color: #2168d1;
}

.btn--blue:focus {}

.btn--blue:active {}

.btn--blue:disabled {
  cursor: default;
  opacity: 0.65;
}

.btn--link {
  color: #2887fa;
  background-color: transparent;
}

.clr-700 {
  color: #3e4552;
}

.line-h26 {
  line-height: 26px;
}

.fz--h-large {
  font-size: 32px;
}

.fz--xx-large {
  font-size: 40px;
}

.providerLinkingFeedback {
  margin-top: 20px;
  max-width: 96%;
  position: absolute;
}

.fz--x-large {
  font-size: 32px;
}

.fz--large {
  font-size: 24px;
}

.fz--x-medium {
  font-size: 20px;
}

.fz--medium {
  font-size: 18px;
}

.fz--small {
  font-size: 16px;
}

.fz--x-small {
  font-size: 14px;
}

.fz--xx-small {
  font-size: 13px;
}

.fz--xxx-small {
  font-size: 12px;
}

.fz--xxxx-small {
  font-size: 11px;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mh-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.pt-7 {
  padding-top: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px !important;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.p-rl-32 {
  padding: 0 32px;
}

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

.important-w .width-100\% {
  width: 100% !important;
}

.tbl__filter>form {
  max-width: 242px;
  flex: 0 0 242px;
}

.tbl__container {
  position: relative;
  z-index: 1;
}

.tbl__container__table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl__container__table--default>thead>tr {
  color: #778599;
}

.tbl__container__table--default>thead>tr td .arrow {
  margin-right: 7px;
}

.tbl__container__table--default>thead>tr td .arrow--up,
.tbl__container__table--default>thead>tr td .arrow--down {
  position: relative;
}

.tbl__container__table--default>thead>tr td .arrow--up {
  content: "\e90c";
  font-family: limo;
  font-size: 16px;
  color: #6d7b8f;
  transition: all 0.15s ease-in;
  bottom: 18px;
}

.tbl__container__table--default>thead>tr td .arrow--down {
  content: "\e90c";
  font-family: limo;
  font-size: 16px;
  color: #6d7b8f;
  transition: all 0.15s ease-in;
  top: 18px;
}

.tbl__container__table--default>thead>tr th {
  text-align: center;
  background-color: #f5f7fa;
  font-weight: normal;
  font-size: 16px;
  padding: 15px 12px;
}

.tbl__container__table--default>thead>tr th:nth-child(2) {
  text-align: right;
}

.tbl__container__table--default>thead>tr th:first-child {
  border-radius: 0 8px 8px 0;
  text-align: right;
}

.tbl__container__table--default>thead>tr th:last-child {
  border-radius: 8px 0 0 8px;
}

.tbl__container__table--default>tbody .dash-border {
  border-bottom: none;
  background-image: linear-gradient(to right,
      #c3cbd9 60%,
      rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

.tbl__container__table--default>tbody>tr:not(:last-child) {
  border-bottom: solid 1px #e6ebf0;
}

.tbl__container__table--default>tbody>tr>td {
  padding: 15px 12px;
  text-align: center;
  font-size: 16px;
  color: #3b4e66;
}

.tbl__container__table--default>tbody>tr>td:nth-child(2) {
  text-align: right;
}

.tbl__container__table--default>tbody>tr>td .text-group strong {
  font-weight: 700;
  margin-bottom: 8px;
}

.tbl__container__table--default>tbody>tr>td .text-group>span {
  font-weight: 400;
}

.tbl__container__table--default>tbody>tr>td:first-child {
  text-align: right;
}

.tbl__container__table--default>tbody>tr.detail {
  display: none;
}

.tbl__container__table--default>tbody>tr.detail td .detail_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  color: #3b4e66;
}

.tbl__container__table--default>tbody>tr.detail td .detail_content__title {
  font-weight: 400;
}

.tbl__container__table--default>tbody>tr.detail td .detail_content__title :first-child {
  font-size: 0.875rem;
  line-height: 24px;
}

.tbl__container__table--default>tbody>tr.detail td .detail_content__title :last-child {
  color: #778599;
  font-size: 0.75rem;
  line-height: 20px;
}

.tbl__container__table--default>tbody>tr.detail td .detail_content__expire_at span {
  color: #b86a1d;
}

.text-red {
  color: #e53c37;
}

.chip {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e8e9eb;
  color: #454f5b;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 12px;
  height: 24px;
  word-wrap: break-word;
}

.chip img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
  margin: 0 -12px 0 8px;
}

.chip__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #454f5b;
  margin: 0 -10px 0 8px;
  padding: 5px;
}

.chip__info>i {
  color: #fff;
  font-size: 12px;
}

.chip__close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 -10px;
  color: #454f5b;
}

.form-fild--search-box,
.dataTables_filter {
  position: relative;
  width: 75%;
}

.form-fild--search-box::before,
.dataTables_filter::before {
  content: "\e916";
  font-family: limo;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  right: 8px;
  color: #95a3b8;
}

.form-fild--search-box .form-fild__input {
  padding: 0 32px 0 0;
}

.form-fild .round-prepend {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-fild-prepend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -1px;
  background-color: #f5f7fa;
  color: #3b4e66;
  border: 1px solid #dde2eb;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  padding: 8px 14px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-fild-prepend.lg\:height {
  height: 48px;
}

.form-fild-prepend.md\:height {
  height: 48px;
}

.form-fild-prepend.sm\:height {
  height: 32px;
}

.form-fild__label {
  color: #3b4e66;
}

.form-fild__ddl {
  padding: 0 12px 0 30px;
  appearance: none;
  user-select: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNC41ODU3OSA0LjU4NTc5QzUuMzY2ODQgNS4zNjY4NCA2LjYzMzE3IDUuMzY2ODMgNy40MTQyMSA0LjU4NTc5TDExIDEiIHN0cm9rZT0iIzc3ODU5OSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat 10px center;
}

.form-fild__input,
.form-fild__ddl,
.dataTables_filter input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #3b4e66;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dde2eb;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-fild__input::placeholder,
.form-fild__ddl::placeholder,
.dataTables_filter input::placeholder {
  color: #95a3b8;
  opacity: 1;
}

.form-fild__input:-ms-input-placeholder,
.form-fild__ddl:-ms-input-placeholder {
  color: #95a3b8;
}

.form-fild__input::-ms-input-placeholder,
.form-fild__ddl::-ms-input-placeholder {
  color: #95a3b8;
}

.form-fild__input.lg\:form-fild__input,
.form-fild__ddl.lg\:form-fild__input {
  height: 48px;
  font-size: 20px;
}

.form-fild__input.md\:form-fild__input,
.form-fild__ddl.md\:form-fild__input {
  font-size: 16px;
}

.form-fild__input.sm\:form-fild__input,
.form-fild__ddl.sm\:form-fild__input {
  height: 37px;
}

.form-fild__input:hover,
.form-fild__ddl:hover {
  border-color: #647285;
  box-shadow: 0px 1px 1px rgba(43, 64, 87, 0.08),
    0px 2px 4px rgba(43, 64, 87, 0.08);
}

.form-fild__input:active,
.form-fild__ddl:active {
  border-color: #2887fa;
}

.form-fild__input:focus,
.form-fild__ddl:focus {
  border: 2px solid #2887fa;
}

.form-fild__input:disabled,
.form-fild__ddl:disabled {
  background: #f5f7fa;
  box-shadow: inset 0px 1px 2px rgba(22, 42, 61, 0.08);
  border-color: #dde2eb;
}

.form-fild--textarea .form-fild__input {
  padding: 12px;
  height: 72px;
  resize: none;
}

.form-fild--floating {
  position: relative;
}

.form-fild--floating .form-fild__label span {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 33%;
  font-weight: 400;
  color: #778599;
  font-size: 16px;
  transition-duration: 300ms;
}

.form-fild--floating .form-fild__label .form-fild__input::placeholder {
  opacity: 0;
}

.form-fild--floating .form-fild__label .form-fild__input:focus~span,
.form-fild--floating .form-fild__label .form-fild__input:not(:placeholder-shown)~span {
  font-size: 13px;
  top: -6px;
  font-weight: 500;
  background-color: #fff;
  padding: 0 8px;
  color: #2887fa;
}

.form-fild--floating .form-fild__label .form-fild__ddl:focus~span,
.form-fild--floating .form-fild__label .form-fild__ddl:not([value=""]):valid~span {
  font-size: 12px;
  top: -10px;
  background-color: #fff;
  padding: 0 10px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
}

.badge--success,
.badge--paid,
.badge--active {
  color: #3e7010;
  background-color: #e7fad2;
}

.badge--error,
.badge--unpaid,
.badge--suspended {
  color: #a61d1b;
  background-color: #feeaea;
}

.badge--pending {
  color: #b66816;
  background-color: #fff3d6;
}

.badge--blue,
.badge--refunded {
  color: #2168d1;
  background-color: #e0eeff;
}

.badge--gray,
.badge--cancelled,
.badge--terminated {
  color: #3b4e66;
  background-color: #f5f7fa;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs i {
  font-size: 20px;
  color: #454f5b;
}

.breadcrumbs__list {
  margin: 0 10px 0 0;
}

.breadcrumbs__list__item {
  position: relative;
  color: #454f5b;
  font-weight: 400;
}

.breadcrumbs__list__item>a {
  color: #919eab;
  font-weight: 400;
}

.breadcrumbs__list__item:not(:last-child) {
  margin-left: 30px;
}

.breadcrumbs__list__item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 1L1.41421 4.58579C0.633163 5.36684 0.633165 6.63317 1.41421 7.41421L5 11' stroke='%23919EAB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.tab-parent__list {
  min-height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e1e7f0;
}

.tab-parent__list>ul>li {
  border-bottom: solid 1px transparent;
  transition: all 0.15s ease-in;
}

.tab-parent__list>ul>li>a {
  padding: 8px 16px;
  color: #778599;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.15s ease-in;
}

.tab-parent__list>ul>li.is-active {
  border-color: #2887fa;
}

.tab-parent__list>ul>li.is-active>a {
  color: #2887fa;
  font-weight: 700;
}

.tab-parent__content>li {
  display: block;
  height: 0;
  position: relative;
  opacity: 0;
  transition: opacity 0.15s ease-out;
  pointer-events: none;
}

.tab-parent__content>li.is-active {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.content-table {
  display: grid;
  row-gap: 12px;
}

.content-table li {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.content-table li :first-child {
  color: #778599;
}

.content-table li :last-child {
  color: #3b4e66;
}

.progress-circle svg {
  height: 124px;
  margin: auto;
  display: block;
}

.progress-circle path {
  stroke-linecap: round;
  stroke-width: 8;
}

.progress-circle path.grey {
  stroke: #dde2eb;
}

.progress-circle path.purple {
  stroke: #6db821;
  stroke-dasharray: 120;
  stroke-dashoffset: 208;
  animation: dash 3s 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.progress-circle path.white {
  stroke: #ffffff;
  stroke-dasharray: 0, 198px;
  stroke-dashoffset: 198;
  stroke-width: 3.5px;
  animation: dash 3s 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 10;
    /* <---- changed to "1" from "0"  */
  }
}

.checkbox,
.radio {
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 0;
  height: 18px;
  width: 18px;
  pointer-events: none;
}

.checkbox+label,
.radio+label {
  display: inline-block;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: calc(18px + 0.375rem);
  color: #3b4e66;
}

.checkbox+label::before,
.radio+label::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -0.1em;
  margin-right: calc(-1 * (18px + 0.375rem));
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #c3cbd9;
  box-shadow: inset 0px 1px 1px rgba(59, 78, 102, 0.24);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.375rem;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}

.checkbox:not(:checked):not(:focus)+label:hover::before,
.radio:not(:checked):not(:focus)+label:hover::before {
  background-color: #99a1b1;
}

.radio+label::before {
  border-radius: 50%;
}

.radio:checked+label::before {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGcgY2xhc3M9J25jLWljb24td3JhcHBlcicgZmlsbD0nI2ZmZmZmZic+PGNpcmNsZSBjeD0nOCcgY3k9JzgnIHI9JzgnIGZpbGw9JyNmZmZmZmYnPjwvY2lyY2xlPjwvZz48L3N2Zz4=);
  background-size: 8px;
  box-shadow: 0px 1px 2px rgba(173, 0, 0, 0.4);
}

.checkbox+label::before {
  border-radius: 6px;
}

.checkbox:checked+label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDEyIDEyJz48cG9seWxpbmUgcG9pbnRzPScxIDYuNSA0IDkuNSAxMSAyLjUnIGZpbGw9J25vbmUnIHN0cm9rZT0nI0ZGRkZGRicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBzdHJva2Utd2lkdGg9JzInLz48L3N2Zz4=);
  background-size: 12px;
}

.checkbox:checked+label::before,
.radio:checked+label::before {
  background-color: #2887fa;
  box-shadow: inset 0px 1px 1px rgba(59, 78, 102, 0.24);
  border-color: #2887fa;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.checkbox:active+label::before,
.radio:active+label::before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.checkbox:checked:active+label::before,
.radio:checked:active+label::before {
  -webkit-transform: none;
  transform: none;
  transition: none;
}

.checkbox:checked:active+label::before,
.checkbox:focus+label::before,
.radio:checked:active+label::before,
.radio:focus+label::before {
  border-color: #2887fa;
  box-shadow: 0px 0px 0px 3px rgba(145, 158, 171, 0.32),
    inset 0px 1px 1px rgba(173, 0, 0, 0.32);
}

.collapse-list__item {
  border-bottom: 1px solid #dde2eb;
  display: flex;
  justify-content: space-between;
  padding: 21px 0;
}

.collapse-list__item :nth-child(1) {
  margin-right: 20px;
}

.collapse-list__item::before {
  content: "\e90c";
  font-family: limo;
  font-size: 16px;
  color: #6d7b8f;
  transition: all 0.15s ease-in;
  position: absolute;
}

.collapse-list_parent.expand {
  border-bottom: 1px solid #dde2eb;
}

.collapse-list_parent.expand .collapse-list__item {
  border: none;
}

.collapse-list_parent.expand .collapse-list__item::before {
  transform: rotate(-90deg);
}

.collapse-list__hide_content {
  display: none;
  padding: 0 12px;
}

.collapse-list__hide_content ul {
  border-bottom: none;
  background-image: linear-gradient(to right,
      #c3cbd9 60%,
      rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  padding: 8px 0;
  display: grid;
  row-gap: 12px;
}

.collapse-list__hide_content ul li {
  display: flex;
  justify-content: space-between;
}

.collapse-list__hide_content ul li :first-child {
  color: #778599;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.collapse-list__hide_content ul li :last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3b4e66;
}

.collapse-list__hide_content .detail_content {
  display: grid;
  row-gap: 14px;
  color: #3b4e66;
  margin: 16px 0;
}

.collapse-list__hide_content .detail_content__title {
  font-weight: 400;
}

.collapse-list__hide_content .detail_content__title :first-child {
  font-size: 0.875rem;
  line-height: 24px;
}

.collapse-list__hide_content .detail_content__title :last-child {
  color: #778599;
  font-size: 0.75rem;
  line-height: 20px;
}

.collapse-list__hide_content .detail_content__expire_at span {
  color: #b86a1d;
}

.new-ticket__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 24px;
}

.new-ticket__items div {
  width: 160px;
  margin: 0 6px;
}

.new-ticket__items div a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dde2eb;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 8px 0;
}

.new-ticket__items_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #3b4e66;
  margin-top: 12px;
}

.new-ticket__items button {
  border: 1px solid #e1e7f0;
  padding: 24px 16px;
  border-radius: 12px;
  display: flex;
  min-width: 160px;
  flex-direction: column;
  align-items: center;
}

.ticket__media {
  gap: 16px;
  display: flex;
  flex-direction: row-reverse;
}

.ticket__media_add-image {
  background-color: #f5f7fa;
  border: 1px dashed #c3cbd9;
  color: #95a3b8;
  width: 72px;
  height: 72px;
  padding: 12px 16px;
  border-radius: 12px;
}

.ticket__media_image {
  border: 1px solid #c3cbd9;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.ticket__media_image img {
  width: 100%;
  height: 100%;
}

.ticket__media_image span {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 25%;
  top: 25%;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(22, 42, 61, 0.08),
    inset 0px -0.5px 1px rgba(22, 42, 61, 0.08);
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.ticket__media:hover span {
  display: flex;
}

.radio-group {
  display: grid;
  grid-auto-flow: column;
}

.radio-group label {
  margin: 8px;
  background: white;
  /* box-shadow: 0px 3px 12px 0px black; */
  border: 1px solid #dde2eb;
  padding: 16px 16px 16px 24px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.radio-group label .radio-title strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #454f5b;
}

.radio-group label .radio-subtitle {
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  color: #919eab;
}

.radio-group label>input {
  background-color: red;
}

.password-secure-level {
  display: flex;
  justify-content: space-between;
}

.password-secure-level li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.password-secure-level li div.point {
  width: 33px;
  height: 33px;
  display: flex;
  padding: 4px;
  align-items: center;
  border-radius: 28px;
  justify-content: center;
  background-color: #c3cbd9;
}

.password-secure-level li div.point span {
  color: #95a3b8;
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 0 1px 1px rgba(59, 78, 102, 0.48),
    inset 0px -1px 0px rgba(59, 78, 102, 0.2);
  line-height: 1.5;
  font-family: sans-serif;
  border-radius: 22px;
  background-color: white;
}

.password-secure-level li span.point-title {
  color: #3b4e66;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.password-secure-level li.pass div.point {
  background-color: #a1d880;
}

.password-secure-level li.pass div.point span {
  color: #6db821;
}

.password-secure-level li.pass span.point-title {
  color: #778599;
}

.ticket-messages {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.ticket-messages li {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.ticket-messages li p {
  font-size: 16px;
  padding: 8px 12px;
  width: fit-content;
  line-height: 28px;
}

.ticket-messages li span {
  color: #778599;
  font-size: 12px;
}

.ticket-messages li.left p {
  color: #fafbfc;
  border-radius: 12px 12px 4px 12px;
}

.ticket-messages li.left span {
  margin-right: 16px;
  color: #fff;
  padding: 15px;
}

.ticket-messages li.right {
  justify-content: end;
  flex-direction: row-reverse;
}

.ticket-messages li.right p {
  /* color: #454F5B;
  background: #F5F7FA;
  border-radius: 12px 12px 12px 4px; */
}

.ticket-messages li.right span {
  margin-left: 16px;
}

.ticket-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ticket-detail li {
  display: flex;
  justify-content: space-between;
}

.ticket-detail li span:first-child {
  color: #778599;
}

.ticket-detail li span:last-child {
  color: #3b4e66;
}

html {
  box-sizing: border-box;
  font-family: Yekan;
}

body {
  background-color: #f5f7fa;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
  color: color(main, link);
}

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

button,
span,
a,
p,
div,
strong {
  outline: none;
}

p {
  margin: unset;
}

button {
  background-color: transparent;
  border: unset;
}

button:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: unset;
}

a,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 25px);
  transition: width 0.3s;
}

@font-face {
  font-family: YekanEn;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff2/Yekan Bakh HeavyEn.woff2") format("woff2"),
    url("../fonts/woff/Yekan Bakh HeavyEn.woff") format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff2/Yekan Bakh FaNum Heavy.woff2") format("woff2"),
    url("../fonts/woff/Yekan Bakh FaNum Heavy.woff") format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff2/Yekan Bakh FaNum Bold.woff2") format("woff2"),
    url("../fonts/woff/Yekan Bakh FaNum Bold.woff") format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/woff2/Yekan Bakh FaNum Medium.woff2") format("woff2"),
    url("../fonts/woff/Yekan Bakh FaNum Medium.woff") format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/woff2/Yekan Bakh FaNum Light.woff2") format("woff2"),
    url("../fonts/woff/Yekan Bakh FaNum Light.woff") format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff2/Yekan Bakh FaNum Regular.woff2") format("woff2"),
    url("../fonts/woff/Yekan Bakh FaNum Regular.woff") format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: "limo";
  src: url("../fonts/limo.eot?l47gzc");
  src: url("../fonts/limo.eot?l47gzc#iefix") format("embedded-opentype"),
    url("../fonts/limo.ttf?l47gzc") format("truetype"),
    url("../fonts/limo.woff?l47gzc") format("woff"),
    url("../fonts/limo.svg?l47gzc#limo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "limo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Finance:before {
  content: "\e901";
  color: #778599;
}

.icon-Finance-Fill:before {
  content: "\e902";
  color: #3b4e66;
}

.icon-Edit-1:before {
  content: "\e903";
  color: #778599;
}

.icon-Drop-Down-1:before {
  content: "\e904";
  color: #778599;
}

.icon-Domain-Fill:before {
  content: "\e905";
  color: #3b4e66;
}

.icon-Domain-2:before {
  content: "\e906";
  color: #778599;
}

.icon-Delete:before {
  content: "\e907";
  color: #778599;
}

.icon-Dashboard-Fill:before {
  content: "\e908";
  color: #3b4e66;
}

.icon-Dashboard-1:before {
  content: "\e909";
  color: #778599;
}

.icon-Buy:before {
  content: "\e90a";
  color: #778599;
}

.icon-Buy-Fill:before {
  content: "\e90b";
  color: #3b4e66;
}

.icon-Arrow-1:before {
  content: "\e90c";
  color: #778599;
}

.icon-Affiliate-1:before {
  content: "\e90d";
  color: #3b4e66;
}

.icon-Affiliate:before {
  content: "\e90e";
  color: #778599;
}

.icon-Ticketing-Fill1:before {
  content: "\e90f";
  color: #3b4e66;
}

.icon-Ticket:before {
  content: "\e910";
  color: #778599;
}

.icon-Support:before {
  content: "\e911";
  color: #778599;
}

.icon-Support-Fill:before {
  content: "\e912";
  color: #3b4e66;
}

.icon-Setting:before {
  content: "\e913";
  color: #778599;
}

.icon-Setting-Fill:before {
  content: "\e914";
  color: #3b4e66;
}

.icon-Send:before {
  content: "\e915";
  color: white;
}

.icon-Search-1:before {
  content: "\e916";
  color: #778599;
}

.icon-Notif:before {
  content: "\e917";
  color: #778599;
}

.icon-Cart:before {
  content: "\e90a";
  color: #778599;
}

.icon-Ticketing-Fill:before {
  content: "\e900";
  color: #3b4e66;
}

h4 {
  font-size: 16px;
  color: #3b4e66;
  font-weight: 700;
  line-height: 24px;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.font-en {
  font-family: "YekanEn";
}

.fw-b {
  font-weight: bold;
}

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

.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-900 {
  font-weight: 900;
}

.round-small {
  border-radius: 5px;
}

.round-xsmall {
  border-radius: 8px;
}

.round-medium {
  border-radius: 10px;
}

.round-xmedium {
  border-radius: 12px;
}

.round-large {
  border-radius: 16px;
}

.round-xlarge {
  border-radius: 24px;
}

.round-full {
  border-radius: 50%;
}

.grid {
  display: grid;
}

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

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

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

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

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

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

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

.grid-gap-2 {
  gap: 16px;
}

.grid-gap-3 {
  gap: 18px;
}

.grid-gap-4 {
  gap: 24px;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-direction-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-direction-row-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-column;
  -ms-flex-direction: row-column;
  flex-direction: row-column;
}

.flex-direction-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.order--1 {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order--2 {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-auto {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.flex-100\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-90\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.flex-80\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.flex-70\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.flex-60\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.flex-50\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-40\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-30\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.flex-20\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.flex-10\% {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.\!overflow-hidden {
  overflow: hidden !important;
}

.\!overflow-x {
  overflow-x: hidden !important;
}

.\!overflow-y {
  overflow-y: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.\!hidden {
  display: none !important;
}

.width-10\% {
  width: 10%;
}

.width-20\% {
  width: 20%;
}

.width-30\% {
  width: 30%;
}

.width-40\% {
  width: 40%;
}

.width-50\% {
  width: 50%;
}

.width-60\% {
  width: 60%;
}

.width-70\% {
  width: 70%;
}

.width-80\% {
  width: 80%;
}

.width-90\% {
  width: 90%;
}

.width-100\%,
.width-full {
  width: 100%;
}

.height-100\% {
  height: 100%;
}

.height-10\% {
  height: 10%;
}

.height-20\% {
  height: 20%;
}

.height-30\% {
  height: 30%;
}

.height-40\% {
  height: 40%;
}

.height-50\% {
  height: 50%;
}

.height-60\% {
  height: 60%;
}

.height-70\% {
  height: 70%;
}

.height-80\% {
  height: 80%;
}

.height-90\% {
  height: 90%;
}

.height-100\% {
  height: 100%;
}

.height-100vh {
  height: 100vh;
}

.height-50vh {
  height: 50vh;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not {
  cursor: not-allowed;
}

.dir-ltr {
  direction: ltr !important;
}

.dir-rtl {
  direction: rtl !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

.header-panel {
  width: 100%;
  height: 64px;
  padding: 12px 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(59, 78, 102, 0.08);
  z-index: 100;
}

.header-panel__brand {
  width: 240px;
  padding: 0 20px;
}

.header-panel__brand>a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-panel__menu {
  width: calc(100% - 240px);
  padding: 0 32px;
}

.header-panel__menu__notification {
  position: relative;
  width: 40px;
  height: 40px;
}

.header-panel__menu__notification .blink {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0000;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.header-panel__menu__user {
  position: relative;
}

.header-panel__menu__user__container {
  cursor: pointer;
  position: relative;
}

.header-panel__menu__user__container__info>strong,
.header-panel__menu__user__container__info>span {
  font-weight: 400;
}

.header-panel__menu__user__container__info>strong {
  color: #3b4e66;
  margin-bottom: 4px;
}

.header-panel__menu__user__container__info>span {
  color: #778599;
}

.header-panel__menu__user__container::after {
  content: "\e904";
  font-size: 20px;
  font-family: limo;
  margin-right: 16px;
  color: #778599;
  position: absolute;
  left: -20px;
  top: 7px;
}

.header-panel__menu__user__content {
  width: 189px;
  position: absolute;
  top: 70%;
  margin-top: 20px;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(59, 78, 102, 0.12),
    0px 12px 36px rgba(59, 78, 102, 0.16);
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header-panel__menu__user__content>a {
  border-radius: 8px;
  padding: 8px 12px;
  line-height: 24.5px;
  color: #778599;
}

.header-panel__menu__user__content>a:not(:last-child) {
  margin-bottom: 4px;
}

.header-panel__menu__user__content>a:hover {
  background-color: #f5f7fa;
  color: #3b4e66;
}

.header-panel__menu__user__content.active {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sidebar-panel {
  top: 64px;
  right: 0;
  width: 220px;
  bottom: 0;
  z-index: 11;
  display: flex;
  padding: 24px 16px 48px;
  position: fixed;
  box-shadow: 0 0 1px rgba(59, 78, 102, 0.08), 0 0 8px rgba(59, 78, 102, 0.08);
  min-height: 100%;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.5s ease-in;
}

.sidebar-panel i.close-nav {
  position: absolute;
  width: 22px;
  height: 22px;
  left: -11px;
  top: 30px;
  background: linear-gradient(180deg, #ffffff 50%, #f5f5f5 100%);
  box-shadow: 0 2px 4px rgba(99, 115, 129, 0.12),
    0 4px 8px rgba(99, 115, 129, 0.16);
  border-radius: 22px;
  cursor: pointer;
}

.sidebar-panel i.close-nav::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1.5px;
  background-color: #778599;
  right: 20%;
  top: 50%;
  transform: rotate(45deg);
  border-radius: 6px;
}

.sidebar-panel i.close-nav::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1.5px;
  background-color: #778599;
  right: 25%;
  top: 50%;
  transform: rotate(-45deg);
  border-radius: 6px;
}

.sidebar-panel__navigation__list>li {
  position: relative;
  margin: 0 0 8px 0;
}

.sidebar-panel__navigation__list>li>a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  padding: 8.5px 12px;
  transition: all 0.15s ease-in;
}

.sidebar-panel__navigation__list>li>a i,
.sidebar-panel__navigation__list>li>a span {
  color: #6d7b8f;
}

.sidebar-panel__navigation__list>li>a span {
  max-width: 100%;
  flex: 1 1 auto;
  font-size: 16px;
  margin: 0 10px;
  font-weight: 500;
}

.sidebar-panel__navigation__list>li>a:hover {
  background-color: #f5f7fa;
}

.sidebar-panel__navigation__list>li>a:hover i,
.sidebar-panel__navigation__list>li>a:hover span {
  color: #3b4e66;
}

.sidebar-panel__navigation__list>li:nth-child(n)>a::before,
.icon-Cart:before {
  font-family: limo;
  font-size: 20px;
  color: #778599;
  transition: all 0.15s ease-in;
}

.sidebar-panel__navigation__list>li:nth-child(2)>a::before {
  content: "\e909";
}

.sidebar-panel__navigation__list>li:nth-child(2)>a:hover::before {
  content: "\e908";
}

.sidebar-panel__navigation__list>li:nth-child(3)>a::before {
  content: "\e90a";
}

.sidebar-panel__navigation__list>li:nth-child(3)>a:hover::before {
  content: "\e90b";
}

.sidebar-panel__navigation__list>li:nth-child(4)>a::before {
  content: "\e913";
}

.sidebar-panel__navigation__list>li:nth-child(4)>a:hover::before {
  content: "\e914";
}

.sidebar-panel__navigation__list>li:nth-child(5)>a::before {
  content: "\e906";
}

.sidebar-panel__navigation__list>li:nth-child(5)>a:hover::before {
  content: "\e905";
}

.sidebar-panel__navigation__list>li:nth-child(7)>a::before {
  content: "\e901";
}

.sidebar-panel__navigation__list>li:nth-child(7)>a:hover::before {
  content: "\e902";
}

/* .sidebar-panel__navigation__list > li:nth-child(7) > a::before {
  content: "\e906";
}

.sidebar-panel__navigation__list > li:nth-child(7) > a:hover::before {
  content: "\e905";
} */

.sidebar-panel__navigation__list>li:nth-child(8)>a::before {
  content: "\e911";
}

.sidebar-panel__navigation__list>li:nth-child(8)>a:hover::before {
  content: "\e912";
}

.sidebar-panel__navigation__list>li:nth-child(9)>a::before {
  content: "\e910";
}

.sidebar-panel__navigation__list>li:nth-child(9)>a:hover::before {
  content: "\e90f";
}

.sidebar-panel__navigation__list>li:nth-child(10)>a::before {
  content: "\e921";
  font-family: "Limoohost-icons";
}

.sidebar-panel__navigation__list>li:nth-child(10)>a:hover::before {
  content: "\e922";
  font-family: "Limoohost-icons";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(2)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(2)>a::before {
  content: "\e908";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(3)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(3)>a::before {
  content: "\e90b";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(4)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(4)>a::before {
  content: "\e914";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(5)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(5)>a::before {
  content: "\e905";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(7)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(7)>a::before {
  content: "\e902";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(8)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(8)>a::before {
  content: "\e912";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(9)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(9)>a::before {
  content: "\e90f";
}

.sidebar-panel__navigation__list>li.sidebar-panel__navigation__list__dropdown-list--active:nth-child(10)>a::before,
.sidebar-panel__navigation__list>li.is-active:nth-child(10)>a::before {
  content: "\e90d";
}

.sidebar-panel__navigation__list>li.active>a {
  background-color: #f5f7fa;
}

.sidebar-panel__navigation__list>li.active>a span {
  font-weight: 500;
}

.sidebar-panel__navigation__list>li.active>a i,
.sidebar-panel__navigation__list>li.active>a span {
  color: #3b4e66;
}

.sidebar-panel__navigation__list>li.active>a::after {
  content: "\e90c";
  font-family: limo;
  font-size: 16px;
  color: #6d7b8f;
  transition: all 0.15s ease-in;
  transform: rotate(-90deg);
}

.sidebar-panel__navigation__list__dropdown-list>a::after {
  content: "\e90c";
  font-family: limo;
  font-size: 16px;
  color: #6d7b8f;
  transition: all 0.15s ease-in;
}

.sidebar-panel__navigation__list__dropdown-list .active {
  display: block;
  background-color: #f5f7fa;
  border-radius: 8px;
}

.sidebar-panel__navigation__list__dropdown-list .active>a {
  position: relative;
  background-color: #f5f7fa;
}

.sidebar-panel__navigation__list__dropdown-list .active>a span {
  font-weight: 500;
}

.sidebar-panel__navigation__list__dropdown-list .active>a i,
.sidebar-panel__navigation__list__dropdown-list .active>a span {
  color: #3b4e66;
}

.sidebar-panel__navigation__list__dropdown-list .active>a::after {
  content: "\e904";
}

.sidebar-panel__navigation__list__dropdown-list__box {
  display: none;
  background-color: #f5f7fa;
  border-radius: 0px 0px 10px 10px;
  margin-top: -5px;
  padding: 5px 0;
}

.sidebar-panel__navigation__list__dropdown-list__box>li:not(:last-child) {
  margin: 0 0 5px 0;
}

.sidebar-panel__navigation__list__dropdown-list__box>li>a {
  display: block;
  padding: 7px 12px;
  color: #6d7b8f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sidebar-panel__navigation__list__dropdown-list__box>li>a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #778599;
  border-radius: 50%;
  margin: 0 0 0 10px;
  transition: all 0.15s ease-in;
  transform: scale(0.6);
}

.sidebar-panel__navigation__list__dropdown-list__box>li:hover>a::before {
  background-color: #3b4e66;
  transform: scale(1.3);
}

.sidebar-panel__facility-btn {
  margin: 32px 0 0 0;
}

.sidebar-panel__facility-btn>.btn:not(:last-child) {
  margin-bottom: 10px;
}

.progress-steps {
  position: relative;
  padding: 24px 40px;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
  border-radius: 16px;
  background-color: #fff;
}

.progress-steps-custom {
  position: relative;
  padding: 24px 40px;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
  border-radius: 16px;
  background-color: #fff;
}

.progress-steps-1 {
  position: relative;
  padding: 24px 60px;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
  border-radius: 16px;
  background-color: #fff;
}

.progress-steps__progress_bar {
  height: 100%;
  transform: rotate(-90deg);
  width: 100%;
}

.progress-steps__progress_bar .progress-bar__background {
  fill: none;
  stroke: #dde2eb;
  stroke-width: 3;
}

.progress-steps__progress_bar .progress-bar__progress {
  fill: none;
  stroke: #99d15c;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 4;
  transition: stroke-dashoffset 1s ease-in-out;
}

.progress-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.progress-steps__list-custom {
  list-style: none;
  margin: 0;
  padding: 0;
}

.progress-steps__list__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
}

.progress-steps__list__item-custom {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
}

.progress-steps__list__item__section {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #c3cbd9;
  border-radius: 50%;
  margin-top: 6px;
}

.progress-steps__list__item__section-custom {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #c3cbd9;
  border-radius: 50%;
  margin-top: 6px;
}

.progress-steps__list__item__section-custom {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #c3cbd9;
  border-radius: 50%;
  margin-top: 6px;
}

.progress-steps__list__item__section::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.48),
    inset 0px -1px 0px rgba(59, 78, 102, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #95a3b8;
}

.progress-steps__list__item__label {
  margin-top: 8px;
  color: #778599;
}

.progress-steps__list__item__label-custom {
  margin-top: 8px;
  color: #778599;
}

.progress-steps__list__item:nth-child(1) .progress-steps__list__item__section::after {
  content: "1";
}

.progress-steps__list__item:nth-child(2) .progress-steps__list__item__section::after {
  content: "2";
}

.progress-steps__list__item:nth-child(3) .progress-steps__list__item__section::after {
  content: "3";
}

.progress-steps__list__item:nth-child(4) .progress-steps__list__item__section::after {
  content: "4";
}

.progress-steps__list__item:nth-child(5) .progress-steps__list__item__section::after {
  content: "5";
}

.progress-steps__list__item:nth-child(6) .progress-steps__list__item__section::after {
  content: "6";
}

.progress-steps__list__item:nth-child(7) .progress-steps__list__item__section::after {
  content: "7";
}

.progress-steps__list__item.is-complete .progress-steps__list__item__section {
  background-color: #a1d880;
}

.progress-steps__list__item.is-complete .progress-steps__list__item__section::after {
  content: "";
  background: #fff url("../svg/success.svg") no-repeat center center/55%;
}

.progress-steps__bar {
  position: absolute;
  top: 40%;
  left: 49.5%;
  transform: translateX(-50%);
  width: calc(100% - 135px);
  height: 2px;
  background-color: #c3cbd9;
}

.progress-steps__bar-custom {
  position: absolute;
  top: 40%;
  left: 49.5%;
  transform: translateX(-51%);
  width: calc(100% - 186px);
  height: 2px;
  background-color: #c3cbd9;
}

.progress-steps__bar::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  transform: translateX(0);
  width: 0%;
  height: 2px;
  z-index: 2;
  background: #a1d880;
  transition: all 0.5s ease-in-out;
}

.progress-steps__bar-custom::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  transform: translateX(0);
  width: 0%;
  height: 2px;
  z-index: 2;
  background: #a1d880;
  transition: all 0.5s ease-in-out;
}

.progress-steps.step-1 .progress-steps__bar::after {
  width: 0%;
}

.progress-steps.step-1-custom .progress-steps__bar-custom::after {
  width: 0%;
}

.progress-steps.step-2 .progress-steps__bar::after {
  width: 34%;
}

.progress-steps.step-2-custom .progress-steps__bar-custom::after {
  width: 50%;
}

.progress-steps.step-3 .progress-steps__bar::after {
  width: 68%;
}

.progress-steps.step-3-custom .progress-steps__bar-custom::after {
  width: 100%;
}

.progress-steps.step-4 .progress-steps__bar::after {
  width: 100%;
}

.divider {
  background: #dde2eb;
  height: 1px;
  width: 100%;
}

.section-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #3b4e66;
}

.action-section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 17px 24px 16px;
  width: 100%;
  height: 85px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 #dde2eb;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.action-section div span:first-child {
  color: #778599;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.action-section div span:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1e3247;
}

.main-panel {
  top: 64px;
  right: 220px;
  width: calc(100% - 220px);
  position: relative;
  min-height: 100vh;
  padding: 24px 0;
}

.main-panel__section {
  box-shadow: 0px 4px 8px rgba(85, 97, 109, 0.1);
  border-radius: 16px;
  background-color: #fff;
}

.main-panel__section__headding {
  border-bottom: solid 1px #e1e7f0;
  padding: 16px 24px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 700;
  color: #161c24;
}

.main-panel__section__headding>span {
  color: #778599;
}

.main-panel__section__headding>small {
  margin-right: 10px;
  color: #778599;
}

.main-panel__section__container {
  padding: 40px 40px 48px;
  min-height: 150px;
}

.main-panel__between .main-panel__section--right {
  max-width: calc(100% - 388px);
  flex: 0 0 calc(100% - 388px);
  margin-left: 24px;
}

.main-panel__between .main-panel__section--right .main-panel__section__container {
  padding: 27px 32px;
}

.main-panel__between .main-panel__section--left {
  box-shadow: unset;
  background-color: transparent;
  max-width: 364px;
  flex: 0 0 364px;
}

.main-panel__between .main-panel__section--left .main-panel__section__headding {
  border-radius: 16px 16px 0 0;
  box-shadow: 0px 4px 8px rgba(85, 97, 109, 0.1);
  background-color: #fff;
}

.main-panel__between .main-panel__section--left .main-panel__section__container {
  padding: 0px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top {
  box-shadow: 0px 4px 8px rgba(85, 97, 109, 0.1);
  background-color: #fff;
  padding: 24px 27px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor {
  margin-bottom: 27px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor>li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor>li:not(:last-child) {
  margin-bottom: 12px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor>li .caption {
  color: #778599;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor>li .value {
  color: #3b4e66;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor>li.result .caption,
.main-panel__between .main-panel__section--left .main-panel__section__container__top__list-factor>li.result .value {
  color: #1e3247;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__top__papre-factor>label {
  color: #778599;
}

.main-panel__between .main-panel__section--left .main-panel__section__container .ticket__divider {
  position: relative;
  height: 16px;
  background-color: #fff;
  margin: 0 8px;
  z-index: 2;
}

.main-panel__between .main-panel__section--left .main-panel__section__container .ticket__divider::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  border-bottom: 2px dashed #c3cbd9;
}

.main-panel__between .main-panel__section--left .main-panel__section__container .ticket__notch {
  position: absolute;
  left: -8px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.main-panel__between .main-panel__section--left .main-panel__section__container .ticket__notch::after {
  content: "";
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  right: 0;
  top: -50%;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(85, 97, 109, 0.1);
}

.main-panel__between .main-panel__section--left .main-panel__section__container .ticket__notch--right {
  left: auto;
  right: -8px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container .ticket__notch--right::after {
  right: -16px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__bottom {
  box-shadow: 0px 4px 8px rgba(85, 97, 109, 0.1);
  background-color: #fff;
  position: relative;
  padding: 25px 27px;
  border-radius: 0 0 16px 16px;
}

.main-panel__between .main-panel__section--left .main-panel__section__container__bottom .btn {
  background-color: #0aa869;
}

.main-panel__between .main-panel__section--item {
  border-bottom: 1px solid #e6ebf0;
  padding: 8px 0 16px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.main-panel__between .main-panel__section--item h1 {
  color: #3b4e66;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.main-panel__between .main-panel__section--item-list {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.main-panel__between .main-panel__section--item-list div {
  display: flex;
  justify-content: space-between;
}

.main-panel__between .main-panel__section--item-list div span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.main-panel__between .main-panel__section--item-list div :first-child {
  color: #778599;
}

.main-panel__between .main-panel__section--item-list div :last-child {
  color: #3b4e66;
}

.main-panel__between .main-panel__section--item:last-child {
  border-bottom: none;
}

.main-panel__section-defualt {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 24px;
}

.main-panel__section-defualt__facility__list__item {
  padding: 16px 16px 20px;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.main-panel__section-defualt__facility__list__item__text {
  color: #1e3247;
}

.main-panel__section-defualt__facility__list__item__content__item {
  line-height: 2;
}

.main-panel__section-defualt__facility__list__item__content__item span:first-child {
  color: #778599;
}

.main-panel__section-defualt__facility__list__item__content__item span:last-child {
  color: #3b4e66;
}

.main-panel__section-defualt__slider.js-main-panel__section-defualt__slider .swiper-slide .main-panel__section-defualt__slider__thumbnail {
  display: block;
  --width: 1140;
  --height: 224;
  --max-width-images: 100%;
  position: relative;
  max-width: var(--max-width-images);
  width: 100%;
}

.main-panel__section-defualt__slider.js-main-panel__section-defualt__slider .swiper-slide .main-panel__section-defualt__slider__thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * var(--height) / var(--width));
}

.main-panel__section-defualt__slider.js-main-panel__section-defualt__slider .swiper-slide .main-panel__section-defualt__slider__thumbnail>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-panel__section-defualt__slider.js-main-panel__section-defualt__slider .swiper-slide .main-panel__section-defualt__slider__thumbnail>img {
  object-fit: cover;
}

.main-panel__section-defualt__other-option {
  align-items: stretch;
}

.main-panel__section-defualt__other-option__right,
.main-panel__section-defualt__other-option__left {
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.main-panel__section-defualt__other-option__right__header,
.main-panel__section-defualt__other-option__left__header {
  padding: 16px 24px;
  border-bottom: solid 1px #e1e7f0;
}

.main-panel__section-defualt__other-option__right__header>strong,
.main-panel__section-defualt__other-option__left__header>strong {
  color: #1e3247;
}

.main-panel__section-defualt__other-option__right__content,
.main-panel__section-defualt__other-option__left__content {
  padding: 24px;
}

.main-panel__section-defualt__other-option__left__header .form-fild__ddl {
  box-shadow: 0px 1px 2px rgba(59, 78, 102, 0.12),
    inset 0px -1px 1px rgba(59, 78, 102, 0.16);
}

.buy-service__filter {
  border-bottom: 1px solid #e1e7f0;
}

.buy-service__filter .form-fild {
  flex: 1 1 auto;
  max-width: 324px;
}

.buy-service__filter .form-fild:not(:last-child) {
  margin-left: 24px;
}

.buy-service__filter .form-fild__label {
  color: #454f5b;
  font-weight: 700;
}

.buy-service__filter .form-fild__ddl {
  cursor: pointer;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e1e7f0;
  box-shadow: 0px 1px 2px rgba(59, 78, 102, 0.12),
    inset 0px -1px 1px rgba(59, 78, 102, 0.16);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  color: #454f5b;
  transition: all 0.15s ease-in;
}

.buy-service__filter .form-fild__ddl:focus {
  box-shadow: unset;
}

.buy-service__suggestion__list {
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
}

.buy-service__suggestion__list__item {
  padding: 16px;
  background: #fff;
  border: 1px solid #dde2eb;
  transition: all 0.15s ease-in;
}

.buy-service__suggestion__list__item__title {
  font-weight: 700;
  color: #454f5b;
}

.buy-service__suggestion__list__item__price {
  margin-right: auto;
  margin-left: auto;
}

.buy-service__suggestion__list__item__facilities-list {
  margin-bottom: 18px;
}

.buy-service__suggestion__list__item__facilities-list>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: #778599;
  font-size: 12px;
}

.buy-service__suggestion__list__item__facilities-list>span:not(:last-child) {
  margin-bottom: 12px;
}

.buy-service__suggestion__list__item__facilities-list>span::before {
  content: "";
  width: 10px;
  height: 8px;
  background: url("../svg/true.svg") no-repeat center center;
  margin-left: 10px;
}

.buy-service__suggestion__list__item:hover {
  border-color: #dde2eb;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.domain-management__info {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.domain-management__info__item {
  max-width: 100%;
  flex: 1 1 auto;
}

.domain-management__info__item .caption {
  display: block;
  width: 100%;
  color: #778599;
}

.domain-management__info__item .value {
  color: #3b4e66;
  font-weight: 500;
}

.domain-management__info__item .value>span {
  font-weight: 400;
}

.domain-management__option .tab-parent__content>li strong {
  display: block;
  color: #3b4e66;
}

.domain-management__option .tab-parent__content>li p {
  color: #3b4e66;
}

.domain-management__option .tab-parent__content>li .list-group-radio>li:not(:last-child) {
  margin-bottom: 8px;
}

.domain-management__option .tab-parent__content>li .list-group__form .form-fild {
  margin-bottom: 24px;
}

.domain-selection {
  border-bottom: solid 1px #e1e7f0;
}

.domain-selection>strong {
  display: block;
  color: #1e3247;
}

.domain-selection__list {
  max-width: 512px;
  flex: 1 1 auto;
}

.domain-selection__list__item {
  border: 1px solid #e1e7f0;
  transition: all 0.15s ease-in;
  min-width: 200px;
}

.domain-selection__list__item>label {
  width: 100%;
  padding: 20px 43px 20px 23px;
  color: #454f5b;
  font-weight: 400;
}

.domain-selection__list__item>label::before {
  margin-left: 11px;
}

.domain-selection__list__item:hover:not(.is-active) {
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.domain-selection__list__item.is-active {
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.domain-search__form__list .form-fild--ddl {
  max-width: 120px;
  flex: 0 0 20%;
}

.domain-search__form__list .form-fild--input {
  flex: 0 0 80%;
}

.domain-search__form__text {
  color: #3b4e66;
}

.domain-search__form__text--error>strong {
  color: #e53c37;
}

.domain-search__form__text--success>strong {
  color: #6db821;
}

.domain-create__form {
  margin: 0 auto;
  flex: 0 0 598px;
  max-width: 598px;
}

.domain-create__form__list .form-fild--ddl {
  max-width: 120px;
  flex: 0 0 120px;
}

.domain-create__form__list .form-fild--input {
  max-width: 400;
  flex: 0 0 400px;
}

.domain-create__form__text {
  color: #3b4e66;
}

.domain-create__form__text--error>strong {
  color: #e53c37;
}

.domain-create__form__text--success>strong {
  color: #6db821;
}

.domain-suggestion__other-domains {
  padding: 12px 16px;
  background-color: #f5f7fa;
}

.domain-suggestion__other-domains__top {
  color: #3b4e66;
  line-height: 2;
}

.domain-suggestion__other-domains__bottom__right__price>del {
  color: #778599;
}

.domain-suggestion__other-domains__bottom__right__price>span {
  color: #3b4e66;
}

.domain-suggestion__other-domains__bottom__right .btn--green {
  max-width: 53px;
  background-color: #6bb319;
}

.domain-suggestion__other-domains__bottom__left .item {
  line-height: 1.5;
  color: #778599;
}

.domain-suggestion__other-domains__bottom__left .item>strong {
  color: #3b4e66;
}

.domain-suggestion__list__item {
  padding: 16px;
}

.domain-suggestion__list__item:first-child {
  padding: 0 16px 16px;
}

.domain-suggestion__list__item:not(:last-child) {
  border-bottom: solid 1px #dde2eb;
}

.domain-suggestion__list__item__right__price {
  color: #778599;
}

.domain-suggestion__list__item__right__price>strong {
  margin-left: 2px;
  color: #3b4e66;
}

.domain-suggestion__list__item__left__domain {
  color: #778599;
}

.domain-suggestion__list__item__left__domain>strong {
  color: #3b4e66;
}

.domain-transfer__wrapper__right,
.domain-transfer__wrapper__left {
  flex: 0 0 45%;
  max-width: 45%;
}

.domain-transfer__wrapper__right .item .form-fild__label {
  margin-left: 32px;
  color: #3b4e66;
}

.domain-transfer__wrapper__right .item .form-fild--input {
  max-width: 346px;
}

.domain-transfer__wrapper__right .item__price {
  color: #6db821;
}

.domain-transfer__wrapper__left>span {
  line-height: 2;
  color: #3b4e66;
}

.factor__user {
  border-bottom: 1px solid #e1e7f0;
}

.factor__user__payment {
  flex-direction: column;
}

.factor__user__payment .btn {
  width: fit-content;
}

.factor__user__payment__policy span a {
  color: #2886fa;
}

.factor__user>strong {
  display: block;
  color: #1e3247;
}

.factor__user__list__item {
  position: relative;
  padding: 20px;
  border: 1px solid #e1e7f0;
  transition: all 0.15s ease-in;
}

.factor__user__list__item:not(:last-child) {
  margin-bottom: 12px;
}

.factor__user__list__item>label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 45px;
}

.factor__user__list__item>label::before {
  top: 19px;
}

.factor__user__list__item__text {
  padding-right: 35px;
}

.factor__user__list__item__text>strong {
  color: #3b4e66;
}

.factor__user__list__item__text>span {
  color: #778599;
}

.factor__user__list__item__text>a {
  position: relative;
  z-index: 1;
  color: #2b4057;
}

.factor__user__list__item:hover:not(.is-active),
.factor__user__list__item.is-active {
  border-color: #f5f7fa;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.factor__user__payment .btn {
  background-color: #64ab1b;
}

.factor__user__payment .btn>span:not(:last-child) {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.factor__user__payment .btn>span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -36px;
  width: 1px;
  height: 20px;
  background-color: #3e7010;
}

.payment-cycle>strong {
  display: block;
  color: #1e3247;
}

.payment-cycle__list__item {
  position: relative;
  padding: 16px 19px;
  border: 1px solid #e1e7f0;
  transition: all 0.15s ease-in;
}

.payment-cycle__list__item>label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 45px;
}

.payment-cycle__list__item>label::before {
  top: 14px;
}

.payment-cycle__list__item__text {
  padding-right: 35px;
}

.payment-cycle__list__item__text>strong {
  color: #454f5b;
}

.payment-cycle__list__item__text>span {
  color: #919eab;
}

.payment-cycle__list__item:hover:not(.is-active),
.payment-cycle__list__item.is-active {
  border-color: #f5f7fa;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
}

.form-offer {
  width: calc(100% - 166px);
}

.form-offer .form-fild {
  position: relative;
}

.form-offer .form-fild__input {
  padding-left: 40px;
}

.form-offer .form-fild .btn {
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 4px;
  z-index: 2;
}

.host-option .form-ip-restrictions>strong {
  display: block;
  color: #1e3247;
}

.host-option .form-ip-restrictions>p {
  color: #778599;
}

.host-option .form-ip-restrictions .form-fild__input {
  max-width: 403px;
}

.gif-card__wrapper__form {
  flex: 0 0 calc(100% - 514px);
}

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

.gif-card__wrapper__form__context * {
  font-size: 14px;
  color: #3b4e66;
}

.gif-card__wrapper__form__fild .form-fild__input {
  width: 100%;
  max-width: 327px;
}

.gif-card__wrapper__form__fild .form-fild .badge {
  margin-top: 20px;
  font-size: 14px !important;
  height: 30px;
}

.gif-card__wrapper__card {
  max-width: 362px;
  flex: 0 0 362px;
  position: relative;
}

.gif-card__wrapper__card::before {
  content: "";
  width: auto;
  height: 100%;
  position: absolute;
  left: 22px;
  right: 22px;
  top: 38px;
  background-color: rgba(40, 135, 250, 0.24);
  filter: blur(24px);
  z-index: 1;
  transition: all 0.6s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.gif-card__wrapper__card__content {
  position: relative;
  padding: 32px 36px;
  background: linear-gradient(177.23deg, #66b8ff -13.49%, #3a90ff 109.75%);
  z-index: 2;
  transition: all 0.3s ease;
}

.gif-card__wrapper__card__content__top>span {
  color: #e0eeff;
}

.gif-card__wrapper__card__content__top .card-logo {
  --width: 107;
  --height: 24;
  --max-width-images: 107px;
  position: relative;
  max-width: var(--max-width-images);
  width: 100%;
}

.gif-card__wrapper__card__content__top .card-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * var(--height) / var(--width));
}

.gif-card__wrapper__card__content__top .card-logo>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gif-card__wrapper__card__content__middle {
  margin: 18px 0 44px;
  font-size: 28px;
  color: #fff;
}

.gif-card__wrapper__card__content__bottom>time {
  color: #fff;
}

.gif-card__wrapper__card__content__bottom>span {
  color: #e0eeff;
}

.gif-card__wrapper__card__content::after,
.gif-card__wrapper__card__content::before {
  content: "";
  position: absolute;
  background: #255399;
  opacity: 0.08;
  width: 368px;
  height: 260px;
  border-radius: 100%;
}

.gif-card__wrapper__card__content::after {
  right: -140px;
  bottom: -180px;
}

.gif-card__wrapper__card__content::before {
  left: -140px;
  top: -160px;
}

.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content {
  background: #dde2eb;
}

.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__top,
.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__middle,
.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__bottom {
  color: rgba(119, 133, 153, 0.794);
}

.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__top *,
.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__middle *,
.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__bottom * {
  color: rgba(119, 133, 153, 0.794);
}

.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content__top__card-logo {
  filter: invert(61%) sepia(7%) saturate(264%) hue-rotate(180deg) brightness(97%) contrast(96%);
  mix-blend-mode: luminosity;
}

.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content::after,
.gif-card__wrapper__card.is--disable .gif-card__wrapper__card__content::before {
  opacity: 1;
  background-color: #d7dde7;
  z-index: -1;
}

.gif-card__wrapper__card.is--disable::before {
  background-color: #dde2eb;
  opacity: 0.24;
  filter: blur(24px);
}

.increase-inventory__wrapper__increase-cash form .form-fild__ddl {
  width: 100%;
}

.increase-inventory__wrapper__result {
  background: #fff;
  border: 1px solid #f5f7fa;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
  padding: 24px;
}

.increase-inventory__wrapper__result .caption {
  color: #778599;
}

.increase-inventory__wrapper__result .value {
  color: #3b4e66;
}

.invoice-settings__wrapper__cell__form.disable {
  opacity: 0.5;
  pointer-events: none;
}

.invoice-settings__wrapper__cell__form__list>li .form-fild__input {
  width: 100%;
}

.invoice-settings__wrapper__cell:not(:last-child) {
  margin-left: 20px;
}

.invoice-settings__wrapper__cell.is--active .invoice-settings__wrapper__cell__form__list>li {
  pointer-events: all;
}

.invoice-settings__wrapper__cell.is--active .invoice-settings__wrapper__cell__form__list>li .form-fild__input {
  background-color: #fff;
  box-shadow: inset 0px 2px 1px rgba(59, 78, 102, 0.1);
  border-color: #dde2eb;
}

.invoice-settings__wrapper__cell.is--active .invoice-settings__wrapper__cell__form__list>li .form-fild__input:hover {
  border-color: #647285;
  box-shadow: 0px 1px 1px rgba(43, 64, 87, 0.08),
    0px 2px 4px rgba(43, 64, 87, 0.08);
}

.invoice-settings__wrapper__cell.is--active .invoice-settings__wrapper__cell__form__list>li .form-fild__input:focus {
  border-color: #ff6e4a;
  box-shadow: 0px 0px 0px 4px #ffbfa8;
}

.invoice-settings__wrapper__cell.is--active .invoice-settings__wrapper__cell__form__list>li .btn {
  opacity: 1;
}

.purchase-invoice__wrapper__content {
  flex: 1 1 auto;
  max-width: 100%;
}

.purchase-invoice__wrapper__content__product-description>strong {
  color: #3b4e66;
}

.purchase-invoice__wrapper__content__product-description__list__item {
  margin-bottom: 24px;
}

.purchase-invoice__wrapper__content__product-description__list__item__right>span {
  color: #3b4e66;
}

.purchase-invoice__wrapper__content__product-description__list__item__right>small {
  color: #778599;
}

.purchase-invoice__wrapper__content__product-description__list__item__left {
  color: #3b4e66;
}

.purchase-invoice__wrapper__content__product-description__list__item:last-child {
  padding-bottom: 24px;
  border-bottom: dashed 1px #c3cbd9;
}

.border_dashed {
  padding-bottom: 24px;
  border-bottom: dashed 1px #c3cbd9;
  margin-bottom: 24px;
}

.purchase-invoice__wrapper__content__result-price__list__item {
  margin-bottom: 24px;
}

.purchase-invoice__wrapper__content__result-price__list__item .caption,
.purchase-invoice__wrapper__content__result-price__list__item .value {
  color: #3b4e66;
}

.purchase-invoice__wrapper__content__result-price__list__item.last {
  background-color: #f5f7fa;
  padding: 12px 16px;
  border-radius: 12px;
}

.purchase-invoice__wrapper__content__result-price__list__item.last--succes {
  background-color: #e7fad2;
}

.purchase-invoice__wrapper__content__result-price__list__item.last--succes .caption,
.purchase-invoice__wrapper__content__result-price__list__item.last--succes .value {
  color: #3e7010;
}

.purchase-invoice__wrapper__content__result-price__list__item.alert .icon-alert {
  background: url("../svg/alert.svg") no-repeat center center/cover;
  width: 17px;
  height: 16px;
  margin-left: 3px;
}

.purchase-invoice__wrapper__content__result-price__list__item.alert .caption {
  color: #a61d1b;
}

.purchase-invoice__wrapper__content__list-btn .btn:not(:last-child) {
  margin-left: 23px;
}

.purchase-invoice__wrapper__sidebar {
  top: 70px;
  width: 100%;
  padding: 24px 12px;
  border: 1px solid #f5f7fa;
  box-shadow: 0 3px 14px rgba(54, 87, 102, 0.08),
    0 3px 25px rgba(59, 78, 102, 0.08);
  background: white;
}

.purchase-invoice__wrapper__sidebar__state {
  display: flex;
  justify-content: space-between;
}

.purchase-invoice__wrapper__sidebar__state__text {
  justify-content: start;
}

.purchase-invoice__wrapper__sidebar__state__text .caption {
  color: #778599;
}

.purchase-invoice__wrapper__sidebar__state__text .value {
  color: #3b4e66;
}

.purchase-invoice__wrapper__sidebar__time {
  display: flex;
  padding: 8px 12px;
  justify-content: start;
  align-items: start;
}

.purchase-invoice__wrapper__sidebar__time__item {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.purchase-invoice__wrapper__sidebar__time__item .caption {
  color: #778599;
}

.purchase-invoice__wrapper__sidebar__time__item .value {
  color: #3b4e66;
}

.purchase-invoice__wrapper__sidebar__info-seller-client__item>strong {
  color: #3b4e66;
}

.purchase-invoice__wrapper__sidebar__info-seller-client__item__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.purchase-invoice__wrapper__sidebar__info-seller-client__item__list>li .caption {
  max-width: 72px;
  flex: 0 0 72px;
  color: #778599;
}

.purchase-invoice__wrapper__sidebar__info-seller-client__item__list>li .value {
  color: #3b4e66;
}

.purchase-invoice__wrapper__sidebar__info-seller-client__item:not(:last-child) {
  border-bottom: solid 1px #dde2eb;
}

@media (max-width: 576px) {
  .sidebar-panel {
    opacity: 0;
    right: -220px;
    transition: all 0.2s ease-in;
  }

  .sidebar-panel.active {
    opacity: 1;
    right: 0;
  }

  .flex-sm-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .w-sm-100 {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .header-panel__brand>a {
    display: none;
  }

  .header-panel__menu {
    width: calc(100% - 240px);
    padding: 0 32px;
  }

  .header-panel__menu__notification {
    margin: 0;
  }

  .header-panel__menu__user {
    position: relative;
  }

  .header-panel__menu__user__container {
    cursor: pointer;
    position: relative;
    width: 40px;
  }

  .header-panel__menu__user__container__info {
    display: none;
  }

  .header-panel__menu__user__container::after {
    content: "";
    margin-right: 0;
  }

  .header-panel__menu__user__content {
    width: 189px;
    position: absolute;
    top: 70%;
    margin-top: 20px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(59, 78, 102, 0.12),
      0px 12px 36px rgba(59, 78, 102, 0.16);
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .header-panel__menu__user__content>a {
    border-radius: 8px;
    padding: 8px 12px;
    line-height: 24.5px;
    color: #778599;
  }

  .header-panel__menu__user__content>a:not(:last-child) {
    margin-bottom: 4px;
  }

  .header-panel__menu__user__content>a:hover {
    background-color: #f5f7fa;
    color: #3b4e66;
  }

  .header-panel__menu__user__content.active {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .header-panel__menu__ticket {
    display: none;
  }

  .progress-steps__sm_item__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1e3247;
  }

  .progress-steps__sm_item__sub-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #95a3b8;
  }

  .main-panel__section:last-child {
    margin-bottom: 86px;
  }

  .main-panel__section__container {
    padding: 16px 16px 40px;
    min-height: 150px;
  }

  .factor__user__list__item__text {
    flex-direction: column;
    gap: 4px;
  }

  .radio-group {
    flex-direction: column;
  }

  .buy-service__suggestion__list {
    grid-auto-flow: row;
  }

  .domain-selection__list {
    flex-direction: column;
  }

  .domain-selection__list__item {
    min-width: 200px;
  }

  .domain-search__form__list .form-fild--input {
    /* margin: 0; */
  }

  .domain-management__info {
    flex-direction: column;
    align-items: inherit !important;
  }

  .domain-management__info__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .domain-management__info__item .caption {
    width: auto;
  }

  .payment-cycle__list__item {
    width: auto;
  }

  .domain-create__form__list {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .header-panel__menu__notification:nth-child(2) {
    display: none;
  }

  .increase-inventory {
    flex-direction: column-reverse;
  }

  .purchase-invoice__wrapper {
    flex-direction: column-reverse;
  }

  .purchase-invoice__wrapper__sidebar__info-seller-client__item__list li {
    justify-content: space-between;
  }

  .purchase-invoice__wrapper__sidebar__state {
    flex-direction: column;
  }

  .purchase-invoice__wrapper__sidebar__state__text {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .purchase-invoice__wrapper__sidebar__time {
    background: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .purchase-invoice__wrapper__sidebar__time__item {
    flex-direction: revert;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .main-panel {
    right: 0;
    width: 100%;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 8.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*# sourceMappingURL=app.css.map */

.pagination {
  padding-top: 23px;
  height: 55px;
}

.pagination li {
  display: inline;
  margin-left: 2px;
  float: right;
}

.pagination li.disabled {
  display: none;
}

.dataTables_filter input {
  height: 37px;
  border-radius: 8px;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 28px;
}

.sales_card .style-current {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #78818f;
  background-color: transparent;
  background-size: cover;
}

.sales_card .small-icon {
  width: 32px;
  height: 32px;
}

.sales_card {
  border: 1px solid #f5f6f7;
  box-shadow: 0px 1px 1px rgba(59, 78, 102, 0.08),
    0px 4px 8px rgba(59, 78, 102, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
}

.sales_card .icon-singin {
  background-image: url(../svg/icons/accont.svg);
}

.sales_card .icon-click {
  background-image: url(../svg/icons/send-2.svg);
}

.sales_card .icon-nerkh {
  background-image: url(../svg/icons/refresh.svg);
}

.sales_card .icon-totall {
  background-image: url(../svg/icons/coin.svg);
}

.reception {
  background-image: url(../svg/reception.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #333;
  padding: 7px 14px;
  height: 600px;
}

.section_pay {
  height: 70%;
}

@media (max-width: 1024px) {
  .reception {
    height: 700px;
    padding: 25px;
  }

  .payment_class {
    padding-top: 25px;
  }

  .section_pay {
    height: 60%;
  }
}

@media (max-width: 768px) {
  .reception {
    height: 700px;
    padding: 20px;
  }

  .payment_class {
    padding-top: 20px;
  }

  .section_pay {
    height: 60%;
  }
}

@media (max-width: 480px) {
  .reception {
    height: 700px;
    padding: 15px;
  }

  .payment_class {
    padding-top: 15px;
  }

  .section_pay {
    height: 60%;
  }
}

@media (max-width: 360px) {
  .reception {
    height: 700px;
    padding: 10px;
  }

  .payment_class {
    padding-top: 10px;
  }

  .section_pay {
    height: 60%;
  }
}

.sales_card .div_one {
  /* background-color: #E0EEFF; */
  width: fit-content;
  /* border-radius: 50%; */
  /* padding: 4px; */
}

.sales_card .div_two {
  /* background-color: #E7FAD2; */
  width: fit-content;
  /* border-radius: 50%; */
  /* padding: 4px; */
}

.sales_card .div_three {
  /* background-color: #FFF3D6; */
  width: fit-content;
  /* border-radius: 50%; */
  /* padding: 4px; */
}

.sales_card .div_four {
  /* background-color: #E0F8FF; */
  width: fit-content;
  /* border-radius: 50%; */
  /* padding: 4px; */
}

.sales_card .icon_div {
  /* background-color: #ffff; */
  /* border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 0.5px 0.5px rgba(59, 78, 102, 0.24), inset 0px -0.5px 0.5px rgba(59, 78, 102, 0.12); */
}

.sales_card .tit-text {
  font-size: 1rem;
  font-weight: 500;
  color: #78818f;
  margin-right: 12px;
}

.sales_card .font-num {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;

  color: #232833;
}

.sales_card .font-num span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}

.sales_card .font-num span.red-c {
  color: #e42525;
}

.sales_card .font-num span.green-c {
  color: #528f15;
}

/* // toggel css */
.radio_chekbox-chek .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}

.radio_chekbox-chek .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio_chekbox-chek .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #99a1ad;
  box-shadow: inset 0px 1px 1px rgba(59, 78, 102, 0.4);
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.radio_chekbox-chek .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(59, 78, 102, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;

  border-radius: 4px;
}

.radio_chekbox-chek input:checked+.slider {
  background: #2887fa;
  box-shadow: inset 0px 1px 1px rgba(173, 0, 0, 0.32);
}

.radio_chekbox-chek input:focus+.slider {
  box-shadow: inset 0px 1px 1px rgba(112, 112, 112, 0.32);
}

.radio_chekbox-chek input:checked+.slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  /* // animation: leaves 0.4s; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* // toggel css */

.color-txt-mim {
  color: #3b4e66;
}

/* login  */
.login_page {
  height: 100vh;
}

.login_page .tit-tab {
  font-size: 24px;
  font-weight: 700;
  color: #232b33;
}

.login_page .loginforms {
  background-color: #fff;
}

.login_page .img_cover {
  background: #f5f6f7 url("../svg/cover.png") center no-repeat;
  opacity: 0.6;
}

.width-int {
  width: inherit;
}

.login_page .forggetpass-text {
  font-size: 16px;
  color: #2887fa;
  font-weight: 600;
}

.no-mb {
  margin-bottom: 0 !important;
}

.login_page .icon-check {
  background-image: url(../svg/icons/Icon-check.svg);
}

.icon-success-1 {
  background-image: url(../svg/icons/tick-circle.svg);
  width: 20px !important;
}

.login_page .style-current {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #78818f;
  background-color: transparent;
  background-size: cover;
}

.login_page .small-icon {
  width: 20px;
  height: 20px;
}

.login_page .txt_singin {
  font-weight: 400;
  font-size: 14px;
  color: #40750e;
  margin-right: 12px;
}

.notvis {
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(99, 115, 129, 0.32),
    0px 28px 48px -4px rgba(99, 115, 129, 0.2);
  border-radius: 12px;
  width: 400px;
  max-width: 400px;
  position: absolute;
  top: 70px;
  left: 68px;
}

.notvis .icon-info {
  background-image: url(../svg/icons/Property.svg);
}

.notvis .icon-danger {
  background-image: url(../svg/icons/danger.svg);
}

.notvis .icon-warning {
  background-image: url(../svg/icons/danger.svg);
}

.notvis .icon-checked,
.notvis .icon-success {
  background-image: url(../svg/icons/tick-circle.svg);
  width: 20px !important;
}

.header-panel__menu__ticket .icon-sendsmg {
  background-image: url(../svg/icons/message-text.svg);
}

.header-panel__menu__ticket .style-current {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #78818f;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-panel__menu__ticket .small-icon {
  width: 20px;
  height: 20px;
}

.notvis .style-current {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #78818f;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
}

.notvis .small-icon {}

.head-notiv {
  padding: 16px 20px 13px;
  border-bottom: 1px solid #ebedf0;
}

.main-notiv {
  padding: 12px;
}

.main-notiv span {
  color: #99a1ad;
  font-size: 12px;
  font-weight: 600;
}

.main-notiv p {
  font-size: 14px;
  color: #3e4752;
  font-weight: 400;
  float: right;
  width: calc(100% - 40px);
}

.btm-notiv {
  padding: 0px 12px;
  background: #f5f6f7;
  display: flex;
  height: 64px;
  align-items: center;
  border-radius: 12px;
}

.btm-notiv p {
  padding: 0px 12px 0px 0px;
  color: #2887fa;
  font-weight: 600;
  font-size: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.check-boxes {}

/* check box */

.cbx {
  display: flex;
  width: fit-content;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
  height: 18px;
  width: 18px;
  /* background-color: #FFFFFF; */
  border-radius: 6px;
  border: 1.5px solid #d1d7e0;

  position: relative;

  transform: scale(1);
  vertical-align: middle;
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
}

.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3.5px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.5s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(0px 1px 1px rgb(173 0 0 / 64%));
}

.cbx span:last-child {
  display: block;
  position: relative;
  padding-right: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
  color: #3e4752;
  font-weight: 400;
}

.cbx:hover span:first-child {
  /* box-shadow: 0px 0px 2px 3px rgba(142, 155, 173, 0.32); */
  background-color: #e6eaf0;
}

.inp-cbx:checked:hover+.cbx span:first-child {
  background-color: #4e9eff;
}

.inp-cbx:checked+.cbx span:first-child {
  /* border-color: var(--clr-primary); */
  border: none;
  background: #2887fa;

  box-shadow: inset 0px 1px 2px rgb(173 0 0 / 48%);
}

.inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
  filter: drop-shadow(0px 1px 1px rgb(173 0 0 / 64%));
}

.radio-style:hover svg:first-child {
  /* box-shadow: 0px 0px 2px 3px rgba(142, 155, 173, 0.32); */
  fill: none !important;
}

.inp-cbx:checked+.radio-style svg:first-child {
  fill: white !important;
}

.radio-style span:first-child svg {
  stroke: none;
}

.radio-style span:first-child {
  border-radius: 1000rem !important;
}

.radio-style svg {
  top: 4px !important;
  left: 4px !important;
  filter: drop-shadow(0px 1px 1px rgba(173, 0, 0, 0)) !important;
}

@keyframes check {
  50% {
    transform: scale(1);
  }
}

.data_used {
  position: absolute;
  left: 30%;
  top: 40%;
  font-size: 16px;
  font-weight: 500;
  color: #3b4e66;
  text-align: center;
}

.data_used span {
  color: #778599;
  font-size: 12px;
  font-weight: 400;
}

.progress-circle .text-pr {
  font-size: 15px;
  font-weight: 400;
  color: #778599;
  margin-top: 16px;
}

.txt-sals {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;

  text-align: right;
  letter-spacing: -0.03em;
  color: #78818f;
  margin: 0;
}

.color_green {
  color: #40750e !important;
}

.num-sals {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #232b33;
}

.num-sals span {
  color: #232b33;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}

.txt-deposit {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #78808f;
}

.linksboxses p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

  text-align: right;
  letter-spacing: -0.03em;

  /* Gray/900 */

  color: #232b33;
}

.the_linkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 8px 14px;

  background: #ffffff;
  /* Gray/300 */

  border: 1px solid #cad0db;
  /* Input Shadow */

  box-shadow: inset 0px 1px 2px rgba(99, 115, 129, 0.08);
  border-radius: 10px;
}

.the_linkbox input {
  border: none;
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

  text-align: right;
  letter-spacing: -0.03em;
  color: #3e4752;
  pointer-events: none;
}

.the_linkbox button {
  background-image: url(../svg/icons/copy.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.service-up .thebox-service-up {
  padding: 24px;
  background: #fafafa;

  border: 1px solid #ebedf0;
  border-radius: 12px;
}

.service-up .thebox-service-up .tit-servisup {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* identical to box height, or 186% */

  text-align: right;
  letter-spacing: -0.01em;

  /* Gray/500 */

  color: #78808f;
}

.service-up .thebox-service-up .text-servisup {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: -0.02em;

  color: #3e4552;
}

.service-up .thebox-service-up .text-servisup span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3e4552;
}

.mintit-upservis {
  line-height: 28px;
  letter-spacing: -0.02em;

  /* Gray/700 */

  color: #3e4552;
}

.the-card_serviceup .card-service {
  background: #ffffff;

  border: 1px solid #cad0db;
  border-radius: 12px;
  transition-duration: 0.4s;
}

.the-card_serviceup .card-service:hover {
  box-shadow: 0px 1px 4px rgba(35, 43, 51, 0.08),
    0px 10px 16px -1px rgba(35, 43, 51, 0.12);
  border: 1px solid #ebedf0;
}

.the-card_serviceup .card-service .topcard {
  padding: 24px;
}

.the-card_serviceup .card-service .bottmcard {
  padding: 24px;
  border-top: 1px solid #ebedf0;
}

.the-card_serviceup .card-service .wp-txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232833;
}

.the-card_serviceup .card-service .host-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #78808f;
}

.the-card_serviceup .card-service .price-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #232833;
}

.the-card_serviceup .card-service .price-txt span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #3e4552;
}

.the-card_serviceup .card-service .wp-txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232833;
}

.the-card_serviceup .card-service .wp-txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232833;
}

.on-service {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  background: rgba(69, 79, 91, 0.08);
  color: #454f5b;
}

.up-service {
  background: #6bb319;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.down-service {
  background: #fcc951;
  color: #2e3640;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.the-card_serviceup .card-service .btn_upservice {
  padding: 8px 16px;
  display: block;
  text-align: center;
  border-radius: 10px;
  height: 40px;
}

.the-card_serviceup .card-service .data-txt {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #3e4552;
}

.the-card_serviceup .card-service .storge-txt {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #3e4552;
}

.box-helpssles {
  padding: 24px;

  border: 1px solid #ebedf0;
  border-radius: 12px;
  background: #fafafa;
}

tr .the-product {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;

  letter-spacing: -0.02em;

  color: #3e4552;
}

tr .the-product span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #78808f;
}

tr .the-amount-of {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 26px;

  letter-spacing: -0.01em;

  /* Gray/700 */

  color: #3e4552;
}

tr .the-date {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  letter-spacing: -0.01em !important;
  color: #3e4552 !important;
}

.confirmation-order {
  padding: 80px 0;
}

.confirmation-order img {
  text-align: center;
}

.confirmation-order .tit-order {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #3e4552;
}

.confirmation-order .txt-order {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #3e4552;
}

.confirmation-order .num-order {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #3e4552;
}

.confirmation-order .num-order span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #3e4552;
}

.confirmation-order .min-order {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #78808f;
}

.btn--green {
  padding: 8px 16px;

  height: 40px;
  text-align: center;

  background: #6bb319;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.domain-transferinput .form-fild-prepend {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.domain-transferinput .form-fild .round-prepend {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.up-servics_crd {
  padding: 24px;
  border: 1px solid #ebedf0;
  border-radius: 12px;
}

.up-servics_crd .wptxt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;

  color: #232833;
}

.up-servics_crd .txthost {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #78808f;
}

.up-servics_crd .pricetxt {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;

  letter-spacing: -0.02em;

  color: #232833;
}

.up-servics_crd .pricetxt span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;

  color: #3e4552;
}

.betwincard p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #40750e;
}

.warningtxt {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #c27023;
}

.price-upservece {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #40750e;
}

.text-entqal {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;

  color: #3e4552;
}

.txt-domainsit {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;

  color: #3e4552;
}

.price-textset {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

  color: #3e4552;
}

.Terms-and-Conditions_txt {
  color: #2887fa;
}

.transform-forms .form-fild__ddl {
  background: transparent;
}

.transform-forms label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;

  color: #3e4552;
}

.tit-transorm-dom {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: -0.02em;

  /* Gray/700 */

  color: #3e4552;
}

.btn--gold {
  padding: 8px 16px;

  background: #fabb28;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: -0.02em;

  /* Text , Icon-Warning */

  color: #2e3640;
}

.tamdidp p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;

  letter-spacing: -0.01em;

  color: #78808f;
}

.tamdidp label {
  padding-bottom: 4px !important;
}

/* modall */
.modal {
  margin: 25% auto;
  padding: 20px;
  background: #fff;
  width: 100%;
  position: relative;
  text-align: right;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(35, 43, 51, 0.1),
    0px 22px 28px -3px rgba(35, 43, 51, 0.12);
  border-radius: 16px;
}

.modal .notcharj {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #232833;
}

.modal .txt-modal {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;

  text-align: right;
  letter-spacing: -0.01em;
  color: #3e4552;
}

.modal h2 {
  margin-top: 0;
}

.modal .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #777;
}

.modal .close:hover {
  opacity: 1;
}

.modal .content {
  max-height: 400px;
  overflow: auto;
}

.modal p {
  margin: 0 0 1em;
  text-align: center;
}

.modal p:last-child {
  margin: 0;
}

.overlay {
  top: -190px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
  backdrop-filter: blur(3px);
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}

.blur-it {
  filter: blur(2px);
}

.half-page {
  height: 100vh;
}

.image-container {
  background-size: contain;
  background-color: #ffbb32;
  /* Optional: To set a background color */
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_page_dir {
  background: #ffffff;
}

.icon-input {
  position: absolute;
  top: 45%;
  right: 10px;
  /* Adjust based on where you want the icon */
  transform: translateY(-50%);
  pointer-events: none;
  /* Allows clicking through the icon */
  color: #ccc;
  /* Adjust icon color */
}

.show_input {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}

.new_inputs_style {
  padding-right: 40px;
  color: #94989b;
  width: 400px;
}
cap-widget {
    --cap-widget-width:400px;
}
.login-nav {
  position: absolute;
  top: 60px;
  background-color: #f4f5f5;
  /* Background color to cover content below */
  border-radius: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional shadow */
  width: 400px;
  right: 15%;
}

.login-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.login-nav ul li {
  margin: 0;
  width: 50%;
  text-align: center;
}

.login-nav ul li a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #333;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.login-nav ul li.is-active a {
  background-color: #020b15;
  /* Example active color */
  color: #fff;
  width: 100%;
  border-radius: 40px;
  text-align: center;
}

.line-container {
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.line-container::before,
.line-container::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background-color: #e5e6eb;
  position: absolute;
  top: 50%;
}

.line-container::before {
  left: 0;
}

.line-container::after {
  right: 0;
}

.center-word {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.check_list {
  list-style: none;
  padding: 0;
}

.check_list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  color: #757b8a;
}

.check_list li span {
  margin-left: 10px;
  /* Adjust based on your layout needs */
  display: inline-flex;
}

.check_list li span img {
  vertical-align: middle;
}

.logo_image {
  position: absolute;
  top: 20px;
  right: 15%;
}

.register_form {
  margin-top: 160px;
  position: fixed;
  top: 0;
  overflow-y: auto;
  bottom: 0;
  scrollbar-color: rgb(239, 236, 236) #ffffff;
}

.register_form::-webkit-scrollbar {
  width: 10px !important;
  /* Set the width of the scrollbar */
}

.text_image {
  font-size: 5vw;
  position: absolute;
  top: 10%;
  left: 20%;
  font-weight: bolder;
}

.arrow_img {
  position: absolute;
  top: 32%;
  left: 37%;
  width: 3vw;
}

.image_person {
  position: absolute;
  bottom: 31%;
  left: 13%;
  max-width: 80vw;
}

.image_feed_back {
  width: 500px;
}

.btn_black {
  background: #0c0c0c;
  font-weight: bold;
  font-size: 18px;
}

.login-form {
  margin-bottom: 10%;
  position: fixed;
  top: 0;
  overflow-y: auto;
  bottom: 0;
  overflow-x: hidden;
  scrollbar-color: #020b15 #fff;
  scrollbar-width: thin;
}

#hook-modal:not(.modal) {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 11px 24px;
  z-index: 100;
  display: block !important;
  background: #f3d24f;
  color: #000;
  border-top: 1px solid #e3ad16;
}

#hook-modal * {
  display: inline;
}

#hook-modal .btn-primary {
  background: #e3ad16;
}

#hook-modal.modal,
#hook-modal .modal-title,
#hook-modal .btn-default,
#hook-modal hr,
#hook-modal .close {
  display: none;
}

#hook-modal .form-control {
  border: 1px solid #5c5c5c;
  border-radius: 5px;
}

.irs-with-grid {
  direction: ltr;
}

.select-container {
  width: 100%;
  max-width: 300px;
  /* Set your desired maximum width */
  float: left;
  margin: 10px 10px;
}

.authenticator_image {
  max-width: 20vw;
  position: absolute;
  left: 6%;
  bottom: 29%;
}

.input_right_icon input {
  border-radius: 10px !important;
  padding-right: 12%;
}

.input_right_icon .round-medium {
  background-color: #fff;
}

.input_right_icon .label img {
  position: relative;
  right: 148%;
}

.input_left_icon input {
  border-radius: 10px !important;
  padding-right: 3%;
}

.input_left_icon .round-medium {
  background-color: #fff;
}

.input_left_icon .label img {
  position: relative;
  left: 148%;
}

.input_two_icon input {
  border-radius: 16px !important;
  padding-right: 10%;
}

.input_two_icon .round-medium {
  background-color: #fff;
}

.input_two_icon .label-rigth img {
  position: relative;
  right: 148%;
}

.input_two_icon .label-left img {
  position: relative;
  left: 100%;
}

@media only screen and (max-width: 768px) {
  .select-container {
    float: none;
    /* Align to the left side on larger screens */
    margin: 10px 5px;
    /* Remove horizontal margin on larger screens */
  }
}

@media (max-width: 1000px) {
  .hide-on-mobile {
    display: none;
  }

  .modal-content {
    margin: 14% 14% !important;
  }
}

/* Extra Small Devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .login-nav {
    width: 350px;
  }

  .register_form,
  .login-form {
    margin-top: 25%;
  }

  .new_inputs_style {
    width: 300px;
  }
    cap-widget {
        --cap-widget-width:300px;
    }
  .btn_black {
    width: 100%;
    box-sizing: border-box;
  }

  .half-page {
    height: 120vh;
  }
}

@media (min-width: 250px) and (max-width: 400px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .login-nav {
    width: 300px;
    right: 10%;
  }

  .check_list li {
    font-size: 13px;
  }

  .register_form {
    margin-top: 20%;
    position: static;
    overflow-x: hidden;
  }

  .login-form {
    margin-top: 0%;
    position: static;
  }

  .new_inputs_style {
    width: 290px;
  }
    cap-widget {
        --cap-widget-width:200px;
    }
  .btn_black {
    width: 100%;
  }

  .half-page {
    height: 140vh;
  }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 400px) and (max-width: 602px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .login-nav {
    width: 350px;
    right: 10%;
  }

  .check_list li {
    font-size: 13px;
  }

  .register_form,
  .login-form {
    margin-top: 20%;
  }

  .new_inputs_style {
    width: 320px;
  }

  cap-widget {
      --cap-widget-width:400px;
  }

  .btn_black {
    width: 100%;
  }

  .half-page {
    height: 150vh;
  }
}

@media (min-width: 602px) and (max-width: 766px) {
  .login-nav {
    right: 28%;
    width: 280px;
  }

  .logo_image {
    right: 38%;
  }

  .half-page {
    height: 150vh;
  }

  .login-form {
    margin-top: 20%;
  }

  .register_form {
    margin-top: 20%;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .login-nav {
    right: 28%;
  }

  .check_list li {
    font-size: 14px;
  }

  .register_form,
  .login-form {
    margin-top: 20%;
  }

  .btn_black {
    width: 100%;
    box-sizing: border-box;
  }

  .half-page {
    width: 110vw;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .logo_image {
    position: absolute;
    top: 20px;
    right: 6%;
  }

  .text_image {
    font-size: 6vw;
    top: 22%;
    left: 8%;
  }

  .arrow_img {
    top: 38%;
    left: 39%;
    width: 3vw;
  }

  .image_person {
    bottom: 30%;
    left: 5%;
    max-width: 400px;
  }

  .check_list li {
    font-size: 15px;
  }

  .register_form {
    margin-top: 140px;
  }

  .btn_black {
    font-size: 18px;
  }

  .login-form {
    margin-top: 17%;
  }

  .register_form {
    margin-top: 5%;
  }

  .half-page {
    height: 100vh;
  }

  .image-container {
    background-size: cover;
  }

  .login-nav {
    right: 5%;
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .logo_image {
    position: absolute;
    top: 20px;
    right: 9%;
  }

  .login-nav {
    right: 9%;
  }

  .text_image {
    font-size: 4.5vw;
    top: 160px;
    left: 200px;
  }

  .arrow_img {
    top: 36%;
    left: 38%;
    width: 2.5vw;
  }

  .image_person {
    bottom: 30%;
    left: 12%;
    max-width: 403px;
  }

  .check_list li {
    font-size: 15px;
  }

  .register_form {
    margin-top: 150px;
  }

  .btn_black {
    font-size: 18px;
  }

  .login-form {
    margin-top: 12%;
  }

  .register_form {
    margin-top: 12%;
  }

  .half-page {
    height: 100vh;
  }
}

/* Extra Extra Large Devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .logo_image {
    position: absolute;
    top: 20px;
    right: 15%;
  }

  .text_image {
    font-size: 5vw;
    top: 16%;
    left: 12%;
  }

  .arrow_img {
    top: 31%;
    left: 39%;
    width: 3vw;
  }

  .image_person {
    bottom: 36%;
    left: 12%;
    max-width: 500px;
  }

  .check_list li {
    font-size: 15px;
  }

  .btn_black {
    font-size: 18px;
  }

  .login-form {
    margin-top: 10%;
  }

  .register_form {
    margin-top: 10%;
  }

  .half-page {
    height: 100vh;
  }
}

.title_modal {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}

.content_modal {
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.bottom_modal {
  height: auto;
  padding-bottom: 16px;
  padding-right: 16px;
  background: #f9f9fb;
  border-radius: 16px;
  padding-top: 8px;
}

.close_button_modal {
  position: absolute;
  left: 7px;
  top: -11px;
}

.description_modal {
  color: #757b8a;
  line-height: 26px;
  font-weight: 500;
}

.input_left_icon input {
  border-radius: 10px !important;
  padding-right: 3%;
}

.input_left_icon .round-medium {
  background-color: #fff;
}

.input_left_icon .label img {
  position: relative;
  left: 148%;
}

.input_two_icon input {
  border-radius: 16px !important;
  padding-right: 10%;
}

.input_two_icon .round-medium {
  background-color: #fff;
}

.input_two_icon .label-rigth img {
  position: relative;
  right: 148%;
}

.input_two_icon .label-left img {
  position: relative;
  left: 100%;
}

@media only screen and (max-width: 768px) {
  .select-container {
    float: none;
    /* Align to the left side on larger screens */
    margin: 10px 5px;
    /* Remove horizontal margin on larger screens */
  }
}

@media (max-width: 1000px) {
  .hide-on-mobile {
    display: none;
  }

  .modal-content {
    margin: 14% 14% !important;
  }
}

@media (min-width: 250px) and (max-width: 400px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .login-nav {
    width: 300px;
    right: 10%;
  }

  .check_list li {
    font-size: 13px;
  }

  .register_form {
    margin-top: 20%;
    position: static;
    overflow-x: hidden;
  }

  .login-form {
    margin-top: 0%;
    position: static;
  }

  .new_inputs_style {
    width: 300px;
  }
    cap-widget {
        --cap-widget-width:300px;
    }
  .btn_black {
    width: 100%;
  }

  .half-page {
    height: 140vh;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute !important;
  }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 400px) and (max-width: 572px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .logo_image {
    right: 30%;
  }

  .login-nav {
    width: 325px;
    right: 10%;
  }

  .check_list li {
    font-size: 13px;
  }

  .login-form {
    position: fixed;
    margin-top: 50%;
  }

  .register_form {
    margin-top: 20%;
  }

  .new_inputs_style {
    width: 316px;
  }
    cap-widget {
        --cap-widget-width:400px;
    }
  .btn_black {
    width: 100%;
  }

  .half-page {
    height: 119vh;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute;
  }
}

@media (min-width: 500px) and (max-width: 600px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .logo_image {
    right: 37%;
  }

  .login-nav {
    width: 325px;
    right: 18%;
  }

  .check_list li {
    font-size: 14px;
  }

  .login-form {
    margin-top: 80px;
    position: static;
  }

  .half-page {
    width: 110vw;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .text_image,
  .arrow_img,
  .image_person {
    display: none;
  }

  .login-nav {
    right: 23%;
  }

  .logo_image {
    right: 40%;
  }

  .check_list li {
    font-size: 14px;
  }

  .register_form,
  .login-form {
    margin-top: 20%;
    position: static;
  }

  .btn_black {
    width: 100%;
    box-sizing: border-box;
  }

  .half-page {
    width: 110vw;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .logo_image {
    position: absolute;
    top: 20px;
    right: 6%;
  }

  .check_list li {
    font-size: 15px;
  }

  .register_form {
    margin-top: 140px;
  }

  .btn_black {
    font-size: 18px;
  }

  .login-form {
    margin-top: 17%;
  }

  .register_form {
    margin-top: 20%;
  }

  .half-page {
    height: 100vh;
  }

  .image-container {
    background-size: cover;
  }

  .login-nav {
    right: 5%;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute;
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .logo_image {
    position: absolute;
    top: 20px;
    right: 9%;
  }

  .login-nav {
    right: 9%;
  }

  .text_image {
    font-size: 4.5vw;
    top: 160px;
    left: 200px;
  }

  .arrow_img {
    top: 36%;
    left: 38%;
    width: 2.5vw;
  }

  .image_person {
    bottom: 30%;
    left: 12%;
    max-width: 403px;
  }

  .check_list li {
    font-size: 15px;
  }

  .register_form {
    margin-top: 150px;
  }

  .btn_black {
    font-size: 18px;
  }

  .login-form {
    margin-top: 12%;
  }

  .register_form {
    margin-top: 12%;
  }

  .half-page {
    height: 100vh;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute;
  }
}

/* Extra Extra Large Devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .logo_image {
    position: absolute;
    top: 9%;
    right: 22%;
  }

  .login-nav {
    right: 14%;
    width: 412px;
  }

  .check_list li {
    font-size: 15px;
  }

  .btn_black {
    font-size: 18px;
  }

  .login-form {
    margin-top: 10%;
  }

  .register_form {
    margin-top: 7%;
  }

  .half-page {
    height: 100vh;
  }

  .providerLinkingFeedback {
    margin-top: 20px;
    max-width: 96%;
    position: absolute;
  }
}

.title_modal {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}

.content_modal {
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.bottom_modal {
  height: auto;
  padding-bottom: 16px;
  padding-right: 16px;
  background: #f9f9fb;
  border-radius: 16px;
  padding-top: 8px;
}

.close_button_modal {
  position: absolute;
  left: 7px;
  top: -11px;
}

.description_modal {
  color: #757b8a;
  line-height: 26px;
  font-weight: 500;
}

.toast {
  position: fixed;
  bottom: 40px;
  right: calc(50% - 220px);
  width: 400px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  display: none;
  align-items: center;
}

.custom-toast button {
  background: none;
  border: none;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  color: #000;
  font-weight: bolder;
}

.custom-toast span {
  width: 350px;
}

.custom-toast img {
  width: 30px;
}

@media only screen and (max-width: 600px) {
  .custom-toast {
    width: 300px;
    right: calc(50% - 150px);
  }
}

.custom-toast-error {
  position: fixed;
  bottom: 40px;
  right: calc(50% - 220px);
  width: 400px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  display: none;
  align-items: center;
}

.custom-toast-error button {
  background: none;
  border: none;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  color: #000;
  font-weight: bolder;
}

.custom-toast-error span {
  width: 350px;
}

.custom-toast-error img {
  width: 30px;
}

@media only screen and (max-width: 600px) {
  .custom-toast-error {
    width: 300px;
    right: calc(50% - 150px);
  }
}

.transfer_icon img {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #778599;
}

/*  560 */