input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.wrap-categories-sw {
  height: 18rem;
}
.mt4r {
  margin-top: 4rem;
}
.mt2r {
  margin-top: 2rem;
}
.pl1-4rem {
  padding-left: 1.4rem !important;
}
.borderR0 {
  border-radius: 0% !important;
}
.widget-box-2 .box-agent-introduce {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
.widget-box-2 .box-agent-introduce .introduce {
  flex-shrink: 0;
  width: 100%;
  height: 35rem;
  overflow: hidden;
}
.widget-box-2 .box-agent-introduce p {
  margin-bottom: 15px;
}
.widget-box-2 .box-agent-introduce .box-ip {
  border-radius: 16px;
  border: 1px solid var(--Line);
  padding: 10px;
  width: 100%;
  max-width: 340px;
  margin-bottom: 15px;
}
.widget-box-2 .box-agent-introduce .box-ip input {
  width: 100%;
}
.widget-box-2 .box-agent-introduce .img-poster {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1200px) {
  .grid-layout-2-5 {
    grid-template-columns: 1fr;
  }
}
.imageBannerSize {
  width: 96rem;
  height: 25rem;
}
.jcc {
  justify-content: center !important;
}
.jcsb {
  justify-content: space-between;
}
.jcsa {
  justify-content: space-around;
}
.jcse {
  justify-content: space-evenly;
}
.atc {
  align-items: center;
}
.gridLayoutBox .image-wrap {
  height: 75%;
}
.titlePages {
  height: 5rem;
  overflow: hidden;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50% !important;
}
.whitecolor {
  color: var(--White);
}
table.dataTable td {
  border-bottom: 1px solid #dee2e6;
  padding: 1.5rem;
}
table.dataTable td input {
  font-size: 1.5rem;
}
table.dataTable td select {
  height: 2.5rem;
  font-size: 1.6rem;
}
table.dataTable th {
  background-color: var(--Heading);
  color: var(--White);
  padding: 1rem;
}

.bg-enoughtime {
  background-color: #9acd324d !important;
}
.bg-overtime {
  background-color: #ff00003b !important;
}
.imagePageList {
  width: 10rem;
  height: 7rem;
}
.formSelect {
  font-size: 1.6rem;
  padding-left: 2rem;
  border: 1px solid var(--Line);
  border-radius: 1.6rem;
}

.left-menu {
  position: relative;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.left-menu .navigationLeft {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.left-menu .navigationLeft > li.current-menu > a {
  color: var(--Primary) !important;
  font-weight: 700;
}
.left-menu .navigationLeft > li > a {
  padding: 29px 0px;
}
.left-menu .navigationLeft > li.has-child > a::after {
  right: 0;
}
.left-menu .navigationLeft > li > .submenu {
  position: absolute;
  z-index: 999;
  z-index: 1;
  padding: 25px 20px 30px;
  top: calc(100% + -7rem);
}
.left-menu .navigationLeft > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  height: 35px;
  top: -25px;
}
.left-menu .navigationLeft > li > .submenu > li {
  position: relative;
}
.left-menu .navigationLeft > li > .submenu > li:hover::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 20%;
}
.left-menu .navigationLeft > li > .submenu > li:hover a::after {
  transform: rotate(-90deg);
}
.left-menu .navigationLeft > li > .submenu > li a {
  padding: 9px 0;
  width: 100%;
}
.left-menu .navigationLeft > li > .submenu > li > .submenu {
  position: absolute;
  left: calc(100% + 20px);
  top: -25px;
  opacity: 0;
  visibility: hidden;
}
.left-menu .navigationLeft > li:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.left-menu .navigationLeft > li:hover > ul > li:hover > .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.navigationLeft {
  position: relative;
}
.navigationLeft li.has-child > a {
  position: relative;
  padding-right: 20px;
}
.navigationLeft li.has-child > a::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  font-family: "icomoon";
  content: "\e901";
  font-size: 14px;
  cursor: pointer;
}
.navigationLeft li a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--Heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigationLeft li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}
.navigationLeft li:hover ul li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}
.navigationLeft li:hover ul li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}
.navigationLeft li:hover ul li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}
.navigationLeft li:hover ul li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.navigationLeft li:hover ul li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}
.navigationLeft li:hover ul li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}
.navigationLeft li:hover ul li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}
.navigationLeft li:hover ul li:nth-child(9) {
  -webkit-transition-delay: 630ms;
  -moz-transition-delay: 630ms;
  -ms-transition-delay: 630ms;
  -o-transition-delay: 630ms;
  transition-delay: 630ms;
}
.navigationLeft .submenu {
  position: absolute;
  z-index: 999;
  width: max-content;
  z-index: 1;
  width: 280px;
  padding: 25px 30px 30px 30px;
  border-radius: 16px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.navigationLeft .submenu > li > .submenu {
  position: absolute;
  left: 100%;
  top: 0px;
  opacity: 0;
  visibility: hidden;
}
.navigationLeft .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navigationLeft .submenu li a,
.navigationLeft .submenu2 li a {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.navigationLeft .submenu li.current-item > a,
.navigationLeft .submenu li:hover > a,
.navigationLeft .submenu2 li.current-item > a,
.navigationLeft .submenu2 li:hover > a {
  color: var(--Primary) !important;
}
.navigationLeft .submenu li.current-item ul,
.navigationLeft .submenu li:hover ul,
.navigationLeft .submenu2 li.current-item ul,
.navigationLeft .submenu2 li:hover ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.has-child.style-2 > .submenu {
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  min-width: 800px;
}
.has-child.style-2 > .submenu::before {
  left: 105px !important;
}
.has-child.style-2 > .submenu > li > a {
  font-size: 20px;
  font-weight: 600;
  padding-left: 0 !important;
  color: var(--Heading) !important;
}
.has-child.style-2 > .submenu > li > .submenu2 > li {
  width: 250px;
}
.has-child.style-2 > .submenu > li > .submenu2 > li > a {
  color: var(--Text);
}
.has-child.style-2 > .submenu > li > .submenu2 > li > a:hover {
  color: var(--Primary);
}
.p1rem {
  padding: 1rem;
}
.clstart {
  color: gold;
}
.rvstart {
  font-size: 1rem;
}
.rvstartEdit {
  font-size: 3.5rem;
}
.textareaFormControl {
  box-shadow: none;
  width: 100%;
  padding: 13px 15px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 22.4px;
  background-color: var(--White);
  border: 1px solid var(--Line);
  border-radius: 16px;
  color: var(--Text);
}
.p5px {
  padding: 0px 5px;
}
.w20rem {
  width: 20rem;
}
.reviewRight {
  display: flex;
  flex-direction: column-reverse;
  width: 25rem;
  top: 115px !important;
  right: 45px !important;
}
.reviewBottom {
  bottom: 70px !important;
  right: 345px !important;
}
@media (max-width: 768px) {
  .reviewRight,
  .reviewBottom {
    display: none !important;
  }
  .thumb404 {
    transform: translateY(0rem) !important;
  }
}
.w100 {
  width: 100%;
}
.content .user .ratings {
  padding-right: 7rem;
}
.wg-testimonial.style-2 p {
  width: 100%;
  overflow: hidden;
}
.h4rem {
  height: 4rem;
}
.mr2rem {
  margin-right: 2rem;
}
.fs14rem {
  font-size: 1.4rem !important;
}
.fw600 {
  font-weight: 600;
}
.searchInputHeader {
  position: relative;
  font-weight: 500 !important;
  cursor: default;
}
.suggestionInput {
  opacity: 0;
  visibility: hidden;
  width: 126%;
  position: absolute;
  top: 7rem;
  left: -3rem;
  z-index: 10;
  height: auto;
  max-height: 25rem;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s ease;
  overflow: auto;
}
.suggestionInput.show {
  display: block;
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
}
.suggestion-item {
  padding: 10px 20px;
  font-weight: 500;
}
.suggestion-item:hover {
  cursor: pointer;
  border: 2px solid #a4a4a4;
  border-radius: 5px;
  background-color: #f3f4f6;
}
.form-input-suggestions {
  width: 100%;
}
.iconDashboard {
  font-size: 36px;
  color: #f1913d;
}
.iconService {
  font-size: 100px;
  color: #f1913d;
}
.spanDiscountService {
  background: var(--bs-form-invalid-border-color);
  padding: 5px;
  border-radius: 8px;
  color: white;
  margin-left: 1rem;
}
.clInvalid {
  color: var(--bs-form-invalid-border-color);
}
.iconEye {
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  font-size: 1.75rem;
  cursor: pointer;
}
.image-wrap-last-blog {
  height: 30rem;
}
.contentService {
  margin-top: 2rem;
  height: 20rem;
  overflow: hidden;
}
.contentService p {
  line-height: 2.5rem;
}
.toast-copied {
  position: fixed;
  top: 100px;
  right: -300px;
  background-color: #f1913d;
  color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: right 0.5s;
  z-index: 30;
}
.toast-copied.show {
  right: 20px;
}
.close-btn-toast {
  overflow: hidden;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.isQRcode {
  height: 70rem;
  padding: 5rem 0;
}
.infoQrCheckOut {
  position: relative;
  background: #dee2e6;
  margin: auto;
  padding: 5rem;
  border: 2px solid gray;
  border-radius: 10px;
}
.imgQr {
  position: sticky;
  top: 0px;
}
.qrCheckout {
  width: 50rem;
}
.infoBanking {
  display: flex;
  flex-direction: column;
}
.bankingNameBank,
.bankingAccountHolder,
.bankingAccountNumber,
.bankingAmount,
.bankingDescription,
.bankingNotification {
  padding: 1rem 2rem;
}
.copyNumberBanking {
  margin-left: 3rem;
  border: 1px solid;
  padding: 0.75rem;
  border-radius: 8px;
  background-color: bisque;
  cursor: pointer;
  position: relative;
}
.message {
  margin-right: 30px;
}
.buttonBanking {
  margin-top: 2.5rem;
  justify-content: space-evenly;
}
.buttonBanking button {
  width: 10rem;
  height: 4rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.titleNotificationBanking {
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem;
}
.titleCheckout {
  margin-bottom: 2rem;
  font-size: 3rem;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
}
.imageNotify {
  padding-left: 20%;
  height: 90%;
}
.iconTrusted {
  font-size: 20px;
  color: #f1913d;
}
.checkboxFooter {
  top: 0px !important;
  left: -2px !important;
}
.inputFooter {
  top: 0px !important;
  left: -2px !important;
}
.pageImageLogo {
  width: 120px;
  height: 54px;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
}
.imageSlidePreview {
  width: 1920px !important;
  height: 200px !important;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
}
.pageImageIntroduce {
  width: 600px !important;
  height: 345px !important;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
  border-radius: 5%;
}
.defaultProductSmall {
  width: 1300px !important;
  height: 247px !important;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
  border-radius: 5%;
}
.defaultProductBig {
  width: 1300px !important;
  height: 492px !important;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
  border-radius: 5%;
}
.imageReview {
  width: 500px !important;
  height: 426px !important;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
  border-radius: 5%;
}
.imageBlog {
  width: 640px !important;
  height: 280px !important;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
  border-radius: 5%;
}
.thumb404 {
  transform: translateY(-15rem);
}
.maintenance-img {
  width: 70%;
  margin: auto;
}
.buttonBacktohome {
  padding: 0 40px;
  margin: 5rem auto;
  font-weight: 600;
}
.buttonBacktohome a {
  color: white;
}
.mt2rem {
  margin-top: 2rem;
}
#responsive-data-table {
  padding-top: 1rem;
  width: 100%;
}
.table.dataTable tr td,
.table.dataTable tr th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recaptchaRegister {
  padding-left: 8.5rem;
}
.recaptchaFooter {
  padding-left: 1.5rem;
}
.iconModal {
  color: #5c5e61;
  font-size: 18px;
}
.notifySibforms {
  color: #a8abae;
}
.pl0px {
  padding-left: 0px !important;
}
.ml2rem {
  margin-left: 2rem;
}
.nice-select > .list .option .badge-status-type-bds {
  margin-right: 3rem;
}
.searchInputHeader {
  cursor: pointer;
}
.suggest-item {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.suggest-item i {
  margin-right: 1rem;
}
.porpularSearch {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.page-title.home01 .form-title {
  width: 117rem;
  margin-left: -11rem;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.selected-locations,
.box-porpularSearch {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.box-porpularSearch {
  padding: 0 2rem;
  height: 2.5rem;
  overflow: hidden;
}
.selected-locations .badge,
#suggestionTagsWrapper .badge {
  background-color: #f1f1f1;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #5c5e61;
  cursor: pointer;
}
.selected-locations .badge {
  padding: 1.5rem;
  font-size: 1.5rem;
}
.selected-locations .badge .close,
#suggestionTagsWrapper .badge .close {
  cursor: pointer;
  margin-left: 6px;
  font-weight: bold;
}
.box-input-porpular-address {
  position: relative;
}
#suggestionTagsWrapper {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
.porpularSearch {
  position: sticky;
  background: #fff;
}
.itemLogoSidebar {
  display: flex;
  justify-content: center;
}
.header-dashboard {
  padding: 2rem 5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c1c9d2;
  position: fixed;
  width: 84vw;
  top: 0;
  z-index: 994;
  background: #fff;
}
.header_contentLeft {
  display: flex;
  justify-content: space-between;
  cursor: default;
}
.header_userAvatar img {
  width: 6rem;
  height: 6rem;
  border: 1px solid;
  border-radius: 50%;
  object-fit: cover;
}
.header_info {
  position: relative;
  padding: 1rem;
}
.header_info_name {
  font-size: 1.75rem;
  font-weight: 600;
  cursor: pointer;
}
.header_info_score {
  font-size: 1.5rem;
  margin: 0.5rem;
  font-weight: 400;
}
.header_info_dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 6rem;
  background: #fff;
  padding: 1rem;
  width: 23rem;
  border-radius: 20px;
  border: 1px solid #c1c9d2;
  box-shadow: 0 4px 8px 0 rgba(40, 44, 46, 0.122);
  transition: all 0.3s ease;
}
.header_info_dropdown.show {
  opacity: 1;
  visibility: visible;
}
.header_info_dropdown_item {
  width: 21rem;
  font-size: 1.75rem;
  padding: 1rem;
}
.header_info_dropdown_item:hover {
  background-color: rgba(0, 0, 0, 0.07);
  color: #f1913d;
  cursor: pointer;
}
.header_info_dropdown_item i {
  margin-right: 1rem;
}
.info_angle {
  transition: 0.3s ease;
  font-weight: 600;
  margin-left: 1rem;
}
.info_angle.show {
  transform: rotate(90deg);
}
.header_notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header_notification_icon {
  position: relative;
}
.header_notification_icon i {
  font-size: 2.5rem;
}
.header_notification_icon_count {
  position: absolute;
  top: -8px;
  right: -7px;
  width: 2rem;
  height: 2rem;
  background: #f1913d;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
}
.header_contentRight {
  position: relative;
  margin-top: 1rem;
}
.header_sidebar_notification {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 6rem;
  right: 0;
  width: 60rem;
  height: 40rem;
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  overflow: auto;
  z-index: 99;
  transition: transform 0.3s ease-out;
}
.header_sidebar_notification.show {
  opacity: 1;
  visibility: visible;
}
.header_sidebar_notification_header_title {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.notification_header_title {
  font-size: 1.75rem;
  font-weight: 600;
}
.notification_header_setting {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toggle-unread__wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.toggle-unread__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-unread__slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.toggle-unread__slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-unread__input:checked + .toggle-unread__slider {
  background-color: #f1913d;
}

.toggle-unread__input:checked + .toggle-unread__slider::before {
  transform: translateX(18px);
}

.toggle-unread__label {
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.readed-notify {
  width: 3rem;
  opacity: 0.4;
  cursor: pointer;
  margin-left: 1rem;
}
.readed-notify:hover {
  opacity: 1;
}
.setting_notify {
  font-size: 2rem;
  padding: 0 1rem;
  cursor: pointer;
}
.header_sidebar_notification_sidebar {
  display: flex;
  justify-content: space-evenly;
  position: relative;
}

.notification_sidebar_item {
  font-size: 1.5rem;
  font-weight: 600;
  color: #a8abae;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.notification_sidebar_item.active {
  color: #5c5e61;
}

.notification_sidebar_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #f1913d;
  transition: width 0.3s ease, left 0.3s ease;
}

.notification_sidebar_item.active::after {
  width: 100%;
}
.header_sidebar_notification_content {
  background-color: rgb(250, 250, 250);
  width: 100%;
  height: 31.5rem;
}
.header_sidebar_notification_content_item {
  display: flex;
  background: #fff;
  margin: 1rem;
  padding: 2rem;
  border-radius: 10px;
  cursor: pointer;
}
.header_sidebar_notification_content_item.readed .header_sidebar_notification_content_item_icon,
.header_sidebar_notification_content_item.readed .header_sidebar_notification_content_item_notify {
  opacity: 0.6;
}
.header_sidebar_notification_content_item.readed .unread {
  display: none;
}
.header_sidebar_notification_content_item_icon {
  width: 15rem;
  position: relative;
}
.header_sidebar_notification_content_item_icon i {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgb(242, 242, 242);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.header_sidebar_notification_content_item_icon .unread {
  position: absolute;
  top: 7px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f1913d;
}
.header_sidebar_notification_content_item_notify .item_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.header_sidebar_notification_content_item_notify .item_content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
}
.header_type_news {
  display: flex;
  justify-content: space-between;
  margin: 22px 56px 0;
  padding: 30px;
  border-radius: 16px;
  background-color: var(--White);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
}
.header_type_news_left {
  width: 80%;
  display: flex;
  justify-content: space-around;
}
.header_type_news_left_item,
.header_type_news_right_item {
  border: 2px solid;
  padding: 1rem 1.5rem;
  line-height: 2rem;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(40, 44, 46, 0.122), inset 0 2px 2px hsla(0, 0%, 100%, 0.4);
}
.header_type_news_left_item.active {
  background: #333;
  color: #fff;
  border-radius: 20px;
}
.header_type_news_right_item i {
  font-size: 2rem;
  margin-right: 1rem;
}
.detail-content {
  margin-top: 10rem;
}
.table-responsive {
  width: 100%;
  max-width: none;
  overflow-x: auto;
}

.table-realestate {
  table-layout: fixed;
  width: 100%;
}

.table-realestate th.col-1,
.table-realestate td.col-1 {
  width: 5%;
}
.table-realestate th.col-2,
.table-realestate td.col-2 {
  width: 9%;
}
.table-realestate th.col-3,
.table-realestate td.col-3 {
  width: 9%;
}
.table-realestate th.col-4,
.table-realestate td.col-4 {
  width: 35%;
}
.table-realestate th.col-5,
.table-realestate td.col-5 {
  width: 8%;
}
.table-realestate th.col-6,
.table-realestate td.col-6 {
  width: 10%;
}
.table-realestate th.col-6b,
.table-realestate td.col-6b {
  width: 10%;
}
.table-realestate th.col-7,
.table-realestate td.col-7 {
  width: 12%;
}
.table-realestate th.col-8,
.table-realestate td.col-8 {
  width: 12%;
}
.table-realestate td {
  padding: 1rem !important;
}
.imageRealEstateList {
  width: 9rem !important;
  height: 5rem !important;
  object-fit: cover;
}

.list-action {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: 0;
  padding: 1rem;
}

.list-action li {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}

.list-action a {
  flex: 1;
  text-align: center;
}
.table.dataTable tr td a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#exportExcelListRealEstate,
#exportExcelListCustomer {
  font-weight: 600;
}
#exportExcelListRealEstate:hover,
#exportExcelListCustomer:hover,
.header_type_news_left_item:hover {
  background-color: #f1913d;
  color: #fff;
}
.remove-file {
  cursor: pointer;
}
.remove-file:hover {
  color: #f1913d;
}
.reason-file {
  cursor: pointer;
  margin-right: 1rem;
}
.reason-file:hover {
  color: #f1913d;
}
.error-notify {
  display: none;
  margin-top: 1rem;
  padding-left: 2rem;
  font-weight: 600;
  color: #c20000;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.shake {
  border: 2px solid #c20000 !important;
  animation: shake 0.4s;
}
.box-action-login {
  display: flex;
  justify-content: space-between;
  margin-top: -1.5rem;
}

.toggle-remember__wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.toggle-remember__input {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

.toggle-remember__slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.toggle-remember__slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-remember__input:checked + .toggle-remember__slider {
  background-color: #f1913d;
}

.toggle-remember__input:checked + .toggle-remember__slider::before {
  transform: translateX(18px);
}
.toggle-remember__label {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.remember-me:hover .toggle-remember__label {
  color: #f1913d;
}
.tf-btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
}
.resend-auth,
.resend-verify {
  cursor: pointer;
}
.button-action {
  cursor: pointer;
}
.button-action:hover {
  color: #f1913d;
}
.pointer {
  cursor: pointer;
}
#modalDangerAction.modal {
  z-index: 1060 !important;
  background: rgba(0, 0, 0, 0.7);
}
.flat-account .form-account .ip-field input#passLogin {
  padding: 0 46px;
}
#capsIcon {
  display: none;
  position: absolute;
  right: 4.5rem;
  top: 50%;
  font-size: 2rem;
  transform: translateY(-50%);
}
.page-layout .main-content {
  position: relative;
}

.account-menu-dashboard {
  position: fixed;
  min-width: 404px;
  background: var(--White);
  top: 0px;
  left: 0rem;
  box-shadow: 0 -4px 8px 0 rgba(40, 44, 46, 0.12);
  padding: 12px;
  overflow-y: auto;
  z-index: 996;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateX(-100%);
}
.overlay-account-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 995;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.overlay-account-menu.active {
  opacity: 1;
  visibility: visible;
}

.account-menu-dashboard.active {
  transform: translateX(0);
  left: 30rem;
  opacity: 1;
}
.account-menu-dashboard .box-menu-dashboard .nav-menu-item:not(:last-child) {
  margin-bottom: 6px;
  width: 100%;
}
.account-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link,
.account-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link {
  background-color: var(--Primary);
  color: var(--White);
}
.account-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link svg path,
.account-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link svg path {
  stroke: var(--White);
}
.account-menu-dashboard .box-menu-dashboard .nav-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 34px;
  color: var(--Heading);
}
.account-menu-dashboard .box-menu-dashboard .nav-menu-link svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-menu-dashboard::-webkit-scrollbar {
  width: 2px;
}

.box-menu-dashboard-balance {
  width: 100%;
  padding: 2rem;
  background: #eff1f5;
  border-radius: 10px;
}
.title-balance {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.box-main-balance,
.box-discount-balance {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.total-main-balance,
.total-discount-balance {
  font-weight: 600;
  color: #333;
}
.box-info-transfer {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1rem;
}
.content-info-transfer {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 1rem;
  font-weight: 600;
}
.copy-transfer-code {
  font-size: 1.75rem;
  cursor: pointer;
}
.box-deposit {
  box-shadow: 0 2px 4px rgba(40, 44, 46, 0.122), inset 0 2px 2px hsla(0, 0%, 100%, 0.4);
  color: #fff;
  background-color: #000000;
  border-color: #202325;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
}
.box-deposit a {
  text-decoration: none !important;
  color: #eff1f5;
}
.notify-copy-transfer-code {
  visibility: hidden;
  background-color: #1e1e1e;
  color: #fff;
  width: 12rem;
  text-align: center;
  padding: 1rem;
  border-radius: 6px;
  font-size: 14px;
  position: absolute;
  bottom: 200%;
  right: -40%;
  opacity: 0;
  transition: opacity 0.2s;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1000;
}

.notify-copy-transfer-code::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1e1e1e transparent transparent transparent;
}
.copy-transfer-code:hover .notify-copy-transfer-code {
  opacity: 1;
  visibility: visible;
}
.toast-copied {
  position: fixed;
  top: 20px;
  right: -300px;
  background-color: #198754;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: right 0.5s;
  z-index: 100;
}
.toast-copied.show {
  right: 20px;
}
.close-btn-toast {
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  position: absolute;
  top: -4px;
  right: 4px;
  cursor: pointer;
}
.progress {
  height: 0.5rem;
  margin-top: 1rem;
}
.box-menu-dashboard-account {
  width: 100%;
}
.menu-dashboard-account-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 0.5rem;
}
.menu-dashboard-account-item a {
  width: 100%;
  color: #5c5e61;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item {
  opacity: 1;
  transform: translateX(0);
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(1) {
  transition-delay: 0.1s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(2) {
  transition-delay: 0.2s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(3) {
  transition-delay: 0.3s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(4) {
  transition-delay: 0.4s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(5) {
  transition-delay: 0.5s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(6) {
  transition-delay: 0.6s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(7) {
  transition-delay: 0.7s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(8) {
  transition-delay: 0.8s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(9) {
  transition-delay: 0.9s;
}
.account-menu-dashboard.active .box-menu-dashboard-account .menu-dashboard-account-item:nth-child(10) {
  transition-delay: 1s;
}
.title-account-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  cursor: pointer;
}
.title-account-item i {
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  transition: 0.4s all ease;
}
.title-account-item p {
  font-size: 1.5rem;
  padding-left: 1rem;
  font-weight: 600;
}
.title-account-item p i {
  width: 4rem;
  font-size: 2rem;
  transition: 0.4s all ease;
}
.content-account-item {
  cursor: pointer;
}
.content-account-item a {
  width: 100%;
  padding: 1.5rem;
  padding-left: 5rem;
}
.content-account-item a:hover {
  color: #f1913d;
}
.content-account-item p {
  font-size: 1.5rem;
}
.content-account-item p i {
  font-size: 2rem;
  margin-right: 1rem;
  width: 3rem;
}
.content-account-item:hover {
  background-color: #ccc;
}
.menu-dashboard-account-item.show {
  background-color: #eff1f5;
  border-radius: 10px;
}
.menu-dashboard-account-item:hover .title-account-item {
  background-color: #f1913d;
  border-radius: 10px;
  color: #fff;
}
.box-content-account {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.4s all ease;
}
.menu-dashboard-account-item.show .box-content-account {
  opacity: 1;
  visibility: visible;
}
.menu-dashboard-account-item.show .title-account-item {
  background-color: #f1913d;
  border-radius: 10px;
  color: #fff;
}
.menu-dashboard-account-item.show .title-account-item > i {
  transform: rotate(90deg);
}
.tr.guard {
  border-radius: 10px;
  box-shadow: 0 0.5rem 0 1rem #26a69a inset, 0 0.5rem 0px 1rem #26a69a;
}
tr.guard td {
  border-top: 3px solid #26a69a !important;
  border-bottom: 3px solid #26a69a !important;
  background-color: #b2dfdb;
}
tr.guard td:last-child {
  border-right: 3px solid #26a69a !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
tr.guard td:first-child {
  position: relative;
  z-index: 2;
  overflow: unset !important;
  border-left: 3px solid #26a69a !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

tr.guard td:first-child::before {
  content: "\f132 ";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: -1.5rem;
  left: 0rem;
  font-size: 3.5rem;
  color: #26a69a;
  background: transparent;
  border-radius: 50%;
  padding: 2px;
  line-height: 1;
  z-index: 3;
}
tr.guard td:first-child::after {
  content: "\f132";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: -11px;
  left: 5px;
  font-size: 2.9rem;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  z-index: 4;
}

.box-dashboard-content {
  padding: 3rem 5rem;
}
.general-title {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
  color: #000;
}
.box-general-content {
  padding: 1rem;
  border-radius: 10px;
}
.box-general-content.realestate {
  background: #e0f2f1;
}
.box-general-content.customer {
  background: #c8e6c9;
}
.box-general-content.membership {
  background: #fff9c4;
}
.general-content-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}
.box-general-content.realestate .general-content-title i {
  color: #00897b;
}
.box-general-content.customer .general-content-title i {
  color: #43a047;
}
.box-general-content.membership .general-content-title i {
  color: #fdd835;
}
.general-content-title i {
  margin-right: 1rem;
  font-size: 2.5rem;
}
.statistical-realestate-title {
  padding: 1.5rem 0rem;
}
.statistical-realestate-count {
  font-size: 1.5rem;
  font-weight: 600;
}
.statistical-chart {
  position: relative;
  margin-top: 2rem;
}
.chartButton {
  position: absolute;
  font-size: 2rem;
  font-weight: 600;
  background: var(--bs-light-border-subtle);
  border-radius: 10px;
  height: 10rem;
  top: 30%;
}
.chartButton:hover {
  background: #f1913d;
  color: #fff;
  border-radius: 10px;
  opacity: 1;
}
.chartButton.Previous {
  left: -4.5%;
}
.chartButton.Next {
  right: -4.5%;
}
.filter-bar {
  display: flex;
  gap: 1rem;
}
.selectFilterType {
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid #f1913d;
  background: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
}
.filter-bar {
  color: #000;
}
.box-select-filter-bar {
  position: relative;
}
.selectFilterType.filterType {
  width: 13rem;
}
.selectFilterType.filterYear {
  width: 11rem;
}
.selectFilterType.filterMonth {
  width: 10rem;
  display: none;
}
.selectFilterType option {
  border-radius: 10px;
  cursor: pointer;
}
.suggestion-filter-bar-option {
  position: absolute;
  top: 4rem;
  width: 100%;
  background: #fff;
  border: 1px solid #f1913d;
  border-radius: 10px;
  cursor: pointer;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.4s ease;
}
.suggestion-filter-bar-option.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.suggestion-filter-bar-option .options li {
  padding: 1rem;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;
  font-weight: 400;
  text-align: center;
}
.suggestion-filter-bar-option .options li.active {
  background: #f1913d;
  color: #fff;
}
#filter-year-option,
#filter-month-option {
  height: 16rem;
}
#filter-year-option .options,
#filter-month-option .options {
  height: 16rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f1913d #fff;
}
.suggestion-filter-bar-option.show .options li {
  opacity: 1;
  transform: translateX(0);
}
.suggestion-filter-bar-option .options li:hover {
  background: #f1913d;
  color: #fff;
}
#dateRange,
#drillBack {
  height: 3.2rem;
}
#drillBack {
  display: none;
  color: #000;
}
.view-info:hover {
  cursor: pointer;
  color: #f1913d;
}
#imageAvatarAccount {
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #ccc;
}
.cropper-view-box,
.cropper-face {
  border-radius: 50% !important;
}
.modalEditAvatar .modal-dialog {
  max-width: 500px;
}
.modalEditAvatar .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 524px;
  background: #ccc;
}

.modalEditCover .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  background: #ccc;
}

#modalEditCover #preview-crop-cover {
  width: auto;
  max-width: 70%;
  max-height: 70%;
  display: block;
}

#preview-crop-avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#modalEditAvatar .cropper-view-box,
#modalEditAvatar .cropper-face {
  border-radius: 50% !important;
}
#modalEditCover .cropper-view-box,
#modalEditCover .cropper-face {
  border-radius: 0 !important;
}
.buttonEditImage {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: 600;
}
#btnCropAvatar,
#btnCropCover {
  background-color: #f1913d;
}
#infoNameUser {
  padding: 13px 4rem 13px 13px;
}
#nameUserAdd {
  cursor: pointer;
}
.box-info-user {
  position: relative;
}
.infoUser {
  cursor: text;
}
.box-info-user:hover .iconInfoUser {
  visibility: visible;
  opacity: 1;
}
.iconInfoUser {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 4.75rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  transition: all 1s ease;
}
#iconEmailUser,
#iconInvoiceEmailUser {
  right: 10rem;
  top: 5rem;
}
.info-account-content,
.info-transfer-content {
  width: 50vw;
  margin: auto;
}
.box-image-profile {
  margin-bottom: 7rem;
}

