html{
    font-size: 11pt;
}


#chat-messages{
    height: 72vh;
    margin-bottom: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

#chat-messages::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;
}

.room-prof #chat-messages {
    height: 45vh;
}

.chat-box{
    bottom: 30px;
    right: 0;
    position: absolute;
    border: 0;
    border-top: 1px groove white;
    border-left: 1px groove white;
    font-size: small;
}

.chat-box::placeholder{
    font-size: small;
    font-weight: lighter;
    font-style: italic;
}

.chat-box,
.chat-box:focus{
    resize: none !important;
    box-shadow: none !important;
}

.chat-row{
    height: 100%;
    overflow-x: scroll;
}

.anwser-list p{
    margin-bottom:0;

}

#quiz-messages{
    height: 76vh;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.room-prof #quiz-messages{
    height: 42vh;
     /* Firefox */
      /* IE 10+ */
}

#quiz-messages::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;
}

.quiz-box{
    bottom: 30px;
    right: 0;
    position: absolute;
    border: 0;
    border-top: 1px groove white;
    border-left: 1px groove white;
    font-size: small;
}

.quiz-box::placeholder{
    font-size: small;
    font-weight: lighter;
    font-style: italic;
}

.quiz-box,
.quiz-box:focus{
    resize: none !important;
    box-shadow: none !important;
}

.quiz-row{
    height: 100%;
    overflow-x: scroll;
}

.main{
    padding-top: 40px;
}

#top-bar{
    background-color: #2c2c2c;
    height: 64px;
}


.video-card {
    width: 100%;
    position: relative;
}

.video-card video {
    width: 100%;
}
.video-card.prof{
    display: flex;
    flex-direction: column;
}
.video-card.prof video{
    max-height: 30vh;
    flex-basis: 15%;
    flex-grow: 0;
    flex-shrink: 0;
}

.remote-video{
    width:100%;
}


.remote-video-label{
    position:absolute;
    top: 0;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:300000;
    padding: 10px;
    width: 100%;
    text-align: center;
    visibility: hidden;

}

.remote-video-controls{
    position:absolute;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:300000;
    padding: 10px;
    width: 100%;
    text-align: center;
    visibility: hidden;
}


.video-card:hover .remote-video-controls,
.video-card:hover .remote-video-label,
.remote-video-controls:hover,
.remote-video-label:hover{
    visibility: visible;
}


#videos-reel {
    position: fixed;
    bottom: 0;
    left: 0;
}

#videos-reel video {
    max-height: 20vh;
    overflow: auto;
}

.local-video{
    width: 100%;
    /* bottom: 0; */
    /* left: 0; */
    /* position: fixed; */
    /* width:15vw; */
}


.mirror-mode{
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.sender-info{
    font-size: 0.6rem;
    margin-top: 5px;
    align-self: flex-end;
}


.msg{
    font-weight: 400;
    font-size: 0.9rem;
    color: black;
    /* background-color: wheat; */
}


.chat-card{
    border-radius: 6px;
}


.btn-no-effect:focus{
    box-shadow: none;
}

.very-small{
    font-size: 6px !important;
}


#close-single-peer-btn {
    position: fixed;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    border-radius: 0%;
    z-index: 100;
}


.pointer{
    cursor: pointer;
}


.record-option{
    height: 200px;
    border-radius: 10%;
    border: 1px solid #6B6B6B;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
}


.custom-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.custom-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #6B6B6B;
    width: 80%;
}


@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


@media only screen and (max-width:767px){

    #chat-messages{
        height: 27vh;
    }

    #quiz-messages{
        height: 33vh;
    }

    .chat-box{
        bottom: 90px;
        margin-bottom: 0px;
    }
    
    .card-sm{
        max-width: 100%;
        min-width: 50%;
    }


    .local-video{
        width:40vw;
    }
}


@media (min-width:768px){
    .card{
        width: 50%;
        z-index: 1000;
    }
}




#videos-reel .video-card {
    display: inline-block;
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#videos {
    height: 20vh;
    width: 100vw;
    position: relative;
    display: block;
    background-color: #6B6B6B;
}

.logo img {
    height: 100%;
    width: auto;
}

.logo {
    height: 38px;
}

.room-comm {/* position: relative; */height: calc(100vh - 96px);/* overflow: hidden; */}

#chat-input {
    border: none;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    resize: none;
    line-height: 1.5rem;
    width: calc(100% - 79px);
    margin-bottom: -8px;
}

#chat-input::placeholder {
    color: #CCC;
    padding-left: .5rem;
    font-size: .7rem;
}

#chat-input + i {
}

#chat-messages .list-group-item {
    width: 85% !important;
    padding: 5px;
}

#chat-messages .list-group-item.chat-msg-self {left: 10%;}

#top-bar .pull-right * {
    font-size: 1.2rem;
    background-color: #334e35;
    border-color: #2c2c2c;
}



.dropdown-item.video {
    width: 250px;
    padding: 0;
    margin-top: -8px;
}

.aluno-icon > a {
    height: 3rem;
    width: 3rem;
    padding: 10px;
    margin: .2rem;
}


.externalmidia-modal iframe{
    width: 100%;
}

.waiting{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    z-index: 1065;
    text-align: center;
}

.waiting > p{
    position: fixed;
    bottom: 10vh;
    text-align: center;
    width: 100%;
}

.waiting > img{
    max-width: 100%;
}
.waiting .wait-list{
    bottom: 26vh;
    position: absolute;
    width: 100%;
}

.waiting .wait-list .aluno-icon {
    min-width: 2.5rem;
    min-height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
}

.waiting .btn-group {
    position: fixed;
    top: 0;
    right: 0;
}

.h-10 { max-height: 10vh; }
.h-20 { max-height: 20vh; }
.h-30 { max-height: 30vh; }
.h-40 { max-height: 40vh; }
.h-50 { max-height: 50vh; }
.h-60 { max-height: 60vh; }
.h-70 { max-height: 70vh; }
.h-80 { max-height: 80vh; }
.h-90 { max-height: 90vh; }
.h-100 { max-height: 100vh; }

.avatar {
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar svg #background {
    fill: transparent !important;
}

.room-comm .bg-secondary, .room-comm .bg-dark {
    background-color: #2c2c2c !important;
}