/*!
 * All code proprietary & (c)copyright SuperAi 2016-21 unless stated otherwise.
 */
@keyframes huerotate {
    0% {
        background: linear-gradient(225deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    5% {
        background: linear-gradient(243deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    10% {
        background: linear-gradient(261deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    15% {
        background: linear-gradient(279deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    20% {
        background: linear-gradient(297deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    25% {
        background: linear-gradient(315deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    30% {
        background: linear-gradient(333deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    35% {
        background: linear-gradient(351deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    40% {
        background: linear-gradient(9deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    45% {
        background: linear-gradient(27deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    50% {
        background: linear-gradient(45deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    55% {
        background: linear-gradient(63deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    60% {
        background: linear-gradient(81deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    65% {
        background: linear-gradient(99deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    70% {
        background: linear-gradient(117deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    75% {
        background: linear-gradient(135deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    80% {
        background: linear-gradient(153deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    85% {
        background: linear-gradient(171deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    90% {
        background: linear-gradient(189deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    95% {
        background: linear-gradient(207deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }

    100% {
        background: linear-gradient(225deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    }
}

.super-ai-button {
    box-sizing: border-box;
    background: linear-gradient(225deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%);
    overflow: hidden;
}

    .super-ai-button.animation {
        /* clip-path: inset(0px round 6px);
       filter: hue-rotate(360deg); */
        animation: huerotate 6s infinite linear;
    }

    .super-ai-button .button-gradient {
        box-sizing: border-box;
        padding: 10px;
        background-color: #fff;
    }

.hidden {
    display: none;
}

/* Overall */
.super-ai-wrapper {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    /*    background-image: url(../Images/Layer1.webp);*/
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.super-ai-inner {
    box-sizing: border-box;
    width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.super-ai-logo {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 50px;
}

    .super-ai-logo img {
        width: 300px;
        height: auto;
        margin: 0;
    }

/* top chat area */
.super-ai-chatarea {
    height: 55%;
    min-height: 300px;
    padding: 20px 0 10px 0;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.chatarea-assistant-box,
.chatarea-live-box {
    height: 100%;
}

    .chatarea-live-box .chatApp {
        width: 98%;
        height: 100%;
        position: relative;
        background: none !important;
    }

        .chatarea-live-box .chatApp ::-webkit-scrollbar {
            width: 8px !important;
            height: 8px !important;
            background-color: #e615d6 !important;
        }

        .chatarea-live-box .chatApp ::-webkit-scrollbar-track {
            width: 8px !important;
            height: 8px !important;
            background-color: #e615d6 !important;
        }

        .chatarea-live-box .chatApp ::-webkit-scrollbar-track-piece {
            background-color: #e5e5e5 !important;
            margin: 1px !important;
        }

        .chatarea-live-box .chatApp ::-webkit-scrollbar-thumb {
            background: #e615d6 !important;
            min-height: 10px !important;
            min-width: 10px !important;
            border-radius: 10px !important;
        }

            .chatarea-live-box .chatApp ::-webkit-scrollbar-thumb:vertical:hover {
                background-color: #fc73e7 !important;
            }

            .chatarea-live-box .chatApp ::-webkit-scrollbar-thumb:horizontal:hover {
                background-color: #fc73e7 !important;
            }

        .chatarea-live-box .chatApp .connectionForm,
        .chatarea-live-box .chatApp .connectionForm iframe,
        .chatarea-live-box .chatApp .clientChatForm {
            width: 100%;
            height: 100%;
        }

        .chatarea-live-box .chatApp .clientChatForm {
            box-shadow: none !important;
            background: none !important;
        }

        .chatarea-live-box .chatApp .modal {
            background: none !important;
            box-shadow: none !important;
        }

        .chatarea-live-box .chatApp .modal-backdrop {
            background: none !important;
            box-shadow: none !important;
        }

        .chatarea-live-box .chatApp .modal-dialog {
            box-shadow: 0 0 10px #000 !important;
            border-radius: 8px !important;
            margin-top: 3em !important;
        }

        .chatarea-live-box .chatApp .message-left,
        .chatarea-live-box .chatApp .message-right {
            box-sizing: border-box;
            margin: 10px 15px;
            padding: 10px 10px 5px 10px;
            border-radius: 16px;
            border: 1px solid #ddd;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px 0px;
            background: #fff;
        }

        .chatarea-live-box .chatApp .message-left,
        .chatarea-live-box .chatApp .message-right,
        .chatarea-live-box .chatApp .text,
        .chatarea-live-box .chatApp .link,
        .chatarea-live-box .chatApp .link-previewer,
        .chatarea-live-box .chatApp span {
            color: #333;
        }

        .chatarea-live-box .chatApp .super-chat-button {
            padding: 5px 10px;
            border-radius: 6px;
        }

        .chatarea-live-box .chatApp .sendArea {
            box-sizing: border-box !important;
            background: linear-gradient(225deg, #ED1C24 0%, #F30BC7 40%, #6170CB 55%, #1072D0 70%, #4BF3F6 100%) !important;
            overflow: visible !important;
            padding: 3px !important;
            border-radius: 50px !important;
            position: relative !important;
            margin-left: 15px !important;
        }

            .chatarea-live-box .chatApp .sendArea textarea {
                box-sizing: border-box !important;
                padding: 0 60px !important;
                background-color: #fff !important;
                border-radius: 50px !important;
                margin: 0 !important;
                height: 60px !important;
                line-height: 60px;
            }

            .chatarea-live-box .chatApp .sendArea .lc-icon-root {
                height: 1.35em !important;
                width: 1.35em !important;
            }

            .chatarea-live-box .chatApp .sendArea .tools {
                position: absolute;
                width: 100% !important;
                z-index: 8 !important;
            }

                .chatarea-live-box .chatApp .sendArea .tools button.toolItem {
                    position: absolute !important;
                    left: 20px !important;
                    top:-20px;
                    z-index: 9 !important;
                }

                .chatarea-live-box .chatApp .sendArea .tools label.toolItem {
                    position: absolute !important;
                    right: 20px !important;
                    top:-20px;
                    z-index: 9 !important;
                }

            .chatarea-live-box .chatApp .sendArea .emoji-picker {
                left: 0 !important;
            }

        .chatarea-live-box .chatApp .messageHistory {
            width: 100%;
            height: auto;
            max-height: 100%;
            position: absolute;
            overflow: auto;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .chatarea-live-box .chatApp .messageHistoryScrollContent {
            box-sizing: border-box;
            overflow: hidden;
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
        }

.chatarea-assistant-container {
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
    overflow: hidden;
}

.chatarea-assistant-content {
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    overflow: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    /* ����ƽ������ */
    scroll-behavior: smooth;
}

.chatarea-assistant-line {
    box-sizing: border-box;
    margin: 10px;
    padding: 20px 20px 5px 20px;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px 0px;
    background: #fff;
    color: #ccc;
    text-align: left;
    font-size: 17px;
}

    .chatarea-assistant-line:nth-last-child(4) {
        color: #bbb;
    }

    .chatarea-assistant-line:nth-last-child(3) {
        color: #888;
    }

    .chatarea-assistant-line:nth-last-child(2) {
        color: #666;
    }

    .chatarea-assistant-line:last-child {
        color: #333;
    }

    .chatarea-assistant-line p {
        font-size: small;
        margin-top: 0.5rem;
        margin-bottom: 0;
        color: gray;
    }

.chatarea-assistant-question {
    padding: 20px 0 0 0;
}

    .chatarea-assistant-question .super-ai-button {
        border-radius: 50px;
        margin: 0 0 0 15px;
        padding: 3px;
    }

    .chatarea-assistant-question .button-gradient {
        padding: 5px 20px;
        border-radius: 50px;
    }

    .chatarea-assistant-question button {
        margin: 0;
        padding: 2px;
        background-color: #fff;
        border: 0;
        font-family: 'Sofia Sans', sans-serif !important;
        font-size: 12px;
        line-height: 100%;
    }

        .chatarea-assistant-question button:hover, .chatarea-assistant-question button:active {
            background: none;
            color: #ff0000;
            outline: none !important;
            box-shadow: none !important;
            z-index: 9;
        }

    .chatarea-assistant-question input {
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        border: none;
        background-color: #fff;
        border-width: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

/* bottom hide button area */
.super-ai-hidechat {
    height: 45%;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.hidechat-assistant-box,
.hidechat-live-box {
    height: 100%;
}

.hidechat-assistant-video {
    width: 100%;
    height: 100%;
    margin: auto;
}

div#localVideo, div#remoteVideo {
    border-radius: 0 !important;
    padding: 0 !important;
}

.hidechat-assistant-video video {
    mix-blend-mode: normal !important;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
    transform: none !important;
}

    .hidechat-assistant-video video.video1 {
        transform: scale(1.1) !important;
    }

    .hidechat-assistant-video video.video3 {
        transform: scale(1.04) !important;
    }

    .hidechat-assistant-video video.video4 {
        transform: scale(1.23) !important;
    }

    .hidechat-assistant-video video.video5 {
        transform: scale(1.09) !important;
    }

    .hidechat-assistant-video video.video6 {
        transform: scale(1.06) !important;
    }

.hidechat-button {
    position: absolute;
    width: 200px;
    left: calc(50vw - 100px);
    bottom: 45px;
    z-index: 10;
}

    .hidechat-button .super-ai-button {
        width: 165px;
        border-radius: 40px;
        margin: 0 auto;
        padding: 1px;
        cursor: pointer;
    }

    .hidechat-button .button-gradient {
        padding: 5px 12px 5px 15px;
        border-radius: 40px;
        text-align: center;
    }

/* right swich button area */
.super-ai-swichchat {
    position: absolute;
    right: 45px;
    bottom: 15px;
    z-index: 9;
}

.swichchat-choose-assistant, .swichchat-button {
    width: 110px;
    margin: 15px 0 0 0;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px 0px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 120%;
}

.swichchat-button {
    cursor: pointer;
}

.choose-assistant-title {
    padding: 30px 0 5px 0;
    background-image: url(../Images/icon-arrow-down.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 120%;
    cursor: pointer;
}

.swichchat-choose-assistant.assistant-show .choose-assistant-title {
    background-image: url(../Images/icon-arrow-down.png);
}

.swichchat-choose-assistant.assistant-hide .choose-assistant-title {
    background-image: url(../Images/icon-arrow-up.png);
}

.choose-assistant-content {
    padding: 0;
    overflow: hidden;
    box-sizing: content-box;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.swichchat-choose-assistant.assistant-show .choose-assistant-content {
    height: 520px;
    opacity: 1;
}

.swichchat-choose-assistant.assistant-hide .choose-assistant-content {
    height: 0;
    opacity: 0;
}

.choose-assistant-item {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: -15px;
    border-radius: 70px;
    border: 2px solid #bbb;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    .choose-assistant-item:first-child {
        margin-top: 15px;
    }

    .choose-assistant-item:last-child {
        margin-bottom: 5px;
    }

    .choose-assistant-item img {
        width: 100%;
        height: auto;
        margin: 0;
    }

.swichchat-button .super-ai-button {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    padding: 2px;
    overflow: hidden;
}

.swichchat-button .button-gradient {
    padding: 0;
    width: 66px;
    height: 66px;
    border-radius: 66px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.swichchat-button img {
    width: auto;
    height: auto;
    max-width: 66px;
    max-height: 66px;
}

.swichchat-title {
    margin-top: 10px;
}

.fancybox__content {
    padding: 0 !important;
}

.super-ai-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.75);
    z-index: 8;
}
/* font-size */
.chatarea-assistant-question input,
.chatarea-live-box .chatApp .message-left,
.chatarea-live-box .chatApp .message-right,
.chatarea-live-box .chatApp .text,
.chatarea-live-box .chatApp .link,
.chatarea-live-box .chatApp .link-previewer,
.chatarea-live-box .chatApp span,
.chatarea-live-box .chatApp .sendArea textarea {
    font-size: 15px !important;
}

.chatarea-live-box .chatApp .super-chat-button {
    font-size: 14px !important;
}

.hidechat-button .super-ai-button,
.swichchat-choose-assistant,
.swichchat-button {
    font-size: 13px !important;
}

/* show/hide in different mode */
.assistant .super-ai-chatarea {
    height: 55%;
}

.assistant .super-ai-hidechat {
    height: 45%;
}

.assistant .chatarea-assistant-box {
    display: block;
}

.assistant .chatarea-live-box {
    display: none;
}

.assistant .hidechat-assistant-box {
    display: block;
}

.assistant .hidechat-live-box {
    display: none;
}

.assistant .swichchat-assistant-box {
    display: block;
}

.assistant .swichchat-live-box {
    display: none;
}

.live .super-ai-chatarea {
    height: calc(100% - 100px);
}

.live .super-ai-hidechat {
    height: 100px;
}

.live .chatarea-assistant-box {
    display: none;
}

.live .chatarea-live-box {
    display: block;
}

.live .hidechat-assistant-box {
    display: none;
}

.live .hidechat-live-box {
    display: block;
}

.live .swichchat-assistant-box {
    display: none;
}

.live .swichchat-live-box {
    display: block;
}

#rescueModal, #busyModal, #myModal {
    z-index: 9999;
}

/* mobile */
@media all and (max-width:1366px) {
    .super-ai-logo {
        position: relative;
        top: auto;
        left: auto;
        padding: 50px 50px 10px 50px;
        clear: both;
    }

    .assistant .super-ai-chatarea {
        height: calc(55% - 100px);
    }

    .live .super-ai-chatarea {
        height: calc(100% - 200px);
    }
}

@media all and (max-width:1080px) {
    .hidechat-button {
        width: auto;
        left: auto;
        right: 45px;
        bottom: 45px;
    }

    .super-ai-swichchat {
        left: 45px;
        right: auto;
        bottom: 45px;
    }

    .chatarea-assistant-question .super-ai-button {
        margin: 0 20px;
    }

    .chatarea-live-box .chatApp .sendArea {
        margin: 0 20px !important;
    }
}

@media all and (max-width:1024px) {
    .super-ai-logo {
        /* padding: 40px 40px 5px 40px; */
        text-align: center;
    }

    .assistant .super-ai-chatarea {
        height: calc(55% - 85px);
    }

    .live .super-ai-chatarea {
        height: calc(100% - 185px);
    }
}

@media all and (max-width:768px) {
    .assistant .super-ai-chatarea {
        height: calc(55% - 85px);
    }

    .live .super-ai-chatarea {
        height: calc(100% - 265px);
    }

    .live .super-ai-hidechat {
        height: 80px;
    }

    .hidechat-button {
        right: 30px;
        bottom: 30px;
    }

    .super-ai-swichchat {
        left: 30px;
        bottom: 30px;
    }

    .swichchat-choose-assistant, .swichchat-button {
        width: 102px;
        padding: 15px 10px;
    }

        .swichchat-choose-assistant.assistant-show .choose-assistant-content {
            height: 515px;
        }

        .choose-assistant-item,
        .swichchat-button .super-ai-button {
            width: 64px;
            height: 64px;
        }

        .swichchat-button .button-gradient {
            width: 60px;
            height: 60px;
        }

        .swichchat-button img {
            max-width: 60px;
            max-height: 60px;
        }
}

@media all and (max-width:650px) {
    .super-ai-logo {
        /* padding: 35px 35px 5px 35px; */
        text-align: center;
    }

    .super-ai-inner {
        width: 100%;
    }

    .assistant .super-ai-chatarea {
        height: calc(55% - 80px);
    }

    .live .super-ai-chatarea {
        height: calc(100% - 235px);
    }

    .hidechat-button {
        right: 20px;
        bottom: 30px;
    }

    .super-ai-swichchat {
        left: 20px;
        bottom: 30px;
    }

    .chatarea-assistant-question input {
        height: 40px;
        padding: 0 40px;
    }

    .chatarea-assistant-question .lc-icon-size-large {
        font-size: 2rem !important;
    }

    .chatarea-live-box .chatApp .sendArea textarea {
        height: 50px !important;
        line-height: 50px !important;
    }

    .swichchat-choose-assistant,
    .swichchat-button {
        width: 82px;
        padding: 10px 8px;
        font-size: 12px !important;
    }

        .choose-assistant-item,
        .swichchat-button .super-ai-button {
            width: 54px;
            height: 54px;
        }

        .swichchat-button .button-gradient {
            width: 50px;
            height: 50px;
        }

        .swichchat-button img {
            max-width: 50px;
            max-height: 50px;
        }

        .swichchat-choose-assistant.assistant-show .choose-assistant-content {
            height: 375px;
        }
}

@media all and (max-width:450px) {
    .super-ai-logo {
        /* padding: 30px 30px 5px 30px; */
        text-align: center;
    }

        .super-ai-logo img {
            width: 260px;
        }

    .assistant .super-ai-chatarea {
        height: calc(55% - 70px);
    }

    .live .super-ai-chatarea {
        height: calc(100% - 225px);
    }

    .chatarea-assistant-container {
        height: calc(100% - 80px);
    }

    .chatarea-assistant-question input {
        height: 30px;
        padding: 0 40px;
    }

    .chatarea-assistant-question .lc-icon-size-large {
        font-size: 1.55rem !important;
    }

    .chatarea-live-box .chatApp .sendArea textarea {
        height: 40px !important;
        line-height: 40px !important;
        min-height: auto !important;
    }

    .swichchat-choose-assistant, .swichchat-button {
        width: 82px;
        padding: 10px 7px;
    }

        .swichchat-choose-assistant.assistant-show .choose-assistant-content {
            height: 375px;
        }

        .choose-assistant-item,
        .swichchat-button .super-ai-button {
            width: 54px;
            height: 54px;
        }

        .swichchat-button .button-gradient {
            width: 50px;
            height: 50px;
        }

        .swichchat-button img {
            max-width: 50px;
            max-height: 50px;
        }

    body,
    .chatarea-assistant-question input,
    .chatarea-live-box .chatApp .message-left,
    .chatarea-live-box .chatApp .message-right,
    .chatarea-live-box .chatApp .text,
    .chatarea-live-box .chatApp .link,
    .chatarea-live-box .chatApp .link-previewer,
    .chatarea-live-box .chatApp span,
    .chatarea-live-box .chatApp .sendArea textarea {
        font-size: 14px !important;
    }

    .chatarea-live-box .chatApp .super-chat-button {
        font-size: 13px !important;
    }

    .hidechat-button .super-ai-button,
    .swichchat-choose-assistant,
    .swichchat-button {
        font-size: 12px !important;
    }
}

/* *********styles.css********* */

/*
 *  Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree.
 */
.hidden {
    display: none;
}

.logo {
    width: 50%;
    padding: 15px;
}

.cplogo {
    width: 10%;
    padding: 10px;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    color: #1d1d1d;
    font-family: 'Sofia Sans', sans-serif !important;
    font-weight: 400;
    height: 100%;
}

div#localVideo, div#remoteVideo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: -1;
}

    div#localVideo video, div#remoteVideo video {
        /* background: #222; */
        margin: 0 0 20px 0;
        mix-blend-mode: screen;
        --width: 100%;
        width: var(--width) !important;
        height: calc(var(--width) * 0.75);
        transform: translateY(30%) scale(1.8); /* Adjust translateY to move the video down within the mask */
        /* Adjust the scale if you need to zoom in or out */
        border-radius: 50%; /* Maintain the circular shape for the video */
        object-fit: cover; /* Cover the container with the video without distorting the aspect ratio */
        overflow: hidden; /* Hide anything outside the border-radius */
        /* Make sure the video fits perfectly within the #remoteVideo container */
        background-color: transparent;
    }

.highlight {
    background-color: #eee;
    font-size: 1.2em;
    margin: 0 0 30px 0;
    padding: 0.2em 1.5em;
}

/* new style for merge super chat*/
#superchat-div {
    background-image: url(../Images/v1_9.webp);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Sofia Sans', sans-serif !important;
    font-size: 15px;
    color: #333;
    line-height: 150%;
    height: calc(100% - 64px);
}

.privacy-text {
    cursor: pointer;
}

.privacy-container {
    height: 100%;
    padding: 10px;
    background-color: white;
}

.privacy-inner {
    height: 100%;
    overflow: auto;
    text-align: left;
}

    .privacy-inner .row {
        margin: 0;
    }

    .privacy-inner * {
        text-align: left;
        white-space: normal;
    }

.chatarea-assistant-question input {
    text-align: center;
}

.in-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    animation-name: inscreen;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

@keyframes inscreen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.out-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    animation-name: outscreen;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

@keyframes outscreen {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.rbShadow {
    background: white;
    /* padding: 2.5rem; */
    /* top: 100px; */
    position: relative;
    /* height: 100px; */
    /* width: 200px; */
    /* border-radius: 50%; */
}

    /* pseudo-class for making gradient shadow. */

    .rbShadow::after {
        content: "";
        position: absolute;
        inset: 0.075em;
        background: linear-gradient(235deg, #F30BC7 0%, #ED1C24 35%, #4D5DC0 50%, #1072D0 71%, #4BF3F6 100%);
        filter: blur(1.75em);
        z-index: -1;
    }

.f-button.is-close-btn {
    background: rgb(107 114 128);
    border-radius: 50%;
}
.f-button.is-close-btn:hover{
    background: #f30bc7 !important;
}
#cookieModal {
    opacity: 0.9;
}

.privacy-inner .row {
    display: block;
}
/*#bg-video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    background: transparent;
}*/