
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

#calendar-section .fc-daygrid-day {
    font-weight: 400;
    color: black;
}

#calendar-section .fc-day-today {
    background-color: white;
    color: red;
}


.row {
    margin-top: calc(var(--bs-gutter-y) * 2);
}


a {
    color: inherit;
    text-decoration: none;
}



.g-3, .gx-3 {
    --bs-gutter-x: -4rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: .125rem;
}


.form-check-label {
    margin-left: 0.5rem;
    width: 209px;
}

.but-blue {
    /* background-color: var(--COLOR_ACAI_12) !important;    - */
    padding: 15px;
    border-radius: 0.50rem;
    width: 100%;
}

.top-heading {
    font-size: 29px !important;
    line-height: 45px !important;
    font-weight: 800 !important;
    color: var(--COLOR_ACAI_12) !important;
    margin-bottom: 63px !important;
    text-align: center;
}

top-heading-more {
    margin: 34px 5px; height: 0px;
}


.form-text-more {
    /* margin: 0 0px !important; */
    margin: -53px 0px -4px !important;
}

.form-text {
    margin-top: .25rem;
    font-size: 17px;
    color: #6c757d;
}

@media (max-width: 950px) {
    .top-heading + div {
        margin: 0 0px !important;
    }
}

/*
@media (max-width: 950px) {
    .top-heading + div {
        margin: -53px 0px -4px !important;
    }
}
*/

.navbar {
    display: flex;
    align-items: center;      /* Center vertically */
    height: 60px;
    text-align: center;
}

.navbar2 {
    display: flex;
    align-items: center;      /* Center vertically */
    height: 55px;
    justify-content: center !important;
}

input {
    font-size: 16px !important;
    line-height: 19.5px !important;
    font-weight: 400 !important;
    border-radius: 9px !important;
    border-color: var(--COLOR_ACAI_8) !important;
    color: var(--COLOR_ACAI_11) !important;
    margin: 0 auto 20px !important;
    text-align: left !important;
    padding: 16px !important;
}


.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.my-selected_date_heading{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.time-slot {
    height: 60px;
}








.btn-primary {
    color: #fff;
    background-color:#375CDE;
    border-color: #375CDE;
    padding: 1.4375rem 3.125rem;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .12em;
    border-radius: 3.75rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #375CDE;
    border-color: #375CDE;
}



button.continue {
    transition-duration: .2s;
    border-width: 1px;
    border-style: solid;
    border-radius: 7.5px;
    background: #375CDE;
    background-color: #375CDE !important;
    transform: none;
    box-shadow: unset;
    border-color: transparent !important;
    padding: 1.4375rem 3.125rem;
    border-radius: 3.75rem;
}

button.label {
    color: #fff;
    font-size: 1rem;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}


.confirm-btn {
    margin: 0px 1px 10px 7px;
    /* border-width: 1px; */
    border-color: #375CDE;
    color: white;
    background-color: #375CDE;
    font-family: Montserrat, Helvetica, Arial, sans-serif;

}


.time-btn {
    font-weight: 500;
    color: #375CDE;
    border-color: #375CDE !important;
    border-width: 1px !important;
    background-color: white
}

.time-btn:focus {
    font-weight: 500;
    color: #375CDE;
    border-color: #375CDE !important;
    border-width: 1px !important;
    background-color: white;
}

.time-btn:hover {
    border-width: 1px !important;
    border-color: #375CDE !important;
    color: #375CDE;
    background-color: white;
}



.divRadioButton {
    min-height: 3.5rem;
    padding: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 15px;
}
.inputRadioButton {
    margin: 10px 10px 10px 10px !important;
}
.labelRadioButton {
    margin: 16px 10px;
}





.divCheckbox {
    min-height: 3.5rem;
    padding: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 15px;
}
.inputCheckbox {
    margin: 10px 10px 10px 10px !important;
}

.labelCheckbox {
    margin: 16px 10px;
    font-size: 14px;
    width: 205px;
}









#calendar-section .fc-day-today {
    background-color: white;
    color: red !important;
}








