<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollable-nextlots {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}


@media (min-width: 991px) {
    .videostream {
        height: 250px;
    }
}


@media (max-width: 991px) {
    .videostream {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .videostream {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .videostream {
        height: 290px;
    }
}

@media (max-width: 575px) {
    .videostream {
        height: 290px;
    }
}

@media (max-width: 480px) {
    .videostream {
        height: 230px;
    }
}

.btn:disabled {
    background-color: #d3d3d3; /* Light grey background */
    color: #808080; /* Grey text color */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
    opacity: 0.6; /* Slightly transparent */
}

.btn:hover {
    cursor: pointer; /* Change cursor to hand pointer */
}

/* Popover container */
.popover {
    position: absolute;
    z-index: 1060;
    display: block;
    max-width: 500px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}

    /* Popover arrow */
    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 0rem;
        height: .5rem;
    }

        .popover .popover-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

/* Popover header */
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* Popover body */
.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}


.img-fluid {
    padding-right: 2.5rem;
}
</pre></body></html>