.second-factor-choice {
  margin: 0 auto;
  max-width: 400px;
  /*padding: 30px 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/

}
.mfaRadioLabel {
  font-size: 1.3rem !important;
  padding-left: 32px !important;
}
.choice-title {
  margin-bottom: 24px;
  font-size: 1.3em;
  text-align: center;
}
.choice-options {
  margin-bottom: 30px;
}
/*.choice-option {
    display: flex;
    align-items: center;
    margin-bottom: 18px;

    [type="radio"] {
        position: static !important;
        left: auto !important;

        &:checked {
            position: static !important;
            left: auto !important;
        }

            &:not(:checked) {
        position: absolute;
        left: -9999px;
        }
    }
}*/

.choice-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
  /* Prevents the radio button from shrinking */

}
input[type="radio"]:checked + label:before {
  border: 1.4px solid black !important;
}
input[type="radio"]:checked + label:after {
  border: 1.4px solid black !important;
}
input[type="radio"]:not(:checked) + label:before {
  border: 1.4px solid black !important;
}
input[type="radio"]:not(:checked) + label:after {
  border: 1.4px solid black !important;
}
.choice-option label {
  font-size: 19px;
  color: #0a0a0a;
  margin-left: 10px;
}
.choice-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  /*justify-content: center;*/

}
.whatsapp-setup-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.whatsapp-setup-container .setup-title {
  margin-top: 0.2rem;
  margin-bottom: 2rem;
  font-size: 1.3em;
  text-align: center;
}
.whatsapp-setup-container .setup-text {
  margin-top: 0.2rem;
  margin-bottom: 2rem;
  font-size: 1.1em;
  color: #38484f;
  font-weight: 500;
  text-align: center;
}
.whatsapp-setup-container .phone-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
  align-items: stretch;
}
.whatsapp-setup-container .phone-input-group .country-select-wrapper {
  flex: 1;
  min-width: 140px;
}
.whatsapp-setup-container .phone-input-group .country-select-wrapper .country-select {
  width: 100%;
  /*height: 100%;*/
  background-color: #cacaca;
  border-radius: 6px;
  border: none;
  color: #38484f;
  font-size: 0.9em;
}
.whatsapp-setup-container .phone-input-group .country-select-wrapper .country-select:focus {
  background-color: #c5ced1;
  outline: none;
  box-shadow: 0 0 5px rgba(51, 137, 135, 0.3);
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper {
  flex: 1;
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper .phone-input {
  width: 100%;
  background-color: #cacaca;
  border-radius: 6px;
  border: none;
  color: #38484f;
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper .phone-input:focus {
  background-color: #cacaca;
  outline: none;
  box-shadow: 0 0 5px rgba(51, 137, 135, 0.3);
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper .phone-input::-webkit-input-placeholder {
  color: #38484f;
  opacity: 0.7;
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper .phone-input::-moz-placeholder {
  color: #38484f;
  opacity: 0.7;
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper .phone-input:-ms-input-placeholder {
  color: #38484f;
  opacity: 0.7;
}
.whatsapp-setup-container .phone-input-group .phone-input-wrapper .phone-input:-moz-placeholder {
  color: #38484f;
  opacity: 0.7;
}
.whatsapp-setup-container .setup-actions {
  display: flex;
  justify-content: space-around;
  align-content: space-around;
  gap: 15px;
  margin-top: 25px;
}
.whatsapp-setup-container .setup-actions .green-button {
  flex: 1;
  max-width: 120px;
}
.mfaWiderBox {
  padding: 3rem 5rem;
  border-radius: 5px;
  background: -moz-linear-gradient(-45deg, white 0%, rgba(51, 137, 135, 0.5) 100%);
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(51, 137, 135, 0.5) 100%);
  background: linear-gradient(135deg, white 0%, rgba(51, 137, 135, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#338987', GradientType=1);
  background-color: white;
  max-width: 600px;
  width: 600px;
}
.mfaWiderBox img {
  margin-bottom: 1.5rem;
  max-height: 250px;
  max-width: 300px;
}
.mfaWiderBox .green-button {
  width: 100%;
}
.mfaWiderBox .links {
  text-align: center;
  margin-top: 1rem;
}
.mfaWiderBox .links a {
  text-transform: uppercase;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #5e7479;
}
.mfaWiderBox .links a#forgot-password {
  color: #38484f;
  margin-bottom: 10px;
}
.mfaWiderBox .links ul {
  list-style: none;
  margin: 0;
  padding-top: 20px;
}
.mfaWiderBox .links li {
  display: inline-block;
}
.mfaWiderBox input {
  background-color: #c5ced1;
  border-radius: 6px;
  color: #38484f;
}
.mfaWiderBox input:focus {
  background-color: #c5ced1;
  border-radius: 6px;
  color: #38484f;
}
.mfaWiderBox input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #38484f;
}
.mfaWiderBox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #38484f;
}
.mfaWiderBox input:-ms-input-placeholder {
  /* IE 10+ */
  color: #38484f;
}
.mfaWiderBox input:-moz-placeholder {
  /* Firefox 18- */
  color: #38484f;
}
