html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* Media query for desktop screens */
@media only screen and (max-width: 1200px) and (max-height: 800px) {

    html,
    body {
        margin: 0 !important;
    }
}

/* Media query for desktop screens */
@media only screen and (min-width: 768px) {

    html,
    body {
        margin: 38px;
    }
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .rosa {
        display: grid;
    }

    .textLoader {
        margin-right: 0% !important;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .rosa {
        display: grid;
    }
}

/* Media query for desktop screens */
@media only screen and (min-width: 768px) {
    .rosa {
        display: flex;
        margin-left: 1%;
    }
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .mdBtn {
        margin: 2px 4px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .mdBtn {
        width: 100%;
        margin: 2px 4px;
        padding: 5px;
        font-size: 14px;
        font-weight: 500;
    }
}


/* Media query for desktop screens */
@media only screen and (min-width: 768px) {
    .mdBtn {
        margin: 1px !important;
        padding: 5px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* For tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    /* Your tablet-specific styles here */
    .mdBtn {
        margin: 1px !important;
        padding: 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .rosa {
        display: flex;
        margin-left: 1%;
    }
}

.textLoader {
    margin-right: 67%;
}

.required-message {
    color: #B4190F;
    font-size: 14px;
    padding: 4px;
}

.require {
    color: #B4190F;
}

:root {
    --my-color: #fff;
}

*:is([disabled]) {
    cursor: not-allowed;
    user-select: none;
    opacity: 0.4;
}

.responsive-steps {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    height: 2px;
    background-color: var(--my-color) !important;
}

.responsive-steps .step {
    width: calc(100% / 5 - 3px);
    height: 100%;
    background-color: transparent;
}

.done {
    background-color: var(--my-color) !important;
}

@media only screen and (min-width: 820px) {
    .responsive-steps {
        display: none;
    }
}

.service-count {
    opacity: .5 !important;
}


::selection {
    background: #1abc9c;
    color: #fff;
}

main.container {
    font-family: "Amelia" Roboto, sans-serif;
    margin: auto;
    border-radius: 0.5rem;
    overflow: auto;
    display: flex;
    justify-content: center;
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    height: 80vh;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 30px 60px #0000001f;
    transition: max-width .3s ease-in-out, height .3s ease-in-out;
    /* Added height transition */
}

@media only screen and (max-width: 600px) {
    main.container {
        max-width: 99%;
        height: 90%;
        display: block;
		padding-right: 10px;
		padding-left: 10px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    main.container {
        max-width: 1024px;
        /* Adjusted maximum width */
        height: 768px;
        /* Adjusted height */
    }
}

@media only screen and (min-width: 1025px) {
    main.container {
        max-width: 1024px;
        /* Keeping the original maximum width */
        height: 768px;
        /* Keeping the original height */
    }
}

.containerConfirm {
    font-family: "Amelia" Roboto, sans-serif;
    margin: auto;
    border-radius: 0.5rem;
    overflow: auto;
    display: flex;
    justify-content: center;
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    /*height: 80vh;*/
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0px 0px #0000001f;
    transition: max-width .3s ease-in-out, height .3s ease-in-out;
}

/* Media query for desktop screens */
@media only screen and (min-width: 1201px) {
    main.containerConfirm {
        max-width: 750px;
        /* Keeping the original maximum width */
        height: 86vh !important;
        /* Keeping the original height */
    }
}

/* Media query for iFrame Wordpress screens */
@media only screen and (max-width: 1200px) and (max-height: 800px) and (min-width: 601px) {

    .containerConfirm {
        font-family: "Amelia" Roboto, sans-serif;
        margin: auto;
        border-radius: 0.5rem;
        overflow: auto;
        display: flex;
        justify-content: center;
        max-width: 750px;
        min-width: 300px;
        width: 100%;
        height: 97vh !important;
        margin: auto;
        border-radius: 8px;
        box-shadow: 0 0px 0px #0000001f;
        transition: max-width .3s ease-in-out, height .3s ease-in-out;
    }
}



* {
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu {
    position: relative;
    max-width: 250px;
    min-width: 250px;
    width: 30%;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    color: var(--text-color);
    background-color: white;
    padding: px 8px;
    /* padding-bottom: 55px; */
    transition: width 0.3s ease-in-out;
}

@media only screen and (max-width: 820px) {
    .menu {
        display: none;
        width: 0;
    }

    .content {
        width: 100% !important;
    }

    .suboptions {
        width: 150% !important;
    }

    .dropdownMED-list {
        width: 100% !important;
    }

    #menu2 {
        display: none;
        width: 100%;
        top: 0px !important;
        overflow: hidden !important;
        height: auto !important;
    }

    #menu2.menu {
        max-width: 100% !important;
    }
}

#menu2 {
    overflow: auto;
}

.menu .steps {
    padding: 0 8px;
    overflow-x: hidden;
    max-height: 78% !important;
}

.menu .steps .step:nth-child(1) {
    animation: .4s cubic-bezier(.45, 1, .4, 1.2) 0ms am-animation-slide-right;
    animation-fill-mode: both;
}

.menu .steps .step {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 8px;
}

.menu .steps .step .step-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--my-color);
    padding: 5px;
    border-radius: 5px;
}

.menu .steps .step .step-details>div {
    display: flex;
    align-items: center;
}

.menu .steps .step .step-details .title {
    margin-left: 8px;
}

.menu .steps .step .step-details .status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: var(--my-color);
    border-radius: 50%;
    border: 1px solid var(--my-color);
    transition: border 0.3s ease-in-out;
    margin-left: auto;
}

