/* Start custom CSS for html, class: .elementor-element-6d279f7 */.healcode__wrapper *{
    font-family: "Futura Std", Sans-serif;
    font-weight: normal;
}

.healcode__wrapper .bw-widget__sessions .bw-widget__day:first-child {
    display: flex   ;
}

.healcode__wrapper .bw-widget__sessions .bw-widget__day {
    display: none;
}

.healcode__wrapper .bw-widget__day {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.healcode__wrapper .bw-widget__date {
    width: 100%;
    text-align: center;
    background: none;
    border: 0;
    font-size: 1em;
}

.healcode__wrapper .bw-session {
    display: flex;
    flex-direction: column;
    width: 23%;
    border: 0;
    background: 0;
    border-top: 1px solid;
    margin: 1em 5% 0;
    padding: 2em 1em 1em;
}

.healcode__wrapper .bw-session__expanded .bw-widget__cart_button {
    border-top: 0;
    padding-top: 0;
}

.healcode__wrapper .bw-session__basics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
        height: 100%;
}

.healcode__wrapper .bw-session__info {
    width: 100%;
    margin: 0;
}

.healcode__wrapper .bw-widget__cart_button {
    display: flex;
    margin: 1em 0 0;
    font-size: 1em;
}

.bw-calendar__day--current > span, .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-37038 .hc-pignose-calendar-body .hc-pignose-calendar-row .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a, .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-37038 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-apply{
    background-color:#ed3995!important;
}

.healcode__wrapper .bw-calendar tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 1em 0;
}

.healcode__wrapper .bw-calendar tbody {
    position: relative;
    display: flex;
    flex-direction: column;
}

.healcode__wrapper .bw-calendar tbody tr td, .healcode__wrapper .bw-calendar tbody tr th {
    padding: 0;
    padding-top: 1px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    align-items: center;
}

.healcode__wrapper .bw-calendar tbody tr th {
    background: #ed3995;
    border-radius: 100%;
    color: #fff;
}

.healcode__wrapper .bw-calendar__heading--current {
    color: #ffffff!important;
    font-weight: bolder!important;
}

.healcode__wrapper .bw-calendar__day.bw-calendar__day--today.bw-calendar__day--current {
    background-color: #8E8F92;
}

.healcode__wrapper .bw-calendar__day.bw-calendar__day--today.bw-calendar__day--current span {
    background: transparent!important;
    color: #ffffff;
}

@media (max-width: 767px){
    .healcode__wrapper .bw-session {
        width: 90%;
    }
}/* End custom CSS */