﻿/*Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. 

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

 Provide sufficient contrast against white background 
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

 Sticky footer styles
-------------------------------------------------- 
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

 Sticky footer styles
-------------------------------------------------- 
html {
  position: relative;
  min-height: 100%;
}

body {
   Margin bottom by footer height 
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;  Vertically center the text there 
}

Overlay CSS
html, body {
    width: 100%;
    height: 100%;
}*/

@keyframes expand {
    from {
        max-width: 8em;
    }

    to {
        max-width: max-content;
    }

    25% {
        max-width: 13em;
    }

    50% {
        max-width: 16em;
    }

    75% {
        max-width: 19em;
    }

    100% {
        max-width: max-content;
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.9);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
    }
}

body {
    background-attachment: fixed;
}

#overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
    display: none;
}

#overlay {
    position: absolute;
    right: 0;
    width: 80%;
    height: 100%;
    z-index: 101;
    display: none;
    text-align: right;
}

    #overlay .fa-shopping-cart {
        margin-top: 10px;
        color: #df1037;
        font-size: 24px;
        border-left: 2px solid #0066b3;
        padding-left: 10px;
        margin-right: 6px;
    }

    #overlay .badge {
        border: medium none !important;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 700;
        height: 15px;
        line-height: 9px;
        min-width: 15px;
        position: absolute;
        text-align: center;
        top: 10px;
        right: 0;
    }

    #overlay > h5 {
        position: absolute;
        right: 150px;
        color: white;
        top: 20px;
    }

    #overlay > button {
        position: absolute;
        right: 150px;
        top: 75px;
        z-index: 9999;
    }

#overlay-cart {
    position: absolute;
    width: 80px;
    background-color: white;
    right: 0;
}

#arrowAnim {
    position: absolute;
    width: 200px;
    ;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 10px;
    margin-top: -100px;
}

.arrow {
    width: 5vw;
    height: 5vw;
    border: 2.5vw solid;
    border-color: #0092d7 transparent transparent #0092d7;
    transform: rotate(45deg);
    border-radius: 5px;
}


.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50vw);
    }

    20% {
        opacity: 1;
        transform: translateY(9vw);
    }

    80% {
        opacity: 1;
        transform: translateY(-9vw);
    }

    100% {
        opacity: 0;
        transform: translateY(-15vw);
    }
    /*Overlay CSS*/
}

.overlay-play-expired {
    position: absolute;
    top: 0;
    color: #FFFF00;
    text-align: center;
    font-size: 100px;
    background-color: rgba(221, 221, 221, 0.5);
    width: 100%;
    height: 100%;
    padding: 10px 0;
    z-index: 200;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0066b3;
}

    .overlay-play-expired:hover {
        background-color: rgba(128, 128, 128, 0.4);
    }

    .overlay-play-expired i {
        flex: 0 0 120px;
    }

.overlay-alert {
    flex-basis: 50%;
    width: 0;
    background-color: rgba(255, 243, 205, 0.9);
    border-radius: 20px;
}

.overlay-alert-text {
    font-size: 20px;
    color: #93751b;
}

.overlay-alert-success {
    flex-basis: 50%;
    width: 0;
    background-color: rgba(204, 229, 255, 0.9);
    border-radius: 20px;
}

.overlay-alert-text {
    font-size: 20px;
    color: #004085;
}

.single-video-right {
    height: 100%;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    color: #f2b01e;
}

    .rating > i {
        display: inline-block;
        position: relative;
        width: 1.1em;
    }

        .rating > i:hover:before,
        .rating > i:hover ~ i:before {
            font-weight: bold;
        }

.next-video {
}

    .next-video p {
        font-size: 11px;
        margin-bottom: 0.1rem;
        margin-top: 4px;
        margin: 0;
    }

    .next-video .video-card {
        margin-bottom: 0px;
    }

.video-suggestion-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.video-card.video-card-list.table-hover {
    padding: 10px;
}

.group-hidden {
    display: none;
}

.group-item {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    margin-left: 50% !important;
}

.group-title {
    max-height: 45px;
    padding-top: 5px;
    cursor: pointer;
}

.btn {
    white-space: normal;
}