.menu .steps .step .step-details .status.done {
    background-color: rgb(41 221 73);
}

.menu .steps .step.current .status {
    border-width: 4px;
}

.menu .steps .step .step-selection {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    padding: 4px 0;
    margin: 0;
    border-bottom: 1px dashed rgb(255 255 255 / 10%);
    color: #000;
}

.menu .steps .step .step-selection:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 19px 38px;
    cursor: pointer;
    color: var(--text-color);
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        text-align: center;
        padding: 12px 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* No changes needed for the footer */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* No changes needed for the footer */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* No changes needed for the footer */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* No changes needed for the footer */
}

#mobileClient:read-only {
    /* Your styles for readonly input go here */
    background-color: #f1f1f2;
    /* Add any other styles you want */
}


.footer span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    border: 0;
}

.content {
    position: relative;
    max-width: 1024px;
    width: 75%;
    background-color: white;
    border-radius: 0 0.5rem 0.5rem 0;
    overflow: hidden;
}

header {
    display: flex;
    align-items: center;
    height: 10%;
    padding: 16px 0px;
    /*box-shadow: 0 2px 3px rgb(26 44 55 / 15%);*/
}

@media only screen and (max-width: 820px) {

    header {
        display: flex;
        align-items: center;
        padding: 16px 0px;
        box-shadow: 0 2px 3px rgb(26 44 55 / 15%);
    }
}

.current-step {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.55;
    text-transform: initial;
    letter-spacing: initial;
    color: #33434C;
    margin: 0;
    margin-left: 0;
    white-space: nowrap;
}

.main-content {
    display: contents;
    height: 80%;
    width: 100%;
    padding: 16px 10px;
}

.payment {
    /*margin-top: 15% !important;*/
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .main-content {
        padding: 16px 10px;
        overflow-x: hidden;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .main-content {
        padding: 8px;
        overflow-x: overlay;
    }
}


.main-content:not(.current) {
    display: none;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 19px 38px;
    background-color: transparent;
    box-shadow: 0 -2px 3px rgba(26, 44, 55, 0.15);
}

button {
    --am-h-btn: 40px;
    --am-fs-btn: 12px;
    --am-fw-btn: 500;
    --am-lh-btn: 1.6;
    --am-rad-btn: 6px;
    --am-padd-btn: 8px 24px;
    background-color: var(--my-color);
    color: var(--text-color);
    border: 1px solid var(--my-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--am-h-btn);
    font-size: var(--am-fs-btn);
    font-weight: var(--am-fw-btn);
    line-height: var(--am-lh-btn);
    white-space: nowrap;
    text-decoration: none;
    text-transform: unset;
    border-radius: var(--am-rad-btn);
    outline: 0;
    margin: 0;
    padding: var(--am-padd-btn);
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.pop-up.opened {
    display: block;
    top: 0;
    left: 0;
}

.pop-up:not(.pop-up.opened) {
    top: 100%;
    opacity: 0;
}

.pop-up {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.pop-up .pop-up-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    margin: 0 0 4px;
}

.pop-up .pop-up-content {
    position: absolute;
    top: auto;
    bottom: 0;
    min-height: 100px;
    width: 100%;
    background: white;
    padding: 16px 32px;
    box-shadow: 0 0 50px 1500px rgb(4 8 11 / 30%);
}

.pop-up .pop-up-content .bringing-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin: 0 0 4px;
    border: 1px solid rgb(26 44 55 / 25%);
    border-radius: 8px;
}

.pop-up .pop-up-content .bringing-content .content-left {
    display: flex;
}

.pop-up .pop-up-content .bringing-content .content-left .content-text {
    margin-left: 15px;
}

.pop-up .pop-up-content .bringing-content .people-count-input {
    height: 32px;
    font-size: 15px;
    line-height: 1.6;
    color: #1A2C37;
    border: 1px solid #D1D5D7;
    border-radius: 6px;
    background-color: white;
    padding: 4px 34px !important;
    margin: 0;
}

.pop-up .pop-up-content .bringing-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: rgb(26 44 55 / 60%);
}

