@charset "UTF-8";
div.inputTags-list {
  background-color: #FAFAFA;
  border-radius: 8px;
  min-height: 54px;
  border: none;
  box-shadow: unset;
  line-height: 1.3;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.875rem 1.125rem;
  font-size: 0.875rem;
}

div.inputTags-list,
div.inputTags-list span.inputTags-item {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}

div.inputTags-list span.inputTags-item {
  background-color: #E8EDFF;
  border-radius: 3px;
  color: #194BFB;
  margin: 2px;
  opacity: 1;
  padding: 3px 22px 4px 8px;
  position: relative;
  text-align: center;
}

div.inputTags-list span.inputTags-item.is-edit {
  display: none;
}

div.inputTags-list span.inputTags-item.is-hidden {
  display: none !important;
}

div.inputTags-list span.inputTags-item.is-exists {
  background-color: rgba(231, 76, 60, 0.7);
}

div.inputTags-list span.inputTags-item span.value {
  cursor: pointer;
}

div.inputTags-list span.inputTags-item i {
  cursor: pointer;
  font-family: sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: color 0.2s;
  -khtml-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  z-index: 10;
}

div.inputTags-list span.inputTags-item i:hover {
  color: #e74c3c;
}

div.inputTags-list input.inputTags-field {
  background-color: transparent;
  border: none;
  margin-left: 4px;
}

div.inputTags-list input.inputTags-field:active,
div.inputTags-list input.inputTags-field:focus {
  outline: 0;
}

div.inputTags-list input.inputTags-field.is-edit {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px dashed #c4c4c4;
  border-radius: 4px;
  margin: 0 2px;
  padding: 4px 8px 3px;
}

div.inputTags-list ul.inputTags-autocomplete-list {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style-type: none;
  margin: 0;
  max-height: 192px;
  opacity: 0;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -khtml-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -webkit-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  z-index: 100;
}

div.inputTags-list ul.inputTags-autocomplete-list.is-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

div.inputTags-list ul.inputTags-autocomplete-list li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  -webkit-transition-duration: 0.3s;
  -khtml-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

div.inputTags-list ul.inputTags-autocomplete-list li:last-child {
  border: none;
}

div.inputTags-list ul.inputTags-autocomplete-list li:hover {
  background-color: #E8EDFF;
  color: #194BFB;
}

div.inputTags-list ul.inputTags-autocomplete-list li.is-disabled {
  background-color: #e0e5ec;
  color: initial;
}

p.inputTags-error {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(231, 76, 60, 0.7);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}

p.inputTags-error:first-of-type {
  margin-top: 8px;
}

