.schedule-container {
    padding: 15px;
}

.schedule {
    overflow: auto;
}

.schedule-day {
    color: #2f3196;
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 0 0;
}

.schedule-category {
    color: #01c0f4;
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0 0 0;
}

.event {
    margin: 0 0 10px 0;
    font-size: 13px;
    border: 1px solid #aed139;
    padding: 10px;
    line-height: 130%;
}

.event-with-padding {
    margin-left: 75px;
}

.event-name {
    color: #2f3196;
    font-weight: bold;
}

.event-details {
    color: #666;
    font-style: italic;
}

.event-info {
    color: #2f3196;
    font-style: italic;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    text-decoration: underline;
}

.event-info:active,
.event-info:focus {
    border: none;
    outline: none;
}

.event-info:focus {
    border: none;
    outline: none;
}

.schedule-table-time-row {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.time-cell {
    color: #2f3196;
    text-transform: lowercase;
    font-weight: bold;
    min-width: 150px;
    font-size: 14px;
}

.schedule-table {
    border-spacing: 0px;
    background-color: #fff;
}

/* .schedule-table tr {
        outline: 1px solid red;
    } */

.schedule-table td {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

/* .schedule-table :is(td:first-child, th:first-child) {
        box-shadow: 3px 5px 5px 0px rgb(0 0 0 / 40%);
    } */

.schedule-table :is(td:first-child, th:first-child):before,
.schedule-table :is(td:first-child, th:first-child):after {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
}

.schedule-table :is(td:first-child, th:first-child):before {
    box-shadow: -15px 0 15px -15px inset rgb(0 0 0 / 40%);
    left: -15px;
}

.schedule-table :is(td:first-child, th:first-child):after {
    box-shadow: 15px 0 15px -15px inset rgb(0 0 0 / 40%);
    right: -15px;
}

td.schedule-table-day-cell {
    color: #2f3196;
    font-size: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 10px 10px 0;
}

td.schedule-table-category-cell {
    white-space: nowrap;
    vertical-align: top;
    color: #01c0f4;
    font-weight: bold;
    padding: 0 25px 0 0;
}

.schedule-table-day-fillercell {
    min-width: 50px;
    vertical-align: bottom;
}

.schedule-table-day-filler {
    height: 3px;
    background-color: #aed139;
    margin: 0 0 7px 0;
}

.schedule-table-day-spacercell {
    height: 10px;
}

.schedule-table-stickycell {
    position: sticky;
    left: 0;
    background-color: #fff;
}

@media only screen and (max-width: 1023px) {
    .schedule-table-day-cell {
        font-size: 1.2em;
    }

    td.schedule-table-category-cell {
        font-size: 14px;
    }

    .schedule-table-day-fillercell {
        min-width: 0;
    }
}

@media only screen and (max-width: 767px) {
    td.schedule-table-day-cell {
        font-size: 1em;
        padding: 0 5px 0 0;
    }

    td.schedule-table-category-cell {
        white-space: unset;
        padding: 0 5px 0 0;
    }

    .schedule-table-day-filler {
        height: 5px;
    }
}

@media only screen and (max-width: 400px) {
    td.schedule-table-day-cell {
        white-space: unset;
    }
}

.outline-btn {
    color: #5a5a5a;
    background-color: transparent;
    background-image: none;
    border-color: #5a5a5a;
}

.event-btn {
    float: right;
    margin-right: 20px;
}

.btn-group-wrapper {
    margin: auto;
    text-align: center;
}

.btn-wrapper {
    margin-top: 10px;
    width: 100px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.btn-wrapper button {
    white-space: pre-line;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-wrap: {
    word-spacing: normal;
}

@media only screen and (max-width: 990px) {
    .btn-wrapper {
        width: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-wrapper {
        width: 135px;
        height: 30px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 512px) {
    .btn-wrapper {
        width: 110px;
        height: 50px;
        padding-right: 10px;
    }
    .text-wrap {
        word-spacing: 30000px;
    }
}

@media only screen and (max-width: 416px) {
    .btn-wrapper {
        width: 90px;
    }
}
@media only screen and (max-width: 376px) {
    .btn-wrapper {
        width: 80px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 326px) {
    .btn-wrapper {
        width: 75px;
        padding-right: 0;
    }
}

.btn-wrapper-list {
    margin-top: 10px;
    width: 140px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .btn-wrapper-list {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 570px) {
    .btn-wrapper-list {
        width: 110px;
        height: 48px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 415px) {
    .btn-wrapper-list {
        width: 90px;
        height: 48px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 376px) {
    .btn-wrapper-list {
        width: 80px;
        height: 48px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 326px) {
    .btn-wrapper-list {
        width: 75px;
        height: 48px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 475px) {
    .text-wrap {
        word-spacing: 30000px;
    }
}