.pop-up .pop-up-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pop-up .pop-up-footer button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    text-decoration: none;
    text-transform: unset;
    border-radius: 6px;
    outline: none;
    border: none;
    margin: 0;
    padding: 8px 24px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.pop-up .pop-up-footer button.no-bg {
    background-color: transparent;
    color: #1A2C37;
    border: 1px solid transparent;
}

.pop-up .pop-up-footer button.no-bg:hover {
    background-color: rgba(0, 0, 0, 0.226);
}

.pop-up .pop-up-footer button.bg {
    background-color: rgb(0 160 240);
    border-color: rgb(0 160 240);
    color: white;
}

.icon {
    width: 22px;
    height: 22px;
    border-radius: 16px;
}

.service-selection .input-row .drop-down-input {
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-selection .input-row .drop-down-input .current-value {
    display: flex;
    position: relative;
}

.service-selection .input-row .drop-down-input .current-value #service {
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #1A2C37;
    border: 1px solid #D1D5D7;
    border-radius: 6px;
    background-color: white;
    padding: 8px 12px;
    box-shadow: 0 2px 2px rgb(26 44 55 / 5%);
    width: 100%;
}

.service-selection .input-row .drop-down-input .current-value .icon {
    background: none;
    position: absolute;
    right: 9px;
    margin: 9px 0px;
    width: 12px;
    background-color: transparent;
}

.service-selection .input-row .drop-down-input .values-volet {
    display: flex;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    top: 50px;
    height: 204px;
    border-radius: 12px;
    box-shadow: 2px 2px 25px 0px #0000001c;
    background-color: white;
}

.service-selection .input-row .drop-down-input .values-volet .main-volet {
    min-width: 50%;
    width: 100%;
    height: 204px;
    transition: .3s;
}

.service-selection .input-row .drop-down-input .values-volet ul {
    font-size: 14px;
}

.service-selection .input-row .drop-down-input .values-volet ul li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    height: 34px;
    line-height: 34px;
    outline: 0;
}

.service-selection .input-row .drop-down-input .values-volet ul li:not([disabled]):hover {
    background-color: rgb(14 25 32 / 13%);
}

.service-selection .input-row .drop-down-input .values-volet ul li[active]>span:first-child {
    color: rgb(26 132 238);
}

.service-selection .input-row .drop-down-input .values-volet ul li[disabled] {
    cursor: not-allowed;
    cursor: default;
    user-select: none;
    opacity: 0.4;
}

.service-selection .input-row .drop-down-input .values-volet ul li:not([disabled]) {
    cursor: pointer;
}

.service-selection .input-row .drop-down-input .values-volet ul li ul {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 100%;
    border-radius: 12px;
    overflow-x: hidden;
    top: 0;
}

.service-selection .input-row .drop-down-input .values-volet ul li ul.selected {
    left: 50%;
}

.service-selection .input-row .drop-down-input .values-volet ul li ul li.selected {
    overflow: visible;
}

.service-selection .input-row .drop-down-input .values-volet ul li ul li.active {
    color: #409eff;
    font-weight: 700;
}

label {
    font-size: 14px;
}

.service-selection .input-row .drop-down-input .values-volet .values-label {
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 26px;
    line-height: 1.3;
    color: rgb(14 25 32 / 65%);
    background-color: white;
    padding-left: 8px;
}

