@import '_content/FlowMagnet.Client.Controls/FlowMagnet.Client.Controls.bundle.scp.css';
@import '_content/FlowMagnet.Client.Widgets/FlowMagnet.Client.Widgets.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Controls/LoadingIndicator.razor.rz.scp.css */
/* From Uiverse.io by barisdogansutcu */
svg[b-d3z1925w11] {
    width: 3.25em;
    transform-origin: center;
    animation: rotate4-b-d3z1925w11 2s linear infinite;
}

circle[b-d3z1925w11] {
    fill: none;
    stroke: red;
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4-b-d3z1925w11 1.5s ease-in-out infinite;
}

@keyframes rotate4-b-d3z1925w11 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4-b-d3z1925w11 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}
/* /Controls/ReplyPopup.razor.rz.scp.css */
.reply-popup[b-yo0kx1nvqa] {
    /*position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);*/
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s, bottom 0.3s;
}

    .reply-popup.hidden[b-yo0kx1nvqa] {
        display: none;
    }

    .reply-popup .response-to-you[b-yo0kx1nvqa] {
        color: #cccccc;
        font-style: italic;
        font-size: 12px;
    }

    .reply-popup .popup-content[b-yo0kx1nvqa] {
        position: relative;
        width: 100%;
        padding: 7px 7px;
        font-size: 14px;
    }

    .reply-popup .popup-close[b-yo0kx1nvqa] {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
        color: #888;
    }

        .reply-popup .popup-close:hover[b-yo0kx1nvqa] {
            color: #000;
        }

    .reply-popup .progress-bar[b-yo0kx1nvqa] {
        height: 3px;
        width: 100%;
        background: #eeeeee;
        margin-top: 3px;
        position: relative;
    }

    .reply-popup:hover .progress-bar[b-yo0kx1nvqa]::after {
        animation: none !important;
    }

    .reply-popup .progress-bar[b-yo0kx1nvqa]::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #8eb7df;
        animation: progressBar-b-yo0kx1nvqa 15s linear infinite;
    }

.response-grid[b-yo0kx1nvqa] {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: min-content auto;
}

.response-icon[b-yo0kx1nvqa] {
    grid-row: 1;
    grid-column: 1;
    width: 32px;
}

    .response-icon img[b-yo0kx1nvqa] {
        max-width: 32px;
    }

.response-text[b-yo0kx1nvqa] {
    grid-row: 1;
    grid-column: 2;
    padding-left: 10px;
}


@keyframes progressBar-b-yo0kx1nvqa {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}
/* /Pages/Lobby.razor.rz.scp.css */
.webinar .header[b-ygpcqtn9kp] {
    display: grid;
    grid-template-columns: min-content auto min-content;
    color: var(--font-color);
    font-size: 18px;
    font-weight: bold;
}

.header .logo_single[b-ygpcqtn9kp] {
    max-width: 170px;
    max-height: 70px;
}

.header .head-icon[b-ygpcqtn9kp] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}


.header .head-title[b-ygpcqtn9kp] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 20px;
    font-size: 21px;
}

.header .head-language[b-ygpcqtn9kp] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
    grid-column-end: 4;
    padding: 5px;
    font-size: 21px;
}


.form-select[b-ygpcqtn9kp] {
    width: 67px;
}
 
