﻿@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Black.otf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-BlackItalic.otf)
    format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-BoldItalic.otf)
    format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Medium.otf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-MediumItalic.otf)
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf)
    format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-RegularItalic.otf)
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Light.otf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-LightItalic.otf)
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Thin.otf) format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url(../fonts/SF-Pro-Display/SF-Pro-Display-ThinItalic.otf)
    format("truetype");
  font-weight: 100;
  font-style: italic;
}

:root {
  --primary-red-color: #ec2045;
  --primary-blue-color: #1876f2;
  --primary-green-color: #14ae5c;
  --secondary-1-color: #243648;
  --secondary-2-color: #2c2f35;
  --secondary-3-color: #31353e;
  --text-primary-color: #243648;
  --text-secondary-color: #6b6b6b;
  --text-disable-color: #b7bcc2;
  --text-standard-color: #fafafa;
  --status-success-color: #14ae5c;
  --status-warring-color: #ff9600;
  --status-danger-color: #d30026;
  --status-disable-color: #f5f5f5;
  --status-link-color: #1876f2;
  --button-medium-color: #1876f2;
  --button-hover-color: #0057ff;
  --button-active-color: #004fe8;
  --button-danger-hover-color: #cf0227;
  --button-danger-active-color: #bd0325;
  --button-dark-hover-color: #243a50;
  --button-dark-active-color: #1c2b39;
  --button-light-hover-color: #e3e2e2;
  --button-light-active-color: #dcdada;
  --button-warring-hover-color: #ee8c03;
  --button-warring-active-color: #e38603;
  --button-success-hover-color: #149e55;
  --button-success-active-color: #048d44;
  --button-disable-color: #eee;
  --button-disable-boder-color: #eeeeee;
  --background-color: #eeeeee;
  --background-sample-color: #ffffff;
  --background-boder-color: #dbdbdb;
}
body {
  font-family: SF-Pro-Display;
  font-weight: normal;
  color: var(--text-primary-color);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  background-color: var(--status-disable-color);
}
::-webkit-scrollbar {
  /* width: 10px; */
  /* height: 10px; */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ul-qi {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl,
ol,
ul {
  margin-top: revert;
  margin-bottom: revert;
}
ol,
ul {
  padding-left: revert;
}
.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}
.ml-3 {
  margin-left: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}
.mt-10 {
  margin-top: 40px !important;
}
.ml-4 {
  margin-left: 16px !important;
}

.gap-1 {
  gap: 4px !important;
}

.gap-2 {
  gap: 8px !important;
}

.gap-3 {
  gap: 12px !important;
}

.gap-4 {
  gap: 16px !important;
}

.gap-5 {
  gap: 20px !important;
}
.gap-6 {
  gap: 24px !important;
}
.gap-7 {
  gap: 28px !important;
}
.gap-8 {
  gap: 32px !important;
}
.row-gap-1 {
  row-gap: 4px !important;
}
.row-gap-2 {
  row-gap: 8px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.p-10 {
  padding: 40px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pl-3 {
  padding-left: 12px !important;
}
.pr-3 {
  padding-right: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}
.pt-5 {
  padding-top: 20px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pl-5 {
  padding-left: 20px !important;
}
.pl-10 {
  padding-left: 40px !important;
}
.pr-5 {
  padding-right: 20px !important;
}
.pr-10 {
  padding-right: 40px !important;
}
.r-1 {
  border-radius: 4px !important;
}
.r-2 {
  border-radius: 8px !important;
}
.r-3 {
  border-radius: 12px !important;
}
.r-4 {
  border-radius: 16px !important;
}
.r-5 {
  border-radius: 20px !important;
}

.r-0 {
  border-radius: 0px !important;
}

.r-tl-0 {
  border-top-left-radius: 0px !important;
}

.r-tr-0 {
  border-top-right-radius: 0px !important;
}

.r-bl-0 {
  border-bottom-left-radius: 0px !important;
}

.r-br-0 {
  border-bottom-right-radius: 0px !important;
}

.font-weight-normal {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: unset;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}

a:not(.btn-qi):not(.item-tab-list):hover {
  color: var(--status-link-color);
}

a.active {
  color: var(--status-link-color);
}
.qi-link {
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-blue-color);
  font-weight: 400;
}
.qi-link .icon-qi path {
  fill: var(--primary-blue-color);
}
.border {
  border: 1px solid #eeeeee;
}
.border-b {
  border-bottom: 1px solid #eeeeee;
}
.bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: 400;
}
.text-h1 {
  font-weight: 400;
  font-size: 32px !important;
  line-height: 40px !important;
}

.text-h1.bold {
  font-weight: 700;
}

.text-h2 {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 32px !important;
}

.text-h2.bold {
  font-weight: 600;
}

.text-h3 {
  font-weight: 400;
  font-size: 20px !important;
  line-height: 24px !important;
}

.text-h3.bold {
  font-weight: 600;
}

.text-h4 {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
}

.text-h4.bold {
  font-weight: 600;
}

.text-h5 {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-h5.bold {
  font-weight: 600;
}

.text-h6 {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
}

.text-h6.bold {
  font-weight: 600;
}

.text-h7 {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px !important;
}

.text-h7.bold {
  font-weight: 600;
}
.text-h8 {
  font-weight: 400;
  font-size: 10px !important;
  line-height: 12px !important;
}

.text-h8.bold {
  font-weight: 600;
}
.typography {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.typography-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.bg-while {
  background-color: #fff;
}

.bg-primary-green-color {
  background-color: var(--primary-green-color);
}

.bg-default {
  background-color: var(--background-color);
}

.bg-disable {
  background-color: var(--button-disable-color);
}
.bg-warring {
  background-color: var(--status-warring-color);
}
.bg-light {
  background-color: var(--button-disable-boder-color) !important;
}
.bg-dark {
  background-color: var(--text-primary-color);
}
.bg-status-danger-color {
  background-color: var(--status-danger-color);
}
.bg-status-disable-color {
  background-color: var(--status-disable-color);
}

.dark-mode .bg-while {
  background-color: var(--secondary-3-color);
  border-color: #21242a;
}

.dark-mode .text-dark-color-while {
  color: #fff;
}

.dark-mode .bg-dark-mode-default {
  background-color: var(--secondary-3-color);
  border-color: #21242a;
}

.dark-mode .bg-dark-mode-disable {
  background-color: #242933;
}

.dark-mode .bg-dark-mode-while {
  background-color: var(--secondary-3-color);
  border-color: #21242a;
}

.bg-default-hover:hover {
  background-color: var(--background-color);
}

.dark-mode .bg-dark-mode-default-hover:hover {
  background-color: #242933;
}

.dark-mode .bg-dark-mode-disable-hover:hover {
  background-color: var(--secondary-3-color);
}
.bg-default-opacity {
  background-color: rgba(36, 54, 72, 0.95);
}
.icon-dark-mode {
  display: none;
}

.dark-mode .icon-dark-mode {
  display: unset;
}

.dark-mode .icon-while-mode {
  display: none;
}

.form-check-radio-custom {
  min-height: unset;
  position: relative;
  padding-left: 36px;
  margin: 0;
  text-align: left;
  min-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-check-radio-custom.form-check-radio-custom-result {
  padding-left: 64px;
}
.form-check-radio-custom .form-check-label {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-check-radio-custom .form-check-label > span {
  min-height: 24px;
  /* line-height: 24px !important; */
  padding-top: 3px;
  /* vertical-align: middle; */
}
.form-check-radio-custom .form-check-input:focus {
  box-shadow: unset;
}

.form-check-radio-custom .form-check-input {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  margin: unset;
  border: 1.5px solid #dbdbdb;
  top: 8px;
  cursor: pointer;
  background-image: url(../img/icon-radio-default.svg);
  border: unset;
}
.form-check-radio-custom .form-check-input[type="checkbox"] {
  background-image: url(../img/icon-checkbox-default.svg);
}
.form-check-radio-custom.form-check-radio-custom-result .form-check-input {
  left: 32px;
}
.form-check-radio-custom .form-check-input:checked {
  background-color: #fff;
  border-color: var(--status-success-color);
  border: unset;
}

.form-check-radio-custom .form-check-input:checked[type="radio"],
.form-check-radio-custom-choose .form-check-input {
  background-image: url("../img/icon-radio-checked-default.svg?v=2");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.form-check-radio-custom .form-check-input:checked[type="checkbox"] {
  background-image: url("../img/icon-checkbox-checked.svg?v=3");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.form-check-radio-custom.form-check-radio-custom-correct
  .form-check-input[type="radio"] {
  /* background-image: url("../img/icon-radio-checked.svg"); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.form-check-radio-custom.form-check-radio-custom-correct {
  /* color: var(--status-success-color); */
}
.form-check-radio-custom-result::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 8px;
}
.form-check-radio-custom-result.form-check-radio-custom-correct::before {
  background-image: url(../img/icon-radio-success-v2.svg);
}
.form-check-radio-custom-result.form-check-radio-custom-wrong::before {
  background-image: url(../img/icon-radio-error-v2.svg);
}
.form-check-radio-custom.form-check-radio-custom-wrong
  .form-check-input[type="radio"] {
  /* background-image: url("../img/icon-radio-checked-wrong.svg"); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.form-check-radio-custom.form-check-radio-custom-wrong {
  /* color: var(--status-danger-color); */
}
.form-check-radio-custom .form-check-input:disabled {
  opacity: 1;
}
.form-control:focus {
  border-color: var(--status-link-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 118, 242, 0.25);
}

.btn-disable-custom {
  background-color: var(--status-disable-color);
  padding: 8px 24px;
  border: unset;
  border-radius: 20px;
  font-weight: 400;
  color: var(--text-disable-color);
  cursor: unset;
}
.btn.btn-disable-custom:hover,
.btn-disable-custom:hover,
.btn.btn-disable-custom:active,
.btn-disable-custom:active {
  background-color: var(--status-disable-color);
  border: unset;
  color: var(--text-disable-color);
}

.btn-default-custom {
  background-color: var(--background-color);
}

.custom-container-big {
  padding: 0 10px;
}

.custom-container-big .row {
  margin-left: -10px;
  margin-right: -10px;
}

.custom-container-big [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-container-xl {
  padding: 0 16px;
}

.custom-container-xl .row {
  margin-left: -16px;
  margin-right: -16px;
}

.custom-container-xl [class^="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.custom-container-lg {
  padding: 0 8px;
}

.custom-container-lg .row {
  margin-left: -8px;
  margin-right: -8px;
}

.custom-container-lg [class^="col"] {
  padding-left: 8px;
  padding-right: 8px;
}

.custom-container-md {
  padding: 0 6px;
}

.custom-container-md .row {
  margin-left: -6px;
  margin-right: -6px;
}
.row-md {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.custom-container-md [class^="col"],
.row-md [class^="col"] {
  padding-left: 6px;
  padding-right: 6px;
}
.text-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.text-line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.text-line-2.text-h6 {
  height: 36px;
}
.text-line-2.text-h5 {
  height: 48px;
}
.text-line-1.text-h6 {
  height: 18px;
}
.icon-qi {
}
.icon-user {
}
.icon-color-danger path {
  fill: var(--primary-red-color);
}
.icon-color-secondary.icon-date path {
  fill: var(--text-secondary-color);
}

.icon-color-secondary.icon-user path {
  stroke: var(--text-secondary-color);
}
.dark-mode .icon-color-default path {
  stroke: #fff;
}
.dark-mode .icon-color-default path {
  stroke: #fff;
}
.dark-mode .icon-fullscreen path {
  fill: #fff;
}
.dark-mode .icon-password path,
.dark-mode .icon-notify path {
  fill: #fff;
}
.icon-qi-sm {
  width: 16px;
  height: 16px;
}
.icon-qi-md {
  width: 20px;
  height: 20px;
}
.slick-track {
  margin: unset;
}
p {
  margin: revert;
  margin-top: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: revert;
}
caption {
  text-align: revert;
}
.select2-container .select2-selection--single {
  padding: 6px 12px;
  padding-right: 44px;
  height: auto;
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 4px 0px #0000000f;
  border-radius: 8px;
}
.select2-container--default .select2-selection--single {
}
.dark-mode .select2-container--default .select2-selection--single {
  background-color: var(--secondary-3-color);
  color: #fff;
  border-color: var(--secondary-3-color);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.wrap-pagination {
  flex: 0 0 auto;
}
.pagination-custom .select2-container .select2-selection--single {
  padding: 2px 12px;
  background-color: var(--text-standard-color);
  border-radius: 4px;
}
.pagination-custom
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  /* font-size: 12px; */
}
.pagination-custom
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 28px;
  height: 24px;
  background-size: 12px 12px;
}
.pagination-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  /* position: absolute; */
  /* bottom: 0; */
  /* width: 100%; */
  padding-top: 16px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 4px 20px;
  background-color: #fff;
  opacity: 0;
  /* display: none; */
}
.pagination-size {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.pagination-size select {
  width: 85px;
  min-width: unset;
  padding: 3px 12px;
}
.pagination-index {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.pagination-index ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
page-item-custom {
}
.page-link-custom {
}
input.page-link-custom {
  background-color: var(--text-standard-color);
}
input.page-link-custom[disabled] {
  /* color: var(--status-disable-color); */
}
.page-link-custom {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: center;
  background-color: var(--text-standard-color);
}
/* For Chrome, Safari, Edge, and Opera */
input.page-link-custom::-webkit-outer-spin-button,
input.page-link-custom::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input.page-link-custom[type="number"] {
  -moz-appearance: textfield;
}
.dark-mode input.page-link-custom[type="number"] {
  color: #fff;
}
.page-item-custom.disabled .page-link-custom {
  cursor: default;
}
.page-item-custom.disabled .icon-qi path {
  stroke: var(--button-disable-boder-color);
  stroke: var(--text-disable-color);
}
.page-item-custom.disabled img {
  display: none;
}
.page-item-custom img {
  width: 9px;

  height: 15px;

  object-fit: cover;
}
.page-item-custom.disabled .icon-disabled {
  display: block !important;
}

.dark-mode
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}
.dark-mode
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}
.dark-mode
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #fff transparent;
}
.dark-mode .select2-dropdown {
  background-color: var(--secondary-3-color);
}
.dark-mode .select2-results__option {
  color: #fff;
}
.dark-mode .select2-container--default .select2-results__option--selected,
.dark-mode
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #242933;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
}
.select2-dropdown {
}
.select2-container--open .select2-dropdown {
  border-radius: 4px;
  /* padding: 8px 0; */
  box-shadow: 0px 2px 4px 0px #0000000f;
  border: unset;
}
.select2-container--open .select2-dropdown--below {
}
.select2-search--dropdown {
}
.select2-search--dropdown .select2-search__field {
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 1px solid #aaa;
}
.select2-results__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
  border: unset;
  color: var(--text-primary-color);
}
.select2-container--default .select2-results__option--group {
}
.select2-container--default .select2-results__option .select2-results__option {
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--background-color);
  color: var(--primary-blue-color);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--background-color);
  color: var(--primary-blue-color);
}
.select2-container--default .select2-results > .select2-results__options {
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px;
  width: 44px;
  background-image: url(/style_v2/img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn-qi {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  gap: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  outline: unset;
  padding: 7px 16px;
  border: 1px solid transparent;
}
.btn-qi-xs {
  font-size: 14px;
  line-height: 18px;
  padding: 4px 12px;
  border-radius: 4px;
}
.btn-qi-sm {
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  padding: 6px 16px;
}
.btn-qi-md {
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  padding: 7px 16px;
}
.btn-qi-lg {
  font-size: 16px;
  border-radius: 8px;
  padding: 9px 20px;
  line-height: 24px;
}
.btn-qi-xl {
  padding: 11px 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
}
.btn-qi-primary {
  background-color: var(--button-medium-color);
  color: #fff;
  border-color: var(--button-medium-color);
}
.btn-qi-primary:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):hover {
  background-color: var(--button-hover-color);
  border-color: var(--button-hover-color);
  color: #fff;
}
.btn-qi-primary:not(.btn-qi-disabled):not(.btn-qi.disabled):hover {
  color: #fff;
}
.btn-qi-primary:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):active {
  background-color: var(--button-active-color);
  border-color: var(--button-active-color);
  color: #fff;
}
.btn-qi-primary:not(.btn-qi-disabled):not(.btn-qi.disabled):active {
  color: #fff;
}
.btn-qi-warring {
  background-color: var(--status-warring-color);
  border-color: var(--status-warring-color);
  color: #fff;
}
.btn-qi-warring:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):hover {
  background-color: var(--button-warring-hover-color);
  border-color: var(--button-warring-hover-color);
  color: #fff;
}
.btn-qi-warring:not(.btn-qi-disabled):not(.btn-qi.disabled):hover {
  color: #fff;
}
.btn-qi-warring:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):active {
  background-color: var(--button-warring-active-color);
  border-color: var(--button-warring-active-color);
  color: #fff;
}
.btn-qi-warring:not(.btn-qi-disabled):not(.btn-qi.disabled):active {
  color: #fff;
}
.btn-qi-success {
  background-color: var(--status-success-color);
  border-color: var(--status-success-color);
  color: #fff;
}
.btn-qi-success:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):hover {
  background-color: var(--button-success-hover-color);
  border-color: var(--button-success-hover-color);
  color: #fff;
}
.btn-qi-success:not(.btn-qi-disabled):not(.btn-qi.disabled):hover {
  color: #fff;
}
.btn-qi-success:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):active {
  background-color: var(--button-success-active-color);
  border-color: var(--button-success-active-color);
  color: #fff;
}
.btn-qi-success:not(.btn-qi-disabled):not(.btn-qi.disabled):active {
  color: #fff;
}

.btn-qi-dark {
  background-color: var(--text-primary-color);
  border-color: var(--text-primary-color);
  color: #fff;
}
.btn-qi-dark:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):hover {
  background-color: var(--button-dark-hover-color);
  border-color: var(--button-dark-hover-color);
  color: #fff;
}
.btn-qi-dark:not(.btn-qi-disabled):not(.btn-qi.disabled):hover {
  color: #fff;
}
.btn-qi-dark:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):active {
  background-color: var(--button-dark-active-color);
  border-color: var(--button-dark-active-color);
  color: #fff;
}
.btn-qi-dark:not(.btn-qi-disabled):not(.btn-qi.disabled):active {
  color: #fff;
}

.btn-qi-disabled,
.btn-qi.disabled {
  color: var(--text-disable-color);
  cursor: unset;
  background-color: var(--button-disable-color);
  border-color: var(--button-disable-color);
}
.btn-qi-disabled:hover,
.btn-qi.disabled:hover {
  color: var(--text-disable-color);
}
.btn-qi-disabled svg path,
.btn-qi.disabled svg path {
  fill: var(--text-disable-color);
  stroke: var(--text-disable-color);
}

.btn-qi-default {
  border-color: var(--button-disable-boder-color);
  /* box-shadow: 0px 2px 4px 0px #0000000f; */
  color: var(--text-primary-color);
  background-color: #fff;
}
.btn-qi-default:focus:not(:focus-visible) {
  border-color: var(--button-disable-boder-color);
}
.dark-mode .btn-qi-default {
  background-color: var(--secondary-3-color);
  border-color: var(--secondary-3-color);
  color: #fff;
}
.dark-mode .btn-qi-default.disabled {
  color: var(--text-disable-color);
}
.dark-mode .btn-qi-default .icon-qi path {
}
.dark-mode .btn-qi-default.disabled .icon-qi path {
  fill: var(--text-disable-color);
  stroke: var(--text-disable-color);
}
.btn-qi-danger {
  background-color: var(--status-danger-color);
  border-color: var(--status-danger-color);
  color: #fff;
}
.btn-qi-danger:not(.btn-qi-not-hover):hover {
  background-color: var(--button-danger-hover-color);
  border-color: var(--button-danger-hover-color);
  color: #fff;
}
.btn-qi-danger:active {
  background-color: var(--button-danger-active-color);
  border-color: var(--button-danger-active-color);
  color: #fff;
}
.btn-qi-primary svg path,
.btn-qi-danger svg path {
  fill: #fff;
}
.btn-qi-light {
  background-color: var(--background-color);
  border-color: var(--background-color);
  color: var(--text-primary-color);
}
.btn-qi-light:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):hover {
  background-color: var(--button-light-hover-color);
  border-color: var(--button-light-hover-color);
  color: var(--text-primary-color);
}
.btn-qi-light:not(.btn-qi-disabled):not(.btn-qi.disabled):hover {
  color: var(--text-primary-color);
}
.btn-qi-light:not(.btn-qi-not-hover):not(.btn-qi-disabled):not(
    .btn-qi.disabled
  ):active {
  background-color: var(--button-light-active-color);
  border-color: var(--button-light-active-color);
  color: var(--text-primary-color);
}
.btn-qi-light:not(.btn-qi-disabled):not(.btn-qi.disabled):active {
  color: var(--text-primary-color);
}

