@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;
    --accent-teal: #4FD1C7;
    --neut100: #F7F7F7;
    --neut200: #E1E1E1;
    --neut500: #4A4A4A;
    --neut700: #2D2D2D;
    --neut900: #1A1A1A;
    --dark-gray: #4A5565;
    --footer-gray: #D1D5DC;
    --info-blue: #7FBED8;
    --warning-yellow: #FBBF24;
    --danger-red: #EF4444;
    --caution-orange: #F97316;
    --success-green: #10B981;
}


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 {
    font-family: PoppinsRegular;
    font-size: 16px;
    text-align: start;
}

.modal {
    padding-right: 0 !important
}

.modal-backdrop{
    width: 100%;
}

.modal-content {
    border-radius: 24px;
    padding: 16px;
    width: 380px;
    position: relative;
}

.modal-header {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    border: 0;
}

.modal-title {
    text-align: center;
    width: 100%;
}

.modal-body {
    padding: 0;
    margin-bottom: 16px;
}

.modal-footer{
    padding: 0;
    border: 0;
}

.modal-header .btn-close {
    margin: 0;
    margin-block-start: 0;
    font-family: SatoshiBold;
    background-color: transparent;
    border: 0;
    background: none;
    font-size: 18px;
    color: var(--neut900);
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}


#mainContainer {
    margin: auto;
    width: 400px;
}

.navbar_b10 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}


#footerMain {
    padding: 20px;
    background-color: var(--neut900);
}

#footerSimple {
    background-color: var(--neut900);
    display: flex;
    align-items: center;
    height: 66px;
    justify-content: center;
    width: 100%;
}


#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);
    color: var(--neut900);
}

.btn-black {
    background-color: var(--neut900);
}

.btn-gray {
    background-color: var(--neut200);
}

.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;
    margin-bottom: 0;
}

#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_small {
    font-family: PoppinsRegular;
    font-size: 14px;
}

.loc_link {
    color: var(--alert-coral);
}

.loc_ltr {
    direction: ltr !important;
    display: inline-block;
}

.featureCard {
    color: var(--neut9002);
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid var(--neut200);
    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;
    text-align: start;
}

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: 30px;
}


.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;
}


.navbar {
    margin: 0px;
    padding: 0px;
    height: 72px;
    align-items: flex-start;
    padding-top: 15px;
}

.navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-item-container {
    text-align: right;
    border: 0px solid #00000033;
    display: inline-block;
    box-shadow: #00000022 0px 4px 5px;
    background-color: white;
    z-index: 1000;
    position: absolute;
    inset-inline-end: 12px;
}

.nav-link {
    display: inline-block;
}

.navbar-collapse {
    text-align: end;
}

.navbar-toggler {
    border-color: transparent;
    border: 0;
    color: transparent;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.nav-link-p {
    margin: 0;
}

.btn-logout {
    font-family: PoppinsRegular;
    font-size: 16px;
}

#nav_lang_selector {
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    border-color: #00000022;
}

.btn-emergency {
    border-radius: 100px;
    padding: 5px 10px;
    margin: 0;
}

#dashboardPanelNextIcon {
    position: absolute;
    inset-inline-end: 14px;
    top: 14px;
}

#indexFeaturesDesc ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.field_required {
    color: red;
}


.slider [type="checkbox"] {
    display: none;
}

.slider .toggle-label {
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    background: var(--neut200);
    border-radius: 10px;
    transition: background 0.2s ease;
    cursor: pointer;
    color: transparent;
}

.slider .toggle-label::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d1d1d1;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.2s ease-in-out;
}

.slider [type="checkbox"]:checked ~ .toggle-label {
    background: var(--success-green);
}

.slider [type="checkbox"]:checked ~ .toggle-label::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.contentSectionTitle {
    font-weight: bold;
    margin-bottom: 0;
}

.reminderSelect {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
}

#setReminderRow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 23px;
}

#setReminderLabel {
    font-family: PoppinsBold;
    margin: 0;
}
.shareSection {
    text-align: center;
    padding: 20px;
    margin: 20px 0px;
}

h3 {
    font-family: SatoshiBold;
    font-size: 22px;
    margin-bottom: 20px;
}

.shareDesc {
    margin-bottom: 20px;
}

#shareBtn {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--info-blue);
}

.editSRKRow {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 15px 20px;
    border-radius: 20px;
    background-color: #00000011;
}

.editSRKRowBtns {
    white-space: nowrap;
}

.infoCardBtn {
    background-color: var(--danger-red);
    width: 100%;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.infoCardListEditorHeader {
    display: flex;
    gap: 20px;
    align-items: center;
}

.infoCardListEditorHeader > *{
    margin: 0;
    margin-bottom: 10px;
}