.hao-container {
  min-height: 100vh;
  background-color: #fff;
}

.logo-page img {
  width: 80px;
}

.logo-page-signup {
  margin-top: 49px;
}

.h-overhidden {
  overflow: hidden;
}

.h-btn-calendar {
  font-size: 27px;
  border: none;
  background: #fff;
}

.hao-button button {
  background-color: #1a73e9;
  /* Green */
  border: 1px solid;
  border-radius: var(--border-radius);
  color: white;
  height: 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

.hao-position-left {
  background-color: #fff;
  margin-right: 96px;
  margin-left: auto;
  min-height: 100vh;
  flex-direction: column;
  width: 350px;
}

.input-form input {
  background-color: #fff;
  border: 1px solid #dde3eb;
  border-radius: var(--border-radius);
  width: 100%;
  padding-left: 15px;
  height: 48px;
}

.hao-form-signup input {
  background-color: #fff;
  border: 1px solid #dde3eb;
  border-radius: var(--border-radius);
  width: 100%;
  padding: 0 15px;
  height: 48px;
}

.hao-link-signin {
  float: right;
  color: #0073e6;
  font-size: 13px;
}

.hao-link-signin a {
  color: #0073e6;
}

.hao-form-group {
  margin-top: 20px;
}

.hao-ok {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hao-ok input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  border: 2px solid #a8a8a8;
  line-height: 14px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.hao-table-fixed2 {
  width: 100%;
  height: 465px;
  overflow-y: scroll;
  overflow-x: hidden;

}

/* .hao-login-account h2,
.hao-create-account h2 {
  margin-top: 18px;
  margin-bottom: 7px;
} */

.hao-login-account .hao-title-login a {
  color: #0073e6;
}

.hao-login-account .hao-title-login p {
  font-size: 13px;
}

.hao-create-account .hao-title-signup a {
  color: #0073e6;
}

.hao-create-account .hao-title-signup h2 {
  font-size: 29px;
}

.hao-create-account .hao-title-signup p {
  font-size: 13px;
}

.hao-form-text {
  margin-bottom: 8px;
  margin-top: 13px;
  color: #676e78;
}

.hao-form-text label b {
  font-size: 13px;
  color: #424c56;
}

.hao-position-right {
  height: 100%;
  color: black;
  background: url("../img/background-login-min.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.nl-auth-section {
  height: 100vh;
  background: url("../img/background-login-min.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.bgr-color {
  background-color: rgba(40, 122, 229, 0.9);
}

.hao-text-part h1 {
  font-size: 43px;
}

.hao-text-part p {
  line-height: 28px;
}

/*binh thuong*/
.custom-checkbox {
  cursor: pointer;
}

.custom-checkbox .checkbox-mark {
  position: relative;
  display: inline-block;
  border: 2px solid #727f97;
  border-radius: 1px;
  height: 16px;
  width: 16px;
}

/*kiem tra input checked va doi mau checkbox*/
.custom-checkbox input:checked~.checkbox-mark {
  background-color: #0063c1;
  border-color: #0063c1;
}

.custom-checkbox input:checked~.checkbox-mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.custom-checkbox .hao-remember-login {
  margin-left: 10px;
  font-size: 13px;
  color: #676e78;
}

.hao-position-right .hao-text-part {
  height: 100%;
  padding-left: 196px;
  color: #fff;
}

.hao-position-right .hao-text-part h1 {
  margin-bottom: 19px;
}

.hao-button-blue {
  border: none;
  background-color: #1a73e9;
  width: 106px;
  color: #fff;
}

.pr-3 {
  padding-right: 3px;
}

.hao-button {
  height: 48px;
  font-size: 14px;
  border-radius: var(--border-radius);
  cursor: pointer;
}

.hao-btn-submit-signup {
  margin-bottom: 54px;
}

.hao-input {
  border: 1px solid #dde3eb;
  border-radius: var(--border-radius);
  width: 100%;
  padding: 0 15px;
  height: 48px;
}

.hao-input-eye {
  padding-right: 40px;
}

.hao-group-ip-btn .hao-input,
.hao-form-group .nl-row .hao-left {
  width: calc(100% - 118px);
}

.hao-group-ip-btn .hao-button,
.hao-form-group .nl-row .hao-right {
  width: 108px;
}

.hao-button-last-link-signin {
  border: none;
  background-color: #1a73e9;
  color: #fff;
  font-size: 14px;
  border-radius: var(--border-radius);
  height: 30px;
  width: 57px;
  cursor: pointer;
}

.input-form-text .hao-label-policy-last-formsignup {
  background-color: #fff;
  color: #424c56;
  border: 1px solid #dde3eb;
  font-size: 13px;
  padding: 12px 6px;
  border-radius: var(--border-radius);
  margin-top: 15px;
  line-height: 18px;
}

.hao-label-policy-last-formsignup p {
  font-size: 11px;
}

.input-have-eye {
  position: relative;
}

.hao-eye-signup {
  position: absolute;
  margin-top: 13px;
  margin-left: 198px;
  cursor: pointer;
}

#eye-hidden {
  margin-top: 3px;
}

.height-48 {
  height: 48px;
}

.hao-btn {
  font-size: 13px;
  min-height: var(--height-form-control);
  border-radius: var(--border-radius);
  font-weight: bold;
  cursor: pointer;
}

.nl-list-grp .hao-btn .nl-icon-find {
  height: 18px !important;
}

.hao-lbl {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.hao-lbl-popup-131 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.hao-font-size__17 {
  display: block;
  font-size: 17px;
}

.hao-img-style__cominfo {
  width: 100px;
  height: 100px;
}

.hao-btn-button__cominfo {
  height: 35px;
  border-radius: var(--border-radius);
}

.hao-btn-button__cominfo img {
  height: 16px;
}

.hao-color-red {
  color: red;
}

.width-10pc {
  width: 10%;
}

.width-15pc {
  width: 15%;
}

.width-20pc {
  width: 20%;
}

.width-25pc {
  width: 25%;
}

.width-30pc {
  width: 30%;
}

.width-40pc {
  width: 40%;
}

.width-50pc {
  width: 50%;
}

.width-55pc {
  width: 55%;
}

.width-60pc {
  width: 60%;
}

.width-65pc {
  width: 65%;
}

.width-70pc {
  width: 70%;
}

.width-75pc {
  width: 75%;
}

.width-80pc {
  width: 80%;
}

.hao-plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.hao-plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.hao-j-around {
  justify-content: space-around;
}

.hao-font-btn-12 {
  font-size: 12px;
}

.hao-font-btn-12 img {
  width: 10%;
}

.hao-form-control-search {
  min-height: var(--height-form-control);
  border: 1px solid var(--border-color);
  padding: 0 10px;
  font-size: var(--font-size-small);
  border-radius: var(--border-radius);
  /* border-radius: 4px 0 0 4px; */
  width: 250px;
}

.hao-form-control-search {
  background-color: #F5F5F5;
}

.hao-table-bgr-cl-F6F8FB {
  background-color: #f6f8fb;
}

.hao-table-bgr-cl-F3F6F7 {
  background-color: #f3f6f7;
}

.nl-tbl-grp.all-lines.all-lines-border th,
.nl-tbl-grp.all-lines.all-lines-border td {
  border: 1px solid #e5e5e5 !important;
  vertical-align: middle;
  font-weight: bold;
}

.nl-tbl-grp.all-lines.all-lines-border th {
  border-bottom: 1px solid #e5e5e5 !important;
}

.nl-form-grp .nl-list-checkbox .hao-custom-checkbox {
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
}

.hao-pointer {
  cursor: pointer;
}

.hao-popup-body-3part .hao-custom-checkbox .checkbox-mark {
  height: 18px;
  width: 18px;
}

.hao-popup-body-3part .hao-custom-checkbox input:checked~.checkbox-mark::after {
  width: 12px;
  height: 7px;
}

.hao-custom-checkbox .checkbox-mark {
  position: relative;
  display: inline-block;
  border: 2px solid #727f97;
  border-radius: 1px;
  height: 20px;
  width: 20px;
}

/*kiem tra input checked va doi mau checkbox*/
.hao-custom-checkbox input:checked~.checkbox-mark {
  background-color: #727f97;
  border-color: #727f97;
}

.hao-custom-checkbox input:checked~.checkbox-mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.hao-mobile-screen-parent {
  position: relative;
  border: 2px solid #c0c0c0;
  background-color: #f2f2f2;
  border-radius: 7px;
  height: 200px;
  width: 200px;
}

.hao-mobile-screen-child {
  position: absolute;
  height: 115px;
  width: 147px;
  border: 2px solid #707070;
  background-color: #fff;
  border-radius: 7px;
}

.hao-mobile-text-red-cl {
  color: red;
}

.hao-text-mobile-screen {
  height: calc(100% - 19px);
  padding-bottom: 4px;
}

.hao-form-148 {
  width: 800px;
  height: auto;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  position: relative;
}

.hao-form-color-f6f8fb {
  width: 340px;
  background-color: #f6f8fb;
}

.hao-popup-all {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 102;
}

.hao-popup-main {
  border-radius: 5px 5px 4px 4px;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hao-popup-main-31 {
  width: 350px;
  height: auto;
}

.hao-popup-main-37 {
  width: 600px;
  /* height: 610px; */
}

/* .hao-popup-main-37.td-fix {
  height: 625px !important;
} */

.hao-popup-header {
  background-color: #696f85;
  /* height: 48px; */
  height: 50px;
  position: relative;
  border-radius: 4px 4px 0px 0px;
}

.hao-popup-header {
  background-color: #fff;
}

.hao-popup-content-header {
  width: 100%;
  height: 100%;
  font-size: var(--font-size-medium);
  font-weight: bold;
  position: absolute;
  color: #262626;
  border-bottom: 1px solid var(--border-color);
}

.hao-close-popup {
  position: absolute;
  top: 10px;
  right: 12px;
}

.hao-close-popup img {
  cursor: pointer;
  height: 14px;
  width: 14px;
}

.hao-popup-body {
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: calc(100% - 146px);
}

.hao-popup-confirm-body {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: calc(100% - 146px);
}

.hao-popup-body-131 {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: calc(100% - 146px);
}

.hao-popup-body-3part {
  height: 63px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}

.hao-popup-body-37 {
  height: 80px;
  width: 100%;
}

.hao-popup-content-body label {
  font-weight: bold;
  font-size: 25px;
}

.hao-popup-footer {
  /* height: 86px; */
  gap: 10px;
  /* padding-top: 30px; */
  padding-left: 30px;
  padding-right: 30px;
  /* padding-bottom: 30px; */
  margin-top: 30px;
  margin-bottom: 30px;
}

.hao-popup-footer button {
  width: 130px;
  height: 40px;
  color: #fff;
  border: none;
}

.hao-popup-footer button {
  width: 75px;
  background-color: #122845;
}

.hao-popup-footer .btn-blue {
  border: 0;
  background-color: var(--main-color);
  color: #fff;
}

.hao-popup-footer button.width-75 {
  width: 75px;
}

.hao-popup-footer button.check {
  background-color: #027CF7;
}

.hao-popup-footer .nl-btn {
  font-size: 15px;
}

.btn-popup-37 {
  font-size: 13px;
  min-height: var(--height-form-control);
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hao-table-fixed {
  width: 100%;
  height: 445px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hao-popup-body .hao-table-fixed {
  height: 370px;
  /* border: 1px solid #e9edf0; */
  margin-bottom: 25px
}

.nl-form-control[readonly] {
  background-color: #f6f8fb;
  /* opacity: 1; */
}

.hao-form-area__88 {
  padding: 16px;
  line-height: 22px;
  border-radius: 4px !important;
}

.hao-btn-normal-ffffff {
  background-color: #ffffff;
  color: #2a2a2a;
  border: 1px solid #b5b5b5;
}

.hao-font-bold {
  font-weight: bold;
}

.hao-border-right__top__bottom {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hao-not-display {
  display: none;
}

.hao-popup-main-confirm {
  width: 300px;
  height: 300px;
  padding: 20px;
}

.hao-popup-confirm-body p {
  font-size: 13px;
}

.hao-td-active-red-color {
  background-color: red;
  color: white;
}

.hao-font-13 {
  font-size: 14px;
}

.hao-font-19 {
  font-size: 19px;
}

.hao-send-require-131 {
  width: 480px;
}

.hao-btn-popup-bd-radius-all {
  font-size: 16px;
  min-height: var(--height-form-control);
  cursor: pointer;
  border-radius: var(--border-radius);
}

.hao-form-active-clr-blue-dark {
  border: 0;
  background-color: #0063c1;
  color: #fff;
}

.hao-form-active-clr-red {
  border: 0;
  background-color: #f6f8fb;
  color: black;
}

.hao-popup-main-100 {
  width: 480px;
  height: 495px;
}

. {
  padding-left: 23px;
  padding-right: 23px;
}

.nl-form-grp .nl-list-checkbox .hao-custom-checkbox__phone {
  font-size: 15px;
  font-weight: bold;
  color: #2E3243;
  background-color: #fff;
}

.hao-custom-checkbox__phone .checkbox-mark__phone {
  position: relative;
  display: inline-block;
  border: 2px solid #01A9F4;
  border-radius: 1px;
  height: 16px;
  width: 16px;
}

.hao-custom-checkbox__phone .checkbox-mark__phone {
  position: relative;
  display: inline-block;
  border: 2px solid #D2D2D2;
  border-radius: 1px;
  height: 20px;
  width: 20px;
}

.hao-custom-checkbox__phone input:checked~.checkbox-mark__phone::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-49deg);
}

.hao-custom-checkbox__phone input:checked~.checkbox-mark__phone {
  background-color: #01A9F4;
  border-color: #01A9F4;
}

.hao-phone-header__title {
  position: absolute;
}

.hao-bg-sms {
  position: relative;
  background-image: url("../img/phone_screen.svg");
  background-repeat: no-repeat;
  background-size: 274px 303px;
  background-position: center;
  height: 247px;
  width: 263px;
}

.hao-bg-sms textarea {
  left: 38px;
  height: 151px;
  width: 163px;
  position: absolute;
  top: 68px;
  border: none;
  background-color: #D8F2FF;
  padding-left: 10px;

}

/* .hao-bg-sms input {
    left: 50px;
    height: 21px;
    width: 120px;
    position: absolute;
    top: 37px;
    border: none;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;

} */
.hao-font-15 {
  font-size: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.hao-scrool__policy_list {
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 20px;
  width: 100%;
  height: 185px;

}

.hao-text__policy_list {
  border: none;
  cursor: context-menu;
  resize: none;
}

.hao-no-resize {
  resize: none;
}

/* .sms-form:nth-child(n+7) {
  margin-top: 24px !important;
} */

.hao-remove-phone {
  position: absolute;
  right: 6px;
  top: -5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: #545252;
  border-radius: 50%;
  text-align: center;
  color: transparent;
  background-image: url(../img/close-image.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.h-datepicker-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 1px;
  z-index: 19;
}

.h-datepicker-main {
  border-radius: 5px 5px 4px 4px;
  background-color: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 150px;
}

.h-date-picker__header {
  width: 100%;
  height: 32px;
  border: 1px solid #D9D9D9;
  display: none;
}

.h-date-picker__header span {
  font-size: 13px;
  corlor: #230000;
}

.h-table-calendar tr th {
  height: 37px;
  /* border-radius: var(--border-radius); */
  border: 1px solid #aaaaaa;
  background-color: #d7d7d7;
}

.h-table-calendar tr td {
  background-color: #f6f6f6;
  cursor: pointer;
  font-size: 11px;
  border: 1px solid #dcdcdc;
  height: 48px;
}

.h-table-calendar tr td:hover {
  background: #ededed;
}

.h-table-calendar tr .active:hover,
.h-table-calendar tr .active {
  background-color: #007fff;
  color: #fff;
}

.h-table-calendar {
  border: 1px solid #e9edf0;
  text-align: center;
  border-collapse: collapse;
}

/* .h-date-picker__body{
  padding: 4px 4px 0 4px;
} */
.hao-custom-select-calendar {
  width: 80px;
  margin: 0 auto;
  padding: 4px;
}

.hao-form-select-calendar {
  border: 1px solid #868686;
  border-radius: var(--border-radius);
  padding: 0 12px;
  font-size: 13px;
  min-height: var(--height-form-control);
  width: 100%;
}

.hao-custom-select-calendar::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg) translateY(-50%);
}

.h-border-none {
  border: none;
}

.cs-width-80 {
  width: 80px !important;
}



.nl-popup-qna {
  /* width: calc(100% - 40px);
	max-width: 600px; */
}

.nl-popup-qna .nl-qna-content {
  /* height: 400px; */
  height: 650px;
  overflow-y: auto;
}

.nl-popup-qna .nl-qna-content .nl-pna-list {
  display: flex;
  flex-direction: column;

}

.nl-popup-qna .nl-qna-content .nl-pna-list .nl-item {
  gap: 3px 10px;
  line-height: 20px;
  background: #F4F6FD;
  margin-bottom: 6px;
  border-radius: 6px;
  flex-direction: column;
  min-width: 180px;
  margin-right: auto;
  color: #666666;
  position: relative;
}

.nl-popup-qna .nl-qna-content .nl-pna-list img.nl-item {
  padding: 0;
  min-width: unset;
}

.nl-popup-qna .nl-qna-content .nl-pna-list .nl-item .nl-top {
  border-bottom: 1px solid var(--border-table);
  padding: 10px;
}

.nl-qna-content .nl-pna-list .nl-item.me {
  margin-left: auto;
  margin-right: 3px;
  border-radius: 6px 6px 0 6px;
}

.nl-qna-content .nl-pna-list .nl-top .nl-date-time {
  font-size: var(--font-size-small);
  color: #666770;
  margin-right: 10px;
}

.nl-qna-content .nl-pna-list .nl-writer {
  font-size: var(--font-size-small);
  font-weight: bold;
  margin-right: 10px;
  position: relative;

}

/* .nl-qna-content .nl-pna-list .nl-writer:after {
  position: absolute;
  content: "";
  right: -10px;
  height: 8px;
  width: 1px;
  top: 3px;
  background-color: #cbcaca;
} */

.nl-qna-content .nl-pna-list .nl-desc {
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 200px;
  overflow-y: auto;
  font-size: var(--fs-small);
  padding: 10px;
}

.nl-wrapper textarea.nl-form-control {
  height: 120px;
  padding: 10px 12px;
}

.nl-popup-qna .nl-bottom {
  padding: 14px 14px 20px 14px;
  flex-direction: column;
  gap: 10px;
}

.nl-qna-content .nl-pna-list .nl-item .nh-btn-remove {
  position: absolute;
  top: 12px;
  right: 14px;
  background-image: url(../img/close-popup-icon.svg);
  background-size: 17px;
  background-repeat: no-repeat;
}

textarea {
  resize: none;
}

.nl-card .nl-btn.btn-line,
.nl-card .nl-btn.btn-active {
  min-width: 110px;
}

.gap-filter {
  gap: 12px !important;
}

.nl-max {
  width: 100% !important;
}


.nl-coupon-uploaded {
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.nl-coupon-uploaded .nl-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
  border: 2px solid #E4E6EB;
}

.nl-coupon-uploaded .btn-remove {
  position: absolute;
  top: -7px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_x_circle_line.svg);
  background-size: cover;
  border: 0;
  background-color: transparent;
}

.note-complete {
  border-color: #E9F1FF !important;
  background: #E9F1FF !important;
}

.note-question {
  border-color: #dee4fc !important;
  background: #dee4fc !important;
}

.note-answer {
  border-color: #DBF0FD !important;
  background: #DBF0FD !important;
}

.note-agreement {
  border-color: #FFF3F3 !important;
  background: #FFF3F3 !important;
}

.nh-image {
  padding: 0px !important;
  background: transparent !important;
  color: #666666 !important;
  margin-bottom: 6px;
  margin-left: 0px;
}

.me.nh-image {
  margin-left: auto;
  margin-right: 3px;
}

.nh-image span {
  border: 1px solid #E4E6EB;
  margin-right: 10px;
  position: unset;
  min-height: var(--height-form-control);
  padding: 0 10px;
  height: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
  border-radius: var(--border-radius);
}

.opacity-0 {
  opacity: 0 !important;
}

.nh-hidden {
  display: none !important;
}

.nh-btn-see-more {
  color: #666666 !important;
}

.nh-btn-positive {
  right: 20px;
  /* position: absolute; */
  width: 100px;
  height: 40px;
  border: 1px solid #434a66;
  color: #434a66;
  background-color: #fff;
  background-color: #434a66;
  width: 130px;
  height: 40px;
  color: #fff;
  border: none;

}


.hao-popup-all {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 102;
}

.hao-popup-main {
  border-radius: 5px 5px 4px 4px !important;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* max-height: calc(100vh - 200px); */
  overflow-x: hidden;
  z-index: 212;
}

.h-slider {
  position: relative;
  background-color: transparent;
}

.nh-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.42);
  z-index: 211;
  cursor: pointer;
  height: 100vh;
}

.h-close-img-preview {
  z-index: 100;
  position: absolute;
  top: -3px;
  right: 8px;
  color: black;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
}

#img-task-path {
  width: 100%;
  object-fit: contain;
  background-color: #f3f3f3;
}

.h-close-img-preview:hover {
  color: #bbb;
  text-decoration: none;
}


.nh-btn-remove {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_x_circle_line.svg);
  background-size: cover;
  border: 0;
  background-color: transparent;
}

.nh-btn-edit {
  background-color: #3382E9;
  min-height: 30px;
}

.h-btn-calendar2 {
  font-size: 32px;
  border: none;
  background: #fff;
  color: #888e93;
}

.hao-form-select-calendar2 {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 0 12px;
  font-size: 13px;
  min-height: var(--height-form-control);
  width: 80px;
}

.hao-custom-select-calendar2::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-left: 1px solid #babfc5;
  border-bottom: 1px solid #babfc5;
  transform: rotate(-45deg) translateY(-50%);
}

