@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

.font-encode {
  font-family: "Encode Sans", sans-serif !important;
}

.red-text {
  color: #b2292e;
}

.red-text.rich * {
  color: #b2292e;
}

.text-justify-last-left {
  text-align: justify;
  text-align-last: left;
}

.title-hr {
  border-top: 2px solid #1c416f;
  width: 8%;
}

.test-color {
  background-color: blue;
}
.test-color-2 {
  background-color: green;
}
.test-color-3 {
  background-color: coral;
}

.bg-lightblue {
  background-color: #00aec7;
}

.group-card {
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding-bottom: 10px !important;
}

.card-header {
  padding: 10px 30px;
}

.card-body {
  padding: 25px 30px;
}

.group-card > .card-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.group-card-bgblue {
  background-color: #0a355e;
}

.group-card-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 0;
}

.group-card-title > span {
  color: #00abc8;
}

.card-body > p {
  font-size: 20px;
  font-weight: 600;
  color: #0a355e;
}

.contact p {
  color: #0a355e !important;
  font-size: 14px;
}

.group-card-icon {
  display: flex;
}

.group-card-icon > img {
  margin-right: 20px;
}

.group-card-benefits {
  align-self: center;
}

.group-card-benefits > label {
  color: #00abc8;
  font-weight: 900;
  font-size: 20px;
}

.group-card-benefits > label > span {
  color: #0a355e;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: initial;
}

.error-message {
  color: #b2292e;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0a355e;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0a355e;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0a355e;
}

.custom-control-label::before {
  border-color: #0a355e;
}

.group-radio-text {
  color: #0a355e;
  font-weight: 600;
  font-size: 16px;
}

.small-text {
  color: #0a355e;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.continueBtn,
.backBtn {
  border: none;
  font-weight: 700;
  white-space: normal;
  text-align: center;
  font-size: 18px;
  min-width: 180px;
  padding: 10px 15px;
  position: relative;
  border-radius: 9999px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.continueBtn {
  background-color: #b2292e;
  color: #ffffff;
  /* border: #b2292e 1px solid; */
}

.continueBtn:hover,
.continueBtn:focus {
  text-decoration: none;
  color: #ffffff;
  /* border: #861a21 1px solid; */
  background-color: #1b365d;
}

.backBtn {
  background-color: #ffffff;
  color: #204071;
  border: #204071 1px solid;
}

.continueBtn:disabled {
  background-color: #cccccc;
  border: transparent 1px solid;
}

.fa-arrow-circle-left {
  font-size: 50px;
}

label:not(.custom-control-label) {
  color: #b2292e;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: 28px;
  top: 5px;
  margin: 0;
  z-index: 1;
}

.membership {
  font-weight: 900;
  font-size: 28px;
  text-align: end;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#promoCode {
  padding: 5px 10px;
  border: #b2292e dotted 2px;
  border-radius: 5px;
}

/* Modal */
.modal-select .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-select .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: none;
  min-width: 300px;
  width: 30%;
  border-radius: 10px;
}

.modal-select .modal-header {
  background-color: #00acc8;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
}

.modal-select .modal-text {
  padding: 20px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  border: none;
}

.modal-select .icon-modal {
  height: 40px;
  margin-right: 10px;
}

/* The Close Button */
.modal-select .modal .close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-select .modal .close:hover,
.modal-select .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal btn*/
.modal-select .modalBtn {
  height: 3.5rem;
  background-color: #b2292e;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 40px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #b2292e;
  font-weight: 400;
  color: #1c355e;
  font-size: 18px;
  border-radius: 6px;
  height: unset;
  padding: 25px 12px 5px;
  resize: none;
}

.custom-control-label:before {
  border-radius: 3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00acc8;
}

.checkbox {
  padding: 10px 34px;
}

.termsCheckbox {
  background-color: white;
  margin-left: 0px;
  padding: 10px 34px;
  border-radius: 5px;
}

.termsCheckbox label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 8px;
  left: -21px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;

  transform: rotate(-45deg);
}

.termsCheckbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.termsCheckbox label.custom-control-label.group-radio-text p {
  margin-left: -34px;
  padding-left: 36px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .termsCheckbox {
    margin-left: 12px;
  }
}

@media (min-width: 1140px) {
  .termsCheckbox {
    margin-left: 19px;
  }
}
/* input number */
.number-input {
  padding: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: auto;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* steps */

#bbva-steps.nav-pills .nav-link.active,
#bbva-steps.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: transparent;
}

#bbva-steps .question-step-icon {
  width: 60px;
}

#bbva-steps {
  display: flex;
}

#bbva-steps,
.question-step-title {
  color: #808080;
  font-weight: 700;
  flex-wrap: initial;
}

.nav-link.active .question-step-title {
  color: #b2292e;
}

#bbva-steps.nav-pills .nav-link {
  position: relative;
  z-index: 2;
}

#bbva-steps.nav-pills .nav-item {
  min-width: 33%;
  position: relative;
}

#bbva-steps.nav-pills .nav-link .question-step-icon {
  display: inline-block;
}

#bbva-steps.nav-pills .nav-link .question-step-icon.hovered {
  display: none;
}

#bbva-steps.nav-pills .nav-item hr {
  position: absolute;
  top: 20%;
  width: 50%;
  z-index: 1;
  right: 1px;
  border-top: 2px dotted #0a355e;
}

/*#bbva-steps.nav-pills .nav-item:nth-of-type(2) hr {
    left: 1px;
    right: 1px;
    width: initial;
}*/

#bbva-steps.nav-pills .nav-item:nth-of-type(2) hr {
  right: initial;
  left: 1px;
}

.rounded-box {
  border: #1b365d 1px solid;
  border-radius: 6px;
}

.box-content h4,
.box-content > *:first-child {
  text-align: center;
  border-bottom: 1px solid #153e69;
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  padding: 0 0 0.5rem 0 !important;
}

.box-content > *:nth-child(2) {
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
}

.box-content > *:nth-child(2):after {
  font-family: "Font Awesome 5 Pro Regular", "FontAwesome";
  content: "\f138";
}

@media (max-width: 992px) and (min-width: 575px) {
  #bbva-steps.nav-pills .nav-item {
    min-width: 24%;
  }
}

@media (min-width: 768px) {
  .d-flex .container-title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .card-body > p {
    font-size: 15px;
  }

  .title-hr {
    display: none;
  }

  .smaller-h3 {
    font-size: 20px;
  }

  .continueBtn {
    font-size: 18px;
  }

  .continueBtn[type="submit"] {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    z-index: 10000;
    font-size: 18px;
  }

  .backBtn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.conditions :where(a) {
  /* @apply rttw-text-[#00AEEF] rttw-font-semibold underline hover:opacity-80 transition; */
  color: #3da3df;
  font-weight: 600;
}
.conditions p {
  /* @apply rttw-text-[#00AEEF] rttw-font-semibold underline hover:opacity-80 transition; */
  color: #444444;
}

@media (max-width: 575px) {
  .nav-item {
    min-width: initial;
    width: 100%;
  }

  #bbva-steps.nav-pills .nav-link.active {
    display: block;
  }

  #bbva-steps.nav-pills .nav-link:not(.active) {
    display: none;
  }

  #bbva-steps.nav-pills .nav-item hr {
    display: none;
  }

  #bbva-steps,
  .question-step-title {
    flex-direction: column;
  }
}
