@import url("https://cdn.rawgit.com/sh4hids/bangla-web-fonts/solaimanlipi/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
:root {
  --primary-color: #14562e;
  --secondary-color: #32C36C ;
  --tirtiary-color: #c92e2d;
  --border-color: #32C36C;
  --text-color: #455a63;
  --white: #ffffff;
  --black-color: #a2a1a1;
  --mid-black: #303030;
}

#applicant-login-page {
  background-image: linear-gradient(32deg, rgba(255, 255, 255, 0.52) 48%, rgba(50, 195, 108, 0.73) 100%), url("../../../images/bg/building1.jpeg");
  height: 100vh;
  overflow: hidden;
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#applicant-login-page .registration_text {
  font-family: "SolaimanLipi", sans-serif;
  margin-bottom: 15px;
}
#applicant-login-page .login_text {
  font-family: "SolaimanLipi", sans-serif;
  margin-bottom: 15px;
}
#applicant-login-page .card {
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 20px;
}
#applicant-login-page .card .logo .text {
  background: var(--secondary-color);
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
}
#applicant-login-page .card .logo .text a {
  font-size: 20px;
}
#applicant-login-page .card #sign_in .material-icons {
  color: var(--primary-color);
}
#applicant-login-page .card #sign_in .form-control {
  padding: 10px;
}
#applicant-login-page .card #sign_in .forget-pass {
  color: var(--text-color) !important;
}

