@charset "UTF-8";
.error-message {
  color: red;
  display: none;
  font-size: 12px;
}

.select2-results__option {
  line-height: 1.5em;
}

.site-back-office .gutters-15 {
  margin: 0 -7.5px;
}

.site-back-office .gutters-15 > div {
  padding: 0 7.5px;
}

.site-back-office .default-topbar {
  border-bottom: 1px solid #F1F1F4;
}

.site-back-office .action-form {
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

.site-back-office .action-form .btn.btn-xs {
  height: 40px;
  line-height: 38px;
  min-width: 130px;
}

.site-back-office .action-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.site-back-office .card {
  border: 1px solid #F1F1F4;
  border-radius: 6px;
}

.site-back-office .card.-card-table {
  padding: 25px 25px 15px 25px;
}

.site-back-office .card.-card-table > div {
  padding: 0;
}

.site-back-office .card.-card-table form > .form-group > .row {
  margin: 0 -5px;
}

.site-back-office .card.-card-table form > .form-group > .row > div {
  padding: 0 5px;
}

.site-back-office .card.-card-table .card-header {
  margin-bottom: 20px;
}

.site-back-office .card.-card-table .card-body {
  margin-bottom: 15px;
}

.site-back-office .card-header .filter .action .btn:first-child {
  margin-left: 0;
}

.site-back-office .table-responsive {
  border: 1px solid var(--color-border);
  border-bottom: none;
  border-radius: 6px;
}

.site-back-office .table-responsive > .m-auto.w-100.text-center {
  padding: 30px 15px;
  background-color: var(--color-border);
}

.site-back-office .table-responsive > table td .topic {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: var(--fw-bold);
  display: none;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}

.site-back-office .table-responsive > table td {
  font-size: 14px;
  line-height: 1.5em;
}

.site-back-office .table-responsive > table td .action div .helpblock {
  margin-top: 5px;
}

.site-back-office .table-responsive > table td[data-label="view :"] .link span {
  font-size: var(--typo-xs);
}

.site-back-office .table-responsive > table td[data-label="view :"] .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  gap: 3px;
  font-size: var(--typo-xxs);
  float: left;
}

.site-back-office .table-responsive > table td[data-label="view :"] .link + .link {
  margin-left: 15px;
}

.site-back-office .text-view {
  font-size: var(--typo-xs);
  line-height: 1.5em;
}

.site-back-office .form-control {
  line-height: 1.5em;
}

.site-back-office .group-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-back-office #locationInput {
  border: 1px solid var(--color-primary);
  top: 10px !important;
  left: unset !important;
  right: 60px !important;
  margin: 0;
  width: 60%;
  background-color: #fff;
  border-radius: 1px;
}

.site-back-office .-form-add-doc {
  padding: 13px;
  border-radius: 6px;
  background-color: rgba(235, 235, 235, 0.4);
  margin-bottom: 0;
  border: 1px solid var(--color-border);
}

.site-back-office .-form-add-doc + .-form-add-doc {
  margin-top: 15px;
}

.site-back-office .-form-add-doc .btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-back-office .-form-add-doc .btn.removeList {
  background-color: rgba(250, 173, 156, 0.6392156863);
}

.site-back-office .-form-add-doc .btn.removeList span {
  font-size: 20px;
}

.site-back-office .-form-add-doc .checkbox-control .txt {
  white-space: nowrap;
}

.site-back-office #genneratecode {
  font-size: 16px;
}

.site-back-office .filter.-fill-advance .form-group {
  margin-bottom: 15px;
}

.site-back-office .table-responsive > table td.customer-advance .t-topic {
  margin-bottom: 5px;
}

.site-back-office .table-responsive > table td.customer-advance .sub-desc {
  margin-bottom: 0;
}

.site-back-office .whead,
.site-back-office .whead .title,
.site-back-office .whead .breadcrumb li,
.site-back-office .whead .breadcrumb .link {
  -webkit-transition: unset;
  transition: unset;
}

.site-back-office .whead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  webkit-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(229, 234, 239, 0.6);
  padding: 15px;
  margin-left: 260px;
  width: calc(100% - 260px);
}

