body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f7f7f7;
    font-family: Arial, sans-serif;
    height: 100%;
}
.body-404-page{
    height: 100vh;
}
.row-calendar-style {
    background: #fff;
    padding: 20px;
    /*margin: 20px;*/
    border-radius: 12px;
    /*box-shadow: 0 4px 18px rgba(0,0,0,0.1);*/
    box-shadow: 0 0px 29px rgba(0, 0, 0, 0.43);
    background-position: bottom;
    min-height: 580px !important;
    max-height: 680px !important;
}
.div-center{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-top: 1rem !important;
}
#calendar {
    min-width: 320px;
    background: white;
    padding: 20px;
    /*border-radius: 12px;
    /box-shadow: 0 4px 18px rgba(0,0,0,0.1);*/
    min-height: 300px;
    width: fit-content;
}
#calendar-parent {
    margin: 0 auto;
    width: fit-content;
    border-left: 1px solid #e6e1e1;
    border-right: 1px solid #e6e1e1;
    padding: 20px 10px;
    height: 100%;
}
#calendar-parent h5 {
    padding: 0px 20px;
}
#calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
#calendar-header button {
    padding: 5px 10px;
    border: none;
    background: #9b1b54b8;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
#month-year {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}
#weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}
#calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
#calendar-body div {
    padding: 10px 0;
    text-align: center;
    border-radius: 6px;
    font-size: 17px;
    width: 45px;
    position: relative;
}
#calendar-body div:hover {
    background: #eaeaea;
    cursor: pointer;
}
.today {
    /*background: #4f8cff;
    color: white;*/
    font-weight: bold;
    border: 2px solid #9b1b54;
}
#calendar-body div.selected-day {
    background: #9b1b54 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 6px;
}
.class-back-style{
    min-height: 100vh;
  /*  background: url('/web/pictures/calendar/fonds_colors.png') center top/cover no-repeat;*/
    width: 100%;
    color: #020202;
    height: 100%;
}
.second-class-back-style{
    min-height: 100vh;
    /*background: #ffffffa3;*/
    background: #9b1b541c;
}
#prev.disabled {
    color: #8080806e;
    background: #e6e1e1 !important;
}
.day.disabled-day {
    color: #8080806e;
}
.day.disabled-day-always {
    color: #8080806e;
}
.spanSlot{
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    color: #e68cb3;
    font-weight: bold;
}
.calendar-title{
    font-size: 3.1rem;
    margin-bottom: 3rem !important;
}
.btn-check:checked ~ label {
    background: #9b1b54 !important;
    color: #fff !important;
    border-color: #9b1b54;
}
.btn-check ~ .btn-outline-calendar {
    color: #020202;
    background-color: transparent;
    background-image: none;
    border: 1px solid #9b1b54;
    width: 100%;
    margin-bottom: 5px;
}
.btn-check:disabled ~ label {
    color: #8a7b7b !important;
    border: 1px solid #999696 !important;
    cursor: not-allowed !important;
}
.div-checkboxes{
    padding: 20px 0px;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
}
.div-checkboxes .custom-checkbox {
    padding: 0px 2px;
    min-width: 80px;
}
.fullDate-style{
    padding: 20px 0px 0px;
    font-size: 15px;
}
.fullDate-style span{
    text-transform: capitalize;
    font-style: italic;
}
.div-infos-style{
    padding: 20px 10px;
}
.div-img{
    width: 100px;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
}
.div-img img{
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
    width: 85px;
    height: 85px;
}
.img-and-hr hr{
    position: absolute;
    width: 75%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}
