﻿@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900';
body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #54667a;
    font-weight: 300;
}

.as-bottom {
    position: fixed;
    bottom: 0px;
}
.as-bottom-200 {
    position: fixed;
    bottom: 200px;
}
.as-bottom-140 {
    position: fixed;
    bottom: 140px;
}
.as-live {
    height: 100vh;
    background-color: #f5f5f5;
}
#as-body-live {
    background-color: #f5f5f5;
}
#as-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    height: auto;
    margin: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    background-color: #283042;
}
#showRegistered {
    display: none;
}
#showPooling {
    display: none;
}
#showListQuestions {
    display: none;
}
#showLogin {
    display: none;
}
#show-footer {
    display: none;
}
#is-Polling {
    display: none;
}
.show-live-streaming {
    display: none;
}
.form-login {
    display: none;
}
.previous-login {
    display: none;
}
.as-mb-40 {
    margin-bottom: 40px;
}
.as-yt {
    z-index: 99;
}
.as-scroll {
    overflow: auto;
    max-height: 70vh;
}
#as-video {
    margin-bottom:20px;
    padding-left:10px;
}
#question {
    background-color: yellow;
}
#as-live-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.as-box-question{
    background-color:#ffffff;
    border-radius:10px;
    margin-top:5px;
    max-height:80vh;
}
#showQA{
    margin-right:20px;
}
.message {
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
    margin-top: auto;
    width: 100%;
    background-color: red;
    color: white;
}

.custom-text-area {
    height: 60px;
    max-width: inherit;
    margin-bottom: 0px;
    margin-top: auto;
    color: #868686;
    resize: none;
    overflow: hidden;
    background-color: #f3f3f3;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.custom-live-buttom {
    position: absolute;
    top: auto;
    bottom: 0px;
    background-color: none;
}
.custom-question {
    position: absolute;
    top: auto;
    bottom: 0px;
    background-color: none;
}

.btn-custom-send {
    font-size: 1vw;
}

/* The container must be positioned relative: */
.speaker-select {
    position: relative;
    background-color: #ffffff;
    height: 25px;
    border: none;
    color: #868686;
    background-color: #f3f3f3;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

    .speaker-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: #f7f7f7;
    border: 1px solid white;
    border-radius: 5px;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #f7f7f7;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-chat {
    margin-right: -15px;
}

.chat-box-all {
    overflow-y: visible;
    overflow-x: hidden;
}
.chat-content {
    padding-left:0;
}

#showReservation{
    display:none;
}

body::-webkit-scrollbar {
    width: 0.55em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
}

body::-webkit-scrollbar-thumb {
    background-color: #b3c2e6;
    border-radius: 4px;
}

.scroll-size::-webkit-scrollbar {
    width: 0.55em;
}

.scroll-size::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
}

.scroll-size::-webkit-scrollbar-thumb {
    background-color: #b3e5b3;
    border-radius: 4px;
}

/*LIVE STREAMING*/
.live-not-found{
    width:35%;
    height:30%;
}

.custom-text-live{
    font-size:2vw;
    font-weight:700;
    color : #aeaeae
    
}

.custom-body-live{
    width:100vw;
    height:100vh;
}
.custom-button-live {
    width: 20%;
    height: 40%;
    font-size:1vw;
    margin:auto;
}

.icon-send {
    display: none;
}

@media screen and (min-width:768px) {
    .icon-send {
        display: flex;
    }
    .text-send {
        display: none;
    }
    #sendQuestionButton{
        height : 38px;
    }
}

@media screen and (min-width:1080px) {
    .icon-send {
        display: none;
    }

    .text-send {
        display: flex;
    }

}

@media screen and (max-width:768px) {
    #as-footer {
        position: fixed;
    }
}

