body.desktop.web {
   scrollbar-width: none;
}

.desktop.web div::-webkit-scrollbar {
    display: none;
}

#streamDiv #mini_stream_controls,
#streamDiv #minimize_stream,
#streamDiv #close_stream {
    display: none;
}


#eventDiv {
    left: 0;
    right: unset;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    z-index: 11;
}

#streamDiv {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   background-color: #000;
   display: flex;
   flex-direction: column;
   left: unset;
}

@media (min-width: 768px) {
    #eventDiv {
        width: 30%;        
        min-width: 500px;
        max-width: 50%;
    }    

    #streamDiv {
       width: 70%; 
       max-width: calc(100% - 500px);
    }
}


.no_app #streamDiv {
    max-width: unset;
}


#player {
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggle_app {
    display: flex !important;
    margin-left: 0 !important;
    margin-right: .5em;
}
.no_app #eventDiv, .no_app .loading_overlay {
    min-width: unset;
    max-width: 90px;
}

@media (min-width: 768px) {
    .no_app #streamDiv {
        left: 90px;
        width: auto !important;
        max-width: unset;
        min-width: unset;
    }
}

#streamDiv .button {
    background-color: rgba(255,255,255,1);
    color: #000;
    font-size: 1.4em;
}

.stream_select {
    background-color: white;
    min-width: 150px;
    max-width: 300px;
} 

#stream_select {
    background-color: #fff;
    color: #000;
    padding-right: 30px;
    padding-left: 5px;
}

.stream_select::before {
    left: unset;
    right: 9px;
    color: #000;
    font-size: 8px;
}

#toggle_app i.close {
    display: block;
}

body #toggle_app i.open {
    display: none;
}

body #toggle_app i.close {
    display: flex;
}

body.no_app #toggle_app i.open {
    display: flex;
}

body.no_app #toggle_app i.close {
    display: none;
}

#toggle_fullscreen i {
    font-size: .8em;
}

body #toggle_fullscreen i.open {
    display: flex;
}

body #toggle_fullscreen i.close {
    display: none;
}

body.fullscreen #toggle_fullscreen i.open {
    display: none;
}

body.fullscreen #toggle_fullscreen i.close {
    display: flex;
}

#streamDiv #close_stream {
    display: none;
}

#streamDiv #minimize_stream {
    display: none;
}

#resize_stream {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    z-index: 10;
    cursor: ew-resize;
    user-select: none;
    -webkit-user-drag: none;
}

#stream_footer {
    font-size: 1em;
}

.no_app #resize_stream {
    display: none;
}




body.desktop {
    max-width: none;
}

#nav_header {
    display: none;
}

body.has_tabs #mainDiv {
    bottom: 0;
    top: 0;
    left: 90px; 

}

#tabs {
    bottom: 0;
    top: 0;
    height: auto;
    width: 90px;
    left: 0;
    transition: padding .2s;
    flex-direction: column;
    overflow-y: auto;
}

#tabs .tab .icon {
    margin: 0px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
}

#tabs .tab .name {
    font-size: 10px;
    margin: 0;
}

#tabs .tab {
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.no_app #tabs .tab.active {
    background-color: transparent !important;
}

#tabs .tab:before {
    display: none;
}

#tabs .tab.tab_header {
    pointer-events: none; 
}

.page #tabs .tab.tab_header {
    pointer-events: all; 
}

#tabs .tab.tab_header .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tabs .tab.tab_header .logo {
    width: 100%;
    filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
}

#tabs .tab.tab_header .back {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

#tabs .tab.tab_header .back i {
    font-size: 30px;
    margin-bottom: 3px;
    transform: translateX(-2px);
}

.page #tabs .tab.tab_header .back {
    display: flex;
}

.page #tabs .tab.tab_header .logo {
    display: none;
}

@media (min-width: 768px) {
    .no_app .page #tabs .tab.tab_header .logo {
        display: block;
    }

    .no_app .page #tabs .tab.tab_header .back {
        display: none;
    }
}

.normal_page {
    transition-duration: 0s !important;
}

.list_item {
    display: flex;
    align-items: center;
    padding: 15px;
    /* border-bottom: 1px solid transparent; */
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    border: none !important;
}
.list_item:nth-child(odd) {
    background-color: #f8f8f8;
}

.search_header {
    margin: 0;
    border-radius: 0;
}

.slider_container {
    display: none;
}

.slider_container~.list_page {
    right: 0;
}

#session_index .session_list_item {
    box-shadow: none !important;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f8f8f8 !important;
}