.infos-divs{
    padding: 5px 0px;
    font-size: 19px;
}
.infos-divs i{
    min-width: 25px;
    text-align: center;
    color: #9b1b54;
}
.btn-spinner {
    position: relative;
    padding: 5px 22px 5px 10px !important;
}
i.icon-spin {
    top: 32%;
    right: 5px;
    position: absolute;
    display: none;
    left: revert;
    color: white;
    font-size: 12px;
    width: auto;
}
.h3-username{
    text-decoration: underline;
    /*position: absolute;
    width: 75%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);*/
    align-content: center;
    margin: 0;
}
#SelectedTime {
    text-transform: lowercase;
}
/*============= FONTS =====================*/
.serif {
    font-family: "Times", "Times New Roman", "Georgia", serif;
}
.sansserif {
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}
.monospace {
    font-family: "Lucida Console", "Courier New", monospace;
}
.cursive {
    font-family: cursive;
}
.fantasy {
    font-family: fantasy;
}
.math {
    font-family: math;
}
.fangsong {
    font-family: fangsong;
}
.div-all-404{
    overflow-x: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    color: #fff;
    background: #b75a84;
}
.div-img-404 img{
    max-width: 400px;
    margin: 0 auto;
}
input:disabled + .form__label, textarea:disabled + .form__label{
    display: none;
}
/*============================Label form fieled=========================*/
.form__field::placeholder {
    opacity: 1;
    transition: opacity 0.2s ease;
}
.form__field:focus::placeholder {
    opacity: 0;
}
.form__float {
    position: relative;
}
.form__label {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
    pointer-events: none;
    transition: all 0.2s ease;
    background: #fff;
    padding: 0 4px;
    margin-top: 5px !important;
}
.form__field:focus + .form__label,
.form__field:not(:placeholder-shown) + .form__label {
    top: -6px;
    font-size: 11px;
    color: #555;
}
.form__label_textarea{
    top: 30%;
}
/*============================End Label form fieled=========================*/
.divFooter {
    text-align: center;
    color: #fff;
    background: #8B1B4D;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.divFooter div{
    background-color: #0000001A;
    padding: 20px;
}
#ModalSucess .ClassStyleModal{
    color: green;
    font-size: 1.5rem;
    text-align: center;
}
.div-all-404 a:hover{
    text-decoration: none;
}
#DivDateExistText{
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}
.error-span{
    position: absolute;
    bottom: -6px;
    font-size: 11px;
    z-index: 1;
    left: 15px;
    background: #fff;
    color: #dc3545;
    padding: 1px 5px;
    margin-top: 40px;
}
.ClassStyleModalSucess{
    font-size: 1.5rem;
    text-align: center;
}
.row-calendar-style{
    width: 75% !important;
}
.col-calendar{
    margin: 0px -5px;
}
/*===================================================== MEDIA QUERY ======================================================================*/
@media (max-width: 1842px) {
    .row-calendar-style{
        width: 80% !important;
    }
}
@media (max-width: 1730px) {
    .row-calendar-style{
        width: 85% !important;
    }
}
@media (max-width: 1610px) {
    .row-calendar-style{
        width: 95% !important;
    }
}
@media (max-width: 1444px) {
    .row-calendar-style{
        width: 100% !important;
    }
}
@media (max-width: 1385px) {
    #calendar-body div{
        font-size: 14px;
    }
    .btn{
        font-size: 14px;
    }
    .infos-divs{
        font-size: 16px;
    }
    #DivDateExistText {
        font-size: 18px;
    }
    #calendar-parent h5 {
        font-size: 16px;
    }
    #month-year {
        font-size: 18px;
    }
    #weekdays {
        font-size: 13px;
    }
    .form-control {
        font-size: 13px;
    }
}
@media (max-width: 1356px) {
    #calendar-body div{
        width: 25px;
    }
}
@media (max-width: 1170px) {
    .col-style-resp {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .row-calendar-style {
        min-height: 100% !important;
        max-height: 100% !important;
        margin-bottom: 20px;
    }
    #calendar-body div {
        width: 40px;
    }
    #calendar-parent {
        border-left: none;
        border-right: none;
    }
    .col-calendar{
        border-top: 1px solid #e6e1e1;
        border-bottom: 1px solid #e6e1e1;
        margin: 0px 0px;
    }
    .btn-send {
        margin-bottom: 10px;
    }
    .divFooter{
        position: revert;
    }
    .second-class-back-style{
        background: revert;
    }
}
@media (max-width: 580px) {
    .calendar-title {
        font-size: 36px;
        margin-bottom: 10px !important;
    }
    .divFooter {
        font-size: 13px;
    }
}
@media (max-width: 484px) {
    #calendar-body div{
        width: 35px;
    }
    #calendar{
        padding: 20px 0px 0px;
        min-width: revert;
        margin: 0 auto;
    }
    #calendar-parent h5 {
        padding: 0px 0px;
        font-size: 15px;
    }
    #month-year {
        font-size: 15px;
    }
    .calendar-title{
        font-size: 30px;
    }
    .div-center{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 1rem !important;
    }
    .div-infos-style {
        padding: 20px 0px;
    }
    .btn-check ~ label {
        font-size: 14px;
    }
    .form-control {
        font-size: 13px !important;
    }
    .div-checkboxes .custom-checkbox {
        min-width: 74px;
    }
}
@media (max-width: 432px) {
    .div-checkboxes .custom-checkbox {
        min-width: 73px;
    }
}
@media (max-width: 426px) {
    .div-checkboxes .custom-checkbox {
        min-width: 71px;
    }
}
@media (max-width: 416px) {
    .div-checkboxes .custom-checkbox {
        min-width: 70px;
    }
}
@media (max-width: 411px) {
    .div-checkboxes .custom-checkbox {
        min-width: 80px;
        margin: 0 auto;
    }
}