.service-selection .input-row .drop-down-input .values-volet .second-volet {
    border-left: 1px solid silver;
    width: 0;
    overflow-x: hidden;
    transition: width .3s;
}

.service-selection .input-row .drop-down-input .values-volet .second-volet.opened {
    width: 100%;
    height: 204px;
}

.service-selection .input-row .drop-down-input .values-volet.closed {
    display: block;
}

select,
select option,
input.text {
    height: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: #1A2C37;
    border: 1px solid #D1D5D7;
    border-radius: 6px;
    background-color: white;
    padding: 4px 10px !important;
    margin: 2%;
}

table {
    width: 100%;
}

table tbody {
    width: 100%;
}

table tbody td {
    position: relative;
    text-align: center;
    padding: 10px 12px;
    width: calc(100% / 7 - 40px);
    height: 25px;
    background-color: rgba(0, 102, 255, 0.473);
}

.main-content.calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 400px) {
    .main-content.calendar .header {
        display: flex;
    }

    .main-content.calendar .header>* {
        flex: 1;
        width: calc(25% - 10px);
        /* Pour tenir compte de la marge */
        margin: 0 5px;
        /* Espacement entre les éléments */
    }

    #step2Div {
        overflow: unset;
    }

    .dropdownMED-list {
        width: 100% !important;
    }

    .suboptions {
        width: 156% !important;
    }

    .mobileRosaConfirmEmail {
        width: 100% !important;
    }
}