.h-upload-zone {
  border: 2px dashed #ccc;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
}

.h-upload-zone.dragover {
  border-color: #1D89CA;
  background-color: #f9fff9;
}

.h-upload-zone img {
  max-height: 80px;
  margin-bottom: 10px;
}

.h-upload-zone .nl-pic-name {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.h-accordion {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.h-accordion-item {
  border-bottom: 1px solid #e5e7eb;
}

.h-accordion-title {
  cursor: pointer;
  padding: 16px 20px;
  font-size: var(--font-size-base);
  font-weight: 600;
  background: #f3f4f6;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-accordion-title:hover {
  background: #e5e7eb;
}

.h-accordion-title::after {
  content: "＋";
  font-size: 18px;
  transition: transform 0.3s;
}

.h-accordion-title.active::after {
  content: "－";
  transform: rotate(180deg);
}

.h-accordion-content {
  display: none;
  padding: 0 20px 20px 20px;
  background: #fff;
}

.h-accordion-content textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: var(--font-size-base);
  resize: none;
  background: #fefefe;
  color: #374151;
}

.h-accordion-content.show {
  display: block;
  animation: slideDown 0.35s ease;
}

.h-pointer {
  cursor: pointer;
}

input[type="radio"] {
  cursor: pointer;
}

input[type="checkbox"] {
  cursor: pointer;
}

.h-choose-year-tbl .nl-select-date {
  width: 82px !important;
  height: calc(var(--height-form-control) - 2px) !important;
  background-color: #fff !important;
  border: 0 !important;
  text-align: center;
  font-size: var(--font-size-small) !important;
  cursor: pointer;
}

.h-choose-year-tbl .nl-select-date-frame .h-header-year {
  justify-content: space-between;
  background-color: #fff;
}

/* Session Warning Popup Styles */
.h-warning-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-warning-popup-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.h-warning-popup-title {
  color: #e74c3c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.h-warning-popup-message {
  margin-bottom: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.h-warning-popup-submessage {
  margin-bottom: 30px;
  color: #666;
  font-size: var(--font-size-base);
}

.h-warning-popup-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.h-warning-popup-btn {
  border: none;
  padding: 0 10px;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: var(--font-size-base);
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100px;
  height: 40px;
}

.h-warning-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.h-warning-popup-btn-continue {
  background: #27ae60;
  color: white;
}

.h-warning-popup-btn-continue:hover {
  background: #229954;
}

.h-warning-popup-btn-logout {
  background: #e74c3c;
  color: white;
}

.h-warning-popup-btn-logout:hover {
  background: #c0392b;
}

/* Session Timer Styles */
.h-session-timer {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  min-width: 60px;
  justify-content: center;
}


.h-session-timer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
}

.h-session-timer-label {
  font-size: 12px;
  color: #6c757d;
  margin: 0;
  white-space: nowrap;
}

.h-session-timer-time {
  font-size: 14px;
  font-weight: bold;
  color: #28a745;
  margin: 0;
  min-width: 40px;
  text-align: center;
  white-space: nowrap;
}

.h-session-timer-time.warning {
  color: #ffc107;
}

.h-session-timer-time.danger {
  color: #dc3545;
}

.h-info-text-change-pw {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 10px;
  border-radius: var(--border-radius);
  margin-bottom: 15px;
}

.nl-drop-zone .h-drop-zone-icon {
  width: 35px;
  height: 35px;
}

/* Fire Insurance Button States */
.fire-insurance-btn-active {
  opacity: 1 !important;
}

.fire-insurance-btn-inactive {
  opacity: 0.5 !important;
  background-color: var(--disable) !important;

}

.h-btn-search {
  border: 0;
  background-color: #122845;
  color: #fff;
}

.h-btn-search:has(.nl-icon-find) {
  min-width: 50px;
}

.btn-blue-dark:has(.nl-icon-find) {
  background-color: #122845;
}

.h-btn-cancel {
  border: 0;
  background-color: #122845;
  color: #fff;
}

.h-readonly-selectmonthyear {
  opacity: 0.5;
  cursor: not-allowed;
}

.h-icon-print {
  width: 16px;
  height: 16px !important;
  margin-bottom: -3px;
}

.empty-row-delivery-man,
.empty-row-car,
.empty-row-plan,
.empty-row-warehouse,
.empty-row-senior {
  height: 65px;
}