.modal-content {
  border-radius: 1rem !important;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(40, 44, 46, 0.122);
}
.modalAddUser,
.modalEditUser,
.modalViewInfo,
.modalVoucher,
.modalQRCodeTransfer {
  top: 5rem;
  left: -15rem;
  width: 110rem;
}
.modalQuickTransfer {
  top: 5rem;
  left: -35rem;
  width: 120rem;
  height: 89.5rem;
}
.modalCensorRealEstate {
  top: 5rem;
  left: -5rem;
  width: 70rem;
  height: 74rem;
}
.modalReportRealEstate {
  top: 5rem;
  left: -5rem;
  width: 70rem;
  height: 74rem;
}
.previewRealEstateModal {
  top: 5rem;
  left: -40rem;
  width: 140rem;
  height: 74rem;
}
.modalTypeVoucher {
  top: 15rem;
  width: 70rem;
  left: 0rem;
}
.modalTypeBlog {
  top: 10rem;
  width: 120rem;
  height: 66rem;
  left: -24rem;
}
.modalHandleBlog {
  top: 10rem;
  width: 120rem;
  height: 66rem;
  left: -24rem;
}
.modalHandleTypeBlog {
  top: 25rem;
  width: 90rem;
  left: -19rem;
}
.modalNotifyTransfer {
  top: 20rem;
  left: -15rem;
  width: 80rem;
}
.modalNotifyQuickChoose {
  top: 20rem;
  left: 0rem;
  width: 80rem;
}
.modalNotifyBillTimeOut {
  top: 14rem;
  left: 0rem;
  width: 60rem;
}
.modalEditAvatar {
  top: 15rem;
  left: 0rem;
  width: 70rem;
}
.modalEditCover {
  top: 15rem;
  left: 0rem;
  width: 100vh;
}
.modalEditPassword {
  top: 20rem;
  left: 6rem;
  width: 70rem;
}
.modalHistory {
  top: 10rem;
  left: -35rem;
  width: 140rem;
  height: 70rem;
}
.modalHistory .modal-body {
  overflow: unset !important;
}
.modal-content .modal-header {
  background-color: #1c1f22;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.modal-content .modal-header .modal-title,
.modal-content .modal-header button span {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
  font-size: 2rem;
  margin-bottom: 0;
  display: flex;
  flex-grow: 1;
  padding: 1rem;
}
.modal-content .modal-header button {
  opacity: 1;
}
.modal-content .modal-body {
  overflow: auto;
}
.box-btn {
  margin-bottom: 2rem;
}

.upload-wrapper {
  margin: 0 22rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.upload-preview img {
  border-radius: 50%;
  width: 128px;
  height: 128px;
  object-fit: cover;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.upload-dropzone {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.upload-dropzone.dragover {
  border-color: #007bff;
  background-color: #eef6ff;
}

.upload-button label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.upload-button label i {
  font-size: 4rem;
  margin: 2rem;
}
.select-wrapper-info {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.icon-CaretDown-select {
  transition: transform 0.3s ease;
}
.icon-CaretDown-select.active {
  transform: rotate(360deg);
}
.icon-CaretDown-select {
  transform: rotate(270deg);
}
.icon-CaretDown-select::before {
  content: "\e901";
}
.icon-CaretDown-select {
  position: absolute;
  font-size: 2rem;
  top: 1.5rem;
  right: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.suggestions-info {
  position: absolute;
  display: none;
  margin-top: 1rem;
  height: auto;
  overflow: auto;
  z-index: 30;
  background: #fff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 20px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.suggestions-info i {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-weight: 600;
}
.suggestions-info .suggestion-item {
  padding: 0.5rem 1rem;
  font-weight: 600;
  cursor: pointer;
}
.suggestions-info .suggestion-item.active {
  background-color: #88888847;
}
.suggestions-info .suggestion-item:hover {
  background-color: #f0f0f0;
}
.box-suggestions-info {
  position: relative;
  height: auto;
  overflow: auto;
}
.suggestions-info {
  width: 100%;
}
.close {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  overflow: hidden;
}

.close:focus {
  outline: none;
  box-shadow: none;
}

.close i {
  pointer-events: none;
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  transition: transform 1s ease;
}

.close:hover i {
  transform: rotate(360deg);
}
.row-attention {
  background-color: #fde2ca !important;
  animation: fadeOutBg 3s ease-in-out forwards;
}

@keyframes fadeOutBg {
  0% {
    background-color: #f8d3b3 !important;
  }
  100% {
    background-color: #fff;
  }
}
div.dataTables_wrapper div.dataTables_filter label {
  width: 100% !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: 70% !important;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 10px;
}
.toggle-secury__wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: 2rem;
}
.toggle-user__wrapper,
.toggle-history__wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.toggle-secury__input,
.toggle-user__input,
.toggle-history__input {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

.toggle-secury__slider,
.toggle-user__slider,
.toggle-history__slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.toggle-secury__slider::before,
.toggle-user__slider::before,
.toggle-history__slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-secury__input:checked + .toggle-secury__slider,
.toggle-user__input:checked + .toggle-user__slider,
.toggle-history__input:checked + .toggle-history__slider {
  background-color: #f1913d;
}

.toggle-secury__input:checked + .toggle-secury__slider::before,
.toggle-user__input:checked + .toggle-user__slider::before,
.toggle-history__input:checked + .toggle-history__slider::before {
  transform: translateX(18px);
}
.modal.modal-stack {
  z-index: 1060;
}
.modal-backdrop.modal-backdrop-stack {
  z-index: 1055;
}
.thToggle {
  max-width: 5rem !important;
}
.thToggleLB {
  margin-left: 0.5rem;
}
tbody tr.row-highlight td {
  background-color: #ccc !important;
  transition: background-color 1s;
}
.cancel-select {
  cursor: pointer;
}
.cancel-select p i {
  font-size: 2.5rem;
}
#datatable-histories_filter {
  width: 100% !important;
}
#datatable-histories_filter label {
  display: flex;
  gap: 1rem;
}
#datatable-histories_filter label button {
  height: 3rem;
}
#datatable-histories_filter label input {
  width: 70rem !important;
}
.button-delete-all {
  width: 25rem;
}
.button-delete-checked {
  width: 30rem;
}
.button-action.cancel-remove-history i {
  font-size: 2rem;
}
#datatable-user_filter {
  width: 100%;
}

.info-realestate-content {
  margin-top: 2rem;
}
.info-realestate-image img {
  width: 40rem;
  border-radius: 10px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.info-realestate-image img:hover {
  transform: scale(1.1);
}
.info-realestate-name {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 600;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-info-customer .wd-listing {
  height: 100%;
}
.info-customer-image {
  display: flex;
  justify-content: center;
}
.info-customer-image img {
  width: 13rem;
}
.info-customer-name {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.info-customer-email,
.info-customer-phone {
  overflow: hidden;
}
.info-customer-email .title,
.info-customer-phone .title {
  font-weight: 600;
  font-size: 1.5rem;
}
.info-customer-content .content-bottom {
  margin-top: 2rem;
}
.modalEditAvatar .modal-body,
.modalEditCover .modal-body {
  overflow: hidden;
}
#modalNotifyBillTimeOut {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1065;
}

.image-qr-bill-time-out {
  width: 60%;
}
.title-detail-time-out {
  margin: 2rem;
}
.btn-footer-time-out {
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 10px;
  padding: 1rem 3rem;
}
.btn-footer-time-out.otherMethod {
  background-color: #ccc;
  border: 1px solid #eef6ff;
}
.btn-footer-time-out.resendQRCode {
  background-color: #f1913d;
  color: #fff;
}
#downloadBankingQR {
  font-size: 2rem;
  background: antiquewhite;
  width: 8rem;
  height: 5rem;
  border-radius: 10px;
  margin-right: 2rem;
}
.notify-value-voucher {
  margin-left: 2rem;
  cursor: pointer;
}
.box-voucher-tooltip {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  width: 250px;
  z-index: 31;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.box-voucher-tooltip::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #000;
}
.lable-voucher {
  position: relative;
  cursor: pointer;
}

.lable-voucher:hover .box-voucher-tooltip,
.lable-voucher .box-voucher-tooltip:hover {
  opacity: 1;
  pointer-events: auto;
}
.voucher-tooltip-text {
  font-size: 13px;
  line-height: 1.5;
}
.error-notify.voucherValue {
  width: 300%;
  float: right;
  text-align: right;
}
.select-wrapper-info.disabled {
  pointer-events: none;
}
.select-wrapper-info.disabled input {
  background-color: #ccc;
}
.box-input-search {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #fff;
  padding-top: 1rem;
  transform: translateY(-9px);
  margin-bottom: -1rem;
}
.box-input-search i {
  top: 2rem;
}
.box-input-search .clear-input {
  display: none;
  position: absolute;
  right: 1rem;
  left: unset;
  font-weight: 600;
  cursor: pointer;
}
.input-search-voucher {
  position: sticky;
  top: 0;
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #3e4246;
  font-size: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.169);
  background-color: transparent;
  padding: 0.7rem 3rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  background-color: #fff;
}
#box-suggestions-voucher-customer {
  max-height: 15rem;
}
.no-result-voucher {
  padding: 2rem;
  color: red;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.span-random-voucher {
  position: absolute;
  top: 5rem;
  right: 2rem;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
}
.span-limit-per-voucher {
  position: absolute;
  top: 3.2rem;
  right: 0rem;
  width: 8rem;
  text-align: center;
  display: flex;
  height: 5.3rem;
  font-size: 1.5rem;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  align-items: center;
  justify-content: center;
}
#voucherCode {
  padding-right: 5rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.rotate {
  animation: spin 0.8s linear;
}
.nullEndTime {
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
}
.modalQuickTransfer .header-transfer-core {
  top: 14rem;
  width: 60.8%;
}
.modalQuickTransfer .footer-transfer-core {
  left: unset;
  width: 60.8%;
}

/* ---------------------------------------------------------------------- */

#datatable-type-blog tbody tr {
  min-height: 27rem;
}
#datatable-type-blog tbody tr .dataTables_empty {
  text-align: center;
  vertical-align: middle !important;
  height: 200px;
  color: #666;
  font-weight: 600;
  font-size: 2rem;
}
#datatable-type-blog_filter,
#datatable-blog_filter {
  width: 100%;
}
#box-suggestions-voucher-tier {
  max-height: 12rem;
  overflow-y: scroll;
  scrollbar-width: none;
}
#box-suggestions-voucher-tier::-webkit-scrollbar {
  display: none;
}
.row-soft-deleted {
  opacity: 0.6;
  background-color: #f8f9fa !important;
}
.row-soft-deleted:hover {
  opacity: 1;
}
.tr.removetmp {
  border-radius: 10px;
  box-shadow: 0 0.5rem 0 1rem #ccc inset, 0 0.5rem 0px 1rem #ccc;
}
tr.removetmp td {
  border-top: 3px solid #ccc !important;
  border-bottom: 3px solid #ccc !important;
  background-color: #f1913d1f;
}
tr.removetmp td:last-child {
  border-right: 3px solid #ccc !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
tr.removetmp td:first-child {
  position: relative;
  z-index: 2;
  overflow: unset !important;
  border-left: 3px solid #ccc !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#datatable-histories tbody {
  /* height: 50rem; */
}
#datatable-histories tbody tr {
  min-height: 27rem;
}
#datatable-histories tbody tr .dataTables_empty {
  text-align: center;
  vertical-align: middle !important;
  height: 200px;
  color: #666;
  font-weight: 600;
  font-size: 2rem;
}
#datatable-histories_filter {
  width: 100%;
}

.upload-dropzone {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
  position: relative;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 3rem;
}

.upload-dropzone.dragover {
  border-color: #007bff;
  background: #f0f8ff;
}

.upload-dropzone img.imageBlogPreview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.upload-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888;
}

.upload-dropzone.has-image .upload-placeholder {
  display: none;
}
.imageBlogZone .upload-placeholder p {
  font-size: 2rem;
}
.imageBlogZone .upload-placeholder i {
  font-size: 3rem;
  margin-bottom: 2rem;
}
#suggestions-typeblog,
#suggestions-blog-status {
  bottom: 5.5rem;
}
.modalHandleBlog .modal-body .box-btn {
  position: sticky;
  bottom: -2rem;
  padding-bottom: 3rem;
  margin-bottom: unset;
  z-index: 100;
  background: #fff;
}
#typeblogName {
  text-align: center;
}
#datatable-blog .thTitle {
  width: 35%;
}
