.arrow-left {
    z-index: 2;
}

.arrow-right {
    transform: rotate(180deg) !important;
    z-index: 2;
}

body {
    overflow: hidden;
}

.btn-channels {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 95px;
}

.btn-no-previous-next {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-channel-back {
    float: left !important;
    margin-top: 4px;
    display: none;
}

.box-content {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
}

.box-content-entry {
    margin-left: -10px;
    cursor: pointer;
    margin-left: 0;
    border-left: 7px solid transparent;
}

.boxScreencastEntry {
    padding:10px;
    border-top: 1px solid lightgray;
    margin-left: -10px;
    cursor: pointer;
    margin-left: 0;
    border-left: 7px solid transparent;
}

.carousel-background-shadow {
    background-color: rgba(0,0,0,0.8);
    cursor: default;
}

.carousel-image {
    object-fit: cover;
    width: 100%;
    height: 220px;
    position: relative;
    border-radius: 10px;
}

.carousel-info {
    display: block;
}

.carousel-play-button {
    position: absolute;
    left: calc(50% - 10px);
    top: 105px;
    display: none;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50px;
    border: 2px solid #FFF;
    height: 50px;
    width: 50px;
}

.carousel-play-button-image {
    padding: 0;
    margin-left: 17px;
    margin-top: 11px;
}

.carousel-image-button-image {
    padding: 0;
    margin-left: 16px;
    margin-top: 11px;
}

.carousel-image-active {
    width: calc(100% + 40px);
    height: 244px;
    transform: translate(-20px, -12px);
    transition: 0.4s linear;
}

.carousel-entry {
    opacity:1;
    cursor: pointer;
    position: relative;
    padding: 20px;
    padding-bottom: 100px;
    display: none;
}

.carousel-entry:focus {
    outline: none;
}

.carousel-entry-inactive {
    opacity:0.8;
}

.carousel-entry-active {
    opacity:1;
}

.carousel-player-wrapper {
    height: 95%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.carousel-player-wrapper::-webkit-scrollbar {
    display: none;
}

.carousel-title {
    white-space: nowrap; max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: unset;
}

.channel-carousel-background-dark {
    background-color: #000 !important;
}

.channel-carousel-background-light {
    background-color: #fff !important;
}

.channel-carousel-content-frame {
    padding-left: 20%;
    padding-right: 20%;
    height: 65%;
}
.channel-carousel-tab-frame {
    padding-left: 22%;
    padding-right: 22%;
}
.channel-carousel-link-text {
    color: #6199ff !important;
}
.channel-overlay-content {
    position: absolute;
    z-index: 3;
    color: #FFF;
    top: 10%;
    padding-top: 65px;
    padding-left: 55px;
    padding-right: 55px;
    width: 100%;
}

.carousel-text {
    position: fixed;
    top: 260px;
}

.channel-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.channel-row-side {
    width:100%;
    margin:0;
}

.channel-video-frame {
    padding: 0;
}

#comment-section {
    display: block;
}

.ellipsis-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-media-detail {
    display: none;
    position: relative;
    top: 0;
}

.carousel-mobile {
    display: none;
}

.carousel-tabs-buttons {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: black;
}

.carousel-tabs-data {
    scrollbar-width: none;
}

.carousel-tabs-data::-webkit-scrollbar {
    display: none;
}

.info-list {
    padding: 20px 10px 10px 10px;
    overflow-y: scroll;
    position: absolute;
    height: calc(100% - 63px);
    width: 100%;
}

.scroll-down {
    transform: rotate(270deg) !important;
}

#prev-button {
    left: 15px;
}

.mobile-carousel-info {
    display: none;
    height: 100%;
}

.mobile-carousel-overlay-background {
    display: none;
}

.mobile-channel-card {
    padding: 20px;
    cursor: pointer;
}

#next-button {
    right: 15px;
}

.overlay-background {
    position: absolute;
    z-index:1;
}

.scroll-button {
    position: absolute;
    margin-top: 10px;
}

.scroll-buttons-text {
    display: none;
}

.sidebar-content-image {
    object-fit: cover;
}

.slick-next {
    right: -58px !important;
}

.slick-prev, .slick-next {
    z-index: 1;
}

@media only screen and (min-width:1024px) and (max-width: 1279px) {
    .first-panel {
        background: white;
        color:black;
    }
}

@media (max-width: 1500px) {
    .carousel-title {
        max-width: 250px;
    }
}
@media (max-width: 1200px) {
    .carousel-title {
        max-width: 300px;
    }
    .slick-next {
        right: -53px !important;
    }
}

@media (max-width: 1000px) {
    .carousel-title {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    body {
        overflow: visible;
    }
}

@media (max-width: 900px) {
    .channel-carousel-iframe-wrapper {
        height: 80%;
    }
    .channel-carousel-content-frame {
        padding-left: 15px;
        padding-right: 0;
    }
    .channel-carousel-tab-frame {
        padding-left: 10%;
        padding-right: 10%;
    }
    .carousel-info {
        display: none;
    }
    .slick-slider {
        display: none !important;
    }
    .carousel-mobile {
        display: block;
    }
    .overlay-background {
        display: none !important;
    }
    .carousel-title {
        max-width: 400px;
    }
    .btn-mobile {
        display: block;
        margin: auto;
        width: 90%;
    }
    .btn-start-recording {
        display: block;
        width: 50%;
    }

    .mobile-carousel-info {
        display: block;
    }

    .mobile-carousel-overlay-background {
        display: block;
        background:#000;
    }

    .scroll-buttons-text {
        display: block;
    }

    .scroll-buttons-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        height: 10%;
    }
}

@media (min-width: 901px) {
    #next-button {
        right: 0;
    }

    #prev-button {
        left: 0;
    }

    .scroll-button {
        width: 20%;
        height: 65%;
        margin-top: 0;
    }
}


@media (max-width: 767px) {
    .play-button-icon {
        width: 36px;
        position: absolute;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
    }

    .sidebar-content-image {
        height: 70px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .channel-row-side {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .play-button-icon {
        width: 50px;
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }

    .sidebar-content-image {
        height: 100px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar-content-image {
        max-height: 44px;
        height: none;
        width: 100%;
    }
}