.btn-send-msg {
    /*border-bottom-right-radius: 10px !important;*/
}

.live-chat-box,
.live-question-box {
    overflow: scroll;
    overflow-x: hidden;
    padding-left: 5px;
    background: #eceff0 none repeat scroll 0 0;
    padding-bottom: 10px;
}

.live-chat-msg {
    display: block;
    /*line-height: 18px;*/
    width: 100%;
    padding-left: 5px;
    cursor: default;
    margin: 7px 4px 0px 4px;
    border: 1px solid transparent;
    border-radius: 10px;
}

    .live-chat-msg .live-chat-msg-date {
        display: none;
    }

/*.live-chat-msg:hover .live-chat-msg-date {
        display: inline-block;        
    }*/

.live-chat-msg-reply-icon {
    color: #0e0e10;
    position: absolute;
    right: -2px;
    top: -15px;
    cursor: pointer;
    display: none;
    background-color: #fff;
    padding: 2px 5px 2px 5px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    user-select: none;
}

.live-chat-msg:hover .live-chat-msg-reply-icon {
    display: inline-block;
}

.live-chat-msg-answer-body {
    font-size: 13px;
    background-color: lightgray;
    color: black;
    padding: 5px 10px 4px 8px;
    border-radius: 6px;
    margin: 0 3px 0 15px;
    border-left: 3px solid grey;
}

.dropdown-menu-reply-message {
    background-color: whitesmoke !important;
    border: none !important;
    border-radius: 6px !important;
}

.dropdown-item-menu-reply-message {
    font-size: 9.5pt !important;
    color: black !important;
    font-weight: bold !important;
}

    .dropdown-item-menu-reply-message:hover {
        background-color: lightgray !important;
    }


.live-chat-msg:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.live-chat-msg:first-child {
    padding-top: 15px;
    margin-bottom: 5px;
}

.live-chat-msg-name {
    box-sizing: border-box;
    border-radius: 2px;
    color: hsla(0, 0%, 6.7%, 0.6);
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 500;
}

.live-chat-msg-content {
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.9rem;
    background: transparent;
    line-height: 1.2rem;
}

.live-chat-msg-welcome,
.live-chat-msg-welcome-question-box {
    display: block;
    font-weight: 200;
    font-size: 0.7em;
    line-height: 17px;
    margin-bottom: 5px;
    padding-left: 15px;
}