.profile-cover-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.profile-cover {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
}

.profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.profile-cover:hover img {
  filter: brightness(0.9);
}

.btn-change-cover {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease;
}

.profile-cover:hover .btn-change-cover {
  opacity: 1;
}

.image-profile-avatar {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  background: #fff;
  overflow: hidden;
}
.button-info-email-verify {
  position: absolute;
  top: 44%;
  right: 1rem;
  width: 9rem;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #f1913d;
}
#infoPhoneUser {
  cursor: pointer;
  background-color: #ccc;
}
#icon-CaretDown-phone {
  top: 5rem;
}
#infoEmailUser {
  padding-right: 12rem;
}
.button-info-email {
  position: absolute;
  top: 3.75rem;
  right: 1rem;
  cursor: not-allowed;
  background-color: #ccc;
  color: #fff;
  padding: 1rem;
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  pointer-events: none;
}
.button-info-email.active {
  display: block;
  cursor: pointer;
  background-color: #f1913d;
  color: #fff;
  cursor: pointer;
  pointer-events: unset;
}
#btn-infoChangEmail.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.readonly {
  background-color: #ccc !important;
  pointer-events: none;
}
#iconChangEmailInput,
#iconCheckPasswordInput,
#iconCheckPhoneInput {
  top: 2rem;
}
#iconCheckPasswordInput {
  right: 4rem;
}
#iconCheckPhoneInput {
  right: 1rem;
}

