.blb-timetable .blb-timetable--monthly-calendar .blb-date.blb-date--selected span::after {
    background-color: #E64646;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    border: 1px solid #e8e8e8;
}

.blb-timetable-line-mybigbang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor:pointer;
    font-weight: 600;
    font-size: 19px;
}

.blb-timetable-line-mybigbang.selected {
    background-color: #E64646;
    color: white;
    cursor:pointer;
    display: block;
}

.blb-timetable-line-mybigbang.complete {
    cursor:auto;
    font-weight: 400;
    opacity: 0.2;
}

.blb-timetable-line.selected {
    display: block !important;
}

.blb-time-text {
    margin-left: 10px !important;
    text-align: left !important;
}