/*ADMIN*/
.row-pie-chart{
    height: 400px;
}
#chartContainer {
    height: 370px;
    width: 100%;
}
/*CUSTOM CSS FRONTEND*/
.radius-50 {
    border-radius: 50px;
}
.as-button {
    background-color: #009EFB;
    color: #fff;
}

    .as-button:hover {
        background-color: #46b8ee;
        box-shadow: 0 0 15px #65bdff;
    }

.as-text {
    color: #009EFB;
}

    .as-text:hover {
        color: #57bff0;
        text-decoration: none;
    }
    .as-text:visited {
        color: #57bff0;
        text-decoration: none;
    }

.as-input-form {
    color: #000;
    background-color: #E8F0FE;
    margin-bottom: 10px;
    padding: 15px;
    border: none;
    outline: none;
}

    .as-input-form:hover {
        box-shadow: 0 0 10px #65bdff;
    }
    .as-input-form:focus {
        box-shadow: 0 0 10px #65bdff;
        border: 1px solid #b3c2e6;
        text-decoration: none;
    }
.as-width-100x{
    width: 100%;
}

.as-login-logo {
    max-height: 120px;
    max-width: 240px;
}
.as-login-image{
    max-height: 400px;
    max-width: 400px;
}
/*LOGIN*/

.as-ls-login-body {
    width: 100%;
    background-image: linear-gradient(to right bottom, #c3eaff, #b8e8ff, #ace6ff, #9fe4fe, #91e2fd, #87dffc, #7cdbfc, #71d8fb, #6ad2fb, #64ccfa, #5fc6f9, #5bc0f8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.as-login-image-background {
    background: #009EFB;
    border-end-start-radius: 40px;
    border-start-start-radius: 40px;
    flex-direction: column;
}

.as-login-row {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0,.7), inset 0 10px 40px -15px rgba(0, 0, 0,.2);
}
/*Img Login*/
svg#img-login:not(.animated) .animable {
    opacity: 0;
    min-height: 50%;
}

svg#img-login.animated #img--Window--inject-2 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown, 1.5s Infinite linear floating;
    animation-delay: 0s, 1s;
}

svg#img-login.animated #img--Furniture--inject-2 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown, 1.5s Infinite linear floating;
    animation-delay: 0s, 1s;
}

svg#img-login.animated #img--Plant--inject-2 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown;
    animation-delay: 0s;
}

svg#img-login.animated #img--window--inject-2 {
    animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideDown, 1.5s Infinite linear floating;
    animation-delay: 0s, 1s;
}

/*Img Pending*/
svg#img-pending:not(.animated) .animable {
    opacity: 0;
}

svg#img-pending.animated #img--Plants--inject-58 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

svg#img-pending.animated #img--Calendar--inject-58 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

svg#img-pending.animated #img--Device--inject-58 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

svg#img-pending.animated #img--Character--inject-58 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animator-hidden {
    display: none;
}
/*Img-Recover*/
svg#img-recover:not(.animated) .animable {
    opacity: 0;
}

svg#img-recover.animated #img--speech-bubble--inject-3 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

svg#img-recover.animated
#img--question-marks--inject-3 {
    animation: 1.5s Infinite linear heartbeat;
    animation-delay: 0s;
}

svg#img-recover.animated #img--Character--inject-3 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.animator-hidden {
    display: none;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.animator-hidden {
    display: none;
}

/*Image Reservation*/
svg#img-event:not(.animated) .animable {
    opacity: 0;
}

svg#img-event.animated #img--background-complete--inject-42 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s;
}

svg#img-event.animated #img--Calendar--inject-42 {
    animation: 1.5s Infinite linear wind;
    animation-delay: 0s;
}

svg#img-event.animated #img--Plant--inject-42 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes wind {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    75% {
        transform: rotate(-1deg);
    }
}

.animator-hidden {
    display: none;
}

.message-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 10px;
}