@media (max-width: 1023px) {
    .header .head-icon .logo_single[b-ygpcqtn9kp] {
        max-width: 80px !important;
        max-height: 40px !important;
        vertical-align: baseline;
        margin-left: 5px !important;
    }
}
/* /Pages/LoginForm.razor.rz.scp.css */
.input_name[b-kdfls8k0fj], .input_mail[b-kdfls8k0fj] {
    padding-block: 4px;
    padding-inline: 8px;
    width: 100%;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.form-select[b-kdfls8k0fj]{
    background:transparent;
    border:1px solid transparent;
    color:white;
}

.form-select:focus[b-kdfls8k0fj]{
    background:black!important;
    border:1px solid white!important;
}

.privacypolicy[b-kdfls8k0fj] {
    word-break: break-all;
}

    .privacypolicy a[b-kdfls8k0fj] {
        text-decoration: none;
        color: white;
    }
/* /Pages/Stream/HLSLiveStream.razor.rz.scp.css */
.audiotrack-menu[b-eerlzsnm4k] {
    color: white;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
}

    .audiotrack-menu .row[b-eerlzsnm4k] {
        cursor: pointer;
    }

.action-audiotrack i[b-eerlzsnm4k] {
    cursor: pointer;
    margin-top: -2px;
}

.stream .audiotrack-container[b-eerlzsnm4k] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column: 1;
    z-index: 10;
}

.stream .audiotrack-container-inner[b-eerlzsnm4k] {
    background: #000000d1;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #b8b8b869;
    box-shadow: 0px 0px 13px 2px #a4a4a4;
}

    .stream .audiotrack-container-inner .col-active[b-eerlzsnm4k] {
        width: 24px;
        padding: 0px;
    }

    .stream .audiotrack-container-inner .col-title[b-eerlzsnm4k] {
        padding-left: 0px;
    }

.stream .audiotrack-container .overlay_close[b-eerlzsnm4k]{

    display:none;
}



@media(max-width: 1023px) {
    .stream .audiotrack-container[b-eerlzsnm4k] {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 30;
    }

    .stream .audiotrack-container-inner[b-eerlzsnm4k] {
        align-content: center;
        height: 100%;
    }

    .stream .audiotrack-menu[b-eerlzsnm4k] {
        font-size: 20px;
        width: fit-content;
        justify-self: center;
    }

    .stream .audiotrack-container .overlay_close[b-eerlzsnm4k] {
        display: block;
        z-index: 31;
        position: absolute;
        padding: 15px;
        font-size: 33px;
    }
}
/* /Pages/Webinar.razor.rz.scp.css */

.webinar[b-wcv849qgvy] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .webinar .header[b-wcv849qgvy] {
        display: grid;
        grid-template-columns: min-content auto min-content;
        color: var(--font-color);
        font-size: 18px;
        font-weight: bold;
    }

        .webinar .header .subtitle[b-wcv849qgvy] {
            color: #808080;
        }


    .webinar .stream[b-wcv849qgvy] {
        background-color: black; /* #2f2f2f */
        flex-grow: 2;
        flex-direction: row;
        display: grid;
        overflow: hidden;
    }


.header .logo_single[b-wcv849qgvy] {
    max-width: 170px;
    max-height: 70px;
}

.header .head-icon[b-wcv849qgvy] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}


.header .head-title[b-wcv849qgvy] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    padding: 20px;
    font-size: 21px;
}

.header .head-info[b-wcv849qgvy] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
    white-space: nowrap;
}

.header .head-language[b-wcv849qgvy] {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
    grid-column-end: 4;
    padding: 5px;
    font-size: 21px;
}


.form-select[b-wcv849qgvy]{
    width:67px;
}

@media(max-width:765px) {
    .title .live-title[b-wcv849qgvy]{
        display:none;
    }

}

@media (max-width: 1023px) {
    .header .head-icon .logo_single[b-wcv849qgvy] {
        max-width: 80px !important;
        max-height: 40px !important;
        vertical-align: baseline;
        margin-left: 5px !important;
    }
}
/* /Shared/LiveChat.razor.rz.scp.css */


.livechat .action-respond-to[b-iwrmxsc51e] {
    flex-direction: column;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
}

    .livechat .action-respond-to .reply_text[b-iwrmxsc51e] {
        width: 100%;
        font-size: 12px;
        font-style: italic;
    }

    .livechat .action-respond-to .source_message[b-iwrmxsc51e] {
        width: 100%;
        font-size: 12px;
        font-style: italic;
    }


    .livechat .action-respond-to .cancel_reply[b-iwrmxsc51e] {
        cursor: pointer;
        padding: 0px;
    }

        .livechat .action-respond-to .cancel_reply:hover[b-iwrmxsc51e] {
            color: #333333;
        }

