
.modal.ar-modal .modal-content{
    max-width:1400px;
    height:100%;
    max-height:calc(100vh - 115px);
    display:flex;
    align-items:center;
    justify-content:center;
    width:50%;
    border:none;
    background:transparent
}

.modal.ar-modal .modal-content .close{
    z-index:1000;
    display:flex;
    align-items:center;
    top:0;
    right:0;
    position:absolute;
    color:#fff;
    background-color:#000
}

.modal.ar-modal .modal-content .close span{
    font-size:35px
}

.modal.ar-modal .modal-content .close span.text{
    font-size:14px;
    margin-top:4px;
    margin-right:12px
}

.modal.ar-modal .modal-content .modal-body{
    padding:50px
}

.modal.ar-modal .modal-dialog{
    position:relative;
    flex-shrink:0;
    margin-top:auto;
    margin-bottom:auto;
    border-radius:4px;
    background:transparent;
    opacity:1;
    cursor:auto;
    will-change:transform, opacity;
    max-width:none;
    width:100%;
    justify-content:center
}

/*
#banner-{{ instance.id }} .ClipAreaContainer{
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    background: #15131b; 
    background-size: cover;
    padding-top: 0;
    position: relative; 
}
*/

#banner-{{ instance.id }} .ClipAreaContainer .video-frame .holostream-container {
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    height: 100%; 
    z-index: 1;
} 


#holostream-playlist-banner{{ instance.id }} .ClipAreaContainer .video-frame .holostream-container {
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    height: 100%; 
    z-index: 1;
} 

#holostream-playlist-{{ instance.id }} .ClipAreaContainer .video-frame .holostream-container {
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    height: 100%; 
    z-index: 1;
} 

#simple-holostream-player-{{ instance.id }} .ClipAreaContainer .video-frame .holostream-container {
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
}

.ar-view-btn {
    position: absolute; 
    float: right;
    display: block; 
    z-index: 99; 
    height: 10%;
    left: 90%; 
    top: 0%;
    background-color: transparent;
    border: none;
    padding: 0.5vh;
}

.ar-view-btn img {
    width:100%;
}

@media (max-width: 766px) {
    .ar-view-btn {
        width: 15%;
        left: 85%; 
    }
}

@media (max-width: 576px) {
    .ar-view-btn {
        width: 20%;
        left: 80%; 
    }
}

.hsp-capture-owner {
    color: #f37f58;
}

.hsp-capture-owner:hover {
    color: #f37f58;
}

#holostreamCanvas {
    border-radius:20px;
}

.hsp-large-play-button > div > svg {
    width: 60%;
    height: 60%;
}

.playlist-section {
    min-height: 800px;
    width: 100%;
    margin-bottom: 100px;
    margin-top: -250px;
    padding-top: 250px;
}
/*
.playlist-section .bg-wrapper {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.playlist-section .video-frame {
    position: relative;
    max-width: 900px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 25px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.playlist-section .video-frame .video-play-btn {
        cursor: pointer;
    }

.playlist-section .video-frame .copy-ctn {
    position: absolute;
    bottom: 0;
    margin-bottom: 70px;
    font-size: 16px;
}

.playlist-section .video-frame .copy-ctn img {
    margin-bottom: 20px;
}

.playlist-current-info {
    text-align: left;
}

.playlist-banner-section .video-frame {
    position: relative;
    max-width: 900px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 25px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.playlist-banner-section .video-frame .video-play-btn {
        cursor: pointer;
    }

.playlist-banner-section .video-frame .copy-ctn {
    position: absolute;
    bottom: 0;
    margin-bottom: 70px;
    font-size: 16px;
}

.playlist-banner-section .video-frame .copy-ctn img {
    margin-bottom: 20px;
}

.playlist-banner-section .container .ClipAreaContainer .info-frame .playlist-current-info {
    margin: 2rem;
    padding-left: 10px;
}

.playlist-banner-section .container .ClipAreaContainer .info-frame .playlist-current-info .quality-levels p {
    margin-left: 0px;
}

.info-frame {
    align-content: center; 
    margin: 0px 80px 250px 50px;
}

.quality-levels {
    margin: 0px;
}

.quality-levels p {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
}

.quality-levels div {
    float: left;   
    margin: 0px;
}

/* Dropdown Button */
.quality-levels-btn {
    float: left !important;
    padding: 0px !important;
    background-color: transparent !important;
    color: #f37f58 !important;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */
.quality-levels {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.quality-levels-dropdown {
    display: none;
    position: absolute;
    margin-top: 2em !important;
    background-color: rgba(81,45,86,1);;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
}

/* Links inside the dropdown */
.quality-levels-dropdown a {
    color: black;
    min-width: 160px;
    display: block;
    padding: 10px;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.quality-levels-dropdown a:hover {
    background-color: #1c0420;
}

/* Show the dropdown menu (use JS to add this class to the .quality-levels-dropdown container when the user clicks on the dropdown button) */
.show {display:block;}


.playlist-current-info {
    float: left;
    margin-bottom: 200px;
}

.playlist-current-info p {
    margin-bottom: 0px !important;
}

.playlist-carousel {
    float: right;
    margin-bottom: 200px;
}

.carousel {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    position: relative;
}

.carousel-screen {
    min-width: 405px;
    overflow: hidden;
}
  
.carousel-track {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    width: auto;
}

.carousel-track-item {
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal;
    width: 100%;
    min-width: 60px;
    max-width: 130px;
}

.carousel-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 100px;
    width: 100%;
}

.carousel-item-img img {
    width:120px; 
    height:120px; 
    object-fit: cover;
    margin-top:60px;
    margin-left:20px;
    margin-right:1vh;
    cursor: pointer;
}

@media (min-width: 1200px) {

    .carousel-screen {
        max-width: 405px;
        overflow: hidden;
        margin-right: 12px;
    }

    .carousel-track-item {
        margin-right: 5px;
    }
}


@media (max-width: 1199px) {

    .playlist-current-info {
        float: none;
        order: -1;
        margin-bottom: 0px;
    }
    
    .playlist-carousel {
        float: none;
        order: 1;
    }
}

@media (max-width: 767px) {

    .info-frame {
        margin: 0px 0px 0px 0px;
    }

    .carousel {
        width: 100%;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .carousel-screen {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .carousel-track {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}


@media (max-width: 575px) {
    .carousel-screen {
        min-width: 1vw;
        overflow: hidden;
    }
}

.carousel-track:hover {
    overflow-x: overlay;
}

@-moz-document url-prefix() {
    .carousel-track:hover {
        overflow-x: scroll;
    }    
}

.carousel-track::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    left: -20px;
}

.carousel-track::-webkit-scrollbar-track {
    display: none;
}

.carousel-track::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .3);
}

.carousel-track::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
    background-color: rgba(255, 255, 255, .6);
}

@media (pointer:none), (pointer:coarse) {
    .carousel-track {
        overflow-x: overlay;
    }
}