.conversation {
    height: calc(100% - 12px);
    position: relative;
    flex: 1;
    z-index: 0;
}

    .conversation ::-webkit-scrollbar {
        transition: all .5s;
        width: 5px;
        height: 1px;
        z-index: 10;
    }

    .conversation ::-webkit-scrollbar-track {
        background: transparent;
    }

    .conversation ::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .conversation .conversation-container {
        height: calc(100% - 10px);
        padding-left: 10px;
    }

.message-chat {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 12px;
    padding: 15px;
    position: relative;
    margin: 8px 0;
    width: 100%;
    word-wrap: break-word;
    z-index: -1;
}

    .message-chat:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
    }

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
    z-index: 100;
}

    .metadata .time {
        color: rgba(0, 0, 0, .45);
        font-size: 10px;
        display: inline-block;
    }

.message-chat.received {
    background: #b8e1ff;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

    .message-chat.received .metadata {
        padding: 0 0 0 16px;
    }

    .message-chat.received:after {
        border-width: 0px 10px 10px 0;
        border-color: transparent #b8e1ff transparent transparent;
        top: 0;
        left: -10px;
    }

.message-chat.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
}

    .message-chat.sent:after {
        border-width: 0px 0 10px 10px;
        border-color: transparent transparent transparent #e1ffc7;
        top: 0;
        right: -10px;
    }

@media (min-width: 0) {
    .as-login-row {
        background-color: #fff;
        border-radius: 40px;
        margin: 15px;
    }
}

@media (min-width: 576px) {
    .as-login-row {
        background-color: #fff;
        border-radius: 40px;
        margin: 10px;
    }
}

.loader-line {
    width: auto;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .loader-line:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 3px;
        width: 40%;
        background-color: coral;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

/*.floatLeft {
    float: left;
    padding-top: 2px;
}

    .floatLeft:after,
    .floatLeft:before {
        display: table;
        content: " ";
    }

    .floatLeft:after {
        clear: both;
    }

.line {
    display: inline-block;
    height: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 305px;
    background-color: #f6f7f9;
    float: left;
    clear: both;
}

.line--trunc {
    width: 240px;
}

.shimmer {
    background-image: linear-gradient( 90deg, #e2e5eb 0, #ebedf1 20%, #e2e5eb 40%, #e2e5eb );
    background-size: 99% 100%;
    background-repeat: no-repeat;
    animation: shimmer 1s linear 1ms infinite backwards;
}

@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}*/
/*SHIMMER*/
.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 170px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

div.shimmer-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.shimmer-photo-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.shimmer-box {
    height: 40px;
}


@media (min-width: 768px) {
    div.shimmer-box--md {
        height: 70px;
    }
}

    

    div.shimmer {
        display: flex;
        flex-direction: column;
        vertical-align: top;
        flex: 1;
    }

    lines.shimmer-lines {
        height: 20px;
        margin-bottom: 10px;
        flex: 1;
    }

    photo.shimmer-photo {
        display: block !important;
        width: 100%;
        height: 170px;
    }

    @-webkit-keyframes placeholderShimmer {
        0% {
            background-position: -468px 0;
        }

        100% {
            background-position: 468px 0;
        }
    }
    /*End Shimmer*/

    .footer-group {
        padding: 0;
        margin-top: 30px;
        margin-right: -18px;
        margin-left: -18px;
        margin-bottom: -30px;
        background: #24a1f9;
        text-align: center;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

        .footer-group .label {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            font-weight: 400;
            width: 100%;
        }

        .footer-group .btn-footer-group {
            display: inline-block;
            font-weight: 400;
            line-height: 1.5;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            border-radius: 0.25rem;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

    .g-bg-primary-v2 {
        background-color: #24a1f9 !important;
    }

    div.vertical-line {
        width: 1px;
        background-color: #EEEEEF;
        height: 100%;
    }

    .feature li {
        border-bottom: solid 1px #EEEEEF;
    }

    .as-mb-n-5 {
        margin-bottom: -5px;
    }

    div.shadow-fixed-bottom {
        box-shadow: 0 -3px 3px -3px #3333332e;
    }