.session_list_item .list_description .session_time {
}

.session_list_item .list_description .session_title {
    font-size: 16px;
}

.session_list_item .list_description .session_location {
    font-size: 12px;
}

.new_post {
    margin: 0;
    border-radius: 0;
    padding: 10px;
}

.rating.full_width {
    max-height: 40px;
    max-width: 350px;
}

.option_button {
    border-radius: 0;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border:none !important;
}

.bottom_buttons .bottom_button_input {
    margin: 0 !important;
    border-radius: 0;
}


.option_buttons.wrap2 {
	display: inline-block;
}
.option_buttons.wrap2 .option_button:nth-last-child(2) {
    margin-bottom: 10px !important;
}

.option_buttons.wrap2 .option_button:nth-child(even) {
    margin-left: 0;
}

.option_buttons {
    min-width: 40%;
}


.video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}



#streamDiv .button#news_button {
    display: flex;
    margin-left: 0;
}

#streamDiv .stream_news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    min-width: 300px;
    transform: translateX(-110%);
    transition: transform .2s ease-out;
    box-shadow: 3px 0 5px rgba(0,0,0,.3);
    background-color: white;
    z-index: 6;
}

#streamDiv .stream_news .page_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}


#streamDiv .stream_news .close {
    font-size: 18px;
    padding: 5px;
}

#streamDiv .stream_news.show {
    transform: translateX(0);
}

#stream_notifications_new {
    display: none;
    font-family: Text-Regular;
    position: absolute;
    background-color: rgba(255, 0, 0, 1);
    color: white;
    font-size: 8px;
    width: 14px;
    line-height: 14px;
    border-radius: 50%;
    border: 0px solid white;
    top: 18px;
    right: -8px;
    text-align: center;
}

#stream_notifications_new.show {
    display: block;
}

.notifications_header_new {
    top: 22px;
    right: -2px;
    background-color: rgba(255, 0, 0, 1);
    text-align: center;
}

@media (max-width: 800px) {
    #streamDiv {
        min-width: unset;
    }
}

@media (max-width: 768px) {
    #eventDiv, .loading_overlay {
        right: 0;
        width: auto !important;
        min-width: unset !important;
        max-width: unset !important;
        top: 35%;
        display: block !important;
    }
    #streamDiv {
        left: 0;
        width: auto !important;
        max-width: unset;
        min-width: unset;
        bottom: 65%;
        font-size: 12px;
    }

    #stream_header {
        flex: 0 0 30px;
    }

    #toggle_app {
        display: none !important;
    }
    #resize_stream {
        display: none;
    }

    body.has_tabs #mainDiv {
        left: 0;
        top: 60px;
    }

    #tabs {
        bottom: unset;
        top: 0;
        height: 60px;
        left: 0;
        right: 0;
        flex-direction: row;
        width: auto;
        overflow-x: auto;
    }

    #tabs .tab {
        padding: 0;
        flex: 1;
    }

    #tabs .tab .icon {
        width: 30px; 
        height: 30px;
    }

    #tabs .tab.tab_spacer {
        display: none;
    }

    #tabs .tab.tab_header {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: unset;
        width: 40px;
        transform: translateX(-110%);
        background-color: rgba(0,0,0,.3);
    }

    .page #tabs .tab.tab_header {
        transform: translateX(0);
    }

    .page #tabs {
        padding-left: 40px;
    }

    #tabs .tab.tab_header .name {
        display: none;
    }

    #tabs .tab.tab_header .icon {
        width: 35px;
        height: 35px;
        margin-bottom: 0;
    }

    .stream_actions {
        box-shadow: none;
        border-radius: none;
        overflow: visible;
    }

    .stream_action {
        padding: 0;
        border-radius: 50%;
        margin-left: 1em;
    }
    .stream_action img {
        margin-right: 0;
        width: 20px;
        height: 20px;
    }

    .stream_action span {
        display: none;
    }

}


@media (max-height: 600px ) and (min-width: 768px) {
    #tabs .tab {
        padding: 10px 0;
    }

    #tabs .tab .icon {
        width: 30px;
        height: 30px;    
    }
}

/*@media (min-width: 768px) {
    #modal_page.in_stream {
        position: fixed;
        top: 90px;
        right: 20px;
        left: unset;
        width: 20%;
        min-width: 350px;
        height: calc(80% - 70px);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 2px 2px 10px rgba(0,0,0,.3);
        transform: none !important;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s;
    }

    #modal_page.in_stream.show {
        opacity: 1;
        pointer-events: all;
    }
}*/