.progress-block {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.progress-block.progress-items-rect .progress-item {
    margin: 0 2px;
    height: 4px;
    width: 25px;
    border-radius: 2px;
}

.progress-item.filled {
    background: #FF8461;
}


.progress-bar-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    /*gap: 6px; */ /* spacing between segments */
    margin: auto;
    padding: 20px 0;
}

.progress-item {
    flex: 1;
    height: 6px;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.progress-item.filled {
    background-color: #FF8461; /* Bootstrap primary color */
}















.card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 24px;
    /* width: 400px; */
    text-align: center;
}
.card h2 {
    color: #2e7d32;
    margin-bottom: 8px;
}
.card p {
    color: #333;
    margin: 4px 0 12px;
}
.details {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    text-align: left;
}
.details h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 12px;
}
.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.detail-item span {
    margin-left: 8px;
}
.cookie {
    margin-top: 16px;
    font-size: 13px;
}
.cookie a {
    color: #1a73e8;
    text-decoration: none;
}






/* 18 */
.contact-time {
    margin-top: 30px;
    font-size: 18px;
    color: #004d40;
    text-align: center;
}

.time-box {
    margin: 10px auto 30px;
    background-color: #e0f2f1;
    color: #004d40;
    border: 1px solid #26a69a;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: bold;
    width: 160px;
    text-align: center;
}

.expect-section {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.expect-section h2 {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.check-item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 4px;
    background-color: #2d006b;
    color: white;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

/*  ========================== 18 */



/* 17 */

.next-step-box {
    background-color: #e0f8f3;
    border: 1px solid #14b8a6;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.next-step-box h2 {
    font-size: 18px;
    color: #004d40;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.next-step-box h2::before {
    content: "✨";
    font-size: 18px;
    margin-right: 8px;
}

.next-step-box p {
    font-size: 15px;
    color: #1d1d1d;
    margin: 0;
}

.image-placeholder {
    width: 100%;
    max-width: 400px;
    height: 200px;
    background-color: #f2f2f2;
    color: #3b2e58;
    border-radius: 20px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-image: url('../../img/nutrition.png'); /* or use full URL */
    background-size: cover;    /* ensures the image covers the entire element */
    background-position: center; /* centers the image */
    background-repeat: no-repeat; /* prevents repeating */
}

#schedule-div {
    display: block;
}



body {
    margin: 0;
    padding: 0;
    background-color: #375CDE !important;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}


.wg-default, .wg-default .country-selector {
    bottom: unset !important;
    position: fixed !important;
    right: 7px !important;
    top: 8px !important;
}

.wg-default, .wg-default .wg-country-selector {
    bottom: unset !important;
    width: 85px  !important;
}

select.month {
    height: 52px;
    text-align: center;
    text-align-last: center;
}
select.day {
    width: 70px;
    text-align: center;
    text-align-last: center;
}

select.year {
    height: 52px;
    width: 130px;
    text-align: center;
    text-align-last: center;
}
.date-container {
    display: flex;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}


.form-wrapper {
    background-color: #ffffff;
    width: 100%;
    max-width: 500px;
}

@media (max-width: 600px) {
    body {
        background-color: #ffffff;
    }

    .form-wrapper {
        box-shadow: none;
        border-radius: 0;
    }
}

.fixed-button {
    width: 497px;
    height: 110px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 0px;
    padding: 15px 70px !important;
    background-color: #ffffff !important; //007BFF
color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;

    border: 1px solid transparent;
    border-top-color: lightgray; /* Make top visible */

}


.hipaa {
    width: 255px;
    align-content: center;
    margin: 22px 44px;
}


.form-label {
    margin-bottom: .5rem;
    font-weight: 600;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal {
    background: white;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    border-radius: 8px;
    text-align: center;
    position: static !important;
    height: 300px;
    display: none;
}

.modal h2 {
    margin-top: 0;
}

.modal-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

#page-content {
    padding: 20px;
    display: none;
}


