@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,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
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);
}

.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;
  }
}

.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;
}

.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 {
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  #toasts {
    max-width: 90%;
    width: 90%;
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast {
    margin: 0 !important;
    width: 100% !important;
    padding: 10px 16px;
    align-items: 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-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-top: 4px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #fff;
}

.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);
}

.select2-dropdown {
  z-index: 1089;
}

.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: 99;
  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: #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);
  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: 7px 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 {
  background-color: #fff;
  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 {
  font-size: 20px;
  padding-right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .header-account__menu .hide-on-bothTM {
    display: none !important;
  }
  .header-account__menu {
    display: flex;
  }
}
.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(1, 1fr);
    gap: 20px 20px;
  }
}
.footer-nav__item {
  font-size: 14px;
  margin: 0 20px;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 46.1875em) {
  .footer-nav__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.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: 1366px) {
  .layout-wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .layout-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .layout-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.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 12px;
  border-radius: 8px;
}
.layout-sidebar__item:hover {
  color: #000;
  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-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%;
  max-width: 250px;
  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 img {
  object-position: top;
}
.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;
  color: #000;
  padding: 7px 13px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: #f2f7fe;
  border-radius: 100px;
}
.quotation-info__text {
  min-width: 75px;
  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__group + .quotation-info__group {
  margin-top: 4px;
}
.quotation-info__logo {
  margin: 8px 0 14px;
  align-items: center;
}
.quotation-info__main {
  margin-top: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-info__main {
    margin-top: 26px;
  }
}
.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 * {
  line-height: 1.5;
  text-align: justify;
  font-size: 14px !important;
}
.quotation-info__content p:first-child {
  margin-top: 0;
}
.quotation-info__input {
  font-size: 14px;
  width: 100%;
  padding: 8px 28px 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.disabled-add {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.quotation-info__add.disabled-add::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.quotation-info__add.disabled-add 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;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-info__cover {
    gap: 24px 16px;
  }
}
.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: 15;
  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;
}
@media only screen and (max-width: 395px) {
  .quotation-info__menu.menu-large {
    width: 355px;
  }
}
.quotation-info__menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.quotation-info__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.quotation-info__img img {
  width: auto;
  height: 100%;
  max-height: 50px;
  object-fit: contain;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-info__detail {
    margin-top: 12px;
  }
}
.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: flex;
  align-items: stretch;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 395px) {
  .quotation-product__item {
    padding: 12px 10px;
  }
}
.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;
}
@media only screen and (max-width: 395px) {
  .quotation-product__cover {
    flex-wrap: wrap;
  }
}
.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;
  min-height: 34px;
}
.quotation-product__quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 395px) {
  .quotation-product__quantity {
    gap: 2px;
    padding: 1px 8px 3px;
  }
}
.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;
  justify-content: flex-end;
  gap: 6px;
}
.quotation-product__activity.notEdit .quotation-product__edit {
  opacity: 0;
  visibility: hidden;
}
.quotation-product__info {
  width: 100%;
}
.quotation-product__right {
  display: flex;
  flex-direction: column;
}
.quotation-product__edit, .quotation-product__clear {
  padding: 4px;
}
.quotation-product__price {
  display: block;
  text-align: right;
  margin-top: auto;
  margin-bottom: 3px;
  font-size: 15px;
  color: #00438c;
  width: max-content;
}
.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;
}
@media only screen and (max-width: 395px) {
  .quotation-product__add .quotation-file__printer {
    padding: 5px 10px;
  }
}
.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 {
  border-radius: 8px;
  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);
  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;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-total__cover {
    padding-left: 14px;
  }
}
.quotation-total__cover.special {
  padding: 4px 0 2px 20px;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-total__cover.special {
    padding: 4px 0 2px 14px;
  }
}
.quotation-total__cover + .quotation-total__cover {
  margin-top: 12px;
}
.quotation-total__money {
  padding-right: 20px;
  font-weight: 500;
  color: #00438c;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-total__money {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-total__input {
    width: 190px;
    font-size: 16px;
  }
}
.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 {
  position: relative;
}
.quotation-setting__group + .quotation-setting__group {
  margin-top: 16px;
}
.quotation-setting__show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.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%;
  max-height: 100%;
}
.quotation-setting__logo img {
  height: 100%;
  object-fit: contain;
}
.quotation-setting__change {
  position: relative;
  height: 180px;
  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__upload {
  position: relative;
  gap: 12px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.quotation-setting__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.quotation-setting__subtitle {
  font-weight: 500;
  color: #00438c;
}
.quotation-setting__desc {
  color: rgba(0, 0, 0, 0.7);
}
.quotation-setting__desc span {
  color: #00438c;
}
.quotation-setting__type {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.4;
}
.quotation-setting__type span {
  display: block;
}
.quotation-details {
  margin-top: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-details {
    overflow: auto;
  }
}
.quotation-details__header, .quotation-details__body {
  padding: 15px 45px;
  width: calc(100% - 53px);
  margin-left: auto;
  border-left: 2px solid #000;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-details__header, .quotation-details__body {
    min-width: 1024px;
  }
}
.quotation-details__body {
  position: relative;
  padding-bottom: 200px;
}
.quotation-details__cover {
  border-top: 2px solid #000;
}
.quotation-details__header {
  position: relative;
  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__text.special-customer {
  min-width: 75px;
}
.quotation-details__company {
  min-width: 55%;
  width: 55%;
}
.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: calc(100% + 10px);
}
.quotation-details__icon.icon-left-small {
  left: 80%;
}
.quotation-details__group {
  margin-top: 2px;
  gap: 8px;
}
.quotation-details__group svg {
  min-width: 20px;
}
.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-details__banner {
  position: absolute;
  right: 10px;
  top: 10px;
  --sizeBanner: 70px;
  width: var(--sizeBanner);
  height: var(--sizeBanner);
}
.quotation-details__thanks {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 100%;
  font-size: 56px;
  font-weight: 800;
  color: white;
  width: 65%;
  -webkit-text-stroke: 1px #222;
  text-stroke: 1px #222;
  letter-spacing: 2px;
  text-align: center;
  background: none;
  transform: translateX(-50%);
}
.quotation-table {
  margin-top: 24px;
  zoom: 85%;
  max-height: 500px;
  overflow-y: auto;
}
@media only screen and (max-width: 1366px) {
  .quotation-table {
    zoom: 80%;
  }
}
.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;
  vertical-align: middle;
}
.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__info {
  display: flex;
  flex-direction: column;
}
.quotation-table__number {
  text-align: center;
  justify-content: center;
  padding: 4px 10px;
  width: 100%;
  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-table__activity {
  margin-top: 20px;
  width: 50%;
}
.quotation-table__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.quotation-table__action {
  width: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.quotation-table__remove {
  margin-top: 8px;
}
.quotation-statistical {
  margin-top: 24px;
  width: 88%;
}
@media only screen and (max-width: 63.9375em) {
  .quotation-statistical .hide-on-bothTM {
    display: none !important;
  }
  .quotation-statistical {
    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 {
  min-height: 38px;
  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 {
  position: absolute;
  right: 22px;
  top: 7px;
  z-index: 6;
  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;
  }
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__activity {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
    justify-content: center;
  }
}
.quotation-statistical__detail {
  padding-top: 16px !important;
  padding-left: 0 !important;
}
.quotation-statistical__btn.btn-remove:hover::after {
  background-color: #fa3532;
}
.quotation-statistical__text {
  width: 74%;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__text {
    font-size: 16px;
    width: 100%;
  }
}
.quotation-statistical__search {
  justify-content: flex-start !important;
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__search {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 46.1875em) {
  .quotation-statistical__search .account-history__input {
    width: 100%;
  }
}
.quotation-statistical__filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.quotation-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-top: 45px;
}
.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: 13px;
  flex: 1;
  text-align: right;
}
.quotation-footer__text.special {
  font-weight: bold;
}
.quotation-footer__content * {
  line-height: 1.5;
  text-align: justify;
  font-size: 12px !important;
}
.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: 15px;
  font-weight: 600;
  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;
  color: rgba(0, 0, 0, 0.7);
}
.quotation-price__service * {
  line-height: 1.4;
}
.quotation-price__service p {
  margin: 8px 0;
}
.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__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;
}
.quotation-package {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
@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: 12px;
  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 {
  width: 100%;
}
.quotation-modal__type .select2-container {
  width: 100% !important;
}
.quotation-modal__type .select2-container .select2-selection--single {
  font-size: 16px;
  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;
  min-width: 30%;
  text-align: right;
}
.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;
}
.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;
}
.quotation-modal__string {
  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;
}
.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;
}
@media only screen and (max-width: 395px) {
  .account-header__desc {
    gap: 12px;
  }
}
.account-avatar {
  position: relative;
}
.account-avatar__img {
  position: relative;
  --sizeImg: 80px;
  width: var(--sizeImg);
  height: var(--sizeImg);
  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);
}
@media only screen and (max-width: 395px) {
  .account-avatar__img {
    --sizeImg: 70px;
  }
}
.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;
}
@media only screen and (max-width: 46.1875em) {
  .account-info {
    width: 100%;
  }
}
.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;
  }
}
@media only screen and (max-width: 395px) {
  .account-info__option {
    padding-left: 10px;
  }
}
.account-info__name {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__name {
    font-size: 16px;
  }
}
.account-info__email {
  margin-top: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 46.1875em) {
  .account-info__email {
    font-size: 13px;
  }
}
.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);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-history {
  padding-top: 45px;
}
@media only screen and (max-width: 46.1875em) {
  .account-history {
    padding-top: 20px;
  }
}
.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-right: auto;
  }
}
.account-history__list {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 32px 16px;
  border-radius: 10px;
  background: #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);
}
.account-history__input {
  width: 290px;
  min-width: 290px;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__input {
    width: 100%;
  }
}
.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;
    padding: 6px 0;
    gap: 10px;
    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.3);
    border: 1px solid #ddd;
  }
}
.account-history__row:last-child .account-history__cell {
  border-bottom: 0;
}
.account-history__date {
  font-size: 14px;
  width: 170px;
  border: 0;
  background-color: transparent;
}
@media only screen and (max-width: 46.1875em) {
  .account-history__date {
    font-size: 16px;
    width: 200px;
  }
}
.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;
}
.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);
}