@media(max-width: 768px) {
    .livechat .action-send-all[b-iwrmxsc51e] {
        display: none;
    }
}


.pre-widgets[b-iwrmxsc51e]{
    grid-column:1;
    grid-row:2;
}


.livechat .minimize-bar[b-iwrmxsc51e] {
    grid-row: 0;
    grid-column: 1;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    background: #118077;
    color: white;
    display: none;
    padding: 4px;
}

.livechat .details[b-iwrmxsc51e] {
    display: grid;
    grid-auto-rows: min-content auto;
    grid-column: 1;
    grid-row: 3;
    overflow-y: auto;
}

    .livechat .details .tabs[b-iwrmxsc51e] {
        grid-column: 1;
        grid-row: 1;
        display: table;
        border-bottom: 1px solid #f3f3f3;
    }

        .livechat .details .tabs.hidden[b-iwrmxsc51e] {
            display: none;
        }


        .livechat .details .tabs .tab[b-iwrmxsc51e] {
            display: table-cell;
            font-size: 12px;
            font-weight: bold;
            color: #808080;
            padding: 10px;
            cursor: pointer;
            width: 50%;
            text-align: center;
            user-select:none;
        }

livechat .details .tabs .tab:hover[b-iwrmxsc51e] {
    background: #f2f2f2;
}

.livechat .details .tabs .tab.active[b-iwrmxsc51e] {
    background: #f2f2f2;
}

.livechat .details .history[b-iwrmxsc51e] {
    height: 100%;
    padding: 10px;
    display: block !important;
    grid-column: 1;
    grid-row: 2;
    overflow-y: scroll;
    border-bottom: 2px solid var(--font-color);
}

.livechat .details .guesthistory[b-iwrmxsc51e] {
    height: 100%;
    padding: 10px;
    display: block !important;
    grid-column: 1;
    grid-row: 2;
    overflow-y: scroll;
    border-bottom: 2px solid var(--font-color);
}

.livechat .details .guestlist[b-iwrmxsc51e] {
    height: 100%;
    padding: 10px;
    display: block !important;
    grid-column: 1;
    grid-row: 2;
    overflow-y: scroll;
    border-bottom: 2px solid var(--font-color);
}


.livechat .businesscard[b-iwrmxsc51e] {
    padding: 10px;
    grid-column: 1;
    grid-row: 2;
    overflow-y: scroll;
    border-bottom: 2px solid var(--font-color);
    color: #2e2e2e;
}

    .livechat .businesscard a[b-iwrmxsc51e] {
        text-decoration: none;
        color: #2e2e2e;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        width: calc(100%);
    }

    .livechat .businesscard .content[b-iwrmxsc51e] {
        border: 1px solid #dee2e6;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
        background-color: #fff;
        padding:10px;
        font-size:15px;
    }

/*.businesscard {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background-color: #fff;
}*/
    .businesscard h5[b-iwrmxsc51e] {
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .businesscard p[b-iwrmxsc51e]{
        text-overflow:ellipsis;
    }

    .businesscard .icon[b-iwrmxsc51e] {
        width: 1.25rem;
    }

    .businesscard .fa.fa-external-link[b-iwrmxsc51e]{
        color:#ababab;
    }

.businesscard .row .col[b-iwrmxsc51e] {
    min-width: 0px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bklvyfp2d1] {
    /*position: relative;*/
    display: grid;
    grid-template-columns: auto min-content;
}

.content-c[b-bklvyfp2d1]
{
    grid-row:1;
    grid-column:1;
}

.livechat-c[b-bklvyfp2d1]
{
    grid-row:1;
    grid-column:2;
}

.main[b-bklvyfp2d1] {
    flex: 1;
}

.sidebar[b-bklvyfp2d1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

