@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&display=swap");
.main-container {
  background: #ffffff;
  padding: 0rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.custom-container {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 375.98px) {
  .custom-container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 376px) and (max-width: 574.98px) {
  .custom-container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 575px) and (max-width: 767.98px) {
  .custom-container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .custom-container {
    width: 95% !important;
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .custom-container {
    width: 90% !important;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .custom-container {
    width: 1366px !important;
  }
}

.carousel-item {
  height: 300px;
}
.carousel-item img {
  height: inherit;
}
.carousel-item .carousel-caption {
  left: 2%;
  bottom: 175px;
}
.carousel-item .carousel-caption .logo {
  width: 50px;
  margin-right: 0.2rem;
}
@media (min-width: 376px) and (max-width: 575.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 0.2rem;
    width: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 0.3rem;
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 0.5rem;
    width: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 0.8rem;
    width: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 1.3rem;
    width: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 2.4rem;
    width: 80px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 3.7rem;
    width: 80px;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 4.8rem;
    width: 80px;
  }
}
@media (min-width: 1800px) and (max-width: 1999.98px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 5.4rem;
    width: 80px;
  }
}
@media (min-width: 2000px) {
  .carousel-item .carousel-caption .logo {
    margin-right: 6rem;
    width: 80px;
  }
}
.carousel-item .carousel-caption .website-title {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}
.carousel-item .carousel-caption .website-title:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 2px;
}
@media (min-width: 376px) and (max-width: 575.98px) {
  .carousel-item .carousel-caption .website-title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-item .carousel-caption .website-title {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .carousel-item .carousel-caption .website-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .carousel-item .carousel-caption .website-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .carousel-item .carousel-caption .website-title {
    font-size: 1.8rem;
  }
}

.header {
  background: #eaeef5;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 576px) {
  .header {
    padding: 0.8rem;
    gap: 0.5rem;
  }
}
.header .parliament-logo {
  width: 30px;
}
@media (min-width: 376px) and (max-width: 575.98px) {
  .header .parliament-logo {
    width: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .parliament-logo {
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .parliament-logo {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .header .parliament-logo {
    width: 90px;
  }
}
.header .page-title {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  text-align: center;
  color: #2a517d;
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.6rem;
}
@media (min-width: 376px) and (max-width: 575.98px) {
  .header .page-title {
    font-size: 0.6rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .page-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .page-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .header .page-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .header .page-title {
    font-size: 1.7rem;
  }
}
.header .mujib-logo {
  width: 40px;
}
@media (min-width: 376px) and (max-width: 575.98px) {
  .header .mujib-logo {
    width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .mujib-logo {
    width: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .mujib-logo {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .header .mujib-logo {
    width: 130px;
  }
}

/*===== Colores =====*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.custom-input, .content-container .info-card .info-card-body .form-input-section .custom-input {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  caret-color: #0c0f12;
  color: #0c0f12;
  padding: 0 10px;
  font-weight: 600;
  transition: 0.2s;
}
.custom-input:focus, .content-container .info-card .info-card-body .form-input-section .custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.form__div {
  position: relative;
  height: 50px;
  margin-bottom: 1.5rem;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #dadce0;
  border-radius: 0.3rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
}

.form__label {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #80868b;
  font-size: 1rem;
  transition: 0.3s;
}

/*Input focus move up label*/
.form__input:focus + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  color: #027bfc;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}
.form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus {
  border: 1.5px solid #027bfc;
}

.form__error {
  border-color: #e02424 !important;
}

.error-msg {
  position: relative;
  top: 45px;
  color: red;
  font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -5px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -5px;
  content: "✖";
}

.selectpicker {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  color: #0c0f12;
  font-weight: 600;
  transition: 0.2s;
  padding: 0 15px;
}
.selectpicker:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.datepicker td,
.datepicker th {
  width: 40px;
  height: 1.5em;
}

.date-picker-calender-icon {
  position: absolute;
  margin-top: -32px;
  color: #555a5a;
  cursor: pointer;
}

.custom-btn {
  border: none;
  padding: 0.9rem 2rem;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0.5rem;
  width: 120px;
}
.custom-btn:focus {
  outline: none;
}

.custom-btn.dark-blue-btn {
  background: #2a517d;
  color: #fff;
}
.custom-btn.dark-blue-btn:hover {
  background: #10437e;
}
.custom-btn.dark-blue-btn:active {
  background: #041b35;
}

.custom-btn.blue-btn {
  background: #1565d8;
  color: #fff;
}
.custom-btn.blue-btn:hover {
  background: #0c4ca7;
}
.custom-btn.blue-btn:active {
  background: #023377;
}

.custom-btn.green-btn {
  background: #16b27e;
  color: #fff;
}
.custom-btn.green-btn:hover {
  background: #0b7954;
}
.custom-btn.green-btn:active {
  background: #055a3d;
}
.custom-btn.green-btn:disabled,
.custom-btn.blue-btn:disabled
{
  background: #7d958d;
  cursor: not-allowed;
}

.custom-btn.red-btn {
  background: #ec6d62;
  color: #fff;
}
.custom-btn.red-btn:hover {
  background: #c64c41;
}
.custom-btn.red-btn:active {
  background: #b33328;
}

.content-container {
  background: #fafbfd;
  padding: 1rem;
}
@media (min-width: 576px) {
  .content-container {
    padding: 1.5rem;
  }
}
.content-container .page-title {
  font-size: 1.4rem;
  color: #03316a;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .content-container .page-title {
    font-size: 1.7rem;
  }
}
.content-container .info-card {
  background: #ffffff;
  box-shadow: 0px 1.42292px 5.69167px rgba(0, 0, 0, 0.12);
  border-radius: 8.5375px;
  margin-bottom: 1rem;
}
.content-container .info-card .info-card-header {
  padding: 1rem 1.5rem;
}
@media (min-width: 576px) {
  .content-container .info-card .info-card-header {
    padding: 1rem 2rem;
  }
}
.content-container .info-card .info-card-header .en-title {
  font-size: 1.4rem;
  color: #03316a;
}
.content-container .info-card .info-card-header .bn-title {
  font-size: 1.15rem;
  color: #242b30;
}
.content-container .info-card .info-card-header .collapse-icon {
  display: none;
}
.content-container .info-card .info-card-header-collapsable {
  cursor: pointer;
}
.content-container .info-card .info-card-body {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 576px) {
  .content-container .info-card .info-card-body {
    padding: 1rem 2rem 2rem 2rem;
  }
}
.content-container .info-card .info-card-body .form-input-section {
  margin-bottom: 1.5rem;
}
.content-container .info-card .info-card-body .form-input-section .en-input-label {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #555a5a;
}
.content-container .info-card .info-card-body .form-input-section .bn-input-label {
  margin-bottom: 0;
  font-size: 1rem;
}
.content-container .info-card .info-card-body .form-input-section .required-icon {
  color: #f43e2e;
  font-size: 1rem;
}
.content-container .file-browse-section .file-uploader-row {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .content-container .file-browse-section .file-uploader-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }
}
.content-container .file-browse-section .file-uploader-row .left {
  display: flex;
  align-items: center;
}
.content-container .file-browse-section .file-uploader-row .left .uploaded-type-name {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #555a5a;
  white-space: nowrap;
}
.content-container .file-browse-section .file-uploader-row .left .file-uploader {
  margin-left: 9rem;
}
@media (min-width: 768px) {
  .content-container .file-browse-section .file-uploader-row .left .file-uploader {
    margin-left: 9.7rem;
  }
}
.content-container .file-browse-section .file-uploader-row .left .file-uploader .browse-btn {
  margin-bottom: 0;
  background: #ededed;
  padding: 0.65rem 2rem;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
.content-container .file-browse-section .file-uploader-row .left .file-uploader input {
  display: none;
}
@media (max-width: 767.98px) {
  .content-container .file-browse-section .file-uploader-row .right {
    margin-top: 1rem;
  }
}
.content-container .file-browse-section .authorization-letter .left .file-uploader {
  margin-left: 3.6rem;
}
@media (min-width: 768px) {
  .content-container .file-browse-section .authorization-letter .left .file-uploader {
    margin-left: 5rem;
  }
}
.content-container .content-footer {
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d3d3d4;
}

/*===== Colores =====*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.custom-input, .content-container .info-card .info-card-body .form-input-section .custom-input {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  caret-color: #0c0f12;
  color: #0c0f12;
  padding: 0 10px;
  font-weight: 600;
  transition: 0.2s;
}
.custom-input:focus, .content-container .info-card .info-card-body .form-input-section .custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.form__div {
  position: relative;
  height: 50px;
  margin-bottom: 1.5rem;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #dadce0;
  border-radius: 0.3rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
}

.form__label {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #80868b;
  font-size: 1rem;
  transition: 0.3s;
}

/*Input focus move up label*/
.form__input:focus + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  color: #027bfc;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}
.form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus {
  border: 1.5px solid #027bfc;
}

.form__error {
  border-color: #e02424 !important;
}

.error-msg {
  position: relative;
  top: 45px;
  color: red;
  font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -5px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -5px;
  content: "✖";
}

.selectpicker {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  color: #0c0f12;
  font-weight: 600;
  transition: 0.2s;
  padding: 0 15px;
}
.selectpicker:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.datepicker td,
.datepicker th {
  width: 40px;
  height: 1.5em;
}

.date-picker-calender-icon {
  position: absolute;
  margin-top: -32px;
  color: #555a5a;
  cursor: pointer;
}

.custom-btn {
  border: none;
  padding: 0.9rem 2rem;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0.5rem;
  width: 120px;
}
.custom-btn:focus {
  outline: none;
}

.custom-btn.dark-blue-btn {
  background: #2a517d;
  color: #fff;
}
.custom-btn.dark-blue-btn:hover {
  background: #10437e;
}
.custom-btn.dark-blue-btn:active {
  background: #041b35;
}

.custom-btn.blue-btn {
  background: #1565d8;
  color: #fff;
}
.custom-btn.blue-btn:hover {
  background: #0c4ca7;
}
.custom-btn.blue-btn:active {
  background: #023377;
}

.custom-btn.green-btn {
  background: #16b27e;
  color: #fff;
}
.custom-btn.green-btn:hover {
  background: #0b7954;
}
.custom-btn.green-btn:active {
  background: #055a3d;
}

.custom-btn.red-btn {
  background: #ec6d62;
  color: #fff;
}
.custom-btn.red-btn:hover {
  background: #c64c41;
}
.custom-btn.red-btn:active {
  background: #b33328;
}

.content-container {
  background: #fafbfd;
  padding: 0.5rem;
}
@media (min-width: 576px) {
  .content-container {
    padding: 1.5rem;
  }
}
.content-container .page-title {
  font-size: 1.4rem;
  color: #03316a;
}
@media (min-width: 576px) {
  .content-container .page-title {
    font-size: 1.7rem;
  }
}
.content-container .preview-cards-container {
  background: #ffffff;
  box-shadow: 0px 1.42292px 5.69167px rgba(0, 0, 0, 0.12);
  border-radius: 8.5375px;
}
.content-container .preview-cards-container .preview-card {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 576px) {
  .content-container .preview-cards-container .preview-card {
    padding: 1rem 2rem;
  }
}
.content-container .preview-cards-container .preview-card .preview-card-header {
  padding-bottom: 1rem;
}
.content-container .preview-cards-container .preview-card .preview-card-header .en-title {
  font-size: 1.6rem;
  color: #03316a;
}
.content-container .preview-cards-container .preview-card .preview-card-header .bn-title {
  font-size: 1.1rem;
  color: #242b30;
}
.content-container .preview-cards-container .preview-card .preview-card-body {
  border-top: 1px solid #8692a6;
  padding-top: 1.3rem;
}
.content-container .preview-cards-container .preview-card .preview-card-body .single-data-section {
  margin-bottom: 1.6rem;
}
.content-container .preview-cards-container .preview-card .preview-card-body .single-data-section .section-label-eng {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #555a5a;
}
.content-container .preview-cards-container .preview-card .preview-card-body .single-data-section .section-label-bn {
  margin-bottom: 0;
  color: #242b30;
  font-size: 1rem;
}
.content-container .preview-cards-container .preview-card .preview-card-body .single-data-section .section-value {
  margin-bottom: 0;
  color: #242b30;
  font-size: 1.1rem;
}

/*===== Colores =====*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.custom-input, .content-container .info-card .info-card-body .form-input-section .custom-input {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  caret-color: #0c0f12;
  color: #0c0f12;
  padding: 0 10px;
  font-weight: 600;
  transition: 0.2s;
}
.custom-input:focus, .content-container .info-card .info-card-body .form-input-section .custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.form__div {
  position: relative;
  height: 50px;
  margin-bottom: 1.5rem;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #dadce0;
  border-radius: 0.3rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
}

.form__label {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #80868b;
  font-size: 1rem;
  transition: 0.3s;
}

/*Input focus move up label*/
.form__input:focus + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  color: #027bfc;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}
.form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus {
  border: 1.5px solid #027bfc;
}

.form__error {
  border-color: #e02424 !important;
}

.error-msg {
  position: relative;
  top: 45px;
  color: red;
  font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -5px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -5px;
  content: "✖";
}

.selectpicker {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  color: #0c0f12;
  font-weight: 600;
  transition: 0.2s;
  padding: 0 15px;
}
.selectpicker:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.datepicker td,
.datepicker th {
  width: 40px;
  height: 1.5em;
}

.date-picker-calender-icon {
  position: absolute;
  margin-top: -32px;
  color: #555a5a;
  cursor: pointer;
}

.custom-btn {
  border: none;
  padding: 0.9rem 2rem;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0.5rem;
  width: 120px;
}
.custom-btn:focus {
  outline: none;
}

.custom-btn.dark-blue-btn {
  background: #2a517d;
  color: #fff;
}
.custom-btn.dark-blue-btn:hover {
  background: #10437e;
}
.custom-btn.dark-blue-btn:active {
  background: #041b35;
}

.custom-btn.blue-btn {
  background: #1565d8;
  color: #fff;
}
.custom-btn.blue-btn:hover {
  background: #0c4ca7;
}
.custom-btn.blue-btn:active {
  background: #023377;
}

.custom-btn.green-btn {
  background: #16b27e;
  color: #fff;
}
.custom-btn.green-btn:hover {
  background: #0b7954;
}
.custom-btn.green-btn:active {
  background: #055a3d;
}

.custom-btn.red-btn {
  background: #ec6d62;
  color: #fff;
}
.custom-btn.red-btn:hover {
  background: #c64c41;
}
.custom-btn.red-btn:active {
  background: #b33328;
}

.content-container {
  background: #fafbfd;
  padding: 0.5rem;
}
@media (min-width: 576px) {
  .content-container {
    padding: 1.5rem;
  }
}
.content-container .login-form-container {
  background: #fff;
  box-shadow: 0px 1.4282px 5.71279px rgba(0, 0, 0, 0.12);
  border-radius: 9px;
  padding: 2.3rem 1.2rem 2.8rem;
  max-width: 450px;
  margin: 0.5rem auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .content-container .login-form-container {
    margin: 2rem auto;
    padding: 2.3rem 2rem 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-container .login-form-container {
    margin: 2rem auto;
    padding: 2.3rem 2rem 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-container .login-form-container {
    margin: 3rem auto;
    padding: 2.3rem 2rem 2.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .content-container .login-form-container {
    margin: 4rem auto;
    padding: 2.3rem 2rem 2.8rem;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .content-container .login-form-container {
    margin: 4.5rem auto;
    padding: 2.3rem 2rem 2.8rem;
  }
}
@media (min-width: 1600px) {
  .content-container .login-form-container {
    margin: 5rem auto;
    padding: 2.3rem 2rem 2.8rem;
  }
}
.content-container .login-form-container .form-header {
  margin-bottom: 1.5rem;
}
.content-container .login-form-container .form-header .form-header-title {
  color: #2a517d;
  font-weight: 600;
  margin-bottom: 0.9rem;
  margin-top: 0.8rem;
}
.content-container .login-form-container .form-header .form-header-sub-title {
  color: #2a517d;
  font-size: 100%;
}
.content-container .login-form-container .login-form {
  margin: 0 auto;
}
.content-container .login-form-container .login-form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 0.8rem;
  padding: 0 0.15rem;
}
.content-container .login-form-container .login-form .form-footer .remember-me-checkbox { /* IE */ /* FF */ /* Safari and Chrome */ /* Opera */
  transform: scale(1.1);
  accent-color: #1565d8;
}
.content-container .login-form-container .login-form .form-footer .remember-me-text {
  color: #696f79;
}
.content-container .login-form-container .login-form .form-footer .reset-password-btn {
  color: #696f79;
}
.content-container .login-form-container .login-form .form-footer .reset-password-btn:hover, .content-container .login-form-container .login-form .form-footer .reset-password-btn:focus {
  text-decoration: none;
  color: #2a517d;
}
.content-container .login-form-container .login-form .field-icon {
  position: relative;
  margin-top: 18px;
  z-index: 2;
  float: right;
  margin-right: 10px;
  color: #6e8da8;
}
.content-container .login-form-container .login-form .dont-have-account-txt {
  color: #8692a6;
}
.content-container .login-form-container .login-form .dont-have-account-txt a {
  color: #2a517d;
  font-weight: 700;
}
.content-container .login-form-container .login-form .dont-have-account-txt a:visited {
  color: #2a517d;
}
.content-container .login-form-container .login-form .dont-have-account-txt a:hover, .content-container .login-form-container .login-form .dont-have-account-txt a:focus {
  text-decoration: none;
  color: #1565d8;
}

/*===== Colores =====*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.custom-input, .content-container .info-card .info-card-body .form-input-section .custom-input {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  caret-color: #0c0f12;
  color: #0c0f12;
  padding: 0 10px;
  font-weight: 600;
  transition: 0.2s;
}
.custom-input:focus, .content-container .info-card .info-card-body .form-input-section .custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.form__div {
  position: relative;
  height: 50px;
  margin-bottom: 1.5rem;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #dadce0;
  border-radius: 0.3rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
}

.form__label {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #80868b;
  font-size: 1rem;
  transition: 0.3s;
}

/*Input focus move up label*/
.form__input:focus + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  color: #027bfc;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}
.form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus {
  border: 1.5px solid #027bfc;
}

.form__error {
  border-color: #e02424 !important;
}

.error-msg {
  position: relative;
  top: 45px;
  color: red;
  font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -5px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -5px;
  content: "✖";
}

/*===== Colores =====*/
.text-area-form__div {
  position: relative;
  height: 80px;
  margin-bottom: 1.5rem;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #dadce0;
  border-radius: 0.3rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
  resize: none;
}
.form__input:focus {
  box-shadow: none;
}

.form__label {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #80868b;
  font-size: 1rem;
  transition: 0.3s;
}

/*Input focus move up label*/
.form__input:focus + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  color: #027bfc;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}
.form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus {
  border: 1.5px solid #027bfc;
}

.selectpicker {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d3d4;
  border-radius: 4px;
  color: #0c0f12;
  font-weight: 600;
  transition: 0.2s;
  padding: 0 15px;
}
.selectpicker:focus {
  outline: none;
  box-shadow: none;
  border-color: #027bfc;
}

.datepicker td,
.datepicker th {
  width: 40px;
  height: 1.5em;
}

.date-picker-calender-icon {
  position: absolute;
  margin-top: -32px;
  color: #555a5a;
  cursor: pointer;
}

.custom-btn {
  border: none;
  padding: 0.9rem 2rem;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0.5rem;
  width: 120px;
}
.custom-btn:focus {
  outline: none;
}

.custom-btn.dark-blue-btn {
  background: #2a517d;
  color: #fff;
}
.custom-btn.dark-blue-btn:hover {
  background: #10437e;
}
.custom-btn.dark-blue-btn:active {
  background: #041b35;
}

.custom-btn.blue-btn {
  background: #1565d8;
  color: #fff;
}
.custom-btn.blue-btn:hover {
  background: #0c4ca7;
}
.custom-btn.blue-btn:active {
  background: #023377;
}

.custom-btn.green-btn {
  background: #16b27e;
  color: #fff;
}
.custom-btn.green-btn:hover {
  background: #0b7954;
}
.custom-btn.green-btn:active {
  background: #055a3d;
}

.custom-btn.red-btn {
  background: #ec6d62;
  color: #fff;
}
.custom-btn.red-btn:hover {
  background: #c64c41;
}
.custom-btn.red-btn:active {
  background: #b33328;
}

.content-container {
  background: #fafbfd;
  padding: 0.5rem;
}
@media (min-width: 576px) {
  .content-container {
    padding: 1.5rem;
  }
}
.content-container .registration-form-container {
  background: #fff;
  box-shadow: 0px 1.4282px 5.71279px rgba(0, 0, 0, 0.12);
  border-radius: 9px;
  padding: 1.5rem;
  max-width: 550px;
  margin: 0.5rem auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .content-container .registration-form-container {
    margin: 1rem auto;
    padding: 2.5rem 0.8rem 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-container .registration-form-container {
    margin: 1rem auto;
    padding: 2.5rem 1rem 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-container .registration-form-container {
    margin: 1rem auto;
    padding: 2.5rem 0 2.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .content-container .registration-form-container {
    margin: 1rem auto;
    padding: 2.5rem 0 2.8rem;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .content-container .registration-form-container {
    margin: 1rem auto;
    padding: 2.5rem 0 2.8rem;
  }
}
@media (min-width: 1600px) {
  .content-container .registration-form-container {
    margin: 1rem auto;
    padding: 2.5rem 0 2.8rem;
  }
}
.content-container .registration-form-container .form-header {
  margin-bottom: 1.5rem;
  max-width: 450px;
  margin: 0 auto;
}
.content-container .registration-form-container .form-header .form-header-title {
  color: #2a517d;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.content-container .registration-form-container .form-header .form-header-sub-title {
  color: #2a517d;
  font-size: 100%;
}
.content-container .registration-form-container .form-header .user-type-section span {
  color: #555a5a;
}
.content-container .registration-form-container .form-header .user-type-section .user-type-radio-btn {
  margin-left: 0.6rem;
  accent-color: #5863b4;
  padding: 10px;
}
.content-container .registration-form-container .form-header .user-type-section .user-type-radio-btn:checked {
  border: 20px solid #5863b4;
}
.content-container .registration-form-container .registration-form {
  max-width: 450px;
  margin: 1.8rem auto 0 auto;
}
.content-container .registration-form-container .file-uploader .browse-btn {
  margin-bottom: 0;
  background: #ededed;
  padding: 0.65rem 2rem;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
.content-container .registration-form-container .file-uploader input {
  display: none;
}
.content-container .registration-form-container .content-footer span {
  font-weight: 600;
  color: #8692a6;
}
.content-container .registration-form-container .content-footer span a {
  color: #2a517d;
  font-weight: 700;
}
.content-container .registration-form-container .content-footer span a:hover, .content-container .registration-form-container .content-footer span a:focus, .content-container .registration-form-container .content-footer span a:visited {
  color: #2a517d;
  font-weight: 700;
  text-decoration: none;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  background-image: url(https://file.mofa.gov.bd/media/2d9328e1-e804-4035-ac8c-32572ba2a835/bg.jpg);
  background-position: center;
  background-attachment: fixed;
  padding: 0 0.5rem;
}
@media (min-width: 375px) {
  body {
    padding: 0 0.5rem !important;
  }
}
@media (min-width: 576px) {
  body {
    padding: 0 1rem !important;
  }
}
@media (min-width: 1024px) {
  body {
    padding: 0 2rem !important;
  }
}
@media (min-width: 1800px) {
  body {
    padding: 0 3rem !important;
  }
}

.bn-text {
  font-family: "Noto Sans Bengali", sans-serif;
  font-weight: 500;
}

.fileTag {
  display: inline-block;
  color: #10437e;
  font-size: 15px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */