.calendar {
    width: 100%;
}

.calendar .header {
    margin-bottom: 20px;
    padding-top: 20px;
}
.calendar .header .month {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.calendar .header .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.calendar .header .btns .btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 !important;
}

.calendar .header .btns .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}
.weekdays {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.weekdays .day {
    width: calc(100% / 7 - 10px);
    text-align: center;
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
}
.days {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.days .day {
    width: calc(100% / 7 - 10px);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.3s;
}
.days .day:not(.next):not(.prev):hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    cursor: pointer;
}
.days .day.today {
    background-color: #fff;
    color: #009688;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.days .day.next,
.days .day.prev {
    color: rgba(255, 255, 255, 0.6);
}
.content-col-left-modal-rdv {
    background: #009688;
    padding: 40px 20px;
}
.content-col-right-modal-rdv {
    background: #fff;
    padding: 40px 20px;
    width: 100%;
}
.container-info-modal-rdv {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
}
.profil-img-profil-user-modal-rdv {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.name-info-profil-modal-rdv {
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.fonction-info-profil-modal-rdv {
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.content-time-rdv {
    color: #000;
    text-align: center;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(105, 176, 170, 0.18);
    padding: 10px;
}
.title-col-right-modal-rdv {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

/* style input radio */

.form-check-hours-rdv {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 360px;
    overflow-y: scroll;
}
.form-check-hours-rdv::-webkit-scrollbar {
    width: 6px;
}
.form-check-hours-rdv::-webkit-scrollbar-track {
    background: #fff;
}
.form-check-hours-rdv::-webkit-scrollbar-thumb {
    background-color: #009688;
    border-radius: 20px;
    border: 3px solid transparent;
}
.label-check-hour-rdv-modal,
.input-radio-select-hour-rdv[type="radio"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.label-check-hour-rdv-modal {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    padding: 10px;
    height: 50px;
    color: #009688;
    text-align: center;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.input-radio-select-hour-rdv[type="radio"] {
    background-color: hsl(0, 0%, 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 0.0625em hsl(223, 90%, 80%),
        0 0.125em 0.125em 0.0625em hsla(223, 90%, 10%, 0.3);
    flex-shrink: 0;
    margin-inline-end: 1em;
    outline: transparent;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    transition: background-color 0.3s, box-shadow 0.3s;
    -webkit-appearance: none;
    appearance: none;
}
.input-radio-select-hour-rdv[type="radio"]:before,
.input-radio-select-hour-rdv[type="radio"]:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.input-radio-select-hour-rdv[type="radio"]:before {
    box-shadow: 0 0 0 0.5em #009688 inset, 0 0 0 0.0625em #009688;
    top: -0.0625em;
    left: -0.0625em;
    width: calc(100% + 0.125em);
    height: calc(100% + 0.125em);
}
.input-radio-select-hour-rdv[type="radio"]:after {
    background-color: hsl(0, 0%, 100%);
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
}
.input-radio-select-hour-rdv[type="radio"]:checked:before,
.input-radio-select-hour-rdv[type="radio"]:checked:after {
    transform: scale(1);
}
.label-check-hour-rdv-modal:has(
        .input-radio-select-hour-rdv[type="radio"]:checked
    ),
.label-check-hour-rdv-modal:has(
        .input-radio-select-hour-rdv[type="radio"]:not(:checked)
    ):hover {
    background-color: hsla(0, 0%, 100%, 0.5);
}

/* .selection {
    border-radius: 3px;
    box-shadow: 0 0 0 0.125em #009688 inset;
    display: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #009688;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.label-check-hour-rdv-modal:has(
        .input-radio-select-hour-rdv[type="radio"]:checked
    )
    ~ .selection {
    animation: fade-in 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: inherit;
}
.label-check-hour-rdv-modal:nth-of-type(2):has(
        .input-radio-select-hour-rdv[type="radio"]:checked
    )
    ~ .selection {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
}
.label-check-hour-rdv-modal:nth-of-type(3):has(
        .input-radio-select-hour-rdv[type="radio"]:checked
    )
    ~ .selection {
    transform: translateY(220%);
    -webkit-transform: translateY(220%);
    -moz-transform: translateY(220%);
    -ms-transform: translateY(220%);
    -o-transform: translateY(220%);
} */
.span-hour-rdv {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Animations */
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* end style input radio */