.dark-mode .btn-qi-disabled,
.dark-mode .btn-disable-custom,
.dark-mode .btn-default-custom {
  background-color: #242933;
  border-color: #242933;
}

.text-secondary-color {
  color: var(--text-secondary-color);
}
.text-disable-color {
  color: var(--text-disable-color);
}
a.text-disable-color {
  cursor: unset;
}
a.text-disable-color:hover {
  color: var(--text-disable-color);
}
.text-dark-color {
  color: var(--text-primary-color);
}
.text-primary-red-color {
  color: var(--primary-red-color);
}
.text-primary-color {
  color: var(--text-primary-color);
}
.text-primary-blue-color {
  color: var(--primary-blue-color);
}
.text-primary-red-color {
  color: var(--primary-red-color);
}

.text-status-success-color {
  color: var(--status-success-color);
}
.text-status-danger-color {
  color: var(--status-danger-color);
}
.text-status-warring-color {
  color: var(--status-warring-color);
}
.shadow-top {
  box-shadow: 0px 0px 5px 0px #00000026;
}
.shadow-bottom {
  box-shadow: 0px 2px 4px 0px #0000000f;
}
.bg-primary-blue-color {
  background-color: var(--primary-blue-color);
}

.text-primary-green-color {
  color: var(--primary-green-color);
}

.text-primary-blue-color {
  color: var(--primary-blue-color);
}

.text-status-danger-color {
  color: var(--status-danger-color);
}

.dropdown-custom {
  border-radius: 4px;
  padding: 8px 8px;
  box-shadow: 0px 2px 4px 0px #0000000f;
  border: 1px solid #eee;
}

.dropdown-custom .dropdown-item {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  color: inherit;
}

.dropdown-custom .dropdown-item img {
  width: 20px;
  height: 20px;
}

.dropdown-custom .dropdown-item:not(:last-child) {
  margin-bottom: 0;
}

.dropdown-custom .dropdown-item:hover {
  color: var(--status-link-color);
  background: unset;
}

.dropdown-custom .dropdown-item.text-primary-red-color {
  color: var(--primary-red-color);
}
.tooltip {
  z-index: 100;
}
.custom-tooltip {
  position: relative; /* Đảm bảo rằng vị trí tương đối được sử dụng */
}

.custom-tooltip::before {
  content: attr(
    title-tooltip
  ); /* Sử dụng nội dung title làm nội dung của tooltip */
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  top: calc(100% + 9px); /* Điều chỉnh vị trí top theo ý muốn của bạn */
  left: 50%; /* Điều chỉnh vị trí left để căn giữa button */
  transform: translateX(-50%); /* Đảm bảo tooltip được căn giữa button */
  opacity: 0; /* Ẩn ban đầu */
  transition: opacity 0.2s; /* Hiệu ứng mờ dần */
  /* opacity: 1; */
  text-wrap: nowrap;
  display: none;
  font-size: 14px;
  line-height: 18px;
}
.custom-tooltip::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent; /* Màu của mũi tên */
  top: 100%; /* Điều chỉnh vị trí top cho mũi tên */
  left: 50%;
  transform: translateX(-50%);
  z-index: 0; /* Đảm bảo mũi tên hiển thị phía sau tooltip */
  display: none;
}
.custom-tooltip:hover::before {
  opacity: 1; /* Hiển thị tooltip khi hover */
  display: inherit;
}
.custom-tooltip:hover::after {
  display: inherit;
}
.tab-custom-underline {
  border-bottom: 1px solid #eeeeee;
}
.tab-custom-underline .nav-item {
}
.tab-custom-underline .nav-item:not(:last-child) {
  margin-right: 32px;
}
.tab-custom-underline .nav-link {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  color: var(--text-primary-color);
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.tab-custom-underline .nav-link svg {
  width: 16px;
  height: 16px;
}
.nav-link.active svg.icon-user path,
.nav-link:hover svg.icon-user path {
  fill: none;
}
.tab-custom-underline .nav-link:hover {
  color: var(--primary-blue-color);

  border-bottom-color: var(--primary-blue-color);
}
.tab-custom-underline .nav-link.active {
  border-bottom-color: var(--primary-blue-color);
  color: var(--primary-blue-color);
}
.form-group-custom {
}
.form-group-custom .form-label {
  color: var(--text-primary-color);
  margin-bottom: 8px;
  font-weight: 600;
}
.form-group-custom .form-control {
}
.form-group-custom input.form-control {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--button-disable-boder-color);
  color: var(--text-primary-color);
}
.form-group-custom .form-control::placeholder {
  color: var(--text-disable-color);
}
.form-group-custom input.form-control[disabled] {
  background-color: var(--button-disable-boder-color);
  /* color: var(--text-disable-color); */
}
.fake-input-disabled {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--button-disable-boder-color);
  color: var(--text-primary-color);
  background-color: var(--button-disable-boder-color);
  min-height: 40px;
}
.content-admin table {
  caption-side: inherit;
  border: 1px solid #f5f5f5;
}
.content-admin tbody,
.content-admin td,
.content-admin tfoot,
.content-admin th,
.content-admin thead,
.content-admin tr {
  border-width: 1px;
  padding: 4px 8px;
}

.modal {
  background-color: rgba(36, 54, 72, 0.95);
}

.modal-dialog-full {
  width: calc(100vw - 40px);
  max-width: unset;
  height: calc(100vh - 40px);
  height: calc(100dvh - 40px);
  min-height: unset;
  margin: 20px;
}
.modal-dialog .modal-header {
  padding: 12px;
  padding-left: 40px;
  border-bottom: 1px solid var(--button-disable-color);
  padding-right: 40px;
}
.modal-header .btn-close {
  position: absolute;
  right: 12px;
}
.modal-dialog-full .modal-content {
  height: 100%;
}
.modal-dialog .modal-footer {
  padding: 12px 40px 40px;
  width: 100%;
  border: unset;
}
.modal-footer > * {
  margin: 0;
}
.modal-dialog .modal-body {
  padding: 40px;
  overflow: auto;
}
.modal-dialog .modal-content {
  border-radius: 12px;
}

/* sm */
@media (min-width: 576px) {
  .text-sm-h1 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .text-sm-h1.bold {
    font-weight: 700;
  }

  .text-sm-h2 {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .text-sm-h2.bold {
    font-weight: 600;
  }

  .text-sm-h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .text-sm-h3.bold {
    font-weight: 600;
  }

  .text-sm-h4 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .text-sm-h4.bold {
    font-weight: 600;
  }

  .text-sm-h5 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .text-sm-h5.bold {
    font-weight: 600;
  }

  .text-sm-h6 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .text-sm-h6.bold {
    font-weight: 600;
  }

  .text-sm-h7 {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .text-sm-h7.bold {
    font-weight: 600;
  }
  .text-sm-h8 {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .text-sm-h8.bold {
    font-weight: 600;
  }

  .mt-sm-1 {
    margin-top: 4px !important;
  }

  .mt-sm-2 {
    margin-top: 8px !important;
  }

  .mt-sm-3 {
    margin-top: 12px !important;
  }

  .mt-sm-4 {
    margin-top: 16px !important;
  }

  .mt-sm-5 {
    margin-top: 20px !important;
  }

  .mt-sm-6 {
    margin-top: 24px !important;
  }

  .mt-sm-7 {
    margin-top: 28px !important;
  }

  .mt-sm-8 {
    margin-top: 32px !important;
  }

  .mb-sm-1 {
    margin-bottom: 4px !important;
  }

  .mb-sm-2 {
    margin-bottom: 8px !important;
  }

  .mb-sm-3 {
    margin-bottom: 12px !important;
  }
  .ml-sm-3 {
    margin-left: 12px !important;
  }
  .mb-sm-4 {
    margin-bottom: 16px !important;
  }

  .mb-sm-5 {
    margin-bottom: 20px !important;
  }

  .mb-sm-6 {
    margin-bottom: 24px !important;
  }

  .mb-sm-7 {
    margin-bottom: 28px !important;
  }

  .mb-sm-8 {
    margin-bottom: 32px !important;
  }

  .mb-sm-9 {
    margin-bottom: 36px !important;
  }

  .mb-sm-10 {
    margin-bottom: 40px !important;
  }
  .mt-sm-10 {
    margin-top: 40px !important;
  }
  .ml-sm-4 {
    margin-left: 16px !important;
  }

  .p-sm-0 {
    padding: 0px !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .p-sm-3 {
    padding: 12px !important;
  }

  .p-sm-4 {
    padding: 16px !important;
  }

  .p-sm-5 {
    padding: 20px !important;
  }

  .p-sm-10 {
    padding: 40px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  .pt-sm-3 {
    padding-top: 12px !important;
  }
  .pb-sm-3 {
    padding-bottom: 12px !important;
  }
  .pl-sm-3 {
    padding-left: 12px !important;
  }
  .pr-sm-3 {
    padding-right: 12px !important;
  }
  .pt-sm-4 {
    padding-top: 16px !important;
  }

  .pb-sm-4 {
    padding-bottom: 16px !important;
  }

  .pl-sm-4 {
    padding-left: 16px !important;
  }

  .pr-sm-4 {
    padding-right: 16px !important;
  }
  .pt-sm-5 {
    padding-top: 20px !important;
  }

  .pb-sm-5 {
    padding-bottom: 20px !important;
  }

  .pl-sm-5 {
    padding-left: 20px !important;
  }
  .pl-sm-10 {
    padding-left: 40px !important;
  }
  .pr-sm-5 {
    padding-right: 20px !important;
  }
  .pr-sm-10 {
    padding-right: 40px !important;
  }

  .btn-qi-xs-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 4px;
  }
  .btn-qi-xs-sm {
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    padding: 6px 16px;
  }
  .btn-qi-xs-md {
  }
  .btn-qi-xs-lg {
    padding: 9px 20px;
    line-height: 24px;
  }
  .btn-qi-xs-xl {
    padding: 11px 24px;
  }

  .bg-xs-default-opacity {
    background-color: rgba(36, 54, 72, 0.95);
  }
}
/* md */
@media (min-width: 768px) {
  .col-item-qi-1-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .container-grid-1-6 {
    grid-template-columns: auto auto;
  }
  .col-item-qi-1-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .container-grid-1-4 {
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
  }

  .text-md-h1 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .text-md-h1.bold {
    font-weight: 700;
  }

  .text-md-h2 {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .text-md-h2.bold {
    font-weight: 600;
  }

  .text-md-h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .text-md-h3.bold {
    font-weight: 600;
  }

  .text-md-h4 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .text-md-h4.bold {
    font-weight: 600;
  }

  .text-md-h5 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .text-md-h5.bold {
    font-weight: 600;
  }

  .text-md-h6 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .text-md-h6.bold {
    font-weight: 600;
  }

  .text-md-h7 {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .text-md-h7.bold {
    font-weight: 600;
  }
  .text-md-h8 {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .text-md-h8.bold {
    font-weight: 600;
  }

  .mt-md-1 {
    margin-top: 4px !important;
  }

  .mt-md-2 {
    margin-top: 8px !important;
  }

  .mt-md-3 {
    margin-top: 12px !important;
  }

  .mt-md-4 {
    margin-top: 16px !important;
  }

  .mt-md-5 {
    margin-top: 20px !important;
  }

  .mt-md-6 {
    margin-top: 24px !important;
  }

  .mt-md-7 {
    margin-top: 28px !important;
  }

  .mt-md-8 {
    margin-top: 32px !important;
  }

  .mb-md-1 {
    margin-bottom: 4px !important;
  }

  .mb-md-2 {
    margin-bottom: 8px !important;
  }

  .mb-md-3 {
    margin-bottom: 12px !important;
  }
  .ml-md-3 {
    margin-left: 12px !important;
  }
  .mb-md-4 {
    margin-bottom: 16px !important;
  }

  .mb-md-5 {
    margin-bottom: 20px !important;
  }

  .mb-md-6 {
    margin-bottom: 24px !important;
  }

  .mb-md-7 {
    margin-bottom: 28px !important;
  }

  .mb-md-8 {
    margin-bottom: 32px !important;
  }

  .mb-md-9 {
    margin-bottom: 36px !important;
  }

  .mb-md-10 {
    margin-bottom: 40px !important;
  }
  .mt-md-10 {
    margin-top: 40px !important;
  }
  .ml-md-4 {
    margin-left: 16px !important;
  }

  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .p-md-3 {
    padding: 12px !important;
  }

  .p-md-4 {
    padding: 16px !important;
  }

  .p-md-5 {
    padding: 20px !important;
  }

  .p-md-10 {
    padding: 40px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1 {
    padding-left: 4px !important;
  }
  .pr-md-1 {
    padding-right: 4px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2 {
    padding-left: 8px !important;
  }
  .pr-md-2 {
    padding-right: 8px !important;
  }
  .pt-md-3 {
    padding-top: 12px !important;
  }
  .pb-md-3 {
    padding-bottom: 12px !important;
  }
  .pl-md-3 {
    padding-left: 12px !important;
  }
  .pr-md-3 {
    padding-right: 12px !important;
  }
  .pt-md-4 {
    padding-top: 16px !important;
  }

  .pb-md-4 {
    padding-bottom: 16px !important;
  }

  .pl-md-4 {
    padding-left: 16px !important;
  }

  .pr-md-4 {
    padding-right: 16px !important;
  }
  .pt-md-5 {
    padding-top: 20px !important;
  }

  .pb-md-5 {
    padding-bottom: 20px !important;
  }

  .pl-md-5 {
    padding-left: 20px !important;
  }
  .pl-md-10 {
    padding-left: 40px !important;
  }
  .pr-md-5 {
    padding-right: 20px !important;
  }
  .pr-md-10 {
    padding-right: 40px !important;
  }

  .btn-qi-md-xs {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 4px;
  }
  .btn-qi-md-sm {
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    padding: 6px 16px;
  }
  .btn-qi-md-md {
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 7px 16px;
  }
  .btn-qi-md-lg {
    font-size: 16px;
    border-radius: 8px;
    padding: 9px 20px;
    line-height: 24px;
  }
  .btn-qi-md-xl {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
  }
  .bg-md-default-opacity {
    background-color: rgba(36, 54, 72, 0.95);
  }
}
/* lg */
@media (min-width: 992px) {
  .text-lg-h1 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .text-lg-h1.bold {
    font-weight: 700;
  }

  .text-lg-h2 {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .text-lg-h2.bold {
    font-weight: 600;
  }

  .text-lg-h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .text-lg-h3.bold {
    font-weight: 600;
  }

  .text-lg-h4 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .text-lg-h4.bold {
    font-weight: 600;
  }

  .text-lg-h5 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .text-lg-h5.bold {
    font-weight: 600;
  }

  .text-lg-h6 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .text-lg-h6.bold {
    font-weight: 600;
  }

  .text-lg-h7 {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .text-lg-h7.bold {
    font-weight: 600;
  }
  .text-lg-h8 {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .text-lg-h8.bold {
    font-weight: 600;
  }

  .mt-lg-1 {
    margin-top: 4px !important;
  }

  .mt-lg-2 {
    margin-top: 8px !important;
  }

  .mt-lg-3 {
    margin-top: 12px !important;
  }

  .mt-lg-4 {
    margin-top: 16px !important;
  }

  .mt-lg-5 {
    margin-top: 20px !important;
  }

  .mt-lg-6 {
    margin-top: 24px !important;
  }

  .mt-lg-7 {
    margin-top: 28px !important;
  }

  .mt-lg-8 {
    margin-top: 32px !important;
  }

  .mb-lg-1 {
    margin-bottom: 4px !important;
  }

  .mb-lg-2 {
    margin-bottom: 8px !important;
  }

  .mb-lg-3 {
    margin-bottom: 12px !important;
  }
  .ml-lg-3 {
    margin-left: 12px !important;
  }
  .mb-lg-4 {
    margin-bottom: 16px !important;
  }

  .mb-lg-5 {
    margin-bottom: 20px !important;
  }

  .mb-lg-6 {
    margin-bottom: 24px !important;
  }

  .mb-lg-7 {
    margin-bottom: 28px !important;
  }

  .mb-lg-8 {
    margin-bottom: 32px !important;
  }

  .mb-lg-9 {
    margin-bottom: 36px !important;
  }

  .mb-lg-10 {
    margin-bottom: 40px !important;
  }
  .mt-lg-10 {
    margin-top: 40px !important;
  }
  .ml-lg-4 {
    margin-left: 16px !important;
  }

  .p-lg-0 {
    padding: 0px !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .p-lg-3 {
    padding: 12px !important;
  }

  .p-lg-4 {
    padding: 16px !important;
  }

  .p-lg-5 {
    padding: 20px !important;
  }

  .p-lg-10 {
    padding: 40px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  .pt-lg-3 {
    padding-top: 12px !important;
  }
  .pb-lg-3 {
    padding-bottom: 12px !important;
  }
  .pl-lg-3 {
    padding-left: 12px !important;
  }
  .pr-lg-3 {
    padding-right: 12px !important;
  }
  .pt-lg-4 {
    padding-top: 16px !important;
  }

  .pb-lg-4 {
    padding-bottom: 16px !important;
  }

  .pl-lg-4 {
    padding-left: 16px !important;
  }

  .pr-lg-4 {
    padding-right: 16px !important;
  }
  .pt-lg-5 {
    padding-top: 20px !important;
  }

  .pb-lg-5 {
    padding-bottom: 20px !important;
  }

  .pl-lg-5 {
    padding-left: 20px !important;
  }
  .pl-lg-10 {
    padding-left: 40px !important;
  }
  .pr-lg-5 {
    padding-right: 20px !important;
  }
  .pr-lg-10 {
    padding-right: 40px !important;
  }

  .btn-qi-lg-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 4px;
  }
  .btn-qi-lg-sm {
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    padding: 6px 16px;
  }
  .btn-qi-lg-md {
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 7px 16px;
  }
  .btn-qi-lg-lg {
    font-size: 16px;
    border-radius: 8px;
    padding: 9px 20px;
    line-height: 24px;
  }
  .btn-qi-lg-xl {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
  }
  .bg-lg-default-opacity {
    background-color: rgba(36, 54, 72, 0.95);
  }
}
/* xl */
@media (min-width: 1200px) {
  .col-item-qi-1-6 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .container-grid-1-6 {
    grid-template-columns: auto auto auto;
  }
  .col-item-qi-1-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .container-grid-1-4 {
    grid-template-columns: calc(33.3333% - 8px) calc(33.3333% - 8px) calc(
        33.3333% - 8px
      );
  }

  .text-xl-h1 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .text-xl-h1.bold {
    font-weight: 700;
  }

  .text-xl-h2 {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .text-xl-h2.bold {
    font-weight: 600;
  }

  .text-xl-h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .text-xl-h3.bold {
    font-weight: 600;
  }

  .text-xl-h4 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .text-xl-h4.bold {
    font-weight: 600;
  }

  .text-xl-h5 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .text-xl-h5.bold {
    font-weight: 600;
  }

  .text-xl-h6 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .text-xl-h6.bold {
    font-weight: 600;
  }

  .text-xl-h7 {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .text-xl-h7.bold {
    font-weight: 600;
  }
  .text-xl-h8 {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .text-xl-h8.bold {
    font-weight: 600;
  }

  .mt-xl-1 {
    margin-top: 4px !important;
  }

  .mt-xl-2 {
    margin-top: 8px !important;
  }

  .mt-xl-3 {
    margin-top: 12px !important;
  }

  .mt-xl-4 {
    margin-top: 16px !important;
  }

  .mt-xl-5 {
    margin-top: 20px !important;
  }

  .mt-xl-6 {
    margin-top: 24px !important;
  }

  .mt-xl-7 {
    margin-top: 28px !important;
  }

  .mt-xl-8 {
    margin-top: 32px !important;
  }

  .mb-xl-1 {
    margin-bottom: 4px !important;
  }

  .mb-xl-2 {
    margin-bottom: 8px !important;
  }

  .mb-xl-3 {
    margin-bottom: 12px !important;
  }
  .ml-xl-3 {
    margin-left: 12px !important;
  }
  .mb-xl-4 {
    margin-bottom: 16px !important;
  }

  .mb-xl-5 {
    margin-bottom: 20px !important;
  }

  .mb-xl-6 {
    margin-bottom: 24px !important;
  }

  .mb-xl-7 {
    margin-bottom: 28px !important;
  }

  .mb-xl-8 {
    margin-bottom: 32px !important;
  }

  .mb-xl-9 {
    margin-bottom: 36px !important;
  }

  .mb-xl-10 {
    margin-bottom: 40px !important;
  }
  .mt-xl-10 {
    margin-top: 40px !important;
  }
  .ml-xl-4 {
    margin-left: 16px !important;
  }

  .p-xl-0 {
    padding: 0px !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .p-xl-3 {
    padding: 12px !important;
  }

  .p-xl-4 {
    padding: 16px !important;
  }

  .p-xl-5 {
    padding: 20px !important;
  }

  .p-xl-10 {
    padding: 40px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  .pt-xl-3 {
    padding-top: 12px !important;
  }
  .pb-xl-3 {
    padding-bottom: 12px !important;
  }
  .pl-xl-3 {
    padding-left: 12px !important;
  }
  .pr-xl-3 {
    padding-right: 12px !important;
  }
  .pt-xl-4 {
    padding-top: 16px !important;
  }

  .pb-xl-4 {
    padding-bottom: 16px !important;
  }

  .pl-xl-4 {
    padding-left: 16px !important;
  }

  .pr-xl-4 {
    padding-right: 16px !important;
  }
  .pt-xl-5 {
    padding-top: 20px !important;
  }

  .pb-xl-5 {
    padding-bottom: 20px !important;
  }

  .pl-xl-5 {
    padding-left: 20px !important;
  }
  .pl-xl-10 {
    padding-left: 40px !important;
  }
  .pr-xl-5 {
    padding-right: 20px !important;
  }
  .pr-xl-10 {
    padding-right: 40px !important;
  }

  .btn-qi-xl-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 4px;
  }
  .btn-qi-xl-sm {
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    padding: 6px 16px;
  }
  .btn-qi-xl-md {
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 7px 16px;
  }
  .btn-qi-xl-lg {
    font-size: 16px;
    border-radius: 8px;
    padding: 9px 20px;
    line-height: 24px;
  }
  .btn-qi-xl-xl {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
  }
  .bg-xl-default-opacity {
    background-color: rgba(36, 54, 72, 0.95);
  }
}
/* xxl */
@media (min-width: 1400px) {
  .col-item-qi-1-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .container-grid-1-6 {
    grid-template-columns: auto auto auto auto;
  }
  .col-item-qi-1-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .container-grid-1-4 {
    grid-template-columns: calc(33.333% - 8px) calc(33.333% - 8px) calc(
        33.333% - 8px
      );
  }
  .wrap-page-search .container-grid-1-4 {
    grid-template-columns: calc(25% - 9px) calc(25% - 10px) calc(25% - 10px) calc(
        25% - 10px
      );
  }

  .text-xxl-h1 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .text-xxl-h1.bold {
    font-weight: 700;
  }

  .text-xxl-h2 {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .text-xxl-h2.bold {
    font-weight: 600;
  }

  .text-xxl-h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .text-xxl-h3.bold {
    font-weight: 600;
  }

  .text-xxl-h4 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .text-xxl-h4.bold {
    font-weight: 600;
  }

  .text-xxl-h5 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .text-xxl-h5.bold {
    font-weight: 600;
  }

  .text-xxl-h6 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .text-xxl-h6.bold {
    font-weight: 600;
  }

  .text-xxl-h7 {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .text-xxl-h7.bold {
    font-weight: 600;
  }
  .text-xxl-h8 {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .text-xxl-h8.bold {
    font-weight: 600;
  }

  .mt-xxl-1 {
    margin-top: 4px !important;
  }

  .mt-xxl-2 {
    margin-top: 8px !important;
  }

  .mt-xxl-3 {
    margin-top: 12px !important;
  }

  .mt-xxl-4 {
    margin-top: 16px !important;
  }

  .mt-xxl-5 {
    margin-top: 20px !important;
  }

  .mt-xxl-6 {
    margin-top: 24px !important;
  }

  .mt-xxl-7 {
    margin-top: 28px !important;
  }

  .mt-xxl-8 {
    margin-top: 32px !important;
  }

  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }

  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }

  .mb-xxl-3 {
    margin-bottom: 12px !important;
  }
  .ml-xxl-3 {
    margin-left: 12px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 16px !important;
  }

  .mb-xxl-5 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-6 {
    margin-bottom: 24px !important;
  }

  .mb-xxl-7 {
    margin-bottom: 28px !important;
  }

  .mb-xxl-8 {
    margin-bottom: 32px !important;
  }

  .mb-xxl-9 {
    margin-bottom: 36px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 40px !important;
  }
  .mt-xxl-10 {
    margin-top: 40px !important;
  }
  .ml-xxl-4 {
    margin-left: 16px !important;
  }

  .p-xxl-0 {
    padding: 0px !important;
  }
  .p-xxl-1 {
    padding: 4px !important;
  }
  .p-xxl-2 {
    padding: 8px !important;
  }
  .p-xxl-3 {
    padding: 12px !important;
  }

  .p-xxl-4 {
    padding: 16px !important;
  }

  .p-xxl-5 {
    padding: 20px !important;
  }

  .p-xxl-10 {
    padding: 40px !important;
  }
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  .pr-xxl-0 {
    padding-right: 0px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xxl-0 {
    padding-left: 0px !important;
  }
  .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xxl-1 {
    padding-left: 4px !important;
  }
  .pr-xxl-1 {
    padding-right: 4px !important;
  }
  .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xxl-2 {
    padding-left: 8px !important;
  }
  .pr-xxl-2 {
    padding-right: 8px !important;
  }
  .pt-xxl-3 {
    padding-top: 12px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 12px !important;
  }
  .pl-xxl-3 {
    padding-left: 12px !important;
  }
  .pr-xxl-3 {
    padding-right: 12px !important;
  }
  .pt-xxl-4 {
    padding-top: 16px !important;
  }

  .pb-xxl-4 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-4 {
    padding-left: 16px !important;
  }

  .pr-xxl-4 {
    padding-right: 16px !important;
  }
  .pt-xxl-5 {
    padding-top: 20px !important;
  }

  .pb-xxl-5 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-5 {
    padding-left: 20px !important;
  }
  .pl-xxl-10 {
    padding-left: 40px !important;
  }
  .pr-xxl-5 {
    padding-right: 20px !important;
  }
  .pr-xxl-10 {
    padding-right: 40px !important;
  }

  .btn-qi-xxl-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 4px;
  }
  .btn-qi-xxl-sm {
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    padding: 6px 16px;
  }
  .btn-qi-xxl-md {
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 7px 16px;
  }
  .btn-qi-xxl-lg {
    font-size: 16px;
    border-radius: 8px;
    padding: 9px 20px;
    line-height: 24px;
  }
  .btn-qi-xxl-xl {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
  }
  .bg-xxl-default-opacity {
    background-color: rgba(36, 54, 72, 0.95);
  }
}

@media (min-width: 1600px) {
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .col-item-qi-1-6 {
    flex: 0 0 auto;
    width: 20%;
  }
  .container-grid-1-6 {
    grid-template-columns: auto auto auto auto auto;
  }
  .col-item-qi-1-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .container-grid-1-4 {
    grid-template-columns: calc(25% - 9px) calc(25% - 9px) calc(25% - 9px) calc(
        25% - 9px
      );
  }
  .wrap-page-search .container-grid-1-4 {
    grid-template-columns:
      calc(20% - 10px) calc(20% - 10px) calc(20% - 10px) calc(20% - 10px)
      calc(20% - 10px);
  }
}
@media (min-width: 1700px) {
  .col-item-qi-1-6 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-grid-1-6 {
    grid-template-columns: auto auto auto auto auto auto;
  }
  .wrap-page-search .container-grid-1-4 {
    grid-template-columns:
      calc(16.66667% - 10px) calc(16.66667% - 10px) calc(16.66667% - 10px) calc(
        16.66667% - 10px
      )
      calc(16.66667% - 10px) calc(16.66667% - 10px);
  }
}
@media (max-width: 768px) {
  .modal-dialog {
    align-items: end;
    min-height: 100%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .modal-dialog .modal-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: unset;
  }
  .modal-dialog-full .modal-content {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .modal-dialog-full.modal-dialog .modal-header-custom {
    border-bottom: 1px solid var(--button-disable-color);
    padding: 14px 20px !important;
  }
  .modal-dialog-full .modal-content .modal-body {
    padding-top: 20px;
  }
  .modal-header-custom {
    border-bottom: 0;
  }
  .modal-dialog .modal-body {
    padding: 20px;
    padding-top: 8px;
  }

  .modal-dialog-full {
    width: 100%;
  }
  .modal-dialog .modal-footer {
    padding: 12px;
    /* border-top: 1px solid #eee; */
    /* box-shadow: 0px 0px 5px 0px #00000026; */
  }
  .modal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 1s ease-out;
  }
  .modal.fade {
    /* overflow: hidden; */
    height: 100vh;
    height: 100dvh;
    background: unset;
    overflow: hidden;
  }
  .modal.fade.show {
    background: rgba(0, 0, 0, 0.6);
  }
  .modal.fade::-webkit-scrollbar {
    display: none;
  }
  .modal.fade.show .modal-dialog {
    transform: translateY(0);
  }
  .modal-dialog .modal-header {
    border-bottom: unset;
  }
}
