.nl-pagination {
  display: flex;
  margin: 60px 0 40px;
  justify-content: center;
  padding: 0 30px;
}
.nl-pagination .nl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-smaller);
  color: #131313;
  height: 35px;
  width: 35px;
  border: 1px solid #eff1f3;
}

.nl-pagination .nl-item:not(:first-child) {
  border-left: 0;
}

.nl-pagination .nl-item.prev,
.nl-pagination .nl-item.next {
  width: 75px;
}

.nl-pagination .nl-item.active {
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.nl-total-page {
  color: #444B55;
  visibility: hidden;
  display: none;
}

iframe {
  border: 0 !important;
}

.custom-color-row-show {
  background-color: #f6f8fb;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: 32px;
  width: 80px !important;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  border-radius: 3px;
  color: var(--text-color);
  padding-left: 10px;
  font-size: 13px !important;
}

.ui-datepicker select.ui-datepicker-month {
  order: 2;
}

.ui-datepicker select.ui-datepicker-year {
  order: 1;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 2em !important;
  width: 2em !important;
  top: 3px !important;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-0 {
  margin-left: 0 !important;
}

.nl-pointer {
  cursor: pointer;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}


/* Overlay background */
.nl-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.625);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal card */
.nl-popup-card {
  background-color: #fff;
  border-radius: 6px;
  width: 360px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: fadeInUp 0.3s ease-out;
}
.nl-popup.popup-small .nl-popup-card {
  width: 360px;
}
.nl-popup.popup-medium .nl-popup-card {
  width: 760px;
}
.nl-popup.popup-big .nl-popup-card {
  width: 1000px;
}
.nl-popup.popup-bigger .nl-popup-card {
  width: 1200px;
}
.nl-popup.popup-biggest .nl-popup-card {
  width: 1440px;
}
/* Header */
.nl-popup-card .nl-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eee;
  position: relative;
}

.nl-popup-card .nl-title {
  font-size: var(--fs-h4);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.nl-popup-card .nl-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
  position: absolute;
  top: 14px;
  right: 14px;
}

.nl-popup-card .nl-close:hover {
  color: #000;
}

.nl-popup-card .nl-close svg {
  width: auto;
  height: 16px;
}

/* Body */
.nl-popup-card .nl-body {
  padding: 20px 26px;
  font-size: var(--fs-normal);
  color: #333;
}

/* Footer / bottom row */
.nl-popup-card .nl-bottom {
  display: flex;
  gap: 10px;
  padding: 20px 26px 30px;
}

/* Buttons */
.nl-popup-card .nl-bottom .nl-btn {
  padding: 0 20px;
  border-radius: 6px;
  font-size: var(--fs-h5);
  cursor: pointer;
  border: none;
  transition: background-color 0.2s;
  height: 50px;
}

.nl-popup-card .nl-bottom .nl-btn.positive {
  background-color: var(--main-color);
  color: white;
}