.site-back-office .whead.fixed .title {
  font-size: 22px;
}

.site-back-office .select2-container .select2-selection--multiple {
  border-color: var(--color-border);
}

.site-back-office .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--color-primary);
}

.site-back-office .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 15px;
  line-height: 30px;
}

.site-back-office .gap-15 {
  gap: 15px;
}

.site-back-office .profile-history {
  position: relative;
}

.site-back-office .profile-history .profile-block {
  border-radius: 6px;
}

.site-back-office .order-number {
  font-size: var(--typo-sm);
  line-height: 1.5em;
}

.site-back-office .profile-history .address_info {
  margin-top: 5px;
}

.site-back-office .profile-history .address_info,
.site-back-office .profile-history .address_delivery {
  line-height: 1.3em;
}

.site-back-office .confirmPayment {
  margin-bottom: 8px !important;
}

.site-back-office .form-customer .select2-container {
  width: 100% !important;
}

.site-back-office .h-txt {
  margin-bottom: 0;
}

.site-back-office .tabsreport ~ div .table-responsive {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.site-back-office .-form-copy .btn {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .default-topbar {
    height: 60px;
    padding: 0 15px;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .default-topbar .auth .cover {
    width: 40px;
    height: 40px;
  }
  .default-topbar .auth .name {
    max-width: 100px;
  }
  .default-sidebar {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .default-sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .default-sidebar ~ .default-main:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    content: "";
    position: fixed;
    z-index: 1005;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .default-sidebar.open ~ .default-main:after {
    opacity: 1;
    visibility: visible;
  }
  .default-sidebar-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .default-sidebar-button.open img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .default-sidebar .header {
    height: 60px;
  }
  .default-sidebar .header .brand img {
    max-height: 40px;
  }
  .default-main {
    margin-left: 0;
  }
  .card-header .filter .action {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .site-back-office .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .site-back-office .default-body {
    padding: 20px 0;
  }
  .site-back-office .whead {
    margin-bottom: 15px;
  }
  .site-back-office .whead > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-back-office .whead > .row > div {
    width: 100%;
  }
  .site-back-office .whead .title {
    font-size: 20px;
  }
  .site-back-office .breadcrumb {
    margin-top: 8px;
  }
  .site-back-office .breadcrumb li + li:before {
    padding: 0 6px;
  }
  .site-back-office .card {
    border: 1px solid #F1F1F4;
  }
  .site-back-office .card.-card-table .card-header .filter .form-control {
    margin-bottom: 0;
    font-size: 14px;
  }
  .site-back-office .card.-card-table .card-header .filter .block-control {
    margin-bottom: 0;
  }
  .site-back-office .card.-card-table .card-header .filter > .row {
    margin: 0 -7.5px;
  }
  .site-back-office .card.-card-table .card-header .filter > .row > div {
    padding: 0 7.5px;
  }
  .site-back-office .card.-card-table .card-header .filter > .row .row {
    gap: 12px;
  }
  .site-back-office .card.-card-table .card-header .filter .select2-container {
    width: 100% !important;
  }
  .site-back-office .card.-card-table {
    padding: 25px 15px;
  }
  .site-back-office .card .card-body {
    padding: 25px 18px;
  }
  .site-back-office .form-section {
    margin-bottom: 20px;
  }
  .site-back-office .form-section:last-child {
    margin-bottom: 0;
  }
  .site-back-office .form-section:last-child .form-group:last-child {
    margin-bottom: 0;
  }
  .site-back-office .form-section:last-child .form-group:last-child .block-control {
    margin-bottom: 0 !important;
  }
  .site-back-office .form-group-topic {
    margin-bottom: 20px;
  }
  .site-back-office .form-group > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-back-office .form-group > .row > div,
  .site-back-office .form-group > .row > label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .site-back-office .form-group .control-label {
    padding-bottom: 10px;
    padding-top: 0;
    line-height: 1em;
  }
  .site-back-office .card-header .filter > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px 0;
  }
  .site-back-office .card-header .filter > .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .site-back-office .card-header .filter .btn {
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .site-back-office .card-header .filter .btn span {
    font-size: 14px;
  }
  .site-back-office .card-footer.-footer-pagination {
    padding-top: 15px !important;
    margin-top: 10px;
    border-top: 1px solid var(--color-border);
  }
  .site-back-office .card-footer.-footer-pagination .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .site-back-office .card-footer.-footer-pagination .row > div:nth-child(2) {
    margin-top: 0 !important;
  }
  .site-back-office .card-footer.-footer-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .site-back-office .card-footer.-footer-pagination .pagination .dropdownpagination .select2-container {
    height: 35px !important;
    width: 80px !important;
  }
  .site-back-office .card-footer.-footer-pagination .pagination .dropdownpagination .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 35px !important;
  }
  .site-back-office .card-footer.-footer-pagination .pagination .item-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .site-back-office .card-footer.-footer-pagination .typo-xxs {
    font-size: 14px;
    font-weight: var(--fw-bold);
  }
  .site-back-office .table-responsive > table thead tr {
    display: none;
  }
  .site-back-office .table-responsive > table tr {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #F1F1F4;
    margin-bottom: 0 !important;
  }
  .site-back-office .table-responsive > table tr + tr {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .site-back-office .table-responsive > table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px !important;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left !important;
    width: 100% !important;
  }
  .site-back-office .table-responsive > table td * {
    text-align: left;
  }
  .site-back-office .table-responsive > table td::before {
    display: none;
  }
  .site-back-office .table-responsive > table td .topic {
    display: block;
  }
  .site-back-office .table-responsive > table td.td-checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    background-color: var(--color-secondary) !important;
  }
  .site-back-office .table-responsive > table td .checkbox-control .icon {
    border-color: var(--color-primary);
  }
  .site-back-office .table-responsive > table td .checkbox-control ~ .topic {
    display: none;
  }
  .site-back-office .table-responsive > table td:nth-child(odd) {
    background-color: #F1F1F4;
  }
  .site-back-office .table-responsive > table td .action .btn {
    border-color: var(--color-default);
    margin-left: 7px;
  }
  .site-back-office .table-responsive > table td .action .btn:first-child {
    margin-left: 0;
  }
  .site-back-office .table-responsive > table td .action .btn span {
    color: var(--color-default);
  }
  .site-back-office .table-responsive > table td .action div + div {
    margin-left: 7px;
  }
  .site-back-office .form-group .radio-control .txt,
  .site-back-office .form-group .checkbox-control .txt {
    padding-left: 30px;
    font-size: 14px;
  }
  .site-back-office .form-section.-form-role-radio .form-group-topic {
    margin-bottom: 10px;
  }
  .site-back-office .form-section.-form-role-radio .form-group > .row + .row {
    padding-top: 18px;
    margin-top: 6px;
    border-top: 1px solid var(--color-border);
  }
  .site-back-office .form-section.-form-role-radio .form-group > .row .control-label {
    font-weight: var(--fw-bold);
  }
  .site-back-office .form-section.-form-role-radio .form-group > .row .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-back-office .table-responsive > table td[data-label="view :"] .link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .site-back-office .table-responsive > table td[data-label="view :"] .link + .link {
    margin-left: 40px;
    position: absolute;
  }
  .site-back-office .text-view {
    font-size: var(--typo-xxs);
  }
  .site-back-office .group-lang {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-back-office #genneratecode {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
  .site-back-office .table-responsive {
    border: none;
  }
  .site-back-office .table-responsive > .m-auto.w-100.text-center {
    padding: 25px 15px;
    font-size: 16px;
  }
  .site-back-office .table-responsive > table td.customer-advance .desc {
    margin-bottom: 4px;
  }
  .site-back-office .table-responsive > table td.customer-advance p {
    line-height: 1.3em;
  }
  .site-back-office .whead.fixed {
    top: 60px;
    margin-left: 0;
    width: 100%;
    padding: 10px 15px;
  }
  .site-back-office .whead.fixed .title {
    font-size: 18px;
  }
  .site-back-office .whead.fixed .breadcrumb {
    margin-top: 5px;
  }
  .site-back-office .whead.fixed .breadcrumb li {
    font-size: 11px;
  }
  .site-back-office .whead.fixed .breadcrumb li + li:before {
    padding: 0 4px;
  }
  .site-back-office .profile-history .profile-block > .topbar {
    padding: 15px;
  }
  .site-back-office .order-number {
    font-size: var(--typo-xs);
  }
  .site-back-office .link.-back {
    font-size: var(--typo-sm);
    display: block;
    margin-bottom: 12px;
  }
  .site-back-office .profile-history .address_name {
    font-size: 15px;
  }
  .site-back-office .profile-history .profile-block:first-child > div > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-back-office .profile-history .profile-block:first-child > div > .row > div {
    width: 100%;
  }
  .site-back-office .profile-history .profile-block > .topbar .title,
  .site-back-office .profile-history .address_info,
  .site-back-office .profile-history .address_info,
  .site-back-office .profile-history .address_delivery {
    font-size: 14px;
  }
  .site-back-office .profile-history .address_info {
    margin-top: 5px;
  }
  .profile-history .shopping-cart.step-2 .info > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .profile-history .shopping-cart.step-2 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .profile-history .shopping-cart.step-2 td {
    padding: 0;
  }
  .profile-history .shopping-cart.step-2 table tbody tr td:first-child {
    width: 100%;
  }
  .shopping-cart .info .inner {
    margin-left: 0;
  }
  .shopping-cart.step-2 .info .cover {
    width: 100px;
    height: 100px;
  }
  .shopping-cart.step-2 .info .title {
    font-size: 14px;
  }
  .shopping-cart .info .desc {
    font-size: 13px;
  }
  .shopping-cart .total {
    margin-top: 10px;
    font-size: 18px;
    text-align: left !important;
    line-height: 1.4em;
  }
  .profile-history .profile-block .footer {
    padding: 15px;
  }
  .profile-history .total table tbody {
    width: 50%;
    display: block;
    margin-left: auto;
  }
  .profile-history .total table tr:not(:last-child) td {
    padding-bottom: 0;
  }
  .profile-history .total table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-history .total table tr + tr {
    margin-top: 12px;
  }
  .profile-history .total table tr td {
    display: block;
    width: auto !important;
  }
  .profile-history .total table td.totalOrder {
    font-size: 20px;
  }
  .profile-history .total table td.totalOrderBig span {
    font-size: 22px !important;
  }
  .profile-history .boxcreditover {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .site-back-office .confirmPayment {
    margin-bottom: 0 !important;
  }
  .site-back-office .h-txt {
    font-size: 18px;
  }
  .site-back-office .form-customer .-gap-addon {
    gap: 13px;
  }
  .site-back-office .-form-copy {
    margin-top: 15px;
  }
  .site-back-office .-table-flash {
    margin-top: 5px;
  }
  .site-back-office .-table-flash .-remove {
    display: none;
  }
  .site-back-office .product-group {
    width: 100%;
  }
  .site-back-office .product-group .select2-container--default .select2-selection--single .select2-selection__rendered,
  .site-back-office .table-responsive.-table-flash > table td[data-label=รายการสินค้า] .select2-container--default .select2-selection--single .select2-selection__rendered,
  .site-back-office .table-responsive.-table-flash > table td[data-label=Product] .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-wrap: pretty;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 30px;
  }
  .site-back-office .-table-flash .btn-del {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
  .site-back-office .table-responsive.-table-flash > table td[data-label=Product],
  .site-back-office .table-responsive.-table-flash > table td[data-label=รายการสินค้า] {
    background-color: var(--color-secondary);
  }
  .site-back-office .table-responsive.-table-flash > table td[data-label=ประเภทส่วนลด] {
    max-width: 100%;
  }
  .site-back-office .table-responsive.-table-point > table thead tr {
    display: block;
    margin-bottom: 10px !important;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th {
    padding: 10px 5px;
    max-width: 33.33%;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th > div .input-group-text {
    padding: 0;
    margin-bottom: 5px;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th > div input {
    width: 100%;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th:nth-child(1),
  .site-back-office .table-responsive.-table-point > table thead tr th:nth-child(2),
  .site-back-office .table-responsive.-table-point > table thead tr th:last-child {
    display: none;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th:nth-child(3) {
    padding-left: 10px;
  }
  .site-back-office .table-responsive.-table-point > table thead tr th:nth-child(5) {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .site-back-office .form-group .radio-control .icon,
  .site-back-office .form-group .checkbox-control .icon {
    top: 7px;
  }
  .site-back-office .-form-add-doc .block-control {
    margin-bottom: 0;
  }
  .site-back-office .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
  }
  .site-back-office .tabsreport {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .site-back-office .tabsreport .nav-item {
    width: 100%;
    line-height: 1.4em;
  }
  .site-back-office .tabsreport .nav-item .nav-link {
    font-size: 15px;
  }
  .site-back-office .tabsreport .nav-item .nav-link.active {
    border: none;
    background-color: var(--color-secondary);
    font-weight: bold;
  }
  .site-back-office #listTable.table tbody tr td {
    font-size: var(--typo-xxs);
  }
  .site-back-office .-form-copy {
    margin-top: 0;
    margin-bottom: 10px !important;
  }
  .site-back-office .-form-copy .btn span {
    font-size: var(--typo-xxs);
  }
}
@media (max-width: 767px) {
  .site-back-office .form-control {
    font-size: 14px;
    min-height: 45px;
  }
  .site-back-office .card.-card-table .card-header .filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .site-back-office .select2-container .select2-selection--single {
    height: 45px;
  }
  .site-back-office .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-size: 14px;
  }
  .site-back-office .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 45px;
  }
  .select2-results__option {
    font-size: 13px !important;
  }
  .site-back-office .form-upload .btn {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
  .site-back-office .form-upload .btn .typo-xs {
    font-size: 14px;
  }
  .site-back-office .-form-add-doc .btn {
    width: 45px;
    height: 45px;
  }
  .site-back-office .-form-add-doc + .-form-add-doc {
    margin-top: 12px;
  }
  .site-back-office .card-footer.-footer-pagination .pagination .dropdownpagination .select2-container .select2-selection--single {
    height: 35px !important;
  }
  .site-back-office .card-footer.-footer-pagination .pagination .dropdownpagination .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 35px !important;
  }
  .site-back-office .card-footer.-footer-pagination .pagination .dropdownpagination .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 35px !important;
  }
  .cart-nav {
    padding: 0 15px 15px 15px;
  }
  .cart-nav .item-list li {
    width: 100%;
  }
  .cart-nav .item-list li .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 100%;
  }
  .cart-nav .item-list .thumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .cart-nav .item-list .group .txt {
    text-align: left;
    line-height: 1.3em;
    font-size: 15px;
  }
  .cart-nav .item-list .group .txt:first-child {
    margin-top: 6px;
  }
  .cart-nav .item-list li::before {
    width: 2px !important;
    height: 100%;
    right: 0;
    left: 24px;
  }
  .cart-nav .item-list li.active::after {
    width: 2px;
    left: 24px;
    height: 100%;
  }
  .cart-nav .item-list li:last-child::before {
    display: none;
  }
  .profile-history .total table tbody {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .site-back-office .action-form > div {
    width: 100%;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-back-office .action-form .btn.btn-xs {
    min-width: calc(50% - 4px);
  }
  .site-back-office .form-upload .profile,
  .site-back-office .form-upload .btn {
    width: 100%;
  }
  .site-back-office .-form-add-doc .block-control,
  .site-back-office .form-section:last-child .form-group.-form-add-doc .block-control {
    margin-bottom: 10px !important;
  }
  .site-back-office .-form-add-doc .btn {
    width: 40px;
    height: 40px;
  }
}
/* Responsive : Addon 110225 */
@media (max-width: 1199px) {
  .auth-page {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auth-page .auth-card {
    margin: 15px;
  }
  .auth-page .auth-card .h-title {
    margin: 15px 0 20px 0;
  }
  .auth-page .auth-card .control-label {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .auth-page .auth-card {
    border-radius: 12px;
  }
  .auth-page .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: 0;
  }
  .auth-page .nav-tabs .nav-link {
    padding: 10px;
    font-size: 14px;
  }
  .auth-page .form-bottom.-forgot-password {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(175, 174, 174, 0.3019607843);
  }
}/*# sourceMappingURL=addon.css.map */

.form-control.is-invalid {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}