.sked-tape {
    display: flex;
    /*align-items: stretch;*/
    /* width: 100%; */
    /*max-width: 100%;*/
    /*box-sizing: border-box;*/
}

.sked-tape * {
    box-sizing: inherit;
}

.sked-tape__aside {
    flex: none;
    max-width: 8%;
    padding: 0 !important;
    border-right: 5px solid transparent;
    position: relative;
    background: white;
    border-radius: 25px;
    margin-right: 4px;
    margin-left: 91px;
}

.skedChannel {
    /*background-color: white;*/
    /*border-radius: 11px;*/
    /*min-height: fit-content;*/
    /* flex: none; */
    /*max-width: 30%;*/
    /*min-width: 100px;*/
    /* padding: 10px !important;*/
    /* border-right: 5px solid transparent; */
    /* position: relative; */
    /*background: white;*/
    /*border-radius: 25px;*/
    /* margin-right: 4px; */
    margin-left: 30%;
    /* float: left;*/
}

.dateForScheduleNavigation {
    color: whitesmoke;
    margin-inline: 4px;
    border-radius: 5px !important;
    /* height:             22px; */
    font-size: 10px;
    width: 15%;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    float: left;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 0px solid #363636;
    transition: 0.3s;
    margin: 0 5px 0 5px;
}

.dateForScheduleNavigation:hover {
    background-color: #5c5b5b;
}


.dateForScheduleNavigation.selectedDateTvSchedule {
    position: relative;
    transition: 0.3s;
    background-color: #292929 !important;
}


.sked-tape__locations {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sked-tape__location {
    position: relative;
    padding: 0 15px;
    background-color: #EFEFEF;
    line-height: 54px;
    height: 54px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 14px;
}

.sked-tape__location:not(:last-child) {
    border-bottom: 6px solid black;
    /*modificato*/
}

.sked-tape__location--forbidden {
    /*  background-image: repeating-linear-gradient(-45deg, rgba(236, 106, 94, 0.5), rgba(236, 106, 94, 0.5) 10px, rgba(255, 0, 0, 0) 10px, rgba(255, 0, 0, 0) 20px);
*/
}

.sked-tape__location-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.sked-tape__caption {
    display: block;
    /*  background-color: white;
*/
    height: 24px;
    position: relative;
    top: 0;
    text-align: center;
    color: white;
    font-size: 20px
}

.sked-tape--has-dates .sked-tape__caption {
    height: 48px;
    line-height: 48px;
}

.sked-tape__time-wrap {
    flex: 3 0 auto;
    width: 0;
    padding: 0 !important;
    /*margin-right: 86px;*/
}

.sked-tape__time-frame {
    /*position: absolute;*/
    /*display: block;*/
    /* width: 95%; */
    /*overflow-x: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
    border-radius: 10px;
    height: 100%;
    overflow-y: hidden;
    margin-bottom: 0;
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: rgb(29, 29, 29) rgba(175, 175, 175, 0.87);
    /* scroll thumb and track */

}

.sked-tape__event:after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgb(17, 17, 17) 0%, rgba(255, 255, 255, 0) 69%);
    height: 100%;
}

.sked-tape__time-frame:focus {
    outline: none;
}

.sked-tape__time-frame::-webkit-scrollbar {
    width: 50px;
    /* width of the entire scrollbar */
}

.sked-tape__time-frame::-webkit-scrollbar-track {
    background: rgba(175, 175, 175, 0.87);
    /* color of the tracking area */
}

.sked-tape__time-frame::-webkit-scrollbar-thumb {
    background-color: rgb(29, 29, 29);
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 5px solid rgba(175, 175, 175, 0.87);
    /* creates padding around scroll thumb */
}

.sked-tape__time-canvas {
    position: relative;
    min-width: 11040px !important;
    /* min-width: 8064px; */
}

.sked-tape__hours {
    background: #29292975;
    /*transform-style: preserve-3d;*/
    color: #cfcfcf;
    /*font-size: 20px;*/
    width: 100%;
    height: 30px;
    /*margin-top: 15px;*/
    /*position: relative;*/
}

.sked-tape__hours>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 24px;
    align-items: center;
}

.hr_vertical {
    border-left: 2px solid var(--main-text-color-video, white);
    height: 35vh;
    margin-left: auto;
}

.sked-tape__hours>ul>li {
    /* background:  #29292975; */
    flex: none;
    display: block;
    position: relative;
    min-width: 92px;
    width: 96px;
    height: inherit;
    font-size: 15px;
    line-height: 15px;
    bottom: 4px;
}

.sked-tape__hours>ul>li>time {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 13px bold;
    white-space: nowrap;
}

.sked-tape__hours>ul>li:not(:first-child)>time {
    transform: translateX(-50%);
}

.sked-tape__hours>ul>li:last-child {
    width: 0;
    min-width: 0;
}

.sked-tape__hours>ul>li:last-child>time {
    transform: translateX(-100%);
}

.sked-tape__timeline-wrap {
    position: relative;
}

.sked-tape__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-left: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.sked-tape__event-row {
    position: relative;
    /*background-color: #F4F4F4;*/
    height: 95px;
}

.sked-tape__event-row:nth-child(odd) {
    /*modificato*/
    background-color: transparent;
}

.sked-tape__event-row:first-child {
    border-top: 1px solid transparent;
}

.sked-tape__event-row:last-child {
    border-bottom: 1px solid transparent;
}

.sked-tape__event-row:not(:last-child) {
    border-bottom: 0;
}

.sked-tape__gap {
    display: block;
    height: 53px;
    line-height: 1;
    position: absolute;
    z-index: 4;
    /*white-space: nowrap;*/
    font-size: 12px;
    pointer-events: none;
}

.sked-tape__gap-text {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background: white;*/
    border-radius: 0.2em;
    padding: 2px;
    color: white;
}

.sked-tape__intersection {
    /*background: transparent;*/
    top: 1px;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 4;
    /* border: 2px dashed rgba(255, 62, 44, 0.5); */
}

.sked-tape__event {
    background-color: #ffffff;
    transition: 200ms background-color;
    top: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #001f3a;
    border: 1px solid black;
    min-width: 10px;
    cursor: pointer;
    line-height: 16px;
    border-radius: 10px;
}

.sked-tape__location:hover,
.sked-tape__event:hover,
.sked-tape__event--active {
    background-color: #49C3F1;
    color: white;
}

.sked-tape__event--low-gap {
    background-color: #292929;
    transition: min-width 0.3s;
    /* border-color: #5ba044; */
}

.sked-tape__event.sked-tape__event--low-gap.selected {
    z-index: 4 !important;
    /* min-width:        10% !important; */
    border-color: #fff !important;
}

.sked-tape__event--low-gap:hover {
    z-index: 4;
    /* min-width:        10% !important; */
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

.sked-tape__event--disabled,
.sked-tape__event--disabled:hover {
    background-color: #b7b1b1;
    border-color: #a79797;
}

.sked-tape__event-row:first-child .sked-tape__event {
    top: 0;
    height: 100%;
}

.sked-tape__dummy-event {
    display: block;
    position: absolute;
    border: 2px dashed #e32c1b;
    top: 1px;
    bottom: 0;
    z-index: 4;
    white-space: nowrap;
    font-size: 12px;
    color: white;
}

.sked-tape__dummy-event-time {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid #e32c1b;
    background: rgba(227, 44, 27, 0.69);
    padding: 3px 2px;
    line-height: 1;
    text-align: center;
}

.sked-tape__dummy-event-time--left {
    right: 100%;
    margin-right: 5px;
}

.sked-tape__dummy-event-time--right {
    left: 100%;
    margin-left: 5px;
}

.sked-tape__center {
    position: relative;
    top: 45%;
    /*modificato*/
    transform: translateY(-50%);
    display: block;
    padding: 0 10px;
    text-align: left;
    color: white;
}

.sked-tape__grid {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sked-tape__grid>li {
    display: block;
    margin: 0;
    padding: 0;
    /*  background-image: linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px);
*/
    background-size: 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%;
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0, 25% 0, 50% 0, 75% 0;
    min-width: 96px;
    width: 96px;
}

.sked-tape__indicator {
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    border-left: 5px solid #e43828;
}

.sked-tape__indicator--serifs::before,
.sked-tape__indicator--serifs::after {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
}

.sked-tape__indicator--serifs::before {
    top: 0;
    border-bottom-width: 3px;
    border-top: 3px solid #e43828;
}

.sked-tape__indicator--serifs::after {
    bottom: 0;
    border-top-width: 3px;
    border-bottom: 3px solid #e43828;
}

.sked-tape__dates {
    display: flex;
    align-items: stretch;
    width: 100%;
    list-style: none;
    /* margin: 0; */
    padding: 0;
}

.sked-tape__date {
    display: block;
    margin: 0;
    padding: 0;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    background: #e0e0e0;
}

.sked-tape__date:nth-child(odd) {
    background: #eee;
}

.sked-tape__date:before,
.sked-tape__date:after {
    content: attr(title);
    display: block;
    width: calc(50% - 20px);
    height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sked-tape__date:before {
    float: left;
    margin-left: 15px;
    text-align: left;
}

.sked-tape__date:after {
    float: right;
    margin-right: 15px;
    text-align: right;
}

.sked-tape__date--short:before {
    float: none;
    width: auto;
    margin: 0 5px;
    text-align: center;
}

.sked-tape__date--short:after {
    display: none;
}

.tv_guide_background {
    height: 40vh;
    background-image: linear-gradient(var(--background-primary-color-video, black), #80808045);
}

#channelsDiv {
    margin-top: 30px;
    padding-right: 0;
}

.channels_div {
    border: 3px solid #292929;
    border-radius: 10px;
    margin: 5px;
}

#defaultTvGuideDivDesc {
    color: var(--main-text-color-video, white);
    text-align: left;
    font-size: clamp(16px, 5vw, 18px);
}

#tvScheduleEventInfo {
    display: none;
}

.event_description_div>#eventTvSchedulePlayButton {
    font-size: medium !important;
    color: #000;
    background-color: #9b9898;
    border-radius: 15px;
    border-color: #929AAB;
    max-width: 219px;
    width: 100%;
    font-weight: 700;
}

.event_description_div>#eventTvSchedulePlayButton:hover {
    background-color: #929AAB;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.event_title_div>.event_title {
    color: var(--main-text-color-video);
    text-align: left;
    font-size: large;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.event_description_div>.event_description {
    color: var(--main-text-color-video);
    text-align: left;
    font-size: large;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .event_title_div>.event_title {
        font-size: 2.5rem;
        -webkit-line-clamp: 3 !important;
    }

    .event_description_div>.event_description {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .event_title_div>.event_title {
        font-size: 3.5rem;
    }

    .event_description_div>.event_description {
        font-size: 2rem;
    }
}