.nl-popup-card .nl-bottom .nl-btn.negative {
  background-color: white;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.nl-text-message {
  text-align: center;
  padding: 20px 20px 0;
  font-size: var(--fs-h5);
}


/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nl-btn-toggle-memu {
  background-color: transparent;
  margin-left: 32px;
}
.nl-btn-toggle-memu img {
  height: 30px;
  width: auto;
}
.hide-menu .left-menu {
  transform: translateX(-100%);
}

.hide-menu .nl-wrapper {
  padding-left: 26px;
}

.nl-wrapper-auth  {
  height: 100vh;
}
.nl-login {
  height: 100%;
  display: flex;
}
.nl-login .nl-left-side {
  width: 70%;
  background-image: url(../img/login_background-min.png);
  background-size: cover;
  background-color: #442ca8;
}
.nl-login .nl-left-side .nl-content {
  color: #fff;
}
.nl-login .nl-left-side .nl-content .nl-text {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 14px;
}
.nl-login .nl-left-side .nl-content .nl-sub-text {
  font-size: 17px;
  line-height: 1.5;
}
.nl-login .nl-right-side {
  width: 30%;
}
.nl-login .nl-right-side .nl-form-content {
  padding: 75px;
  width: 100%;
}
.nl-form-content .nl-title-card {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
.nl-login-form .nl-form-control {
  height: 55px;
  border: 0;
  border-bottom: 1px solid #D8DFE8;
  padding-left: 30px;
  width: 100%;
  font-size: 14px;
}
.nl-login-form {
  position: relative;
  margin-bottom: 26px;
}
.nl-login-form .nl-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nl-btn-login {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  height: 48px;
  border: 0;
  margin-left: auto;
  width: 100%;
}
.nl-login-bottom {
  margin-top: 60px;
}
.nl-login-bottom p {
  font-size: 14px;
}
.nl-login-bottom a {
  color: var(--main-color);
}

.nl-menu {
  position: fixed;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--width-left-menu);
  z-index: 199;
  background-color: #3B3B58;
  display: flex;
  flex-direction: column;
}

.nl-menu .nl-menu-logo {
  border-bottom: 1px solid #72767D;
}
.nl-menu .nl-menu-logo img {
  height: 70px;
}

.nl-menu-cate {
  color: #B7BDCD;
  margin: 10px 15px;
}
.nl-menu .nl-menu-nav {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Target the entire scrollbar */
.nl-menu .nl-menu-nav::-webkit-scrollbar {
  width: 6px; /* Set the width of the scrollbar */
}

/* Target the track (the background of the scrollbar) */
.nl-menu .nl-menu-nav::-webkit-scrollbar-track {
  background: #3B3B58;
}

/* Target the thumb (the draggable part of the scrollbar) */
.nl-menu .nl-menu-nav::-webkit-scrollbar-thumb {
  background: #9090aa;
  border-radius: 6px; /* Rounded corners for the thumb */
}


.nl-menu-nav .nl-menu-item {
  cursor: pointer;
  color: #B7BDCD;
  font-size: var(--fs-normal);
}
.nl-menu-nav .nl-menu-item.active,
.nl-menu-nav .nl-menu-item:hover {
  color: #fff;
  background-color: #343455;
  font-weight: bold;
}

.nl-menu-nav .nl-menu-item .nl-item-icon {
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-1 {
 background-image: url(../img/menu1.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-2 {
 background-image: url(../img/menu2.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-3 {
 background-image: url(../img/menu3.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-4 {
 background-image: url(../img/menu4.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-5 {
 background-image: url(../img/menu5.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-6 {
 background-image: url(../img/menu6.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-7 {
 background-image: url(../img/menu7.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-8 {
 background-image: url(../img/menu8.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-9 {
 background-image: url(../img/menu9.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-10 {
 background-image: url(../img/menu10.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-11 {
 background-image: url(../img/menu11.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-12 {
 background-image: url(../img/menu12.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-13 {
 background-image: url(../img/menu13.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-13-2 {
 background-image: url(../img/menu13-2.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-13-3 {
 background-image: url(../img/menu13-3.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14 {
 background-image: url(../img/menu14.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-2 {
 background-image: url(../img/menu14-2.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-3 {
 background-image: url(../img/menu14-3.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-4 {
 background-image: url(../img/menu14-4.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-5 {
 background-image: url(../img/menu14-5.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-6 {
 background-image: url(../img/menu14-6.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-7 {
 background-image: url(../img/menu14-7.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-14-8 {
 background-image: url(../img/menu14-8.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-15 {
 background-image: url(../img/menu15.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-16 {
 background-image: url(../img/menu16.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-17 {
 background-image: url(../img/menu17.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-18 {
 background-image: url(../img/menu18.svg);
}
.nl-menu-nav .nl-menu-item .nl-item-icon.--icon-19 {
 background-size: 14px 16px;
 background-image: url(../img/menu19.svg);
}
.nl-menu-nav .nl-menu-item.--parent {
  position: relative;
  padding-right: 30px;
}
.nl-menu-nav .nl-menu-item.--parent svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.nl-menu-nav .nl-menu-item.--parent.active,
.nl-menu-nav .nl-menu-item.--parent:hover {
  font-weight: normal;
}
.nl-menu-child-list {
  display: none;
  flex-direction: column;
  padding: 20px 20px 20px 40px ;
  gap: 10px;
  background-color: #434361;
}
.nl-menu-nav .nl-menu-item.--parent.active svg {
  transform: translateY(-50%) rotate(180deg);
}
.nl-menu-nav .nl-menu-item.--parent.active + .nl-menu-child-list {
  display: flex;
}
.nl-menu-nav .nl-menu-child-list .nl-menu-item {
  font-weight: normal !important;
}
.nl-menu-nav .nl-menu-child-list .nl-menu-item.active,
.nl-menu-nav .nl-menu-child-list .nl-menu-item:hover {
  font-weight: bold !important;
  background-color: transparent;
  cursor: pointer;
}
.nl-header {
  position: fixed;
  left: var(--width-left-menu);
  top: 0;
  right: 0;
  height: var(--height-header);
  z-index: 199;
  display: flex;
  background-color: #fff;

}
.nl-header .nl-header-left,
.nl-header .nl-header-right {
  padding: 0 25px;
}
.nl-select .nl-options {
  position: absolute;
  bottom: -15px;
  transform: translateY(100%);
  background-color: var(--white-color);
  padding: 16px;
  border-radius: 0 0 5px 5px;
  right: 0;
  box-shadow: 0px 3px 6px 0px #0000001A;
  width: 160px;
}
.nl-select .nl-options .nl-option {
  font-size: var(--fs-normal);
  white-space: nowrap;
  padding-top: 6px;
  padding-bottom: 6px;
}
.nl-select .nl-options .nl-option:hover {
  cursor: pointer;
  color: var(--main-color);
}
.nl-select .nl-options .nl-option:not(:first-child) {
  margin-top: 4px;
}
.nl-header .nl-title-page {
  font-size: var(--fs-h5);
  margin: 0;
}
.nl-select {
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 26px;
  position: relative;
  cursor: pointer;
  font-size: var(--fs-normal);
  height: 38px;
  display: flex;
  align-items: center;
}

.nl-footer {
  height: var(--height-footer);
  text-align: center;
  color: #707070;
  margin-top: auto;
  padding-left: var(--width-left-menu);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}


.nl-wrapper {
  padding: var( --height-header) 25px 0 calc(var(--width-left-menu) + 25px);
  min-height: calc(100vh - var(--height-footer));
  display: flex;
  flex-direction: column;
  background-image: url(../img/bg_purple.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 256px;
  background-color: var(--bg-grey-color);
  min-width: 1500px;
}
.nl-card {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0px #0000001A;
  /* overflow: hidden; */
}
.nl-tbl {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;

}
/* .nl-frame-table {
  border-top: 1px solid #D7E1ED;
  margin-top: 32px;
} */
 .nl-tbl thead {
   border-bottom: 1px solid #eff1f3;
 }
.nl-tbl th,
.nl-tbl td {
  padding: 10px 20px;
}
.nl-tbl th {
  height: 38px;
  font-weight: bold;
  background-color: var(--white-color);
  font-size: var(--fs-normal);
}
.nl-tbl td {
  height: 45px;
  color: #444B55;
  font-size: var(--fs-small);
}
.nl-tbl td.edit-mode {
  padding: 6px !important;
}
.nl-tbl td .nl-form-control {
  width: 100%;
  border: 0;
  height: 100%;
  color: #444B55;
  font-size: var(--fs-small);
  border: 1px solid var(--border-color);
  border-radius: 3px;
  padding-right: 20px;
}
/* Apply background color only to non-parent rows (for backward compatibility) */
.nl-tbl tr:not(.parent-row):nth-child(odd) {
  background-color: #F8F9FA;
}

/* Parent row background colors - managed by JavaScript */
/* Completely disable nth-child for parent rows */
.nl-tbl tbody tr.parent-row {
  background-color: #fff !important; /* Default white */
}

.bg-fff {
  background-color: #fff !important; /* Default white */
}

tr.all-lines td{
  border: 1px solid #E5E5E5;
}

.nl-tbl tbody tr.parent-row.row-odd {
  background-color: #F8F9FA !important;
}

.nl-tbl tbody tr.parent-row.row-even {
  background-color: #fff !important;
}

/* Child rows should have different background */
.nl-tbl tbody tr[class^="child-"] {
  background-color: #f0f0f0 !important;
}
.nl-head-action {
  padding: 28px 0 26px;
}
.nl-head-action .nl-form-control {
  height: 38px;
  border: 0;
  font-size: var(--fs-normal);
  padding: 0 10px;
  min-width: 150px;
  border-radius: 3px;
  background-color: var(--white-color);
}
.nl-form-control.selectDate,
.nl-form-control.iconDate {
  padding-left: 36px !important;
  background-image: url(../img/date.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
   font-family: "Malgun Gothic", sans-serif;

}
.nl-head-action .nl-form-control.selectDate,
.nl-head-action .nl-form-control.iconDate {
 width: 150px;
}
.nl-head-action .nl-left {
  flex: 1
}
.nl-head-action .nl-btn {
  height: 38px;
  border-radius: 3px;
  padding: 0 20px;
  font-size: var(--fs-normal);
  min-width: 138px;
}
.nl-head-action .nl-btn.btn-white {
  background-color: var(--white-color);
  color: #333333;
}
.nl-head-action .nl-btn.btn-transparent {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.nl-card .nl-form {
  padding: 42px 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nl-grey-frame {
  background-color: #EEF1F6;
  padding: 28px 30px;
  border-radius: 6px;
}

.nl-form-group {
  margin-bottom: 20px;
}
.nl-form-group .nl-form-control {
  height: 38px;
  border: 0;
  font-size: var(--fs-normal);
  padding: 0 10px;
  width: 100%;
  border-radius: 3px;
  background-color: var(--white-color);
}
.nl-form-group select.nl-form-control:disabled,
.nl-form-group input.nl-form-control:read-only,
.nl-form-group textarea.nl-form-control:read-only,
.select2-container--default.select2-container--disabled .select2-selection--single  {
  background-color: #e2e9ef !important;
}
.nl-form-group input.nl-form-control.hasDatepicker:read-only,
.nl-form-group input.nl-form-control.selectDate:read-only {
  background-color: #fff !important;
}
.nl-form-group textarea.nl-form-control {
  resize: none;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nl-form-group .nl-lbl {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1;
}
.gap-form-control {
  gap: 20px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.nl-action .nl-btn {
  height: 38px;
  border-radius: 3px;
  width: 52px;
  margin-top: 23px;
}
.nl-action .nl-btn.btn-plus {
  background-color: var(--white-color);
  border: 1px solid var(--main-color);
}
.nl-action .nl-btn.btn-minus {
  background-color: var(--white-color);
  border: 1px solid #c11d1d;
  padding-top: 2px;
}
.nl-search {
  position: relative;
}
.nl-btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  background-color: var(--white-color);
  border: 0;
}
.nl-form-group .nl-text {
  color: #6C757D;
}
.nl-form-group .nl-cb {
  background-color: #fff;
}
.nl-line {
  border: 0;
  height: 1px;
  background-color: #131313;
}
.mt-20 {
  margin-top: 20px !important;
}

.nl-calendar {
  padding: 20px;
}

.nl-calendar-choose div {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    font-size: var(--fs-h3);

}
.nl-calendar-choose div.nl-action{
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #F5F6F7;
    box-shadow: 0px 2px 5px 0px #26334D08;

}
.nl-hidden{
	display: none;
}
.nl-item-info {
	position:relative;
}
.nl-calendar-choose div.nl-show-month{
    width: 175px;
    margin: 0 6px;
}
.nl-calendar-action{
    padding: 0;
    gap: 14px;
    height: calc(100% - 52px); /*52px is height of input above*/
}
.nl-calendar-action .fc-scrollgrid-liquid,
.nl-calendar-action td.presentation  {
  border: 0 !important;
}
.nl-calendar-action .fc-theme-standard th {
  height: 38px;
  border: 0 !important;
  background-color: #D5D5D5;
  color: #131313;
  vertical-align: middle;
}
.nl-calendar-action .fc-theme-standard td {
    height: 140px;
    max-height: 140px;
    border-color: #EFEFEF !important;
}
.nl-calendar-action .fc-theme-standard td:first-child {
  border-left: 0 !important;
}
.nl-calendar-action .fc-theme-standard td:last-child {
  border-right: 0 !important;
}
.nl-calendar-action .fc .fc-scroller-liquid-absolute {
    overflow-y: auto !important;
    position: relative;
}

.nl-calendar-action .nl-left .nl-header{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #EAF0FE;
    font-size: var(--fs-h5);
    justify-items: center;
    align-items: center;
    height: 53px;
}
.nl-calendar-action .nl-left .nl-body{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #fff;
}
.nl-calendar-action .nl-left .nl-body .nl-item{
    display: flex;
    align-items: end;
    flex-direction: column;
    padding: 10px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;

}
.nl-calendar-action .nl-left .nl-body .nl-item div:first-child{
    font-size: var(--fs-small);
    color: #262626;
}
.nl-calendar-action .nl-left .nl-body .nl-item.not-in-month div:first-child{

    color: #7E7E7E;
}
.nl-calendar-action .nl-left .nl-body .nl-item div:last-child{
    margin-top: 60px;
    font-size: var(--fs-smallest);
    color: #000000;
    font-weight: bold;
}
.nl-calendar-action .nl-left .nl-body .nl-item.not-in-month div:last-child{
    color: #B5B5B5;
}
.nl-calendar-action .nl-left .nl-body .nl-item:nth-child(7n) {
    border-right: none;
}

.nl-calendar-action .nl-left .nl-body .nl-item:nth-last-child(-n+7) {
    border-bottom: none;
}
.nl-calendar-data {
  color: var(--main-color);
}
.nl-uploads {
  gap: 18px;
  padding-top: 7px;
}
.nl-uploads .nl-upload-item {
  height: 82px;
  width: 82px;
  border: 1px solid #CED4DA;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
}
.nl-uploads .nl-upload-item button {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 19px;
  height: 19px;
  background-color: #CCD0D5;
  border-radius: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nl-uploads .nl-upload-item .nl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nl-uploads label.nl-upload-item {
  /* border-style: dashed; */
  cursor: pointer;
}
.nl-form-note {
  color: #6C757D;
  margin-top: 15px;
  font-size: 13px;
}
.nl-list-board-info {
  border: 1px solid #fff;
  height: 38px;
}
.nl-list-board-info .nl-th,
.nl-list-board-info .nl-td {
  color: #fff;
  height: 100%;
  padding: 0 10px;
}
.nl-list-board-info .nl-col:not(:first-child) .nl-th {
  border-left: 1px solid #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color) !important;
  height: 32px !important;
  border-radius: 3px !important;
  padding: 0 10px !important;
}
.select2-dropdown {
  border: 0 !important;
  box-shadow: 0px 3px 6px 0px #0000001A;
}
.select2-results__option {
  padding: 6px 10px !important;
}

  .month-year-popup {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1000;
    width: 210px;
  }
  .months-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 10px 0;
  }
  .month-box {
    padding: 4px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
  }
  .month-box:hover {
    background: #e6f0ff;
  }
  .month-box.active {
    background: #4a90e2;
    color: white;
    border-color: #4a90e2;
  }
.month-year-popup {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 199;
}
.month-year-popup .nl-form-control {
  height: 28px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  border-radius: 3px;
  color: var(--text-color);
  padding-left: 10px;
  font-size: 13px !important;
  margin-bottom: 10px;
  width: 70px;
  margin: 0 auto;
  min-width: unset !important;
}
.month-year-popup .nl-btn {
  width: 100%;
  min-width: unset !important;
  height: 32px;
  font-size: 13px !important;
}
.month-year-popup .nl-btn.btn-negative {
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.month-year-popup .nl-btn.btn-positive {
  background-color: var(--main-color);
  color: white;
}

.pt-10 {
  padding-top: 10px;
}
.mt-0 {
  margin-top: 0 !important;
}
.nl-mapping-row-line {
  border: 0;
  height: 1px;
  background-color: var(--grey-line);
  margin-bottom: 20px;
  margin-top: 20px;
}
.nl-view-image-layer {
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.nl-view-image-layer img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.nl-view-image-layer.active {
    display: flex;
}

.nl-view-image-layer .nl-btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.nl-pointer {
  cursor: pointer;
}
.nl-color-picker {
  position: relative;
}
.nl-color-picker .nl-box-color {
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 3px;
}
td .nl-status {
  display: inline-block;
  border-radius: 16px;
  padding: 4px 12px;
  font-size: var(--fs-small);
  background-color: #fff;
}
td .nl-status.completed {
  border: 1px solid #218967;
  color: #218967;
  box-shadow: 0 0 6px rgba(26, 188, 156, 0.5);
}
td .nl-status.incomplete {
  color: orange;
  border: 1px solid orange;
  box-shadow: 0 0 6px rgba(255, 165, 0, 0.4);
}
.nh-btn-status {
  height: 38px;
  border-radius: 3px;
  padding: 0 9px;
  font-size: var(--fs-small);
  border-radius: 3px;
  cursor: pointer;
}
.nh-btn-status.completed {
  color: #fff;
  background-color: #BDBDBD;
}
.nh-btn-status.incomplete {
  background-color:  #218967;
  color: #fff;
}

.pointer {
  cursor: pointer;
}
.select2-container .select2-selection--multiple {
  height: unset !important;
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple {
    border: 0 !important;
    padding: 0 !important;
}
.select2-container--default.select2-container .select2-selection--multiple {
  display: flex;
  border: 0 !important;
  padding: 0;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 28px;
  margin-top: 0;
  margin-left: 10px;
  vertical-align: middle;
  padding-top: 8px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 4px;
  height: 100% !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    line-height: 20px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  bottom: 0;
  display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove  span {
  line-height: 1;
  font-family: 'Noto Sans KR', sans-serif
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  padding-left: 5px;
  line-height: 28px;
}
.select2-container--default .select2-selection--multiple::after {
  position: absolute;
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;

  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 0;
}
.nl-tbl tr.subtr {
  background-color: #efeff0 !important;
  display: none;
}
.parent-row {
  cursor: pointer;
}

.nl-purple-layer {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  bottom: -40px;
  background-color: var(--main-color);
  z-index: 0;
}
