:root {
  --nl_color_white: #FFFFFF;

  --nl_color_neutral_05: #F9F8F9;
  --nl_color_neutral_10: #F3F2F2;
  --nl_color_neutral_20: #E7E4E5;
  --nl_color_neutral_30: #D7D2D4;
  --nl_color_neutral_40: #C0BABC;
  --nl_color_neutral_50: #A19B9D;
  --nl_color_neutral_60: #777374;
  --nl_color_neutral_70: #635F60;
  --nl_color_neutral_80: #444041;
  --nl_color_neutral_90: #231f20;

  --nl_color_turquoise_05: #F2F8F8;
  --nl_color_turquoise_10: #ddf1f3;
  --nl_color_turquoise_20: #a8dddf;
  --nl_color_turquoise_30: #6ac9ca;
  /* primary */
  --nl_color_turquoise_40: #0DB2B3;
  --nl_color_turquoise_50: #00a1a1;
  --nl_color_turquoise_60: #00908e;
  --nl_color_turquoise_70: #00746f;
  --nl_color_turquoise_80: #00645f;
  --nl_color_turquoise_90: #004841;

  --nl_color_blue_05: #e1f4fd;
  --nl_color_blue_10: #b6e3f1;
  --nl_color_blue_20: #8ad0e8;
  --nl_color_blue_30: #66bedf;
  --nl_color_blue_40: #51b1d9;
  --nl_color_blue_50: #44a4d3;
  --nl_color_blue_60: #3d96c5;
  --nl_color_blue_70: #3d96c5;
  --nl_color_blue_80: #31739f;
  --nl_color_blue_90: #26547c;

  --nl_color_error_10: #FEE4E2;
  --nl_color_error_20: #FECDCA;
  --nl_color_error_30: #FDA29B;
  --nl_color_error_50: #F04438;
  --nl_color_error_70: #B42318;
  --nl_color_error_80: #912018;
  --nl_color_error_90: #7A271A;

  --nl_color_warning_10: #FEF0C7;
  --nl_color_warning_20: #FEDF89;
  --nl_color_warning_30: #FEC84B;
  --nl_color_warning_50: #F79009;
  --nl_color_warning_70: #B54708;
  --nl_color_warning_80: #93370D;
  --nl_color_warning_90: #7A2E0E;

  --nl_color_success_10: #D1FADF;
  --nl_color_success_20: #A6F4C5;
  --nl_color_success_30: #6CE9A6;
  --nl_color_success_50: #12B76A;
  --nl_color_success_70: #027A48;
  --nl_color_success_80: #05603A;
  --nl_color_success_90: #054F31;

  --nlc_primary: var(--nl_color_turquoise_30);
  --nlc_secondary: var(--nl_color_white);

  --nl_font: 'Inter';
}

.icon-green::before {
  color: var(--nl_color_turquoise_40) !important;
}

.icon-blue-70 {
  color: #3584B2 !important;
}
.icon-white {
  color: #FFFFFF !important;
}

.body {
  margin: 0;
  font-family: var(--nl_font);
}

.nl_txt_underline {
  text-decoration: underline;
}

.nl_txt_primary {
  color: var(--nl_color_turquoise_30) !important;
}

.nl_txt_secondary {
  color: var(--nl_color_white) !important;
}

.nl_txt_neutral_05 {
  color: var(--nl_color_neutral_05) !important;
}

.nl_txt_neutral_40 {
  color: var(--nl_color_neutral_40) !important;
}

.nl_txt_neutral_50 {
  color: var(--nl_color_neutral_50) !important;
}

.nl_txt_neutral_60 {
  color: var(--nl_color_neutral_60) !important;
}

.nl_txt_neutral_70 {
  color: var(--nl_color_neutral_70) !important;
}

.nl_txt_neutral_80 {
  color: var(--nl_color_neutral_80) !important;
}

.nl_txt_neutral_90 {
  color: var(--nl_color_neutral_90) !important;
}

.nl_txt_blue_30 {
  color: var(--nl_color_blue_30) !important;
}

.nl_txt_blue_40 {
  color: var(--nl_color_blue_40) !important;
}

.nl_txt_blue_50 {
  color: var(--nl_color_blue_50) !important;
}

.nl_txt_blue_60 {
  color: var(--nl_color_blue_60) !important;
}

.nl_txt_blue_80 {
  color: var(--nl_color_blue_80) !important;
}

.nl_txt_error_50 {
  color: var(--nl_color_error_50) !important;
}

.nl_txt_error_70 {
  color: var(--nl_color_error_70) !important;
}

.nl_txt_success_50 {
  color: var(--nl_color_success_50) !important;
}

.nl_txt_success_70 {
  color: var(--nl_color_success_70) !important;
}

.nl_txt_success_80 {
  color: var(--nl_color_success_80) !important;
}

.nl_txt_turquoise_05 {
  color: var(--nl_color_turquoise_05) !important;
}

.nl_txt_turquoise_40 {
  color: var(--nl_color_turquoise_40) !important;
}

.nl_txt_turquoise_50 {
  color: var(--nl_color_turquoise_50) !important;
}

.nl_txt_turquoise_70 {
  color: var(--nl_color_turquoise_70) !important;
}

.nl_txt_turquoise_80 {
  color: var(--nl_color_turquoise_80) !important;
}

.nl_txt_turquoise_90 {
  color: var(--nl_color_turquoise_90) !important;
}

.nl_txt_warning_70 {
  color: var(--nl_color_warning_70) !important;
}

.nl_txt_warning_50 {
  color: var(--nl_color_warning_50) !important;
}

