@font-face {
    font-family: 'PoppinsRegular';
    src: url('Poppins-Regular.ttf');
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('Poppins-Light.ttf');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('Poppins-Medium.ttf');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('Poppins-Bold.ttf');
}

@font-face {
    font-family: 'SatoshiBold';
    src: url("Satoshi-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'SatoshiMedium';
    src: url("Satoshi-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'SatoshiRegular';
    src: url("Satoshi-Regular.otf") format("opentype");
}

:root {
    --alert-coral: #EE6C4D;
    --support-amber: #F5C16C;
    --almost-black: #1A1A1A;
    --accent-teal: #4FD1C7;
    --almost-white: #F7F7F7;
    --card-border: #E1E1E1;
    --amlost-black2: #101828;
    --dark-gray: #4A5565;
    --footer-gray: #D1D5DC;
    --option-border: #4A4A4A;
    --btn-gray: #E1E1E1;
    --info-blue: #7FBED8;
    --warning-yellow: #FBBF24;
    --danger-red: #EF4444;
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn:hover{
    color: white;
}

html {
  position: relative;
  min-height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

body {
    margin-bottom: 66px;
    font-family: PoppinsRegular;
    font-size: 16px;
}

.modal {
    padding-right: 0 !important
}

.modal-backdrop{
    width: 100%;
}

#mainContainer {
    margin: auto;
    width: 400px;
}

#navbarIndex {
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 12px;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}


#footerMain {
    padding: 20px;
    background-color: var(--almost-black);
}

#footerSimple {
    background-color: var(--almost-black);
    display: flex;
    align-items: center;
    height: 66px;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}


#footerMainTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btn {
    border: 0;
    color: white;
    font-family: PoppinsRegular;
    border-radius: 24px;
    padding: 5px 14px 5px 14px;
    font-size: 18px;
    margin: 0;
}

.btn-alert {
    background-color: var(--alert-coral);
}

.btn-support {
    background-color: var(--support-amber);
}

.btn-black {
    background-color: var(--almost-black);
}

.btn-gray {
    background-color: var(--btn-gray);
}

.navbar-btn {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

#navbarTitle {
    font-size: 18px;
    font-family: SatoshiBold;
}

#navIndexLogo {
    height: 0%;
}

#footerLogo {
    height: 0%;
}


#btnLogIn {
    padding: 5px 20px 5px 20px;
    margin-left: 12px;
}

#footerDesc {
    color: var(--footer-gray);
    font-size: 14px;
    line-height: 20px;
    font-family: PoppinsRegular;
    margin: 20px 0;
}

#footerContacts {
    font-family: PoppinsRegular;
    color: white;
    margin-top: 24px;
}

.footerContactRow {
    margin: 6px 0;
}

.footerContactRow > img {
    margin-right: 14px;
}

#footerMenu {
    display: flex;
    margin-top: 34px;
}

.footerMenuColumn {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.footerMenuColumnTitle {
    color: white;
    font-family: PoppinsMedium;
    font-size: 12px;
    line-height: 16px;
}

.footerLink {
    color: var(--footer-gray);
    font-family: PoppinsLight;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.footerLink:hover {
    text-decoration: none;
    color: white;
}

#copyRightText {
    font-family: PoppinsLight;
    color: var(--footer-gray);
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
}

.title {
    font-size: 32px;
    font-family: SatoshiBold;
    line-height: 40px;
}

.btn-link {

}

.btn-smaller {
    font-size: 14px;
}

.btn-small {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
}


#editAnswersHeader > a {
    text-decoration: none;
}


#editQuestionssHeader > a {
    text-decoration: none;
}


.editBtnIcon {
    width: 12px;
    margin-right: 6px;
}

.loc_bold {
    font-family: PoppinsBold;
    font-size: 16px;
}

.loc_section {
    margin-bottom: 48px;
}

.loc_link {
    color: var(--alert-coral);
}

.featureCard {
    color: var(--almost-black2);
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid var(--card-border);
    border-radius: 18px;
    padding: 20px 20px;
    box-shadow: 0px 5px 3px #00000033;
    margin-bottom: 24px;
    text-align: start;
    text-align: center;
    margin-top: 40px;
}

.featureCardTitle {
    font-family: SatoshiBold;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: start;
}

.featureCardDesc {
    font-family: SatoshiMedium;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-gray);
    margin-top: 12px;
    margin: 10px 0;
}

h1 {
    font-family: SatoshiBold;
    text-align: center;
    font-size: 32px;
    padding: 20px 45px;
}

h2 {
    font-family: SatoshiBold;
    text-align: center;
    font-size: 24px;
    padding: 20px 45px;
}

.hPaddingGeneral {
    padding: 0px 20px;
}

.bottomMargin {
    margin-bottom: 40px;
}

.b10InputGroup {
    margin: 20px 0;
}

.form-control {
    height: 48px;
    border-radius: 8px;
    border-color: #d9d9d9;
}

label {
    margin-bottom: 8px;
}


#heroMainTextAccent {
    color: var(--accent-teal);
}

#notMedicalDiagnosis {
    font-family: PoppinsBold;
}

#welcomeAgreeText > a {
    text-decoration: underline;
    color: var(--alert-coral);
}

#allClearCheckBackDescAccent {
    font-family: SatoshiBold;
    font-size: 20px;
}

#atRiskWhatsNextPointsContainer p {
    font-family: PoppinsBold;
    margin-top: 40px;
}


.loc_weeks_accent {
    font-family: SatoshiBold;
    font-size: 22px;
}

a {
    color: var(--alert-coral);
}

.statusMessage {
    position: fixed;
    right: 2%;
    top: 2%;
    opacity: 0.7;
    padding: 20px 80px;
    border-radius: 30px;
}

.modal-header .btn-close {
    margin: 0;
    margin-block-start: 0;
}