/*! Poteligeo v0.0.1 | (c) 2025 P360 | MIT License |  */
/* line 2, src/sass/components/_custom-select.scss */
.custom-select > input {
  display: none;
}

/* line 6, src/sass/components/_custom-select.scss */
.custom-select > input:checked + label + .select-dropdown {
  display: block;
  background: #fff;
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 10px;
  border: 1px solid #D9DADD;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

/* line 15, src/sass/components/_custom-select.scss */
.custom-select > input:checked + label + .select-dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 18, src/sass/components/_custom-select.scss */
.custom-select > input:checked + label + .select-dropdown li label {
  margin-left: 5px;
}

/* line 25, src/sass/components/_custom-select.scss */
.custom-select input[type=checkbox]:before {
  height: 10px;
  outline: 1px solid #737b8f;
  width: 10px;
  border: 2px solid transparent;
}

/* line 31, src/sass/components/_custom-select.scss */
.custom-select input[type=checkbox]:checked:before {
  background-color: #737b8f;
  border-color: #fff;
}

/* line 35, src/sass/components/_custom-select.scss */
.custom-select input[type=radio]:before {
  height: 10px;
  outline: 1px solid #737b8f;
  width: 10px;
  border: 2px solid transparent;
}

/* line 41, src/sass/components/_custom-select.scss */
.custom-select input[type=radio]:checked:before {
  background-color: #737b8f;
  border-color: #fff;
}

/* line 45, src/sass/components/_custom-select.scss */
.custom-select label {
  font-size: 14px;
}

/* line 48, src/sass/components/_custom-select.scss */
.custom-select > label {
  padding: 4px 7px;
  font-size: 16px;
  line-height: 22px;
  color: #666d81;
  border: 1px solid #D9DADD;
  border-radius: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

/* line 61, src/sass/components/_custom-select.scss */
.custom-select .select-dropdown {
  display: none;
}

/* line 64, src/sass/components/_custom-select.scss */
.custom-select.error > label {
  border: 1px solid #e42c64;
}

/* line 2, src/sass/components/_card.scss */
.resources-card {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 689px;
  margin: auto;
}

/* line 9, src/sass/components/_card.scss */
.resources-card-img {
  background-color: #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 44px;
}

/* line 17, src/sass/components/_card.scss */
.resources-card-details {
  padding: 29px 32px;
}

/* line 20, src/sass/components/_card.scss */
.resources-card-details .btn {
  color: #424654;
  font-weight: 500;
}

/* line 24, src/sass/components/_card.scss */
.resources-card-details .btn:hover {
  color: #fff;
}

/* line 29, src/sass/components/_card.scss */
.resources-card-title {
  color: #543F99;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 16px;
}

/* line 36, src/sass/components/_card.scss */
.resources-card-content {
  color: #424654;
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 22px !important;
}

@media only screen and (max-width: 768px) {
  /* line 46, src/sass/components/_card.scss */
  .resources-card {
    display: block;
  }
  /* line 48, src/sass/components/_card.scss */
  .resources-card-details {
    text-align: center;
    padding: 29px 20px;
  }
}

/* line 2, src/sass/components/_modal.scss */
.modal-content {
  border-radius: 0;
  padding: 20px;
}

/* line 6, src/sass/components/_modal.scss */
.modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

/* line 10, src/sass/components/_modal.scss */
.modal-header .btn-close {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* line 16, src/sass/components/_modal.scss */
.modal-body {
  padding: 35px;
}

/* line 21, src/sass/components/_modal.scss */
.modal {
  overflow-y: scroll;
}

/* line 25, src/sass/components/_modal.scss */
.leave-btn {
  margin-right: 20px;
}

@media (min-width: 992px) {
  /* line 30, src/sass/components/_modal.scss */
  .modal-lg {
    max-width: 1044px;
  }
  /* line 36, src/sass/components/_modal.scss */
  #leave-site-popup .modal-body {
    padding: 35px 100px;
  }
  /* line 41, src/sass/components/_modal.scss */
  #leave-site-popup .modal-lg {
    max-width: 900px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 49, src/sass/components/_modal.scss */
  .modal-heading {
    text-align: center;
  }
  /* line 52, src/sass/components/_modal.scss */
  .modal-content {
    padding: 16px 16px 45px;
  }
  /* line 55, src/sass/components/_modal.scss */
  .modal-body {
    padding: 0;
  }
  /* line 58, src/sass/components/_modal.scss */
  .modal .btn-set {
    text-align: center;
  }
  /* line 60, src/sass/components/_modal.scss */
  .modal .btn-set .btn {
    width: 100%;
  }
  /* line 66, src/sass/components/_modal.scss */
  #heretohelpmodal .modal-heading {
    text-align: center;
    margin-bottom: 17px !important;
  }
  /* line 73, src/sass/components/_modal.scss */
  #thankyou-modal .modal-content {
    text-align: center;
  }
  /* line 79, src/sass/components/_modal.scss */
  #requestakitmodal .modal-heading {
    margin-bottom: 19px !important;
  }
  /* line 86, src/sass/components/_modal.scss */
  .leave-btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1023.5px) {
  /* line 91, src/sass/components/_modal.scss */
  .modal-dialog {
    max-width: 650px;
  }
}

/* line 95, src/sass/components/_modal.scss */
.text-red {
  color: #ff0000;
}

/* line 98, src/sass/components/_modal.scss */
.form-holiday-msg-text {
  padding: 0 25px;
  line-height: 23px;
}

@media only screen and (max-width: 768px) {
  /* line 98, src/sass/components/_modal.scss */
  .form-holiday-msg-text {
    padding: 0;
  }
}

/* line 11, src/sass/pages/page-not-found.scss */
.header {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 14, src/sass/pages/page-not-found.scss */
.page-not-found {
  padding: 100px 0;
}

/* line 16, src/sass/pages/page-not-found.scss */
.page-not-found h2 {
  color: #4C08BB;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 26px;
}

/* line 23, src/sass/pages/page-not-found.scss */
.page-not-found p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #4C08BB;
  margin-bottom: 16px;
}

/* line 30, src/sass/pages/page-not-found.scss */
.page-not-found .d-flex {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* line 33, src/sass/pages/page-not-found.scss */
.page-not-found .btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #543F99;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

/* line 43, src/sass/pages/page-not-found.scss */
.page-not-found .btn:hover .icon-angle-right {
  color: #fff;
}

/* line 48, src/sass/pages/page-not-found.scss */
.page-not-found .icon-angle-right {
  color: #543F99;
  font-weight: bold;
  font-size: 12px;
  margin-left: 18px;
}

@media only screen and (max-width: 575px) {
  /* line 56, src/sass/pages/page-not-found.scss */
  .page-not-found {
    padding: 40px 0;
  }
  /* line 58, src/sass/pages/page-not-found.scss */
  .page-not-found h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 42px;
  }
  /* line 63, src/sass/pages/page-not-found.scss */
  .page-not-found p {
    font-size: 18px;
  }
  /* line 66, src/sass/pages/page-not-found.scss */
  .page-not-found .d-flex {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