.nl_rotate {
  animation: rotation 2s infinite linear;
}

.nl_hiperlink1_blue_50 {
  color: var(--nl_color_blue_50) !important;
}
.nl_hiperlink1_blue_50:hover {
  color: var(--nl_color_blue_50) !important;
  text-decoration-line: underline !important;
}

.nl_hiperlink2_blue_50 {
  color: var(--nl_color_blue_50) !important;
}
.nl_hiperlink2_blue_50:hover {
  color: var(--nl_color_blue_50) !important;
  text-decoration-line: underline !important;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.nl_hdr1 {
  font-size: 50px;
  line-height: 60px;
}

.nl_hdr1_med {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.nl_hdr1_bold {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}

.nl_hdr2 {
  font-size: 36px;
  line-height: 44px;
}

.nl_hdr2_med {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.nl_hdr2_bold {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}

.nl_hdr3 {
  font-size: 28px;
  line-height: 36px
}

.nl_hdr3_med {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.nl_hdr3_bold {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}

.nl_hdr4 {
  font-size: 20px;
  line-height: 28px;
}

.nl_hdr4_med {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.nl_hdr4_bold {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.nl_bd1 {
  font-size: 16px;
  line-height: 24px;
}

.nl_bd1_med {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.nl_bd1_bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.nl_bd2 {
  font-size: 14px;
  line-height: 20px;
}

.nl_bd2_med {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.nl_bd2_bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.nl_cp1 {
  font-size: 12px !important;
  line-height: 16px !important;
}

.nl_cp1_med {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}

.nl_cp1_bold {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: bold !important;
}

.nl_cp2 {
  font-size: 10px;
  line-height: 12px;
}

.nl_cp2_med {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}

.nl_cp2_bold {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
}

.nl_eye_password {
  cursor: pointer;
  float: right;
  margin-top: -6%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}

.nl_icon_danger {
  cursor: pointer;
  float: right;
  margin-top: -6%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}

.nl_btn_primary {
  border-radius: 5px;
  padding: 2%;
  border: none;
  background-color: var(--nlc_primary);
  color: var(--nlc_secondary);
}

.nl_btn_secondary {
  border-radius: 4px;
  padding: 9px 16px;
  border: none;
  background-color: var(--nl_color_turquoise_05);
  color: var(--nlc_primary);
  width: fit-content;
}

.nl_btn_white {
  border-radius: 5px;
  padding: 2%;
  border: none;
  background-color: var(--nl_color_white);
  color: var(--nlc_primary);
  width: fit-content;
}

.nl_btn_neutral_05 {
  border-radius: 5px;
  padding: 1%;
  border: none;
  background-color: var(--nl_color_neutral_05);
  color: var(--nl_color_neutral_70);
  width: fit-content;
  height: fit-content;
}

.nl_btn_alert_blue_50 {
  color: #44A4D3;
  border: none;
  background-color: transparent;
}

.nl_btn_transparent {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.nl_bg_img_none {
  background-image: none !important;
}

.nl_bg_white {
  background-color: white !important;
}

.nl_bg_neutral_05 {
  background-color:  var(--nl_color_neutral_05) !important;
}

.nl_separator_gray {
  padding: 0.5rem !important;
  border-bottom: 1px solid #F3F2F2 !important;
}

ngb-datepicker {
  border: none !important;
}

.ngb-dp-months {
  height: 80%;
  margin: 0.5em;
}

.ngb-dp-month {
  width: 50%;
  height: 100%;
}

.ngb-dp-header {
  display: none;
}

.ngb-dp-day,
.ngb-dp-weekday,
.ngb-dp-week-number {
  width: 100% !important;
  height: 100% !important;
}

.ngb-dp-weekdays,
.ngb-dp-month-name {
  background-color: white !important;
}

.ngb-dp-month-name,
.ngb-dp-weekday {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 4%;
}

.ngb-dp-weekdays {
  border-bottom: none !important;
}

.ngb-dp-month-name {
  margin: 2% 0;
  color: var(--nl_color_neutral_80) !important;
}

.ngb-dp-weekday {
  color: var(--nl_color_neutral_60) !important;
  font-style: normal !important;
}

.ngb-dp-day {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--nl_color_neutral_80) !important;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

.fit-content {
  width: fit-content;
}

.h-fit-content {
  height: fit-content;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrums:hover {
  color: var(--neutral-80, #444041);
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
}

.swal2-html-container {
  font-size: 14px !important;
  line-height: 20px !important;
  color: var(--nl_color_neutral_70) !important;
}

.swal2-confirm {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

/* recaptchav3 */
.grecaptcha-badge {
  width: 13.3vw !important;
  height: 6.5vh !important;
  bottom: 0 !important;
  display: none !important;
}

.grecaptcha-logo > iframe {
  width: 100% !important;
  height: 100% !important;
}

/* don't delete for responsive captcha */
/* @media (min-width: 992px){
  .grecaptcha-badge {
    width: 22.5vw !important;
    height: 15vh !important;
  }
}

@media (min-width: 1200px) {
  .grecaptcha-badge {
    width: 13.3vw !important;
    height: 6.5vh !important;
  }
} */

.auth-bg {
  background-image: url('/assets/images/bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  @media (max-width: 575px) {
    display: none;
  }
}

.auth-email-bg {
  background-image: url('/assets/images/bg-success.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.ki-duotone.ki-information-5.text-warning {
  color: #F79009 !important;
}


.bg-img-none {
  background-image: none !important
}

.cdk-virtual-scroll-spacer {
  height: auto !important;
}

.border_none {
  border: none !important;
}
