@charset "UTF-8";
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;
  color: #000;
}

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,
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,
caption,
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: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 {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  color: #000;
  background-color: #f2f3fa;
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
body::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 6;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(222, 230, 255) 100%);
}
@media only screen and (max-width: 46.1875em) {
  body::after {
    position: fixed;
    height: 100vh;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1274px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
  body .container-xl {
    max-width: 100%;
  }
}
body .container {
  max-width: 812px;
  padding: 0 16px;
}

.bg-color {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.9375em) {
  .bg-color .hide-on-bothTM {
    display: none !important;
  }
  .bg-color {
    max-width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .bg-color {
    position: fixed;
  }
}
.bg-color__img {
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 66%;
  transform: translate(-50%, 0%);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1920px) {
  .bg-color__img {
    background-size: cover;
  }
}
@media only screen and (max-width: 46.1875em) {
  .bg-color__img {
    top: 42%;
    bottom: auto;
    height: 30vh;
    background-size: cover;
  }
}
.bg-color__line {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 46.1875em) {
  .bg-color__line {
    top: 0%;
    bottom: auto;
    height: 74vh;
  }
}

/* Track */
/* Handle */
/* Handle on hover */
.general-btn {
  position: relative;
  padding: 1.5px;
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.general-btn__red, .general-btn__main {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
}
.general-btn__red:hover, .general-btn__main:hover {
  color: #fff;
}
.general-btn__main {
  background: linear-gradient(338deg, rgb(35, 112, 202) 0%, rgb(68, 0, 155) 100%);
}
.general-btn__red {
  background: linear-gradient(143deg, rgb(255, 32, 32) 0%, rgb(239, 50, 95) 49%, rgb(89, 36, 138) 100%);
}
.general-btn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgb(253, 159, 201) 0%, rgb(145, 190, 251) 100%);
}
.general-btn.line-red::after {
  background: linear-gradient(90deg, rgb(254, 66, 70) 0%, rgb(250, 122, 248) 100%);
}
.general-btn.line-special::after {
  background: linear-gradient(90deg, rgb(68, 0, 155) 0%, rgb(35, 112, 202) 100%);
}
.general-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 46.1875em) {
  .general-title {
    font-size: 19px;
  }
}
.general-input {
  font-size: 14px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 46.1875em) {
  .general-input {
    font-size: 16px;
  }
}
.general-content * {
  margin: revert;
  font-size: 14px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
  font-family: "Inter", sans-serif, sans-serif !important;
}
.general-content figure {
  margin: auto;
  width: 100% !important;
}
.general-content img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .general-content img {
    height: auto !important;
  }
}
.general-content ul,
.general-content li {
  list-style-type: revert;
}
@media only screen and (max-width: 46.1875em) {
  .general-content table span,
  .general-content table p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-content h2 span strong,
  .general-content h2 strong {
    font-size: 17px !important;
  }
}
.general-content a {
  color: revert;
  display: revert;
}
.general-eye {
  position: relative;
}
.general-eye__icon {
  --sizeEye: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  min-width: var(--sizeEye);
  width: var(--sizeEye);
  height: var(--sizeEye);
  transform: translateY(-50%);
}
.general-eye__icon.eye-open {
  display: none;
}
.general-eye__icon.eye-open.is-active {
  display: block;
}
.general-eye__icon.eye-open.is-active + .eye-close {
  display: none;
}
.general-show {
  position: relative;
}
.general-show:hover .general-show__sub {
  opacity: 1;
  visibility: visible;
}
.general-show__sub {
  position: absolute;
  left: -6px;
  bottom: calc(100% + 14px);
  z-index: 10;
  width: max-content;
  color: #fff;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 100px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: #4a4a4a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .general-show__sub .hide-on-bothTM {
    display: none !important;
  }
  .general-show__sub {
    left: auto;
    right: 4px;
  }
}
.general-show__sub.left-icon {
  left: auto;
  right: -6px;
}
.general-show__sub.left-icon::after {
  left: auto;
  right: 16px;
}
.general-show__sub::after {
  position: absolute;
  content: "";
  left: 16px;
  top: 100%;
  border-top: 6px solid #4a4a4a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 63.9375em) {
  .general-show__sub::after .hide-on-bothTM {
    display: none !important;
  }
  .general-show__sub::after {
    left: auto;
    right: 16px;
  }
}
.general-bg {
  position: relative;
}
.general-bg::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(244, 246, 254, 0.8);
}
.general-activities {
  position: relative;
  --sizeAdd: 32px;
  min-width: var(--sizeAdd);
  width: var(--sizeAdd);
  height: var(--sizeAdd);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-activities.btn-remove:hover::after {
  background-color: #fa3532;
}
.general-activities::after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 8px;
  transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.general-activities:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px 0px rgba(0, 0, 0, 0.03);
}
.general-activities:hover svg path {
  fill: #fff;
}
.general-activities svg {
  position: relative;
  z-index: 10;
}

.home {
  position: relative;
  z-index: 10;
  margin-top: 65px;
}
@media only screen and (max-width: 63.9375em) {
  .home .hide-on-bothTM {
    display: none !important;
  }
  .home {
    margin-top: 30px;
  }
}
.home-mobile {
  max-width: 450px;
  margin: auto;
}

.modal {
  z-index: 1077;
}
.modal-backdrop {
  background-color: rgba(242, 243, 250, 0.8);
}
.modal-backdrop.show {
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
  transition: transform 0.3s ease-in-out !important;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 17px;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

#toasts {
  right: 0;
  transform: translateX(-40%);
}
@media only screen and (max-width: 46.1875em) {
  #toasts {
    max-width: 90%;
    width: max-content;
    margin: 60px auto 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast {
    margin: 0 !important;
    width: 100% !important;
    padding: 10px 16px;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast p {
    text-align: left;
    margin-left: 8px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast .toast-icon {
    margin-top: 4px;
  }
}

@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 */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  font-size: 16px;
  padding: 13px 24px 14px 12px;
}
.select2-container .select2-results__option {
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f38100 !important;
}

.select2-dropdown {
  z-index: 1089;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background: #f2f3fa;
  border: 0;
}

.select2-container--open .select2-dropdown {
  margin: 4px auto 0;
  max-width: 94vw !important;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #f2f3fa;
}

.select2-container .select2-results__option {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(68, 0, 155, 0.6);
}

.datepicker {
  width: 100%;
}

.datepicker-view {
  width: 100% !important;
}

.datepicker-header .datepicker-controls {
  padding: 8px 12px 8px;
  background-color: #325165;
}

.datepicker-header .datepicker-controls .button {
  color: #fff;
  font-size: 20px;
  background-color: #325165;
}

.datepicker-header .datepicker-controls .button .prev-btn,
.datepicker-header .datepicker-controls .button .next-btn {
  font-size: 25px;
  height: auto;
  line-height: normal;
  padding: 0;
}

.datepicker .dow {
  height: auto;
  padding: 10px 0;
  font-size: 16px;
}

.datepicker-cell {
  padding: 10px 0;
  height: auto;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #325165;
}

.time-picker-container .ts-dropdown [data-selectable].option {
  font-size: 18px;
}

.time-picker-container .ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 10px 16px;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  font-size: 18px;
}

.time-picker-container .ts-dropdown .active {
  color: #fff;
  font-weight: 500;
  background-color: #325165;
}

.header {
  padding-top: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .header {
    position: sticky;
    top: 0;
    z-index: 99;
    padding-top: 20px;
  }
}
.header-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 6px 10px 6px 10px;
  border-radius: 99px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.header-wrapper::after {
  position: absolute;
  content: "";
  inset: -1px;
  z-index: -1;
  border-radius: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%);
}
.header-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo {
  min-width: 183px;
}
.header-logo img {
  max-height: 32px;
}
.header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav .hide-on-bothTM {
    display: none !important;
  }
  .header-nav {
    display: none;
  }
}
.header-nav__item {
  padding: 4px 12px;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav__item .hide-on-bothTM {
    display: none !important;
  }
  .header-nav__item {
    padding: 6px 12px;
  }
}
.header-account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-account__login {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .header-account__login .hide-on-bothTM {
    display: none !important;
  }
  .header-account__login {
    display: none;
  }
}
.header-account__login:hover .header-account__sub {
  opacity: 1;
  visibility: visible;
}
.header-account__sub {
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  min-width: 180px;
  padding: 8px 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-account__sub::after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}