.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;
  padding-top: 18px;
}
@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: 44px;
  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: 19px;
    margin-bottom: 7px;
  }
}
.auth-forgot__btn {
  margin-top: 44px;
}
.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;
}
@media only screen and (max-width: 46.1875em) {
  .auth-change {
    margin-top: 24px;
  }
}
.auth-change__content {
  padding-top: 0;
}
.auth-change__form {
  width: 82%;
  margin-top: 0;
}
@media only screen and (max-width: 46.1875em) {
  .auth-change__form {
    width: 100%;
  }
}
.auth-change__banner {
  margin-right: 0;
}

.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;
}
@media only screen and (max-width: 46.1875em) {
  .contact-people__detail {
    text-align: left;
  }
}
.contact-people__avatar {
  --sizeImg: 75px;
  min-width: var(--sizeImg);
  width: var(--sizeImg);
  height: var(--sizeImg);
  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-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;
}
@media only screen and (max-width: 46.1875em) {
  .product-table {
    padding: 10px 10px 18px;
  }
}
.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;
  }
}
.product-table__item:last-child .product-table__cell {
  border-bottom: 0;
}
@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;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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 {
  --sizeImg: 60px;
  min-width: var(--sizeImg);
  width: var(--sizeImg);
  height: var(--sizeImg);
  border-radius: 50%;
  overflow: hidden;
  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 {
  width: 100%;
  line-height: 1.4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-table__cell:first-child {
  justify-content: center;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__cell:first-child {
    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;
  justify-content: flex-end;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  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;
    justify-content: flex-start;
  }
}
.product-table__activity.show-icon {
  opacity: 1;
  visibility: visible;
}
.product-table__code {
  text-align: left;
}
.product-table__until {
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .product-table__until {
    text-align: left;
  }
}
.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 {
    gap: 14px 14px;
    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;
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__subtitle {
    font-size: 14px;
  }
}
.product-modal__subtitle sup {
  font-size: 11px;
  color: #fa3532;
}
.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);
}
@media only screen and (max-width: 46.1875em) {
  .product-modal__input {
    font-size: 16px;
  }
}
.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;
}

.customer-data__item {
  font-size: 14px;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s;
}
.customer-data__item:hover {
  border-color: #44009b;
}
.customer-data__text {
  --sizeWidth: 70px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
  min-width: var(--sizeWidth);
  width: var(--sizeWidth);
}
.customer-data__cover {
  width: 100%;
  gap: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.customer-search {
  margin-top: 28px;
}
@media only screen and (max-width: 63.9375em) {
  .customer-search .hide-on-bothTM {
    display: none !important;
  }
  .customer-search {
    margin-top: 20px;
  }
}
.customer-table__item, .customer-table__header {
  display: grid;
  grid-template-columns: 50px 2.7fr 1.8fr 1.2fr 1.5fr minmax(60px, 60px);
}
@media only screen and (max-width: 46.1875em) {
  .customer-table__header {
    display: none;
  }
}
.customer-table__company, .customer-table__author, .customer-table__phone {
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .customer-table__item {
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.customer-table__item .product-table__cell {
  align-items: flex-start;
}
@media only screen and (max-width: 46.1875em) {
  .customer-table__item .product-table__cell {
    width: 100%;
  }
}
.customer-table__tax {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}

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