@charset "UTF-8";
@font-face {
  font-family: "SF-Pro-Display";
  src: url("/assets/fonts/SFPRODISPLAYREGULAR.OTF") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("/assets/fonts/SFPRODISPLAYMEDIUM.OTF") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("/assets/fonts/SFPRODISPLAYBOLD.OTF") format("truetype");
  font-style: normal;
  font-weight: 600;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

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

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

a {
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  color: #3f3f3f;
}

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

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-family: "SF-Pro-Display";
}

/* Track */
/* Handle */
/* Handle on hover */
.hidden-visible {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1490fc;
}

.modal {
  z-index: 1077;
}
.modal-header {
  border-bottom: 0;
}

.navbar-notify {
  width: 340px !important;
}
.navbar-notify__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #1490fc !important;
}
.navbar-notify__icon svg {
  width: 18px;
  height: 18px;
}
.navbar-notify__item {
  position: relative;
  gap: 12px;
  white-space: initial;
}
.navbar-notify__item:hover {
  color: unset !important;
}
.navbar-notify__item::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 10px;
  width: 8px;
  height: 8px;
  display: none;
  border-radius: 50%;
  background-color: #1490fc;
}
.navbar-notify__item.notify-news::after {
  display: block;
}
.navbar-notify__item.notify-news .navbar-notify__info {
  color: #030229;
}
.navbar-notify__info {
  color: #a2a2a2;
}
.navbar-notify__title {
  font-size: 16px;
  font-weight: 600;
}
.navbar-notify__desc {
  font-size: 12px;
  font-weight: 400;
}
.navbar-notify__time {
  font-size: 12px;
  color: #1490fc;
}
.navbar-notify__content {
  max-height: 520px;
  overflow-y: auto;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.estimated {
  border-radius: 20px;
  padding: 24px 22px;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .estimated .hide-on-bothTM {
    display: none !important;
  }
  .estimated {
    padding: 20px 18px;
  }
}
.estimated-list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-list .hide-on-bothTM {
    display: none !important;
  }
  .estimated-list {
    gap: 14px 14px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .estimated-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.estimated-title {
  color: #fff;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
}
.estimated-item {
  padding: 30px 30px 40px;
  border-radius: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 1440px) {
  .estimated-item {
    padding: 26px 26px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .estimated-item {
    padding: 26px 18px 25px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .estimated-item .hide-on-bothTM {
    display: none !important;
  }
  .estimated-item {
    border-radius: 18px;
    padding: 18px 16px 22px;
  }
}
.estimated-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .estimated-item__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .estimated-item__title .hide-on-bothTM {
    display: none !important;
  }
  .estimated-item__title {
    font-size: 17px;
  }
}
.estimated-item__money {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  width: 100%;
  margin-top: 16px;
  display: inline-block;
  color: var(--bs-primary);
}
@media only screen and (max-width: 1440px) {
  .estimated-item__money {
    font-size: 48px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1366px) {
  .estimated-item__money {
    font-size: 44px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .estimated-item__money .hide-on-pc-Lose {
    display: none;
  }
  .estimated-item__money {
    font-size: 36px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .estimated-item__money .hide-on-bothTM {
    display: none !important;
  }
  .estimated-item__money {
    font-size: 31px;
  }
}
.estimated-revenue {
  margin-top: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .estimated-revenue {
    margin-top: 18px;
  }
}
.estimated-revenue__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 38px;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-revenue__cover .hide-on-bothTM {
    display: none !important;
  }
  .estimated-revenue__cover {
    gap: 18px;
    margin-top: 14px;
    flex-direction: column-reverse;
  }
}
.estimated-revenue__chat {
  width: 75%;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-revenue__chat .hide-on-bothTM {
    display: none !important;
  }
  .estimated-revenue__chat {
    width: 100%;
  }
}
.estimated-revenue__info {
  width: 25%;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-revenue__info .hide-on-bothTM {
    display: none !important;
  }
  .estimated-revenue__info {
    width: 100%;
  }
}
.estimated-revenue__filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 14px;
}
.estimated-revenue__site {
  width: 70%;
}
.estimated-revenue__time {
  width: 30%;
}
.estimated-revenue__time .select2-container, .estimated-revenue__site .select2-container {
  width: 100% !important;
}
.estimated-revenue__time .select2-container--default .select2-selection--single, .estimated-revenue__site .select2-container--default .select2-selection--single {
  border-color: #000;
}
.estimated-revenue__color {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.estimated-revenue__note {
  margin-top: 18px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .estimated-revenue__note {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 14px;
  }
}
.estimated-revenue__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 18px;
  background-color: #ebebeb;
}
.estimated-revenue__details + .estimated-revenue__details {
  margin-top: 8px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .estimated-revenue__details + .estimated-revenue__details {
    margin-top: 0;
  }
}
.estimated-revenue__name {
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.estimated-revenue__price {
  font-size: 24px;
  font-weight: 700;
  color: #1490fc;
}
.estimated-revenue__title {
  font-weight: bold;
}
.estimated-performance__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.estimated-performance__share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding: 3px 24px 3px 6px;
  color: #fff;
  border-radius: 4px;
  background-color: #1490fc;
}
@media only screen and (max-width: 46.1875em) {
  .estimated-performance__share {
    font-size: 17px;
    gap: 8px;
    padding: 3px 16px 3px 6px;
  }
}
.estimated-performance__table {
  margin-top: 22px;
}
.estimated-performance__table th,
.estimated-performance__table td {
  text-align: center;
}
.estimated-performance__table thead tr {
  background-color: #ebebeb;
}
.estimated-performance__table thead tr th {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
.estimated-performance__table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.estimated-performance__table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.estimated-performance__table td + td .estimated-performance__title::after,
.estimated-performance__table th + th .estimated-performance__title::after {
  display: block;
}
.estimated-performance__table tr:nth-child(2n) {
  background-color: #fafafb;
}
.estimated-performance__title {
  position: relative;
  display: block;
  font-size: 16px;
}
.estimated-performance__title::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  width: 1px;
  height: calc(100% + 14px);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
}
.estimated-performance__title.line-item::after {
  height: calc(100% + 9px);
  background-color: rgba(0, 0, 0, 0.2);
}
.estimated-performance__money {
  font-weight: bold;
  color: #1490fc;
}
.estimated-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .estimated-footer {
    flex-direction: column;
    gap: 0;
  }
}
.estimated-footer__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 40%;
}
@media only screen and (max-width: 46.1875em) {
  .estimated-footer__right {
    width: 100%;
  }
}
.estimated-footer__left {
  width: 60%;
}
@media only screen and (max-width: 46.1875em) {
  .estimated-footer__left {
    width: 100%;
  }
}
.estimated-footer__note {
  width: 30%;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-footer__note .hide-on-bothTM {
    display: none !important;
  }
  .estimated-footer__note {
    width: 100%;
  }
}
.estimated-footer__chart {
  min-height: 300px;
  width: 70%;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-footer__chart .hide-on-bothTM {
    display: none !important;
  }
  .estimated-footer__chart {
    width: 100%;
    margin-top: 16px;
  }
}
.estimated-footer__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-footer__cover .hide-on-bothTM {
    display: none !important;
  }
  .estimated-footer__cover {
    flex-direction: column;
  }
}
@media only screen and (max-width: 46.1875em) {
  .estimated-footer__list {
    margin-top: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }
}
.estimated-footer__item {
  gap: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.estimated-footer__line {
  margin-top: 7px;
  --sizeDot: 12px;
  width: var(--sizeDot);
  height: var(--sizeDot);
  border-radius: 50%;
}
.estimated-footer__title {
  font-size: 16px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .estimated-footer__title {
    min-width: 100px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .estimated-footer__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.estimated-device, .estimated-traffic {
  width: 100%;
}
.estimated-traffic {
  margin-top: 0;
}
.estimated-traffic__cover {
  margin-top: 6px;
}
.estimated-traffic__item + .estimated-traffic__item {
  margin-top: 4px;
}
.estimated-traffic__icon {
  --sizeDot: 12px;
  width: var(--sizeDot);
  min-width: var(--sizeDot);
  height: var(--sizeDot);
  border-radius: 50%;
  background-color: #a6b7d4;
}
.estimated-device {
  width: 100%;
}
.estimated-device__list {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
}
@media only screen and (max-width: 63.9375em) {
  .estimated-device__list .hide-on-bothTM {
    display: none !important;
  }
  .estimated-device__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.estimated-device__icon {
  --sizeIcon: 36px;
  width: var(--sizeIcon);
  min-width: var(--sizeIcon);
  height: var(--sizeIcon);
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.estimated-device__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.estimated-device__cover {
  font-size: 20px;
  gap: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .estimated-device__cover {
    font-size: 17px;
  }
}
.estimated-device__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.estimated-device__percent {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 1440px) {
  .estimated-device__percent {
    font-size: 22px;
  }
}

.sidebar-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
}
.sidebar-body__bottom, .sidebar-body__top {
  width: 100%;
}
.sidebar-body__bottom {
  margin-top: auto;
  padding: 30px 25px 0 34px;
}
.sidebar-body__profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar-body__title {
  font-size: 17px;
  font-weight: 700;
}
.sidebar-body__icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1490fc;
}
.sidebar-body__logout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-top: 12px;
}
.sidebar-body__logout .sidebar-body__icon {
  background-color: transparent;
}

.zones-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 63.9375em) {
  .zones-header .hide-on-bothTM {
    display: none !important;
  }
  .zones-header {
    flex-direction: column;
  }
}
.zones-header__add {
  width: 40%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  flex-direction: column;
  padding: 17px 20px;
  background-color: #1490fc;
}
@media only screen and (max-width: 1366px) {
  .zones-header__add {
    width: 35%;
  }
}
@media only screen and (max-width: 1366px) {
  .zones-header__add {
    font-size: 24px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .zones-header__add .hide-on-bothTM {
    display: none !important;
  }
  .zones-header__add {
    width: 100%;
  }
}
.zones-header__add svg {
  margin-bottom: 6px;
}
.zones-header__list {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 16px;
}
@media only screen and (max-width: 1366px) {
  .zones-header__list {
    width: 65%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .zones-header__list .hide-on-bothTM {
    display: none !important;
  }
  .zones-header__list {
    width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .zones-header__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.zones-search {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 14px;
}
.zones-search__input {
  width: 340px;
}
.zones-search__input:focus {
  border-color: #1490fc;
}
.zones-search__btn {
  padding: 6px 18px;
  border-radius: 4px;
  background-color: #1490fc;
}
.zones-item {
  padding: 24px 28px 26px;
}
@media only screen and (max-width: 1366px) {
  .zones-item {
    padding: 24px 16px 26px;
  }
}
.zones-item__money {
  font-size: 30px;
  margin-top: 14px;
}
@media only screen and (max-width: 1366px) {
  .zones-item__money {
    font-size: 23px;
  }
}
.zones-table__status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 8px;
  border-radius: 12px;
  color: #6b7280;
  border: 1px solid #6b7280;
}
.zones-table__status.type-success {
  color: #24bf24;
  border-color: #24bf24;
}
.zones-table__status.type-cancel {
  color: #dc2626;
  border-color: #dc2626;
}
.zones-table__status.type-warn {
  color: #ffa500;
  border-color: #ffa500;
}
.zones-table__status.type-review {
  color: #1490fc;
  border-color: #1490fc;
}
.zones-table__ads {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #a2a2a2;
  margin: 0 auto;
}
.zones-table__edit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #fff;
  margin: 0 auto;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #1490fc;
}
.zones-table__edit svg {
  width: 20px;
  height: 20px;
}
.zones-modal .modal-dialog {
  max-width: 37%;
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal .modal-dialog .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal .modal-dialog {
    max-width: 95%;
  }
}
.zones-modal .modal-content {
  border-radius: 24px;
  overflow: hidden;
}
.zones-modal__title {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 46.1875em) {
  .zones-modal__title {
    font-size: 20px;
  }
}
.zones-modal__title.type-cancel {
  color: #dc2626;
}
.zones-modal__title.type-pending {
  color: #ffa500;
}
.zones-modal__title.type-add {
  color: #1490fc;
}
.zones-modal__site .modal-dialog {
  max-width: 500px;
}
.zones-modal__file .modal-dialog {
  max-width: 57%;
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__file .modal-dialog .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__file .modal-dialog {
    max-width: 95%;
  }
}
.zones-modal__body {
  padding: 24px 30px 30px;
}
.zones-modal__desc {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.3;
}
.zones-modal__name {
  font-size: 18px;
}
.zones-modal__url {
  margin-top: 6px;
}
.zones-modal__group.type-success .zones-modal__input {
  border-color: #24bf24;
}
.zones-modal__group.type-error .zones-modal__input {
  border-color: #dc2626;
}
.zones-modal__input {
  margin: 4px 0;
  width: 100%;
  font-size: 17px;
  border-radius: 16px;
  padding: 8px 20px;
  border: 1px solid #1490fc;
}
.zones-modal__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.zones-modal__valid {
  display: inline-block;
  padding-top: 4px;
  color: #24bf24;
  font-size: 18px;
}
@media only screen and (max-width: 46.1875em) {
  .zones-modal__valid {
    font-size: 16px;
  }
}
.zones-modal__valid.type-invalid {
  color: #dc2626;
}
.zones-modal__cancel {
  margin-top: 32px;
  padding: 4px 20px;
  width: fit-content;
  font-size: 26px;
  font-weight: bold;
  border-radius: 12px;
  border: 1px solid #3f3f3f;
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__cancel .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__cancel {
    font-size: 23px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .zones-modal__cancel {
    font-size: 19px;
  }
}
.zones-modal__save {
  margin-left: 12px;
  color: #fff;
  padding: 4px 26px;
  border-color: #1490fc;
  background-color: #1490fc;
}
.zones-modal__status {
  margin-top: 12px;
  padding: 4px 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 19px;
  color: #24bf24;
  background-color: rgba(36, 191, 36, 0.2);
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__status .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__status {
    line-height: 1.2;
    font-size: 16px;
  }
}
.zones-modal__cover {
  margin-top: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__cover .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__cover {
    flex-direction: column-reverse;
  }
}
.zones-modal__box {
  width: 80%;
  padding: 10px;
  height: 60vh;
  max-height: 60vh;
  overflow-y: auto;
  border-radius: 4px;
  border: 1px solid #030229;
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__box .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__box {
    width: 100%;
  }
}
.zones-modal__action {
  width: 12%;
}
@media only screen and (max-width: 1440px) {
  .zones-modal__action {
    width: 20%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__action .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__action {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.zones-modal__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #fff;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 8px;
  background-color: #24bf24;
}
.zones-modal__details svg {
  min-width: 24px;
}
.zones-modal__details:last-child {
  background-color: #1490fc;
}
.zones-modal__details + .zones-modal__details {
  margin-top: 6px;
}
@media only screen and (max-width: 63.9375em) {
  .zones-modal__details + .zones-modal__details .hide-on-bothTM {
    display: none !important;
  }
  .zones-modal__details + .zones-modal__details {
    margin-top: 0;
  }
}

.report-title {
  color: #1490fc;
}
.report-filter {
  margin-top: 17px;
  gap: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.report-filter__download {
  width: fit-content;
  background-color: #24bf24 !important;
}
.report-filter__group {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 8px;
}
.report-filter__activity {
  width: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.report-filter__option {
  width: 100%;
}
.report-filter__remove {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px 9px;
  background-color: #030229;
}
.report-table__status {
  font-weight: 400;
  margin: 0 auto;
  padding: 3px 14px;
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  display: flex;
  border-radius: 8px;
  background-color: #24bf24;
}
.report-table__status.type-pending {
  background-color: #ffa500;
}
.report-table__tab {
  margin-top: 0;
}
.report-table__total {
  font-weight: bold;
}
.report-table__total::after {
  display: none !important;
}
.report-table tbody tr:nth-child(2n) {
  background-color: #ebebeb;
}

.wallet-heading {
  margin-top: 0;
}
.wallet-box {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  gap: 16px;
}
@media only screen and (max-width: 63.9375em) {
  .wallet-box .hide-on-bothTM {
    display: none !important;
  }
  .wallet-box {
    flex-direction: column;
  }
}
.wallet-box__balance {
  width: 40%;
  padding: 20px 20px 20px;
  border-radius: 24px;
  background-color: #1490fc;
}
@media only screen and (max-width: 63.9375em) {
  .wallet-box__balance .hide-on-bothTM {
    display: none !important;
  }
  .wallet-box__balance {
    width: 100%;
  }
}
.wallet-box__balance .swiper {
  height: 100%;
}
.wallet-box__list {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 16px;
}
@media only screen and (max-width: 63.9375em) {
  .wallet-box__list .hide-on-bothTM {
    display: none !important;
  }
  .wallet-box__list {
    width: 100%;
  }
}
.wallet-box__add {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1490fc;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__add .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__add {
    margin: 10px 0;
    margin-left: auto;
  }
}
.wallet-box__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__header .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__header {
    flex-direction: column;
  }
}
.wallet-box__text {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .wallet-box__text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__text .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__text {
    width: 100%;
  }
}
.wallet-box__price {
  color: #fff;
  line-height: 1.2;
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .wallet-box__price {
    margin-top: 6px;
    font-size: 42px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__price .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__price {
    font-size: 32px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .wallet-box__price {
    font-size: 38px;
  }
}
.wallet-box__brand {
  width: 100%;
  margin-top: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__brand .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__brand {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .wallet-box__brand .hide-on-bothTM {
    display: none !important;
  }
  .wallet-box__brand {
    margin-top: 30px;
  }
}
.wallet-box__bank {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__bank .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__bank {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wallet-box__name {
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 1440px) {
  .wallet-box__name {
    font-size: 20px;
  }
}
.wallet-box__name span {
  font-size: 15px;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #1490fc;
}
.wallet-box__item {
  padding-bottom: 62px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .wallet-box__item .hide-on-pc-Lose {
    display: none;
  }
  .wallet-box__item {
    padding-bottom: 48px;
  }
}
.wallet-box__cover {
  width: 100%;
}
.wallet-box__check {
  gap: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.wallet-box__email {
  font-size: 16px;
  color: #a2a2a2;
}
.wallet-box__prev, .wallet-box__next {
  top: auto;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.wallet-box__prev svg, .wallet-box__next svg {
  min-width: 24px;
}
.wallet-box__prev::after, .wallet-box__next::after {
  display: none;
}
.wallet-box__prev {
  left: 22px;
}
.wallet-box__next {
  right: 20px;
}
.wallet-box__pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 7px !important;
  background-color: #73beff;
}
.wallet-box__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.wallet-modal .modal-dialog {
  max-width: 37%;
}
@media only screen and (max-width: 63.9375em) {
  .wallet-modal .modal-dialog .hide-on-bothTM {
    display: none !important;
  }
  .wallet-modal .modal-dialog {
    max-width: 90%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .wallet-modal .modal-dialog {
    max-width: 95%;
  }
}
.wallet-modal__body {
  padding: 24px 20px 30px;
}
.wallet-modal__brand {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 12px;
}
.wallet-modal__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid #a2a2a2;
}
.wallet-modal__check:checked + .wallet-modal__option {
  border-color: #1490fc;
}
.wallet-modal__check {
  display: none;
}
.wallet-modal__form {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 16px;
}
@media only screen and (max-width: 46.1875em) {
  .wallet-modal__form {
    gap: 10px 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.wallet-modal__label {
  font-size: 20px;
  margin-bottom: 4px;
}
.wallet-modal__input {
  margin: 0;
  border-color: #d0d0d0;
}
.wallet-modal__group:last-child, .wallet-modal__group:nth-child(1), .wallet-modal__group:nth-child(2) {
  grid-column: 1/3;
}
@media only screen and (max-width: 46.1875em) {
  .wallet-modal__group:last-child, .wallet-modal__group:nth-child(1), .wallet-modal__group:nth-child(2) {
    grid-column: 1/2;
  }
}
.wallet-modal__switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.wallet-modal__switch label {
  font-size: 20px;
}
.wallet-modal__toggle {
  width: 42px !important;
  height: 24px;
}
.wallet-modal__toggle:checked {
  border-color: #1490fc;
  background-color: #1490fc;
}
.wallet-modal__select {
  width: 100%;
}
.wallet-modal__select .select2-container {
  width: 100% !important;
}
.wallet-modal__select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px;
}
.wallet-modal__select .select2-container--default .select2-selection--single,
.wallet-modal__select .select2-container--default .select2-selection--multiple {
  border-radius: 16px;
}
.wallet-modal__select .select2-container--default .select2-selection--single,
.wallet-modal__select .select2-container--default .select2-selection--multiple {
  border-color: #d0d0d0;
}
.wallet-modal__term {
  color: #a2a2a2;
  font-size: 20px;
  margin-top: 16px;
}
.wallet-modal__term input:checked {
  border-color: #1490fc;
  background-color: #1490fc;
}
.wallet-modal__term a {
  color: #1490fc;
  margin-left: 4px;
  display: inline-block;
}

.profile-people {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-people__file {
  display: none;
}
.profile-people__img {
  position: relative;
  --sizeAvatar: 100px;
  width: var(--sizeAvatar);
  height: var(--sizeAvatar);
}
.profile-people__title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
}
.profile-people__email {
  font-size: 20px;
  color: #a2a2a2;
}
.profile-people__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px;
  border-radius: 50%;
  background-color: #000;
}
.profile-form {
  width: 70%;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form .hide-on-bothTM {
    display: none !important;
  }
  .profile-form {
    width: 100%;
  }
}
.profile-form__birth {
  border-radius: 16px;
  background-color: #fff;
}
.profile-form__birth .input-group-text {
  border-radius: 16px;
  border-color: #d0d0d0;
}
.profile-form__date {
  padding: 9px 12px;
  border-radius: 16px;
  border-color: #d0d0d0;
}
.profile-form__btn {
  margin-left: 0;
  text-transform: uppercase;
}
.profile-form__label span {
  display: inline-block;
  color: #dc2626;
}
.profile-accordion {
  margin-top: 32px;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #a2a2a2;
}
.profile-accordion__button {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-accordion__button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.profile-accordion__button span {
  width: 100%;
}
.profile-accordion__form {
  margin-top: 18px;
}
.profile-accordion__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 18px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-accordion__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.profile-accordion__group + .profile-accordion__group {
  margin-top: 12px;
}

.account {
  min-height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1490fc;
}
.account-sign {
  margin: 60px 0;
  width: 67%;
  overflow: hidden;
  border-radius: 24px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 63.9375em) {
  .account-sign .hide-on-bothTM {
    display: none !important;
  }
  .account-sign {
    width: 75%;
    margin: 40px 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-sign {
    width: 95%;
  }
}
.account-sign__left {
  width: 40%;
  background-color: #eff2fb;
}
@media only screen and (max-width: 63.9375em) {
  .account-sign__left .hide-on-bothTM {
    display: none !important;
  }
  .account-sign__left {
    background-color: #fff;
    padding-bottom: 0 !important;
  }
}
.account-sign__icon {
  padding-top: 100px;
}
@media only screen and (max-width: 63.9375em) {
  .account-sign__icon .hide-on-bothTM {
    display: none !important;
  }
  .account-sign__icon {
    display: none;
  }
}
.account-sign__right {
  width: 60%;
}
.account-sign__right .wallet-modal__input {
  background-color: #f5f6fb;
}
.account-sign__right .wallet-modal__select .select2-container .select2-selection--single {
  background-color: #f5f6fb;
  font-size: 16px;
}
.account-sign__right .profile-form__item:last-child, .account-sign__right .profile-form__item:nth-child(4), .account-sign__right .profile-form__item:first-child {
  grid-column: 1/3;
}
@media only screen and (max-width: 46.1875em) {
  .account-sign__right .profile-form__item:last-child, .account-sign__right .profile-form__item:nth-child(4), .account-sign__right .profile-form__item:first-child {
    grid-column: 1/2;
  }
}
.account-sign__left, .account-sign__right {
  padding: 40px 35px;
}
@media only screen and (max-width: 63.9375em) {
  .account-sign__left .hide-on-bothTM, .account-sign__right .hide-on-bothTM {
    display: none !important;
  }
  .account-sign__left, .account-sign__right {
    width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-sign__left, .account-sign__right {
    padding: 23px 20px;
  }
}
.account-sign__desc {
  margin-top: 4px;
}
.account-sign__form {
  width: 100%;
}
.account-sign__activity {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.account-sign__term {
  text-align: center;
  width: 70%;
  line-height: 1.3;
  font-size: 20px;
  color: #a2a2a2;
}
@media only screen and (max-width: 63.9375em) {
  .account-sign__term .hide-on-bothTM {
    display: none !important;
  }
  .account-sign__term {
    width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-sign__term {
    font-size: 17px;
    line-height: 1.4;
  }
}
.account-sign__term a {
  display: inline-block;
}
.account-sign__service {
  color: #1490fc;
}
.account-sign__link {
  padding-left: 0;
  text-align: center;
}
.account-in {
  width: 37%;
}
@media only screen and (max-width: 1440px) {
  .account-in {
    width: 50%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-in .hide-on-bothTM {
    display: none !important;
  }
  .account-in {
    width: 95%;
  }
}
.account-in__content {
  width: 100%;
}
.account-in__info {
  margin-top: 20px;
}
.account-in__btn {
  width: 40%;
}
.account-in__link {
  margin-top: 10px;
  padding: 4px 8px;
  border-radius: 16px;
  background-color: #f5f6fb;
}
.account-in__input:checked {
  border-color: #24bf24;
  background-color: #24bf24;
}
.account-in__check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.account-in__label {
  font-size: 20px;
  color: #a2a2a2;
}

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