@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:500,400,600|Manrope:600,500,400,700|Lexend:300,400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

.shadow-sm {
  box-shadow: 0px 6px 18px #2548EB1A !important;
}

#modal {
  position: fixed;
  width: 95%;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  align-content: center;
  align-items: center;
  justify-self: center;
  justify-content: center;
  display: flex !important;
}

#modal .modal-header {
  border-bottom: none;
}

#modal button.btn-modal-close {
  display: none;
}

#modal img.btn-modal-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 32px;
  top: 16px;
}

#modal .modal-dialog {
  display: flex;
}

#modal .modal-dialog .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#modal .modal-content::-webkit-scrollbar {
  display: none;
}

#modal .modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  max-height: 95vh;
  overflow: scroll;
}

.modal-request-success {
  padding: 16px 60px 80px 60px;
  background-size: 230px 230px;
  background-repeat: no-repeat;
  background-position: 90% bottom;

  .title {
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Poppins", Helvetica;
    font-weight: 500;
    color: #001e33;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 16px;
  }
  .description {
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: #001e33;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 28px;
  }
  .end {
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: #001e33;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 28px;
  }
}

.field-gdpr-inline_fg {
  display: flex;
}

.field-gdpr-inline_fg .checker {
  padding-top: 4px;
}

.field-gdpr-inline_fg .input-checkbox input {
  width: 17px;
  height: 17px;
  border: 1px solid #375DC8;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.field-gdpr-inline_fg .input-checkbox input:checked {
  background-color: #375DC8 !important;
  border-color: #375DC8 !important;
}

.field-gdpr-inline_fg .input-checkbox input:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.field-gdpr-inline_fg .text-gdpr-inline {
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #001e33;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 12px;
}

.field-gdpr-inline_fg .text-gdpr-inline a {
  color: #375dc8;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .card-body {
    padding: 32px 24px !important;
  }
  .modal-request-success {
    padding: 60px 24px 80px 24px;
  }
}