@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 !important;
  color: #3f3f3f;
}

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

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

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

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

body {
  overflow-x: hidden !important;
}

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

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

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

html,
body {
  position: relative;
}

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

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

@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 */
.header-search {
  position: relative;
}
.header-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 99;
  width: 100%;
  border-radius: 4px;
  padding: 10px 6px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-menu.active {
  opacity: 1;
  visibility: visible;
}
.header-menu::after {
  position: absolute;
  content: "";
  left: 0;
  top: -14px;
  z-index: 99;
  height: 30px;
  width: 100%;
}
.header-menu__list {
  max-height: 360px;
  overflow-y: auto;
}
@media only screen and (max-width: 63.9375em) {
  .header-menu__list .hide-on-bothTM {
    display: none !important;
  }
  .header-menu__list {
    max-height: 240px;
  }
}
.header-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.header-menu__item:hover {
  background-color: rgba(20, 108, 218, 0.1);
}

.details-search {
  margin-top: 20px;
  width: 26%;
}
.details-search__text {
  left: 6px;
}
.details-search__input {
  padding: 10px 8px 10px 36px;
  border-radius: 6px;
  border: 1px solid var(--bs-border-color);
}
.details-sort {
  margin-bottom: 24px;
}
.details-sort__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-sort__nav {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.details-sort__cover {
  margin-top: 14px;
  padding: 16px 20px 4px;
  border-radius: 10px;
  background-color: #fff;
}
.details-sort__cover.special {
  padding: 16px 20px 24px;
}
.details-sort__money {
  width: 100%;
}
.details-sort__time, .details-sort__option, .details-sort__nav, .details-sort__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-sort__group input + input {
  margin-left: 10px;
}
.details-sort__add {
  color: #fff;
  min-width: fit-content;
  border: 0;
  border-radius: 6px;
  padding: 8px 18px 8px 14px;
  background-color: var(--main-color);
}
.details-sort__add svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.details-sort__add:hover {
  background-color: #1059ad;
}
.details-sort__label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (max-width: 63.9375em) {
  .details-sort__time .hide-on-bothTM {
    display: none !important;
  }
  .details-sort__time {
    width: 100%;
  }
}
.details-sort__select {
  width: 220px;
  margin-right: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .details-sort__select .hide-on-bothTM {
    display: none !important;
  }
  .details-sort__select {
    width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-sort__select {
    margin-right: 0;
  }
}
.details-sort__select.special {
  width: 300px;
}
@media only screen and (max-width: 63.9375em) {
  .details-sort__select.special .hide-on-bothTM {
    display: none !important;
  }
  .details-sort__select.special {
    width: 100%;
  }
}
.details-sort__select .select2-container {
  width: 100% !important;
}
.details-sort__option {
  justify-content: flex-end;
  align-items: flex-end;
}
.details-sort__other {
  font-size: 13px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 18px;
  width: max-content;
  min-width: max-content;
  /* margin-right: 10px; */
  border-color: #1cc88a;
  background-color: #1cc88a;
}
@media only screen and (max-width: 46.1875em) {
  .details-sort__other {
    width: max-content !important;
  }
}
.details-sort__other:hover {
  color: #fff;
  border-color: #14a872;
  background-color: #14a872;
}
.details-sort__other span {
  margin-right: 4px;
}
.details-sort__other svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.details-sort__show {
  display: none;
  border-color: var(--main-color);
  background-color: var(--main-color);
  transition: all 0.3s;
}
.details-sort__show:active, .details-sort__show:hover {
  color: #fff !important;
  border-color: #0955ad !important;
  background-color: #0955ad !important;
}
.details-sort__link {
  position: relative;
  color: #000;
  padding: 6px 18px 10px;
  transition: all 0.3s;
}
.details-sort__link:hover {
  color: var(--main-color);
}
.details-sort__link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: var(--main-color);
  transition: all 0.3s;
}
.details-sort__link.active {
  color: var(--main-color);
  font-weight: 600;
}
.details-sort__link.active::after {
  opacity: 1;
}
.details-sort__item {
  display: flex;
  flex-direction: column;
}
.details-sort__filter {
  padding-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.details-sort__search {
  position: relative;
}
.details-sort__search input:focus {
  border-color: var(--main-color);
}
.details-sort__default, .details-sort__more {
  display: flex;
  align-items: flex-end;
}
.details-sort__input:focus {
  border-color: var(--main-color);
}
.details-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 99;
  width: 100%;
  max-height: 188px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2px 0px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.details-menu.invisible {
  display: none;
}
.details-menu__item {
  cursor: pointer;
  padding: 8px 10px;
}
.details-menu__item:nth-child(2n) {
  background-color: rgba(221, 221, 221, 0.2117647059);
}
.details-menu__item:hover {
  color: var(--main-color);
}
.details-menu__name {
  font-weight: 600;
}
.details-table {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  margin-top: 24px;
}
.details-table__header, .details-table__cover {
  display: flex;
  align-items: normal;
}
.details-table__header {
  border-bottom: 1px solid var(--bs-border-color);
}
.details-table__item {
  transition: all 0.3s;
  border-bottom: 1px solid var(--bs-border-color);
}
.details-table__item:last-child {
  border-bottom: 0;
}
.details-table__item:hover {
  background-color: rgba(101, 175, 255, 0.1098039216);
}
.details-table__item:hover .details-table__more {
  padding: 0 40px 12px;
  visibility: visible;
  opacity: 1;
  height: 35px;
}
.details-table__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.details-table__title.special {
  flex-direction: column;
  align-items: center;
}
.details-table__title span {
  display: block;
}
.details-table__text, .details-table__title {
  min-height: 100%;
  padding: 14px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-table__text {
  font-size: 13px;
}
.details-table__text .line-dot {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.details-table.text-line {
  word-wrap: break-word;
  word-break: break-all;
}
.details-table__type {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 5px 9px;
  border-radius: 6px;
}
.details-table__more {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0 40px;
  transition: opacity 0.4s, height 0.4s, padding 0.4s, visibility 0.4s;
}
.details-table__action {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
}
.details-table__action:hover {
  opacity: 0.8;
}
div + .details-table__action, .details-table__action + .details-table__action {
  margin-left: 22px;
}
.details-table__action-table__action + .details-table__action-table__action {
  margin-left: 22px;
}
.details-table__action i,
.details-table__action svg {
  margin-right: 6px;
}
.details-table__action i {
  font-size: 16px;
}
.details-table__action svg {
  width: 16px;
  height: 16px;
}
.details-table__footer {
  margin-top: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-table__select {
  width: 56px;
  margin-left: 10px;
}
.details-table__select .select2-selection__rendered {
  padding: 5px 10px !important;
}
.details-table__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
}
.details-table__position {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-table__icon svg {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.details-table__extra {
  display: none;
  align-items: center;
  color: #8f02f5;
  transition: all 0.3s;
}
.details-table__extra .icon-up {
  display: none;
}
.details-table__extra.active .icon-up {
  display: block;
}
.details-table__extra.active .icon-down {
  display: none;
}
.details-table__extra svg {
  margin-right: 4px;
  width: 18px;
  height: 18px;
}
.details-table__activity {
  padding-left: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-table__create span, .details-table__bank span {
  margin-top: 2px;
  display: block;
}
.details-add .modal-dialog {
  max-width: 48%;
}
@media only screen and (max-width: 63.9375em) {
  .details-add .modal-dialog .hide-on-bothTM {
    display: none !important;
  }
  .details-add .modal-dialog {
    max-width: 72%;
  }
}
.details-add__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-add__title svg,
.details-add__title i {
  margin-right: 6px;
}
.details-add__title svg {
  width: 21px;
  height: 21px;
}
.details-add__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
.details-add__group {
  min-width: 100%;
}
.details-add__group:nth-child(1), .details-add__group:nth-child(4), .details-add__group:nth-child(5), .details-add__group:nth-child(8), .details-add__group:nth-child(9) {
  grid-column: 1/3;
}
.details-add__label {
  margin-bottom: 5px;
}
.details-add__label sup {
  color: red;
}
.details-add__select {
  position: absolute;
  top: 50%;
  right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.details-add__option {
  position: relative;
}
.details-add__text {
  cursor: pointer;
  color: #888888;
  font-weight: 400;
  transition: all 0.3s;
}
.details-add__line {
  margin: 0 4px;
}
.details-add__option + .details-add__option {
  margin-left: 10px;
}
.details-add__target {
  display: none;
}
.details-add__target:checked ~ label {
  color: var(--main-color);
  font-weight: 500;
}
.details-add__time {
  position: relative;
  width: 100%;
}
.details-add__time input {
  padding-right: 100px;
}
.details-edit .modal-dialog {
  max-width: 700px;
}
.details-edit .modal-body {
  padding: 0px;
}
.details-edit__group {
  display: flex;
  align-items: flex-start;
  padding: 6px 12px;
  background-color: white;
}
.details-edit__group:nth-child(2n) {
  background-color: rgba(0, 101, 213, 0.0705882353);
}
.details-edit__group.special .details-edit__label {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.details-edit__label {
  min-width: 200px;
  margin-bottom: 0;
  margin-top: 10px;
}
.details-edit__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  min-height: 38px;
}
.details-mobile__sub {
  display: none;
  margin-right: 4px;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
}
.details-import__filter {
  justify-content: flex-start;
}
.details-import__group {
  width: 18%;
}
@media only screen and (max-width: 46.1875em) {
  .details-import__group {
    width: 100%;
    margin-top: 12px;
  }
}
.details-import__group + .details-import__group {
  margin-left: 12px;
}
.details-import__group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 23px;
  padding: 0.469rem 24px 0.469rem 0.8rem;
}
.details-import__sex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .details-import__cover .hide-on-bothTM {
    display: none !important;
  }
  .details-import__cover {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-import__cover {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-import__cover .details-table__text:nth-child(2) .hide-on-bothTM, .details-import__cover .details-table__text:nth-child(11) .hide-on-bothTM {
    display: none !important;
  }
  .details-import__cover .details-table__text:nth-child(2), .details-import__cover .details-table__text:nth-child(11) {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-import__cover .details-table__text:nth-child(2), .details-import__cover .details-table__text:nth-child(11) {
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-import__cover .details-table__text:nth-child(2) .hide-on-bothTM {
    display: none !important;
  }
  .details-import__cover .details-table__text:nth-child(2) {
    padding-right: 50px;
  }
}
.details-import__check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-import__check input {
  margin-right: 10px;
}
.details-import__check + .details-import__check {
  margin-left: 20px;
}
.details-import__layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .details-import__layout .hide-on-bothTM {
    display: none !important;
  }
  .details-import__layout {
    flex-direction: column;
  }
}
.details-import__layout .details-table__item:last-child {
  border: 1px solid var(--bs-border-color);
}
.details-import__table {
  padding-top: 14px;
  width: 75%;
  padding-right: 30px;
}
@media only screen and (max-width: 1440px) {
  .details-import__table {
    padding-right: 16px;
    width: 76%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-import__table .hide-on-bothTM {
    display: none !important;
  }
  .details-import__table {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-import__table .details-mobile__sub {
    min-width: 100px;
    width: 100px;
  }
}
.details-import__payment {
  width: 25%;
}
@media only screen and (max-width: 1440px) {
  .details-import__payment {
    width: 24%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-import__payment .hide-on-bothTM {
    display: none !important;
  }
  .details-import__payment {
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% - 6px));
    transition: transform 0.3s;
    background-color: #fff;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-import__payment.active .hide-on-bothTM {
    display: none !important;
  }
  .details-import__payment.active {
    transform: translateY(0);
  }
}
.details-import__payment.active .details-import__icon {
  display: block;
}
.details-import__payment.active .details-import__more {
  padding: 9px 10px 8px;
}
.details-import__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.details-import__overlay.active {
  opacity: 1;
  visibility: visible;
}
.details-import__search {
  width: 350px;
}
@media only screen and (max-width: 46.1875em) {
  .details-import__search {
    width: 100%;
  }
}
.details-import__value {
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  padding-bottom: 4px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--bs-border-color);
}
@media only screen and (max-width: 63.9375em) {
  .details-import__value .hide-on-bothTM {
    display: none !important;
  }
  .details-import__value {
    padding-bottom: 1px;
    text-align: right;
  }
}
.details-import__value:focus {
  border-color: var(--main-color);
}
.details-import__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .details-import__header {
    flex-direction: column;
  }
}
.details-import__header .container-scan-qr {
  border: 0 !important;
}
.details-import__header .form-control.input-search {
  height: 43px;
}
.details-import__header .search-form {
  margin-right: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .details-import__header .search-form {
    width: 100%;
    margin-right: 0;
  }
}
.details-import__scroll {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 46.1875em) {
  .details-import__scroll {
    max-height: 490px;
  }
}
.details-import__more {
  position: absolute;
  bottom: 100%;
  right: 40px;
  align-items: center;
  display: none;
  padding: 9px 20px 8px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background-color: #146cda;
  transition: all 0.3s;
}
@media only screen and (max-width: 46.1875em) {
  .details-import__more {
    display: flex;
  }
}
.details-import__icon {
  display: none;
  padding: 0 5px;
  color: #fff;
  margin-right: 6px;
}
.details-code .modal-dialog {
  max-width: 500px;
}
.details-code__body {
  padding: 16px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .details-code__table .details-import__cover .hide-on-bothTM {
    display: none !important;
  }
  .details-code__table .details-import__cover {
    padding-bottom: 12px;
  }
}
.details-code__remove {
  transition: all 0.3s;
}
.details-code__remove i {
  transition: all 0.3s;
  font-size: 17px;
}
.details-code__remove:hover i {
  color: red;
}
.details-payment {
  margin-top: 14px;
  padding: 16px 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.details-payment .details-import__search {
  width: 100%;
}
.details-payment__search {
  width: 100%;
}
.details-payment__search .details-search__input {
  padding-right: 46px;
}
.details-payment__add {
  position: absolute;
  right: 10px;
  top: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--main-color);
  transform: translateY(-50%);
}
.details-payment__add svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.details-payment__info, .details-payment__person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-payment__person {
  padding: 6px 10px;
  border-radius: 4px;
  background-color: rgba(27, 105, 194, 0.0509803922);
}
.details-payment__info {
  width: 100%;
}
.details-payment__info svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.details-payment__person {
  margin-top: 10px;
}
.details-payment__clear svg {
  transition: all 0.3s;
}
.details-payment__clear:hover svg {
  stroke: red;
}
.details-payment__number {
  padding-right: 10px;
}
.details-payment__number.number-red {
  color: red;
  font-weight: 500;
}
.details-payment__cover {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-payment__cover.special {
  align-items: flex-start;
  flex-direction: column;
}
.details-payment__text {
  font-weight: 500;
}
.details-payment__import {
  font-weight: 500;
  color: #146cda;
  text-align: right;
  padding: 2px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.details-payment__import:disabled {
  color: #4d4d4d;
}
.details-payment__type {
  margin-top: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-payment__select {
  width: 100% !important;
}
.details-payment__check + .details-payment__check {
  margin-left: 18px;
}
.details-payment__qr {
  width: 80px;
  min-width: 80px;
}
.details-payment__money {
  margin-top: 10px;
}
.details-payment__bank {
  padding-left: 12px;
  width: 100%;
}
.details-payment__bank .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.details-payment__check {
  user-select: none;
}
.details-payment__zoom {
  width: 100%;
  color: #146cda;
  font-weight: 600;
  margin-top: 8px;
  padding: 7px 14px;
  border-radius: 4px;
  background-color: rgba(0, 81, 255, 0.1607843137);
  border: 1px solid #146cda;
}
.details-payment__activity {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-payment__btn {
  margin-top: 12px;
  display: flex;
  width: fit-content;
  margin-right: 10px;
}
.details-payment__activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.details-payment__group .details-payment__cover {
  display: none;
}
.details-payment__group.active .details-payment__money {
  display: none;
}
.details-payment__group.active .details-payment__cover {
  display: flex;
}
.details-payment__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 10px;
}
.details-payment__price {
  border-radius: 8px;
  background-color: #ddd;
  padding: 6px 10px;
}
.details-employee__select {
  margin-right: 0;
}
.details-employee__select + .details-employee__select {
  margin-left: 12px;
}
.details-employee__item:last-child {
  border-bottom: 1px solid var(--bs-border-color);
}
.details-modal .modal-dialog {
  max-width: 400px;
}
.details-modal__title {
  color: #146cda;
  text-align: center;
}

.employee-modal .modal-dialog {
  max-width: 80%;
}
@media only screen and (max-width: 63.9375em) {
  .employee-modal .modal-dialog .hide-on-bothTM {
    display: none !important;
  }
  .employee-modal .modal-dialog {
    max-width: 95%;
  }
}
.employee-modal__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .employee-modal__body .hide-on-bothTM {
    display: none !important;
  }
  .employee-modal__body {
    flex-direction: column;
  }
}
.employee-modal__form {
  padding-right: 30px;
  width: 70%;
}
@media only screen and (max-width: 63.9375em) {
  .employee-modal__form .hide-on-bothTM {
    display: none !important;
  }
  .employee-modal__form {
    padding-right: 0;
    width: 100%;
  }
}
.employee-modal__info {
  width: 30%;
}
@media only screen and (max-width: 63.9375em) {
  .employee-modal__info .hide-on-bothTM {
    display: none !important;
  }
  .employee-modal__info {
    width: 100%;
  }
}
.employee-modal__group.details-sort__select {
  width: 100%;
  margin-right: 0;
}
.employee-modal__group .checkbox label .toggle,
.employee-modal__group .checkbox-inline .toggle {
  margin-left: -1.25rem;
  margin-right: 0.35rem;
}
.employee-modal__group .toggle {
  position: relative;
  overflow: hidden;
}
.employee-modal__group .toggle.btn.btn-light,
.employee-modal__group .toggle.btn.btn-outline-light {
  border-color: rgba(0, 0, 0, 0.15);
}
.employee-modal__group .toggle input[type=checkbox] {
  display: none;
}
.employee-modal__group .toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.employee-modal__group .toggle-group label,
.employee-modal__group .toggle-group span {
  cursor: pointer;
}
.employee-modal__group .toggle.off .toggle-group {
  left: -100%;
}
.employee-modal__group .toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.employee-modal__group .toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.employee-modal__group .toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
  background-color: #fff;
}
.employee-modal__group .toggle.btn-outline-primary .toggle-handle {
  background-color: var(--primary);
  border-color: var(--primary);
}
.employee-modal__group .toggle.btn-outline-secondary .toggle-handle {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.employee-modal__group .toggle.btn-outline-success .toggle-handle {
  background-color: var(--success);
  border-color: var(--success);
}
.employee-modal__group .toggle.btn-outline-danger .toggle-handle {
  background-color: var(--danger);
  border-color: var(--danger);
}
.employee-modal__group .toggle.btn-outline-warning .toggle-handle {
  background-color: var(--warning);
  border-color: var(--warning);
}
.employee-modal__group .toggle.btn-outline-info .toggle-handle {
  background-color: var(--info);
  border-color: var(--info);
}
.employee-modal__group .toggle.btn-outline-light .toggle-handle {
  background-color: var(--light);
  border-color: var(--light);
}
.employee-modal__group .toggle.btn-outline-dark .toggle-handle {
  background-color: var(--dark);
  border-color: var(--dark);
}
.employee-modal__group .toggle[class*=btn-outline]:hover .toggle-handle {
  background-color: var(--light);
  opacity: 0.5;
}
.employee-modal__group .toggle.btn {
  min-width: 3.7rem;
  min-height: 2.15rem;
}
.employee-modal__group .toggle-on.btn {
  padding-right: 24px;
}
.employee-modal__group .toggle-off.btn {
  padding-left: 24px;
}
.employee-modal__group .toggle.btn-lg {
  min-width: 59px;
  min-height: 34px;
}
.employee-modal__group .toggle-on.btn-lg {
  padding-right: 2rem;
}
.employee-modal__group .toggle-off.btn-lg {
  padding-left: 2rem;
}
.employee-modal__group .toggle-handle.btn-lg {
  width: 2.5rem;
}
.employee-modal__group .toggle.btn-sm {
  min-width: 3.125rem;
  min-height: 1.938rem;
}
.employee-modal__group .toggle-on.btn-sm {
  padding-right: 1rem;
}
.employee-modal__group .toggle-off.btn-sm {
  padding-left: 1rem;
}
.employee-modal__group .toggle.btn-xs {
  min-width: 2.19rem;
  min-height: 1.375rem;
}
.employee-modal__group .toggle-on.btn-xs {
  padding-right: 0.8rem;
}
.employee-modal__group .toggle-off.btn-xs {
  padding-left: 0.8rem;
}
.employee-modal__check {
  margin: 25px 0 12px;
  width: 100%;
}
.employee-modal__toggle {
  margin-left: 10px;
}
.employee-modal__person {
  padding-bottom: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 12px;
}
@media only screen and (max-width: 46.1875em) {
  .employee-modal__person {
    gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.employee-modal__person.special {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 46.1875em) {
  .employee-modal__person.special {
    grid-template-columns: repeat(2, 1fr);
  }
}
.employee-modal__person + .employee-modal__person {
  padding-top: 10px;
  border-top: 1.8px dashed var(--main-color);
}
.employee-modal__image {
  cursor: pointer;
  display: block;
  position: relative;
  padding-top: 91%;
  overflow: hidden;
}
.employee-modal__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .employee-modal__image {
    padding-top: 36%;
  }
}
.employee-modal__image.empty {
  border-radius: 8px;
  border: 1px dashed var(--bs-border-color);
}
.employee-modal__text {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--main-color);
  font-weight: 600;
  transform: translate(-50%, -50%);
}
.employee-modal__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.employee-modal__link {
  color: var(--main-color);
  font-weight: 600;
  transition: all 0.3s;
  margin-right: 14px;
  margin-top: 8px;
}
.employee-modal__link:hover {
  text-decoration: underline !important;
}
.employee-modal__add {
  margin-top: 10px;
}
.employee-modal__add.employee-insurance__info {
  grid-template-columns: repeat(2, 1fr);
}
.employee-insurance .modal-dialog {
  max-width: 60%;
}
.employee-insurance .modal-title i {
  margin-right: 6px;
  cursor: pointer;
}
.employee-insurance__info {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 20px;
}
.employee-insurance__label {
  font-weight: 600;
}
.employee-insurance__end {
  grid-template-columns: repeat(2, 1fr);
}

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