:root {
  --main-color: #027CF7;
  --main-color-dark: #122845;
  --text-color: #323334;
  --border-color: #d4d4d4;
  --border-table: #E3E3E3;
  --text-grey: #606060;
  --red: #F0513D;
  --view: #0BB1DF;
  --disable: #9F9F9F;
  --border-radius: 5px;
  --limit-widht-small: 40px;
  --limit-widht-normal: 90px;
  --limit-widht-medium: 100px;
  --width-left-menu: 242px;
  --height-header: 56px;
  --height-form-control: 36px;
  --height-form-control2: 30px;
  --container-xs: 800px;
  --container-s: 1240px;
  --container-m: 1640px;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: var(--text-color);
}

button,
input,
select,
textarea {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

textarea {
  resize: none !important;
}

body #src_iframe {
  position: absolute;
  bottom: 0;
}

.font-size-controls {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.nl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mg-row {
  margin: 0 -5px;
}

.no-wrap {
  flex-wrap: nowrap;
}

.nl-row .col-1 {
  width: 8.33333%;
}

.nl-row .col-2 {
  width: 16.66667%;
}

.nl-row .col-3 {
  width: 25%;
}

.nl-row .col-4 {
  width: 33.33333%;
}

.nl-row .col-5 {
  width: 41.66667%;
}

.nl-row .col-6 {
  width: 50%;
}

.nl-row .col-7 {
  width: 58.33333%;
}

.nl-row .col-8 {
  width: 66.66667%;
}

.nl-row .col-9 {
  width: 75%;
}

.nl-row .col-10 {
  width: 83.33333%;
}

.nl-row .col-11 {
  width: 91.66667%;
}

.nl-row .col-12 {
  width: 100%;
}

.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-column {
  flex-direction: column;
}

/*
  spacing 5^n {n <= 6}
  padding 5^n {n <= 6}
  margin 5^n {n <= 6}
*/
.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-80 {
  padding-right: 80px;
}


.pl-30 {
  padding-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-25 {
  padding-left: 25px;
  padding-right: 55px;
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.btn {
  border-radius: 5px;
  cursor: pointer;
}

.link {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

ul,
li {
  list-style: none;
}


.nl-wrapper {
  background: #F8F9FA;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;

}

iframe {
  border: 0 !important;
}

/* left menu */
.nl-left-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  width: var(--width-left-menu);
  z-index: 100;
  transition: .5s;



}

.nl-menu__list {
  padding: 20px 14px;
  height: calc(100% - 65px);
  flex: 1;
  overflow-y: auto;
  /* box-shadow: 3px 5px 5px 0px #0000000D; */
  border-right: 1px solid #DDDDDE;
}

/* width */
.nl-menu__list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.nl-menu__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.nl-menu__list::-webkit-scrollbar-thumb {
  background: #c9c9c9;
}

/* Handle on hover */
.nl-menu__list::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}

.nl-left-menu .logo-part {
  height: var(--height-header);
  padding: 4px 14px;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDE;
  /* background-color: var(--main-color); */
  /* border-bottom: 1px solid #212330; */
}

.nl-left-menu .logo-part img {
  height: 42px;
}

.nl-left-menu .logo-part h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.nl-menu__list .nl-menu__item {
  color: #666770;
  border-radius: 6px;
}

.nl-menu__list .nl-menu__item>p {
  padding-left: 8px;
  font-size: var(--font-size-base);
  height: 44px;
  cursor: pointer;
  position: relative;
  /* border-left: 4px solid transparent; */
  border-radius: 6px;
  line-height: 22px;
}

.nl-menu__list .nl-menu__item p.active {
  /* font-weight: bold; */
  background-color: var(--main-color);
  color: #fff;
  font-weight: normal;
}

.nl-menu__list__child .active {
  color: var(--main-color);
  font-weight: normal;
}

.nl-menu__list .nl-menu__item .nl-menu__list__child {
  padding: 16px 0 6px 12px;
  display: none;
  border-left: 1px solid #DADADA;
  margin-left: 24px;
}

.nl-menu__list__child {
  flex-direction: column;
  gap: 20px;
}

.nl-menu__list__child a {
  position: relative;
  color: #A4A4A4;
  font-size: var(--font-size-base);
  line-height: 1.2;
}

.nl-menu__list__child a.active {
  color: var(--main-color);
  font-weight: normal;
}

.nl-menu__list__child a.active::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--main-color);
}

.nl-menu__list .nl-menu__item .active~.nl-menu__list__child {
  display: flex;
}

.nl-menu__list .nl-menu__item .nl-menu__list__child .nl-menu__list__child {
  margin-left: 10px;
  gap: 12px;
  padding-bottom: 0;
}

.nl-message-mark {
  background-color: #13b1b0;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  width: 40px;
  right: 30px;
  margin: auto;
}

.nl-hidden {
  display: none !important;
}

.nl-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background: var(--main-color); */
  background-color: #fff;
  height: var(--height-header);
  z-index: 90;
  padding-left: var(--width-left-menu);
  transition: .5s;
  /* box-shadow: 0px 4px 5px 0px #0000000D; */
  border-bottom: 1px solid #DDDDDE;

}

.nl-header-bar .nl-menu__icon {
  width: 32px;
  height: 30px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #DDDDDE; */
  /* border-radius: 3px; */
  margin-left: 14px;
}

.nl-header-bar .nl-menu__icon img {
  width: 100%;
}

.nl-header-bar__right .nl-icon {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex-wrap: nowrap;
}

.nl-header-bar__right .h-name {
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.nl-header-bar__right .nl-icon .hao-icon-logout {
  width: 18px;
}

.nl-header-bar__right .nl-icon .hao-icon-change-pw {
  width: 23px;
}

.nl-header-bar__right .nl-icon .hao-icon-user {
  width: 32px;
  cursor: context-menu;
}

.hao-label-username-main label {
  color: #434343;
  font-size: 15px;
  white-space: nowrap;
}

.nl-header-bar__right .nl-icon.active::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #BABABA;
}

.nl-menu__list .nl-menu__item .icon-arrow {
  position: absolute;
  right: 18px;
  height: 6px;
  width: 6px;
  border-left: 1px solid #434343;
  border-bottom: 1px solid #434343;
  transform: rotate(-135deg);
  transition: 0.4s;
  display: none;
}

.nl-menu__list .nl-menu__item .active .icon-arrow {
  transform: rotate(-45deg);
  margin-top: -2px;
  border-color: #fff;
}

.nl-menu__list .nl-menu__item .icon-menu {
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  display: block;
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu1 {
  background-image: url('../img/menu1.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu2 {
  background-image: url('../img/menu2.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu3 {
  background-image: url('../img/menu3.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu4 {
  background-image: url('../img/menu4.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu5 {
  background-image: url('../img/menu5.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu6 {
  background-image: url('../img/menu6.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu7 {
  background-image: url('../img/menu7.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu8 {
  background-image: url('../img/menu8.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu9 {
  background-image: url('../img/menu9.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu10 {
  background-image: url('../img/menu10.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu11 {
  background-image: url('../img/menu11.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu12 {
  background-image: url('../img/menu12.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu13 {
  background-image: url('../img/menu13.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu14 {
  background-image: url('../img/menu14.svg');
}

.nl-menu__list .nl-menu__item .icon-menu.nl-menu15 {
  background-image: url('../img/menu15.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu1 {
  background-image: url('../img/menu1_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu2 {
  background-image: url('../img/menu2_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu3 {
  background-image: url('../img/menu3_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu4 {
  background-image: url('../img/menu4_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu5 {
  background-image: url('../img/menu5_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu6 {
  background-image: url('../img/menu6_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu7 {
  background-image: url('../img/menu7_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu8 {
  background-image: url('../img/menu8_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu9 {
  background-image: url('../img/menu9_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu9 {
  background-image: url('../img/menu9_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu10 {
  background-image: url('../img/menu10_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu11 {
  background-image: url('../img/menu11_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu12 {
  background-image: url('../img/menu12_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu13 {
  background-image: url('../img/menu13_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu14 {
  background-image: url('../img/menu14_active.svg');
}

.nl-menu__list .nl-menu__item .active .icon-menu.nl-menu15 {
  background-image: url('../img/menu15_active.svg');
}

/*main*/
.nl-container {
  padding: calc(var(--height-header) + 66px) 24px 24px calc(var(--width-left-menu) + 24px);
  transition: .5s;

}

.nl-main-ctn {
  background: #fff;
  padding: 12px 32px 20px;
  border-radius: 8px;
  display: block;
  /* min-width:calc(100% + 20px);
  min-height:100vh; */
  /* box-shadow: 5px 5px 5px 0px #0000000D; */
  /* overflow-x: auto; */
  border: 1px solid #DDDDDE;
  max-width: var(--container-m);
  min-width: 1610px;
}

.nl-limit-s {
  width: var(--container-s);
  min-width: var(--container-s);
}

.nl-limit-xs {
  width: var(--container-xs);
  min-width: var(--container-xs);
}

.nl-main-ctn .nl-title {
  /* border-bottom: 1px solid #b2b3b7; */
  /* padding-bottom: 15px; */
  /* font-size: 24px; */
  font-size: calc(var(--font-size-medium) + 2px);
  position: absolute;
  top: calc(var(--height-header) + 22px);
  left: calc(var(--width-left-menu) + 24px);
  line-height: 30px;
}

.nl-btn {
  font-size: var(--font-size-small);
  min-height: var(--height-form-control);
  border-radius: var(--border-radius);
  font-weight: normal;
  cursor: pointer;
  min-width: var(--limit-widht-small);
}

.btn-green {
  border: 0;
  background-color: #122845;
  color: #fff;
}

.btn-blue {
  border: 0;
  background-color: var(--main-color);
  color: #fff;
}

.btn-blue-dark {
  border: 0;
  background-color: var(--main-color-dark);
  color: #fff;
}

.btn-red {
  border: 0;
  background-color: var(--red);
  color: #fff;
}

.btn-form-back {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
}

.btn-form-excel {
  border: 0;
  background-color: #007038;
  color: #fff;
}

.btn-grey-blue {
  border: 0;
  background: #366694;
  color: #fff;
}

.btn-gray {
  border: 0;
  background: #6c6f76;
  color: #fff;
}

.btn-grey-blue {
  border: 0;
  background: #366694;
  color: #fff;
}

.btn-orange {
  border: 0;
  background: #f5bd17;
  color: #fff;
}

.color-grey-blue {
  color: #366694;
}

.nl-btn.--download img {
  height: 13px;
  width: auto;
}

.nl-lbl {
  display: block;
  font-size: var(--font-size-base);
  /* font-weight: bold; */
  margin-bottom: 6px;
}

.nl-form-control {
  min-height: var(--height-form-control);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 0 10px;
  font-size: 13px;
  font-family: inherit;
}

select.nl-form-control {
  padding-right: 20px;
}

.nl-title-conctract p:first-child {
  width: 45%;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.nl-title-conctract {
  display: flex;
}

.nl-title-conctract p:nth-child(2) {
  width: 15%;
}

.nl-title-conctract p:nth-child(3) {
  width: 15%;
}

textarea.nl-form-control {
  padding: 6px 10px;
}

.nl-form-grp.nl-list-grp .nl-btn.btn-green img {
  height: 14px;
}

.nl-form-control::placeholder {
  opacity: .5;
}

.custom-select {
  position: relative;
  text-align: left;
}

.custom-select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 10px;
  width: 10px;
  pointer-events: none;
  background-image: url(../img/arrow_select.svg);
  background-position: center;
  background-repeat: no-repeat;

}

.custom-select .nl-form-control {
  width: 100%;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #898989 !important;
}

.nl-small-arrow.custom-select::after {
  height: 6px;
  width: 6px;
  right: 6px;
}

.hao-select-after-right-4 .custom-select::after {
  right: 4px;
}

.nl-form-grp .nl-btn {
  width: fit-content;
  padding: 0 12px;
}

/* .nl-form-grp .nl-form-control {
  flex: 1 1 auto;
} */
.nl-form-grp .nl-row-ip-btn {
  flex-wrap: nowrap;
  gap: 10px;
}

/* .nl-form-grp .nl-row-ip-btn .nl-form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  flex: 0 0 auto;

} */
.nl-form-grp:not([class*="nl-list-grp"]) .nl-row-ip-btn .nl-form-control {
  width: calc(100% - 60px) !important;
}

.nl-form-grp .nl-row-ip-btn .custom-select .nl-form-control {
  width: 100% !important;
}

.bt-0 {
  border-top: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bt-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.nl-max {
  width: 100% !important;
}

/*list page*/
.nl-form-grp.nl-list-grp .nl-btn {
  width: auto;
  padding: 0 10px;
}

.nl-tbl-grp {
  border-top: 0;
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
}

.nl-tbl-grp.nl-max {
  width: auto !important;
  min-width: 100% !important;
}

.nl-tbl-grp th {
  white-space: nowrap;
}

.nl-tbl-grp th,
.nl-tbl-grp td {
  border-bottom: 1px solid #E3E3E3;
  padding: 4px 10px;
  line-height: 20px;
  height: 38px;
  text-align: center;
}

.nl-tbl-grp td a {
  color: #0375d8;
}

.nl-tbl-grp th {
  text-align: center;
  position: relative;
  border-bottom-color: #d4d4d4;
  background-color: #F7F7F7 !important;
  font-weight: normal;
  font-size: var(--font-size-base);
  line-height: unset;
  height: 42px;
}

.nl-tbl-grp th.sort-asc:before,
.nl-tbl-grp th.sort-desc:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  right: 3px;
  left: auto;
  top: 50%;
}

.nl-tbl-grp th.sort-asc:before {
  transform: translate(-50%, -50%);
  ;
  border-width: 5px 5px 0 5px;
  border-color: #5e5e5e transparent transparent;
}

.nl-tbl-grp th.sort-desc:before {
  transform: translate(-50%, -50%);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #5e5e5e;
}

.nl-tbl-grp thead {
  border-bottom: 1px solid #565656;
}

.nl-tbl-grp td {
  font-size: var(--font-size-small);
}

/* .nl-tbl-grp:not(.nl-tbl-grp__view) tbody tr:nth-child(even) {
 background-color: #F7F7F7
} */
.nl-tbl-grp tbody select {
  min-height: auto;
  height: 24px;
}

.text-center {
  text-align: center;
}

.pagination {
  gap: 5px;
}

.pagination .num-pagination {
  display: inline-block;
  line-height: 34px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #ddd;
  color: var(--text-grey);
  font-size: var(--font-size-base);
  border-radius: var(--border-radius);
}

.pagination .num-pagination.none {
  cursor: not-allowed;
  color: #79838f;
}

/* .pagination .num-pagination:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination .num-pagination:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
} */
.pagination .num-pagination.active {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  font-weight: bold;
}

.pagination .icon-arrow {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .icon-arrow svg {
  height: 12px;
}

.btn-edit {
  background-color: #0BB1DF;
  color: #fff;
  border: 0;
}

.btn-delete {
  background: #344C6C;
  color: #fff;
  border: 0;
}

.btn-save-section {
  background-color: #0BB1DF;
  color: #fff;
  border: 0;
}

.btn-white {
  background: #fff;
  color: black;
  border: 1px solid #78727261;
}

.nl-tbl-grp .nl-btn {
  height: var(--height-form-control2);
  min-height: auto;
  border-radius: var(--border-radius);
  font-weight: normal;
}

.nl-tbl-grp__bottom {
  /* border: 1px solid #e9edf0; */
  /* border-top: 0; */
  padding: 30px 0;
}

.nl-tbl-grp__bottom .text-center div {
  font-size: 13px;
}

.width-auto {
  width: auto !important;
}

.width-check {
  width: 40px !important;
  min-width: 40px !important;
}

.width-50 {
  width: 50px !important;
}

.width-55 {
  width: 55px !important;
}

.width-60 {
  width: 60px !important;
}

.width-65 {
  width: 65px !important;
}

.width-70 {
  width: 70px !important;
}

.width-80 {
  width: 80px !important;
}

.width-90 {
  width: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.width-110 {
  width: 110px !important;
}

.width-120 {
  width: 120px !important;
  min-width: 120px;
}

.width-130 {
  width: 130px !important;
}

.width-140 {
  width: 140px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-160 {
  width: 160px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-230 {
  width: 230px !important;
}

.width-240 {
  width: 240px !important;
}

.width-250 {
  width: 250px !important;
}

.width-260 {
  width: 260px !important;
}

.width-270 {
  width: 270px !important;
}

.width-280 {
  width: 280px !important;
}

.width-290 {
  width: 290px !important;
}

.width-300 {
  width: 300px !important;
}

.width-310 {
  width: 310px !important;
}

.width-320 {
  width: 320px !important;
}

.width-330 {
  width: 330px !important;
}

.width-330 {
  width: 330px !important;
}

.width-340 {
  width: 340px !important;
}

.width-350 {
  width: 350px !important;
}

.width-370 {
  width: 370px !important;
}

.width-380 {
  width: 380px !important;
}

.width-390 {
  width: 390px !important;
}

.width-400 {
  width: 400px !important;
}

/*Large devices (desktops, less than 1200px)*/
/* @media (max-width: 1280px) {
  .nl-left-menu {
    display: none;
  }
  .nl-header-bar {
    padding-left: 0;
  }
  .nl-container {
    padding-left: 24px;
  }
  .nl-wrapper {
    min-width: 1280px;
  }
} */
.nl-title {
  transform: translateX(0);
  transition: transform 0.5s ease;
}

.collapse-menu .nl-title {
  transform: translateX(calc(-1 * var(--menu-width)));
}

.collapse-menu .menu-icon-arrow-path {
  transform: scaleX(-1) translateX(-12px);
  transform-origin: center;
}

.collapse-menu .nl-left-menu {
  transform: translateX(-100%);

}

.collapse-menu .nl-header-bar,
.nl-hidden-menu .nl-header-bar {
  padding-left: 0;
}

.collapse-menu .nl-container,
.nl-hidden-menu .nl-container {
  padding-left: 25px;
}

/* .collapse-menu .nl-wrapper {
  min-width: 1280px;
} */
.collapse-menu .nl-copy-right-part,
.nl-hidden-menu .nl-copy-right-part {
  padding-left: 15px;
}

.nl-hidden-menu .nl-left-menu {
  display: none;
}

.nl-hidden-menu.collapse-menu {
  overflow: hidden;
}

.nl-hidden-menu.collapse-menu .nl-left-menu {
  display: block;
  transform: translateX(0);
}

.nl-copy-right-part {
  background: #fff;
  height: 55px;
  padding-left: 260px;
  font-size: 13px;
  transition: .5s;
  display: none !important;
}

.nl-layer-menu {
  position: fixed;
  background: rgb(0 0 0 /70%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
}

.nl-hidden-menu.collapse-menu .nl-layer-menu {
  display: block;
}

/* hide arrow select */
/* ie11 */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: '';
}

a,
button,
select {
  cursor: pointer;
}

.nl-pic-name {
  padding-bottom: 3px;
  font-size: var(--font-size-small);
  word-break: break-all;
  word-wrap: break-word;
  display: none;
}

.nl-form-grp .nl-row-ip-btn .btn-green img {
  height: 16px;
}

.nl-form-grp .btn-blue-dark img,
.nl-form-grp .btn-blue img,
.nl-form-grp .btn-form-excel img {
  height: 12px;
}

.nl-list-grp .nl-btn .nl-icon-find {
  height: 19px !important;
  margin-top: 2px;
}

.nl-btn .nl-text-big {
  font-size: 18px;
}

.nl-btn .nl-text-small {
  font-size: 12px;
}

.nl-setting-grp .nl-btn {
  padding: 10px 10px 10px 60px;
  color: #fff;
  border: 0;
  text-align: left;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 16px;
}

.nl-setting-grp .nl-btn.btn-1 {
  background-color: #188aeb;
  background-image: url(../img/icon_pencil.svg);
}

.nl-setting-grp .nl-btn.btn-2 {
  background-color: #1cbcb4;
  background-image: url(../img/icon_plus.svg);
}

.nl-setting-grp .nl-btn.btn-3 {
  background-color: #77499c;
  background-image: url(../img/icon_find.svg);
}

.nl-form-grp .custom-checkbox {
  height: var(--height-form-control);
}

.nl-form-grp .nl-list-checkbox .custom-checkbox {
  padding: 5px 10px;
  background-color: #f0f4f6;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 5px;
}

.hide_div {
  display: none
}

.nl-form-grp .nl-list-checkbox .custom-checkbox input:checked~span~span {
  font-weight: bold;
}

.nl-list-checkbox {
  flex-direction: column;
}


.nl-form-grp .nl-list-pic .nl-item-pic {
  position: relative;
  border: 1px solid #ddd;
  height: 90px;
  width: 90px;
}

.nl-form-grp .nl-list-pic .nl-item-pic img {
  width: 100%;
  height: 100%;

}

.nl-row.nl-row-ip-btn.no-wrap.city {
  width: 590px;
  display: flex;
  justify-content: inherit;
}

.nl-row.nl-row-ip-btn.no-wrap.city select {
  width: 190px !important;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.nl-form-grp .nl-list-pic .nl-item-pic .nl-btn-del-pic {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  height: 18px;
  width: 18px;
}

.nl-form-grp .nl-list-pic .nl-item-pic .nl-btn-del-pic img {
  background: #fff;
  border-radius: 100%;
}

.color-blue {
  color: #0d9bad;
}

.color-orange {
  color: #e29912;
}

.color-red {
  color: #c32e2e;
}

.nl-limit-width {
  max-width: 1480px;
}

.pointer {
  cursor: pointer;
}

.nl-arrow-rep {
  position: relative;
  bottom: -2px
}

.nl-arrow-rep img {
  height: 14px;
}

.nl-pic-view-page.hao-img-style__cominfo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e9edf0;
  display: block;
  margin-top: 5px;
}

.nl-tbl-grp__view {
  table-layout: fixed;
  border: 1px solid var(--border-color);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.nl-tbl-grp__view:not(.custom-col) tr th {
  width: 12%;
}

.nl-tbl-grp__view:not(.custom-col) tr td {
  width: 38%;
}

.nl-tbl-grp__view tr th {
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  background: #FAFAFA;
  text-align: center;
  padding: 10px 16px;
}

.nl-tbl-grp__view tr td {
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  text-align: left;
  padding: 4px 16px;
}

.nl-tbl-grp__view tr th:first-child {
  border-left: 0;
}

.nl-tbl-grp__view tr:last-child td,
.nl-tbl-grp__view tr:last-child th {
  border-bottom: 0;
}

.nl-tbl-grp__view tr td table,
.nl-tbl-grp__view tr td table td {
  border: 0 !important;
}

.nl-tbl-grp__view tr td table th {

  border-top: none !important;
  border-bottom: none !important;

}

.heigh-160 {
  height: 160px;
}

.nl-pu-de-man-list__one {
  min-width: 400px;
}

.nl-pu-de-man-list__one .nl-form-control {

  border: 1px solid #e9edf0;
  border-top: 0;
  border-radius: 0;
  background: #f6f8fb;
}

.hao-table-fixed .nl-tbl-grp.nl-tbl-pointer,
.hao-table-fixed .nl-tbl-grp.nl-tbl-pointer tr:first-child td {
  border-top: 0;
}

#captcha #captcha_img {
  width: 100px;
  height: 44px;
  border: 1px solid #e9e9e9;
}

#find_info #captcha {
  margin: 0 20px;
}

#captcha {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}

#find_info #captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#captcha #captcha_mp3 {
  position: absolute;
  top: 0;
  left: 101px;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 22px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}

#captcha #captcha_mp3 span {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 23px;
  height: 22px;
  background: url(../plugin/kcaptcha/img/sound.gif) no-repeat;
}

#captcha #captcha_reload {
  position: absolute;
  top: 22px;
  left: 101px;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 22px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}

#captcha #captcha_reload span {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 23px;
  height: 22px;
  background: url(../plugin/kcaptcha/img/reload.gif) no-repeat;
}

#captcha #captcha_key {
  width: calc(100% - 130px);
  margin: 0 0 0 25px;
  position: absolute;
  right: 0;
  top: -1px;
}

#captcha #captcha_info {
  position: absolute;
  top: 45px;
  left: 0px;
}

.nl-grp-btn-login .nl-btn {
  height: 48px;
  width: calc(50% - 7px);
  background: #fff;
  border: 1px solid #9b9ea0;
}

.hao-popup-confirm-body.td-fix {
  padding: 23px 23px 0 23px;
}

.hao-popup-confirm-body.td-fix .hao-popup-confirm-body {
  margin-top: 23px;
}

#field-item-list img {
  cursor: pointer;
}

.custom-select.nl-sel-sms-tempalate {
  position: absolute;
  top: -29px;
  left: 20px;
  width: 199px;
}

.mb-40 {
  margin-bottom: 40px;
}

.td-grp-input {
  display: flex;
  width: 100%;
}

.td-grp-input .nl-btn {
  width: 150px !important;
  background-color: #1cbcb4;
  color: #fff;
  border: none;
}

.td-grp-input .nl-form-control {
  border-radius: 4px 0 0 4px !important;
}

.td-grp-input .nl-btn {
  border-radius: 0 4px 4px 0 !important;
}

.td-policy-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;
  text-align: left;
}

.hao-popup-main-31.td-fix {
  width: 700px;
  height: auto;
}

.td-select-disabled {
  color: #000 !important;
}

.w-100per {
  width: 100%;
}

.fs-13 {
  font-size: 13px;
}

.ml-50 {
  margin-left: 50px;
}

.td-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nl-bg-transparent {
  background: transparent !important;
}

.nl-confirm-pu {
  background: transparent !important;
  padding: 0 !important;
}

.nl-confirm-pu .hao-popup-main {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  box-shadow: 0 0 6px rgb(0 0 0 / 40%);
}

.nl-confirm-pu .hao-popup-main .hao-popup-confirm-body {
  padding: 0;
}

.nl-confirm-pu .nl-btn {
  height: 32px;
  width: 66px;
  font-size: 12px !important;
  font-weight: 500;
}

.nl-confirm-pu .nl-btn-ok {
  background: #408AEC;
  border: 1px solid #b9d5f8;
  color: #fff;
}

.nl-confirm-pu .nl-btn-cancel {
  background: #fff;
  border: 1px solid #dadce0;
  color: #1a73e8;
}

.nl-dmc-day .ui-widget.ui-widget-content {
  width: auto;
  border-radius: 0 !important;
}

.nl-dmc-day .ui-widget.ui-widget-content .ui-state-default {
  padding: 1em;
}

.td-readonly {
  background-color: #fff !important;
}

.nl-opacity-0 {
  opacity: 0;
}

.nl-loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #696f85;
  /* purple */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

.nl-loader2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #696f85;
  /* purple */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

.nl-loader3 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #696f85;
  /* purple */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

.nl-loader4 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #696f85;
  /* purple */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hao-popup-main-city3 {
  /* width: 800px; */
  width: 720px !important;
}

.hao-popup-main-city3 .hao-popup-body .hao-table-fixed {
  max-height: 664px;
  height: auto;
}

.nl-list_contact_edit {
  height: auto;
  overflow: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.nl-list_contact_edit .nl-item_contact_edit {
  height: var(--height-form-control);
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 15px;
  border-radius: var(--border-radius);
  font-size: var(--font-size-small);
  line-height: 1.2;
  text-align: center;
  width: 152px;
}

.nl-list_contact_edit .nl-item_contact_edit:hover,
.nl-list_contact_edit .nl-item_contact_edit.active {
  background-color: #1D89CA;
  border-color: #1D89CA;
  color: #fff
}

select:disabled {
  opacity: 1 !important;
  color: #000 !important;
}

.nl-row__rpc_order_edit>div {
  border: 1px solid #e9edf0;
  padding: 0 10px 30px;
}

.nl-row__rpc_order_edit>div.col-1 {
  padding: 30px 20px;
  font-weight: 700;
  background: #f6f8fb;
  font-size: 13px;
}

#hao-popup-city3 #time_part .td-datepicker2 .h-datepicker-all {
  top: -269px !important;
}

.nl-row.a-center.pb-10.j-between {
  text-align: right;
  padding-right: 20px;
}

.nl-file__item {
  background: #778699;
  padding: 5px;
  border-radius: var(--border-radius);
  display: inline-block;
}

.nl-file__item img {
  height: 12px;
  width: auto;
}

.nl-file__item span {
  font-size: 13px;
  color: #fff;

}

.td-container-loading2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.3);
  top: 0;
  left: 0;
  z-index: 999;
}

.td-container-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 493px;
  background: rgba(1, 1, 1, 0.3);
  top: 60px;
  left: 0;
  z-index: 999;
}

.td-loading-img {
  position: absolute;
  z-index: 999;
  display: block;
  /*top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
    height: 400px;*/
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px !important;
  height: 80px !important;
  top: 50%;
  left: 50%;
  background: url(https://cdn.iconscout.com/icon/free/png-256/loading-343-460469.png) no-repeat center;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  background-size: 80px 80px;
}

.td-container-loading2 .td-loading-img {
  width: 80px !important;
  height: 80px !important;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*#upload_form select:disabled{
	background: unset !important;
}

#upload_form input:disabled{
	background: unset !important;
}

#upload_form button.btn-green:disabled{
	cursor: default;
	background-color: rgb(32 115 111);
}
*/


.nl-tbl-grp.nl-delivery-man-city tr td:first-child {
  border-left: 0 !important;
  width: 70px
}

.nl-tbl-grp.nl-delivery-man-city tr td:last-child {
  border-right: 0 !important;
}

.nl-tbl-grp.nl-delivery-man-city tr td {
  padding: 6px 10px;
}

.hasDatepicker {
  background: white !important;
}

#b_season {
  background: white !important;
}

.nl-child-of-option {
  position: absolute;
  left: 0;
  top: 38px;
  transform: translateX(-100%);
  z-index: 1999;
  padding: 10px 12px;
  box-shadow: 0 0 2px rgb(0 0 0 / 70%);
  display: flex;
  width: 400px;
  height: auto;
  min-height: 100px;
  background: #fff;
  overflow-y: auto;
  border-radius: var(--border-radius);

}

.dcc-file-row {
  /* position: absolute; */
  width: 100%;
}

.dcc-file-row.hide {
  display: none !important;
}


.disable-click {
  position: relative !important;
}

.disable-click .disable-date {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  /*background: red;*/
}

.nl-row-ip-btn.dcc-file-row:not(:first-child) {
  margin-top: 10px;
}

.min-w80 {
  min-width: 80px;
}

.text-left {
  text-align: left !important;
}

.nl-relative {
  position: relative;
}

.nl-relative .nl-span-red {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #e40a0a;
}

/* Chrome, Safari, Edge, Opera */
input[name=otp]::-webkit-outer-spin-button,
input[name=otp]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[name=otp][type=number] {
  -moz-appearance: textfield;
}


.tr-white tr {
  background: #fff;
}

.connectedSortable tr.ui-sortable-handle:hover {
  cursor: grab;
}

.ui-sortable-helper {
  display: table;
}

.b_order:hover {
  -webkit-user-select: all;
  /* for Safari */
  user-select: all;
}

.td-notice-title {
  text-align: center;
  font-weight: bolder;
  padding-bottom: 20px;
}


.td-notice-content {
  line-height: 24px;
  overflow: auto;
  max-height: 400px;
  background-color: #fff !important;
}



/* license plate pdf */

.nl-license-plate-pdf {
  border: 6px solid #baa868;
  border-radius: 60px;
  padding: 50px 30px 24px;
  /* max-width: 562px; */
  margin: 1cm auto;
}

.nl-pdf-title {
  text-align: center;
  font-size: 26px;
  border: 3px solid black;
  outline: 1px solid black;
  outline-offset: 1px;
  border-radius: 16px;
  line-height: 71px;
  margin: auto;
  margin-top: 43px;
  display: inline-block;
  min-width: 315px;

}

.nl-pdf-table-1 {
  margin-top: 100px;
}

.nl-pdf-table-1,
.nl-pdf-table-2 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 2px solid black;
}

.nl-pdf-table-1 th,
.nl-pdf-table-1 td,
.nl-pdf-table-2 th,
.nl-pdf-table-2 td {
  border: 1px solid black;
  font-size: 14px;
  line-height: 1.2;
  height: 40px;
  word-wrap: break-word;
  word-break: break-word;

}

.nl-pdf-table-2 th,
.nl-pdf-table-2 td {
  width: calc(100% / 3);
  text-align: center;
}

.nl-pdf-table-1 th,
.nl-pdf-table-2 th {
  font-weight: bold;
}

.nl-pdf-table-1 td {
  padding: 0 10px;
}

.nl-pdf-unit {
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.nl-pdf-note {
  font-size: 12px;
  margin-top: 0.5em;
}

.nl-pdf-date {
  text-align: center;
  font-size: 16px;
  margin-top: 97px;
  margin-bottom: 120px;
}

.nl-pdf-bottom-part-1 {
  text-align: center;

}

.nl-pdf-content {
  position: relative;
}

.nl-pdf-content .nl-text {
  font-weight: bolder;
  font-size: 20px;
  position: relative;
  z-index: 20;
  padding-left: 66px;
  padding-right: 50px;
}

.nl-pdf-bottom-part-1 .nl-icon-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 60px;
  height: auto;
}

.nl-pdf-bottom-part-1 .nl-icon-right {
  position: absolute;
  bottom: -12px;
  right: 10px;
  z-index: 10;
  width: 60px;
  height: auto;
}

.nl-pdf-bottom-part-2 {
  font-size: 10px;
  text-align: right;
  margin-top: 82px;
}

.nl-pdf-bottom-part-2 p {
  margin-top: 0;
  margin-bottom: 4px;
  color: #959595;
}

.nl-pdf-bottom-part-2 .nl-pdf-lbl {
  min-width: 48px;
  display: inline-block;
  text-align: justify;
}

.nl-pdf-bottom-part-2 .nl-pdf-value {
  min-width: 80px;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}


.nl-license-plate-pdf-print {
  padding: 20px
}

.nl-license-plate-pdf-print table {

  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.nl-license-plate-pdf-print table thead {
  border-bottom: 2px solid #e9edf0;
}

.nl-license-plate-pdf-print th,
.nl-license-plate-pdf-print td {
  border: 1px solid #e9edf0;
  padding: 10px;
  font-size: 13px;
}

.nl-license-plate-pdf-print th {
  background-color: #f6f8fb;
  padding: 12px 10px;
}

.nl-header-popup {
  position: fixed;
  top: 0;
  left: calc(260px + 20px);
  right: 320px;
  background-color: #fff;
  z-index: 91;
  border-radius: 0 0 6px 6px;
  max-width: 1100px;
}

.nl-header-popup.hide {
  background-color: var(--main-color);
  color: #fff;
}

.nl-header-popup.hide .nl-content {
  height: 46px;
  overflow: hidden;
}

.nl-header-popup .nl-content .nl-body {
  /*max-height: calc(100vh - 120px);*/
  overflow-y: auto;
  padding: 21px 26px;
  line-height: 24px;
  font-size: 15px;
}

.nl-header-popup .nl-content .nl-body p {
  white-space: pre-wrap;
  word-break: break-word;
}

.nl-header-popup.hide .nl-content .nl-body p {
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;

}

.nl-header-popup .nl-content .nl-btn.btn-see-more {
  float: right;
  width: 90px;
  height: 24px;
  min-height: 24px;
  border: 0;
  font-weight: 400;
  color: #434a66;
}

.nl-header-popup .nl-action-buttons {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px;
  border-top: 1px solid #b2b3b7;
}

.nl-header-popup .nl-action-buttons .btn-negative {
  right: 20px;
  position: absolute;
  width: 100px;
  height: 40px;
  border: 1px solid #434a66;
  color: #434a66;
  background-color: #fff;
}

.nl-header-popup .nl-action-buttons .btn-positive {
  background-color: #434a66;
  width: 130px;
  height: 40px;
  color: #fff;
  border: none;
}


/* width */
.nl-header-popup::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.nl-header-popup::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.nl-header-popup::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.nl-header-popup::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nl-layer {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 90;
  cursor: pointer;
}

.nl-popup-target .hao-popup-main {
  width: 600px;
  height: auto;
}

.nl-popup-target .hao-popup-main .hao-popup-body {
  overflow-y: auto;
  min-height: 120px;
  max-height: 600px;
}

.nl-popup-target .nl-content {
  padding-bottom: 30px;
  line-height: 24px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.my-button {
  padding: 10px 20px;
  font-size: 12px;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.nl-select-date-frame {
  height: var(--height-form-control);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.nl-select-date-frame .nl-btn,
.nl-tbl-grp.edit-table .nl-select-date-frame .nl-btn {
  background-color: transparent;
  border: 0;
  padding: 0 8px !important;
  font-size: var(--font-size-small);
  color: #707981;
  height: calc(var(--height-form-control) - 2px) !important;
  min-height: unset !important;
}

.nl-select-date-frame .nl-btn {
  color: #898989;
}

.nl-select-date-frame .nl-btn:hover {
  background-color: #f0f0f0;
  color: var(--text-color);
}

.nl-select-date-frame .nl-btn svg {
  height: 10px;
  width: auto;
}

.nl-select-date-frame .nl-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
  background-color: transparent;
}

.nl-select-date {
  width: 78px !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;
}

.nl-select-date-layer {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  height: 172px;
  width: 160px;
  min-width: 148px;
  background-color: #fff;
  border-radius: var(--border-radius);
  z-index: 99;
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.nl-select-date-layer .nl-head {
  padding: 4px 8px;
  font-size: var(--font-size-xxsmall);
  background-color: #f0f0f0;
  margin-bottom: 0;
}

.nl-select-date-layer .nl-head .nl-btn-close {
  display: flex;
  background-color: transparent;
  border: 0;
  align-items: center;
  justify-content: center;
}

.nl-select-date-layer .nl-head .nl-btn-close svg {
  height: 12px;
  width: 12px;
}

.nl-select-date-layer .nl-body {
  display: flex;
  height: calc(100% - 25px);
}

.nl-select-date-layer .nl-body .nl-col {
  overflow-y: auto;
  max-height: 100%;
  flex: 1;
  background-color: #fff;
}

.nl-select-date-layer .nl-body .nl-option {
  text-align: center;
  padding: 2px 4px;
  font-size: var(--font-size-small);
  cursor: pointer;
}

.nl-select-date-layer .nl-body .nl-option:hover {
  background-color: #f0f0f0;
}

.nl-select-date-layer .nl-body .nl-option.selected {
  background-color: var(--main-color);
  color: #fff;
}

.nl-relative {
  position: relative;
}

.nl-edit-mode {
  display: none;
}

/* Captcha Section */
.captcha-section {
  margin: 20px 0;
}

.captcha-text {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.captcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.captcha-image {
  width: 100%;
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  flex: 1;
}

.captcha-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.captcha-btn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: white;
  border-radius: var(--border-radius);
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.captcha-btn:hover {
  background-color: #f5f5f5;
}

/* Button Group for Popups */
.button-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn2 {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: var(--border-radius);
  font-size: var(--font-size-small);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-confirm {
  background-color: #1e90ff;
  color: white;
}

.btn-confirm:hover {
  background-color: #0066cc;
}

.btn-cancel {
  background-color: #1e90ff;
  color: white;
}

.btn-cancel:hover {
  background-color: #0066cc;
}

/* Icon styles */
.icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.password-requirements {
  font-size: 12px;
  color: #ff0000;
  margin-top: 5px;
  font-weight: 500;
  display: none;
}

.warning-text {
  font-size: 13px;
  color: #ff6600;
  margin-bottom: 8px;
}

.info-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.info-text a {
  color: #0066cc;
  text-decoration: underline;
}

.form-group {
  margin-bottom: 15px;
}

.input-button-group {
  display: flex;
  align-items: center;
}

.input-button-group input {
  margin-right: 10px;
}

.nl-lbl~.nl-upload {
  margin-top: 10px;
}

.nl-upload {
  width: 100px;
  /* height: 100px; */
}

.nl-upload-multi {
  /* width: 100%; */
  min-height: 100px;
  margin-top: 10px;
}

.nl-drop-zone {
  position: relative;
  border: 1px dashed var(--border-color);
  border-radius: var(--border-radius);
  text-align: center;
  padding: 0;
  cursor: pointer;
  color: #707981;
  transition: 0.2s;
  height: 100px;
  width: fit-content;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nl-upload-multi .nl-drop-zone {
  height: unset;
  min-height: 100px;
}

.nl-upload-multi .nl-drop-zone.has-image {
  padding: 14px 10px 10px;
  border-style: dashed;
}

.nl-drop-zone.dragover {
  background: #f0f8ff;
  border-color: #3b82f6;
  color: #000;
}

.nl-preview-item .nl-remove {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #545252;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.nl-placeholder {
  display: block;
  color: #707981;
  font-size: var(--font-size-xxsmall);
}

.nl-drop-zone.has-image {
  border-style: solid;
}

.nl-drop-zone.has-image .nl-placeholder {
  display: none;
  padding: 10px;
}

.nl-drop-zone.has-image .h-drop-zone-icon {
  display: none;
}

.nl-drop-zone img.nl-image {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  object-fit: contain;
}

.nl-drop-zone.has-image img.nl-image {
  display: block;
}

.nl-drop-zone .nl-remove {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  background: #545252;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-image: url(../img/close-image.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.nl-drop-zone.has-image .nl-remove {
  display: block;
}

.hao-custom-select-calendar {
  position: relative;
}

/* Button styles */
.edit-btn,
.search-btn {
  background: #6c757d;
  color: white;
  border: none;
  padding: 9px 12px;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: var(--font-size-base);
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.edit-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.edit-btn-2 {
  background-color: #03a9f3;
  padding: 8px 16px;
  border: none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.btn-danger {
  background-color: var(--red);
}

.btn-dark {
  background-color: #333;
}

.nl-policy-edit.nl-wrapper textarea.nl-form-control,
.nl-policy-edit.nl-wrapper .nl-lbl {
  font-size: var(--font-size-base);
}

.nl-card-login {
  padding: 50px 40px 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  width: 400px;
}

.nl-card-login .input-form {
  position: relative;
}

.nl-card-login .input-form .ionicon {
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #707981;
  z-index: 2;
}

.nl-card-login .input-form input {
  padding-left: 36px !important;
  font-size: var(--font-size-small);
}

.nl-card-login .input-form input:focus,
.nl-card-login.--register select.nl-form-control:focus,
.nl-card-login.--register .hao-form-signup input:focus,
.nl-card-login.--register .hao-input:focus {
  border-color: #1a73e9;
}

.nl-card-login .hao-button button {
  height: 52px;
}

.nl-card-login .hao-button button,
.nl-card-login .nl-grp-btn-login .nl-btn {
  font-size: var(--font-size-base);
  font-weight: normal;
}

.nl-card-login.--register .input-form input {
  padding-left: 10px !important;
}

.nl-card-login.--register select.nl-form-control {
  background-color: #fff;
  border: 1px solid #dde3eb;
  border-radius: var(--border-radius);
  width: 100%;
  padding-left: 15px;
  height: 48px;
}

.download-btn {
  background-color: #007bff;
  border: none;
  color: white;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  cursor: pointer;
}

.gap-10 {
  gap: 10px;
}

.nl-table-scroll {
  overflow-x: auto;
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.nl-form-grp .nl-row-ip-btn .nl-btn {
  min-width: 50px !important;
}

.nl-popup-policy .nl-check-all .nl-lbl,
.nl-popup-policy .nl-policy-item .nl-lbl {
  margin-right: 6px;
}

.nl-popup-policy .nl-checkbox {
  position: relative;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.nl-popup-policy input:checked~.nl-checkbox {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.nl-popup-policy input:checked~.nl-checkbox::after {
  opacity: 1;
}

.nl-popup-policy .nl-checkbox::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  top: 4px;
  left: 4px;
  opacity: 0;
}

.nl-bold {
  font-weight: bold;
}

.nl-popup-policy .nl-policy-list {
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.nl-popup-policy .nl-policy-item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.nl-popup-policy .nl-policy-item .nl-item-head {
  position: relative;
  padding: 16px 28px 16px 10px;
}

.nl-popup-policy .nl-check-all .nl-lbl,
.nl-popup-policy .nl-policy-item .nl-lbl {
  margin-right: 6px;
}

.nl-popup-policy .nl-lbl {
  display: flex;
  font-size: var(--font-size-base);
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;

}

.nl-popup-policy .nl-policy-item .nl-item-head .nl-arrow {
  position: absolute;
  top: 15px;
  right: 8px;
  padding: 4px 10px;
  cursor: pointer;
  transform: rotate(90deg);
  display: flex;
}

.nl-popup-policy .nl-policy-item .nl-item-head .nl-arrow img {
  width: 7px;
  height: auto;
}

.nl-popup-policy .nl-policy-list .nl-policy-item.active .nl-arrow {
  transform: rotate(-90deg);
}

.nl-popup-policy .nl-policy-item .nl-item-detail {
  padding: 16px 28px 16px 40px;
  background-color: #f8f8f8;
  color: #757575;
  word-wrap: break-word;
  word-break: break-all;
  display: none;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  /* white-space: pre-wrap; */
}

.nl-popup-policy .nl-policy-list .nl-policy-item.active .nl-item-detail {
  display: block;
}

.nl-popup-policy .btn-next {
  background-color: var(--main-color) !important;
}

.nl-popup-policy .btn-next:disabled {
  background-color: #cccccc !important;
  /* Light gray background */
  color: #666666;
  /* Dark gray text */
  border: 0;
  /* Light gray border */
  cursor: not-allowed;
  /* Indicate it's not clickable */
  opacity: 0.6;
  /* Make it slightly transparent */
  pointer-events: none;
  /* Disable hover or click interactions */
}

.nl-popup-policy .pt-1 {
  padding-top: 1px;
}

.nl-card-login .hao-eye-signup {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 !important;
  display: flex;
}

/* .nl-tbl-grp.edit-table tr td {
  padding: 3px 16px !important;
} */
.nl-tbl-grp.edit-table tr td .nl-drop-zone {
  height: 40px;
}

.nl-tbl-grp.edit-table tr td input:not([type="radio"]):not([type="checkbox"]),
.nl-tbl-grp.edit-table tr td select {
  height: var(--height-form-control2);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 0 10px;
  font-size: var(--font-size-small);
  width: 100%;
}

.nl-tbl-grp.edit-table tr td select {
  padding-right: 26px;
}

.nl-tbl-grp.edit-table .nl-btn {
  border-radius: var(--border-radius);
  height: var(--height-form-control2);
  padding: 0 10px !important;
  border: 0;
}

.nl-tbl-grp.edit-table .nl-btn.btn-delete {
  /* background-color: #122845; */
  background-color: #344C6C;
  color: #fff;
  width: 28px;
  min-width: unset !important;
  /* width: 38px !important; */
  /* height: var(--height-form-control) !important; */
}

.nl-btn.btn-add {
  background-color: #0BB1DF;
  color: #fff;
  font-size: var(--font-size-small);
  border-radius: var(--border-radius);
  height: 30px;
  border: 0;
  padding: 0 20px;
  width: 30px;
  min-width: unset !important;
}

.nl-list-filter .nl-form-control,
.nl-list-filter .custom-select {
  width: 120px;
}

.nl-list-filter .nl-btn {
  padding: 0 10px;
}

.gap-5 {
  gap: 5px;
}

td .nl-btn {
  padding: 0 8px;
}

.nl-text-size-control.font-size-controls {
  position: static !important;
  margin-right: 20px;
}

.nl-text-size-control.font-size-controls .nl-btn {
  background-color: #344C6C;
  height: 30px !important;
  width: 30px;
  padding: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
}

.nl-text-size-control.font-size-controls .nl-btn.btn-reset-font {
  background-color: #344C6C;
  height: 30px !important;
  font-size: var(--font-size-base);
  font-weight: normal;
  width: unset;
  padding: 0 10px;
  margin-left: 5px;
}

#btn-decrease-font {
  padding-bottom: 3px;
}

.nl-tbl-grp.nl-tbl-grp__view .nl-btn.btn-download,
.nl-form-grp .nl-btn.btn-download {
  border: 0;
  background-color: var(--main-color);
  height: 30px;
  min-height: unset;
}

.nl-tbl-grp.nl-tbl-grp__view .nl-btn.btn-download {
  margin-top: 5px;
}

.nl-tbl-grp .nl-btn.btn-download {
  height: var(--height-form-control2);
  width: 40px;
  border: 0;
  background-color: var(--main-color);
}

/*custom-check*/
.nl-custom-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.nl-custom-check .nl-cb {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  display: inline-block;
  border: 0;
  margin-right: 4px;
  background-color: #fff;
  border: 1px solid var(--border-color);
}

.nl-custom-check .nl-cb::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  height: 6px;
  width: 9px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
}

.nl-custom-check input:checked~.nl-cb {
  background-color: #438FFE;
  border-color: #438FFE;
}

.nl-custom-check input:checked~.nl-cb::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.nl-custom-check .nl-text {
  font-size: var(--font-size-small);
}

/*custom-radio*/
.nl-custom-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.nl-custom-radio .nl-rad {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #d4d4d4;
  margin-right: 4px;
  background-color: #fff;
}

.nl-custom-radio .nl-rad::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #d4d4d4;
  display: block;
}

.nl-custom-radio .nl-rad .nl-text {
  line-height: 20px;
}

.nl-custom-radio input:checked~.nl-rad {
  border-color: #438FFE;
}

.nl-custom-radio input:checked~.nl-rad::after {
  display: block;
  background-color: #438FFE;
}

.nl-custom-radio .nl-text {
  font-size: var(--font-size-small);
}

.nl-list-rad-check {
  display: flex;
  gap: 10px 20px;
  height: var(--height-form-control);
  align-items: center;
  flex-wrap: wrap;
}

.nl-text-link {
  color: var(--main-color);
  cursor: pointer;
}

.gap-20 {
  gap: 20px;
}

.view-image {
  cursor: pointer;
}

.tooltip-image-view {
  display: none;
  position: absolute;
  top: 0;
  left: 60px;
  transform: translateY(-100%);
  border: 1px solid var(--border-color);
  background-color: #fff;
  z-index: 19;
}

.tooltip-image-view img {
  max-width: 400px !important;
  max-height: 400px !important;
  object-fit: contain;
}

.view-image:hover~.tooltip-image-view,
.has-image img:hover~.tooltip-image-view {
  display: block;
}

.nl-preview-list {
  gap: 34px;
}

.nl-upload-multi:has([disabled]) .nl-drop-zone {
  border: none !important;
  padding: 0 !important;
}

.nl-preview-item {
  position: relative;
  display: inline-block;
}

.nl-preview-item .has-tooltip-view {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  display: block;
}

.nl-preview-item span {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.nl-preview-item span.nl-pic-name {
  display: none;
}

.nl-preview-item .tooltip-image-view img {
  width: unset !important;
  height: unset !important;
  border-radius: 0 !important;
}

/* .nl-tbl-grp.all-lines tr,
.nl-tbl-grp.all-lines th,
.nl-tbl-grp.all-lines td {
  border: 1px solid var(--border-table)
} */
.nl-form-grp .nl-row-ip-btn {
  gap: 10px;
}

.nl-form-grp .nl-row-ip-btn .nl-form-control {
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; */
  flex: 1;
}

/* .nl-form-grp .nl-row-ip-btn .nl-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} */
.nl-tbl-grp td .nl-row-ip-btn .nl-form-control,
.nl-tbl-grp td .nl-row-ip-btn .nl-btn,
.nl-tbl-grp td .nl-select-date-frame,
.nl-tbl-grp td .nl-form-control,
.nl-tbl-grp th .nl-form-control {
  height: var(--height-form-control2) !important;
  min-height: unset;
}

.nl-tbl-grp td textarea.nl-form-control {
  padding: 6px 10px;

}

.nl-tbl-grp td .nl-select-date-frame .nl-btn,
.nl-tbl-grp.edit-table td .nl-select-date-frame .nl-btn,
.nl-tbl-grp td .nl-select-date {
  height: calc(var(--height-form-control2) - 2px) !important;
  min-height: unset;
}

.h-choose-year-tbl .nl-select-date-frame .h-header-year {
  border-radius: var(--border-radius);
  min-width: 136px !important;
}

.h-choose-year-tbl .nl-select-date-frame.selectYear .nl-select-date {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 54px !important;
}

/* #popup-research-delivery-company .hao-popup-body .table-wrapper .nl-form-control {
  width: 100%!important;
  max-width:  938px!important;
} */

.nl-btn.btn-approve {
  background-color: var(--main-color);
  color: #fff;
}

.nl-tbl-grp td .nl-form-control .nl-pic-name {
  padding-bottom: 0;
  line-height: 1.1;
}

.nl-tbl-grp__bottom {
  padding: 0;
  margin-top: 20px;
}

.nl-attach-file {
  width: 250px;
}

.nl-attach-file .nl-form-control .nl-pic-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl-attach-file .nl-row-ip-btn .nl-form-control {
  width: calc(100% - 40px);
  flex: 1;
}

.nl-attach-file .nl-row-ip-btn .nl-btn {
  width: 40px;
  min-width: 40px !important;
}

.btn-history {
  border: 0;
  background: #ffff;
  color: #1d1d1d !important;
  font-weight: normal !important;
}

.btn-history-color {
  color: var(--red) !important;
}

.btn-pearl-green {
  border: 0;
  background-color: #00FF00 !important;
  color: #fff;
}

.nl-tbl-grp td .nl-upload {
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.nl-btn.btn-save {
  border: 0;
  background-color: var(--main-color);
  color: #fff;
}

.nl-tbl-grp td .nl-drop-zone {
  height: 40px;
  width: 100%;
}

.nl-tbl-grp td .nl-upload .nl-pic-name {
  white-space: pre-wrap;
}

.nl-tbl-grp td .nl-drop-zone .nl-placeholder {
  display: none;
}

.nl-line {
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

.hao-bg-sms input {
  left: 20px;
  height: 21px;
  width: 220px;
  position: absolute;
  top: -54px;
  min-height: var(--height-form-control);
  border: 1px solid #D4D4D4;
  border-radius: var(--border-radius);
  padding: 0 10px;
  font-size: 13px;
  font-family: inherit;
}

.custom-select.nl-sel-sms-tempalate {
  position: absolute;
  top: -34px;
  left: 20px;
  width: 199px;
}

.nl-btn.btn-view {
  background-color: var(--view);
  color: #fff;
  border: 0;
}

.nl-btn:disabled {
  cursor: not-allowed;
  background-color: var(--disable);
}

.nl-form-grp:not(.nl-list-grp) .nl-btn {
  min-width: var(--limit-widht-normal);
}

.nl-form-grp:not(.nl-list-grp) .nl-select-date-frame .nl-btn {
  min-width: 40px !important;
}

table tr td .nl-btn {
  min-width: var(--limit-widht-small) !important;
}

.nl-popup-nain-delivery-man-city {}

.nl-popup-delicery-man-city-content {
  gap: 12px;
  height: calc(100vh - 200px);
  display: flex;
  padding: 20px 0;
}

.nl-popup-delicery-man-city-content .nl-col {
  border: 1px solid #D8D8D8;
  border-radius: var(--border-radius);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nl-popup-delicery-man-city-content .nl-col.choose-dm {
  width: 300px;
}

.nl-popup-delicery-man-city-content .nl-col .nl-col-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.nl-popup-delicery-man-city-content .nl-col.city {
  width: 900px;
}

.nl-search {
  position: relative;
}

.nl-search .nl-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nl-popup-delicery-man-city-content .nl-col.driver {
  width: 300px;
}

.hao-popup-all .hao-popup-footer button {
  padding: 0 12px;
  width: unset;
  min-width: 75px;
}

.nl-sticky-lbl {
  position: sticky;
  top: 0;
  left: 0;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 10;
  font-size: var(--font-size-small);
}

.nl-tbl-grp .nl-drop-zone {
  flex-direction: row;
  gap: 5px;
  padding: 5px;
  min-width: unset;
}

.nl-tbl-grp .nl-drop-zone .h-drop-zone-icon {
  width: 30px;
  height: 30px;
}

.nl-info-table {
  background-color: #f7f7f7;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.nl-info-table .nl-info-col {
  padding: 6px 18px;
  text-align: center;
  gap: 20px;
}

.nl-info-table .nl-info-col:nth-child(n+2) {
  border-left: 1px solid var(--border-color);
}

.nl-info-table .nl-info-col p {
  position: relative;
  font-size: var(--font-size-base);
}

.nl-info-table .nl-info-col p:nth-child(n+2)::after {
  content: "";
  position: absolute;
  left: -10px;
  border-left: 1px solid #e3e3e3;
  height: 16px;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nl-info-table .nl-info-col .nl-lbl {
  margin-bottom: 0;
  font-size: var(--font-size-small);
}

.nl-info-table .nl-info-col .nl-value {
  font-size: var(--font-size-base);
  color: var(--main-color);
}

/* Popup 도서지역 택배비 내역서   */
/* .nl-pdf-delivery-fee-statement {
  padding-top: 20px;
  padding-bottom: 20px;
} */

.nl-pdf-head {
  text-align: center;
}

.nl-pdf-delivery-fee-statement .nl-head-title {
  text-align: center;
  /* text-decoration: underline;
  text-decoration-thickness: 1px; */
  font-size: 28px;
  font-weight: bolder;
}

.nl-pdf-delivery-fee-statement .nl-head-left {
  position: absolute;
  left: 40px;
  top: 0;
}

.nl-pdf-delivery-fee-statement p {
  font-size: 15px;
  line-height: 1.5;
}

.nl-pdf-delivery-fee-statement .nl-lbl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.nl-pdf-delivery-fee-statement .nl-content {
  padding-left: 1em;
}

.nl-pdf-delivery-fee-statement .nl-content .nl-text {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 0;
}

.nl-pdf-delivery-fee-statement table th,
.nl-pdf-delivery-fee-statement table td {
  padding: 8px 10px;
  font-size: 15px;
}

.nl-pdf-delivery-fee-statement table td.edit {
  padding: 0;
}

td.edit input,
td.edit textarea {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

td.edit input {
  padding: 0 10px;
}

td.edit textarea {
  padding: 8px 10px;
}

.nl-text-ask {
  font-size: var(--font-size-medium);
  margin-bottom: 20px;
}

.mr-0 {
  margin-right: 0 !important;
}

.nl-wrap-text {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}


.popup-view-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D4D4D4;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.popup-view-table th,
.popup-view-table td {
  font-size: var(--font-size-small);
  padding: 12px 16px;
  border-left: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}

.popup-view-table th {
  background-color: #FAFAFA;
  font-weight: normal;
}

.popup-view-table th:first-child {
  border-left: none;
}

.popup-view-table td {
  text-align: left;
}

.popup-view-table tr:last-child th,
.popup-view-table tr:last-child td {
  border-bottom: none;
}

.popup-main-confirm-list {
  width: 600px;
}

.popup-main-confirm-list .hao-popup-body {
  text-align: center;
}

.popup-main-confirm-list .nl-text-ask {
  font-size: calc(var(--font-size-medium + 2px));
  margin-bottom: 20px;
}

.nl-confirm-list-content {
  padding-top: 34px;
  padding-bottom: 34px;
}

.nl-red-board {
  border: 1px dashed #FFDEDE;
  background-color: #FFF9F9;
  padding: 22px;
  border-radius: 8px;
}

.nl-red-board p {
  font-size: var(--font-size-medium);
  color: #CD311E;
  font-weight: bold;
}

.nl-red-board p:first-child {
  margin-bottom: 15px;
}

.nl-note {
  color: #323334;
}

.nl-confirm-list-content .nl-note {

  margin-top: 22px;
}

.hao-popup-main .nl-text-note {
  color: #323334;
  margin-top: 14px;
  font-size: var(--font-size-small);
}

.custom-select .select2-container--default .select2-selection--single {
  border-radius: var(--border-radius);
}

.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: var(--font-size-small) !important;
  color: initial;
  line-height: 24px;
}

.nl-form-grp.nl-list-grp .nl-btn.btn-blue.nl-row {
  gap: 5px;
}

.width-no {
  width: 76px;
  min-width: 76px;
}

.width-check-no {
  width: 100px;
  min-width: 100px;
}

.width-date-time {
  width: 162px;
  min-width: 162px;
}

.width-action {
  width: 80px;
  min-width: 80px;
}

.width-action-2 {
  width: 130px;
  min-width: 130px;
}

.edit-table tr td .selection .select2-selection--single {
  height: 28px !important;

}

.edit-table tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px !important;
}

.nl-action-bottom-form {
  padding-bottom: 10px;
  padding-top: 22px;
  border-top: 1px solid #D4D4D4;
}

.nl-action-bottom-form button {
  min-width: var(--limit-widht-medium) !important;
}

.nl-model-frame {
  display: flex;
  gap: 10px;
}

.nl-model-frame .nl-model-item {
  border: 1px solid var(--border-color);
}

.nl-model-frame .nl-model-item .nl-upload {
  width: 100%;
}

.nl-model-frame .nl-model-item .nl-top {
  padding: 12px;
}

.nl-model-frame .nl-model-item .nl-bottom {
  padding: 10px;
  text-align: center;
  border-top: 1px solid var(--border-color);
  background-color: #F7F7F7;
  font-size: var(--font-size-base);
}

.nl-model-frame .nl-model-item .nl-drop-zone {
  height: 240px;
  width: 170px;
}

.nl-drop-zone img.nl-image {
  border-radius: 0;
  object-fit: contain;
}

.nl-model-frame .nl-model-item .nl-pic-name {
  display: none;
}

.text-right {
  text-align: right !important;
}

.nl-status {
  font-size: var(--font-size-base);
  color: #fff;
  border-radius: var(--border-radius);
  line-height: 28px;
  display: inline-block;
  padding: 0 8px;
}

.nl-status.in-progress {
  background-color: #EAF5FF;
  color: #00A6FF;
}

.nl-status.pending {
  background-color: #F9E4E0;
  color: #EE4B2A;
}

.nl-status.awaiting {
  background-color: #E3EDFF;
  color: #3B70F6;
}

.nl-status.completed {
  background-color: #D0F2E5;
  color: #13BD7E;
}

.nl-status.cancel {
  background-color: #EBECED;
  color: #122845;
}

.nl-qna-content .nl-btn {
  min-width: unset !important;
}

.td_bc_title {
  text-align: left;
}

.nl-row-upload {
  gap: 34px;
}

.width-form-year {
  width: 170px !important;
  min-width: 170px !important;
}

.tr-no-data-sticky>td {
  padding: 0;
  height: 65px;
  background: #fff;
}

.tr-no-data-sticky>td>div.no-data-sticky {
  position: sticky;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gap-image {
  gap: 34px;
}

.nl-btn-add-image {
  border: 1px dashed var(--border-color);
  border-radius: var(--border-radius);
  text-align: center;
  padding: 0;
  cursor: pointer;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F9F9F9;
}

.nl-group-upload .nl-upload-multi {
  margin-top: 4px;
}

.nl-btn-add-image {
  margin-top: 4px;
}

.hao-table-fixed.nl-delivery-company-list {
  height: 300px !important;
}

.nl-tbl-grp td.nl-address {
  white-space: normal !important;
}

.popup-upload-co .nl-tbl-grp td .nl-upload .nl-drop-zone {
  height: 42px;
}

/* Approved Contract Row Style */
.contract-approved-row {
  background-color: #f0f8f0 !important;
  border-left: 3px solid #4CAF50 !important;
}

.contract-approved-row td,
.contract-canceled-row td {
  opacity: 0.85;
}

.contract-canceled-row {
  background-color: #ee4f3321 !important;
  border-left: 3px solid var(--red) !important;
}

/* Disabled Year Selector */
.year-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.year-disabled button {
  cursor: not-allowed !important;
}

.year-disabled input {
  cursor: not-allowed !important;
}

/* City3 Button in Table */
table tr td .nl-btn.city3-button {
  min-width: 100px !important;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Unapproved Member Row Style */
.member-unapproved-row {
  background-color: #ffebee !important;
  border-left: 3px solid #f44336 !important;
}

.member-unapproved-row td {
  opacity: 0.85;
}

.unapproved-count {
  color: var(--red);
  font-weight: bold;
  font-size: var(--font-size-base);
  padding: 0 4px;
}
