@charset "UTF-8";

select:focus,
select:active,
select:hover {
  outline: none !important;
  box-shadow: none !important;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti__selected-flag {
  z-index: 222;
  padding-left: 14px;
  padding-right: 14px;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.aspect-ratio-16-9 iframe,
.aspect-ratio-16-9 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog {
  max-width: 800px;
}

.modal-backdrop.fade.show {
  opacity: 0.8;
  background: #000000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

main,
footer,
section.info {
  position: relative;
}

main.blur:before,
footer.blur:before,
section.info.blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 554;
}

main {
  padding-bottom: 3rem !important;
}

button,
a.nav-link,
a.item,
.btn,
span.icon,
.dropdown-menus a,
.dropdown-menus span.name,
a.dropdown-item,
span.avatar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
}

table {
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.btn:hover,
.btn:focus,
.btn:active,
input:hover,
input:focus,
input:hover {
  outline: 0 !important;
  box-shadow: none !important;
}

i.ri-tiktok-fill {
  color: #fff;
  fill: #fff;
}

i.ri-tiktok-fill:before {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  -webkit-mask-size: cover;
  background-color: #fff;
  -webkit-mask-image: url("../img/tiktok.svg");
  mask-image: url("../img/tiktok.svg");
}

i.ri-clubhouse-fill {
  color: #fff;
  fill: #fff;
}

i.ri-clubhouse-fill:before {
  content: "";
  display: block;
  height: 32px;
  width: 41px;
  -webkit-mask-size: cover;
  background-color: #fff;
  -webkit-mask-image: url("../img/clubhouse.svg");
  mask-image: url("../img/clubhouse.svg");
}

.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.empty .title {
  margin-top: 22px;
  margin-bottom: 30px;
  color: #c2d1db;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.empty a.btn-action {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.empty a.btn-action i {
  margin-left: 26px;
}

.empty a.btn-action:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 991px) {
  header {
    box-shadow: 0 10px 21px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 99999;
  }
}

@media (max-width: 768px) {
  table.table tbody tr td {
    white-space: nowrap;
  }

  nav.stickybar {
    display: flex !important;
  }
}

hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

section.couponcode {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  z-index: 99999;
  top: 0;
  left: 0;
}

section.couponcode .box {
  position: relative;
  color: #fff;
  text-align: center;
}

section.couponcode .box button.close {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  color: #fff;
  width: 60px;
  height: 60px;
  border: 0;
  position: absolute;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -9px;
  left: calc(100% + 14px);
  border-radius: 16px;
}

section.couponcode .box button.close:hover {
  background: rgb(255, 255, 255);
  color: #000;
}

section.couponcode .box img {
  margin-top: -50px;
}

section.couponcode .box .subtitle {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-top: 26px;
  margin-bottom: 10px;
}

section.couponcode .box .title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}

section.couponcode .box .coupon {
  margin: 30px auto 0;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.24);
  padding: 10px 10px 10px 32px;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.couponcode .box .coupon .cod {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

section.couponcode .box .coupon span.copy {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #455ee0;
  font-size: 18px;
  cursor: pointer;
}

section.couponcode .box .coupon span.copy:hover {
  background-color: rgba(0, 0, 0, 0.44);
  color: #fff;
}

section.couponcode .box p {
  display: block;
  margin-top: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {

  section.tool .body form .form-control,
  section.tool .body form .form-select {
    padding: 18px 28px 18px 78px !important;
  }

  .mygroup.h-100 {
    height: auto !important;
  }

  .bayimodal .modal-dialog .modal-content .modal-body .inputgroup img.avatar {
    height: 36px;
    width: 36px;
    min-height: 36px !important;
    min-width: 36px !important;
  }

  .bayimodal .modal-dialog .modal-content .modal-body .inputgroup {
    padding: 11px !important;
  }

  button[type=submit],
  button.btn-submit,
  button.submit {
    min-height: auto !important;
    max-height: 50px !important;
    padding: 12px !important;
  }

  section.tool .body form button.btn-submit {
    height: auto !important;
    min-height: auto !important;
    padding: 12px !important;
  }

  form button {
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scrollm {
    display: flex;
    overflow-x: scroll;
    overflow-y: auto;
    max-width: 100%;
  }

  .scrollm>* {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start !important;
  }

  section.couponcode .box {
    padding: 0 15px 30px;
    margin-top: 94px;
  }

  section.couponcode .box button.close {
    top: -114px;
    right: 14px;
    left: auto;
  }

  section.couponcode .box .subtitle {
    margin-top: 20px;
  }

  section.couponcode .box .title {
    font-size: 26px;
  }

  section.couponcode .box .coupon {
    margin-top: 20px;
  }

  section.couponcode .box .coupon .cod {
    font-size: 18px;
  }

  section.couponcode .box p {
    font-size: 16px;
    width: 100%;
  }
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  z-index: 99999999;
}

section.mobilemenu {
  display: none;
  background-color: #e0e8ec;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999999;
  width: 87vw;
}

section.mobilemenu .scrollheight {
  max-height: 36vh;
  overflow: auto;
}

section.mobilemenu .inbody {
  height: calc(100% - 68px);
}

section.mobilemenu .head {
  padding: 13px 20px;
  background-color: #e0e8ec;
  border-bottom: 2px solid #cad3d8;
}

section.mobilemenu .head img {
  max-width: 171px;
  height: auto;
}

section.mobilemenu .head span.toggleIcon {
  font-size: 20px;
  color: #9fb0b9;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.mobilemenu .body.checkorder {
  padding: 20px;
}

section.mobilemenu .body.checkorder label {
  color: #131932;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.mobilemenu .body.checkorder input {
  border-radius: 2px;
  background-color: #ffffff;
  height: 60px;
  color: #7c8a90;
  font-size: 16px;
  font-weight: 600;
  border-color: transparent;
}

section.mobilemenu .body.checkorder button.btn.btn-submit {
  border-radius: 2px;
  background-color: #455ee0;
  width: 100%;
  margin-top: 10px;
  border: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}

section.mobilemenu .body ul.menu li {
  border-bottom: 1px solid #cad3d8;
  transition: all 0.3s ease-in-out;
}

section.mobilemenu .body ul.menu li.active {
  background: #fff;
}

section.mobilemenu .body ul.menu li a {
  color: #131932;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

section.mobilemenu .body ul.menu li a i {
  color: #9fb0b9;
  font-size: 20px;
  margin-right: 12px;
  font-weight: 400;
}

section.mobilemenu .body ul.menu li ul {
  border-top: 1px solid #cad3d8;
}

section.mobilemenu .body ul.menu li ul li {
  border: 0;
}

section.mobilemenu .body ul.menu li ul li a {
  padding: 10px 20px;
}

section.mobilemenu .body ul.iconlist {
  padding: 20px;
}

section.mobilemenu .body ul.iconlist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.mobilemenu .body ul.iconlist li .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

section.mobilemenu .body ul.iconlist li .icon.green {
  background: #18d3a6;
}

section.mobilemenu .body ul.iconlist li .icon.blue {
  background: #455ee0;
}

section.mobilemenu .body ul.iconlist li .icon.lightblue {
  background: #3ba9da;
}

section.mobilemenu .body ul.iconlist li .btn-action {
  display: none;
  border-radius: 32px;
  color: #131932;
  padding: 9px 19px;
  font-size: 14px;
}

section.mobilemenu .body ul.iconlist li .btn-action.green {
  background: #18d3a6;
}

section.mobilemenu .body ul.iconlist li .btn-action.blue {
  background: #455ee0;
}

section.mobilemenu .body ul.iconlist li .btn-action.lightblue {
  background: #3ba9da;
}

section.mobilemenu .body ul.iconlist li span.title {
  color: #606672;
  font-size: 14px;
  font-weight: 400;
}

section.mobilemenu .body ul.iconlist li a.value {
  display: block;
  margin-top: 4px;
  color: #131932;
  font-size: 20px;
  font-weight: 600;
}

section.mobilemenu .body ul.iconlist li:not(:last-child) {
  margin-bottom: 20px;
}

section.mobilemenu button.toggleCheckOrderFast {
  background-color: #d2dbdf;
  border: 0;
  color: #131932;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

section.mobilemenu button.toggleCheckOrderFast i {
  color: #73858e;
  font-weight: normal;
}

section.mobilemenu button.toggleCheckOrderFast span.l {
  display: flex;
  align-items: center;
}

section.mobilemenu button.toggleCheckOrderFast span.l i {
  color: #455ee0;
  font-size: 20px;
  margin-right: 12px;
}

section.slider {
  background: url("../img/tem-sliderbg.png") center center no-repeat #370065;
  background-size: cover;
}

section.slider .stitle {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.slider .stitle b {
  font-weight: 700;
}

section.slider .btn-video {
  margin-top: 34px;
  border-radius: 30px;
  background-color: #fff;
  color: #455ee0;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  padding: 0 26px 0 8px;
}

section.slider .btn-video i.ri-play-circle-line {
  color: #455ee0;
  font-size: 30px;
  padding-left: 0;
  padding-right: 8px;
}

section.slider .btn-video i {
  color: #8e94ad;
  padding-left: 50px;
}

section.slider .btn-video:hover {
  transform: translateY(-5px);
}

section.slider .stitlenew {
  color: #e97a2d;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 12px 22px 12px 74px;
  display: inline-flex;
  position: relative;
}

section.slider .stitlenew img {
  position: absolute;
  left: 0;
  top: -2px;
}

section.slider .stitlenew svg {
  position: absolute;
  left: -1px;
  top: -5px;
}

section.slider p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

section.slider p b,
section.slider p strong {
  font-weight: 600;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

select {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */