/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 34px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
.fs-12 {
  font-size: 12px;
}
.fs-10 {
  font-size: 10px;
}
/* ------------------------------ UPLOAD BTNS BEGIN ------------------------------ */
.upload__wrap {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px dotted #808390;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .upload__wrap {
    grid-template-columns: repeat(10, 1fr);
  }
}
.upload__mess {
  border-left: solid 3px #ffb74d;
  padding-left: 0.5rem;
  color: #b5bac1;
}
.upload p {
  line-height: 2;
}
.upload p strong {
  color: #2f3640;
  padding-left: 0.3125rem;
}
.upload__item {
  position: relative;
  border-radius: 10px;
}
.upload__del {
  display: block;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='currentColor' class='icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-x'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm-1.489 7.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z' fill='currentColor' stroke-width='0' /%3E%3C/svg%3E");
  cursor: pointer;
  opacity: 0.8;
}
.upload__del:hover {
  opacity: 1;
}
.upload__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}
.upload__btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  border: dashed 1px #808390;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}
.upload__btn:after {
  content: '+';
  color: #808390;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.upload__btn:hover {
  opacity: 0.99;
}
.upload__btn:active {
  box-shadow: inset 10px 10px 90px -30px rgba(0, 0, 0, 0.1);
}
.upload__input {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
}

.hidden_ms {
  display: none;
}
.text-wline {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.text-wline:before,
.text-wline:after {
  content: '';
  flex: 1 1;
  border-bottom: 1px solid #ddd;
  margin: auto;
}
.text-wline:before {
  margin-right: 10px;
}
.text-wline:after {
  margin-left: 10px;
}
.space-showImage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.space-showImage img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .space-showImage {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*
Product
*/
.tabs_wrapper ul.tabs {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.tabs_wrapper ul.tabs li {
  list-style: none;
  cursor: pointer;
  width: 100%;
}
.pos-category .owl-item li {
  padding: 15px 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6eaed;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
  margin-left: -0.1px !important;
}
.tabs_wrapper ul.tabs li.active {
  border-color: var(--bs-danger);
  border-width: 2px;
}
.pos-category .owl-item h6 {
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 0px;
}
.pos-category .owl-item h6 a {
  color: black;
}
.pos-category .owl-item:hover a {
  color: var(--bs-danger);
}
.pos-category .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
  left: auto;
}
.pos-category .owl-nav button.owl-next,
.pos-category .owl-nav button.owl-prev {
  background-color: #ffffff !important;
  border: 1px solid #e6eaed !important;
  color: #212b36;
}
.pos-category .owl-nav button.owl-prev {
  margin-right: 5px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #212b36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pos-products .product-info {
  padding: 15px;
  color: #b8bcc9;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pos-products .product-info .pro-img {
  background-color: #f9fafb;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
}
.pos-products .product-info .pro-img img {
  height: 100px;
  object-fit: contain;
}
.pos-products .product-info .pro-img span {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 100%;
  color: var(--bs-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: none;
  font-size: 18px;
}
.pos-products .product-info h6.cat-name {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
}
.pos-products .product-info h6 {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pos-products .product-info .price {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #e6eaed;
}
.pos-products .qty-item {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.pos-products .qty-item .dec,
.pos-products .qty-item .inc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #092c4c;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qty-item .inc,
.qty-item .dec {
  background: #e6eaed !important;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  color: #212b36;
}
.qty-item .dec {
  left: 0;
}
.qty-item input {
  border: 0;
}
.pos-products .qty-item input {
  padding: 1px 9px;
  border-radius: 8px;
  height: 28px;
  width: 71px;
  text-align: center;
  font-size: 14px;
}
.qty-item input {
  padding: 1px 9px;
  border-radius: 8px;
  height: 28px;
  width: 50px;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border: 0;
}
.qty-item .inc {
  right: 0;
}

.qty-item .inc,
.qty-item .dec {
  background: #e6eaed !important;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  color: #212b36;
}
/* ------------------------------ UPLOAD BTNS END ------------------------------ */
/*
* Content
******************************************************************************/
.bg-login {
  background-image: url('../../assets/images/bg-building.webp') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
/*
* CSS เสริม
******************************************************************************/
.logo-bank {
  height: 60px;
  object-fit: contain;
}
/*
* CSS room
******************************************************************************/

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-group > * {
  margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
  border-color: var(--bs-main);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--bs-main);
  border-width: 2px;
}
.checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--bs-main);
  border-color: var(--bs-main);
}
/* .checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: var(--bs-main);;
} */
.checkbox-input:focus + .checkbox-tile {
  border-color: var(--bs-main);
  box-shadow:
    0 5px 10px rgba(0, 0, 0, 0.1),
    0 0 0 4px #ffe5dd;
}
.checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  border: 1px solid rgba(128, 131, 144, 0.16);
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 20px;
}
.checkbox-tile:before {
  content: '';
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.checkbox-tile:hover {
  border-color: var(--bs-main);
  border-width: 2px;
}
.checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}

.checkbox-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.checkbox-area .checkbox {
  width: calc(100% / 5 - 10px);
}
.checkbox-area .checkbox label {
  width: 100%;
  height: 100%;
}
.checkbox-area .checkbox label .checkbox-label {
  width: 100%;
}
.checkbox-area .checkbox label .checkbox-tile {
  width: 100%;
  height: 100%;
}
.settingWaterElect .checkbox-tile {
  color: #2f2b3d;
  background-color: rgba(128, 131, 144, 0.16);
}
.settingWaterElect .checkbox-tile .boxWater,
.settingWaterElect .checkbox-tile .boxElect {
  background-color: rgba(128, 131, 144, 0.16);
}
.settingWaterElect.determained .checkbox-tile {
  color: #2f2b3d;
  background-color: rgba(255, 255, 255, 1);
}
.settingWaterElect.determained .checkbox-tile .boxWater {
  background-color: rgba(0, 186, 209, 0.16);
}
.settingWaterElect.determained .checkbox-tile .boxWater div {
  color: var(--bs-info);
}
.settingWaterElect.determained .checkbox-tile .boxElect {
  background-color: rgba(255, 76, 81, 0.16);
}
.settingWaterElect.determained .checkbox-tile .boxElect div {
  color: var(--bs-danger);
}
.settingroomRental .checkbox-tile {
  color: #2f2b3d;
  background-color: rgba(128, 131, 144, 0.16);
}
.settingroomRental.determained .checkbox-tile {
  color: #2f2b3d;
  background-color: rgba(255, 255, 255, 1);
}
.settingroomRental.determained i,
.settingroomRental.determained .checkbox-input:checked + .checkbox-tile i {
  color: var(--bs-main);
}
.settingroomRental .checkbox-input:checked + .checkbox-tile i {
  color: var(--bs-secondary);
}
.object-contain {
  object-fit: contain;
}
.select2-container--open {
  z-index: 9999;
}
.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
  --bs-select-active-border-color: var(--bs-main);
  --bs-select-active-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-main-rgb), 0.3);
  border-width: 2px;
  border-color: var(--bs-select-active-border-color);
  box-shadow: var(--bs-select-active-box-shadow);
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  --bs-select-dropdown-link-active-bg: rgba(var(--bs-main-rgb), 0.16);
  --bs-select-dropdown-link-active-color: var(--bs-main);
  background-color: var(--bs-select-dropdown-link-active-bg);
  color: var(--bs-select-dropdown-link-active-color);
}
.select2 {
  --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%232f2b3d" fill-opacity="0.9"/%3e%3c/svg%3e');
  appearance: none;
  background-color: transparent;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-size: 22px 24px;
}
.select2-selection__rendered {
  padding-right: 2.25rem !important;
}

#tab-set-service-price .nav-link.tab-service {
  --bs-nav-pills-link-active-bg: var(--bs-info);
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-info);
  background: color-mix(in sRGB, var(--bs-paper-bg) var(--bs-bg-label-tint-amount), var(--bs-info));
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
#tab-set-service-price.nav-pills .nav-item .nav-link.tab-service:not(.active):hover {
  background-color: var(--bs-info);
  border-block-end: none;
  padding-block-end: 0.5435rem;
  color: var(--bs-nav-pills-link-active-color);
}
#tab-set-service-price.nav-pills .nav-link.tab-service.active,
#tab-set-service-price.nav-pills .show > .nav-link.tab-service {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
#tab-set-service-price.nav-pills .nav-link.tab-service.active {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-info-rgb), 0.3);
}
#tab-set-service-price .nav-link.tab-discount {
  --bs-nav-pills-link-active-bg: var(--bs-success);
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-success);
  background: color-mix(in sRGB, var(--bs-paper-bg) var(--bs-bg-label-tint-amount), var(--bs-success));
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
#tab-set-service-price.nav-pills .nav-item .nav-link.tab-discount:not(.active):hover {
  background-color: var(--bs-success);
  border-block-end: none;
  padding-block-end: 0.5435rem;
  color: var(--bs-nav-pills-link-active-color);
}
#tab-set-service-price.nav-pills .nav-link.tab-discount.active,
#tab-set-service-price.nav-pills .show > .nav-link.tab-discount {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
#tab-set-service-price.nav-pills .nav-link.tab-discount.active {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-info-rgb), 0.3);
}
.label-special {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  width: 100%;
}
.btn-add-floor {
  border-width: 2px;
  border-style: dashed;
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
  width: 100%;
  flex-direction: column;
  font-size: 18px;
}
.btn-add-floor:hover {
  border-width: 2px;
  border-style: dashed;
  border-color: var(--bs-secondary);
  background: var(--bs-secondary-bg-subtle);
}
/*
* CSS meter
******************************************************************************/
.meter-page {
  --meter-water: #10b8cf;
  --meter-water-soft: rgba(16, 184, 207, 0.14);
  --meter-electric: #ff6b6b;
  --meter-electric-soft: rgba(255, 107, 107, 0.14);
  --meter-line: rgba(47, 43, 61, 0.08);
}
.meter-page .meter-summary-card {
  height: 100%;
  border: 1px solid var(--meter-line);
  border-bottom-width: 3px;
  box-shadow: 0 0.25rem 1rem rgba(47, 43, 61, 0.06);
}
.meter-page .meter-summary-card.water {
  border-bottom-color: var(--meter-water);
}
.meter-page .meter-summary-card.electric {
  border-bottom-color: var(--meter-electric);
}
.meter-page .meter-summary-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-size: 1.2rem;
}
.meter-page .meter-summary-icon.water {
  color: var(--meter-water);
  background-color: var(--meter-water-soft);
}
.meter-page .meter-summary-icon.electric {
  color: var(--meter-electric);
  background-color: var(--meter-electric-soft);
}
.meter-page .meter-summary-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.meter-page .meter-toggle {
  border: 0;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.meter-page .meter-toggle.water {
  color: var(--meter-water);
  background-color: var(--meter-water-soft);
}
.meter-page .meter-toggle.electric {
  color: var(--meter-electric);
  background-color: var(--meter-electric-soft);
}
.meter-page .meter-toggle.active.water {
  color: #fff;
  background-color: var(--meter-water);
}
.meter-page .meter-toggle.active.electric {
  color: #fff;
  background-color: var(--meter-electric);
}
.meter-page[data-meter-mode='electric'] .table-meter thead th {
  background-color: #fde1e2;
}
.meter-page[data-meter-mode='electric'] .meter-reading {
  border-color: rgba(255, 107, 107, 0.32);
  background-color: #fde1e2;
}
.meter-page[data-meter-mode='electric'] .meter-reading-icon {
  color: #8a4a4c;
  border-right-color: rgba(255, 107, 107, 0.3);
}
.meter-page[data-meter-mode='electric'] .meter-change-type .icon-base {
  color: #ff5b14;
}
.meter-page .meter-toggle:focus {
  outline: none;
}
.meter-page .meter-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.meter-page .meter-toolbar-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.meter-page .meter-toolbar-group.center {
  flex: 1 1 auto;
  justify-content: center;
}
.meter-page .meter-toolbar-group.end {
  justify-content: flex-end;
}
.meter-page .meter-filter-select {
  width: 250px;
}
.meter-page .meter-filter-month {
  width: 170px;
}
.meter-page .meter-export-inline {
  min-width: 118px;
}
.meter-page .meter-save-btn {
  min-width: 144px;
}
.meter-page .meter-export-btn {
  min-height: 64px;
  padding: 0.9rem 1.75rem;
  border: 0;
  border-radius: 1.1rem;
  background-color: #ececf3;
  color: #8a90a0;
  font-size: 1.05rem;
  font-weight: 500;
}
.meter-page .meter-export-btn:hover,
.meter-page .meter-export-btn:focus {
  background-color: #e3e4ec;
  color: #7d8392;
}
.meter-page .meter-export-btn .icon-base {
  font-size: 1.2rem;
}
.meter-page .meter-chip-input {
  min-width: 220px;
}
.meter-page .table-meter thead th {
  background-color: #d9f5fb;
  color: #425466;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.2;
  border-bottom: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 0.55rem 0.6rem;
}
.meter-page .table-meter {
  width: 100%;
  min-width: 1050px;
  table-layout: fixed;
}
.meter-page .table-meter .meter-col-no {
  width: 4%;
}
.meter-page .table-meter .meter-col-room {
  width: 8%;
}
.meter-page .table-meter .meter-col-building {
  width: 10%;
}
.meter-page .table-meter .meter-col-floor {
  width: 7%;
}
.meter-page .table-meter .meter-col-status {
  width: 9%;
}
.meter-page .table-meter .meter-col-previous {
  width: 15%;
}
.meter-page .table-meter .meter-col-current {
  width: 20%;
}
.meter-page .table-meter .meter-col-usage {
  width: 9%;
}
.meter-page .table-meter .meter-col-actions {
  width: 18%;
}
.meter-page .table-meter td {
  vertical-align: middle;
  border-color: rgba(47, 43, 61, 0.08);
  text-align: center;
  padding: 0.45rem 0.6rem;
  font-size: 0.88rem;
  line-height: 1.2;
}
.meter-page .table-meter td:nth-child(2),
.meter-page .table-meter td:nth-child(3),
.meter-page .table-meter td:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.meter-page .table-meter td small {
  font-size: 0.72rem;
  line-height: 1.1;
}
.meter-page .meter-status-badge {
  min-width: 76px;
  padding: 0.32rem 0.5rem;
  font-size: 0.72rem;
}
.meter-page .meter-reading {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(16, 184, 207, 0.32);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #d9f5fb;
  max-width: 190px;
  min-height: 34px;
}
.meter-page .meter-reading.electric {
  border-color: rgba(255, 107, 107, 0.32);
  background-color: #fde1e2;
}
.meter-page .meter-reading-icon {
  width: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f6f7d;
  background-color: rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(16, 184, 207, 0.3);
}

.meter-page .meter-reading.electric .meter-reading-icon {
    color: #8a4a4c;
    border-right-color: rgba(255, 107, 107, 0.3);
}
.meter-page .meter-reading input {
  border: 0;
  background: transparent;
  min-height: 32px;
  padding: 0.35rem 0.55rem !important;
  width: 100%;
  color: #425466;
  font-size: 0.86rem;
}
.meter-page .meter-reading input:focus {
  outline: none;
}
.meter-page .meter-usage {
  color: #ff4c51;
  font-weight: 500;
}
.meter-page .meter-note {
  color: #8a8d93;
  font-size: 0.82rem;
}
.meter-page .meter-warning {
  color: #ff9f43;
}
.meter-page .table-meter .btn {
  white-space: nowrap;
  padding: 0.32rem 0.5rem;
  font-size: 0.76rem;
}
.meter-page .meter-change-modal .modal-dialog {
  max-width: 940px;
}
.meter-page .meter-change-modal .modal-content {
  border-radius: 1rem;
}
.meter-page .meter-change-modal .modal-header {
  padding: 1.6rem 2rem 0.75rem;
  border-bottom: 0;
}
.meter-page .meter-change-modal .modal-body {
  padding: 0.25rem 2rem 1.25rem;
}
.meter-page .meter-change-modal .modal-footer {
  padding: 0 2rem 1.5rem;
  border-top: 0;
}
.meter-page .meter-change-modal .btn-close {
  box-shadow: none;
}
.meter-page .meter-change-type {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #666c7a;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}
.meter-page .meter-change-type .icon-base {
  color: #ff5b14;
  font-size: 1.35rem;
}
.meter-page .meter-change-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #666c7a;
}
.meter-page .meter-change-label .required {
  color: #ff4c51;
}
.meter-page .meter-stepper {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 0.85rem;
}
.meter-page .meter-stepper-btn {
  border: 0;
  background-color: #ff5b14;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.meter-page .meter-stepper-value {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ececf3;
  color: #55586a;
  min-height: 40px;
  font-size: 1rem;
  font-weight: 500;
}
.meter-page .meter-change-radio {
  margin: 0.65rem 0 0.9rem;
}
.meter-page .meter-change-radio .form-check-input:checked {
  background-color: #fff;
  border-color: #808390;
  box-shadow: inset 0 0 0 0.25rem #fff;
}
.meter-page .meter-change-radio .form-check-input {
  border-width: 2px;
}
.meter-page .meter-change-modal .form-control {
  text-align: center;
}
@media (min-width: 768px) {
  .meter-page .meter-toolbar {
    flex-wrap: nowrap;
  }
  .meter-page .meter-toolbar-group.center {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .meter-page .meter-summary-card .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
  .meter-page .meter-toolbar {
    align-items: stretch;
  }
  .meter-page .meter-toolbar-group,
  .meter-page .meter-toolbar-group.center,
  .meter-page .meter-toolbar-group.end,
  .meter-page .meter-toolbar .btn,
  .meter-page .meter-toolbar .form-select,
  .meter-page .meter-toolbar .form-control {
    width: 100%;
  }
  .meter-page .meter-toolbar-group.center,
  .meter-page .meter-toolbar-group.end {
    justify-content: flex-start;
  }
  .meter-page .meter-reading {
    max-width: 100%;
  }
}
/*
* CSS rent analysis
******************************************************************************/
.rent-analysis-page {
  --rent-orange: #ff5b14;
  --rent-orange-soft: rgba(255, 91, 20, 0.12);
  --rent-green: #28c76f;
  --rent-green-soft: rgba(40, 199, 111, 0.12);
  --rent-red: #ff4c51;
  --rent-red-soft: rgba(255, 76, 81, 0.12);
  --rent-line: rgba(47, 43, 61, 0.08);
}
.rent-analysis-page .rent-summary-card {
  height: 100%;
  border: 1px solid var(--rent-line);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(47, 43, 61, 0.06);
  overflow: hidden;
}
.rent-analysis-page .rent-summary-card.income {
  border-bottom: 3px solid var(--rent-orange);
}
.rent-analysis-page .rent-summary-card.collect {
  border-bottom: 3px solid var(--rent-green);
}
.rent-analysis-page .rent-summary-card.balance {
  border-bottom: 3px solid var(--rent-red);
}
.rent-analysis-page .rent-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.rent-analysis-page .rent-summary-icon {
  width: 46px;
  height: 46px;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.rent-analysis-page .rent-summary-icon.income {
  color: var(--rent-orange);
  background-color: var(--rent-orange-soft);
}
.rent-analysis-page .rent-summary-icon.collect {
  color: var(--rent-green);
  background-color: var(--rent-green-soft);
}
.rent-analysis-page .rent-summary-icon.balance {
  color: var(--rent-red);
  background-color: var(--rent-red-soft);
}
.rent-analysis-page .rent-summary-hint {
  color: #8a8d93;
  font-size: 0.82rem;
  text-align: right;
}
.rent-analysis-page .rent-summary-card h3 small {
  font-size: 0.95rem;
  font-weight: 500;
  color: #8a8d93;
}
.rent-analysis-page .rent-kpi-pill {
  background: linear-gradient(135deg, #fff2eb 0%, #fff8f4 100%);
  color: var(--rent-orange);
  border: 1px solid rgba(255, 91, 20, 0.15);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
}
.rent-analysis-page .rent-trend-chart {
  min-height: 310px;
}
.rent-analysis-page .rent-progress-list {
  display: grid;
  gap: 1rem;
}
.rent-analysis-page .rent-progress-item .progress {
  height: 0.6rem;
  background-color: #f1f1f5;
}
.rent-analysis-page .rent-highlight {
  margin-top: 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff7f2 0%, #ffffff 100%);
  border: 1px solid rgba(255, 91, 20, 0.12);
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.rent-analysis-page .rent-highlight-label {
  display: block;
  color: #8a8d93;
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
}
.rent-analysis-page .rent-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.rent-analysis-page .rent-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.rent-analysis-page .table-rent-analysis thead th {
  background-color: #fff1e8;
  color: #425466;
  font-weight: 600;
  border-bottom: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rent-analysis-page .table-rent-analysis td {
  vertical-align: middle;
  border-color: var(--rent-line);
  text-align: center;
}
.rent-analysis-page .rent-status {
  min-width: 98px;
}
.rent-analysis-page .rent-status.paid {
  background-color: rgba(40, 199, 111, 0.14);
  color: #28c76f;
}
.rent-analysis-page .rent-status.partial {
  background-color: rgba(255, 159, 67, 0.16);
  color: #ff9f43;
}
.rent-analysis-page .rent-status.due {
  background-color: rgba(255, 76, 81, 0.14);
  color: #ff4c51;
}
.rent-analysis-page .rent-status.vacant {
  background-color: rgba(168, 170, 174, 0.14);
  color: #808390;
}
@media (max-width: 767.98px) {
  .rent-analysis-page .rent-summary-top,
  .rent-analysis-page .rent-highlight,
  .rent-analysis-page .rent-toolbar,
  .rent-analysis-page .rent-toolbar-actions,
  .rent-analysis-page .rent-toolbar .btn,
  .rent-analysis-page .rent-toolbar .form-select {
    width: 100%;
  }
  .rent-analysis-page .rent-summary-top,
  .rent-analysis-page .rent-highlight {
    align-items: flex-start;
    flex-direction: column;
  }
}
/*
* CSS income expense
******************************************************************************/
.income-expense-page {
  --ie-green: #28c76f;
  --ie-green-soft: rgba(40, 199, 111, 0.12);
  --ie-red: #ff4c51;
  --ie-red-soft: rgba(255, 76, 81, 0.12);
  --ie-purple: #7367f0;
  --ie-purple-soft: rgba(255, 255, 255, 0.16);
  --ie-line: rgba(47, 43, 61, 0.08);
  --ie-card-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.income-expense-page .income-expense-summary {
  height: 100%;
  border: 1px solid var(--ie-line);
  border-radius: 1rem;
  box-shadow: var(--ie-card-shadow);
  min-height: 112px;
  overflow: hidden;
}
.income-expense-page .income-expense-summary.income {
  border-bottom: 3px solid var(--ie-green);
}
.income-expense-page .income-expense-summary.expense {
  border-bottom: 3px solid var(--ie-red);
}
.income-expense-page .income-expense-summary.balance {
  background: linear-gradient(90deg, #7865ef 0%, #6b5be6 100%);
  border-color: transparent;
}
.income-expense-page .income-expense-summary-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  gap: 0.95rem;
  padding: 0.15rem 0.15rem 0;
}
.income-expense-page .income-expense-summary-wrap.balance {
  justify-content: center;
  gap: 1.05rem;
  padding: 0.65rem 0.15rem;
}
.income-expense-page .income-expense-summary-topline {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.income-expense-page .income-expense-summary-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  font-size: 1.8rem;
  flex: 0 0 auto;
  position: relative;
}
.income-expense-page .income-expense-summary-icon.income {
  color: var(--ie-green);
  background-color: #dff7e9;
}
.income-expense-page .income-expense-summary-icon.expense {
  color: var(--ie-red);
  background-color: #ffe3e5;
}
.income-expense-page .income-expense-summary-icon.balance {
  color: #fff;
  background-color: var(--ie-purple-soft);
}
.income-expense-page .income-expense-summary-icon-main {
  font-size: 1.65rem;
  line-height: 1;
}
.income-expense-page .income-expense-summary-icon-badge {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
  background: transparent;
}
.income-expense-page .income-expense-summary-icon-badge.income {
  color: var(--ie-green);
}
.income-expense-page .income-expense-summary-icon-badge.expense {
  color: var(--ie-red);
}
.income-expense-page .income-expense-summary-content {
  padding-top: 0;
}
.income-expense-page .income-expense-summary-content.balance {
  padding-left: 0.2rem;
}
.income-expense-page .income-expense-summary-value {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
}
.income-expense-page .income-expense-summary.income .income-expense-summary-value {
  color: var(--ie-green);
}
.income-expense-page .income-expense-summary.expense .income-expense-summary-value {
  color: var(--ie-red);
}
.income-expense-page .income-expense-summary-label {
  font-size: 1.05rem;
  color: #6f7285;
  line-height: 1.2;
}
.income-expense-page .income-expense-section-title {
  margin-bottom: 1.7rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #4b4b63;
}
.income-expense-page .card {
  border-radius: 1rem;
  box-shadow: var(--ie-card-shadow);
}
.income-expense-page .card-body {
  padding: 1.55rem 1.25rem;
}
.income-expense-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.income-expense-page .form-label {
  font-size: 0.95rem;
  color: #55586a;
  margin-bottom: 0.55rem;
}
.income-expense-page .col-lg-20 {
  width: 20%;
  flex: 0 0 auto;
}
.income-expense-page .income-expense-control,
.income-expense-page .income-expense-input-search .form-control,
.income-expense-page .income-expense-input-search .input-group-text {
  height: 2.45rem;
  border-color: #d9dce3;
}
.income-expense-page .income-expense-input-search {
  border-radius: 0.5rem;
  overflow: hidden;
}
.income-expense-page .income-expense-input-search .input-group-text {
  background-color: #fff;
  color: #666c7a;
  border-right: 0;
  padding-right: 0.55rem;
}
.income-expense-page .income-expense-input-search .form-control {
  border-left: 0;
  padding-left: 0.1rem;
}
.income-expense-page .income-expense-input-search .form-control::placeholder,
.income-expense-page .income-expense-control::placeholder {
  color: #9aa0ac;
}
.income-expense-page .income-expense-date-field {
  position: relative;
}
.income-expense-page .income-expense-date-field .income-expense-control {
  padding-right: 2.7rem;
}
.income-expense-page .income-expense-date-input {
  position: relative;
}
.income-expense-page .income-expense-date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.income-expense-page .income-expense-date-icon {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: #666c7a;
  font-size: 1.05rem;
  pointer-events: none;
}
.income-expense-page .income-expense-action-bar,
.income-expense-page .income-expense-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.income-expense-page .income-expense-action-buttons,
.income-expense-page .income-expense-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.income-expense-page .income-expense-action-spacer {
  display: none;
}
.income-expense-page .income-expense-action-bar {
  justify-content: center;
}
.income-expense-page .income-expense-btn {
  min-height: 38px;
  padding: 0.58rem 1.15rem;
  border-radius: 0.5rem;
  font-weight: 500;
  box-shadow: 0 0.2rem 0.8rem rgba(47, 43, 61, 0.08);
}
.income-expense-page .income-expense-btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.income-expense-page .income-expense-btn-icon-main {
  font-size: 1.2rem;
  line-height: 1;
}
.income-expense-page .income-expense-btn-icon-badge {
  position: absolute;
  right: -8px;
  bottom: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  line-height: 1;
  width: 14px;
  height: 14px;
  background-color: inherit;
}
.income-expense-page .income-expense-btn-icon-badge.expense {
  right: -8px;
  bottom: -7px;
}
.income-expense-page .income-expense-btn-income {
  background-color: #28c76f;
  border-color: #28c76f;
}
.income-expense-page .income-expense-btn-expense {
  background-color: #ff4c51;
  border-color: #ff4c51;
}
.income-expense-page .income-expense-btn-outline {
  border-color: #808390;
  color: #55586a;
  background-color: #fff;
}
.income-expense-page .income-expense-show-wrap {
  color: #666c7a;
}
.income-expense-page .income-expense-show-select {
  width: 74px;
  height: 2.45rem;
  border-color: #d9dce3;
}
.income-expense-page .income-expense-toolbar-btn {
  min-height: 38px;
  padding: 0.58rem 1.2rem;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.income-expense-page .table-income-expense thead th {
  color: #666c7a;
  font-weight: 600;
  border-bottom: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.income-expense-page .table-income-expense thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background: rgba(47, 43, 61, 0.12);
}
.income-expense-page .table-income-expense td {
  vertical-align: middle;
  border-color: var(--ie-line);
  text-align: center;
  padding-top: 0.92rem;
  padding-bottom: 0.92rem;
}
.income-expense-page .table-income-expense td.amount {
  font-weight: 600;
}
.income-expense-page .table-income-expense td.amount.income {
  color: var(--ie-green);
}
.income-expense-page .table-income-expense td.amount.expense {
  color: var(--ie-red);
}
.income-expense-page .pagination .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.income-expense-page .income-expense-category-modal .modal-dialog {
  max-width: 920px;
}
.income-expense-page .income-expense-category-modal .modal-content {
  border-radius: 1rem;
}
.income-expense-page .income-expense-category-modal .modal-header {
  border-bottom: 0;
  padding: 1.9rem 1.6rem 1rem;
}
.income-expense-page .income-expense-category-modal .modal-title {
  font-size: 2rem;
  font-weight: 600;
  color: #4b4b63;
}
.income-expense-page .income-expense-category-modal .btn-close {
  box-shadow: none;
}
.income-expense-page .income-expense-category-modal .modal-body {
  padding: 0.25rem 1.6rem 1.25rem;
}
.income-expense-page .income-expense-category-modal .modal-footer {
  border-top: 0;
  padding: 0 1.6rem 1.5rem;
  gap: 0.9rem;
}
.income-expense-page .income-expense-modal-label {
  display: block;
  margin-bottom: 0.55rem;
  color: #55586a;
}
.income-expense-page .income-expense-category-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 0.55rem;
}
.income-expense-page .income-expense-category-input {
  height: 2.6rem;
  border-color: #d9dce3;
}
.income-expense-page .income-expense-category-add-btn {
  height: 2.6rem;
  border-radius: 0.5rem;
  background-color: #ff5b14;
  border-color: #ff5b14;
  color: #fff;
  font-weight: 500;
}
.income-expense-page .income-expense-category-table-wrap {
  border: 1px solid rgba(47, 43, 61, 0.12);
  border-radius: 0.35rem;
  overflow: hidden;
}
.income-expense-page .income-expense-category-table thead th {
  background-color: #efedf1;
  color: #55586a;
  font-weight: 600;
  padding: 0.85rem 0.9rem;
  border-bottom: 0;
}
.income-expense-page .income-expense-category-table thead th:last-child,
.income-expense-page .income-expense-category-table tbody td:last-child {
  width: 120px;
  text-align: center;
}
.income-expense-page .income-expense-category-table tbody td {
  padding: 0.9rem;
  vertical-align: middle;
  border-color: rgba(47, 43, 61, 0.08);
}
.income-expense-page .income-expense-category-table .income-expense-category-delete-btn {
  min-width: 58px;
  min-height: 38px;
  border-radius: 0.45rem;
  background-color: #ff4c51;
  border-color: #ff4c51;
  color: #fff !important;
  font-weight: 500;
}
.income-expense-page .income-expense-modal-close-btn {
  min-width: 84px;
  min-height: 38px;
  border-radius: 0.45rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.income-expense-page .income-expense-modal-save-btn {
  min-width: 96px;
  min-height: 38px;
  border-radius: 0.45rem;
  background-color: #28c76f;
  border-color: #28c76f;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .income-expense-page .income-expense-summary-wrap,
  .income-expense-page .income-expense-action-bar,
  .income-expense-page .income-expense-toolbar,
  .income-expense-page .income-expense-action-buttons,
  .income-expense-page .income-expense-toolbar-actions {
    width: 100%;
  }
  .income-expense-page .income-expense-action-buttons .btn,
  .income-expense-page .income-expense-toolbar-actions .btn,
  .income-expense-page .income-expense-toolbar .form-select {
    width: 100%;
  }
  .income-expense-page .income-expense-action-spacer {
    display: none;
  }
  .income-expense-page .col-lg-20 {
    width: 100%;
  }
  .income-expense-page .income-expense-category-input-row {
    grid-template-columns: 1fr;
  }
}
/*
* CSS bill
******************************************************************************/
.transaction-form-page {
  --tf-green: #28c76f;
  --tf-green-soft: #d8f4e7;
  --tf-orange: #ff5b14;
  --tf-orange-soft: #ffe6d9;
  --tf-red: #ff4c51;
  --tf-line: rgba(47, 43, 61, 0.08);
}
.transaction-form-page .transaction-page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.transaction-form-page .transaction-page-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.transaction-form-page .transaction-page-actions .btn {
  min-height: 38px;
  min-width: 108px;
  border-radius: 0.5rem;
}
.transaction-form-page .btn-label-warning {
  background: var(--tf-orange-soft);
  color: var(--tf-orange);
  border-color: var(--tf-orange-soft);
}
.transaction-form-page .transaction-form-card {
  border-radius: 1rem;
  box-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.transaction-form-page .transaction-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.8rem 0.95rem;
}
.transaction-form-page .transaction-col-full {
  grid-column: span 12;
}
.transaction-form-page .transaction-col-half {
  grid-column: span 6;
}
.transaction-form-page .form-label {
  margin-bottom: 0.3rem;
  color: #55586a;
  font-size: 0.92rem;
}
.transaction-form-page .form-control,
.transaction-form-page .form-select {
  min-height: 2.35rem;
  border-color: #d9dce3;
}
.transaction-form-page .transaction-select-shell,
.transaction-form-page .transaction-date-shell {
  position: relative;
}
.transaction-form-page .transaction-select-shell input,
.transaction-form-page .transaction-date-shell input {
  padding-right: 3rem;
}
.transaction-form-page .transaction-select-icons,
.transaction-form-page .transaction-date-shell .icon-base {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: #55586a;
}
.transaction-form-page .transaction-select-icons {
  display: inline-flex;
  gap: 0.7rem;
}
.transaction-form-page input[type='date']::-webkit-calendar-picker-indicator,
.transaction-form-page input[type='time']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.transaction-form-page input[type='date']::-webkit-inner-spin-button,
.transaction-form-page input[type='time']::-webkit-inner-spin-button,
.transaction-form-page input[type='date']::-webkit-clear-button,
.transaction-form-page input[type='time']::-webkit-clear-button {
  display: none;
}
.transaction-form-page .transaction-section-ribbon {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.45rem 0.7rem;
  border-radius: 0.35rem;
  background: var(--tf-green-soft);
  color: #4b4b63;
  font-weight: 600;
}
.transaction-form-page .transaction-section-ribbon .icon-base {
  color: var(--tf-green);
}
.transaction-form-page .transaction-add-row-btn {
  min-height: 36px;
  border-radius: 0.45rem;
  background: #ece9ff;
  border-color: #ece9ff;
  color: #7367f0;
}
.transaction-form-page .transaction-items-table thead th {
  background: #efedf1;
  color: #55586a;
  font-weight: 600;
  font-size: 0.9rem;
  border-bottom: 0;
  white-space: nowrap;
}
.transaction-form-page .transaction-items-table tbody tr:first-child td {
  background: #fff2e4;
}
.transaction-form-page .transaction-items-table td,
.transaction-form-page .transaction-items-table th {
  vertical-align: top;
  border-color: rgba(47, 43, 61, 0.08);
  padding: 0.65rem;
}
.transaction-form-page .transaction-items-table .form-control,
.transaction-form-page .transaction-items-table .form-select {
  min-height: 2.15rem;
}
.transaction-form-page .transaction-mini-value {
  color: #55586a;
}
.transaction-form-page .transaction-delete-btn {
  min-width: 38px;
  min-height: 38px;
  border-radius: 0.45rem;
  background: var(--tf-red);
  border-color: var(--tf-red);
  color: #fff;
}
.transaction-form-page .transaction-total-row td {
  background: #fff;
  font-weight: 600;
  vertical-align: middle;
}
.transaction-form-page .transaction-summary-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 1.25rem;
  align-items: start;
  margin-top: 0.9rem;
}
.transaction-form-page .transaction-summary-list {
  padding-top: 0.5rem;
}
.transaction-form-page .transaction-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 1rem;
  margin-bottom: 0.3rem;
  color: #55586a;
}
.transaction-form-page .transaction-summary-total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--tf-green);
  color: #fff;
  border-radius: 0.55rem;
  padding: 0.65rem 1rem;
  margin-bottom: 0.25rem;
}
.transaction-form-page .transaction-summary-total-box strong {
  font-size: 1.95rem;
  line-height: 1;
}
.transaction-form-page .transaction-summary-total-box small {
  font-size: 1rem;
}
.transaction-form-page .transaction-summary-payable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #55586a;
  padding: 0 0.2rem;
}
.transaction-form-page .transaction-textarea {
  min-height: 68px;
  resize: vertical;
}
.transaction-form-page .transaction-payment-methods .form-check-input:checked {
  background-color: var(--tf-orange);
  border-color: var(--tf-orange);
}
@media (max-width: 991.98px) {
  .transaction-form-page .transaction-col-half {
    grid-column: span 12;
  }
  .transaction-form-page .transaction-summary-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .transaction-form-page .transaction-page-head {
    flex-direction: column;
  }
  .transaction-form-page .transaction-page-actions,
  .transaction-form-page .transaction-page-actions .btn {
    width: 100%;
  }
}
.bill-page {
  --bill-orange: #ff9f43;
  --bill-orange-soft: #fff1e3;
  --bill-green: #28c76f;
  --bill-green-soft: #e7f8ef;
  --bill-cyan: #00cfe8;
  --bill-indigo: #7367f0;
  --bill-danger: #ff4c51;
  --bill-line: rgba(47, 43, 61, 0.08);
}
.bill-page .bill-summary {
  border-radius: 1rem;
  padding: 1.15rem 1.35rem;
  color: #fff !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  box-shadow: 0 0.25rem 1rem rgba(47, 43, 61, 0.08);
}
.bill-page .bill-summary.pending {
  background: linear-gradient(180deg, #ffa243 0%, #ff9a38 100%);
}
.bill-page .bill-summary.balance {
  background: linear-gradient(180deg, #31cb72 0%, #28c76f 100%);
}
.bill-page .bill-summary-main {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bill-page .bill-summary-main h3 {
  color: #fff !important;
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.bill-page .bill-summary-main p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 0.95rem;
}
.bill-page .bill-summary-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 320px));
  gap: 0.65rem;
  flex: 1 1 auto;
  justify-content: end;
}
.bill-page .bill-summary-box {
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.95rem 1.1rem;
  border-bottom: 3px solid transparent;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bill-page .bill-summary-box.cyan {
  border-bottom-color: var(--bill-cyan);
}
.bill-page .bill-summary-box.indigo {
  border-bottom-color: var(--bill-indigo);
}
.bill-page .bill-summary-box h4 {
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.bill-page .bill-summary-box.cyan h4 {
  color: var(--bill-cyan);
}
.bill-page .bill-summary-box.indigo h4 {
  color: var(--bill-indigo);
}
.bill-page .bill-filter-card .card-header,
.bill-page .bill-filter-card .card-body,
.bill-page .bill-filter-card .card-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.bill-page .bill-filter-card {
  box-shadow: 0 0.25rem 1rem rgba(47, 43, 61, 0.08);
}
.bill-page .bill-grid-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.bill-page .bill-grid-filters .input-group-text {
  background: #fff;
}
.bill-page .bill-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.bill-page .bill-main-card {
  box-shadow: 0 0.25rem 1rem rgba(47, 43, 61, 0.08);
}
.bill-page .bill-toolbar-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.bill-page .bill-month-input {
  width: 170px;
}
.bill-page .bill-floor-card + .bill-floor-card {
  margin-top: 0;
}
.bill-page .bill-floor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.bill-page .bill-floor-header h5 {
  font-size: 1.55rem;
  font-weight: 600;
}
.bill-page .bill-checkbox-area .checkbox {
  width: calc(100% / 5 - 10px);
}
.bill-page .bill-room-box .checkbox-tile {
  min-height: 116px;
  justify-content: center;
  text-align: center;
  padding: 0.9rem 0.75rem;
}
.bill-page .bill-room-box .checkbox-label {
  width: 100%;
}
.bill-page .bill-room-box .checkbox-label h5 {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4b4b63;
}
.bill-page .bill-room-box .checkbox-label .badge {
  font-size: 0.78rem;
  padding: 0.38rem 0.55rem;
}
.bill-page .bill-room-amount {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5d5f73;
}
.bill-page .bill-room-box .checkbox-label .mb-2 {
  margin-bottom: 0.4rem !important;
}
.bill-page .bill-empty-floor {
  min-height: 180px;
}
@media (max-width: 1199.98px) {
  .bill-page .bill-checkbox-area .checkbox {
    width: calc(100% / 4 - 10px);
  }
}
@media (max-width: 991.98px) {
  .bill-page .bill-summary {
    flex-direction: column;
  }
  .bill-page .bill-summary-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
  .bill-page .bill-grid-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bill-page .bill-checkbox-area .checkbox {
    width: calc(100% / 3 - 10px);
  }
}
@media (max-width: 767.98px) {
  .bill-page .bill-grid-filters,
  .bill-page .bill-summary-boxes {
    grid-template-columns: 1fr;
  }
  .bill-page .bill-floor-header,
  .bill-page .bill-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .bill-page .bill-toolbar-group {
    width: 100%;
  }
  .bill-page .bill-toolbar .form-select,
  .bill-page .bill-toolbar .form-control,
  .bill-page .bill-toolbar .btn,
  .bill-page .bill-month-input {
    width: 100%;
  }
  .bill-page .bill-checkbox-area .checkbox {
    width: 100%;
  }
}
/*
* CSS rental bill report
******************************************************************************/
.rental-bill-report-page {
  --rbr-green: #28c76f;
  --rbr-green-soft: #dff7e9;
  --rbr-red: #ff4c51;
  --rbr-red-soft: #ffe3e5;
  --rbr-purple: #7367f0;
  --rbr-line: rgba(47, 43, 61, 0.08);
  --rbr-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.rental-bill-report-page .rental-bill-summary {
  height: 100%;
  border: 1px solid var(--rbr-line);
  border-radius: 1rem;
  box-shadow: var(--rbr-shadow);
  min-height: 112px;
  overflow: hidden;
}
.rental-bill-report-page .rental-bill-summary.paid {
  border-bottom: 3px solid var(--rbr-green);
}
.rental-bill-report-page .rental-bill-summary.due {
  border-bottom: 3px solid var(--rbr-red);
}
.rental-bill-report-page .rental-bill-summary-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.95rem;
  min-height: 100%;
  padding: 0.15rem 0.15rem 0;
}
.rental-bill-report-page .rental-bill-summary-topline {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rental-bill-report-page .rental-bill-summary-icon {
  width: 58px;
  height: 58px;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex: 0 0 auto;
  position: relative;
}
.rental-bill-report-page .rental-bill-summary-icon.paid {
  color: var(--rbr-green);
  background: #dff7e9;
}
.rental-bill-report-page .rental-bill-summary-icon.due {
  color: var(--rbr-red);
  background: #ffe3e5;
}
.rental-bill-report-page .rental-bill-summary-icon-main {
  font-size: 1.65rem;
  line-height: 1;
}
.rental-bill-report-page .rental-bill-summary-icon-badge {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
  background: transparent;
}
.rental-bill-report-page .rental-bill-summary-icon-badge.paid {
  color: var(--rbr-green);
}
.rental-bill-report-page .rental-bill-summary-icon-badge.due {
  color: var(--rbr-red);
}
.rental-bill-report-page .rental-bill-summary-value {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
}
.rental-bill-report-page .rental-bill-summary-value.paid {
  color: var(--rbr-green);
}
.rental-bill-report-page .rental-bill-summary-value.due {
  color: var(--rbr-red);
}
.rental-bill-report-page .rental-bill-summary-label {
  color: #6f7285;
  font-size: 1.05rem;
  line-height: 1.2;
}
.rental-bill-report-page .card {
  border-radius: 1rem;
  box-shadow: var(--rbr-shadow);
}
.rental-bill-report-page .card-body {
  padding: 1.45rem 1.2rem;
}
.rental-bill-report-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.rental-bill-report-page .form-label {
  font-size: 0.95rem;
  color: #55586a;
  margin-bottom: 0.55rem;
}
.rental-bill-report-page .rental-bill-month-field {
  position: relative;
}
.rental-bill-report-page .rental-bill-month-field .form-control {
  min-height: 2.45rem;
  border-color: #d9dce3;
  padding-right: 2.7rem;
  font-size: 0.98rem;
}
.rental-bill-report-page .rental-bill-month-field .icon-base {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: #55586a;
  pointer-events: none;
}
.rental-bill-report-page input[type='month']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.rental-bill-report-page .rental-bill-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.rental-bill-report-page .rental-bill-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.rental-bill-report-page .rental-bill-show-wrap {
  color: #666c7a;
}
.rental-bill-report-page .rental-bill-show-select {
  width: 74px;
  height: 2.45rem;
  border-color: #d9dce3;
}
.rental-bill-report-page .rental-bill-toolbar-btn {
  min-height: 38px;
  min-width: 168px;
  padding: 0.58rem 1.15rem;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
  font-weight: 500;
}
.rental-bill-report-page .rental-bill-print-btn {
  min-height: 38px;
  min-width: 102px;
  padding: 0.58rem 1.15rem;
  border-radius: 0.5rem;
  background: var(--rbr-purple);
  border-color: var(--rbr-purple);
  color: #fff;
  font-weight: 500;
}
.rental-bill-report-page .table-rental-bill-report thead th {
  background: #fff;
  color: #666c7a;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-color: rgba(47, 43, 61, 0.08);
  font-size: 0.88rem;
  padding: 0.85rem 0.55rem;
}
.rental-bill-report-page .table-rental-bill-report thead .group-head th {
  background: #fff;
  font-weight: 600;
  color: #666c7a;
  font-size: 0.92rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.rental-bill-report-page .table-rental-bill-report td {
  border-color: rgba(47, 43, 61, 0.08);
  vertical-align: middle;
  color: #5f6375;
  font-size: 0.92rem;
  padding: 0.7rem 0.55rem;
}
.rental-bill-report-page .table-rental-bill-report tbody tr.paid td {
  background: #d9f4e8;
}
.rental-bill-report-page .table-rental-bill-report tbody tr.due td {
  background: #fde3e4;
}
.rental-bill-report-page .table-rental-bill-report tbody td:first-child,
.rental-bill-report-page .table-rental-bill-report thead th:first-child {
  padding-left: 0.8rem;
}
.rental-bill-report-page .table-rental-bill-report tbody td:last-child,
.rental-bill-report-page .table-rental-bill-report thead th:last-child {
  padding-right: 0.8rem;
}
.rental-bill-report-page .pagination .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .rental-bill-report-page .rental-bill-toolbar,
  .rental-bill-report-page .rental-bill-toolbar-actions,
  .rental-bill-report-page .rental-bill-toolbar .btn,
  .rental-bill-report-page .rental-bill-toolbar .form-select {
    width: 100%;
  }
}
/*
* CSS move in report
******************************************************************************/
.move-in-report-page {
  --mir-purple: #7b74f8;
  --mir-purple-soft: #ece9ff;
  --mir-green: #28c76f;
  --mir-green-soft: #dff7e9;
  --mir-cyan: #00cfe8;
  --mir-cyan-soft: #d9f7fc;
  --mir-red: #ff4c51;
  --mir-red-soft: #ffe3e5;
  --mir-line: rgba(47, 43, 61, 0.08);
  --mir-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.move-in-report-page .card {
  border-radius: 1rem;
  box-shadow: var(--mir-shadow);
}
.move-in-report-page .card-body {
  padding: 1.35rem 1.2rem;
}
.move-in-report-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.move-in-report-page .move-in-summary-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 48px;
}
.move-in-report-page .move-in-summary-icon {
  width: 34px;
  height: 34px;
  border-radius: 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex: 0 0 auto;
}
.move-in-report-page .move-in-summary-icon.purple { color: var(--mir-purple); background: var(--mir-purple-soft); }
.move-in-report-page .move-in-summary-icon.green { color: var(--mir-green); background: var(--mir-green-soft); }
.move-in-report-page .move-in-summary-icon.cyan { color: var(--mir-cyan); background: var(--mir-cyan-soft); }
.move-in-report-page .move-in-summary-icon.red { color: var(--mir-red); background: var(--mir-red-soft); }
.move-in-report-page .move-in-summary-item h5 {
  margin: 0 0 0.15rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.move-in-report-page .move-in-summary-item.purple h5 { color: var(--mir-purple); }
.move-in-report-page .move-in-summary-item.green h5 { color: var(--mir-green); }
.move-in-report-page .move-in-summary-item.cyan h5 { color: var(--mir-cyan); }
.move-in-report-page .move-in-summary-item.red h5 { color: var(--mir-red); }
.move-in-report-page .move-in-summary-item p {
  color: #8a8d93;
  font-size: 0.9rem;
}
.move-in-report-page .form-label {
  font-size: 0.92rem;
  color: #55586a;
  margin-bottom: 0.45rem;
}
.move-in-report-page .form-control,
.move-in-report-page .form-select {
  min-height: 2.4rem;
  border-color: #d9dce3;
}
.move-in-report-page .move-in-field-icon {
  position: relative;
}
.move-in-report-page .move-in-field-icon .form-control {
  padding-right: 2.7rem;
}
.move-in-report-page .move-in-field-icon .icon-base {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: #55586a;
  pointer-events: none;
}
.move-in-report-page input[type='month']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.move-in-report-page .move-in-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.move-in-report-page .move-in-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.move-in-report-page .move-in-show-select {
  width: 74px;
  height: 2.4rem;
}
.move-in-report-page .move-in-toolbar-btn {
  min-height: 38px;
  min-width: 152px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.move-in-report-page .move-in-print-btn {
  min-height: 38px;
  min-width: 102px;
  border-radius: 0.5rem;
  background: var(--mir-purple);
  border-color: var(--mir-purple);
  color: #fff;
}
.move-in-report-page .move-in-room-card {
  border: 1px solid var(--mir-line);
  border-radius: 0.55rem;
  padding: 0;
  overflow: hidden;
}
.move-in-report-page .move-in-room-card + .move-in-room-card {
  margin-top: 1rem;
}
.move-in-report-page .move-in-room-head {
  background: #efedf1;
  padding: 0.85rem 1rem;
  color: #4b4b63;
  font-weight: 600;
  width: 100%;
  border: 0;
  text-align: left;
}
.move-in-report-page .move-in-room-toggle,
.move-in-report-page .move-in-subcard-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.move-in-report-page .move-in-room-head[aria-expanded='true'] .move-in-room-toggle .icon-base {
  transform: rotate(0deg);
}
.move-in-report-page .move-in-room-head[aria-expanded='false'] .move-in-room-toggle .icon-base {
  transform: rotate(-90deg);
}
.move-in-report-page .move-in-room-toggle .icon-base {
  transition: transform 0.2s ease;
}
.move-in-report-page .move-in-room-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.move-in-report-page .move-in-room-info-box,
.move-in-report-page .move-in-room-contract {
  background: #efedf1;
  padding: 0.8rem 1rem;
  color: #55586a;
  font-weight: 500;
  flex: 1 1 50%;
}
.move-in-report-page .move-in-room-contract {
  text-align: right;
}
.move-in-report-page .move-in-subcard {
  margin: 0 1rem 1rem;
  border: 1px solid var(--mir-line);
  border-radius: 0.45rem;
  overflow: hidden;
}
.move-in-report-page .move-in-subcard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #efedf1;
  padding: 0.75rem 1rem;
  color: #4b4b63;
  font-weight: 600;
  width: 100%;
  border: 0;
  text-align: left;
}
.move-in-report-page .move-in-subcard-meta {
  color: #666c7a;
  font-weight: 500;
}
.move-in-report-page .move-in-subcard-meta .badge {
  margin-left: 0.45rem;
}
.move-in-report-page .move-in-subcard-head[aria-expanded='true'] .move-in-subcard-title .icon-base {
  transform: rotate(0deg);
}
.move-in-report-page .move-in-subcard-head[aria-expanded='false'] .move-in-subcard-title .icon-base {
  transform: rotate(-90deg);
}
.move-in-report-page .move-in-subcard-title .icon-base {
  transition: transform 0.2s ease;
}
.move-in-report-page .move-in-detail-table thead th {
  background: #fff;
  color: #666c7a;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}
.move-in-report-page .move-in-detail-table td,
.move-in-report-page .move-in-detail-table th {
  border-color: var(--mir-line);
  padding: 0.7rem 0.6rem;
  vertical-align: middle;
  color: #5f6375;
}
.move-in-report-page .move-in-total-cell {
  background: #d9f4e8;
  font-weight: 600;
}
.move-in-report-page .move-in-summary-row td {
  background: #efedf1;
  font-weight: 600;
}
.move-in-report-page .move-in-grand-total {
  margin: 0 1rem 1rem;
  padding: 1rem;
  border: 1px solid #55d4ef;
  border-radius: 0.75rem;
  background: #d9f7fc;
  color: #08b9d8;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .move-in-report-page .move-in-room-info,
  .move-in-report-page .move-in-subcard-head {
    flex-direction: column;
    align-items: stretch;
  }
  .move-in-report-page .move-in-room-contract {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .move-in-report-page .move-in-toolbar,
  .move-in-report-page .move-in-toolbar-actions,
  .move-in-report-page .move-in-toolbar .btn,
  .move-in-report-page .move-in-toolbar .form-select {
    width: 100%;
  }
}
/*
* CSS move out report
******************************************************************************/
.move-out-report-page {
  --mor-purple: #7b74f8;
  --mor-purple-soft: #ece9ff;
  --mor-green: #28c76f;
  --mor-green-soft: #dff7e9;
  --mor-red: #ff4c51;
  --mor-red-soft: #ffe3e5;
  --mor-peach: #fde7dc;
  --mor-peach-strong: #f8d4c8;
  --mor-line: rgba(47, 43, 61, 0.08);
  --mor-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.move-out-report-page .card {
  border-radius: 1rem;
  box-shadow: var(--mor-shadow);
}
.move-out-report-page .card-body {
  padding: 1.2rem 1rem;
}
.move-out-report-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.move-out-report-page .move-out-summary-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 48px;
}
.move-out-report-page .move-out-summary-icon {
  width: 34px;
  height: 34px;
  border-radius: 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex: 0 0 auto;
}
.move-out-report-page .move-out-summary-icon.purple { color: var(--mor-purple); background: var(--mor-purple-soft); }
.move-out-report-page .move-out-summary-icon.green { color: var(--mor-green); background: var(--mor-green-soft); }
.move-out-report-page .move-out-summary-icon.red { color: var(--mor-red); background: var(--mor-red-soft); }
.move-out-report-page .move-out-summary-item h5 {
  margin: 0 0 0.15rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.move-out-report-page .move-out-summary-item.purple h5 { color: var(--mor-purple); }
.move-out-report-page .move-out-summary-item.green h5 { color: var(--mor-green); }
.move-out-report-page .move-out-summary-item.red h5 { color: var(--mor-red); }
.move-out-report-page .move-out-summary-item p {
  color: #8a8d93;
  font-size: 0.88rem;
}
.move-out-report-page .move-out-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.move-out-report-page .move-out-toolbar-left {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.move-out-report-page .move-out-filter-inline {
  min-width: 140px;
}
.move-out-report-page .move-out-field-icon {
  position: relative;
}
.move-out-report-page .move-out-field-icon .form-control {
  min-height: 2.35rem;
  padding-right: 2.7rem;
}
.move-out-report-page .move-out-field-icon .icon-base {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: #55586a;
  pointer-events: none;
}
.move-out-report-page input[type='month']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.move-out-report-page .move-out-show-select {
  width: 74px;
  height: 2.35rem;
}
.move-out-report-page .move-out-toolbar-actions {
  display: flex;
  gap: 0.75rem;
}
.move-out-report-page .move-out-toolbar-btn {
  min-height: 38px;
  min-width: 150px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.move-out-report-page .move-out-room-card {
  border: 1px solid var(--mor-line);
  border-radius: 0.55rem;
  overflow: hidden;
}
.move-out-report-page .move-out-room-card + .move-out-room-card {
  margin-top: 1rem;
}
.move-out-report-page .move-out-room-head {
  width: 100%;
  border: 0;
  background: #efedf1;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4b4b63;
  font-weight: 600;
}
.move-out-report-page .move-out-room-toggle,
.move-out-report-page .move-out-subcard-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.move-out-report-page .move-out-room-head[aria-expanded='true'] .move-out-room-toggle .icon-base,
.move-out-report-page .move-out-subcard-head[aria-expanded='true'] .move-out-subcard-title .icon-base {
  transform: rotate(0deg);
}
.move-out-report-page .move-out-room-head[aria-expanded='false'] .move-out-room-toggle .icon-base,
.move-out-report-page .move-out-subcard-head[aria-expanded='false'] .move-out-subcard-title .icon-base {
  transform: rotate(-90deg);
}
.move-out-report-page .move-out-room-toggle .icon-base,
.move-out-report-page .move-out-subcard-title .icon-base {
  transition: transform 0.2s ease;
}
.move-out-report-page .move-out-print-btn {
  min-height: 34px;
  border-radius: 0.45rem;
  background: var(--mor-purple);
  border-color: var(--mor-purple);
  color: #fff;
  padding: 0.45rem 0.85rem;
}
.move-out-report-page .move-out-room-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.move-out-report-page .move-out-room-info-box,
.move-out-report-page .move-out-room-contract {
  background: #efedf1;
  padding: 0.75rem 1rem;
  color: #55586a;
  font-weight: 500;
  flex: 1 1 50%;
}
.move-out-report-page .move-out-room-contract {
  text-align: right;
}
.move-out-report-page .move-out-subcard {
  margin: 0 1rem 1rem;
  border: 1px solid var(--mor-line);
  border-radius: 0.45rem;
  overflow: hidden;
}
.move-out-report-page .move-out-subcard-head {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--mor-peach);
  padding: 0.7rem 1rem;
  color: #4b4b63;
  font-weight: 600;
  text-align: left;
}
.move-out-report-page .move-out-subcard-meta {
  color: #7a6e69;
  font-weight: 500;
}
.move-out-report-page .move-out-badge-warning {
  background: #ff9f43;
  color: #fff;
  margin-left: 0.45rem;
}
.move-out-report-page .move-out-badge-muted {
  background: #ff9f43;
  color: #fff;
  margin-left: 0.45rem;
}
.move-out-report-page .move-out-note-row {
  padding: 0.8rem 1rem 0.2rem;
  color: #666c7a;
}
.move-out-report-page .move-out-detail-table thead th {
  background: #fff;
  color: #666c7a;
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
}
.move-out-report-page .move-out-detailTable td,
.move-out-report-page .move-out-detailTable th {
  border-color: var(--mor-line);
}
.move-out-report-page .move-out-detail-table td,
.move-out-report-page .move-out-detail-table th {
  border-color: var(--mor-line);
  padding: 0.65rem 0.55rem;
  vertical-align: middle;
  color: #5f6375;
}
.move-out-report-page .move-out-total-cell {
  background: #fae8d6;
  font-weight: 600;
}
.move-out-report-page .move-out-summary-row td {
  background: #efedf1;
  font-weight: 600;
}
.move-out-report-page .move-out-grand-total {
  margin: 0 1rem 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #fbd9db;
  color: #ff4c51;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .move-out-report-page .move-out-room-info,
  .move-out-report-page .move-out-room-head,
  .move-out-report-page .move-out-subcard-head {
    flex-direction: column;
    align-items: stretch;
  }
  .move-out-report-page .move-out-room-contract {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .move-out-report-page .move-out-toolbar,
  .move-out-report-page .move-out-toolbar-left,
  .move-out-report-page .move-out-toolbar-actions,
  .move-out-report-page .move-out-toolbar .btn,
  .move-out-report-page .move-out-toolbar .form-select,
  .move-out-report-page .move-out-filter-inline {
    width: 100%;
  }
}
/*
* CSS tenant
******************************************************************************/
.tenant-page {
  --tenant-orange: #ff5b14;
  --tenant-orange-soft: #fde1d2;
  --tenant-purple: #7367f0;
  --tenant-line: rgba(47, 43, 61, 0.08);
  --tenant-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.tenant-page .card {
  border-radius: 1rem;
  box-shadow: var(--tenant-shadow);
}
.tenant-page .card-body {
  padding: 1.35rem 1.2rem;
}
.tenant-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.tenant-page .tenant-segment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.tenant-page .tenant-segment-btn {
  min-height: 38px;
  border: 0;
  border-radius: 0.45rem;
  font-weight: 600;
  background: var(--tenant-orange);
  color: #fff;
}
.tenant-page .tenant-segment-btn.secondary {
  background: #fde1d2;
  color: var(--tenant-orange);
}
.tenant-page .tenant-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}
.tenant-page .form-select,
.tenant-page .form-control,
.tenant-page .tenant-search-shell .input-group-text {
  min-height: 2.45rem;
  border-color: #d9dce3;
}
.tenant-page .tenant-search-shell {
  border-radius: 0.5rem;
  overflow: hidden;
}
.tenant-page .tenant-search-shell .input-group-text {
  background: #fff;
  border-right: 0;
  color: #666c7a;
}
.tenant-page .tenant-search-shell .form-control {
  border-left: 0;
}
.tenant-page .tenant-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.tenant-page .tenant-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.tenant-page .tenant-show-select {
  width: 74px;
  height: 2.45rem;
}
.tenant-page .tenant-toolbar-btn {
  min-height: 38px;
  min-width: 168px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.tenant-page .tenant-print-btn {
  min-height: 38px;
  min-width: 186px;
  border-radius: 0.5rem;
  background: var(--tenant-purple);
  border-color: var(--tenant-purple);
  color: #fff;
}
.tenant-page .table-tenant thead th {
  background: #fff;
  color: #666c7a;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.tenant-page .table-tenant thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(47, 43, 61, 0.12);
}
.tenant-page .table-tenant td,
.tenant-page .table-tenant th {
  border-color: var(--tenant-line);
  padding: 0.9rem 0.6rem;
  vertical-align: middle;
  color: #5f6375;
}
.tenant-page .pagination .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .tenant-page .tenant-segment,
  .tenant-page .tenant-filter-grid,
  .tenant-page .tenant-toolbar,
  .tenant-page .tenant-toolbar-actions,
  .tenant-page .tenant-toolbar .btn,
  .tenant-page .tenant-toolbar .form-select {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
/*
* CSS vehicle
******************************************************************************/
.vehicle-page {
  --vehicle-orange: #ff5b14;
  --vehicle-orange-soft: #fde1d2;
  --vehicle-line: rgba(47, 43, 61, 0.08);
  --vehicle-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.vehicle-page .card {
  border-radius: 1rem;
  box-shadow: var(--vehicle-shadow);
}
.vehicle-page .card-body {
  padding: 1.35rem 1.2rem;
}
.vehicle-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.vehicle-page .vehicle-segment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.vehicle-page .vehicle-segment-btn {
  min-height: 38px;
  border: 0;
  border-radius: 0.45rem;
  font-weight: 600;
  background: var(--vehicle-orange);
  color: #fff;
}
.vehicle-page .vehicle-segment-btn.secondary {
  background: var(--vehicle-orange-soft);
  color: var(--vehicle-orange);
}
.vehicle-page .vehicle-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}
.vehicle-page .form-select,
.vehicle-page .form-control,
.vehicle-page .vehicle-search-shell .input-group-text {
  min-height: 2.45rem;
  border-color: #d9dce3;
}
.vehicle-page .vehicle-search-shell {
  border-radius: 0.5rem;
  overflow: hidden;
}
.vehicle-page .vehicle-search-shell .input-group-text {
  background: #fff;
  border-right: 0;
  color: #666c7a;
}
.vehicle-page .vehicle-search-shell .form-control {
  border-left: 0;
}
.vehicle-page .vehicle-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.vehicle-page .vehicle-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.vehicle-page .vehicle-show-select {
  width: 74px;
  height: 2.45rem;
}
.vehicle-page .vehicle-toolbar-btn {
  min-height: 38px;
  min-width: 168px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.vehicle-page .table-vehicle thead th {
  background: #fff;
  color: #666c7a;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.vehicle-page .table-vehicle thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(47, 43, 61, 0.12);
}
.vehicle-page .table-vehicle td,
.vehicle-page .table-vehicle th {
  border-color: var(--vehicle-line);
  padding: 0.9rem 0.6rem;
  vertical-align: middle;
  color: #5f6375;
}
.vehicle-page .vehicle-type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 24px;
  padding: 0.2rem 0.75rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.vehicle-page .vehicle-type-badge.car {
  background: #d8f7df;
  color: #1fc56e;
}
.vehicle-page .vehicle-type-badge.motorcycle {
  background: #d8f5fb;
  color: #0aa8d9;
}
.vehicle-page .pagination .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .vehicle-page .vehicle-filter-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .vehicle-page .vehicle-segment,
  .vehicle-page .vehicle-toolbar,
  .vehicle-page .vehicle-toolbar-actions,
  .vehicle-page .vehicle-toolbar .btn,
  .vehicle-page .vehicle-toolbar .form-select {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
/*
* CSS staff
******************************************************************************/
.staff-page {
  --staff-cyan: #10b8d1;
  --staff-line: rgba(47, 43, 61, 0.08);
  --staff-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.staff-page .card {
  border-radius: 1rem;
  box-shadow: var(--staff-shadow);
}
.staff-page .card-body {
  padding: 1.35rem 1.2rem;
}
.staff-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.staff-page .form-control,
.staff-page .staff-search-shell .input-group-text,
.staff-page .form-select {
  min-height: 2.45rem;
  border-color: #d9dce3;
}
.staff-page .staff-search-shell {
  border-radius: 0.5rem;
  overflow: hidden;
}
.staff-page .staff-search-shell .input-group-text {
  background: #fff;
  border-right: 0;
  color: #666c7a;
}
.staff-page .staff-search-shell .form-control {
  border-left: 0;
}
.staff-page .staff-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.staff-page .staff-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.staff-page .staff-show-select {
  width: 74px;
  height: 2.45rem;
}
.staff-page .staff-toolbar-btn {
  min-height: 38px;
  min-width: 168px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.staff-page .staff-create-btn {
  min-height: 38px;
  min-width: 136px;
  border-radius: 0.5rem;
  background: var(--staff-cyan);
  border-color: var(--staff-cyan);
  color: #fff;
}
.staff-page .table-staff thead th {
  background: #fff;
  color: #666c7a;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.staff-page .table-staff thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(47, 43, 61, 0.12);
}
.staff-page .table-staff td,
.staff-page .table-staff th {
  border-color: var(--staff-line);
  padding: 0.9rem 0.6rem;
  vertical-align: middle;
  color: #5f6375;
}
.staff-page .staff-name-cell,
.staff-page .staff-action-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.staff-page .staff-star-badge {
  width: 20px;
  height: 20px;
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff5b14;
  color: #fff;
  flex: 0 0 20px;
}
.staff-page .staff-star-badge .icon-base {
  font-size: 0.72rem;
}
.staff-page .staff-role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 24px;
  padding: 0.2rem 0.7rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.staff-page .staff-role-badge.owner {
  background: #ffe0d4;
  color: #ff5b14;
}
.staff-page .staff-role-badge.employee {
  background: #d8f5fb;
  color: #10b8d1;
}
.staff-page .staff-role-badge.maid {
  background: #e6e0ff;
  color: #7367f0;
}
.staff-page .staff-role-badge.guard {
  background: #daf6e3;
  color: #28c76f;
}
.staff-page .staff-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a8090;
  font-size: 1.15rem;
}
.staff-page .staff-action-link.delete {
  color: #ff4c51;
}
.staff-page .pagination .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.staff-modal .modal-dialog {
  max-width: 860px;
}
.staff-modal .modal-content {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.65rem 1.6rem rgba(47, 43, 61, 0.12);
}
.staff-modal .modal-header {
  border-bottom: 0;
  padding: 1.4rem 1.8rem 0.9rem;
}
.staff-modal .modal-title {
  display: flex;
  align-items: center;
  color: #4b4b63;
  font-size: 1.5rem;
  font-weight: 700;
}
.staff-modal .modal-title .icon-base {
  font-size: 1.35rem;
  color: #4b4b63;
}
.staff-modal .btn-close {
  margin: 0;
  padding: 0.65rem;
  background-size: 0.75rem;
  box-shadow: none;
}
.staff-modal .modal-body {
  padding: 0 1.8rem 1rem;
}
.staff-modal .form-label {
  color: #4b4b63;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.staff-modal .form-control,
.staff-modal .form-select {
  min-height: 2.6rem;
  border-color: #d9dce3;
  border-radius: 0.45rem;
  font-size: 0.95rem;
}
.staff-modal .staff-date-shell {
  position: relative;
}
.staff-modal .staff-date-shell .form-control {
  padding-right: 2.8rem;
}
.staff-modal .staff-field-icon {
  position: absolute;
  top: 50%;
  right: 0.95rem;
  transform: translateY(-50%);
  color: #2f2b3d;
  pointer-events: none;
}
.staff-modal .staff-date-shell input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.staff-modal .staff-modal-divider {
  height: 1px;
  background: rgba(47, 43, 61, 0.12);
  margin: 1.35rem 0 1.5rem;
}
.staff-modal .staff-modal-section-title {
  color: #4b4b63;
  font-size: 1.35rem;
  font-weight: 700;
}
.staff-modal .staff-modal-note {
  min-height: 4rem;
  resize: none;
}
.staff-modal .modal-footer {
  border-top: 0;
  padding: 0 1.8rem 1.35rem;
  justify-content: flex-end;
  gap: 0.8rem;
}
.staff-modal .staff-modal-close-btn {
  min-width: 60px;
  min-height: 36px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.staff-modal .staff-modal-save-btn {
  min-width: 92px;
  min-height: 36px;
  border-radius: 0.5rem;
  background: #28c76f;
  border-color: #28c76f;
  color: #fff;
}
@media (max-width: 767.98px) {
  .staff-page .staff-toolbar,
  .staff-page .staff-toolbar-actions,
  .staff-page .staff-toolbar .btn,
  .staff-page .staff-toolbar .form-select {
    width: 100%;
  }
  .staff-modal .modal-header,
  .staff-modal .modal-body,
  .staff-modal .modal-footer {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .staff-modal .modal-title,
  .staff-modal .staff-modal-section-title {
    font-size: 1.5rem;
  }
}
/*
* CSS quotation
******************************************************************************/
.quotation-page {
  --quotation-orange: #ff5b14;
  --quotation-orange-soft: #fdebdc;
  --quotation-line: rgba(47, 43, 61, 0.08);
  --quotation-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
}
.quotation-page .card,
.quotation-form-page .card {
  border-radius: 1rem;
  box-shadow: var(--quotation-shadow);
}
.quotation-page .card-body {
  padding: 1.35rem 1.2rem;
}
.quotation-page .card-body.border-bottom {
  border-color: rgba(47, 43, 61, 0.08) !important;
}
.quotation-page .quotation-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}
.quotation-page .form-control,
.quotation-page .form-select,
.quotation-page .quotation-search-shell .input-group-text {
  min-height: 2.45rem;
  border-color: #d9dce3;
}
.quotation-page .quotation-search-shell {
  border-radius: 0.5rem;
  overflow: hidden;
}
.quotation-page .quotation-search-shell .input-group-text {
  background: #fff;
  border-right: 0;
  color: #666c7a;
}
.quotation-page .quotation-search-shell .form-control {
  border-left: 0;
}
.quotation-page .quotation-date-shell,
.quotation-form-page .quotation-date-shell {
  position: relative;
}
.quotation-page .quotation-date-shell .form-control,
.quotation-form-page .quotation-date-shell .form-control {
  padding-right: 2.6rem;
}
.quotation-page .quotation-date-shell .icon-base,
.quotation-form-page .quotation-date-shell .icon-base {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #2f2b3d;
  pointer-events: none;
}
.quotation-page .quotation-date-shell input::-webkit-calendar-picker-indicator,
.quotation-form-page .quotation-date-shell input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.quotation-page .quotation-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.quotation-page .quotation-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.quotation-page .quotation-show-select {
  width: 74px;
  height: 2.45rem;
}
.quotation-page .quotation-toolbar-btn {
  min-height: 38px;
  min-width: 168px;
  border-radius: 0.5rem;
  background: #eff1f4;
  border-color: #eff1f4;
  color: #8a90a0;
}
.quotation-page .quotation-create-btn {
  min-height: 38px;
  min-width: 176px;
  border-radius: 0.5rem;
  background: var(--quotation-orange);
  border-color: var(--quotation-orange);
  color: #fff;
}
.quotation-page .table-quotation thead th {
  background: #fff;
  color: #666c7a;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.quotation-page .table-quotation thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(47, 43, 61, 0.12);
}
.quotation-page .table-quotation td,
.quotation-page .table-quotation th {
  border-color: var(--quotation-line);
  padding: 0.9rem 0.6rem;
  vertical-align: middle;
  color: #5f6375;
}
.quotation-page .quotation-action-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.quotation-page .quotation-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a8090;
  font-size: 1.15rem;
}
.quotation-page .quotation-action-link.delete {
  color: #ff4c51;
}
.quotation-page .pagination .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quotation-form-page {
  --quotation-orange: #ff5b14;
  --quotation-soft: #fdebdc;
  --quotation-line: rgba(47, 43, 61, 0.08);
  --quotation-shadow: 0 0.35rem 1.35rem rgba(47, 43, 61, 0.08);
  --quotation-text: #717888;
  --quotation-muted: #9aa1b3;
}
.quotation-form-page .quotation-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.quotation-form-page .quotation-form-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.quotation-form-page .quotation-form-actions .btn {
  min-width: 5.25rem;
}
.quotation-form-page .quotation-form-card .card-body {
  padding: 1.45rem 1.55rem 1.8rem;
}
.quotation-form-page .quotation-top-card {
  border: 1px solid var(--quotation-line);
  border-radius: 0.6rem;
  padding: 1.15rem 1.15rem 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 1.25rem;
  align-items: start;
}
.quotation-form-page .quotation-top-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  align-items: start;
}
.quotation-form-page .quotation-logo-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0.1rem;
  margin-bottom: 0.05rem;
}
.quotation-form-page .quotation-logo-box img {
  width: 72px;
  max-width: 72px;
  height: auto;
  display: block;
}
.quotation-form-page .quotation-top-fields,
.quotation-form-page .quotation-top-side {
  display: grid;
  gap: 0.7rem;
}
.quotation-form-page .quotation-top-fields {
  width: 100%;
}
.quotation-form-page .quotation-top-side {
  align-content: start;
  padding-top: 0.2rem;
}
.quotation-form-page .quotation-side-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}
.quotation-form-page .quotation-side-row .form-label {
  text-align: right;
  margin-bottom: 0;
  font-size: 0.88rem;
  color: #666c7a;
}
.quotation-form-page .quotation-col-grow,
.quotation-form-page .quotation-col-full {
  grid-column: 1 / -1;
}
.quotation-form-page .quotation-col-third {
  grid-column: span 4;
}
.quotation-form-page .quotation-col-quarter {
  grid-column: span 3;
}
.quotation-form-page .quotation-col-half {
  grid-column: span 6;
}
.quotation-form-page .quotation-col-mini {
  grid-column: auto;
}
.quotation-form-page .quotation-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem 0.75rem;
}
.quotation-form-page .quotation-form-grid > div {
  grid-column: span 3;
}
.quotation-form-page .form-label {
  font-size: 0.78rem;
  color: var(--quotation-text);
  margin-bottom: 0.32rem;
  font-weight: 500;
}
.quotation-form-page .form-control,
.quotation-form-page .form-select {
  min-height: 2.1rem;
  border-color: #dde1e8;
  font-size: 0.82rem;
  color: #596074;
  border-radius: 0.3rem;
  padding-inline: 0.7rem;
  box-shadow: none;
}
.quotation-form-page .form-control::placeholder {
  color: #b3b9c6;
}
.quotation-form-page .form-control:focus,
.quotation-form-page .form-select:focus {
  border-color: #f4a886;
  box-shadow: 0 0 0 0.15rem rgba(255, 91, 20, 0.08);
}
.quotation-form-page .quotation-section-box {
  border: 1px solid var(--quotation-line);
  border-radius: 0.45rem;
  overflow: hidden;
}
.quotation-form-page .quotation-section-body {
  padding: 0.95rem 0.9rem 1rem;
}
.quotation-form-page .quotation-section-ribbon {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  background: var(--quotation-soft);
  color: #6e5f58;
  font-weight: 600;
  font-size: 0.88rem;
}
.quotation-form-page .quotation-room-tags {
  min-height: 2.1rem;
  border: 1px solid #dde1e8;
  border-radius: 0.3rem;
  padding: 0.32rem 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.quotation-form-page .quotation-room-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #eef0f5;
  color: #666c7a;
  border-radius: 999px;
  padding: 0.14rem 0.4rem;
  font-size: 0.74rem;
}
.quotation-form-page .quotation-room-card {
  position: relative;
  border: 1px solid var(--quotation-line);
  border-radius: 0.35rem;
  padding: 0.95rem;
  margin-top: 0.85rem;
  background: #fff;
}
.quotation-form-page .quotation-room-remove {
  position: absolute;
  top: 0.5rem;
  right: 0.55rem;
  border: 0;
  background: transparent;
  color: #a4a9b6;
}
.quotation-form-page .quotation-room-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.quotation-form-page .quotation-room-grid > div {
  grid-column: span 3;
}
.quotation-form-page .quotation-gray-input {
  background: #eff1f4;
}
.quotation-form-page .quotation-subtitle {
  grid-column: 1 / -1;
  color: #666c7a;
  font-weight: 600;
  padding-top: 0.15rem;
  font-size: 0.9rem;
}
.quotation-form-page .invisible-label {
  visibility: hidden;
}
.quotation-form-page .quotation-summary-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e4e7ed;
}
.quotation-form-page .quotation-summary-grid > div {
  grid-column: span 4;
}
.quotation-form-page .quotation-inline-field {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.5rem;
}
.quotation-form-page .quotation-note-area {
  min-height: 3.1rem;
  resize: none;
}
.quotation-form-page .quotation-subsection-title {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e4e7ed;
  color: #666c7a;
  font-weight: 700;
  font-size: 0.88rem;
}
.quotation-form-page .quotation-result-table thead th {
  background: #fee5d7;
  color: #7a6e69;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.quotation-form-page .quotation-result-table td,
.quotation-form-page .quotation-result-table th {
  border-color: var(--quotation-line);
  font-size: 0.76rem;
  color: #64697a;
  padding: 0.5rem 0.4rem;
  vertical-align: middle;
}
.quotation-form-page .quotation-result-total td {
  background: #fee5d7;
  font-weight: 700;
  text-align: right;
}
.quotation-form-page .quotation-result-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
}
.quotation-form-page .quotation-result-note p,
.quotation-form-page .quotation-result-summary div {
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  color: #666c7a;
}
.quotation-form-page .quotation-result-summary {
  min-width: 420px;
}
.quotation-form-page .quotation-result-summary div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.quotation-form-page .quotation-result-summary .grand {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #2f2b3d;
}
.quotation-form-page .quotation-edit-inline {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.quotation-form-page .quotation-edit-inline .icon-base {
  color: #7a8090;
}
.quotation-form-page .quotation-edit-placeholder {
  display: none;
}
.quotation-form-page .quotation-form-copy-note {
  display: none;
}
.quotation-form-page .quotation-form-frame {
  width: 100%;
  height: 2620px;
  border: 0;
  border-radius: 0.5rem;
}
@media (max-width: 1199.98px) {
  .quotation-form-page .quotation-form-grid,
  .quotation-form-page .quotation-summary-grid,
  .quotation-form-page .quotation-room-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .quotation-form-page .quotation-form-grid > div,
  .quotation-form-page .quotation-room-grid > div {
    grid-column: span 3;
  }
  .quotation-form-page .quotation-summary-grid > div {
    grid-column: span 6;
  }
  .quotation-form-page .quotation-col-third,
  .quotation-form-page .quotation-col-half {
    grid-column: span 6;
  }
}
@media (max-width: 991.98px) {
  .quotation-page .quotation-filter-grid,
  .quotation-form-page .quotation-top-card,
  .quotation-form-page .quotation-result-footer {
    grid-template-columns: 1fr;
    display: grid;
  }
  .quotation-form-page .quotation-top-main {
    gap: 0.75rem;
  }
  .quotation-form-page .quotation-logo-box {
    padding-top: 0;
  }
  .quotation-form-page .quotation-section-body {
    padding: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .quotation-page .quotation-toolbar,
  .quotation-page .quotation-toolbar-actions,
  .quotation-page .quotation-toolbar .btn,
  .quotation-page .quotation-toolbar .form-select,
  .quotation-form-page .quotation-form-head,
  .quotation-form-page .quotation-form-actions,
  .quotation-form-page .quotation-form-grid,
  .quotation-form-page .quotation-summary-grid,
  .quotation-form-page .quotation-inline-field,
  .quotation-form-page .quotation-room-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .quotation-form-page .quotation-form-grid > div,
  .quotation-form-page .quotation-room-grid > div,
  .quotation-form-page .quotation-summary-grid > div,
  .quotation-form-page .quotation-col-quarter,
  .quotation-form-page .quotation-col-third,
  .quotation-form-page .quotation-col-half,
  .quotation-form-page .quotation-col-full {
    grid-column: 1 / -1;
  }
  .quotation-form-page .quotation-form-card .card-body {
    padding: 1rem;
  }
  .quotation-form-page .quotation-result-summary {
    min-width: 0;
  }
  .quotation-form-page .quotation-top-card {
    padding: 1rem;
  }
}

/*
* Full width app layout
******************************************************************************/
.layout-content-navbar .content-wrapper > .container-xxl,
.layout-content-navbar .content-wrapper > .container-xl,
.layout-content-navbar .content-wrapper > .container-lg,
.layout-content-navbar .content-wrapper > .container-md,
.layout-content-navbar .content-wrapper > .container-sm,
.layout-content-navbar .content-wrapper > .container,
.layout-content-navbar .content-footer > .container-xxl {
  max-width: none !important;
  width: 100%;
}

.layout-content-navbar .content-wrapper > .container-xxl,
.layout-content-navbar .content-wrapper > .container-xl,
.layout-content-navbar .content-wrapper > .container-lg,
.layout-content-navbar .content-wrapper > .container-md,
.layout-content-navbar .content-wrapper > .container-sm,
.layout-content-navbar .content-wrapper > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.layout-content-navbar .content-footer > .container-xxl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.layout-navbar.navbar-detached.container-xxl {
  max-inline-size: none !important;
}

@media (max-width: 991.98px) {
  .layout-content-navbar .content-wrapper > .container-xxl,
  .layout-content-navbar .content-wrapper > .container-xl,
  .layout-content-navbar .content-wrapper > .container-lg,
  .layout-content-navbar .content-wrapper > .container-md,
  .layout-content-navbar .content-wrapper > .container-sm,
  .layout-content-navbar .content-wrapper > .container,
  .layout-content-navbar .content-footer > .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