.bg-hero-home {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 171px;
}
.bg-hero-home .title {
  padding: 50px;
  margin: 70px;
}
.bg-hero-home .title h1 {
  color: var(--mid-black);
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 50px;
  font-family: "SolaimanLipi", sans-serif;
  font-weight: bold;
}
.bg-hero-home .title h3 {
  color: var(--white);
  font-size: 20px;
}
.bg-hero-home .title p {
  color: var(--mid-black);
  font-family: "SolaimanLipi", sans-serif;
}
.bg-hero-home .title ul li {
  font-family: "SolaimanLipi", sans-serif;
}
.bg-hero-home .auth-button-group {
  margin-top: 50px;
}
.bg-hero-home .auth-button-group .btn-auth {
  padding: 10px 40px 10px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.bg-hero-home .auth-button-group .btn-auth:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.bg-hero-home .floating-image {
  width: 50%;
  position: fixed;
  right: 0;
  bottom: 0;
}
.bg-hero-home .service-list {
  color: #455a63;
}

/*
========================================
Main application form css for Responsive
========================================
*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .bg-hero-home {
    height: 100%;
  }
  .bg-hero-home .title {
    margin: 30px 0 100px 0;
  }
  .bg-hero-home .title h1 {
    line-height: 35pxphp;
  }
  .bg-hero-home .auth-button-group {
    position: relative;
    z-index: 11;
  }
}
.primary-button {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  padding: 10px;
  border-radius: 5px !important;
}
.primary-button .material-icons {
  font-size: 14px !important;
}

.tirtiary-button {
  background-color: var(--tirtiary-color) !important;
  border-color: var(--tirtiary-color) !important;
  padding: 10px;
  border-radius: 5px !important;
}
.tirtiary-button .material-icons {
  font-size: 14px !important;
}

.secondary-button {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  padding: 10px;
  border-radius: 5px !important;
}
.secondary-button .material-icons {
  font-size: 14px !important;
}

/*
============================
Main application form css
============================
*/
#application-custom-form {
  background: var(--white);
  border: 1px solid var(--mid-black);
  padding: 70px 50px 70px 50px;
  border-radius: 10px;
}
#application-custom-form .heading-text {
  margin-bottom: 30px;
}
#application-custom-form .heading-text h1 {
  font-size: 24px;
  font-family: solaimanlipi;
  font-weight: bold;
}
#application-custom-form .modal-heading-text h3 {
  font-family: solaimanlipi;
}
#application-custom-form .app-heading {
  width: 100%;
  margin: auto;
}
#application-custom-form .app-heading h3 {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid var(--white);
  padding: 15px;
  border-radius: 10px;
  background-color: #757676;
  color: var(--white);
  font-weight: 400;
  font-family: solaimanlipi;
}
#application-custom-form .form-group label {
  font-size: 16px;
  color: var(--mid-black);
  font-family: solaimanlipi;
}
#application-custom-form .form-group .form-control {
  color: var(--mid-black);
  font-weight: 400;
}
#application-custom-form .form-group .form-control:focus {
  border-color: var(--mid-black) !important;
  box-shadow: none;
}
#application-custom-form .form-group .form-select {
  font-size: 14px;
  color: var(--mid-black);
}
#application-custom-form .form-group .form-select .option-disable {
  color: #9B9B9B;
  font-size: 14px;
}
#application-custom-form .form-group .form-select .option-item {
  font-size: 14px;
  color: var(--mid-black);
  font-family: solaimanlipi;
}
#application-custom-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}
#application-custom-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}
#application-custom-form #block-0 .label-text .app_permission_ul_wrap {
  padding: 0;
  list-style-type: none;
}
#application-custom-form #block-0 .label-text .app_permission_ul_wrap li {
  padding: 0px 2px;
  display: inline;
  color: var(--mid-black);
  font-size: 16px;
  font-family: solaimanlipi;
}
#application-custom-form #block-0 .checkbox-holder input[type=checkbox] {
  position: relative;
  border: 2px solid var(--mid-black);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  bottom: 4px;
}
#application-custom-form #block-0 .checkbox-holder input[type=checkbox]:hover {
  opacity: 1;
}
#application-custom-form #block-0 .checkbox-holder input[type=checkbox]:checked {
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  opacity: 1;
}
#application-custom-form #block-0 .checkbox-holder input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
#application-custom-form #block-1 .label-text .app_permission_ul_wrap {
  padding: 0;
  list-style-type: none;
}
#application-custom-form #block-1 .label-text .app_permission_ul_wrap li {
  padding: 0px 2px;
  display: inline;
  color: var(--mid-black);
  font-size: 16px;
  font-family: solaimanlipi;
}
#application-custom-form #block-1 .checkbox-holder input[type=checkbox] {
  position: relative;
  border: 2px solid var(--mid-black);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  bottom: 4px;
}
#application-custom-form #block-1 .checkbox-holder input[type=checkbox]:hover {
  opacity: 1;
}
#application-custom-form #block-1 .checkbox-holder input[type=checkbox]:checked {
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  opacity: 1;
}
#application-custom-form #block-1 .checkbox-holder input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
#application-custom-form #block-1 .application-info-block {
  border: 1px dashed black;
  padding-top: 10px;
  padding-bottom: 20px;
}
#application-custom-form #block-1 .application-info-block h2 {
  text-align: center;
  font-weight: bold;
  font-family: solaimanlipi;
  font-size: 16px;
}
#application-custom-form #block-2 {
  border-bottom: 1px dashed black;
  padding-bottom: 50px;
}
#application-custom-form #block-2 .applicant_informat {
  border: 1px dashed black;
  padding: 20px;
}
#application-custom-form #block-2 .applicant_informat .info-label {
  color: #707070;
  font-style: italic;
  font-family: roboto-regular;
  font-size: 12px;
}
#application-custom-form #block-2 .error {
  font-family: roboto-regular, solaimanlipi !important;
  font-weight: 400 !important;
}
#application-custom-form #block-3 {
  border-bottom: 1px dashed black;
  padding-bottom: 50px;
}
#application-custom-form #block-3 .buyer-details {
  border: 1px dashed black;
  padding: 20px;
}
#application-custom-form #block-3 .buyer-details .info-label {
  color: #707070;
  font-style: italic;
  font-family: roboto-regular;
  font-size: 12px;
}
#application-custom-form #block-3 .error {
  font-family: roboto-regular, solaimanlipi !important;
  font-weight: 400 !important;
}
#application-custom-form #block-4 {
  border-bottom: 1px dashed black;
  padding-bottom: 50px;
}
#application-custom-form #block-4 .uploader .label-text .app_permission_ul_wrap {
  padding: 0;
  list-style-type: none;
}
#application-custom-form #block-4 .uploader .label-text .app_permission_ul_wrap li {
  padding: 0px 2px;
  display: inline;
  color: var(--mid-black);
  font-size: 16px;
  font-family: solaimanlipi;
}
#application-custom-form #block-4 .uploader .vuejs3-datepicker {
  width: 100%;
}
#application-custom-form #block-4 .uploader .vuejs3-datepicker__value {
  width: 100%;
  height: 40px;
  padding: 8px 15px !important;
  border: 1px solid #ced4da;
  color: var(--mid-black);
}
#application-custom-form #block-4 .uploader .vuejs3-datepicker__value:focus {
  border-color: var(--mid-black) !important;
  box-shadow: none;
}
#application-custom-form #block-4 .uploader .info-label {
  color: #707070;
  font-style: italic;
  font-family: roboto-regular;
  font-size: 12px;
}
#application-custom-form #block-4 .uploader .form-label {
  color: var(--mid-black);
  font-size: 16px;
  font-family: solaimanlipi;
}
#application-custom-form #block-4 .uploader .checkbox-holder input[type=checkbox] {
  position: relative;
  border: 2px solid var(--mid-black);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  bottom: 4px;
}
#application-custom-form #block-4 .uploader .checkbox-holder input[type=checkbox]:hover {
  opacity: 1;
}
#application-custom-form #block-4 .uploader .checkbox-holder input[type=checkbox]:checked {
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  opacity: 1;
}
#application-custom-form #block-4 .uploader .checkbox-holder input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
#application-custom-form #block-4 .uploader .checkbox-holder2 input[type=checkbox] {
  position: relative;
  border: 2px solid var(--mid-black);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  bottom: 4px;
}
#application-custom-form #block-4 .uploader .checkbox-holder2 input[type=checkbox]:hover {
  opacity: 1;
}
#application-custom-form #block-4 .uploader .checkbox-holder2 input[type=checkbox]:checked {
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  opacity: 1;
}
#application-custom-form #block-4 .uploader .checkbox-holder2 input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
#application-custom-form #block-4 .error {
  font-family: roboto-regular, solaimanlipi !important;
  font-weight: 400 !important;
}

