.blb-has-event-bar {
    height: 6px;
    width: 50%;
    background-color: #43A047;
    text-align: center;
    margin-top: 15px;
}

.blb-no-event-bar {
    height: 6px;
    width: 50%;
    /*background-color: #E23F3F;*/
    text-align: center;
    margin-top: 15px;
}

.blb-table-td {
    flex-direction: column;
}

.bl-bwall-select {
    margin-left: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.blb-timetable .blb-timetable--monthly-calendar .blb-date.blb-date--selected span::after {
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit !important;
}

.blb-timetable__main-col,
.blb-timetable__side-col {
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
    padding: 1rem;
    margin-bottom: 3rem;
}

.blb-time-text.selected,
.blb-time-button {
    background-color: #179BA7;
    border: 1px solid #179BA7;
}

.blb-timetable-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.blb-timetable-line.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.blb-timetable-line.selected {
    margin-top: 0;
    border: 1px solid #000;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);;
    transition: all 0.3s ease;
    padding: 15px;
}

.blb-time-button img {
    width: 40px;
    height: 40px;
}

@media (max-width: 926px) {
    .blb-time-button img {
        position: relative;
        top: -15px;
        width: 30px;
        height: 30px;
    }

    .bl-bwall-select {
        font-size: 10px;
    }

    .blb-time-button {
        height: 40px;
    }
}