.custom-tabs {
  gap: 0.5rem;
}

.custom-tabs .nav-link {
  background-color: #f9f9f9;
  color: #5c5e61;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 1rem 2rem;
  transition: all 0.25s ease;
  margin-right: 5px;
}

.custom-tabs .nav-link:hover {
  background-color: #f0f0f0;
  color: #f1913d;
}

.custom-tabs .nav-link.active {
  background-color: #fff;
  color: #5c5e61;
  border: 2px solid #ddd;
  border-bottom-color: transparent;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.custom-tabs .badge {
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 8px;
}

/* Slide effect */
.slide-tab-content {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.slide-tab-content .tab-pane {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  z-index: 0;
}

.slide-tab-content .tab-pane.active.show {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
.item-info-phone {
  position: relative;
}
.iconRemovePhone,
.iconSearchInvoiceAddress {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  left: unset !important;
  right: 2rem !important;
  top: 1rem;
  font-size: 2rem;
}
.item-info-phone:hover {
  color: #f1913d;
}
.item-info-phone:hover .iconRemovePhone {
  opacity: 1;
  visibility: visible;
}
.boxInvoiceAddress:hover .iconSearchInvoiceAddress {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.item-info-phone,
#addPhoneInfo {
  padding: 1rem 2rem !important;
}
.item-info-phone:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#addPhoneInfo {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#iconAddPhoneInfo {
  position: unset;
}
.type-info-phone:hover {
  color: #f1913d;
}
.banner-account {
  position: relative;
}
#itemBackChangeEmail,
#itemBackAddPhone {
  position: absolute;
  top: 2rem;
  left: 3rem;
  font-size: 3rem;
  font-weight: 400;
  cursor: pointer;
}
#itemBackAddPhone {
  z-index: 3;
}
.body-changeEmail,
.body-checkPassword {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, height 0.4s ease;
}

