﻿body {
    background-color: white;
    height: 100vh;
    width: 100vw;
}
.as-live-event {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.as-le-body {
    width: 100%;
    background-image: linear-gradient(to right top, #d0ebff, #cce9ff, #c7e7ff, #c3e6ff, #bee4ff, #b6e0ff, #addcff, #a5d8ff, #96d1ff, #87cbff, #77c4ff, #65bdff);
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.as-le-body .row{
    width:100%;
    justify-content: center;
    align-content: center;
}

.as-le-header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}
.as-fitur-question {
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 10px;
}
.as-le-content fitur {
    flex: 1;
}
.as-le-logo img {
    width: 70px;
}
.as-img-logo {
    --angle: 0deg;
    width: 70px;
    border-radius: 50%;
}
.as-le-title{
    font-weight: 600;
    flex: 1;
}
.as-le-title-fitur{
    display: flex;
}
.as-le-title-content {
    flex: 1;
}
.close-container {
    position: relative;
    display: flex;
    margin-top: auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.leftright {
    height: 3px;
    width: 20px;
    position: absolute;
    background-color: #F4A259;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 3px;
    width: 20px;
    position: absolute;
    background-color: #F4A259;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

.close-container label {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease-in;
    opacity: 0;
}
.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #F25C66;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #F25C66;
}
.as-le-eo {
    font-weight: 500;
}
.as-le-time {
    font-weight: 400;
}
.as-le-header {
    margin-top: 10px;
}
.as-le-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.as-le-fitur-container{
    display: flex;
    justify-content: center;
}
.fitur-container {
    background-color: #fff;
    margin-top: 10px 0;
    padding: 0 10px;
    border-radius: 8px;
}
    .as-le-content {
        margin: 10px 0;
        flex: 1;
    }
    .as-le-content.fitur{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin-top:10px;
        flex: 1;
    }
        .as-le-content.fitur .as-fitur-main {
            flex: 1;
        }
.as-ls-video-rounded {
    border-radius: 8px;
}
.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 {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 12px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 100%;
    word-wrap: break-word;
    z-index: -1;
}

    .message: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.received {
    background: #b8e1ff;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

    .message.received .metadata {
        padding: 0 0 0 16px;
    }

    .message.received:after {
        border-width: 0px 10px 10px 0;
        border-color: transparent rgba(112,185,221, 0.5) transparent transparent;
        top: 0;
        left: -10px;
    }

.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
}

    .message.sent:after {
        border-width: 0px 0 10px 10px;
        border-color: transparent transparent transparent #e1ffc7;
        top: 0;
        right: -10px;
    }
.speaker-select {
    position: relative;
    background-color: #ffffff;
    height: 25px;
    border: none;
    color: #6c6c6c;
    background-color: #d0ebff;
    outline: none;
    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;
}

.live-question-box {
    max-width: inherit;
    margin-bottom: 0px;
    margin-top: auto;
    color: #6c6c6c;
    resize: none;
    border: none;
    outline: none;
    padding: 5px;
    background-color: #d0ebff;
}

    .live-question-box:focus {
        border: none;
        box-shadow: 0 0 10px #65bdff;
    }

.as-ls-send-button {
    border: none;
    background-color: #65bdff;
    margin-left: 2px;
    padding: 5px;
}
    .as-ls-send-button:hover {
        cursor: pointer;
        border: none;
        box-shadow: 0 0 10px #65bdff;
    }

    .as-ls-send-text {
        font-size: 12px;
        font-weight: 500;
        padding: 0 10px;
        color: #fff;
    }
    .custom-box {
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
    }

.message-box {
    flex: 1;
}

.question {
    width: 100%;
    padding-top: 5px;
}
.cs-view-custom:hover {
    color: white;
    cursor: pointer;
    background: #65bdff;
    box-shadow: 0 0 10px #65bdff;
}
.cs-view-custom {
    display: block;
    color: white;
    cursor: pointer;
    background: #979797;
}
.cs-view-custom:active {
    color: white;
    cursor: pointer;
    background: #65bdff;
}
.as-le-footer {
    min-height: 60px;
    width: 100%;
    bottom: 0;
}
    .as-le-footer .as-le-fixed-footer {
        height: 60px;
        width: 100%;
        bottom: 0;
        position: fixed;
        text-align: center;
        z-index: 100;
        width: 100vw;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
        font-size: 12px;
    }
.as-le-footer-left, .as-le-footer-center, .as-le-footer-right {
    align-items: center;
    height: 100%;
    display: flex;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
}
.as-le-footer-left {
    justify-content : flex-start;
}
.as-le-footer-center {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.as-le-footer-right {
    justify-content: flex-end;
}
    .as-le-footer-left .as-left-item-block {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        height: 100%;
        padding: 0 20px;
    }
        .as-le-footer-left .as-left-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .as-le-footer-left .as-left-item-block:hover {
            color: white;
            cursor: pointer;
            background: #65bdff;
        }
.as-le-footer-center .as-footer-center-item .tmp-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .as-le-footer-center .as-footer-center-item .tmp-form .icon-block {
        background: #fff;
        border: 1px solid #dfdfdf;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .as-le-footer-center .as-footer-center-item .tmp-form .icon-block .icon {
            color: #555;
            font-size: 20px;
        }

            .as-le-footer-center .as-footer-center-item .tmp-form .icon-block .icon.red {
                color: #d93025;
            }

        .as-le-footer-center .as-footer-center-item .tmp-form .icon-block:hover {
            color: white;
            cursor: pointer;
            background: #65bdff;
            box-shadow: 0 0 10px #65bdff;
        }

        .as-le-footer-center .as-footer-center-item .tmp-form .icon-block:active {
            color: white;
            cursor: pointer;
            background: #65bdff;
        }
        .as-le-footer-center .as-footer-center-item .tmp-form .icon-block.red-bg {
            background: #d93025;
        }

            .as-le-footer-center .as-footer-center-item .tmp-form .icon-block.red-bg .icon {
                color: #fff;
            }

    .as-le-footer-right .as-right-item-block {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        height: 100%;
        padding: 0 20px;
    }
        .as-le-footer-right .as-right-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
            .as-le-footer-right .as-right-item-block:hover {
                color: white;
                cursor: pointer;
                background: #65bdff;
            }
[class*="badge-live"] {
    position: absolute;
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    z-index: 3;
}
    [class*="badge-live"]:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
        top: 0;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
[class*="badge-live"] {
    line-height: 1;
    color: #fff;
    font-weight: 500;
    background-color: red;
    padding: 1px;
}

[class*="u-badge-alert"] {
    background-color: red;
    border-radius: 50%;
}
.u-badge-alert--xs {
    width: 10px;
    height: 10px;
}

.notify {
    position: relative;
}

    .notify .heartbit {
        position: absolute;
        top: -30px;
        left: -10px;
        height: 25px;
        width: 25px;
        z-index: 10;
        border: 5px solid #f62d51;
        border-radius: 70px;
        -moz-animation: heartbit 1s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: heartbit 1s ease-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation: heartbit 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/*LIST PARTICIPANT*/
.as-list-participant{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    width: 100%;
}
.as-img-participant{
    width: 25px;
    height: 25px;
}
.as-participant-name {
    flex: 1;
    padding-left: 10px;
}
.as-scroll-list-participant {
    overflow: auto;
    min-height: 81.3vh;
    max-height: 81.3vh;
}

/*MENU*/
input[type="radio"]:checked + .g-bg-menu--checked,
input[type="radio"]:checked + * .g-bg-menu--checked {
    background-color: #65bdff !important;
    color: white;
    box-shadow: 0 0 10px #ddd;
}

.g-bg-menu--checked.g-checked,
.g-checked .g-bg-menu--checked {
    background-color: #65bdff !important;
    color: white;
    box-shadow: 0 0 10px #ddd;
}
.as-setting-fitur {
    display: flex;
    position: fixed;
    bottom: 60px;
    right: 0;
    margin: 15px;
}

.as-setting-box {
    border-radius: 8px;
    background-color: white;
    width: 20vw;
}

.as-le-content-fitur-setting {
    padding: 15px;
}
.as-le-content-fitur-participant {
    padding: 15px 20px;
}
.as-details-event-fitur {
    display: flex;
    position: fixed;
    bottom: 60px;
    left: 0;
    margin: 15px;
}

.as-details-event-box {
    border-radius: 8px;
    background-color: white;
    width: 40vw;
}

.as-le-content-details {
    padding: 10px 20px;
    font-weight: 400;
}

.row div {
    -webkit-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    -moz-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    -o-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*Pre loader*/
.as-preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right top, #d0ebff, #cce9ff, #c7e7ff, #c3e6ff, #bee4ff, #b6e0ff, #addcff, #a5d8ff, #96d1ff, #87cbff, #77c4ff, #65bdff);
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

@-moz-keyframes dots-loader {
    0% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    8.33% {
        -moz-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    16.67% {
        -moz-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    25% {
        -moz-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    33.33% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
    }

    41.67% {
        -moz-box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    50% {
        -moz-box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    58.33% {
        -moz-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    66.67% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    75% {
        -moz-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    83.33% {
        -moz-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
    }

    91.67% {
        -moz-box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    100% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }
}

@-webkit-keyframes dots-loader {
    0% {
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    8.33% {
        -webkit-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    16.67% {
        -webkit-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    25% {
        -webkit-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    33.33% {
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
    }

    41.67% {
        -webkit-box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    50% {
        -webkit-box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    58.33% {
        -webkit-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    66.67% {
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    75% {
        -webkit-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    83.33% {
        -webkit-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
    }

    91.67% {
        -webkit-box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    100% {
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }
}

@keyframes dots-loader {
    0% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    8.33% {
        -moz-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        -webkit-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    16.67% {
        -moz-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        -webkit-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px 14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    25% {
        -moz-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        -webkit-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    33.33% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff -14px -14px 0 7px;
    }

    41.67% {
        -moz-box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        -webkit-box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    50% {
        -moz-box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        -webkit-box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    58.33% {
        -moz-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        -webkit-box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    66.67% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #44e25b -14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    75% {
        -moz-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        -webkit-box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
        box-shadow: #ff754d 14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px -14px 0 7px, #2dabff 14px -14px 0 7px;
    }

    83.33% {
        -moz-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
        -webkit-box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
        box-shadow: #ff754d 14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff 14px 14px 0 7px;
    }

    91.67% {
        -moz-box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        -webkit-box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px 14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }

    100% {
        -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
        box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    }
}
.dots-loader:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: transparent;
    border-radius: 100%;
    -moz-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    -webkit-box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    box-shadow: #ff754d -14px -14px 0 7px, #fc6 14px -14px 0 7px, #44e25b 14px 14px 0 7px, #2dabff -14px 14px 0 7px;
    -moz-animation: dots-loader 5s infinite ease-in-out;
    -webkit-animation: dots-loader 5s infinite ease-in-out;
    animation: dots-loader 5s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.loader-text {
    margin-top: 30px;
    font-weight: 400;
}
@media (min-width: 0) {
    .as-live-event {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .fitur-container{
        margin-top: 0px;
    }
    .as-ls-fitur{
        padding: 10px 10px;
    }
    .as-setting-box {
        border-radius: 8px;
        background-color: white;
        width: 90vw;
    }
    .as-details-event-box {
        border-radius: 8px;
        background-color: white;
        width: 90vw;
    }
    .speaker-select {
        border-radius: 5px;
    }
    .live-question-box {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }
    .as-ls-send-button {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    .as-fitur-question {
        padding: 3px 5px 0px 5px;
    }
}
@media (min-width: 576px) {
    .as-live-event {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .fitur-container {
        margin-top: 10px 0;
    }
    .as-setting-box {
        border-radius: 8px;
        background-color: white;
        width: 20vw;
    }
    .as-ls-fitur {
        padding: 0px 10px;
    }
    .as-details-event-box {
        border-radius: 8px;
        background-color: white;
        width: 40vw;
    }
    .as-le-logo img {
        width: 70px;
    }

    .as-img-logo {
        --angle: 0deg;
        width: 70px;
        border-radius: 50%;
    }
    .as-scroll {
        overflow: auto;
        min-height: 67.8vh;
        max-height: 67.8vh;
    }
    .speaker-select {
        border-radius: 10px;
    }
    .live-question-box {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .as-ls-send-button {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }
    .as-fitur-question {
        padding: 5px;
    }
}

.btn-info-as {
    color: #fff;
    background-color: #65bdff;
    border-color: #65bdff;
}

.profile-image-live {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #337ab7;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    font-weight: 500;
}

.consent-message p {
    margin-bottom: 0rem;
}

.consent-message a {
    text-decoration: underline;
}

@media (min-width: 0) {
    .as-login-image-background-v2 {
        background: #009EFB;
        border-start-start-radius: 40px;
        border-start-end-radius: 40px;
        flex-direction: column;
    }

    .as-live-height-20 {
        height: 20px;
    }

    .as-live-width-20 {
        width: 20px !important;
    }
}

@media (min-width: 768px) {
    .as-login-image-background-v2--md {
        background: #009EFB;
        border-end-start-radius: 40px;
        border-start-start-radius: 40px;
        border-start-end-radius: 40px;
        border-end-end-radius: 40px;
        flex-direction: column;
    }

    .as-live-height-25--md {
        height: 25px;
    }

    .as-live-width-25--md {
        width: 25px !important;
    }

    .as-live-height-30--md {
        height: 30px;
    }

    .as-live-width-30--md {
        width: 30px !important;
    }

    .as-live-height-35--md {
        height: 35px;
    }

    .as-live-width-35--md {
        width: 35px !important;
    }

}