p.inputTags-error:after {
  content: "×";
  font-size: 28px;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

:root {
  --file-container-bg: #eeeeee;
  --file-bg: #f8f8f8;
  --file-border-color: #606060;
  --file-rounded: 15px;
  --file-color: #2b2b2b;
  --table-border-color: #dbdbdb;
  --delete-button-bg: #f53636;
  --delete-button-color: #ffffff;
  --font-size: 0.875em;
  --shadow: 0px 8px 15px -8px rgba(0, 0, 0, 0.5);
}

.file-container {
  width: 100%;
}
.file-container .file-upload {
  width: 100%;
  display: flex;
  background-color: var(--file-container-bg);
  border-radius: var(--file-rounded);
  transition: all 0.3s;
}
.file-container .file-upload:hover {
  box-shadow: var(--shadow);
}
.file-container .file-upload > div {
  width: 100%;
  background-color: var(--file-bg);
  padding: 15px;
  border-radius: 10px;
  border: 1px dashed var(--file-border-color);
  text-align: center;
  cursor: pointer;
  color: #96A3BE;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.file-container .file-upload > div > i {
  font-size: 40px;
  color: #5D6A83;
  margin-bottom: 10px;
}
.file-container .file-upload > div > div {
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  margin: 0 auto;
  border: 1px solid var(--file-border-color);
  border-radius: 8px;
}
.file-container > table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size);
  margin-top: 20px;
}
.file-container > table th,
.file-container > table td {
  border-bottom: 1px solid var(--table-border-color);
  padding: 8px;
  text-align: left;
}
.file-container > table > tbody > tr > td:nth-child(1) {
  font-weight: bold;
}
.file-container > table > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}
.file-container > table > tbody > tr > td:nth-child(3) {
  text-align: center;
}
.file-container > table > tbody > tr > td > img {
  border-radius: 5px;
  box-shadow: var(--shadow);
}
.file-container > table > tbody > tr > td.no-file {
  text-align: center;
  font-weight: normal;
}
.file-container > table > tbody > tr > td > i {
  font-size: 1.125em;
}
.file-container > table button {
  background-color: var(--delete-button-bg);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.file-container > table button:hover {
  box-shadow: var(--shadow);
}
.file-container > table button > i {
  color: var(--delete-button-color);
  font-size: 1.125em;
}

:root {
  --iti-border-gray: #ccc;
  --iti-text-gray: #999;
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: var(--iti-border-gray);
  --iti-dialcode-color: var(--iti-text-gray);
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("../img/flags.png?1");
  --iti-path-flags-2x: url("../img/flags@2x.png?1");
  --iti-path-globe-1x: url("../img/globe.png");
  --iti-path-globe-2x: url("../img/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__flag-box, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}

.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width: 13px;
}

.iti__va, .iti__ch {
  --iti-flag-width: 15px;
}

.iti__ne, .iti__be {
  --iti-flag-width: 18px;
}

.iti__mc {
  --iti-flag-width: 19px;
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
  --iti-flag-height: 10px;
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
  --iti-flag-height: 11px;
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
  --iti-flag-height: 12px;
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
  --iti-flag-height: 13px;
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
  --iti-flag-height: 15px;
}

.iti__qa {
  --iti-flag-height: 8px;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -22px;
}

.iti__ae {
  --iti-flag-offset: -44px;
}

.iti__af {
  --iti-flag-offset: -66px;
}

.iti__ag {
  --iti-flag-offset: -88px;
}

.iti__ai {
  --iti-flag-offset: -110px;
}

.iti__al {
  --iti-flag-offset: -132px;
}

.iti__am {
  --iti-flag-offset: -154px;
}

.iti__ao {
  --iti-flag-offset: -176px;
}

.iti__aq {
  --iti-flag-offset: -198px;
}

.iti__ar {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -460px;
}

.iti__bg {
  --iti-flag-offset: -482px;
}

.iti__bh {
  --iti-flag-offset: -504px;
}

.iti__bi {
  --iti-flag-offset: -526px;
}

.iti__bj {
  --iti-flag-offset: -548px;
}

.iti__bl {
  --iti-flag-offset: -570px;
}

.iti__bm {
  --iti-flag-offset: -592px;
}

.iti__bn {
  --iti-flag-offset: -614px;
}

.iti__bo {
  --iti-flag-offset: -636px;
}

.iti__bq {
  --iti-flag-offset: -658px;
}

.iti__br {
  --iti-flag-offset: -680px;
}

.iti__bs {
  --iti-flag-offset: -702px;
}

.iti__bt {
  --iti-flag-offset: -724px;
}

.iti__bv {
  --iti-flag-offset: -746px;
}

.iti__bw {
  --iti-flag-offset: -768px;
}

.iti__by {
  --iti-flag-offset: -790px;
}

.iti__bz {
  --iti-flag-offset: -812px;
}

.iti__ca {
  --iti-flag-offset: -834px;
}

.iti__cc {
  --iti-flag-offset: -856px;
}

.iti__cd {
  --iti-flag-offset: -878px;
}

.iti__cf {
  --iti-flag-offset: -900px;
}

.iti__cg {
  --iti-flag-offset: -922px;
}

.iti__ch {
  --iti-flag-offset: -944px;
}

.iti__ci {
  --iti-flag-offset: -961px;
}

.iti__ck {
  --iti-flag-offset: -983px;
}

.iti__cl {
  --iti-flag-offset: -1005px;
}

.iti__cm {
  --iti-flag-offset: -1027px;
}

.iti__cn {
  --iti-flag-offset: -1049px;
}

.iti__co {
  --iti-flag-offset: -1071px;
}

.iti__cp {
  --iti-flag-offset: -1093px;
}

.iti__cq {
  --iti-flag-offset: -1115px;
}

.iti__cr {
  --iti-flag-offset: -1137px;
}

.iti__cu {
  --iti-flag-offset: -1159px;
}

.iti__cv {
  --iti-flag-offset: -1181px;
}

.iti__cw {
  --iti-flag-offset: -1203px;
}

.iti__cx {
  --iti-flag-offset: -1225px;
}

.iti__cy {
  --iti-flag-offset: -1247px;
}

.iti__cz {
  --iti-flag-offset: -1269px;
}

.iti__de {
  --iti-flag-offset: -1291px;
}

.iti__dg {
  --iti-flag-offset: -1313px;
}

.iti__dj {
  --iti-flag-offset: -1335px;
}

.iti__dk {
  --iti-flag-offset: -1357px;
}

.iti__dm {
  --iti-flag-offset: -1379px;
}

.iti__do {
  --iti-flag-offset: -1401px;
}

.iti__dz {
  --iti-flag-offset: -1423px;
}

.iti__ea {
  --iti-flag-offset: -1445px;
}

.iti__ec {
  --iti-flag-offset: -1467px;
}

.iti__ee {
  --iti-flag-offset: -1489px;
}

.iti__eg {
  --iti-flag-offset: -1511px;
}

.iti__eh {
  --iti-flag-offset: -1533px;
}

.iti__er {
  --iti-flag-offset: -1555px;
}

.iti__es {
  --iti-flag-offset: -1577px;
}

.iti__et {
  --iti-flag-offset: -1599px;
}

.iti__eu {
  --iti-flag-offset: -1621px;
}

.iti__ez {
  --iti-flag-offset: -1643px;
}

.iti__fi {
  --iti-flag-offset: -1665px;
}

.iti__fj {
  --iti-flag-offset: -1687px;
}

.iti__fk {
  --iti-flag-offset: -1709px;
}

.iti__fm {
  --iti-flag-offset: -1731px;
}

.iti__fo {
  --iti-flag-offset: -1753px;
}

.iti__fr {
  --iti-flag-offset: -1775px;
}

.iti__fx {
  --iti-flag-offset: -1797px;
}

.iti__ga {
  --iti-flag-offset: -1819px;
}

.iti__gb {
  --iti-flag-offset: -1841px;
}

.iti__gd {
  --iti-flag-offset: -1863px;
}

.iti__ge {
  --iti-flag-offset: -1885px;
}

.iti__gf {
  --iti-flag-offset: -1907px;
}

.iti__gg {
  --iti-flag-offset: -1929px;
}

.iti__gh {
  --iti-flag-offset: -1951px;
}

.iti__gi {
  --iti-flag-offset: -1973px;
}

.iti__gl {
  --iti-flag-offset: -1995px;
}

.iti__gm {
  --iti-flag-offset: -2017px;
}

.iti__gn {
  --iti-flag-offset: -2039px;
}

.iti__gp {
  --iti-flag-offset: -2061px;
}

.iti__gq {
  --iti-flag-offset: -2083px;
}

.iti__gr {
  --iti-flag-offset: -2105px;
}

.iti__gs {
  --iti-flag-offset: -2127px;
}

.iti__gt {
  --iti-flag-offset: -2149px;
}

.iti__gu {
  --iti-flag-offset: -2171px;
}

.iti__gw {
  --iti-flag-offset: -2193px;
}

.iti__gy {
  --iti-flag-offset: -2215px;
}

.iti__hk {
  --iti-flag-offset: -2237px;
}

.iti__hm {
  --iti-flag-offset: -2259px;
}

.iti__hn {
  --iti-flag-offset: -2281px;
}

.iti__hr {
  --iti-flag-offset: -2303px;
}

.iti__ht {
  --iti-flag-offset: -2325px;
}

.iti__hu {
  --iti-flag-offset: -2347px;
}

.iti__ic {
  --iti-flag-offset: -2369px;
}

.iti__id {
  --iti-flag-offset: -2391px;
}

.iti__ie {
  --iti-flag-offset: -2413px;
}

.iti__il {
  --iti-flag-offset: -2435px;
}

.iti__im {
  --iti-flag-offset: -2457px;
}

.iti__in {
  --iti-flag-offset: -2479px;
}

.iti__io {
  --iti-flag-offset: -2501px;
}

.iti__iq {
  --iti-flag-offset: -2523px;
}

.iti__ir {
  --iti-flag-offset: -2545px;
}

.iti__is {
  --iti-flag-offset: -2567px;
}

.iti__it {
  --iti-flag-offset: -2589px;
}

.iti__je {
  --iti-flag-offset: -2611px;
}

.iti__jm {
  --iti-flag-offset: -2633px;
}

.iti__jo {
  --iti-flag-offset: -2655px;
}

.iti__jp {
  --iti-flag-offset: -2677px;
}

.iti__ke {
  --iti-flag-offset: -2699px;
}

.iti__kg {
  --iti-flag-offset: -2721px;
}

.iti__kh {
  --iti-flag-offset: -2743px;
}

.iti__ki {
  --iti-flag-offset: -2765px;
}

.iti__km {
  --iti-flag-offset: -2787px;
}

.iti__kn {
  --iti-flag-offset: -2809px;
}

.iti__kp {
  --iti-flag-offset: -2831px;
}

.iti__kr {
  --iti-flag-offset: -2853px;
}

.iti__kw {
  --iti-flag-offset: -2875px;
}

.iti__ky {
  --iti-flag-offset: -2897px;
}

.iti__kz {
  --iti-flag-offset: -2919px;
}

.iti__la {
  --iti-flag-offset: -2941px;
}

.iti__lb {
  --iti-flag-offset: -2963px;
}

.iti__lc {
  --iti-flag-offset: -2985px;
}

.iti__li {
  --iti-flag-offset: -3007px;
}

.iti__lk {
  --iti-flag-offset: -3029px;
}

.iti__lr {
  --iti-flag-offset: -3051px;
}

.iti__ls {
  --iti-flag-offset: -3073px;
}

.iti__lt {
  --iti-flag-offset: -3095px;
}

.iti__lu {
  --iti-flag-offset: -3117px;
}

.iti__lv {
  --iti-flag-offset: -3139px;
}

.iti__ly {
  --iti-flag-offset: -3161px;
}

.iti__ma {
  --iti-flag-offset: -3183px;
}

.iti__mc {
  --iti-flag-offset: -3205px;
}

.iti__md {
  --iti-flag-offset: -3226px;
}

.iti__me {
  --iti-flag-offset: -3248px;
}

.iti__mf {
  --iti-flag-offset: -3270px;
}

.iti__mg {
  --iti-flag-offset: -3292px;
}

.iti__mh {
  --iti-flag-offset: -3314px;
}

.iti__mk {
  --iti-flag-offset: -3336px;
}

.iti__ml {
  --iti-flag-offset: -3358px;
}

.iti__mm {
  --iti-flag-offset: -3380px;
}

.iti__mn {
  --iti-flag-offset: -3402px;
}

.iti__mo {
  --iti-flag-offset: -3424px;
}

.iti__mp {
  --iti-flag-offset: -3446px;
}

.iti__mq {
  --iti-flag-offset: -3468px;
}

.iti__mr {
  --iti-flag-offset: -3490px;
}

.iti__ms {
  --iti-flag-offset: -3512px;
}

.iti__mt {
  --iti-flag-offset: -3534px;
}

.iti__mu {
  --iti-flag-offset: -3556px;
}

.iti__mv {
  --iti-flag-offset: -3578px;
}

.iti__mw {
  --iti-flag-offset: -3600px;
}

.iti__mx {
  --iti-flag-offset: -3622px;
}

.iti__my {
  --iti-flag-offset: -3644px;
}

.iti__mz {
  --iti-flag-offset: -3666px;
}

.iti__na {
  --iti-flag-offset: -3688px;
}

.iti__nc {
  --iti-flag-offset: -3710px;
}

.iti__ne {
  --iti-flag-offset: -3732px;
}

.iti__nf {
  --iti-flag-offset: -3752px;
}

.iti__ng {
  --iti-flag-offset: -3774px;
}

.iti__ni {
  --iti-flag-offset: -3796px;
}

.iti__nl {
  --iti-flag-offset: -3818px;
}

.iti__no {
  --iti-flag-offset: -3840px;
}

.iti__np {
  --iti-flag-offset: -3862px;
}

.iti__nr {
  --iti-flag-offset: -3877px;
}

.iti__nu {
  --iti-flag-offset: -3899px;
}

.iti__nz {
  --iti-flag-offset: -3921px;
}

.iti__om {
  --iti-flag-offset: -3943px;
}

.iti__pa {
  --iti-flag-offset: -3965px;
}

.iti__pe {
  --iti-flag-offset: -3987px;
}

.iti__pf {
  --iti-flag-offset: -4009px;
}

.iti__pg {
  --iti-flag-offset: -4031px;
}

.iti__ph {
  --iti-flag-offset: -4053px;
}

.iti__pk {
  --iti-flag-offset: -4075px;
}

.iti__pl {
  --iti-flag-offset: -4097px;
}

.iti__pm {
  --iti-flag-offset: -4119px;
}

.iti__pn {
  --iti-flag-offset: -4141px;
}

.iti__pr {
  --iti-flag-offset: -4163px;
}

.iti__ps {
  --iti-flag-offset: -4185px;
}

.iti__pt {
  --iti-flag-offset: -4207px;
}

.iti__pw {
  --iti-flag-offset: -4229px;
}

.iti__py {
  --iti-flag-offset: -4251px;
}

.iti__qa {
  --iti-flag-offset: -4273px;
}

.iti__re {
  --iti-flag-offset: -4295px;
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

.iti__rs {
  --iti-flag-offset: -4339px;
}

.iti__ru {
  --iti-flag-offset: -4361px;
}

.iti__rw {
  --iti-flag-offset: -4383px;
}

.iti__sa {
  --iti-flag-offset: -4405px;
}

.iti__sb {
  --iti-flag-offset: -4427px;
}

.iti__sc {
  --iti-flag-offset: -4449px;
}

.iti__sd {
  --iti-flag-offset: -4471px;
}

.iti__se {
  --iti-flag-offset: -4493px;
}

.iti__sg {
  --iti-flag-offset: -4515px;
}

.iti__sh {
  --iti-flag-offset: -4537px;
}

.iti__si {
  --iti-flag-offset: -4559px;
}

.iti__sj {
  --iti-flag-offset: -4581px;
}

.iti__sk {
  --iti-flag-offset: -4603px;
}

.iti__sl {
  --iti-flag-offset: -4625px;
}

.iti__sm {
  --iti-flag-offset: -4647px;
}

.iti__sn {
  --iti-flag-offset: -4669px;
}

.iti__so {
  --iti-flag-offset: -4691px;
}

.iti__sr {
  --iti-flag-offset: -4713px;
}

.iti__ss {
  --iti-flag-offset: -4735px;
}

.iti__st {
  --iti-flag-offset: -4757px;
}

.iti__su {
  --iti-flag-offset: -4779px;
}

.iti__sv {
  --iti-flag-offset: -4801px;
}

.iti__sx {
  --iti-flag-offset: -4823px;
}

.iti__sy {
  --iti-flag-offset: -4845px;
}

.iti__sz {
  --iti-flag-offset: -4867px;
}

.iti__ta {
  --iti-flag-offset: -4889px;
}

.iti__tc {
  --iti-flag-offset: -4911px;
}

.iti__td {
  --iti-flag-offset: -4933px;
}

.iti__tf {
  --iti-flag-offset: -4955px;
}

.iti__tg {
  --iti-flag-offset: -4977px;
}

.iti__th {
  --iti-flag-offset: -4999px;
}

.iti__tj {
  --iti-flag-offset: -5021px;
}

.iti__tk {
  --iti-flag-offset: -5043px;
}

.iti__tl {
  --iti-flag-offset: -5065px;
}

.iti__tm {
  --iti-flag-offset: -5087px;
}

.iti__tn {
  --iti-flag-offset: -5109px;
}

.iti__to {
  --iti-flag-offset: -5131px;
}

.iti__tr {
  --iti-flag-offset: -5153px;
}

.iti__tt {
  --iti-flag-offset: -5175px;
}

.iti__tv {
  --iti-flag-offset: -5197px;
}

.iti__tw {
  --iti-flag-offset: -5219px;
}

.iti__tz {
  --iti-flag-offset: -5241px;
}

.iti__ua {
  --iti-flag-offset: -5263px;
}

.iti__ug {
  --iti-flag-offset: -5285px;
}

.iti__uk {
  --iti-flag-offset: -5307px;
}

.iti__um {
  --iti-flag-offset: -5329px;
}

.iti__un {
  --iti-flag-offset: -5351px;
}

.iti__us {
  --iti-flag-offset: -5373px;
}

.iti__uy {
  --iti-flag-offset: -5395px;
}

.iti__uz {
  --iti-flag-offset: -5417px;
}

.iti__va {
  --iti-flag-offset: -5439px;
}

.iti__vc {
  --iti-flag-offset: -5456px;
}

.iti__ve {
  --iti-flag-offset: -5478px;
}

.iti__vg {
  --iti-flag-offset: -5500px;
}

.iti__vi {
  --iti-flag-offset: -5522px;
}

.iti__vn {
  --iti-flag-offset: -5544px;
}

.iti__vu {
  --iti-flag-offset: -5566px;
}

.iti__wf {
  --iti-flag-offset: -5588px;
}

.iti__ws {
  --iti-flag-offset: -5610px;
}

.iti__xk {
  --iti-flag-offset: -5632px;
}

.iti__ye {
  --iti-flag-offset: -5654px;
}

.iti__yt {
  --iti-flag-offset: -5676px;
}

.iti__za {
  --iti-flag-offset: -5698px;
}

.iti__zm {
  --iti-flag-offset: -5720px;
}

.iti__zw {
  --iti-flag-offset: -5742px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
  padding: 5px 10px;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
  font-size: 14px;
  margin-right: 10px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  border-radius: 10px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 1000px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  height: unset;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li {
  width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard > .actions > ul > li:not(.disabled) + li {
  margin-left: 30px;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  background-color: var(--bs-primary);
  min-width: 210px;
  display: flex;
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  text-decoration: unset;
}
.wizard > .actions a[href="#previous"],
.wizard > .actions a:hover[href="#previous"],
.wizard > .actions a:active[href="#previous"] {
  color: var(--bs-primary);
  background-color: #fff;
  border-color: var(--bs-primary);
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #fff;
  color: #96A3BE;
  border-color: #96A3BE;
  cursor: not-allowed;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.btn-full {
  width: 100%;
}

.form-control, .datatable-input {
  background-color: #FAFAFA;
  border-radius: 8px;
  min-height: 54px;
  border: none;
  box-shadow: unset;
  line-height: 1.3;
  border: 1px solid transparent;
}
.form-control:focus, .datatable-input:focus {
  box-shadow: none;
  background-color: #FAFAFA;
}

.input-group-text {
  border-color: transparent;
  background-color: #FAFAFA;
}

.invalid .form-control, .invalid .datatable-input {
  border-color: var(--bs-red);
}
.invalid small.d-none {
  display: block !important;
  color: #F94025;
  margin-top: 5px;
}

.active .form-control, .active .datatable-input {
  border-color: var(--bs-success);
}

label {
  font-weight: 500;
  margin-bottom: 10px;
}
label small {
  color: #96A3BE;
}

iframe {
  max-width: 100%;
}

.required {
  color: var(--bs-red);
}

.form-check-input[type=checkbox] {
  border-radius: 99px;
  width: 20px;
  height: 20px;
  border-color: #CBD5E0;
  margin-right: 15px;
  position: relative;
  top: -3px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio],
.form-check-input:checked[type=checkbox] {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.form-check label {
  margin-bottom: 0;
}

.btn.btn-outline-primary, .btn.btn-primary {
  font-size: 16px;
  font-weight: 700;
  height: 54px;
}
.btn.btn-lg {
  min-width: 210px;
}
.btn-full {
  width: 100%;
}

.topnav {
  height: 58px;
  border-bottom: 1px solid #E8EDFF;
  padding-top: 0;
  padding-bottom: 0;
}
.topnav #sidebarToggle {
  background: var(--bs-primary);
  color: #BFCDFF !important;
  font-size: 10px;
  border-radius: 20px 0 0 20px;
  width: 16px;
  margin-right: 30px !important;
}
.topnav .navbar-brand {
  min-width: 224px;
}
.topnav .navbar-brand img {
  height: 36px;
}
.topnav .navbar-brand-wrap {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #E8EDFF;
  height: 70px;
}
.topnav-title {
  font-size: 24px;
  margin-bottom: 0;
}
.topnav .navbar-nav > .nav-item > a {
  border: 1px solid var(--bs-indigo);
  border-radius: 8px;
}
.topnav .navbar-nav > .nav-item > a.nav-link {
  padding: 5px 13px;
  color: var(--bs-gray);
  font-size: 14px;
}
.topnav .navbar-nav > .nav-item > a.nav-link img {
  margin-right: 8px;
}
.topnav .navbar-nav > .nav-item > a.nav-link svg {
  color: #5D6A83;
  margin-left: 15px;
}
.topnav .navbar-nav > .nav-item > a.btn {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.topnav .navbar-nav > .nav-item > a.btn .material-symbols-outlined {
  color: #95ADFF;
}
.topnav .dropdown-menu .dropdown-item {
  color: #32343A;
  font-size: 14px;
  padding: 5px 10px;
}
.topnav .dropdown-menu .dropdown-item-icon {
  font-size: 24px;
  color: #5D6A83;
}
.topnav .dropdown-menu .dropdown-item.text-primary .material-symbols-outlined {
  position: relative;
  top: 2px;
}
.topnav .dropdown-menu .dropdown-item.link-danger .dropdown-item-icon {
  color: currentColor;
}

.dropdown-notifications-count {
  background-color: var(--bs-red);
  font-size: 12px;
  border-radius: 99px;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -5px;
  line-height: 20px;
}
.dropdown-notifications-header .btn {
  background: var(--bs-primary-soft);
  position: absolute;
  color: #95ADFF;
  border-radius: 8px;
  font-size: 9px;
  right: 24px;
}
.dropdown-notifications-item {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.dropdown-notifications-item.active {
  background-color: inherit;
}
.dropdown-notifications-item.active::before {
  display: block;
}
.dropdown-notifications-item.active .dropdown-notifications-item-content-title {
  font-weight: 700;
}
.dropdown-notifications-item:nth-child(2n) {
  background: #F9FAFB;
}
.dropdown-notifications-item::before {
  content: "";
  position: absolute;
  right: 25px;
  background-color: var(--bs-primary);
  width: 8px;
  height: 8px;
  border-radius: 99px;
  top: 15px;
  display: none;
}
.dropdown-notifications-item-content {
  width: 100%;
  padding-right: 20px;
}
.dropdown-notifications-item-content-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--bs-black);
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.dropdown-notifications-item-content-text {
  color: #5D6A83;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.dropdown-notifications-item-content-details {
  color: #96A3BE;
  font-size: 14px;
}

.sidenav-light .sidenav-menu {
  padding: 15px 10px;
}
.sidenav-light .sidenav-menu-heading {
  font-size: 14px;
  color: #32343A;
  text-transform: unset;
  font-weight: 400;
  border-bottom: 1px solid #EDF2F7;
  padding-bottom: 6px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.sidenav-light .sidenav-menu .nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #00020B;
  padding: 9px 12px;
}
.sidenav-light .sidenav-menu .nav .nav-link-icon {
  color: currentColor;
}
.sidenav-light .sidenav-menu .nav .nav-link.active {
  color: var(--bs-primary);
}
.sidenav-light .sidenav-menu .collapse .nav .nav-link:not(.active) {
  color: #96A3BE;
}
.sidenav-light .sidenav-menu .collapse .nav .nav-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: currentColor;
  display: inline-block;
  margin-right: 20px;
}

.thong-ke {
  margin: 25px 0;
}
.thong-ke-head {
  height: 80px;
}
.thong-ke-head span {
  color: var(--bs-primary);
  font-size: 24px;
  border: 1px solid #BFCDFF;
  padding: 7px;
  border-radius: 4px;
  margin-right: 20px;
  position: relative;
}
.thong-ke-content {
  border-top: 1px solid #BFCDFF;
  height: 70px;
  margin-top: auto;
}
.thong-ke-content, .thong-ke-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thong-ke h5 {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}
.thong-ke h6 {
  font-size: 24px;
  margin-bottom: 0;
  white-space: nowrap;
}
.thong-ke-item {
  background: #fff;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.col-inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}

.du-an-cua-ban .form-select {
  max-width: 108px;
  background-color: #FAFAFA;
  font-size: 14px;
  color: #5D6A83;
  border-color: #E4E4E4;
  border-radius: 8px;
  margin-left: auto;
}

.canvasjs-chart-credit {
  display: none !important;
}

.section-title {
  margin-bottom: 10px;
}
.section-title span {
  font-size: 14px;
  color: #5D6A83;
}

.input-group-text.togglePassword {
  border: none !important;
  background-color: transparent !important;
  color: #718096 !important;
  border-radius: 8px;
  position: absolute;
  right: 0;
  height: 54px;
  z-index: 1;
  background-color: transparent;
  border-radius: 8px;
  z-index: 20;
}

.login-page {
  background: transparent;
}
.login h1 {
  margin-bottom: 38px;
}
.login .logo img {
  height: 42px;
  margin: 70px 0 30px 35px;
}
.login .img-fluid {
  width: 100%;
}
.login h1 {
  font-size: 32px;
}
.login-form {
  max-width: 100%;
  width: 600px;
  margin: auto;
}
.login-form button[type=submit] {
  width: 100%;
  background-color: #95ADFF;
  font-weight: 700;
  border: none;
  height: 54px;
  margin: 30px 0;
  border-radius: 10px;
}
.login .form-login-forget .btn,
.login label {
  font-size: 16px;
  font-weight: 500;
}
.login .form-login-forget .btn {
  padding: 0;
}
.login-other {
  display: flex;
  align-items: center;
  color: #718096;
  font-size: 16px;
  font-weight: 500;
}
.login-other::before, .login-other::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #EEEFF2;
  height: 1px;
}
.login-other span {
  flex: 1;
  white-space: nowrap;
  padding: 0 25px;
}
.login .login-with-google {
  width: 100%;
  border-color: #EEEFF2;
  height: 54px;
  border-radius: 10px;
  margin: 25px 0;
}
.login .login-with-google:hover {
  background-color: var(--bs-primary);
}
.login .login-with-google img {
  margin-right: 10px;
}
.login .login-link-acount {
  color: #718096;
}
.login .login-link-acount .btn {
  padding: 0;
}
.login-footer {
  margin-bottom: 43px;
  margin-top: 30px;
}
.login-footer nav {
  justify-content: center;
}
.login-footer nav .nav-link {
  color: #2A313C;
}
.login-footer .navbar-expand .navbar-nav .dropdown-menu {
  top: 100% !important;
}
.login-footer .copy-right {
  font-size: 14px;
  color: #999999;
}
.login-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.modal .input-group-password {
  border: 1px solid #BFCDFF;
  border-radius: 10px;
}
.modal .input-group-text {
  border: none;
  border-radius: 10px;
  color: #96A3BE;
  border-right: 2px solid #BFCDFF;
}
.modal-header {
  border: none;
}
.modal-header .btn-close {
  background-color: var(--bs-primary-soft);
  border-radius: 8px;
}
.modal-register {
  max-width: 600px;
}
.modal-register .modal-content {
  padding: 10px;
}
.modal-register .form-check-number input::-webkit-outer-spin-button,
.modal-register .form-check-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-register .form-check-number input[type=number] {
  -moz-appearance: textfield;
}
.modal-register .form-check-number input[type=number] {
  background-color: #BFCDFF;
  font-weight: 400;
  font-size: 24px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #436CFF;
}
.modal-register .form-check-number input[type=number].invalid {
  background-color: var(--bs-red);
}
.modal #nextBtn {
  position: relative;
  padding: 5px 55px;
  font-weight: 700;
  font-size: 16px;
  height: 54px;
  min-width: 282px;
  margin-top: 20px;
  margin: 15px 0;
}
.modal #nextBtn .material-symbols-outlined {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  right: 15px;
}
.modal input.invalid {
  background-color: var(--bs-red);
}
.modal .tab {
  display: none;
}
.modal .tab p {
  color: #5D6A83;
}
.modal .form-check {
  background: #F2F6FF;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.modal .form-check label {
  color: #191B23;
  font-weight: 500;
}
.modal .form-check label span {
  display: block;
  color: #5D6A83;
}
.modal .form-check .form-check-input {
  margin-left: 0;
  margin-right: 15px;
}
.modal-title {
  width: 100%;
}
.modal-footer {
  border: none;
  justify-content: center;
}

.accout .card {
  border-radius: 10px;
  border: none;
  height: 100%;
}
.accout .card-title {
  margin-bottom: 0;
}
.accout .card-header {
  border-bottom: 1px solid #BFCDFF;
  padding: 10px 25px;
}
.accout .card-header .btn {
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  min-width: 210px;
}
.accout .card-header .btn-outline-primary {
  display: none;
}
.accout .card.active .card-header .btn-outline-primary {
  display: block;
}
.accout .card.active .card-header .btn-primary {
  display: none;
}
.accout .card-body {
  padding: 20px 25px 5px 25px;
}
.accout .card .position-relative .btn {
  right: 15px;
  height: 40px;
  width: 40px;
}
.section .inputImg small {
  color: #5D6A83;
}
.section .inputImg.active .d-none {
  display: block !important;
  margin-top: 10px;
}
.section .inputUrlMap:not(.active) .btn {
  background: #95ADFF;
}
.section .inputUrlMap .btn {
  width: 100%;
  border: none;
}
.section textarea.form-control {
  min-height: 175px;
}
.section .RaiCham .input-group-text {
  width: 54px;
  height: 54px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #E8EDFF;
  border-radius: 8px !important;
}
.section .RaiCham .form-check-input[type=checkbox] {
  margin: 0;
  position: unset;
}
.section .RaiCham .input-group > .form-control {
  border-radius: 8px !important;
}
.section .RaiCham small {
  color: #96A3BE;
  font-size: 12px;
}
.section .btn[data-bs-toggle=popover] {
  padding: 0;
}
.section .btn[data-bs-toggle=popover] .material-symbols-outlined {
  color: #5D6A83;
  font-size: 19px;
}
.section .col-guide {
  font-size: 14px;
}
.section .col-guide .col-title {
  color: #5D6A83;
  border-top: 1px solid #E8EDFF;
  margin-top: 20px;
  padding-top: 20px;
}
.section .col-guide iframe {
  height: 225px;
  border-radius: 10px;
}
.section .col-guide .btn {
  margin-top: 10px;
}
.section .col-inner {
  height: 100%;
}

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

.btn-full {
  width: 100%;
}

h3.col-title {
  font-size: 18px;
}

.popover-body {
  font-size: 14px;
  color: #32343A;
}

.modal.CheckUrl {
  background: rgba(0, 2, 11, 0.74);
}
.modal.CheckUrl .modal-dialog {
  max-width: 1000px;
}
.modal.CheckUrl .modal-footer {
  padding: 25px 0;
}
.modal.CheckUrl .modal-footer .btn {
  min-width: 210px;
}
.modal.CheckUrl .modal-body {
  padding: 0;
}
.modal.CheckUrl .modal-content {
  overflow: hidden;
}
.modal.CheckUrl iframe {
  width: 100%;
  height: 580px;
}

.table th a {
  color: currentColor;
}
.table th a .material-symbols-outlined {
  position: relative;
  top: 4px;
}
.table thead, .table tbody, .table tfoot, .table tr, .table td, .table th {
  border-color: #BFCDFF;
}

.list-table {
  color: #5D6A83;
}
.list-table a:not(.btn) {
  color: #5D6A83;
}
.list-table .sort::after {
  content: "swap_vert";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.list-table th {
  color: #32343A;
}
.list-table td, .list-table th {
  height: 68px;
  vertical-align: middle;
  padding: 5px;
}
.list-table td[data-th=STT] {
  font-weight: 400;
  color: #5D6A83;
  text-align: center;
}
.list-table-stt {
  text-align: center;
}
.list-table-title a {
  font-weight: 500;
}
.list-table-link-map {
  text-align: center;
  width: 16.66666667%;
}
.list-table-link-map a {
  padding: 0;
  color: #5D6A83;
}
.list-table-progree .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 7px;
  height: unset;
  white-space: nowrap;
  border: none;
}
.list-table-progree .btn-primary {
  background-color: #E8EDFF;
  color: #436CFF;
}
.list-table-progree .btn-danger {
  background-color: #FFF0F0;
  color: #FD6A6A;
}
.list-table-progree .btn-warning {
  background-color: #FEF7DC;
  color: #FFD023;
}
.list-table-progree .btn-success {
  color: #0CAF60;
  background-color: #E7F7EF;
}
.list-table-progree .btn-info {
  color: #FE964A;
  background-color: #FFF0E6;
}
.list-table-progree .btn-light {
  background-color: #F5F5F5;
}
.list-table-status {
  width: 16.66666667%;
}
.list-table-status .btn {
  height: unset;
  padding: 0;
  font-weight: 500;
}
.list-table-status .btn:not(.btn) {
  color: #5D6A83;
}
.list-table-status .btn span {
  margin-right: 10px;
}
.list-table-status .btn-outline-primary {
  height: unset;
  padding: 10px;
  font-weight: 500;
}
.list-table-footer {
  color: #5D6A83;
  margin-top: 25px;
}
.list-table-footer .form-select {
  width: auto;
  border-color: #E8EDFF;
  margin-left: 15px;
}
.list-table-rai-cham, .list-table-img, .list-table-sku {
  width: 150px;
  text-align: center;
}
.list-table-content a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.list-table-content a::after {
  content: "border_color";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -4px;
}
.list-table-content-2, .list-table-note {
  width: 15%;
}
.list-table-content-2 a, .list-table-note a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
.list-table-img img {
  width: 48px;
  border-radius: 8px;
}
.list-table-time {
  width: 180px;
}
.list-table-tag a {
  border-radius: 8px;
  background: #F1ECFF;
  padding: 7px 11px;
  color: #6A4CFF;
}
.list-table-tag a::after {
  content: "close";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.list-table tr.recharge .list-table-so-tien,
.list-table tr.recharge .list-table-content-3 {
  color: var(--bs-success);
}
.list-table tr.recharge .list-table-so-tien a:not(.btn),
.list-table tr.recharge .list-table-content-3 a:not(.btn) {
  color: inherit;
}
.list-table tr.pay .list-table-so-tien,
.list-table tr.pay .list-table-content-3 {
  color: var(--bs-red);
}
.list-table tr.pay .list-table-so-tien a:not(.btn),
.list-table tr.pay .list-table-content-3 a:not(.btn) {
  color: inherit;
}
.list-table-so-du {
  font-weight: 500;
  color: #32343A;
}
.list-table-so-du a:not(.btn) {
  color: inherit;
}

.pagination .page-item {
  margin-left: 3px;
}
.pagination .page-item > * {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border-radius: 12px !important;
  text-align: center;
  padding: 0;
  line-height: 40px;
  border: none;
}
.pagination .page-item.active > a {
  background-color: #E8EDFF;
  color: var(--bs-primary);
}
.pagination .page-item > span:hover {
  background-color: transparent;
}
.pagination .page-item .material-symbols-outlined {
  line-height: inherit;
}

table.bt {
  margin-top: 15px;
}
table.bt td, table.bt th {
  height: unset;
  width: unset;
}
table.bt td {
  background-color: #f5f5f5;
}
table.bt tr:nth-of-type(2n+2) td {
  background: #ffffff;
}
table.bt tr {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
table.bt tr td:first-child {
  padding-top: 15px;
}
table.bt tr td:last-child {
  padding-bottom: 15px;
}
table.bt .list-table-title a {
  color: inherit;
}

.file-container table {
  display: block;
}
.file-container table tbody {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.file-container table tr {
  width: 10%;
  position: relative;
  padding: 5px;
}
.file-container table .fileName,
.file-container table .fileSize,
.file-container table .fileType, .file-container table thead,
.file-container table .stt {
  display: none;
}
.file-container table .deleteBtn {
  position: absolute;
  right: 0;
  top: 0;
}
.file-container table td {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}
.file-container table td.preview {
  position: relative;
  padding-top: 100%;
}
.file-container table td img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-wrap {
  margin: 25px 0;
}
.breadcrumb a {
  color: #95ADFF;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--bs-primary);
}

.wallet-col {
  height: 100%;
}
.wallet-col .depositAmount {
  border-bottom: 1px solid #E8EDFF;
  padding-bottom: 25px;
}
.wallet-col .depositAmount-Row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.wallet-col .depositAmount .form-control {
  margin-top: 12px;
  border: 1px solid #E8E9EB;
  background-color: transparent;
}
.wallet-col .depositAmount .form-check {
  border-radius: 8px;
  border: 1px solid #E8E9EB;
  width: calc(50% - 24px);
  margin: 6px 12px;
  padding: 14px 10px 14px 35px;
}
.wallet-col .depositAmount .form-check label {
  white-space: nowrap;
  cursor: pointer;
}
.wallet-col .discount {
  border-bottom: 1px solid #E8EDFF;
  padding-bottom: 25px;
}
.wallet-col .discount .btn {
  height: 40px;
  min-width: 86px;
  font-weight: 400;
  padding: 5px;
  font-size: 14px;
}
.wallet-col .discount .d-flex {
  background-color: #FAFAFA;
  padding: 8px;
  border-radius: 10px;
}
.wallet-col .discount .form-control {
  min-height: 40px;
  padding: 0 10px;
}
.wallet-col .payment-info {
  border-bottom: 1px solid #E8EDFF;
}
.wallet-col .payment-info table tr {
  color: #5D6A83;
}
.wallet-col .payment-info table td, .wallet-col .payment-info table th {
  border: none;
  color: inherit;
  font-size: 14px;
  padding: 8px 5px;
}
.wallet-col .payment-info table td:first-child, .wallet-col .payment-info table th:first-child {
  padding-left: 0;
}
.wallet-col .payment-info table td:last-child, .wallet-col .payment-info table th:last-child {
  padding-right: 0;
  text-align: right;
}
.wallet-col .total {
  font-size: 14px;
}
.wallet-col .total h4 {
  font-size: 14px;
}
.wallet-card {
  position: relative;
  background: url(../img/bgr-vi.svg) no-repeat center;
  background-size: cover;
  height: 200px;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 50px;
}
.wallet-card img {
  height: 34px;
  margin-bottom: 15px;
}
.wallet-card p {
  color: #194BFB;
  margin-bottom: 10px;
}
.wallet-number {
  font-size: 32px;
}
.wallet-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -24px;
  z-index: 1;
}
.wallet-btn .btn {
  color: inherit;
  font-size: 16px;
  min-width: 160px;
  height: 48px;
  border: unset;
}
.wallet-btn .btn-warning {
  background-color: #FACC15;
}
.wallet-btn .btn span {
  margin-right: 10px;
}

#select2-payment-container::before {
  content: "";
  min-width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
}

#select2-payment-container[title="Thanh toán qua ví điện tử Momo"]::before {
  background-image: url(../img/icon-momo.svg);
}

#select2-payment-container[title="Quét mã VNPAY-QR"]::before {
  background-image: url(../img/vnpay.png);
}

#select2-payment-container[title="Thẻ ngân hàng ATM"]::before {
  background-image: url(../img/card-icon.jpg);
}

#select2-payment-container[title="Thẻ thanh toán quốc tế"]::before {
  background-image: url(../img/visa.png);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  border: unset;
  background-color: #FAFAFA;
  height: 56px;
  border-radius: 10px;
  padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  line-height: 37px;
}

.Riviai-Modal .modal-dialog {
  max-width: 630px;
}
.Riviai-Modal .modal-footer {
  flex-wrap: nowrap;
}
.Riviai-Modal .modal-footer > .btn {
  width: 100%;
}

.rate {
  position: relative;
  width: 120px;
  line-height: 1;
  color: #FACC15;
}
.rate-wrap {
  font-size: 12px;
  color: #5D6A83;
}
.rate-wrap.d-flex .rate {
  margin: 0 10px;
}
.rate-total small {
  font-size: 14px;
}
.rate-total h5 {
  font-size: 64px;
  font-weight: 500;
  color: #00020B;
}
.rate-total .rate {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.rate-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rate-item .progress {
  width: 100%;
  margin: 0 10px;
  background-color: #F8FAFC;
}
.rate-item .progress .bg-warning {
  background-color: #FACC15;
  border-radius: 0.35rem;
}
.rate::before {
  content: "☆☆☆☆☆";
  letter-spacing: 10px;
  font-size: 16px;
}
.rate span {
  display: block;
  color: gray;
  font-size: 0;
  position: absolute;
  top: 0;
  line-height: 1;
  color: currentColor;
}
.rate span::before {
  content: "★";
  font-size: 16px;
  display: inline-block;
  letter-spacing: 10px;
}
.rate.half span {
  top: -2px;
}
.rate.half span:after {
  content: "★";
  width: 8px;
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 2px;
}
.rate.value-1 span::before {
  content: "★";
}
.rate.value-2 span::before {
  content: "★★";
}
.rate.value-3 span::before {
  content: "★★★";
}
.rate.value-4 span::before {
  content: "★★★★";
}
.rate.value-5 span::before {
  content: "★★★★★";
}

.form-control.datepick {
  background-image: url(../img/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 30px;
}

.yeu-cau-ho-tro th, .yeu-cau-ho-tro td,
.section-wallet th,
.section-wallet td {
  text-align: center;
}

.lich-su-hoat-dong .list-table strong {
  font-weight: 500;
  color: #32343A;
}

.tao-yeu-cau .text-right .btn {
  min-width: 336px;
}
.tao-yeu-cau input[type=file] {
  display: none;
}
.tao-yeu-cau .custom-file-upload {
  border: 1px solid var(--bs-primary);
  padding: 11px 12px;
  cursor: pointer;
  font-weight: 700;
  color: var(--bs-primary);
  border-radius: 8px;
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.tao-yeu-cau .custom-file-upload span {
  margin-right: 10px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #BFCDFF;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-button {
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background: unset;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 0 0 20px 0;
  color: #718096;
}

.single-post-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-post-header {
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #BFCDFF;
}
.single-post-meta {
  color: #5D6A83;
}
.single-post-meta .btn {
  color: currentColor;
}
.single-post-time span {
  margin-left: 20px;
}
.single-post-description {
  max-width: 1000px;
  color: #5D6A83;
  margin: auto;
}

.Tagslist-wrap {
  margin-bottom: 10px;
}
.Tagslist-wrap span {
  border-radius: 8px;
  background-color: #FAFAFA;
  color: #96A3BE;
  padding: 6px 8px;
  margin-right: 6px;
}

.inputTags-list > span.inputTags-item {
  font-size: 16px;
}
.inputTags-list > span.inputTags-item:nth-child(8), .inputTags-list > span.inputTags-item:nth-child(1) {
  color: #6A4CFF;
  background-color: #F1ECFF;
}
.inputTags-list > span.inputTags-item:nth-child(9), .inputTags-list > span.inputTags-item:nth-child(2) {
  color: #EAB308;
  background-color: rgba(253, 224, 71, 0.1);
}
.inputTags-list > span.inputTags-item:nth-child(10), .inputTags-list > span.inputTags-item:nth-child(3) {
  color: #16A34A;
  background-color: rgba(34, 197, 94, 0.2);
}
.inputTags-list > span.inputTags-item:nth-child(11), .inputTags-list > span.inputTags-item:nth-child(4) {
  color: #6A4CFF;
  background-color: #F1ECFF;
}
.inputTags-list > span.inputTags-item:nth-child(12), .inputTags-list > span.inputTags-item:nth-child(5) {
  color: #194BFB;
  background-color: #E8EDFF;
}
.inputTags-list > span.inputTags-item:nth-child(13), .inputTags-list > span.inputTags-item:nth-child(6) {
  color: #D31F89;
  background-color: #FFE9F6;
}
.inputTags-list > span.inputTags-item:nth-child(14), .inputTags-list > span.inputTags-item:nth-child(7) {
  color: #0963B6;
  background-color: #E4F2FF;
}

.message {
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.message-accout {
  min-height: 96px;
  padding: 15px 0;
  border-radius: 0;
}
.message p {
  margin-bottom: 0;
}
.message p a > .material-symbols-outlined {
  position: relative;
  font-size: 20px;
  top: 4px;
}
.message.bg-warning {
  color: rgb(234, 179, 8);
  background-color: #FEF7DC !important;
}
.message.bg-success {
  color: #22C55E;
  background-color: #E7F7EF !important;
}
.message.bg-primary {
  color: #194BFB;
  background-color: #E8EDFF !important;
}
.message.bg-danger {
  color: #FF4747;
  background-color: #FFF0F0 !important;
}

.nhiem-vu .text-warning {
  color: #EAB308 !important;
}

.ViTri .modal-header {
  align-items: flex-start;
}
.ViTri .modal-body {
  padding: 0 24px 24px;
}
.ViTri .modal-title {
  line-height: 1.3;
}

.nhanNhiemVuModal .modal-body {
  padding-top: 0;
}
.nhanNhiemVuModal .modal-body h4 {
  font-size: 32px;
  margin-bottom: 15px;
}
.nhanNhiemVuModal .modal-dialog {
  max-width: 600px;
}
.nhanNhiemVuModal .modal-footer {
  padding-bottom: 30px;
}
.nhanNhiemVuModal .modal-footer .btn + .btn {
  margin-left: 25px;
}

.nhan-nhiem-vu-step .section-step {
  max-width: 1026px;
  margin: auto;
}
.nhan-nhiem-vu-step .text-black-50 {
  color: #96A3BE;
}
.nhan-nhiem-vu-step section {
  padding-bottom: 30px;
}
.nhan-nhiem-vu-step .wizard > .content > .body > iframe {
  height: 590px;
  border-radius: 8px;
}
.nhan-nhiem-vu-step .steps ul[role=tablist] {
  display: none;
}
.nhan-nhiem-vu-step .hoan-thanh-img {
  max-width: 922px;
}
.nhan-nhiem-vu-step .content #hoan-thanh {
  max-width: 500px;
  margin: auto;
}
.nhan-nhiem-vu-step .content img {
  border-radius: 8px;
}
.nhan-nhiem-vu-step .content .download-img-wrap .btn-download-img {
  border: none !important;
  color: #fff !important;
  position: absolute;
  right: 0;
  font-weight: 500;
  bottom: 0;
}
.nhan-nhiem-vu-step .content .download-img-wrap .btn-download-img:hover {
  background: transparent;
}
.nhan-nhiem-vu-step .content .text-right > .btn {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
}
.nhan-nhiem-vu-step .content .text-right > .btn:not(:hover) {
  color: #32343A;
  border: 1px solid #32343A;
}
.nhan-nhiem-vu-step .textarea.form-control {
  min-height: 140px;
}

.shop-head .form-select {
  background-color: #FAFAFA;
  border-color: transparent;
  min-width: 330px;
}

.product a {
  color: currentColor;
}
.product a:hover {
  text-decoration: unset;
}
.product-image img {
  border-radius: 8px;
}
.product-content {
  padding: 12px 0 30px 0;
}
.product-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 12px;
}
.product-price {
  margin-bottom: 12px;
}
.product-price span {
  font-size: 16px;
  color: #EAB308;
  font-weight: 700;
}
.product-price del {
  margin-left: 10px;
  font-size: 14px;
}
.product-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 30px;
}
.product .add-to-cart {
  width: 100%;
  margin-top: auto;
}

.product-detail-title {
  font-size: 25px;
  font-weight: 500;
}
.product-detail-price {
  display: flex;
  align-items: center;
}
.product-detail-price span {
  color: #EAB308;
  font-size: 30px;
  font-weight: 700;
}
.product-detail-price del {
  margin-left: 15px;
  font-size: 18px;
}
.product-detail .quantity {
  display: flex;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.product-detail .quantity button {
  color: #5D6A83;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  background: transparent;
}
.product-detail .quantity-number {
  max-width: 64px;
  border: none;
  text-align: center;
}
.product-detail .quantity-number:focus-visible {
  outline: none;
}
.product-detail .quantity input::-webkit-outer-spin-button,
.product-detail .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-detail .btn-add-to-cart {
  margin-left: 66px;
  min-width: 280px;
}
.product-detail-price {
  margin: 20px 0;
}
.product-detail-description {
  border-top: 1px solid #E8EDFF;
  margin-top: 40px;
  padding-top: 20px;
}
.product-detail-text {
  font-size: 18px;
  color: #5D6A83;
}
.product-detail-info {
  padding-left: 40px;
}

.product-detail-gallery .carousel-nav .carousel-cell {
  max-width: 80px;
  margin-right: 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}
.product-detail-gallery .carousel-nav .carousel-cell.is-selected {
  border-color: var(--bs-red);
}
.product-detail-gallery .carousel-main {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.product-detail-gallery .carousel .flickity-button {
  background: transparent;
  color: #5D6A83;
  width: 24px;
  height: 24px;
}

.section-cart .wallet-col textarea.form-control {
  min-height: 140px;
}
.section-cart .shipping {
  border-bottom: 1px solid #E8EDFF;
  margin-bottom: 25px;
}
.section-cart .shipping label {
  color: #5D6A83;
}
.section-cart .list-table th {
  color: #32343A;
}
.section-cart .list-table-product-img img {
  width: 80px;
  border-radius: 8px;
}
.section-cart .list-table-price del {
  font-size: 12px;
  display: block;
  opacity: 0.5;
}
.section-cart .list-table-product-title {
  max-width: 270px;
}
.section-cart .list-table-product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-cart .list-table-subtotal, .section-cart .list-table-product-title a {
  color: #32343A;
  font-weight: 500;
}
.section-cart .quantity {
  display: flex;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.section-cart .quantity button {
  color: #5D6A83;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  background: transparent;
  line-height: 20px;
}
.section-cart .quantity-number {
  max-width: 40px;
  border: none;
  text-align: center;
}
.section-cart .quantity-number:focus-visible {
  outline: none;
}
.section-cart .quantity input::-webkit-outer-spin-button,
.section-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-cart .quantity input[type=number] {
  -moz-appearance: textfield;
}

.OrderModal .modal-dialog {
  max-width: 600px;
}

.section-wallet .list-table-price {
  color: #32343A;
  white-space: nowrap;
}

.lich-su-so-du .list-table th, .lich-su-so-du .list-table td {
  text-align: center;
}

.chi-tiet-ho-tro .list-table-time {
  margin-right: 30px;
  color: #5D6A83;
  width: unset;
}
.chi-tiet-ho-tro .list-table-time span {
  padding-left: 10px;
}

.cau-hoi-thuong-gap .wizard > .steps > ul {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 35px;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li {
  width: 100%;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid var(--bs-primary);
  border-radius: 8px;
  padding: 35px 50px;
  background-color: #fff;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li > a .material-symbols-outlined {
  font-size: 40px;
  border: 1px solid #95ADFF;
  color: var(--bs-primary);
  border-radius: 8px;
  padding: 7px;
  margin-right: 15px;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li > a strong {
  display: block;
  font-size: 18px;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li > a strong small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #32343A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li.current > a {
  background-color: var(--bs-primary);
  color: #fff;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li.current > a .material-symbols-outlined {
  color: #fff;
}
.cau-hoi-thuong-gap .wizard > .steps > ul > li.current > a strong small {
  color: #BFCDFF;
}
.cau-hoi-thuong-gap .wizard .content {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}

.chi-tiet-ho-tro .card {
  border: 1px solid #BFCDFF;
  background-color: #FAFAFA;
  box-shadow: unset;
  padding: 40px 30px;
}
.chi-tiet-ho-tro .card img.rounded-start {
  max-width: 100px;
  margin: 0 auto;
}
.chi-tiet-ho-tro .card-title {
  font-size: 14px;
  color: var(--bs-primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.chi-tiet-ho-tro .card-body {
  padding: 0;
  color: #5D6A83;
  font-size: 14px;
}
.chi-tiet-ho-tro .card-body label {
  color: #32343A;
}
.chi-tiet-ho-tro .card-footer {
  background: transparent;
  border: none;
  padding: 0;
  color: #96A3BE;
  font-size: 14px;
  margin-top: 15px;
}
.chi-tiet-ho-tro .card .col-md-10 {
  padding: 0 0 0 30px;
}
.chi-tiet-ho-tro .card-attachment-img {
  max-width: 175px;
}
.chi-tiet-ho-tro .level-2 {
  margin-left: auto;
}
.chi-tiet-ho-tro .level-2 .card {
  background-color: #E8EDFF;
}

section .trumbowyg-box {
  border-color: var(--bs-blue);
  border-radius: 8px;
  overflow: hidden;
}
section .trumbowyg-button-pane {
  background-color: var(--bs-blue);
  border: none;
}
section .trumbowyg-button-pane .trumbowyg-button-group > button svg {
  color: #fff;
  fill: #fff;
}
section .trumbowyg-button-pane .trumbowyg-button-group > button.trumbowyg-active,
section .trumbowyg-button-pane .trumbowyg-button-group > button:not(.trumbowyg-disable):focus,
section .trumbowyg-button-pane .trumbowyg-button-group > button:not(.trumbowyg-disable):hover {
  background-color: #fff;
  outline: 0;
}
section .trumbowyg-button-pane .trumbowyg-button-group > button.trumbowyg-active > svg,
section .trumbowyg-button-pane .trumbowyg-button-group > button:not(.trumbowyg-disable):focus > svg,
section .trumbowyg-button-pane .trumbowyg-button-group > button:not(.trumbowyg-disable):hover > svg {
  color: var(--bs-blue);
  fill: var(--bs-blue);
}
section .trumbowyg-button-pane .trumbowyg-button-group > button.trumbowyg-active.trumbowyg-open-dropdown::after,
section .trumbowyg-button-pane .trumbowyg-button-group > button:not(.trumbowyg-disable):focus.trumbowyg-open-dropdown::after,
section .trumbowyg-button-pane .trumbowyg-button-group > button:not(.trumbowyg-disable):hover.trumbowyg-open-dropdown::after {
  border-top-color: var(--bs-blue);
}
section .trumbowyg .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}

.Account.modal .modal-dialog {
  max-width: 600px;
}
.Account.modal p {
  color: #5D6A83;
}

.step-xac-thuc p > a > .material-symbols-outlined {
  position: relative;
  font-size: 20px;
  top: 4px;
}
.step-xac-thuc .step-images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.step-xac-thuc .step-images > .step-image {
  width: 100%;
  max-width: 475px;
}
.step-xac-thuc .step-images > .step-image > p {
  margin-top: 10px;
}
.step-xac-thuc .text-black-50 {
  color: #718096;
}
.step-xac-thuc .hop-dong input::file-selector-button {
  display: none;
}
.step-xac-thuc .hop-dong label {
  margin-bottom: 0;
}
.step-xac-thuc .hop-dong .btn {
  white-space: nowrap;
  margin-left: 30px;
}
.step-xac-thuc .hop-dong .btn .material-symbols-outlined {
  margin-right: 8px;
}
.step-xac-thuc label.text-primary {
  font-size: 20px;
}

.preview {
  width: 100%;
  background-color: var(--file-bg);
  padding: 15px;
  border-radius: 10px;
  border: 1px dashed var(--file-border-color);
  text-align: center;
  cursor: pointer;
  color: #96A3BE;
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.preview .material-symbols-outlined {
  font-size: 40px;
  color: #5D6A83;
  margin-bottom: 10px;
}
.preview p .text-primary {
  text-decoration: underline;
}
.preview label {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  font-size: 16px;
  text-transform: capitalize;
  padding-right: 10px;
  text-shadow: 0 0 black;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 500;
  opacity: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.preview.active .image-content {
  display: none;
}
.preview.active .image-label {
  opacity: 1;
}
.preview.active label {
  opacity: 1;
}
.preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

@media (max-width: 768px) {
  .step-xac-thuc .step-images {
    flex-direction: column;
  }
  .step-xac-thuc .step-images > .step-image {
    max-width: 320px;
    margin: auto;
  }
  .step-xac-thuc .hop-dong {
    flex-direction: column;
  }
  .step-xac-thuc .hop-dong .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .step-xac-thuc .preview {
    height: 200px;
  }
  .step-xac-thuc .preview .image-content {
    font-size: 14px;
  }
  .chi-tiet-ho-tro .card {
    padding: 20px 15px;
  }
  .chi-tiet-ho-tro .card .col-md-10 {
    padding-left: 0;
  }
  .list-table td::before, .list-table th::before {
    color: #32343A;
  }
  .section-cart table td {
    padding: 5px;
  }
  .section-cart .list-table-subtotal, .section-cart .list-table-quantity, .section-cart .list-table-price {
    display: none;
  }
  .section-cart .list-table-product-img {
    min-width: 100px;
  }
  .section-cart .list-table-product-title a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section-cart .list-table-product-title .price {
    line-height: 1;
  }
  .section-cart .list-table-product-title .price span {
    font-size: 14px;
    color: var(--bs-danger);
  }
  .section-cart .list-table-product-title .price del {
    font-size: 12px;
  }
  .section-cart .list-table-product-title .quantity button {
    width: 20px;
    height: 20px;
    line-height: 15px;
    padding: 0;
  }
  .section-cart .list-table-product-title .quantity input[type=number] {
    font-size: 12px;
    height: 20px;
    max-width: 30px;
  }
  .product-detail-gallery .carousel-nav .carousel-cell {
    max-width: 50px;
  }
  .product-detail-price {
    margin: 10px 0;
  }
  .product-detail-price span {
    font-size: 22px;
  }
  .product-detail-price del {
    font-size: 14px;
  }
  .product-detail .btn-add-to-cart {
    margin-left: 5px;
    min-width: unset;
    width: 100%;
  }
  .product-detail .add-to-cart {
    flex: 1;
  }
  .product-detail .quantity-number {
    max-width: 50px;
  }
  .product-detail .quantity-number button {
    width: 30px;
    height: 30px;
  }
  .shop-head {
    flex-direction: column;
  }
  .product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product .add-to-cart {
    height: 40px;
    font-size: 14px;
  }
  .wizard > .actions a,
  .wizard > .actions a:hover,
  .wizard > .actions a:active {
    min-width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .nhan-nhiem-vu-step .wizard > .content > .body > iframe {
    height: 250px;
  }
  .ViTri .modal-body {
    padding: 0 15px 15px;
  }
  .accout .card-header {
    text-align: center;
    padding: 20px 15px;
  }
  .accout .card-header .btn {
    height: 50px;
    min-width: 170px;
    margin-top: 10px;
  }
  .single-post-title {
    font-size: 20px;
    text-align: center;
  }
  .tao-yeu-cau .text-right .btn {
    min-width: 100%;
  }
  .section-form .form-control.datepick {
    margin-top: 10px;
  }
  .wallet-col .depositAmount .form-check {
    padding: 10px 10px 8px 30px;
    font-size: 14px;
  }
  .wallet-btn .btn {
    min-width: 140px;
  }
  .rate-wrap {
    justify-content: center;
  }
  .section-form .btn {
    font-size: 14px;
    padding: 0 5px;
    width: 100%;
    height: 40px;
  }
  .list-table-per-page {
    margin-bottom: 20px;
  }
  .pagination .page-item > * {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 5px !important;
    line-height: 30px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .list-table-footer {
    flex-direction: column;
  }
  .topnav.navbar-light .navbar-brand {
    padding-left: 0.75rem !important;
    min-width: unset;
  }
  .col-inner {
    padding: 20px 10px;
  }
  .thong-ke h5 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .thong-ke-head {
    flex-direction: column;
    height: auto;
  }
  .thong-ke-head span {
    margin: 15px 0 10px 0;
  }
  .thong-ke .text-danger,
  .thong-ke .text-success {
    font-size: 16px;
  }
  .du-an-cua-ban .form-select {
    margin: 15px auto;
  }
  .section-title {
    text-align: center;
  }
  h2, .h2 {
    font-size: 22px;
  }
  .login h1 {
    font-size: 24px;
  }
  .login .navbar-expand .navbar-nav {
    flex-direction: column;
    text-align: center;
  }
  .login-form button[type=submit],
  .login-with-google,
  .input-group-text.togglePassword,
  .form-control, .datatable-input {
    min-height: 40px;
    padding: 5px 10px;
  }
  .file-container table tr {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .cau-hoi-thuong-gap .wizard > .steps > ul {
    overflow-x: scroll;
    margin-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cau-hoi-thuong-gap .wizard > .steps > ul::-webkit-scrollbar {
    display: none;
  }
  .cau-hoi-thuong-gap .wizard > .steps > ul > li {
    min-width: 300px;
  }
  .cau-hoi-thuong-gap .wizard > .steps > ul > li > a {
    padding: 15px;
  }
  .cau-hoi-thuong-gap .wizard > .steps > ul > li > a strong {
    font-size: 16px;
  }
  .cau-hoi-thuong-gap .wizard > .steps > ul > li > a .material-symbols-outlined {
    font-size: 30px;
    padding: 5px;
  }
  .cau-hoi-thuong-gap .wizard .content {
    padding: 20px 10px;
  }
  .cau-hoi-thuong-gap .wizard .content .accordion-button {
    padding-right: 0;
  }
  .product-detail-info {
    padding-left: 0;
    padding-top: 40px;
  }
  .shop-head .form-select {
    min-width: unset;
  }
  .product-price del {
    display: block;
    margin-left: 0;
  }
  .single-post-header {
    flex-direction: column;
  }
  .login {
    padding: 0 0.75rem;
  }
  .login .logo {
    text-align: center;
  }
  .login .logo img {
    margin-left: auto;
    margin-top: 30px;
  }
  .topnav-title {
    display: none;
  }
  .topnav .navbar-brand-wrap {
    border: none;
  }
  .dropdown-notifications .dropdown-menu .dropdown-notifications-header {
    font-size: 20px;
    padding: 10px;
  }
  .dropdown-notifications-item-icon {
    right: 10px;
  }
  .dropdown-notifications-header .btn {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .topnav .dropdown-notifications .dropdown-menu {
    width: 500px;
    max-height: 830px;
    right: -55px;
  }
}
@media (min-width: 1200px) {
  .nhiem-vu .text-warning {
    color: #EAB308 !important;
  }
  .nhiem-vu .list-table-link-map {
    width: 130px;
  }
  .nhiem-vu .list-table-profit {
    white-space: nowrap;
  }
  .nhiem-vu .list-table-note a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .nhiem-vu .list-table-title {
    width: 12%;
  }
}
@media (min-width: 1500px) {
  .yeu-cau-ho-tro .list-table-content-2 {
    width: 25%;
  }
  .message-accout {
    margin-left: -15px;
  }
  .nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 310px;
  }
  .topnav .navbar-brand-wrap,
  .nav-fixed #layoutSidenav #layoutSidenav_nav {
    min-width: 295px;
  }
  .sidenav-light .sidenav-menu {
    padding: 15px 30px;
  }
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-20rem);
  }
  .topnav .navbar-brand {
    padding-left: 40px !important;
    min-width: 279px;
  }
  .danh-sach-du-an .list-table-progree {
    padding-left: 80px !important;
    width: 25%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .preview {
    height: 160px;
  }
  .yeu-cau-ho-tro .list-table-content-1,
  .yeu-cau-ho-tro .list-table-sku {
    display: none;
  }
  .yeu-cau-ho-tro .list-table-content-2 {
    width: 35%;
  }
  .nhan-nhiem-vu-step .wizard > .content > .body > iframe {
    height: 400px;
  }
  .nhiem-vu .list-table-note {
    display: none;
  }
  .nhiem-vu .list-table-progree .btn {
    white-space: unset;
    line-height: 1.2;
  }
  .list-table-content {
    max-width: 250px;
    overflow: hidden;
  }
  .list-table-img, .list-table-rai-cham {
    width: 80px;
  }
  .list-table-stt {
    width: 60px;
  }
  .file-container table tr {
    width: 25%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .cau-hoi-thuong-gap .wizard > .steps > ul > li .done > a:hover, .cau-hoi-thuong-gap .wizard > .steps > ul > li .done > a, .cau-hoi-thuong-gap .wizard > .steps > ul > li > a {
    padding: 15px 20px;
  }
  .thong-ke h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .thong-ke h6 {
    font-size: 18px;
  }
  .thong-ke-head span {
    font-size: 14px;
    margin-right: 10px;
  }
}/*# sourceMappingURL=style.css.map */