.body-changeEmail.hidden,
.body-checkPassword.hidden {
  opacity: 0;
  transform: translateY(100%);
  overflow: hidden;
}
.body-addPhoneNumber,
.body-verifyPhoneNumber,
.body-addEmail,
.body-verifyEmail {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, height 0.4s ease;
}

.body-addPhoneNumber.hidden,
.body-verifyPhoneNumber.hidden,
.body-addEmail.hidden,
.body-verifyEmail.hidden {
  opacity: 0;
  transform: translateY(100%);
  overflow: hidden;
}
.title-info {
  text-decoration: underline;
}
.boxButtonSaveChange {
  justify-content: flex-end;
}
.buttonSaveChange {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  background: #f1913d;
  color: #fff;
  border-radius: 10px;
}
.box-info-user ul {
  list-style-type: disc;
  padding: 0 3rem;
}
.box-info-user li {
  list-style: disc;
  display: list-item;
}
.selectInvoice {
  font-size: 1.5rem;
  border-radius: 20px;
  padding: 0rem 2rem;
  color: #5c5e61;
}
.invoiceAddress {
  background: #ccc !important;
  cursor: pointer;
  text-align: center;
}
#box-info-invoice-province,
#box-info-invoice-ward {
  max-height: 24rem;
}
.input-search-info {
  position: sticky;
  top: 0;
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #3e4246;
  font-size: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.169);
  background-color: transparent;
  padding: 0.7rem 4rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  background-color: #fff;
}
.input-search-info:hover {
  background-color: rgba(0, 0, 0, 0.169);
}
.box-input-search-info {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.no-result-message-address {
  padding: 6rem;
  color: red;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.item-info-invoice-province,
.item-info-invoice-ward {
  padding: 1rem 2rem;
}
#iconOldPasswordInput,
#iconNewPasswordInput,
#iconConfirmPasswordInput,
#iconNowPasswordInput {
  top: 1.75rem;
  right: 4.5rem;
}

.toggle-security__wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.toggle-security__input {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

.toggle-security__slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.toggle-security__slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-security__input:checked + .toggle-security__slider {
  background-color: #f1913d;
}

.toggle-security__input:checked + .toggle-security__slider::before {
  transform: translateX(18px);
}
.toggle-security__label {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.securityAccount:hover .toggle-security__label {
  color: #f1913d;
}
.mt-30 {
  margin-top: 30px;
}
.notCheck {
  border: 2px solid #c20000 !important;
}
.check {
  border: 2px solid #43a047 !important;
}
.ml-30 {
  margin-left: 30px;
}
.box-notify-account {
  padding: 2rem;
  background: #f0f0f0;
  border-radius: 10px;
}
.gap30 {
  gap: 30px;
}
.box-forgotPassword {
  display: none;
}
.box-forgotPassword.active {
  display: block;
}
.body-transfer-core,
.footer-transfer-core {
  background-color: #eff1f5 !important;
}
.body-transfer-core {
  position: relative;
  padding-bottom: 9rem;
  padding-top: 4rem;
}
.header-transfer-core {
  position: fixed;
  background: #fff;
  top: 10rem;
  z-index: 100;
  width: 85%;
}
.header-transfer-core .title {
  padding-top: 2rem;
  padding-left: 8rem;
}

.item-transfer-tab button {
  height: unset;
  padding: 8px;
  border-bottom: 2px solid transparent;

  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  white-space: nowrap;
  width: fit-content;
  background-color: rgb(255, 255, 255);
  padding: 8px 16px 6px;
  color: rgb(44, 44, 44);
  opacity: 1;
  border-top: 0px;
  border-left: 0px;
  border-image: initial;
  border-right: none;
}
.nav-transfer-tab {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
/* .btn-option-tranfer{
  background-color: #fff !important;
} */
.option-tranfer.QRcode svg .path-stroke {
  stroke: #cccccc;
}
.option-tranfer.QRcode svg .path-fill {
  fill: #999999;
}
.option-tranfer.QRcode svg rect {
  stroke: #999999;
}

.option-tranfer.QRcode.active svg .path-stroke {
  stroke: #e03c31;
}
.option-tranfer.QRcode.active svg .path-fill {
  fill: #2c2c2c;
}
.option-tranfer.QRcode.active svg rect {
  stroke: #2c2c2c;
}

.option-tranfer.Banking svg path {
  fill: #cccccc;
}
.option-tranfer.Banking.active svg path {
  fill: #1dbabf;
}
.option-tranfer.Napas svg .path-fill {
  fill: #999999;
}
.option-tranfer.Napas svg rect {
  fill: #f2f2f2;
}
.option-tranfer.Napas.active svg .path-fill {
  fill: #e3aa49;
}
.option-Napas.active svg rect {
  fill: #fad48d;
}
.option-tranfer.Visa svg .path-fill1 {
  fill: #999999;
}
.option-tranfer.Visa svg .path-fill2,
.option-tranfer.Visa svg .path-fill3 {
  fill: #ffffff;
}

.option-tranfer.Visa svg rect {
  fill: #ffffff;
}
.option-tranfer.Visa.active svg .path-fill1 {
  fill: #505050;
}
.option-tranfer.Visa.active svg .path-fill2 {
  fill: #a6732b;
}
.option-tranfer.Visa.active svg .path-fill3 {
  fill: #e03c31;
}

.option-tranfer.Visa.active svg rect {
  fill: #999999;
}

.option-tranfer.Momo svg .path-fill {
  fill: #999999;
}
.option-tranfer.Momo.active svg .path-fill {
  fill: #a50064;
}

.option-tranfer.Credit svg .path-fill1 {
  fill: #999999;
}
.option-tranfer.Credit svg .path-fill2 {
  fill: #999999;
}
.option-tranfer.Credit svg .path-fill3 {
  fill: #ffffff;
}
.option-tranfer.Credit svg .path-fill4 {
  fill: #ffffff;
}
.option-tranfer.Credit svg .path-fill5 {
  fill: #cccccc;
}
.option-tranfer.Credit svg .path-fill6 {
  fill: #999999;
}

.option-tranfer.Credit.active svg .path-fill1 {
  fill: #07a35d;
}
.option-tranfer.Credit.active svg .path-fill2 {
  fill: #07a35d;
}
.option-tranfer.Credit.active svg .path-fill3 {
  fill: #ffffff;
}
.option-tranfer.Credit.active svg .path-fill4 {
  fill: #ffffff;
}
.option-tranfer.Credit.active svg .path-fill5 {
  fill: #ffd1bc;
}
.option-tranfer.Credit.active svg .path-fill6 {
  fill: #e03c31;
}
.buttonTransferContinue {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  background: #f1913d;
  color: #fff;
  border-radius: 10px;
}
.jcfe {
  justify-content: flex-end;
}
.footer-transfer-core .info-transfer-content {
  background-color: #fff;
}
.content-transfer-core {
  position: relative;
  padding-top: 2rem;
}
.footer-transfer-core {
  position: fixed;
  bottom: 0;
  left: 15.2rem;
  width: 100%;
  z-index: 100;
  border-radius: 10px;
}
.grid-quick-choose-cost-transfer {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
}
.grid-quick-choose-bank-transfer {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .grid-quick-choose-cost-transfer {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-quick-choose-bank-transfer {
    grid-template-columns: repeat(6, 1fr);
  }
}
.option-quick-choose-cost-transfer {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  height: 76px;
  font-size: 1.5rem;
  font-weight: 600;
}
.option-quick-choose-bank-transfer,
.option-quick-choose-international-transfer {
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.option-quick-choose-cost-transfer.active {
  border: 2px solid #f1913d;
  background: #fff5f0;
}
.option-quick-choose-bank-transfer.active,
.option-quick-choose-international-transfer.active {
  border: 2px solid #f1913d;
}
.option-quick-choose-bank-transfer.active::after,
.option-quick-choose-international-transfer.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff5f0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.title-quick-choose-cost-transfer {
  margin-bottom: 1rem;
}
.option-quick-choose-cost-transfer-voucher {
  font-size: 1.25rem;
  font-weight: normal;
}
.option-quick-choose-cost-transfer-voucher .voucher-value,
.text-voucher {
  font-weight: 600;
  color: #f1913d;
}
.box-notify-transfer {
  background: #fff5f0;
  padding: 1rem 2rem;
  border-radius: 1rem;
}
.box-notify-transfer a,
.box-notify-transfer label {
  color: #5c5e61;
  font-weight: 600;
}
.box-notify-transfer a:hover {
  color: #f1913d;
}
.box-suggestions-info .suggestion-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.box-suggestions-info .suggestion-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.option-quick-choose-cost-transfer:hover {
  background-color: #cccccc;
}

.info-detail-cost-transfer {
  display: none;
}
.voucherCostTransfer {
  position: absolute;
  top: 5.25rem;
  right: 5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f1913d;
}
.box-detail-cost-transfer-tax {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eff1f5;
  margin-bottom: 2rem;
}
.box-detail-cost-transfer-tax,
.box-detail-cost-transfer-main,
.box-detail-cost-transfer-discount {
  display: flex;
  justify-content: space-between;
}

.box-detail-cost-transfer-main,
.box-detail-cost-transfer-discount {
  margin-bottom: 1rem;
}
.value-cost-transfer-tax {
  color: #f1913d;
}
.value-cost-transfer-main,
.value-cost-transfer-discount {
  font-size: 1.75rem;
  font-weight: 600;
}
.value-cost-transfer-discount {
  color: #f1913d;
}
#iconCostTransfer {
  top: 5.25rem !important;
}
.item-cost-transfer {
  padding: 1rem 3rem !important;
}
.notify-quick-choose-cost-transfer {
  cursor: pointer;
}
.notify-quick-choose-cost-transfer i {
  font-size: 2rem;
}
.notify-quick-choose-cost-transfer:hover i {
  color: #f1913d;
}
.box-notify-discount-transfer {
  font-size: 1.5rem;
}
.box-notify-discount-transfer table thead tr th,
.box-notify-discount-transfer table tbody tr td {
  padding: 1rem !important;
}
.notify-discount-modal {
  margin-top: 2rem;
  font-style: italic;
  font-size: 1.5rem;
}

.toggle-readAndAgree__wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.toggle-readAndAgree__input {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

.toggle-readAndAgree__slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.toggle-readAndAgree__slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-readAndAgree__input:checked + .toggle-readAndAgree__slider {
  background-color: #f1913d;
}

.toggle-readAndAgree__input:checked + .toggle-readAndAgree__slider::before {
  transform: translateX(18px);
}
.toggle-readAndAgree__label {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.readAndAgree {
  display: flex;
}
.readAndAgree:hover .toggle-readAndAgree__label {
  color: #f1913d;
}
.toggle-readAndAgree__wrapper.error {
  box-shadow: 0 0 5px red;
  border-radius: 5px;
}
@keyframes shake-label {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.shake-label {
  animation: shake-label 0.4s;
  color: #c20000 !important;
}
.buttonTransferContinue:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}
.infoBanking {
  font-size: 1.5rem;
}
#agreeBankingQR {
  width: 100%;
  height: 5rem;
  font-size: 1.75rem;
  font-weight: 600;
  background: #f1913d;
  color: #fff;
  border-radius: 10px;
}
.noteNotificationBanking {
  color: #c20000;
}
.box-qrCode-timeout {
  padding: 2rem;
  margin-top: 1.75rem;
  text-align: center;
}
.spanQrCodeTimeout {
  font-size: 1.75rem;
  font-weight: 600;
  color: #c20000;
}
.card {
  width: 420px;
  height: 260px;
  background: url("../../../docs/images/common/card.png") no-repeat center/cover;
  border-radius: 20px;
  position: relative;
  color: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@font-face {
  font-family: "OCR-B";
  src: url("../../fonts/ocr-b/OCRBStd.woff2") format("woff2");
}
.card-number {
  position: absolute;
  bottom: 90px;
  left: 30px;
  font-size: 22px;
  font-family: "OCR-B", monospace;
  letter-spacing: 2px;
}

.card-holder {
  position: absolute;
  bottom: 50px;
  left: 30px;
  font-size: 22px;
  font-family: "OCR-B", monospace;
  text-transform: uppercase;
}
.copyNumberCardBanking {
  cursor: pointer;
  position: relative;
}
.notify-copy-transfer-banking {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 1.5rem;
  width: 14rem;
  font-family: "Lexend";
  top: -60px;
  left: 10px;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  transition: opacity 0.2s;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1000;
}
.notify-copy-transfer-banking::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1e1e1e transparent transparent transparent;
}
#copyNumberCardBanking:hover .notify-copy-transfer-banking {
  opacity: 1;
  visibility: visible;
}
.notify-copy-transfer-qr {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 1.5rem;
  width: 14rem;
  font-family: "Lexend";
  top: -60px;
  left: 10px;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  transition: opacity 0.2s;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1000;
}
.notify-copy-transfer-qr::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1e1e1e transparent transparent transparent;
}
#copyNumberBanking:hover .notify-copy-transfer-qr {
  opacity: 1;
  visibility: visible;
}
.notify-banking-transfer {
  width: 50%;
}
.other-choose-bank {
  height: 100%;
  align-items: center;
}

.checkmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #22c55e;
  animation: fill-check 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #22c55e;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.failmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #ef4444;
  animation: fill-fail 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.failmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ef4444;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.failmark__x {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill-check {
  100% {
    box-shadow: inset 0px 0px 0px 30px #22c55e;
  }
}
@keyframes fill-fail {
  100% {
    box-shadow: inset 0px 0px 0px 30px #ef4444;
  }
}
.box-body-return {
  width: 100%;
  height: 89vh;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-notification-return-transfer {
  width: 50%;
}
.btn-return-home-check {
  background-color: #07a35d;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-top: 2rem;
}
.btn-return-home-fail {
  background-color: #ef4444;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-top: 2rem;
}
.progress-return-check {
  background-color: #e9ecef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 10px;
  overflow: hidden;
}

.progress-return-bar-check {
  background-color: #07a35d;
  height: 100%;
  width: 100%;
  transition: width 0.1s linear;
}
.progress-return-fail {
  background-color: #e9ecef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 10px;
  overflow: hidden;
}

.progress-return-bar-fail {
  background-color: #ef4444;
  height: 100%;
  width: 100%;
  transition: width 0.1s linear;
}
.iconInvoice {
  font-size: 3rem;
  transition: all 0.4s ease;
}
.iconInvoice.active {
  transform: rotate(90deg);
}
.box-invoice-transfer {
  cursor: pointer;
}
.box-invoice-transfer-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease;
}
.box-invoice-transfer-content.active {
  opacity: 1;
  visibility: visible;
}
.free-option-tooltip {
  display: none;
}
.free-option-tooltip .option-checkbox-free {
  width: 23.5rem;
  border: #000 2px solid;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.pr3rem {
  padding-right: 3rem !important;
}
#logo_header {
  width: 20rem;
  height: 6rem;
}
.hover-logo {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hover-logo img {
  width: 100%;
  height: auto;
  transition: 0.4s ease;
  filter: grayscale(100%);
  opacity: 0.8;
}

.hover-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

.name-neighborhood {
  font-size: 16px;
  font-weight: 600;
}
.section-work-together .tf-spacing-1 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.image-system-logo-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.image-system-logo {
  position: relative;
  width: 100%;
  height: 36rem;
  overflow: hidden;
  border-radius: 12px;
}
.largeLogo {
  height: 25rem !important;
}
.mediumLogo {
  height: 42rem !important;
}
.smallLogo {
  height: 38rem  !important;
}
.image-system-logo.smail {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 10%;
}

.image-system-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.image-system-logo:hover img {
  filter: brightness(0.9);
}

.btn-change-cover {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease;
}

.image-system-logo:hover .btn-change-cover {
  opacity: 1;
}

.info-system-content {
  width: 60vw;
  margin: auto;
}

.box-info-system {
  position: relative;
}
.box-info-system:hover .iconInfoSystem {
  visibility: visible;
  opacity: 1;
}
.box-info-system ul {
  list-style-type: disc;
  padding: 0 3rem;
}
.box-info-system li {
  list-style: disc;
  display: list-item;
}
.iconInfoSystem {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 4.75rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  transition: all 1s ease;
}
.infoSystem {
  cursor: text;
  padding: 13px 38px 13px 15px !important;
}
.textareaFormControl {
  box-shadow: none;
  width: 100%;
  padding: 13px 15px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 22.4px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  color: #5c5e61;
}