.live-chat-msg-body {
    max-width: 100%;
    padding-left: 1.8rem;
    color: black;
    line-height: 1.2rem;
}

    .live-chat-msg-body a {
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.live-chat-msg-photo {
    border-radius: 50%;
    background-color: #fff;
    padding-left: 3.5px;
    padding-top: 0;
    margin-top: 1px;
    width: 18px;
    height: 18px;
    float: left;
    color: grey;
    display: flex;
    align-items: center;
}

    .live-chat-msg-photo i {
        font-size: 0.9rem;
    }

.live-chat-msg-moderator {
    border-radius: 10px;
    padding: 2px;
    border: #0066b3 1px solid;
}

.live-chat-header {
    margin-bottom: 0;
}

.live-chat-msg-date {
    color: gray;
    font-size: 10px;
}

.live-chat-msg-moderator .live-chat-msg {
}

    .live-chat-msg-moderator .live-chat-msg:first-child {
    }

.live-chat-msg-moderator .live-chat-msg-name {
    color: #0066b3;
    font-weight: bold;
}

.live-chat-msg-moderator .live-chat-msg-content {
    color: #0066b3;
}

.live-chat-msg-moderator .live-chat-msg-body {
}

.live-chat-msg-moderator .live-chat-msg-photo {
    background-color: #fff;
    color: #0066b3;
    padding-left: 2.5px;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

#btnShowSurvey {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.survey-buttons {
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

    .survey-buttons button {
        font-size: 1.5em;
    }

.img-sponsor {
    max-height: 75px;
    padding-right: 20px;
    max-width: 100%;
    padding-top: 5px;
}

.sponsors-group {
    display: inline-block;
    margin: 0 auto;
}

.badge-moderator-info {
    color: rgba(0,0,0,.8) !important
}

.fixed-moderator-video {
    position: fixed;
    width: 33%;
}

.swal2-timer-progress-bar-container,
.swal2-timer-progress-bar {
    height: 1.5em !important;
    background: rgba(33, 96, 40, 0.60) !important;
}

.swal2-timer-progress-bar-container {
    background: rgba(255,255, 255, 1) !important;
}


.live-chat-msg-photo img {
    width: 25px;
    margin-left: -4.5px;
}

.player-username-overlay {
    position: absolute;
    z-index: 1;
    color: white;
    top: 45%;
    background-color: black;
    opacity: 0.4;
}

.client-right-sidebar {
    height: 100% !important;
    max-width: 400px;
    min-width: 300px;
    padding: 0;
    margin: 0;
}

.right-sidebar-content {
    background-color: whitesmoke;
    border-left: 1px solid lightgrey;
    margin-right: 15px;
}

.live-page-header-container {
    z-index: 11;
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
    margin-top: 0;
    top: 0;
    border-bottom: 2px solid darkslateblue;
    margin-left: 0;
    margin-right: 0;
    border-radius: 15px;
}

.player-client {
    overflow: auto;
    height: calc(100vh - 60px);
    overflow-x: hidden;
}

@media (max-width: 925px) {
    .player-client {
        overflow: auto;
        height: 100%;
        overflow-x:  hidden;
    }
}

.live-page-header-container h3 {
    color: #0162c0;
}

.live-page-header-container span {
    color: black;
}

#divClientContent {
    z-index: 10;
    min-height: 95vh;
}

.programacao-live {
    max-width: 100%;
    overflow: auto;
}

.programacao-live-xs {
    display: none;
}

.programacao-live-md {
    display: block;
}

.plyr {
    border: 0 !important;
}

.sidebar-header {
    border-bottom: 1px solid darkslateblue;
}

.nav-tabs {
    border-bottom: 1px solid gray !important;
}

@media only screen and (max-width: 924px) {
    .client-right-sidebar {
        height: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }

    .client-left-sidebar {
        max-width: 100% !important;
    }

    .programacao-live-xs {
        display: block;
    }

    .programacao-live-md {
        display: none;
    }

    .right-sidebar-content {
        position: relative;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .client-right-sidebar {
        height: 100% !important;
        max-width: 400px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 925px) {
    .player-username-overlay {
        top: 20%;
    }
}

@media only screen and (min-width: 1600px) {
    .client-right-sidebar {
        height: 100% !important;
        max-width: 450px !important;
        width: 100% !important;
    }
}

.container-cookies-policy .description {
    margin-bottom: 30px !important;
}

.container-cookies-policy .sub-title {
    font-size: 18pt !important;
    margin-bottom: 20px;
}

.container-cookies-policy ul {
    font-size: 20px !important;
    list-style: initial !important;
}

.btn {
    font-size: 1.1rem;
}

.btn-live h6 {
    color: black !important;
}

.change-color-live-chat {
    border-radius: 6px;
    padding: 5px;
    background: linear-gradient(135deg, #17a2b8 1%, #30def9 100%);
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0066b3;
}

.live-chat-msg-moderator {
    background-color: rgba(0,102,179,0.1);
}

.translation-helper-overlay {
    position: absolute;
    width: 120px;
    height: 60px;
    z-index: 1;
    padding: 15px;
    right: 0;
    display: none;
    border-radius: 0 0 0 20px;
    text-align: center;
    cursor: pointer;
    background-color: white;
}

    .translation-helper-overlay:hover {
        opacity: 1 !important;
    }

.bg-glass {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.div-footer img {
    max-height: 40px;
}

.div-footer p {
    font-size: 14px;
}

#tableUserMessages tbody td,
#tableUserQuestions tbody td {
    padding: 0.25em;
    font-size: 14px;
}

#tableUserMessages span,
#tableUserQuestions span {
    font-size: 12px;
}

#tableUserMessages thead td,
#tableUserQuestions thead td {
    padding: 0.5em;
    font-size: 14px;
}

#tableUserMessages tbody td:first-child,
#tableUserQuestions tbody td:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

body {
    background-size: 100vw auto !important;
    color: black !important;
    overflow-x: hidden;
}

.stream-main-container {
    position: relative;
    z-index: 12;
    overflow: hidden;
}

.navHeaderBg-container {
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 100vh;
    background: linear-gradient(rgba(255,255,255,0.8) 0%, transparent 50%) !important;
}

html {
    font-size: 15px;
}

.chat-message {
    cursor: pointer;
    max-width: 100%;
}

.chat-image {
    cursor: pointer;
    max-width: 100%;
}

.text-remove {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.pinned-message-container {
    position: sticky;
    top: 0;
    z-index: 2;
}

.live-chat-pinned-name {
    padding: 2px;
    background-color: #ffffff;
    border-radius: 5px;
}

.pinned-message {
    background-color: #0064af;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    transition: 0.5s;
    max-width: 100%;
    position: relative;
    z-index: 1;
    top: 0.5em;
    margin: 0 0 1em 1em;
    padding: 0.5em 1.5em 1.5em 1em;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    white-space: normal;
    overflow: hidden;
    max-height: 15vh;
}

    .pinned-message a {
        color: #FAEBD7;
    }

        .pinned-message a:hover {
            color: #FFFFFF;
        }

.pinned-message-content {
    margin-top: 20px;
}

.message-image-helper-container {
    bottom: 3em;
    right: 2em;
    z-index: 2;
    position: absolute;
    max-width: 75%;
}

.message-image-helper {
    background-color: #f0f0f0;
    display: none;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    transition: 0.5s;
    margin: 0 0 1em 1em;
    padding: 0.5em 1.5em 1.5em 1em;
    border-radius: 20px;
}

    .message-image-helper a:first-of-type {
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #8ebdf1;
    }

.pinned-message-read-more {
    display: none;
    cursor: pointer;
    font-size: 0.725em;
    color: #fff8dc;
    border-radius: 5px;
    padding: 5px;
    background-color: rgb(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-left: 35%;
    bottom: 0.15em;
    right: 1em;
    position: absolute;
}

dialog {
    border-radius: 5px;
    border: 0 solid black;
}

    dialog::backdrop {
        background: rgba(0, 0, 0, 0.5);
    }

.close-dialog {
    cursor: pointer;
    font-size: 1.25em;
    background-color: #19bcbc;
    color: #fff0f0;
    border-radius: 5px;
    padding: 0.125em 0.45em;
}

.notification {
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    top: 1em;
    left: 2em;
    max-width: 1em;
    z-index: 11;
    animation: expand 2s linear forwards 1;
    background-color: #0064af;
    color: #ffffff;
    padding: 0.25em;
    border-radius: 5px;
}

.glow {
    animation: glow 1s 5;
}

@media (max-width: 1600px) {
    html {
        font-size: 15px;
    }

    .client-left-sidebar {
        max-width: 150px !important;
    }

    .live-chat-msg-photo {
        width: 20px;
        height: 20px;
    }

        .live-chat-msg-photo img {
            width: 20px;
            margin-left: -3.5px;
        }
}

@media (max-width: 1441px) {
    html {
        font-size: 13px;
    }

    .live-chat-msg-photo {
        padding-left: 4.5px;
    }
}

@media (max-width: 925px) {
    .client-left-sidebar {
        max-width: 100% !important;
    }
}

body {
    background: #222831;
}

.live-circle {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

    .live-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 250%;
        height: 250%;
        box-sizing: border-box;
        margin-left: -75%;
        margin-top: -75%;
        border-radius: 45px;
        background: #ff253a;
        background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
        background: -webkit-linear-gradient(-45deg, #ff253a 0%,#ff8453 100%);
        background: linear-gradient(135deg, #ff253a 0%,#ff8453 100%);
        animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .live-circle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #ff253a;
        background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
        background: -webkit-linear-gradient(-45deg, #ff253a 0%,#ff8453 100%);
        background: linear-gradient(135deg, #ff253a 0%,#ff8453 100%);
        border-radius: 50px;
        animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.programacao-live img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.programacao-live table {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.login-main-left {
    border: 1px #ccc solid;
    border-radius: 3px;
    border: 1px #ccc solid;
    padding: 30px 30px 10px;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