.header-account__option {
  padding: 6px 16px;
  transition: all 0.3s;
}
.header-account__option:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
}
.header-account__avatar {
  --sizeAvatar: 32px;
  width: var(--sizeAvatar);
  height: var(--sizeAvatar);
  border-radius: 50%;
  overflow: hidden;
}
.header-account__avatar img {
  width: 100%;
  height: 100%;
}
.header-account__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-account__nav .hide-on-bothTM {
    display: none !important;
  }
  .header-account__nav {
    display: none;
  }
}
.header-account__link {
  padding: 6px 16px;
}
.header-account__link:hover {
  color: #000;
}
.header-account__link.active {
  color: #fff;
  background: linear-gradient(338deg, rgb(35, 112, 202) 0%, rgb(68, 0, 155) 100%);
  border-radius: 100px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.header-account__menu {
  display: none;
  font-size: 20px;
  padding-right: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .header-account__menu .hide-on-bothTM {
    display: none !important;
  }
  .header-account__menu {
    display: block;
  }
}
.header-offcanvas {
  top: 50px;
  right: 20px;
  width: 265px;
  border-radius: 8px;
  height: fit-content;
  background-color: #f2f3fa;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.header-offcanvas__body {
  position: relative;
  padding-top: 32px;
  padding-bottom: 20px;
}
.header-offcanvas__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.header-offcanvas__nav {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-offcanvas__account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-offcanvas__profile {
  padding-left: 6px;
  display: flex;
}
.header-offcanvas__out {
  color: #fa3532;
}

.footer {
  position: relative;
  z-index: 20;
  padding: 40px 0;
}
.footer::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 80%;
  height: 6px;
  opacity: 0.2;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.footer-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
.footer-nav__item {
  font-size: 14px;
  margin: 0 20px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-social {
  margin-top: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.footer-social__link {
  --sizeLink: 30px;
  width: var(--sizeLink);
  min-width: var(--sizeLink);
  height: var(--sizeLink);
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: 28px;
  color: rgba(0, 0, 0, 0.7);
}

.layout {
  margin-bottom: 60px;
}
.layout-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 145px;
}
@media only screen and (max-width: 63.9375em) {
  .layout-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .layout-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .layout-wrapper {
    gap: 50px;
  }
}
.layout-sidebar {
  position: sticky;
  top: 40px;
  min-width: 220px;
  width: 220px;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 8px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 63.9375em) {
  .layout-sidebar .hide-on-bothTM {
    display: none !important;
  }
  .layout-sidebar {
    display: none;
  }
}
.layout-sidebar__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 100%;
  padding: 8px 8px;
  border-radius: 8px;
  color: #000;
}
.layout-sidebar__item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.layout-sidebar__item::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  display: none;
  height: 1px;
  width: 90%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.layout-sidebar__item + .layout-sidebar__item {
  margin-top: 8px;
}
.layout-sidebar__item + .layout-sidebar__item::before {
  display: block;
}
.layout-sidebar__item.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.layout-sidebar__item.active svg path {
  fill: #fff;
}
.layout-sidebar__item svg {
  min-width: 16px;
}
.layout-sidebar__text {
  width: 100%;
}
.layout-content {
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .layout-content .hide-on-bothTM {
    display: none !important;
  }
  .layout-content {
    padding-top: 0;
  }
}
.layout-menu {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .layout-menu .hide-on-bothTM {
    display: none !important;
  }
  .layout-menu {
    display: block;
  }
}
.layout-banner {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 25;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layout-banner .form-enter__remove {
  right: 50%;
}
.layout-offcanvas {
  right: auto;
  left: 10px;
}
.layout-offcanvas__sidebar {
  padding-top: 10px;
  display: block;
}

.quotation-example {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 14px 0 0 20px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 46.1875em) {
  .quotation-example {
    margin-top: 14px;
  }
}
.quotation-example__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.quotation-example__desc {
  font-size: 13px;
  margin-top: 6px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.quotation-example__header {
  min-width: 95px;
  width: 95px;
}
.quotation-example__slide {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.quotation-example__cover {
  position: relative;
  width: 100%;
  padding-top: 17%;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-example__cover {
    padding-top: 32%;
  }
}
.quotation-example__img {
  width: 100%;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.quotation-example__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quotation-example__img {
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  border-bottom: 0;
  transition: all 0.2s;
}
.quotation-example__img.active {
  border-color: #fa3532;
}
.quotation-sub {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-info__line {
  position: relative;
  padding: 2.4px;
  border-radius: 100px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.1);
}
.quotation-info__line::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(195deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.quotation-info__action {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 13px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: #f2f7fe;
  border-radius: 100px;
}
.quotation-info__text {
  min-width: 60px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-info__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}
.quotation-info__logo {
  margin: 8px 0 14px;
  align-items: center;
}
.quotation-info__main {
  margin-top: 16px;
}
.quotation-info__note {
  margin-top: 12px;
}
.quotation-info__name {
  font-size: 16px;
  font-weight: 700;
}
.quotation-info__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
}
.quotation-info__search {
  position: relative;
  width: 100%;
}
.quotation-info__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.quotation-info__content {
  white-space: pre-line;
}
.quotation-info__input {
  font-size: 14px;
  width: 100%;
  padding: 8px 16px 8px 44px;
  border-radius: 99px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 46.1875em) {
  .quotation-info__input {
    font-size: 16px;
  }
}
.quotation-info__add {
  position: relative;
  --sizeAdd: 32px;
  min-width: var(--sizeAdd);
  width: var(--sizeAdd);
  height: var(--sizeAdd);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotation-info__add::after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 8px;
  transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.quotation-info__add:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px 0px rgba(0, 0, 0, 0.03);
}
.quotation-info__add:hover svg path {
  fill: #fff;
}
.quotation-info__add svg {
  position: relative;
  z-index: 10;
}
.quotation-info__date {
  min-width: 100%;
}
.quotation-info__cover {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}
.quotation-info__label {
  font-size: 14px;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-info__time {
  position: relative;
}
.quotation-info__pick {
  width: 100%;
  padding: 6px 18px 6px 44px;
}
.quotation-info__pick:disabled {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  user-select: none;
}
.quotation-info__pick::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.quotation-info__show {
  position: relative;
}
.quotation-info__menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 10;
  width: 100%;
  max-height: 380px;
  overflow-y: auto;
  padding: 20px 10px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.quotation-info__menu.menu-large {
  width: 400px;
  background-color: #f7f9ff;
}
.quotation-info__menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.quotation-form {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px 85px;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-form .hide-on-bothTM {
    display: none !important;
  }
  .quotation-form {
    gap: 40px 26px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .quotation-form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quotation-form__item {
  min-width: 100%;
}
.quotation-product__list {
  margin-top: 28px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 4px;
}
.quotation-product__list::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.quotation-product__list::-webkit-scrollbar-track {
  background: #f2f3fa;
  border-radius: 50px;
}
.quotation-product__list {
  /* Handle */
}
.quotation-product__list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #bebebe;
}
.quotation-product__list {
  /* Handle on hover */
}
.quotation-product__list::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.quotation-product__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.quotation-product__item + .quotation-product__item {
  margin-top: 18px;
}
.quotation-product__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.quotation-product__avatar {
  --sizeAvatar: 54px;
  min-width: var(--sizeAvatar);
  width: var(--sizeAvatar);
  height: var(--sizeAvatar);
  border-radius: 50%;
  overflow: hidden;
}
.quotation-product__avatar img {
  width: 100%;
  height: 100%;
}
.quotation-product__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.quotation-product__label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-product__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.quotation-product__quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 14px;
}
.quotation-product__input {
  color: #00438c;
  width: 38px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 0;
  background-color: transparent;
}
.quotation-product__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
}
.quotation-product__activity.notEdit .quotation-product__edit {
  opacity: 0;
  visibility: hidden;
}
.quotation-product__info {
  width: 100%;
}
.quotation-product__edit, .quotation-product__clear {
  padding: 4px;
}
.quotation-product__price {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #00438c;
}
.quotation-product__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.quotation-product__add {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.quotation-product__add .quotation-file__printer {
  font-size: 14px;
  padding: 5px 14px;
  font-weight: 400;
}
.quotation-file {
  width: 75%;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-file .hide-on-bothTM {
    display: none !important;
  }
  .quotation-file {
    width: 88%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .quotation-file {
    width: 100%;
  }
}
.quotation-file__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.quotation-file__activity {
  margin-top: 24px;
  gap: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotation-file__img {
  position: relative;
  padding-top: 140%;
  overflow: hidden;
}
.quotation-file__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quotation-file__img {
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: #4a4a4a;
}
.quotation-total {
  margin-top: 26px;
}
.quotation-total.special {
  margin-top: 0;
}
.quotation-total__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.quotation-total__cover.special {
  padding: 4px 0 2px 20px;
}
.quotation-total__cover + .quotation-total__cover {
  margin-top: 12px;
}
.quotation-total__money {
  padding-right: 20px;
  font-weight: 500;
  color: #00438c;
}
.quotation-total__group {
  position: relative;
  padding: 28px 0 22px;
}
.quotation-total__group::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 1px;
  width: 90%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.quotation-total__input {
  font-size: 15px;
  font-weight: 500;
  width: 150px;
  color: #00438c;
  text-align: right;
  padding: 5px 20px;
}
.quotation-setting .modal-dialog {
  margin-top: 80px;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-setting .modal-dialog .hide-on-bothTM {
    display: none !important;
  }
  .quotation-setting .modal-dialog {
    margin-top: 30px;
  }
}
.quotation-setting .modal-content {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.quotation-setting .modal-body {
  margin-bottom: 10px;
}
.quotation-setting .modal-header {
  padding-bottom: 0;
}
.quotation-setting .modal-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-setting__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 6px;
}
.quotation-setting__group + .quotation-setting__group {
  margin-top: 16px;
}
.quotation-setting__upload {
  position: relative;
  width: 100%;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  overflow: hidden;
}
.quotation-setting__file {
  display: none;
}
.quotation-setting__close {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s;
}
.quotation-setting__close:hover svg path {
  fill: #fa3532;
}
.quotation-setting__textarea {
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  resize: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.quotation-setting__btn {
  margin: 30px auto 0;
}
.quotation-setting__logo {
  height: 100%;
}
.quotation-setting__logo img {
  height: 100%;
  object-fit: contain;
}
.quotation-details {
  margin-top: 30px;
  background-color: #fbefe1;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-details {
    overflow: auto;
  }
}
@media only screen and (max-width: 46.1875em) {
  .quotation-details__header, .quotation-details__cover {
    min-width: 1024px;
  }
}
.quotation-details__header, .quotation-details__body {
  padding: 15px 45px;
  width: calc(100% - 53px);
  margin-left: auto;
  border-left: 2px solid #000;
}
.quotation-details__body {
  padding-bottom: 100px;
}
.quotation-details__cover {
  border-top: 2px solid #000;
}
.quotation-details__header {
  padding-right: 80px;
  gap: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quotation-details__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quotation-details__text {
  font-size: 14px;
  color: #000;
}
.quotation-details__text.special {
  min-width: 98px;
}
.quotation-details__company {
  min-width: 52%;
}
.quotation-details__partner {
  position: relative;
}
.quotation-details__logo {
  width: 183px;
}
.quotation-details__icon {
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 99;
  margin-left: 20px;
  transform: translateY(-50%);
}
.quotation-details__icon.icon-left {
  left: auto;
  right: 100%;
}
.quotation-details__icon.icon-left-small {
  left: 80%;
}
.quotation-details__group {
  margin-top: 2px;
  gap: 8px;
}
.quotation-details__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
.quotation-details__date {
  width: 40%;
  padding-top: 10px;
}
.quotation-details__custom {
  position: relative;
  width: 60%;
}
.quotation-details__dear {
  font-weight: 500;
  font-size: 15px;
}
.quotation-details__name {
  margin: 6px 0 6px;
  font-size: 17px;
  font-weight: bold;
}
.quotation-table {
  margin-top: 24px;
  zoom: 85%;
  max-height: 500px;
  overflow-y: auto;
}
.quotation-table > :not(caption) > * > * {
  padding: 10px 8px;
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.quotation-table thead > tr > th {
  position: sticky;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  background-color: #000;
}
.quotation-table tbody > tr > td {
  font-size: 14px;
}
.quotation-table__product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.quotation-table__img {
  --sizeImg: 74px;
  min-width: var(--sizeImg);
  width: var(--sizeImg);
  height: var(--sizeImg);
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotation-table__title {
  font-size: 14px;
  line-height: 1.5;
}
.quotation-table__number {
  text-align: center;
  justify-content: center;
  padding: 4px 10px;
  width: 105px;
  margin: auto;
}
.quotation-table__desc {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-table__add {
  position: relative;
  width: 40px;
  margin-top: 20px;
}
.quotation-statistical {
  margin-top: 24px;
}
.quotation-statistical__list {
  width: 88%;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-statistical__list .hide-on-bothTM {
    display: none !important;
  }
  .quotation-statistical__list {
    width: 100%;
  }
}
.quotation-statistical__item {
  padding: 10px 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid #fff;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__item {
    padding: 10px 14px 20px;
  }
}
.quotation-statistical__item + .quotation-statistical__item {
  margin-top: 20px;
}
.quotation-statistical__item:hover .quotation-statistical__activity {
  opacity: 1;
  visibility: visible;
}
.quotation-statistical__header {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__header {
    gap: 18px;
    flex-direction: column-reverse;
  }
}
.quotation-statistical__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-statistical__activity .hide-on-bothTM {
    display: none !important;
  }
  .quotation-statistical__activity {
    opacity: 1;
    visibility: visible;
  }
}
.quotation-statistical__detail {
  padding-top: 16px;
}
.quotation-statistical__btn.btn-remove:hover::after {
  background-color: #fa3532;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__text {
    font-size: 16px;
  }
}
.quotation-statistical__search {
  justify-content: flex-start !important;
}
.quotation-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
.quotation-footer__title {
  font-size: 15px;
  font-weight: bold;
}
.quotation-footer__note {
  position: relative;
  width: 60%;
}
.quotation-footer__total {
  position: relative;
  width: 40%;
}
.quotation-footer__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.quotation-footer__cover + .quotation-footer__cover {
  margin-top: 5px;
}
.quotation-footer__cover.border-line {
  padding-top: 10px;
  border-top: 1px solid #000;
}
.quotation-footer__text {
  font-size: 14px;
  flex: 1;
  text-align: right;
}
.quotation-footer__text.special {
  font-weight: bold;
}
.quotation-footer__content {
  white-space: pre-line;
}
.quotation-price__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}
@media only screen and (max-width: 1366px) {
  .quotation-price__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .quotation-price__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quotation-price__item {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px 20px 28px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-price__item {
    padding: 28px 20px 26px;
  }
}
.quotation-price__item::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(244, 246, 254, 0.8);
}
.quotation-price__desc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0px;
  z-index: 10;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-price__desc .hide-on-bothTM {
    display: none !important;
  }
  .quotation-price__desc {
    gap: 10px;
  }
}
.quotation-price__blur {
  position: absolute;
  right: -16px;
  top: 38px;
  z-index: 10;
  width: 56%;
  height: 60%;
  transform: translateY(-32%);
  filter: blur(22px);
  background: linear-gradient(136deg, rgba(242, 98, 181, 0) 6%, rgba(95, 197, 255, 0.3) 34%, rgba(255, 172, 137, 0.6) 50%, rgba(129, 85, 255, 0.5) 59%, rgba(120, 157, 255, 0.4) 84%, rgba(159, 115, 241, 0) 91%);
}
@media only screen and (max-width: 46.1875em) {
  .quotation-price__blur {
    right: -6px;
  }
}
.quotation-price__header {
  text-align: center;
  padding-bottom: 20px;
}
.quotation-price__number {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.quotation-price__until {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: super;
  text-transform: none;
}
.quotation-price__service {
  position: relative;
  padding: 20px 0;
  gap: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.quotation-price__service::before, .quotation-price__service::after {
  position: absolute;
  content: "";
  left: 50%;
  height: 1px;
  width: 70%;
  border-radius: 10px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.quotation-price__service::before {
  top: 0;
}
.quotation-price__service::after {
  bottom: 0;
}
.quotation-price__sub {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-price__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.quotation-price__content {
  position: relative;
  z-index: 10;
  height: 100%;
}
.quotation-price__option {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.quotation-price__action {
  font-size: 14px;
  margin: 20px auto 0;
  width: fit-content;
}
.quotation-price__action.default {
  pointer-events: none;
  user-select: none;
}
.quotation-price__action.default .quotation-price__btn {
  background: rgba(0, 0, 0, 0.1);
}
.quotation-price__action.default::after {
  background: rgba(0, 0, 0, 0.3) !important;
}
.quotation-price__line {
  font-weight: 100;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: super;
}
.quotation-price__subtitle {
  position: relative;
  top: -4px;
  font-weight: 100;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-modal .modal-title {
    font-size: 18px;
  }
}
.quotation-modal .modal-dialog {
  max-width: 600px;
}
.quotation-modal .modal-header {
  padding-bottom: 0;
}
.quotation-modal .modal-body {
  padding: 20px 20px 30px;
}
.quotation-modal .modal-content {
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.quotation-modal__cover {
  gap: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-modal__cover {
    flex-direction: column-reverse;
  }
}
.quotation-modal__qr {
  width: 40%;
  min-width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-modal__qr {
    width: 80%;
    min-width: 80%;
  }
}
.quotation-modal__type .select2-container .select2-selection--single {
  font-size: 18px;
  padding: 0 28px 0 0px;
}
.quotation-modal__type .select2-container--default .select2-selection--single {
  border: 0;
  background-color: transparent;
}
.quotation-modal__type .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.quotation-modal__price {
  font-size: 20px;
  color: #50a557;
}
.quotation-modal__item {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quotation-modal__item:first-child {
  padding-top: 0;
}
.quotation-modal__item:last-child {
  border-bottom: 0;
}
.quotation-modal__text {
  color: rgba(0, 0, 0, 0.7);
}
.quotation-modal__phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  background: linear-gradient(90deg, rgb(68, 0, 155) 0%, rgb(35, 112, 202) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.quotation-modal__code {
  background: linear-gradient(90deg, rgb(255, 32, 32) 0%, rgb(239, 50, 95) 49%, rgb(89, 36, 138) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.account-header__title {
  padding-bottom: 24px;
}
@media only screen and (max-width: 63.9375em) {
  .account-header__title .hide-on-bothTM {
    display: none !important;
  }
  .account-header__title {
    padding-bottom: 12px;
  }
}
.account-header__desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.account-avatar {
  position: relative;
}
.account-avatar__img {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border: 2px solid #ffffff;
  backdrop-filter: blur(20px);
}
.account-avatar__img img {
  width: 100%;
  height: 100%;
}
.account-avatar__badges {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 55px;
  margin-top: -20px;
  transform: translateX(-50%);
}
.account-avatar__badges img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
.account-info__user {
  padding-bottom: 4px;
}
.account-info__option {
  display: flex;
  flex: 1;
  padding-left: 77px;
  gap: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__option {
    padding-left: 20px;
    flex: none;
  }
}
.account-info__name {
  font-size: 18px;
  font-weight: 500;
}
.account-info__email {
  margin-top: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.account-info__profile {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__profile {
    justify-content: space-between;
  }
}
.account-info__profile::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.account-info__statistical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 0;
  padding: 14px 0 0 96px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__statistical {
    padding: 36px 0 0 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}
.account-info__number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__number {
    padding: 0px;
  }
}
.account-info__number:first-child {
  padding-left: 0;
}
.account-info__number + .account-info__number {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 46.1875em) {
  .account-info__number + .account-info__number {
    border-left: 0px;
  }
}
.account-info__number img {
  width: 20px;
  height: 20px;
}
.account-info__text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.account-history__search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
}
.account-history__search.special {
  justify-content: flex-start;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__search.special {
    flex-direction: column;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-history__search.special .account-history__input {
    width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-history__search.special .account-history__calender {
    margin-left: auto;
  }
}
.account-history__list {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 32px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.account-history__input {
  width: 290px;
}
.account-history__input::after {
  border-radius: 100px;
}
.account-history__calender {
  position: relative;
  padding: 7px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.account-history__heading {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__heading {
    display: none;
  }
}
.account-history__cell {
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 12px 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 46.1875em) {
  .account-history__cell {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-history__cell::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }
}
.account-history__cell.paid {
  text-align: center;
  color: #50a557;
}
.account-history__cell.notPaid {
  color: #fa3532;
}
.account-history__title {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  padding-top: 0;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 4px;
  border-bottom: none;
}
.account-history__row {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
  }
}
.account-history__date {
  font-size: 14px;
  border: 0;
  width: 178px;
  background-color: transparent;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__date {
    font-size: 16px;
    width: 100%;
  }
}
.account-history__empty {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 28px 0px 14px;
}
.account-history__clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fa3532;
}
.account-history__clear i {
  font-size: 10px;
  color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__calender {
    width: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-tab {
    width: 100% !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-tab__link {
    flex: 1;
    text-align: center;
  }
}
.account-chart__statistical {
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 46.1875em) {
  .account-chart__statistical {
    padding: 20px 16px;
  }
}
.account-chart__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .account-chart__cover {
    gap: 25px;
    flex-direction: column;
  }
}
.account-chart__note {
  width: 100%;
}
.account-chart__circle {
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 46.1875em) {
  .account-chart__circle {
    width: 100%;
  }
}
.account-chart__detail {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.account-chart__detail + .account-chart__detail {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.account-chart__info {
  gap: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-chart__color {
  --sizeColor: 16px;
  width: var(--sizeColor);
  min-width: var(--sizeColor);
  height: var(--sizeColor);
  border-radius: 50%;
  display: block;
}
.account-chart__name {
  font-size: 14px;
}
.account-chart__map {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-chart__value, .account-chart__percent {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.account-chart__icon {
  --sizeIcon: 50px;
  width: var(--sizeIcon);
  height: var(--sizeIcon);
}
.account-chart__box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  user-select: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.account-chart__box.active {
  opacity: 1;
  visibility: visible;
}
.account-chart__label {
  font-size: 14px;
  margin-top: 8px;
}
.account-chart__number {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 46.1875em) {
  .account-filter__select {
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-filter__select .select2-container {
    width: 100% !important;
  }
}
.account-filter__select .select2.select2-container.select2-container--default {
  max-width: 317px !important;
}
@media only screen and (max-width: 46.1875em) {
  .account-filter__select .select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
  }
}
.account-filter__select .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 99px !important;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 7px 24px 8px 16px;
}
.account-filter__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .account-filter__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
}
.account-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1px;
  width: fit-content;
  margin: 30px auto 0px;
  border: 1px solid #dfd8d8;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media only screen and (max-width: 46.1875em) {
  .account-pagination {
    text-align: center;
  }
}
.account-pagination__item {
  border: 1px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 99px;
  padding: 4px 12px;
  background: transparent;
}
.account-pagination__item:hover {
  color: #000;
  background-color: rgba(136, 136, 136, 0.3);
}
.account-pagination__item.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.account-pagination__dots {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 600;
  user-select: none;
  margin: 0 4px;
}
.account-setting .modal-dialog {
  max-width: 500px;
}
.account-setting .modal-title {
  color: rgba(0, 0, 0, 0.7);
}
.account-setting__form {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .account-setting__form {
    flex-direction: column;
    align-items: center;
  }
}
.account-setting__avatar {
  display: flex;
  flex-direction: column;
}
.account-setting__group {
  width: 100%;
}
.account-setting__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-bottom: 6px;
}
.account-setting__box {
  position: relative;
  --sizeBox: 100px;
  width: var(--sizeBox);
  height: var(--sizeBox);
  overflow: hidden;
  gap: 10px;
  opacity: 1;
  border-radius: 8px;
  padding: 13px 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.account-setting__box span {
  font-size: 13px;
  color: #58616e;
}
.account-setting__up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.account-setting__up img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account-setting__name, .account-setting__email {
  width: 100%;
  padding: 10px 12px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 99px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
}
.account-setting__name:focus, .account-setting__email:focus {
  border-color: #00438c;
  box-shadow: 0 0 0 2px rgba(0, 67, 140, 0.1);
}
.account-ratio {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .account-ratio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-ratio {
    grid-template-columns: repeat(1, 1fr);
  }
}
.account-ratio__item {
  padding: 16px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.account-ratio__branch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.account-ratio__avatar {
  --sizeAvatar: 36px;
  width: var(--sizeAvatar);
  min-width: var(--sizeAvatar);
  height: var(--sizeAvatar);
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 46.1875em) {
  .account-ratio__avatar {
    --sizeAvatar: 40px;
  }
}
.account-ratio__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account-ratio__info {
  width: 100%;
}
.account-ratio__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
}
.account-ratio__title {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.account-ratio__percent {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px 1px;
  width: fit-content;
  border-radius: 4px;
  color: #258d3f;
  background-color: rgba(37, 141, 63, 0.1);
}
.account-ratio__percent.percent-down {
  color: #b52a22;
  background-color: rgba(181, 42, 34, 0.1);
}
.account-ratio__view {
  margin-top: 8px;
  text-align: center;
}
.account-ratio__number {
  font-weight: 500;
}
.account-ratio__desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.auth {
  padding-bottom: 60px;
}
@media only screen and (max-width: 63.9375em) {
  .auth .hide-on-bothTM {
    display: none !important;
  }
  .auth {
    padding-bottom: 20px;
  }
}
.auth-wrapper {
  width: 68vw;
  max-width: 1000px;
  margin: 0 auto 66px;
  display: flex;
  align-items: stretch;
  padding: 24px 24px 24px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .auth-wrapper .hide-on-pc-Lose {
    display: none;
  }
  .auth-wrapper {
    width: 86vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .auth-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .auth-wrapper {
    padding: 0;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .auth-wrapper {
    width: 80vw;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-wrapper {
    width: 90vw;
  }
}
.auth-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 63.9375em) {
  .auth-banner .hide-on-bothTM {
    display: none !important;
  }
  .auth-banner {
    display: none;
  }
}
.auth-content {
  flex: 0 0 55%;
  padding: 30px 80px 10px 80px;
}
@media only screen and (max-width: 1440px) {
  .auth-content {
    padding: 30px 64px 0 64px;
  }
}
@media only screen and (max-width: 1366px) {
  .auth-content {
    padding: 30px 48px 0 48px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .auth-content .hide-on-bothTM {
    display: none !important;
  }
  .auth-content {
    padding: 30px 42px 30px 42px;
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-content {
    padding: 30px 20px 30px 20px;
  }
}
.auth-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 26px;
}
@media only screen and (max-width: 1440px) {
  .auth-title {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .auth-title .hide-on-bothTM {
    display: none !important;
  }
  .auth-title {
    font-size: 19px;
    padding-bottom: 16px;
  }
}
.auth-form__group {
  position: relative;
}
.auth-form__group + .auth-form__group {
  margin-top: 18px;
}
.auth-form__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.auth-form__input {
  font-size: 14px;
  width: 100%;
  padding: 12px 16px 13px 46px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .auth-form__input {
    font-size: 16px;
    padding: 11px 16px 11px 46px;
  }
}
.auth-form__input.special {
  padding-right: 46px;
}
.auth-form__cover {
  position: relative;
}
.auth-form__error {
  margin-top: 10px;
  margin-left: 4px;
  gap: 8px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  color: #fa3532;
}
.auth-remember {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .auth-remember {
    margin-top: 22px;
  }
}
.auth-remember__check {
  display: none;
}
.auth-remember__switch {
  position: relative;
  width: 40px;
  height: 24px;
  background-color: #ccc;
  transition: all 0.4s;
  border-radius: 12px;
}
.auth-remember__switch:before {
  position: absolute;
  content: "";
  --sizeSwitch: 16px;
  height: var(--sizeSwitch);
  width: var(--sizeSwitch);
  left: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  background-color: white;
  transition: all 0.4s;
  border-radius: 50%;
}
.auth-remember__check:checked + .auth-remember__switch {
  background-color: #17c964;
}
.auth-remember__check:checked + .auth-remember__switch:before {
  transform: translateX(20px) translateY(-50%);
}
.auth-remember__label {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.auth-btn {
  margin-top: 24px;
  font-size: 16px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.auth-btn__main {
  width: 100%;
}
.auth-link {
  color: #00438c;
  font-weight: 500;
  font-size: 16px;
  width: fit-content;
  margin: 26px auto 0;
}
.auth-divider {
  display: flex;
  align-items: center;
  margin: 26px 0 12px 0;
}
@media only screen and (max-width: 63.9375em) {
  .auth-divider .hide-on-bothTM {
    display: none !important;
  }
  .auth-divider {
    margin: 24px 0;
  }
}
.auth-divider::before, .auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-divider::before .hide-on-bothTM, .auth-divider::after .hide-on-bothTM {
    display: none !important;
  }
  .auth-divider::before, .auth-divider::after {
    min-width: 120px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-divider::before, .auth-divider::after {
    min-width: 100px;
  }
}
.auth-divider::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.auth-divider::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.auth-divider span {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.auth-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
.auth-social__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 34px;
  cursor: pointer;
  border-radius: 8px;
}
.auth-social__btn::after {
  border-radius: 8px;
}
.auth-social__btn:hover {
  opacity: 0.9;
}
.auth-social__btn img {
  position: relative;
  z-index: 10;
  width: 26px;
}
.auth-note {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  margin: 30px 0 30px;
  line-height: 1.5;
}
.auth-note__link {
  color: #00438c;
  text-decoration: none;
  font-weight: 500;
  display: inline;
}
.auth-footer {
  text-align: center;
  padding-top: 20px;
}
.auth-footer span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.auth-footer__link {
  font-weight: 500;
  font-size: 13px;
  padding: 6px 12px;
  margin-top: 16px;
  width: auto;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.auth-forgot {
  min-height: 75vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-forgot__wrapper {
  max-width: 800px;
  padding: 0 80px 40px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-forgot__wrapper .hide-on-bothTM {
    display: none !important;
  }
  .auth-forgot__wrapper {
    padding: 40px 60px 60px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-forgot__wrapper {
    padding: 40px 30px 60px;
    flex-direction: column-reverse;
  }
}
.auth-forgot__title {
  padding-bottom: 5px;
}
.auth-forgot__content {
  padding: 80px 0 0;
}
@media only screen and (max-width: 63.9375em) {
  .auth-forgot__content .hide-on-bothTM {
    display: none !important;
  }
  .auth-forgot__content {
    padding: 0;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .auth-forgot__content {
    flex: 1;
    width: 100%;
  }
}
.auth-forgot__content.special {
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 46.1875em) {
  .auth-forgot__content.special {
    align-items: center;
  }
}
.auth-forgot__form {
  margin-top: 26px;
}
.auth-forgot__desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.auth-forgot__desc.special {
  color: #000;
}
.auth-forgot__banner {
  margin-right: -250px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .auth-forgot__banner {
    flex: 1;
    margin-right: -105px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-forgot__banner {
    display: none;
  }
}
.auth-forgot__banner.special {
  margin-top: -38px;
  margin-right: -250px;
  margin-bottom: -64px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-forgot__banner.special .hide-on-bothTM {
    display: none !important;
  }
  .auth-forgot__banner.special {
    margin-right: -94px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-forgot__banner.special {
    display: block;
    margin-top: -71px;
    margin-bottom: 0px;
    margin-right: 0;
  }
}
.auth-forgot__banner img {
  width: 100%;
  object-fit: contain;
}
.auth-forgot__email {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  color: transparent;
  background: linear-gradient(338deg, rgb(35, 112, 202) 0%, rgb(68, 0, 155) 100%); /* Adjust your colors */
  background-clip: text;
  -webkit-background-clip: text;
}
@media only screen and (max-width: 46.1875em) {
  .auth-forgot__email {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.auth-forgot__btn {
  margin-top: 24px;
}
.auth-success__content {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 215px 30px 60px 30px;
}
@media only screen and (max-width: 46.1875em) {
  .auth-success__content {
    padding: 150px 15px 60px 15px;
    margin: auto;
  }
}
.auth-success__wrapper {
  padding: 0;
  max-width: 440px;
  border: 1px solid #fff;
}
.auth-reset__title {
  padding-bottom: 0px;
}
.auth-modal__content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 215px 30px 60px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 46.1875em) {
  .auth-modal__content {
    padding: 150px 15px 60px 15px;
    margin: auto;
  }
}
.auth-modal__image {
  position: absolute;
  top: -85px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .auth-modal__image {
    max-height: 300px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-modal__image {
    top: -62px;
    max-height: 214px;
  }
}
.auth-modal__title {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 46.1875em) {
  .auth-modal__title {
    font-size: 20px;
  }
}
.auth-modal__subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 5px;
}
.auth-modal__btn {
  width: 100%;
  margin: 26px 30px 0 30px;
}
.auth-change {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.auth-change__content {
  padding-top: 0;
}
.auth-change__form {
  width: 82%;
  margin-top: 0;
}
.auth-change__banner {
  margin-right: 0;
}

@media only screen and (max-width: 63.9375em) {
  .contact .hide-on-bothTM {
    display: none !important;
  }
  .contact {
    margin-top: 26px;
  }
}
.contact-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}
@media only screen and (max-width: 46.1875em) {
  .contact-people {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-people__item {
  position: relative;
  padding: 24px 20px;
}
@media only screen and (max-width: 46.1875em) {
  .contact-people__item {
    padding: 16px 20px;
  }
}
.contact-people__info {
  position: relative;
  z-index: 10;
  gap: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 46.1875em) {
  .contact-people__info {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }
}
.contact-people__detail {
  width: 100%;
  text-align: center;
}
.contact-people__avatar {
  width: 75px;
  height: 75px;
  position: relative;
}
.contact-people__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.contact-people__avatar::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #22ad5c;
}
.contact-people__name {
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 46.1875em) {
  .contact-people__name {
    text-align: left;
  }
}
.contact-people__phone {
  font-weight: 500;
  font-size: 14px;
  margin-top: 2px;
}
.contact-people__activity {
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .contact-people__activity {
    justify-content: flex-start;
  }
}
.contact-people__btn {
  --sizeBtn: 30px;
  width: var(--sizeBtn);
  min-width: var(--sizeBtn);
  height: var(--sizeBtn);
  overflow: hidden;
  border-radius: 6px;
}
.contact-social {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}
@media only screen and (max-width: 63.9375em) {
  .contact-social .hide-on-bothTM {
    display: none !important;
  }
  .contact-social {
    gap: 20px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-social {
    margin-top: 30px;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-social__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-social__item img {
  --sizeBtn: 24px;
  width: var(--sizeBtn);
  min-width: var(--sizeBtn);
  height: var(--sizeBtn);
  overflow: hidden;
  border-radius: 6px;
}
.contact-social__text {
  font-size: 14px;
}

.product-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 2px;
  margin: 20px 0 18px;
  padding: 2px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-tab__link {
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 99px;
}
.product-tab__link:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-tab__link.active {
  color: #fff;
  border: 1px solid #aeafb4;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.7);
}
.product-tab__link.active svg path {
  fill: #fff;
}
.product-table {
  padding: 10px 0 18px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}
.product-table__item, .product-table__header {
  display: grid;
  grid-template-columns: 50px 0.9fr 0.8fr 2.3fr 1fr 1fr 1fr;
  align-items: stretch;
  font-size: 12px;
  padding: 4px 12px 0px 12px;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__item {
    padding: 10px 12px 10px 12px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-table__item + .product-table__item {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
}
.product-table__item:hover .product-table__activity {
  opacity: 1;
  visibility: visible;
}
.product-table__img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__img {
    display: none;
  }
}
.product-table__img.img-show {
  display: none;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__img.img-show {
    display: block;
  }
}
.product-table__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .product-table__header .hide-on-bothTM {
    display: none !important;
  }
  .product-table__header {
    display: none;
  }
}
.product-table__title {
  padding-bottom: 6px !important;
  border-bottom: 0 !important;
}
.product-table__cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__cell {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-table__cell:nth-child(3) {
    display: none;
  }
}
.product-table__cell::before {
  text-align: left;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__cell::before {
    min-width: 100px;
  }
}
.product-table__cover {
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.product-table__info {
  text-align: left;
}
.product-table__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.product-table__sub {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.product-table__price {
  width: 100%;
  font-weight: 500;
  color: #00438c;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__price {
    text-align: left;
  }
}
.product-table__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .product-table__activity .hide-on-bothTM {
    display: none !important;
  }
  .product-table__activity {
    opacity: 1;
    visibility: visible;
  }
}
.product-table__activity.show-icon {
  opacity: 1;
  visibility: visible;
}
.product-modal__type {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.product-modal__check {
  display: none;
}
.product-modal__check:checked ~ .product-modal__label {
  color: #fff;
  border: 1px solid #aeafb4;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.7);
}
.product-modal__option {
  width: 50%;
}
.product-modal__label {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 6px 18px;
  user-select: none;
}
.product-modal__avatar {
  cursor: pointer;
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__avatar {
    margin: auto;
  }
}
.product-modal__avatar img {
  --sizeAvatar: 70px;
  min-width: var(--sizeAvatar);
  width: var(--sizeAvatar);
  height: var(--sizeAvatar);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.product-modal__file {
  display: none;
}
.product-modal__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__info {
    flex-direction: column;
    padding-top: 12px;
  }
}
.product-modal__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__form {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__form {
    width: 100%;
  }
}
.product-modal__group:first-child, .product-modal__group:nth-child(2) {
  grid-column: 1/3;
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__group:first-child, .product-modal__group:nth-child(2) {
    grid-column: 1/2;
  }
}
.product-modal__subtitle {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 5px;
  border-bottom: none;
}
.product-modal__input {
  border: 0;
  width: 100%;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.product-modal__input.price-text {
  color: #00438c;
  text-align: right;
  font-weight: 500;
}
.product-modal__activity {
  margin-top: 40px;
}
.product-date__list {
  margin-bottom: 40px;
  margin-top: 0;
}

.store-create, .store-main {
  margin-top: 25px;
}
.store-create {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 30px 16px 70px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.store-create__desc {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.store-create__action {
  margin-top: 20px;
}
.store-create__btn {
  padding: 7px 20px 8px;
}
.store-details__item {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.store-details__item + .store-details__item {
  margin-top: 18px;
}
.store-details__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-details__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 18px;
}
.store-details__avatar {
  --sizeAvatar: 50px;
}
.store-details__info {
  gap: 12px;
}
.store-details__title {
  font-size: 16px;
  font-weight: 700;
}
.store-details__desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
}
.store-details__content {
  margin-top: 14px;
}
.store-details__name {
  font-size: 15px;
}
.store-details__location {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.store-details__number {
  width: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #db4c8c 0%, #6322d5 50%, #4483d9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Cho các browser hỗ trợ chuẩn */
  color: transparent;
}
.store-details__branch {
  gap: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.store-details__branch:first-child .store-details__cover {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.store-details__number, .store-details__cover {
  padding: 12px 0 6px;
}
.store-details__cover {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-add__number {
  height: 38px;
  width: 38px;
}
.store-add__number:hover::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.store-add__branch {
  position: relative;
  padding: 20px 0;
  margin-top: 30px;
}
.store-add__branch::after, .store-add__branch::before {
  position: absolute;
  content: "";
  left: 50%;
  width: 90%;
  height: 1.5px;
  border-radius: 10px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.store-add__branch::before {
  top: 0;
}
.store-add__branch::after {
  bottom: 0;
}
.store-add__list {
  counter-reset: section;
}
.store-add__item {
  counter-increment: section;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.store-add__item + .store-add__item {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.store-add__item:not(:nth-of-type(n + 10)) .store-add__sub::after {
  content: "0" counter(section);
}
.store-add__item:nth-of-type(n + 10) .store-add__sub::after {
  content: counter(section);
}
.store-add__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  --sizeAction: 100px;
  width: var(--sizeAction);
  min-width: var(--sizeAction);
  padding-top: 14px;
}
.store-add__right {
  width: 100%;
}
.store-add__sub {
  position: relative;
  z-index: 10;
  padding: 0;
  font-size: 16px;
  display: block;
  width: fit-content;
}
.store-add__footer {
  width: calc(100% - 116px);
  margin: 32px 0 0 auto;
}
.store-add__create {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #00438c;
}
.store-add__key {
  padding-right: 82px !important;
}
.store-add__push {
  position: absolute;
  right: 38px;
  top: 50%;
  z-index: 10;
  font-size: 14px;
  color: #00438c;
  transform: translateY(-50%);
}
.store-add__department {
  padding-top: 22px;
}
.store-qr .modal-dialog {
  max-width: 430px;
}
.store-qr__avatar {
  --sizeAvatar: 50px;
}
.store-qr__share {
  position: relative;
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
}
.store-qr__desc {
  margin-top: 18px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.store-qr__desc p {
  font-weight: 700;
}
.store-qr__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.store-qr__code {
  border-radius: 8px;
  overflow: hidden;
}
.store-qr__code img {
  margin-top: 20px;
}

.form {
  position: relative;
  z-index: 20;
  padding: 25px 0 110px;
}
.form-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-header__desc {
  line-height: 1.5;
}
.form-slide {
  position: relative;
  margin-top: 14px;
  overflow: hidden;
  height: 34vh;
  z-index: 1;
  pointer-events: none;
}
.form-slide__list {
  pointer-events: none;
}
.form-slide__icon {
  position: absolute;
  left: 50%;
  bottom: 21%;
  transform: translateX(-50%);
}
.form-slide__item {
  width: 105px;
  margin: auto;
  pointer-events: auto;
  padding: 23px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0 0 30px 20px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}
.form-slide__item::before, .form-slide__item::after {
  position: absolute;
  content: "";
  top: 0;
  width: 28px;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.form-slide__item::after {
  left: -13px;
  transform: skew(10deg);
  border-radius: 30px 0 0 20px;
}
.form-slide__item::before {
  right: -13px;
  transform: skew(-10deg);
  border-radius: 0px 30px 20px 0px;
}
.form-slide__info {
  position: relative;
  z-index: 50;
}
.form-slide__item.active .form-slide__bg {
  opacity: 1;
  visibility: visible;
}
.form-slide__item.active .form-slide__name {
  color: #fff;
}
.form-slide__item.active .form-slide__img img {
  --sizeIcon: 75px;
  transform: translate(-50%, -50%);
}
.form-slide__img {
  position: relative;
  min-height: 50px;
  min-width: 50px;
}
.form-slide__img img {
  position: absolute;
  left: 50%;
  --sizeIcon: 50px;
  width: var(--sizeIcon);
  min-width: var(--sizeIcon);
  height: var(--sizeIcon);
  max-height: var(--sizeIcon);
  margin: auto;
  transform: translate(-50%, 0%);
  transition: transform 0.3s, width 0.3s, height 0.3s;
  object-fit: contain;
}
.form-slide__name {
  font-size: 15px;
  font-weight: 600;
  margin-top: 13px;
  transition: color 0.3s;
  text-align: center;
}
.form-slide__bg {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 134%;
  height: 97%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.form-slide__check {
  display: none;
}
.form-language {
  position: relative;
  width: fit-content;
  margin: auto;
}
.form-language:hover .form-language__sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.form-language__action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 99px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.form-language__sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  padding: 6px 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f2f3fa;
  border: 1px solid #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.form-language__option {
  border: 0;
  margin-right: 0;
  box-shadow: none;
  background-color: transparent;
}
.form-enter {
  padding: 0 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.form-enter__input {
  font-size: 16px;
  padding: 10px 18px 10px 46px;
  border-radius: 8px;
}
.form-enter__input, .form-enter__textarea {
  background-color: #f2f3fa;
}
.form-enter__select, .form-enter__input {
  width: 100%;
}
.form-enter__group, .form-enter__select {
  width: 100%;
}
.form-enter__select .select2-container {
  width: 100% !important;
}
.form-enter__select .select2-container--default .select2-selection--single {
  border-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 20px 10px 44px;
  background-color: #f2f3fa;
}
.form-enter__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.form-enter__note {
  top: 10px;
  transform: translateY(0);
}
.form-enter__textarea {
  height: 100px;
  resize: none;
  padding-bottom: 28px;
}
.form-enter__character {
  position: absolute;
  right: 22px;
  bottom: 13px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.form-enter__upload .account-setting__box {
  background-color: #f2f3fa;
}
.form-enter__add {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}
.form-enter__sub {
  font-size: 14px !important;
}
.form-enter__icon {
  z-index: 10;
}
.form-enter__up {
  position: relative;
  padding: 0;
  overflow: visible;
}
.form-enter__up img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-enter__remove {
  position: absolute;
  right: 0;
  top: 0;
  --sizeClose: 20px;
  width: var(--sizeClose);
  min-width: var(--sizeClose);
  height: var(--sizeClose);
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.form-enter__btn {
  width: 100%;
}
.form-enter__main {
  text-transform: none;
  background: linear-gradient(90deg, rgb(219, 76, 140) 0%, rgb(99, 34, 213) 50%, rgb(68, 131, 217) 100%);
}
.form-vote {
  margin-bottom: 12px;
  padding: 0 16px;
}
.form-vote__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-vote__item + .form-vote__item {
  margin-top: 12px;
}
.form-vote__rate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-vote__check {
  display: none;
}

.department-title {
  padding-bottom: 24px;
}
.department-table {
  padding: 14px 16px 32px 16px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.department-table__cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12px 8px 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 46.1875em) {
  .department-table__cell {
    justify-content: flex-start;
    padding: 4px 4px 8px;
    text-align: left;
    flex-direction: row;
    border: none;
  }
}
.department-table__cell:nth-child(3) {
  align-items: flex-start;
  justify-content: center;
}
.department-table__cell:nth-child(3) p {
  text-align: center;
}
@media only screen and (max-width: 46.1875em) {
  .department-table__cell::before {
    content: attr(data-label);
    min-width: 108px;
    padding-right: 22px;
  }
}
.department-table__item, .department-table__header {
  display: grid;
  grid-template-columns: 50px 2fr 2fr 1fr;
  align-items: stretch;
  font-size: 12px;
  padding: 4px 12px 0px 12px;
}
@media only screen and (max-width: 46.1875em) {
  .department-table__header {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .department-table__item .hide-on-bothTM {
    display: none !important;
  }
  .department-table__item {
    padding: 6px 0px 10px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 46.1875em) {
  .department-table__item + .department-table__item {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
}
.department-table__item:hover .department-table__activity {
  opacity: 1;
  visibility: visible;
}
.department-table__title {
  padding: 0px 8px 6px;
  border-bottom: 0 !important;
}
.department-table__cover {
  width: auto;
}
@media only screen and (max-width: 46.1875em) {
  .department-table__cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .department-table__price {
    text-align: left;
  }
}
.department-table__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .department-table__activity .hide-on-bothTM {
    display: none !important;
  }
  .department-table__activity {
    opacity: 1;
    visibility: visible;
  }
}
.department-table__show {
  position: relative;
}
.department-date__list {
  margin-bottom: 40px;
  margin-top: 0;
}
.department-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.department-checkbox input {
  display: none;
}
.department-checkbox svg {
  color: #58616e;
  transition: color 0.2s ease;
}
.department-checkbox__tick {
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: scale(0.8);
}
.department-checkbox input:checked + svg {
  color: #2f5bb7;
}
.department-checkbox input:checked + svg path:last-child {
  opacity: 1;
  transform: scale(1);
}
.department-modal .modal-dialog {
  max-width: 450px;
}
.department-modal .modal-content {
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.department-modal .modal-body {
  padding: 0;
}
.department-modal .modal-header {
  padding: 0px 0px 20px 0px;
}
.department-modal__option {
  width: 50%;
}
.department-modal__label {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 6px 18px;
  user-select: none;
}
.department-modal__avatar {
  cursor: pointer;
}
@media only screen and (max-width: 46.1875em) {
  .department-modal__avatar {
    margin: auto;
  }
}
.department-modal__avatar img {
  --sizeAvatar: 70px;
  min-width: var(--sizeAvatar);
  width: var(--sizeAvatar);
  height: var(--sizeAvatar);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.department-modal__enter {
  position: relative;
}
.department-modal__enter svg {
  position: absolute;
  top: 5px;
  left: 13px;
  z-index: 20;
}
.department-modal__cover {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 2px 16px 12px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.department-modal__search {
  position: relative;
  border-bottom: 1px solid rgba(0, 67, 140, 0.0784313725);
}
.department-modal__icon {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: auto;
  transform: translateY(-50%);
}
.department-modal__input {
  border: 0;
  width: 100%;
  font-size: 14px;
  padding: 6px 16px 6px 40px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 46.1875em) {
  .department-modal__input {
    font-size: 16px;
  }
}
.department-modal__key {
  box-shadow: none;
  border-radius: 0px;
  padding: 12px 26px 12px 0px;
}
.department-modal__key::placeholder {
  padding: 0px;
  color: #cecece;
}
.department-modal__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 134px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2f5bb7 #f0f0f0;
}
.department-modal__list::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.department-modal__list::-webkit-scrollbar {
  width: 6px;
  height: 25px;
}
.department-modal__list::-webkit-scrollbar-thumb {
  background-color: #2f5bb7;
  border-radius: 4px;
  margin: 2px;
}
.department-modal__item {
  display: flex;
  gap: 5px;
}
.department-modal__file {
  display: none;
}
@media only screen and (max-width: 46.1875em) {
  .department-modal__info {
    flex-direction: column;
    padding-bottom: 12px;
  }
}
.department-modal__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .department-modal__form {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.department-modal__group {
  width: 100%;
}
.department-modal__activity {
  margin-top: 40px;
}

.rating-vote {
  display: flex;
  flex-direction: column;
  width: 35%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 99px;
}
@media only screen and (max-width: 46.1875em) {
  .rating-vote {
    width: 100%;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .rating-vote {
    flex: 0 0 25%;
  }
}
.rating-vote__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0;
  border-radius: 99px;
}
.rating-vote__button {
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  gap: 2px;
  cursor: pointer;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating-vote__button svg {
  color: rgba(74, 74, 74, 0.6);
}
.rating-vote__button:first-child {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}
.rating-vote__button:last-child {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}
.rating-vote__button:hover {
  background: rgba(243, 129, 0, 0.04);
}
.rating-vote__button:hover svg {
  color: #F38100;
}
.rating-vote__button.active {
  border: 1px solid #F38100;
  background: rgba(243, 129, 0, 0.05);
}
.rating-vote__button.active svg {
  color: #F38100;
}
@media only screen and (max-width: 46.1875em) {
  .rating-vote__button {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .rating-vote__button {
    font-size: 14px;
  }
}
.rating-segment {
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating-segment .product-tab {
  margin: 0;
}
.rating-tab {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 0;
}
@media only screen and (max-width: 46.1875em) {
  .rating-tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin: 15px 0px 9px;
    width: 100%;
  }
}
.rating-tab__link {
  padding: 6px;
  position: relative;
  text-align: center;
}
.rating-tab__link:first-child {
  border: none;
}
@media only screen and (max-width: 46.1875em) {
  .rating-tab__link {
    flex-shrink: 0;
    min-width: 100px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  .rating-tab__link {
    font-size: 12px;
  }
}
.rating-tab__link img {
  display: none;
  width: 20px;
  height: 20px;
}
.rating-tab__link:not(:first-child)::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.1);
}
.rating-tab__link.active {
  color: #fff;
  border: 1px solid #aeafb4;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 99px;
}
.rating-tab__link.active::after, .rating-tab__link.active + .rating-tab__link::after {
  opacity: 0;
}
.rating-date {
  width: fit-content;
  flex: 0 0 26%;
}
@media only screen and (max-width: 46.1875em) {
  .rating-date {
    width: 100%;
    justify-content: flex-start;
  }
}
.rating-choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .rating-choice {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.rating-account__filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .rating-account__filter {
    gap: 8px;
    font-size: 16px !important;
  }
  .rating-account__filter .account-history__date {
    font-size: 16px;
    width: fit-content;
  }
}
.rating-account__filter .select2.select2-container.select2-container--default {
  font-size: 16px;
  width: 100% !important;
}
.rating-input {
  width: 100%;
  flex: 0 0 40%;
}
.rating-select {
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .rating-select {
    font-size: 16px;
  }
}
.rating-table {
  overflow: hidden;
  border-radius: 10px;
  padding: 14px 16px 32px 16px;
  background: #f2f3fa;
  border: 1px solid #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.rating-table__item, .rating-table__header {
  display: grid;
  grid-template-columns: 50px 1.2fr 1.2fr 1.8fr 1.5fr 72px;
  align-items: stretch;
  font-size: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .rating-table__item {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 46.1875em) {
  .rating-table__item + .rating-table__item {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 46.1875em) {
  .rating-table__header {
    display: none;
  }
}
.rating-table__title {
  padding: 0 8px 6px;
  border-bottom: 0 !important;
}
.rating-table__cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  padding: 12px 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 46.1875em) {
  .rating-table__cell {
    text-align: left;
    flex-direction: row;
    border: none;
    padding: 0 0 10px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 46.1875em) {
  .rating-table__cell::before {
    content: attr(data-label);
    min-width: 100px;
  }
}
.rating-table__cell:nth-child(5) {
  justify-content: flex-start;
}
.rating-table__cell p {
  text-align: left;
  font-size: 14px;
}
.rating-table__icon {
  --sizeIcon: 20px;
  width: var(--sizeIcon);
  height: var(--sizeIcon);
  object-fit: contain;
}
.rating-table__vote {
  width: 100%;
}
.rating-table__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.rating-table__cover + .rating-table__cover {
  margin-top: 4px;
}
.rating-table__cover svg {
  margin-top: 2px;
  min-width: 16px;
}
.rating-modal .modal-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-modal .modal-title img {
  width: 24px;
  height: 24px;
}
.rating-modal .modal-dialog {
  max-width: 450px;
}
.rating-modal .modal-content {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border-color: #fff;
}
.rating-modal .modal-body {
  padding-bottom: 30px;
}
.rating-modal__phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.rating-modal__comment {
  padding-bottom: 20px;
}
.rating-modal__time {
  font-weight: 400;
  font-style: Italic;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
}
.rating-modal__brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
}
.rating-modal__brand img {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  object-fit: contain;
  background-color: #ffffff;
}
.rating-modal__name span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.rating-modal__name p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.rating-modal__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating-modal__cover + .rating-modal__cover {
  margin-top: 8px;
}
.rating-modal__text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.rating-modal__stars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4px;
}
.rating-modal__note {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 8px;
}
.rating-modal__point {
  font-size: 13px;
  line-height: 1.3;
}
.rating-swiper__img {
  border-radius: 8px;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.rating-swiper__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rating-number__img {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5px;
  bottom: 3px;
  z-index: 30;
}
.rating-feedback {
  margin-top: 24px;
  column-count: 4;
  column-gap: 18px;
  break-inside: avoid;
}
@media only screen and (max-width: 1366px) {
  .rating-feedback {
    column-count: 3;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .rating-feedback {
    column-count: 3;
    column-gap: 14px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .rating-feedback {
    column-count: 2;
    column-gap: 12px;
  }
}
.rating-feedback__item {
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid #fff;
  break-inside: avoid;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .rating-feedback__item {
    margin-bottom: 14px;
  }
}
.rating-feedback__stars {
  font-size: 13px;
}
.rating-feedback__text {
  font-size: 13px;
}
.rating-feedback__vote, .rating-feedback__phone {
  padding-bottom: 10px;
}
.rating-feedback__icon {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 6px;
}
.rating-feedback__icon img {
  --sizeIcon: 24px;
  width: var(--sizeIcon);
  height: var(--sizeIcon);
}
.rating-feedback__comment {
  padding-bottom: 20px;
}
.rating-group {
  margin-top: 24px;
  column-count: 4;
  column-gap: 18px;
  break-inside: avoid;
}
@media only screen and (max-width: 1366px) {
  .rating-group {
    column-count: 3;
  }
}
@media only screen and (max-width: 63.9375em) {
  .rating-group .hide-on-bothTM {
    display: none !important;
  }
  .rating-group {
    column-count: 2;
  }
}
.rating-group__cover {
  width: 100%;
  overflow: hidden;
}
.rating-group__item {
  margin-bottom: 18px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border-image-slice: 1;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  break-inside: avoid;
}
.rating-phone {
  padding-bottom: 0px;
}
.rating-brand {
  padding-top: 9px;
}
.rating-icon {
  display: flex;
  justify-content: flex-end;
}
.rating-icon img {
  width: 20px;
  height: 20px;
}
.rating-result {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 9px 0px;
}
.rating-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
  white-space: normal;
  color: rgba(0, 0, 0, 0.7);
}
.rating-score__attitude {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.rating-score__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  flex: 1;
}

.notification {
  position: relative;
  z-index: 20;
  padding-top: 40px;
  min-height: 100vh;
}
.notification-banner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 39px;
}
.notification-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 110px 80px;
  opacity: 1;
  border-radius: 9999px;
  background: #f8fafc;
}
.notification-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notification-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.notification-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}
.notification-text {
  font-weight: 400;
  font-size: 16px;
  width: 75%;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 395px) {
  .notification-text {
    width: 80%;
  }
}
.notification-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

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