.sec-indexInfo__txt {
    color: #a7a8aa;
}

#plotId .other-month {
    display: none !important;
}

#plotId .today span {
    color: #ffffff !important;
}

.disableDay {
    background-color: #fe0e2b !important;
    cursor: default !important;
    color: #ffffff !important;
}

.toolbox {
    display: none !important;
}

.sec-contact__top__txt {
    color: #a7a8aa !important;
}

.sec-reserve__form__txt {
    padding: 8px;
    display: flex;
    align-items: center;
}

.sec-reserve__form__txt.reserve {
    position: relative;
    color: #fe0e2b;
    margin-top: 20px;
}
.sec-reserve__form__txt.reserve .circle {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-left: 8px;
    background-color: #fe0e2b;
    display: inline-block;
}
.sec-reserve__form__txt.alertTxt {
    color: #009a3b;
}

.c-datePickerAlt-fc {
    width: 100% !important;
    max-width: 100% !important;
}

.sec-reserve__field-fc{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.txt-16-16-final {
    font-size: 16px;
}

.c-footer__logo {
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    width: 132px;
    height: 132px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}

.c-footer__logo__img {
    margin: 0 !important;
    width: 120px !important;
    height: auto !important;
}

.is-valid {
    border: 1px solid #10c731 !important;
}

.is-invalid {
    border: 1px solid #ab0202 !important;
}

.c-txt.txt-11-11 {
    font-size: 11px;
}

.c-card__fig__img {
    height: 90% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.count-notif {
    vertical-align:middle;
    margin-left:-20px;
    margin-top: -23px;
    font-size:13px;
    height: max-content;
}
  
.badge-success {
    padding-right:6px;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}