/*
========================================
Main application form css for Responsive
========================================
*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #application-custom-form {
    padding: 35px 35px 35px 35px;
  }
  #application-custom-form .app-heading {
    width: 100%;
  }
  #application-custom-form .app-heading h3 {
    font-size: 16px;
  }
  .modal-container {
    width: 100%;
  }
  .modal-container .success-msg {
    font-size: 14px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #application-custom-form {
    padding: 35px 35px 35px 35px;
  }
  #application-custom-form .app-heading {
    width: 100%;
  }
  #application-custom-form .app-heading h3 {
    font-size: 16px;
  }
  .modal-container {
    width: 100%;
  }
  .modal-container .success-msg {
    font-size: 14px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #application-custom-form {
    padding: 35px 35px 35px 35px;
  }
  #application-custom-form .app-heading {
    width: 100%;
  }
  #application-custom-form .app-heading h3 {
    font-size: 20px;
  }
}
/*
============================
Home Navbar css
============================
*/
.nha-logo {
  width: 50px;
}

.home-nav {
  background: var(--white);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
}
.home-nav .navbar-brand {
  border-right: none !important;
}
.home-nav .nav-link {
  color: var(--mid-black) !important;
  padding: 25px !important;
  margin-right: 0 !important;
  text-transform: capitalize !important;
  font-weight: bold;
}
.home-nav .nav-link:hover {
  background: var(--secondary-color);
  color: var(--white) !important;
}
.home-nav .active {
  background-color: var(--secondary-color);
  color: var(--white) !important;
}
.home-nav .manual {
  background-color: #1a0a0a !important;
  border-color: #c82c32 !important;
}
.home-nav span {
  font-size: 20px;
  color: var(--mid-black);
  padding-left: 10px;
  font-family: solaimanlipi;
}

/*
========================================
Home Navbar css for Responsive
========================================
*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .home-nav .logo-text {
    font-size: 14px;
  }
}
.app-form-checkbox {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--secondary-color);
  width: 15px;
  height: 20px;
}
.app-form-checkbox span {
  padding-left: 10px;
}

.app-form-checkbox:hover input ~ .checkmark {
  background-color: var(--gray-4);
}

.app-form-checkbox input:checked ~ .checkmark {
  background-color: var(--blue-9);
}

.app-form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.app-form-checkbox .checkmark::after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.app-form-checkbox input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  left: 0;
  height: var(--size-5);
  aspect-ratio: 1;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

#custom-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.31);
  z-index: 50;
  width: 100%;
  height: 100%;
}
#custom-loader .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #34db55;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.boraddhoApplicationForm .heading-text {
  margin-bottom: 30px;
}
.boraddhoApplicationForm .heading-text h1 {
  font-size: 24px;
  font-family: solaimanlipi;
  font-weight: bold;
}
.boraddhoApplicationForm #block-1 .label-text .app_permission_ul_wrap {
  padding: 0;
  list-style-type: none;
}
.boraddhoApplicationForm #block-1 .label-text .app_permission_ul_wrap li {
  padding: 0px 2px;
  display: inline;
  color: var(--mid-black);
  font-size: 16px;
  font-family: solaimanlipi;
}
.boraddhoApplicationForm #block-1 .checkbox-holder input[type=checkbox] {
  position: relative;
  border: 2px solid var(--mid-black);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  bottom: 4px;
}
.boraddhoApplicationForm #block-1 .checkbox-holder input[type=checkbox]:hover {
  opacity: 1;
}
.boraddhoApplicationForm #block-1 .checkbox-holder input[type=checkbox]:checked {
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  opacity: 1;
}
.boraddhoApplicationForm #block-1 .checkbox-holder input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.boraddhoApplicationForm #block-1 .application-info-block {
  border: 1px dashed black;
  padding-top: 10px;
  padding-bottom: 20px;
}
.boraddhoApplicationForm #block-1 .application-info-block h2 {
  text-align: center;
  font-weight: bold;
  font-family: solaimanlipi;
  font-size: 16px;
}

.vuejs3-datepicker {
  width: 100%;
}

.vuejs3-datepicker__value {
  width: 100%;
  height: 40px;
  padding: 8px 15px !important;
  border: 1px solid #ced4da !important;
  color: var(--mid-black);
}
.vuejs3-datepicker__value:focus {
  border-color: var(--mid-black) !important;
  box-shadow: none;
}

#necessary_paper .nav-tabs {
  float: right;
  margin-right: 20px;
  border: 1px solid #ccc;
}
#necessary_paper .nav-tabs > li.active > a, #necessary_paper .nav-tabs > li.active > a:focus, #necessary_paper .nav-tabs > li.active > a:hover {
  background: #ddd;
}
#necessary_paper .nav-tabs > li {
  float: none;
}
#necessary_paper .nav-tabs > li > a {
  margin-right: 0;
}
#necessary_paper .tab-content {
  border-top: 1px solid #ccc;
}
#necessary_paper .tab_header_div ul {
  list-style-type: none;
  padding: 0;
}
#necessary_paper .tab_header_div ul li:nth-child(1) {
  display: inline;
}
#necessary_paper .tab_header_div ul li:nth-child(2) {
  display: inline-block;
}
#necessary_paper .tab_header_div ul li:nth-child(2) h3 {
  font-size: 16px;
}

/*===============
Custom font
=================*/
.theme-home {
  background: linear-gradient(32deg, rgba(50, 195, 108, 0.3) 0%, rgb(255, 255, 255) 50%);
}
.theme-home #navbarCollapse .nav-item:nth-child(1) {
  font-family: solaimanlipi;
}
.theme-home #navbarCollapse .nav-item:nth-child(2) {
  font-family: solaimanlipi;
}

.bg-hero {
  /* The image used */
  background-image: url("../../../images/bg/bg6.png");
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.namjari_letter .page {
  width: 195mm;
  min-height: 297mm;
  padding: 20mm;
  margin: 10mm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.namjari_letter .subpage {
  padding: 1cm;
  height: 257mm;
  outline: 2cm #f1f1f1 solid;
}
@page {
  .namjari_letter {
    size: A4;
    margin: 0;
  }
}
@media print {
  .namjari_letter html, .namjari_letter body {
    width: 210mm;
    height: 297mm;
  }
  .namjari_letter .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 600px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

.footer {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=custom.css.map */