.main-content.calendar button:not( .alternatives-mobile-section button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    text-decoration: none;
    text-transform: unset;
    border-radius: 6px;
    outline: none;
    border: none;
    margin: 0 1px;
    padding: 8px 24px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.main-content.information .row1 {
    display: inline-grid;
    font-size: 14px;
    width: 48%;
    margin-bottom: 13px;
    margin-right: 5px;
    /* Default margin-right */
}

/* Media query for small screens (e.g., phones) */
@media only screen and (max-width: 600px) {
    .main-content.information .row1 {
        margin-right: 0;
        /* Remove margin-right for small screens */
    }
}


.main-content.information .row1 label {
    margin-bottom: 10px;
    font-size: 14px;
}

.main-content.information .row1 input[type=text],
.main-content.information .row1 textarea {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #D1D5D7;
    color: #4e5155;
    background-color: white;
    border-radius: 6px;
    padding: 8px 12px;
}

.main-content.information .row1 input[type=radio] {
    margin-top: 15px;
}

.main-content.information .row1 [readonly] {
    background-color: #f1f1f2 !important;
    opacity: 1;
}

.error {
    color: red;
    font-size: 14px !important;
}

.back-button {
    font-size: 14px;
    padding: 19px 10px !important;
    cursor: pointer;
    background-color: var(--my-color);
    color: var(--text-color);
    max-width: 100% !important;
    min-width: 25% !important;
    margin: 9px;
}

.loader {
    position: fixed;
    top: 0%;
    width: 30%;
    height: 80%;
    margin-left: -31px;
    text-align: center;
    padding-top: 20%;
    z-index: 9999;
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .loader {
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 400px;
        height: 70%;
        max-height: 80vh;
        padding-top: 50%;
    }

    .loader img {
        margin-top: 40% !important;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .loader {
        left: 50%;
        transform: translate(-50%, 0);
        width: 80%;
        max-width: 400px;
        height: 60vh;
        max-height: 80vh;
        padding-top: 10vh;
    }
}


/* Media query for iFrame Wordpress screens */
@media only screen and (max-width: 1200px) and (max-height: 800px) and (min-width: 601px) {
    .loader {
        left: 63%;
        transform: translate(-50%, 0);
        width: 80%;
        max-width: 500px;
        height: 70%;
        max-height: 100vh;
        padding-top: 10vh;
        margin-top: 20%;
        margin-left: 5%;
        top: -20%;
    }

    .loaderImg {
        margin: 49% 0% 2% -71% !important;
    }
}


/* For tablets */
@media only screen and (min-width: 601px) and (max-width: 768px) {

    /* Your tablet-specific styles here */
    .loader {
        left: 50% !important;
        transform: translate(-50%, 0);
        width: 100% !important;
        max-width: 700px !important;
        height: 77% !important;
        max-height: 80vh !important;
        padding-top: inherit;
    }
}

.loaderConfirm {
    position: fixed;
    top: 0%;
    width: 38%;
    height: 58%;
    margin-left: -31px;
    text-align: center;
    padding-top: 10%;
    margin-top: 5%;
    z-index: 9999;
}

/* Media query for iFrame Wordpress screens */
@media only screen and (max-width: 1200px) and (max-height: 800px) and (min-width: 601px) {
    .loaderConfirm {
        position: fixed;
        top: 0%;
        width: 70%;
        height: 60%;
        margin-left: -31px;
        text-align: center;
        padding-top: 0%;
        margin-top: 0%;
        z-index: 9999;
    }
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .loaderConfirm {
        position: fixed;
        top: 0%;
        width: 87%;
        height: 57%;
        margin-left: -31px;
        text-align: center;
        padding-top: 58%;
        margin-top: 1%;
        z-index: 9999;
    }

    .mobileRosaConfirmEmail {
        width: 100% !important;
    }
}

.mobileRosaConfirmEmail {
    width: 70%;
}


.loader img {
    width: 50px;
    height: 50px;
}

.loaderConfirm img {
    width: 50px;
    height: 50px;
}



.dropdownMED {
    position: relative;
    display: inline-block;
}

.dropdownMED-input {
    padding: 8px;
    width: 200px;
    /* Adjust the width as needed */
}

.dropdownMED-list {
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    /* Add a small cursor for the scroll bar */
    margin-left: 2%;
}

.dropdownMED-list-item {
    padding: 4px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.dropdownMED-list-item:hover {
    background-color: #1967d2;
    color : #FFF;
}

.suboptions {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 220%;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    /* Set a max height for scrolling */
    overflow-y: auto;
    /* Enable vertical scrolling */
}

.dropdownMED-list-item:hover .suboptions {
    display: block;
}

.suboptions-item {
    cursor: pointer;
    padding: 4px !important;
}

.suboptions-item:hover {
    background-color: #1967d2;
    color : #FFF;
}




.cell-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79%;
    width: 90%;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    opacity: 5;
    cursor: pointer;
    font-size: 14px;
}

.tooltip {
    visibility: hidden;
    width: 150px;
    background-color: blue;
    background-color: rgb(193, 253, 221);
    color: rgb(154, 202, 177);
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
}
.cell-content:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltipMulti {
    visibility: hidden;
    width: 150px;
    background-color: blue;
    background-color: rgb(193, 253, 221);
    color: rgb(154, 202, 177);
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.cell-content:hover .tooltipMulti {
    visibility: visible;
    opacity: 1;
}


/* Style for the button container */
.time-slot-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: aliceblue;
    /* Blue color */
    color: cornflowerblue;
    /* White text */
    border: 2px solid rgba(26, 132, 238, 0.6);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    transition-duration: 0.3s;
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .time-slot-button {
        font-size: 12px;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .time-slot-button {
        font-size: 12px;
    }
}

/* Hover effect for the button */
.time-slot-button:hover {
    border: 2px solid rgb(37 245 91 / 82%);
}

/* DisabledSlots style */
.disabledSlots {
    background-color: aliceblue;
    display: inline-block;
    padding: 10px 20px;
    background-color: aliceblue;
    /* Blue color */
    color: #000;
    /* White text */
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.disabledDay {
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79%;
    width: 90%;
    border-radius: 5px;
    opacity: 5;
    font-size: 14px;
    color: rgba(168, 187, 197, 1);
}



.alternativeDivNoDispoAndNoAlternat {
    padding: 15px 15px;
    margin-top: 23%;
    border: 1px solid var(--my-color);
}

section.alternatives-popup-section {
    max-height: 500px;
    overflow: auto;
}

.boxRosa {
    padding: 14px !important;
    margin-bottom: 6px;
    background-color: #ffffff;
    border: 1px solid #e3dfde;
    boxRosa-sizing: border-boxRosa;
    display: flex;
    align-items: center;
    border-radius: 8px;
    position: relative;
    boxRosa-sizing: border-boxRosa;
    boxRosa-shadow: 0 12px 41px #54354207, 0 2.68036px 9.15789px #5435420b, 0 0.798012px 2.72654px #54354212;
}

.textRosa {
    flex-grow: 1;
    color: #1a0a05;
    font-size: 14px;
}

.boxRosaConfirmEmail {
    padding: 24px !important;
    margin-top: 25px !important;
    background-color: #ffffff;
    border: 1px solid #e3dfde;
    box-sizing: border-box;
    display: block;
    align-items: center;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 12px 41px #54354207, 0 2.68036px 9.15789px #5435420b, 0 0.798012px 2.72654px #54354212;
}

/* Responsive design for small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .boxRosaConfirmEmail {
        padding: 5px !important;
        margin-top: 20px !important;
        margin-bottom: 13px !important;
        width: 100% !important;
    }
}

/* Responsive design for medium screens (e.g., tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .boxRosaConfirmEmail {
        padding: 22px !important;
        margin-top: 22px !important;
        width: 100% !important;
    }
}

/* Responsive design for large screens (e.g., desktops) */
@media only screen and (min-width: 1025px) {
    .boxRosaConfirmEmail {
        padding: 24px !important;
        margin-top: 25px !important;
        width: 100% !important;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Responsive design for small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .form-control {
        font-size: 0.9rem;
        padding: 0.25rem 0.5rem;
        width: 100% !important;
    }
    .row1 #emailClient {
        width: 202% !important;
    }
    .row1 #mobileClient {
        width: 202% !important;
    }
}

/* Responsive design for medium screens (e.g., tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .form-control {
        font-size: 14px;
        padding: 0.375rem 0.75rem;
    }
}

/* Responsive design for large screens (e.g., desktops) */
@media only screen and (min-width: 1025px) {
    .form-control {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
}



.textRosaEmailConfirmation {
    flex-grow: 1;
    color: #1a0a05;
    margin-bottom: 20px !important;
    font-size: 14px;
}

.input-classRosaEmailConfirmation {
    margin-top: 10px;
    text-align: center;
    display: block;
    flex-direction: column;
    width: 100%;
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .input-classRosaEmailConfirmation {
        margin-top: 10px;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 4%;
    }

    #phoneNumber {
        width: 100% !important;
        padding-left: 90px !important;
        font-size: 16px !important;
        border-radius: 4px !important;
    }

    .classRosa {
        width: 130% !important;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .input-classRosaEmailConfirmation {
        margin-top: 10px;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 4%;
    }

    #phoneNumber {
        width: 100% !important;
        padding-left: 83px !important;
        font-size: 16px !important;
        border-radius: 4px !important;
    }
}


.inputMed {
    width: 60%;
    border-radius: 4px;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.75rem + 2px);
    background: white;
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .inputMed {
        width: 90%;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .inputMed {
        width: 90%;
    }
}

/* For tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    /* Your tablet-specific styles here */
    .inputMed {
        width: 300px;
        padding: 10px;
        font-size: 16px;
        border-radius: 4px;
        height: calc(1.5em + 0.75rem + 2px);
        border: 1px solid #ced4da;
        background: white;
    }
}


.rosaButton {
    width: 26%;
    text-align: center;
    padding: 10px !important;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: var(--my-color);
    margin-top: 10px !important;
    font-size: 14px;
    font-weight: 500;
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .rosaButton {
        width: 36%;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .rosaButton {
        width: 36%;
    }
}

/* For tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    /* Your tablet-specific styles here */
    .rosaButton {
        width: 40%;
    }
}


.error-message {
    color: red;
    font-size: 14px;
}

.numberRosa {
    font-size: 1.5rem;
    margin-right: 10px !important;
    display: flex;
    font-weight: 700;
    padding-right: 16px;
    font-family: "Noto Serif", serif;
    line-height: 1;
}

.classRosa {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

/* For small screens (e.g., smartphones) */
@media only screen and (max-width: 600px) {
    .classRosa {
        margin-top: 9%;
    }
}

/* For very small screens (e.g., smartwatches) */
@media only screen and (max-width: 320px) {
    .classRosa {
        margin-top: 9;
    }
}

/* Media query for desktop screens */
@media only screen and (min-width: 768px) {
    .classRosa {
        margin-top: 0;
    }
}

/* For tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    .classRosa {
        margin-top: 0;
    }

    #phoneNumber {
        width: 300px;
        padding: 10px;
        font-size: 16px;
        border-radius: 4px;
        padding-left: 30% !important;
    }
}

/* Media query for small screens (e.g., phones) */
@media only screen and (max-width: 600px) {
    .main-content.information .row1 {
        padding-right: 0px;
        /* Remove margin-right for small screens */
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    /* Adjust margin for centering */
    margin-left: auto;
    /* Adjust margin for centering */
    justify-content: center;
    /* Center the content horizontally */
}

.row1 .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 39px;
    width: 528%;
}

button.link {
    color: #7f5bc2 !important;
    background: transparent;
    text-decoration: underline !important;
    padding: 0;
    margin: 0;
    border: none;
}

.msgAfterSubmit {
    margin-top: 30% !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

.address-color-available {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #6c6c6c;
    border-radius: 9px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: text-top;
}


/* Optional: Add some basic styling */
.dropdownMedB {
    position: relative;
    display: inline-block;
}

.dropdownMedB-content {
    display: block;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow-y: auto;
    max-height: 200px;
    /* Adjust as needed */
    width: 273%;
    margin-left: 0%;
    margin-bottom: 4%;
}

.dropdownMedB-content.show {
    display: block;
}

.dropdownMedB-content label {
    display: block;
    margin-bottom: 5px;
}

/* Media query for small screens (e.g., phones) */
@media only screen and (max-width: 600px) {
    .dropdownMedB-content {
        width: 280% !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {

    /* Your tablet-specific styles here */
    .dropdownMedB-content {
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .dropdownMedB-content {
        width: 157% !important;
    }
}

.MB-addrSelectBox {
    margin-bottom: 1%;
    margin-left: -6%;
    border-radius: 5px;
    width: 273%;
    padding: 2px 4px;
    font-size: 14px !important;
}

/* Media query for small screens (e.g., phones) */
@media only screen and (max-width: 600px) {
    .MB-addrSelectBox {
        width: 202% !important;
    }
}

/* Media query for small screens (e.g., phones) */
@media only screen and (max-width: 400px) {

    .btn-group,
    .btn-group-vertical {
        position: relative;
        display: -ms-inline-flexbox;
        display: contents;
        vertical-align: middle;
    }

    .MB-addrSelectBox {
        width: 157% !important;
    }

    #nextBtn {
        width: 10%;
    }

    #prevBtn {
        width: 10%;
    }
}

/* For tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    /* Your tablet-specific styles here */
    .MB-addrSelectBox {
        width: 313% !important;
    }
}

/* Prevent the link from changing appearance when hovered */
.nostyle {
    text-decoration: none;
    color: inherit;
    /* Inherits color from parent */
}

/* Define the color of the link */
.nostyle span {
    color: inherit;
    /* Inherits color from parent */
}

/* Set the color of the link text to white */
.nostyle:hover {
    color: white !important;
    /* Override any other styles */
}

.address-left {
    right: 0 !important;
}

.address-center {}

.address-right {
    left: 0 !important;
}

.classLeftMarginRecup {
    margin-left: 5px !important;
}


/* Targeting the placeholder text specifically */
::placeholder {
    font-size: 14px;
    /* Adjust the font size as needed */
    opacity: 5 !important;
    /* Reduce the opacity of the placeholder text */
    color: #495057;
    font-weight: 400;
}

/* For older versions of browsers */
input::placeholder {
    font-size: 14px;
    /* Adjust the font size as needed */
    opacity: 5 !important;
    /* Reduce the opacity of the placeholder text */
    color: #495057;
    font-weight: 400;
}


.input-with-arrow {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-with-arrow input {
    position: relative;
    display: inline-block;
    width: 70%;
    margin: 0 2%;
}

.input-with-arrow .dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 28%;
    transform: translateY(-50%) scale(87%);
    pointer-events: none;
    font-weight: 700;
}
@media only screen and (max-width: 600px) {
    .input-with-arrow .dropdown-arrow {
        position: absolute;
        top: 50%;
        right: -2%;
        transform: translateY(-50%) scale(87%);
        pointer-events: none;
        font-weight: 700;
    }
}
.info-mail-confirm {
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .info-mail-confirm {
        font-size: 12px;
        font-weight: 400;
    }
}
.info-contact-support {
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .info-contact-support {
        font-size: 12px;
        font-weight: 400;
    }
}

.errors{
    font-size: 11px !important;
    padding: 4px 10px !important;
}
.form-contact-input{
    padding: 4px 10px !important;
    margin: 4% 2%;
}
#formContactPatient{
    padding: 2% 1%;
}

/*prepayed css*/
/* Main Container */
.payment-container {
    width: 100%;
    /*max-width: 600px;*/
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Header */
.payment-header {
    text-align: center;
    margin-bottom: 25px;
}
.payment-header h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}
/* Payment Methods */
.payment-method-label {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: #2c3e50;
}
.payment-options {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}
.payment-option input[type="radio"] {
    display: none;
}
.payment-option label {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.payment-option input[type="radio"]:checked + label {
    border-color: #3498db;
    background-color: #f8fafc;
    box-shadow: 0 0 0 1px #3498db;
}
.payment-method-card {
    gap: 10px;
}
/* Payment Details */
.payment-details-container {
    margin-top: 5px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}
.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
}
.form-control:focus {
    border-color: #3498db;
    outline: none;
}
.form-row {
    display: flex;
    gap: 15px;
}
.form-row .form-group {
    flex: 1;
}
/* Mollie Card Input */
.mollie-card-input {
    height: 42px;
    padding: 10px 12px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s;
}
.mollie-card-input--focus {
    border-color: #3498db;
}
#card-errors {
    margin-top: 10px;
    font-size: 14px;
    color: #e74c3c;
}
/* Order Summary */
.payment-summary {
    margin-top: 5px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
}
.payment-summary h5 {
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 600;
}
.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.summary-item:last-child {
    border-bottom: none;
}
.summary-item.total {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
}
/* Terms */
.terms-container {
    margin: 5px 0;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
}
/* Buttons */
.btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-primary {
    background-color: #3498db;
    color: white;
}
.btn-primary:hover {
    background-color: #2980b9;
}
.btn-success {
    background-color: #2ecc71;
    color: white;
}
.btn-success:hover {
    background-color: #27ae60;
}
.btn-secondary {
    background-color: #95a5a6;
    color: white;
}
.btn-secondary:hover {
    background-color: #7f8c8d;
}
.btn-pay-now {
    width: 100%;
    padding: 14px;
    font-size: 16px;
}
/* Loader */
.loader-container {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.loader-content {
    text-align: center;
}
.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Payment Status */
.payment-status-container {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-align: center;
}
.payment-status-content {
    max-width: 400px;
    padding: 30px;
    width: 50vh;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
button#retry-payment.btn.btn-secondary {
    padding: 8px 20px !important;
}
.payment-status-content h4 {
    margin: 15px 0 10px;
    color: #2c3e50;
}
.payment-status-content p {
    margin-bottom: 20px;
    color: #7f8c8d;
}
.payment-reference {
    font-weight: 600;
    color: #2c3e50;
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
}
/* Responsive */
@media (max-width: 768px) {
    .payment-options {
        flex-direction: column;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}
/* Credit Card Form Styling */
.credit-card-form {
    margin-top: 15px;
}
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.form-row.columns-2 .form-group {
    flex: 1;
}
.mollie-input {
    height: 44px;
    padding: 10px 12px;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.mollie-input--focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
    outline: none;
}
.mollie-input iframe {
    width: 100% !important;
}
/* Labels */
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}
/* Error Messages */
.error-message {
    color: #ef4444;
    font-size: 12px;
    margin-top: 5px;
    min-height: 18px;
}
/* Card Icons */
.card-icons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.card-icon {
    width: 32px;
    height: 20px;
    background-color: #f3f4f6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon img {
    max-width: 24px;
    max-height: 15px;
}
/* Responsive Adjustments */
@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .form-row.columns-2 {
        flex-direction: row;
    }
}


.input-classRosaEmailConfirmation .email-autocomplete-wrapper .email-autocomplete-dropdown{
    margin-left: 19% !important;
}
#formContactPatient .email-autocomplete-dropdown{
    margin-top: -22px !important;
    margin-left: 2% !important;
}

@media (max-width: 768px) {
    .input-classRosaEmailConfirmation .email-autocomplete-wrapper .email-autocomplete-dropdown{
        margin-left: 4% !important;
    }
    #formContactPatient .email-autocomplete-dropdown{
        margin-left: -13px !important;
    }
}