:root {
    --customColor: #f2134f;
    --banner: url($url-background)
}

#teste {
    color: #000
}

.btn-outline-custom-color {
    color: var(--customColor);
    border-color: var(--customColor)
}

    .btn-outline-custom-color:active, .btn-outline-custom-color:hover {
        color: #fff;
        background-color: var(--customColor);
        border-color: var(--customColor)
    }

    .btn-outline-custom-color:disabled {
        color: var(--customColor);
        background-color: transparent
    }

#video-container {
    min-height: 0;
    height: 223px;
    margin-top: .6rem;
    position: relative
}

    #video-container div video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #video-container div#my-video video {
        position: absolute;
        width: 50px;
        height: 50px;
        bottom: 1rem;
        right: 1rem;
        border: 2px solid #fff
    }

.login-img {
    height: 100vh;
    background: var(--banner) no-repeat 100%;
    background-size: auto 100%
}

.login-form-box {
    height: 100vh;
    text-align: center
}

    .login-form-box .wrapper {
        display: block;
        width: 480px;
        max-width: 100%;
        padding: 15px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        overflow: hidden
    }

        .login-form-box .wrapper .evento-img {
            height: 70px
        }

            .login-form-box .wrapper .evento-img img {
                height: 100%;
                width: auto
            }

.se-inscreva .wrapper {
    height: 620px
}

.evento-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.evento-inscreva {
    margin-top: 25px;
    margin-bottom: 25px
}

    .evento-inscreva h4 {
        font-size: 34px;
        font-weight: 100;
        margin-bottom: 5px;
        color: #3a4463
    }

    .evento-inscreva p {
        font-weight: 100;
        font-size: 18px;
        color: #8f9099;
        margin-bottom: 0
    }

.login-form .input-part {
    margin-bottom: 0
}

.login-form .ou-line {
    display: inline-block;
    height: 30px;
    margin-bottom: 40px;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #bfbfbf;
    color: #3a4463;
    font-weight: 100
}

    .login-form .ou-line span {
        display: inline-block;
        padding: 10px;
        margin-top: 11px;
        height: 36px;
        line-height: 10px;
        background: #efefef
    }

.input-part {
    padding: 15px 10px;
    margin-bottom: 30px;
    border-color: #d6d6d6
}

a.input-part, button.input-part {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 15px 0;
    border-radius: 6px;
    color: #fff;
    background: var(--customColor);
    border: 1px solid var(--customColor);
    transition: all .3s ease-in-out
}

    a.input-part:hover, button.input-part:hover {
        text-decoration: none;
        background: none;
        color: var(--customColor);
        border-color: var(--customColor)
    }

    a.input-part span, button.input-part span {
        display: inline-block;
        padding-left: 5px
    }

.login-form .form-group p {
    font-weight: 100;
    font-size: 18px
}

a.underline-link {
    display: inline-block;
    color: var(--customColor);
    position: relative
}

    a.underline-link:hover {
        text-decoration: none
    }

        a.underline-link:hover:after {
            width: 100%
        }

    a.underline-link:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 1px;
        margin-top: -1px;
        background: var(--customColor);
        opacity: .38;
        transition: all .3s ease-in-out
    }

.redes-wrapper {
    display: block;
    height: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.redes-bt {
    display: block;
    height: 40px;
    margin: 0 auto 30px;
    transition: all .3s ease-in-out
}

#face.redes-bt {
    width: 28px;
    background: url(/images/face-icon.png) no-repeat 50%;
    background-size: auto 100%
}

    #face.redes-bt:hover {
        background: url(/images/face-icon-hover.png) no-repeat 50%;
        background-size: auto 100%
    }

#insta.redes-bt {
    width: 44px;
    background: url(/images/insta-icon.png) no-repeat 50%;
    background-size: auto 100%
}

    #insta.redes-bt:hover {
        background: url(/images/insta-icon-hover.png) no-repeat 50%;
        background-size: auto 100%
    }

#twitter.redes-bt {
    width: 50px;
    background: url(/images/twitter-icon.png) no-repeat 50%;
    background-size: auto 100%
}

    #twitter.redes-bt:hover {
        background: url(/images/twitter-icon-hover.png) no-repeat 50%;
        background-size: auto 100%
    }

#linkedin.redes-bt {
    width: 50px;
    background: url(/images/linkedin-icon.png) no-repeat 50%;
    background-size: auto 100%
}

    #linkedin.redes-bt:hover {
        background: url(/images/linkedin-icon-hover.png) no-repeat 50%;
        background-size: auto 100%
    }

#sqc-senha {
    display: block;
    float: right;
    margin-top: -10px;
    margin-bottom: 20px
}

.box-login .wrapper {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important
}

.evento-acessar {
    min-height: 100vh
}

    .evento-acessar .evento-img {
        height: 85px
    }

.fixed-back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--banner) no-repeat 50%;
    background-attachment: fixed;
    background-size: 100% 100%
}

.box-acessar .wrapper {
    max-width: calc(100% - 60px);
    padding: 30px;
    height: 520px;
    background: #fff;
    border-radius: 8px
}

.box-transicao h4 {
    position: relative;
    font-size: 34px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    padding-right: 50px
}

    .box-transicao h4 i {
        position: absolute;
        right: 0;
        line-height: 44px;
        margin-left: 20px;
        color: var(--customColor)
    }

    .box-transicao h4 span {
        display: block;
        float: left;
        max-width: calc(100% - 10px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.box-transicao p {
    font-size: 25px;
    color: #fff;
    text-align: left;
    margin-bottom: 0
}

.box-transicao .wrapper {
    height: 240px
}

.box-login-acessar .wrapper {
    height: 735px;
    max-height: 98vh;
    padding: 20px 4px 0 0;
    background: #fff;
    border-radius: 8px
}

.box-login-acessar h4 {
    font-size: 32px;
    margin-bottom: 0
}

.box-login-acessar p {
    margin-bottom: 0
}

.box-login-acessar .form-group p {
    margin-top: -15px;
    margin-bottom: -5px
}

.box-login-acessar input.input-part {
    margin-bottom: 5px
}

.patrocinio-box {
    margin-top: 15px
}

    .patrocinio-box h5 {
        display: block;
        width: 100%;
        height: 0;
        position: relative;
        font-weight: 100;
        color: #3a4463;
        margin: 15px 0;
        border-bottom: 1px solid #dadce0
    }

        .patrocinio-box h5 span {
            position: absolute;
            width: 130px;
            height: 30px;
            line-height: 30px;
            background: #fff;
            top: -17px;
            right: 0;
            left: 0;
            margin: auto
        }

.patrocinio-bt {
    display: block;
    width: 33.3%;
    height: 70px;
    float: left;
    overflow: hidden;
    position: relative
}

    .patrocinio-bt img {
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

.user-img-box {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    background: var(--customColor);
    position: relative;
    transition: all .5s ease-in-out;
    cursor: pointer
}

    .user-img-box:hover {
        transform: rotate(1turn)
    }

    .user-img-box img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        border: 4px solid var(--customColor)
    }

    .user-img-box i {
        font-size: 2rem;
        color: #fff;
        vertical-align: middle;
        line-height: 120px
    }

    .user-img-box .user-photo {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        border: 4px solid var(--customColor)
    }

    .user-img-box.photo {
        transition: none
    }

        .user-img-box.photo:hover {
            transform: rotate(0)
        }

.acessar-login-box .evento-img {
    margin: 0 auto 25px;
    max-width: 100%
}

.acessar-login-box .user-img {
    height: 120px
}

.dash-header {
    padding: 50px 10px;
    background-size: 100% auto;
    position: relative;
    height: 588px
}

    .dash-header:after {
        content: "";
        display: block;
        position: absolute;
        width: 180px;
        height: 10px;
        background: var(--customColor);
        left: 0;
        bottom: 0;
        z-index: 20
    }

    .dash-header .owl-dots {
        position: absolute;
        z-index: 999;
        width: 100%;
        bottom: 20px
    }

    .dash-header .owl-theme .owl-dots .owl-dot span {
        background: none;
        width: 18px;
        height: 18px;
        border: 3px solid #fff
    }

    .dash-header .owl-theme .owl-dots .owl-dot:hover span {
        border: 3px solid #cecece;
        background: #cecece
    }

    .dash-header .owl-theme .owl-dots .owl-dot.active span {
        background: #fff
    }

    .dash-header .owl-theme .owl-dots .owl-dot.active:hover span {
        border-color: #fff
    }

.user-bar-wrap {
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 98
}

    .user-bar-wrap .user-menu-chat {
        display: block;
        width: 100px;
        float: left
    }

        .user-bar-wrap .user-menu-chat .user-menu-bt {
            display: inline-block;
            font-size: 50px;
            padding: 5px;
            margin: 20px 0 20px 26px;
            color: var(--customColor);
            cursor: pointer
        }

        .user-bar-wrap .user-menu-chat .user-bts {
            display: none;
            float: left;
            width: 280px;
            height: 165px;
            padding: 15px;
            position: absolute;
            background: #fff;
            margin-top: 40px;
            border-radius: 6px;
            transition: all .3s ease-in-out
        }

            .user-bar-wrap .user-menu-chat .user-bts .box-seta-up {
                display: block;
                width: 38px;
                font-size: 60px;
                color: #fff;
                margin-top: -34px;
                margin-left: 19px;
                margin-bottom: 10px
            }

                .user-bar-wrap .user-menu-chat .user-bts .box-seta-up i {
                    line-height: 24px
                }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper {
                display: block;
                float: left;
                width: 100%
            }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper:last-child {
                    margin-top: 7.5px;
                    margin-bottom: 0
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.open .bt-open-call, .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.open .bt-open-chat {
                    cursor: pointer;
                    color: #fff;
                    background: var(--customColor)
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call {
                    padding: 15px;
                    margin-top: 0;
                    margin-bottom: 7.5px;
                    position: relative;
                    color: var(--customColor);
                    transition: all .3s ease-in-out;
                    border-radius: 6px
                }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call:hover {
                        cursor: pointer;
                        color: #fff;
                        background: var(--customColor)
                    }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call i {
                        float: left;
                        font-size: 34px;
                        margin-right: 10px
                    }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call span {
                        line-height: 34px;
                        font-size: 19px;
                        font-weight: 300
                    }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat {
                    padding: 15px;
                    margin-top: 0;
                    margin-bottom: 0;
                    position: relative;
                    color: var(--customColor);
                    transition: all .3s ease-in-out;
                    border-radius: 6px
                }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat:hover {
                        cursor: pointer;
                        color: #fff;
                        background: var(--customColor)
                    }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat i {
                        display: block;
                        float: left;
                        font-size: 34px;
                        margin-right: 13px;
                        margin-left: 2px
                    }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat span {
                        line-height: 34px;
                        font-size: 19px;
                        font-weight: 300
                    }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.user-chat .box-call {
                    margin-top: 77px
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-call {
                    display: none;
                    position: absolute;
                    left: calc(100% + 50px);
                    top: 0;
                    width: 380px;
                    height: 600px;
                    padding: 30px;
                    margin-left: 0;
                    margin-top: -15px;
                    background: #fff;
                    border: 1px solid #fcfcfc;
                    box-shadow: 10px 10px 10px -5px rgba(0,0,0,.17);
                    z-index: 999;
                    border-radius: 8px
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.open .box-call {
                    display: block
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.open .chat-text {
                    height: 230px;
                    margin-top: 5px;
                    margin-bottom: 10px;
                    padding-top: 10px;
                    border-top: 1px solid #dadce0
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.open .chat-input {
                    height: auto
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-seta {
                    display: block;
                    width: 100%;
                    height: 0;
                    font-size: 70px;
                    margin: -31px 0 0;
                    color: #fff;
                    position: relative
                }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-seta i {
                        position: absolute;
                        left: -53px;
                        top: 13px;
                        text-align: center
                    }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-fechar {
                    display: block;
                    width: 100%;
                    height: 20px;
                    margin-top: 15px;
                    margin-bottom: 5px;
                    position: relative
                }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-fechar i {
                        display: block;
                        float: right;
                        margin-right: -15px;
                        font-size: 18px;
                        color: #3a4463
                    }

                        .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-fechar i:hover {
                            cursor: pointer;
                            color: var(--customColor)
                        }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.stand-user-chat {
                    margin-left: 50px;
                    margin-top: 20px;
                    z-index: 1
                }

                    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.stand-user-chat .box-call {
                        margin-left: -38px;
                        margin-top: 38px
                    }

.evento-logo {
    display: block;
    float: left;
    width: calc(100%);
    height: 80px;
    margin: 8px 0;
    text-align: center;
    position: relative
}

    .evento-logo img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 150%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.box-call h4 {
    font-weight: 100;
    color: #3a4463;
    margin-bottom: 30px
}

.busca-user-form {
    display: block;
    width: 100%;
    position: relative
}

    .busca-user-form button {
        padding: 0 15px;
        height: 57px;
        box-shadow: none;
        border: none;
        font-size: 22px;
        color: #9a9a9a;
        background: none;
        position: absolute
    }

    .busca-user-form input {
        padding-left: 45px;
        font-weight: 100
    }

.users-list-box {
    display: block;
    width: 100%;
    padding-right: 10px;
    height: 387px;
    overflow: auto
}

    .users-list-box .user-li .user-img img {
        position: absolute;
        width: 90%;
        height: 90%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 100%
    }

    .users-list-box::-webkit-scrollbar {
        width: 5px
    }

    .users-list-box::-webkit-scrollbar-track {
        background: #fff
    }

    .users-list-box::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2px
    }

        .users-list-box::-webkit-scrollbar-thumb:hover {
            background: #caaee4
        }

.user-li {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 22px
}

    .user-li:last-child {
        margin-bottom: 0
    }

.user-img {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-color: var(--customColor);
    border-radius: 30px
}

.user-img, .user-txt {
    display: block;
    float: left
}

.user-txt {
    width: calc(100% - 125px);
    margin: 7px 0
}

    .user-txt h5 {
        color: #3a4463;
        font-weight: 400;
        margin-bottom: -3px
    }

    .user-txt h5, .user-txt span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .user-txt span {
        display: block;
        width: 100%;
        color: var(--customColor)
    }

.user-bt-wrap {
    display: block;
    float: left;
    width: 50px;
    height: 60px
}

.user-bt {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    text-align: center
}

    .user-bt i {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        background: var(--customColor);
        color: #fff;
        border-radius: 100%;
        opacity: .7;
        transition: all .3s ease-in-out;
        cursor: pointer
    }

        .user-bt i:hover {
            opacity: 1
        }

.user-card {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 98
}

    .user-card .bk-box {
        display: block;
        width: 70px;
        height: 15px;
        margin: 0 auto 20px;
        border-radius: 4px;
        background: #000
    }

    .user-card h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .user-card .user-img-box {
        width: 90px;
        height: 90px
    }

    .user-card a.underline-link {
        font-size: 12px
    }

    .user-card a.bt-sair {
        display: block;
        font-size: 21px;
        font-weight: 100;
        color: #3a4463;
        margin: 10px 0 25px;
        transition: all .3s ease-in-out
    }

        .user-card a.bt-sair:hover {
            color: var(--customColor);
            text-decoration: none
        }

    .user-card .patrocinio-bt {
        display: inline-block;
        width: 32%;
        height: 70px;
        overflow: hidden;
        position: relative
    }

    .user-card .patrocinio-links {
        display: inline-block;
        width: 100%;
        margin-bottom: -10px
    }

.user-card-info.evento-inscreva {
    margin: 10px 0 0
}

    .user-card-info.evento-inscreva h4 {
        font-size: 26px;
        margin-bottom: 0
    }

.dash-palco {
    padding: 25px 10px 0;
    background: #efefef
}

    .dash-palco .dash-hr small {
        display: block;
        width: 100%;
        height: 23px;
        margin-top: 7px;
        line-height: 20px;
        font-weight: 100;
        font-size: 20px;
        color: #8f9099;
        position: relative;
        padding-left: 25px;
        margin-bottom: 25px
    }

        .dash-palco .dash-hr small:before {
            position: absolute;
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: var(--customColor);
            border-radius: 5px;
            left: 0;
            top: 3px
        }

.dash-feira {
    padding: 10px 10px 0;
    background: #efefef
}

.dash-hr {
    margin-bottom: 24px
}

    .dash-hr h2 {
        color: #3a4463;
        font-size: 44px;
        font-weight: 700;
        background: none;
    }

    .dash-hr small {
        display: block;
        width: 100%;
        height: 23px;
        margin-top: 7px;
        line-height: 20px;
        font-weight: 100;
        font-size: 20px;
        color: #8f9099;
        position: relative;
        padding-left: 25px;
        margin-bottom: 25px
    }

        .dash-hr small:before {
            position: absolute;
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: var(--customColor);
            border-radius: 5px;
            left: 0;
            top: 3px
        }

.small-tab {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 7px;
    line-height: 32px;
    font-weight: 100;
    font-size: 20px;
    color: #8f9099;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px
}

    .small-tab:before {
        position: absolute;
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: var(--customColor);
        border-radius: 5px;
        left: 0;
        top: 9px
    }

.bts-tab {
    display: block;
    margin-top: 20px
}

    .bts-tab div {
        display: inline-block;
        padding: 15px 30px;
        opacity: .6;
        color: #3a4463;
        border: 1px solid #efefef;
        border-bottom: none;
        border-radius: 6px 6px 0 0;
        font-weight: 600
    }

        .bts-tab div.ativo {
            opacity: 1;
            border: 1px solid #3a4463;
            border-bottom-color: #efefef;
            font-weight: 700
        }

        .bts-tab div:hover {
            cursor: pointer;
            opacity: 1
        }

.edit-info-box, .lead-capt-box {
    padding-top: 50px;
    margin-top: -1px;
    border-top: 1px solid #3a4463
}

.palco-box {
    display: block;
    width: 100%;
    height: 95%;
    padding: 40px 5px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    margin-bottom: 30px
}

    .palco-box:last-child {
        margin-bottom: 0
    }

    .palco-box h3 {
        color: #3a4463;
        font-weight: 400;
        font-size: 34px;
        text-align: center;
        margin-bottom: 20px
    }

    .palco-box .box-img-palco {
        display: block;
        width: 100%;
        overflow: hidden;
        height: auto;
        margin-bottom: 20px;
        border-radius: 6px;
        text-align: center;
    }

        .palco-box .box-img-palco img {
            width: 82%;
            height: auto
        }

    .palco-box button {
        margin-bottom: 0
    }

.palco-principal .palco-box p.evento-desc {
    display: block;
    width: 100%;
    height: auto;
    max-height: 341px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 100;
    color: #8f9099;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.evento-info {
    display: block;
    width: 100%;
    height: 126px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 15px;
    border: 3px solid #1a73e8;
    border-radius: 8px
}

    .evento-info .evento-status {
        position: absolute;
        top: -18px;
        margin-left: 20px;
        background: #fff;
        padding: 0 20px
    }

.evento-detalhes {
    display: block;
    float: left;
    width: calc(100% - 110px);
    padding: 8px 0 8px 10px
}

    .evento-detalhes p {
        color: #8f9099;
        display: block;
        width: 100%;
        margin: 5px 0 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .evento-detalhes small {
        display: block;
        float: left;
        color: var(--customColor);
        margin-top: -2px
    }

.evento-status {
    display: block;
    width: 228px
}

    .evento-status img {
        display: block;
        float: left;
        height: 30px;
        margin-right: 10px
    }

    .evento-status span {
        line-height: 30px;
        font-size: 17px;
        color: #1a73e8
    }

.evento-hora {
    display: block;
    float: left;
    width: 110px;
    height: 90px
}

    .evento-hora span {
        display: block;
        width: 80px;
        border-radius: 6px;
        padding: 3px;
        color: #8f9099;
        border: 3px solid #8f9099;
        text-align: center;
        margin: 29px auto;
        line-height: 18px
    }

.cat-evento span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    color: #fff;
    background: #009b8b;
    border-radius: 8px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%
}

.palcos .input-part {
    margin-bottom: 0
}

.outros-palcos .evento-status {
    width: 188px;
    float: right
}

.outros-palcos h4 {
    display: block;
    float: left;
    width: calc(100% - 200px);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3a4463;
    font-size: 26px;
    font-weight: 400;
    margin: 0
}

.outros-palcos .cat-evento {
    display: block;
    width: 100%;
    float: left;
    margin-top: 16px;
    margin-bottom: 5px
}

.outros-palcos .desc-evento {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 28px
}

    .outros-palcos .desc-evento p {
        color: #8f9099;
        font-size: 19px;
        font-weight: 100;
        display: block;
        width: 100%;
        height: auto;
        line-height: 23px;
        margin: 5px 0 0
    }

.prog-wrapper {
    height: 82.5%;
    padding: 10px;
    border: 1px solid #dadce0;
    border-radius: 6px
}

.prog-box, .prog-wrapper {
    display: block;
    width: 100%
}

.prog-box {
    height: 100%;
    overflow: auto;
    padding: 25px
}

    .prog-box::-webkit-scrollbar {
        width: 5px
    }

    .prog-box::-webkit-scrollbar-track {
        background: #efefef
    }

    .prog-box::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 2px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .prog-box::-webkit-scrollbar-thumb:hover {
            background: #f2134f
        }

.prog-data {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

    .prog-data h3 {
        font-weight: 400;
        color: #3a4463;
        line-height: 22px
    }

.prog-hora {
    display: block;
    float: left;
    width: 60px;
    height: 90px;
    margin-right: 20px
}

    .prog-hora span {
        display: block;
        width: 60px;
        border-radius: 6px;
        padding: 3px;
        color: #8f9099;
        border: 3px solid #8f9099;
        text-align: center;
        margin: 20px auto;
        line-height: 18px
    }

.prog-info {
    display: inline-block;
    float: none;
    width: calc(100% - 80px)
}

.desc-evento p {
    margin-top: 5px;
    margin-bottom: -2px;
    color: #8f9099
}

.desc-evento small {
    color: var(--customColor)
}

.prog-group {
    margin-bottom: 40px
}

    .prog-group:last-child {
        margin-bottom: 0
    }

.prog-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative
}

    .prog-item:last-child {
        border: none
    }

.stand-box-100 {
    display: block;
    width: 100%;
    /*height: 600px;*/
    padding: 30px;
    background: #fff;
    border-radius: 6px
}

.stand-box {
    display: block;
    width: 100%;
    height: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 6px
}

.stand-img {
    display: block;
    max-width: 100%;
    width: 260px;
    height: 100px;
    margin: 0 auto 20px;
    position: relative
}

    .stand-img img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.stand-desc {
    display: block;
    width: 100%;
    /*height: 90px;*/
    overflow: hidden;
    margin-bottom: 30px;
    text-align: justify;
    font-weight: 100;
    font-size: 18px;
    line-height: 30px;
    color: #8f9099
}

.stand-plus .stand-desc {
    font-size: 18px
}

.stand-master {
    margin-bottom: 30px
}

.overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: hsla(0,0%,52.5%,.77)
}

    .overlay .user-img-box {
        width: 80px;
        height: 80px
    }

    .overlay .wrapper_cred h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .overlay .bk-box {
        display: block;
        width: 70px;
        height: 25px;
        background: #b5b5b5;
        border-radius: 4px;
        margin: 0 auto 10px
    }

    .overlay .user-card-info.evento-inscreva {
        margin-top: 20px
    }

        .overlay .user-card-info.evento-inscreva h4 {
            font-size: 28px
        }

        .overlay .user-card-info.evento-inscreva a {
            font-size: 12px
        }

    .overlay a.bt-sair {
        display: block;
        font-size: 20px;
        font-weight: 100;
        color: #3a4463;
        margin: 10px 0 25px;
        transition: all .3s ease-in-out
    }

        .overlay a.bt-sair:hover {
            color: var(--customColor);
            text-decoration: none
        }

    .overlay .patrocinio-box h5 span {
        font-size: 14px;
        width: 80px
    }

    .overlay a.input-part {
        margin-top: 25px;
        margin-bottom: 0
    }

        .overlay a.input-part:hover {
            text-decoration: none
        }

.wrapper-cred {
    display: block;
    width: 400px;
    height: 575px;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.23);
    text-align: center
}

a.n-comp {
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    transition: all .3s ease-in-out
}

    a.n-comp:hover {
        color: var(--customColor);
        text-decoration: none
    }

.wrapper-stand {
    display: block;
    width: 1000px;
    max-width: 90%;
    height: 615px;
    max-height: 90vh;
    padding: 30px 0 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.23)
}

    .wrapper-stand .stand-logo {
        display: block;
        float: left;
        width: 250px;
        height: 80px;
        position: relative;
        margin-bottom: 20px
    }

        .wrapper-stand .stand-logo .stand-overlay-img {
            position: absolute;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }

    .wrapper-stand .stand-promo {
        display: block;
        float: right;
        width: 455px;
        padding: 20px;
        margin-top: 17px;
        margin-bottom: 20px;
        border-radius: 6px;
        background: red;
        color: #fff;
        text-align: center
    }

.stand-video {
    display: block;
    width: 100%;
    position: relative;
    height: 213px;
    border-radius: 6px;
    overflow: hidden
}

    .stand-video img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%
    }

    .stand-video iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

.stand-bt {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #0085cc;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 2px solid #0085cc;
    transition: all .3s ease-in-out
}

    .stand-bt:hover {
        color: #0085cc;
        border-color: #0085cc;
        background: #fff;
        text-decoration: none
    }

        .stand-bt:hover #mail-icon {
            background-image: url(/images/email-icon-hover.png)
        }

        .stand-bt:hover #chat-icon {
            background-image: url(/images/chat-stand-icon-hover.png)
        }

    .stand-bt i {
        margin-right: 5px
    }

#mail-icon {
    background: url(/images/email-icon.png) no-repeat 50%;
    background-size: 100% 100%
}

#chat-icon, #mail-icon {
    display: inline-block;
    width: 24px;
    height: 23px;
    margin-bottom: -7px;
    margin-right: 5px
}

#chat-icon {
    background: url(/images/chat-stand-icon.png) no-repeat 50%;
    background-size: 100% 100%
}

.stand-social-bt {
    display: block;
    float: left;
    transition: all .3s ease-in-out;
    color: #313955;
    font-size: 26px;
    margin-top: 10px;
    margin-right: 15px
}

    .stand-social-bt:hover {
        color: var(--customColor);
        text-decoration: none;
        cursor: pointer
    }

    .stand-social-bt#tiktok-bt svg {
        fill: #313955;
        transition: all .3s ease-in-out
    }

        .stand-social-bt#tiktok-bt svg:hover {
            fill: var(--customColor)
        }

.sp-preview {
    width: 24px;
    border: 1px solid #ced4da
}

.overlay-stand-desc {
    display: block;
    width: 100%;
    height: 197px;
    padding-right: 15px;
    margin-top: 30px;
    overflow: auto;
    text-align: justify;
    font-size: 14px;
    line-height: 27px;
    font-weight: 100;
    color: #000
}

    .overlay-stand-desc::-webkit-scrollbar {
        width: 4px
    }

    .overlay-stand-desc::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .overlay-stand-desc::-webkit-scrollbar-thumb {
        background: #8f9099;
        border-radius: 3px
    }

        .overlay-stand-desc::-webkit-scrollbar-thumb:hover {
            background: #0085cc
        }

.stand-box-fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    transition: all .3s ease-in-out
}

    .stand-box-fechar:hover {
        cursor: pointer;
        color: #0085cc
    }

.wrapper-stand-form {
    display: block;
    width: 1000px;
    max-width: 90%;
    height: 655px;
    max-height: 90vh;
    padding: 30px 0 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.23)
}

    .wrapper-stand-form .overlay-stand-desc {
        height: 128px;
        font-size: 14px;
        line-height: 21px
    }

    .wrapper-stand-form .stand-video {
        padding-bottom: 49%
    }

.scroll-area {
    width: calc(100% - 5px);
    height: 100%;
    padding-right: 30px;
    overflow: auto
}

    .scroll-area::-webkit-scrollbar {
        width: 3px
    }

    .scroll-area::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .scroll-area::-webkit-scrollbar-thumb {
        background: #dcdcdc
    }

        .scroll-area::-webkit-scrollbar-thumb:hover {
            background: var(--customColor)
        }

.stand-form-chat .stand-bt {
    padding: 15px 0;
    margin-top: 30px;
    margin-bottom: 0
}

.stand-form-chat .stand-video {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 49%;
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.stand-form input.input-part {
    padding: 19px 15px;
    margin-bottom: 0
}

.stand-form .form-group {
    margin-bottom: 15px
}

.stand-form textarea {
    height: 190px;
    margin-bottom: 10px
}

.stand-form .stand-bt {
    padding: 15px 0;
    margin-bottom: 0
}

    .stand-form .stand-bt:hover {
        cursor: pointer
    }

.chat-row {
    width: auto;
    height: auto;
    max-height: 283px;
    position: fixed;
    right: 100px;
    bottom: 0;
    z-index: 1000
}

    .chat-row, .chat-row .chat-text-outer-box {
        display: flex
    }

        .chat-row .chat-header {
            position: relative
        }

            .chat-row .chat-header .chat-img {
                float: left;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background: var(--customColor);
                overflow: hidden
            }

                .chat-row .chat-header .chat-img.is_sponsor {
                    border-radius: 0;
                    border: none;
                    background: none
                }

                    .chat-row .chat-header .chat-img.is_sponsor img {
                        border: none;
                        max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;
                        position: absolute;
                        left: 0;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto
                    }

                .chat-row .chat-header .chat-img img {
                    width: 100%;
                    height: 100%
                }

            .chat-row .chat-header .usernames {
                display: inline-block;
                width: calc(100% - 65px);
                height: 30px;
                line-height: 30px;
                padding-left: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

.chat {
    align-self: flex-end;
    vertical-align: bottom;
    width: 250px;
    float: left;
    margin-left: 20px
}

    .chat .chat-minimizar {
        display: none
    }

.chat-wrap {
    float: left;
    background: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,.38)
}

.chat-img, .chat-wrap {
    display: block;
    width: 100%
}

.chat-img {
    height: 30px;
    text-align: left;
    position: relative
}

    .chat-img img {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        border: 2px solid var(--customColor)
    }

    .chat-img .usernames {
        display: inline-block;
        font-size: .8rem;
        width: calc(100% - 65px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 15px
    }

.chat-control {
    position: absolute;
    height: 12px;
    line-height: 9px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

    .chat-control i {
        color: #3a4463;
        font-size: 10px;
        margin-left: 5px
    }

        .chat-control i:hover {
            cursor: pointer;
            color: #1a73e8
        }

.chat-text {
    overflow: visible;
    position: relative
}

.chat-scroll, .chat-text {
    display: block;
    width: 100%
}

.chat-scroll {
    height: 100%;
    overflow-y: scroll;
    padding-right: 10px;
    position: absolute;
    top: 0
}

    .chat-scroll::-webkit-scrollbar {
        width: 4px
    }

    .chat-scroll::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .chat-scroll::-webkit-scrollbar-thumb {
        background: #c7c8d3;
        border-radius: 3px
    }

        .chat-scroll::-webkit-scrollbar-thumb:hover {
            background: #0085cc
        }

.msg-box {
    display: block;
    width: 100%;
    float: right;
    position: relative;
    font-size: 10px;
    margin-bottom: 15px
}

    .msg-box .msg-line {
        width: 85%;
        float: right
    }

    .msg-box span {
        display: block;
        float: right;
        text-align: right;
        width: auto;
        max-width: 90%;
        padding: 8px 15px;
        border-radius: 15px 0 0 15px;
        background: #1a73e8;
        margin-bottom: 2px;
        color: #fff
    }

    .msg-box.from-me {
        float: left
    }

        .msg-box.from-me .msg-line {
            width: 85%;
            float: left
        }

        .msg-box.from-me span {
            text-align: left;
            float: left;
            color: #3a4463;
            background: #dadce0;
            border-radius: 0 15px 15px 0
        }

.msg-box-foto {
    display: block;
    float: left;
    width: 30px;
    border: 2px solid var(--customColor);
    border-radius: 50%
}

.msg-text span:first-child {
    border-top-right-radius: 15px
}

.msg-text span:last-child {
    border-bottom-right-radius: 15px
}

.from-me .msg-text {
    max-width: calc(100% - 35px);
    margin-left: 35px
}

    .from-me .msg-text span:first-child {
        border-top-left-radius: 15px
    }

    .from-me .msg-text span:last-child {
        border-bottom-left-radius: 15px
    }

.from-me .msg-hora {
    text-align: left;
    padding-left: 35px
}

.from-me .msg-box-foto {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: auto
}

    .from-me .msg-box-foto img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover
    }

.msg-hora {
    text-align: right;
    color: #919bb0
}

.chat-input, .msg-hora {
    display: block;
    width: 100%;
    float: left
}

.chat-input {
    height: 0;
    overflow: hidden
}

    .chat-input textarea {
        height: 37px;
        font-size: 10px;
        padding: 10px 30px 10px 15px;
        resize: none
    }

        .chat-input textarea::-webkit-scrollbar {
            width: 4px
        }

        .chat-input textarea::-webkit-scrollbar-track {
            background: #f1f1f1
        }

        .chat-input textarea::-webkit-scrollbar-thumb {
            background: #8f9099;
            border-radius: 3px
        }

            .chat-input textarea::-webkit-scrollbar-thumb:hover {
                background: #0085cc
            }

    .chat-input .send-message {
        display: none;
        position: absolute;
        right: 5px;
        bottom: 7px;
        font-size: 17px;
        line-height: 24px;
        width: 24px;
        height: 24px;
        text-align: center;
        background-color: var(--customColor);
        color: #fff;
        border-radius: 50%;
        cursor: pointer
    }

.chat.open .chat-control {
    margin: 0
}

.chat.open .chat-maximizar {
    display: none
}

.chat.open .chat-minimizar {
    display: inline-block
}

.chat.open .chat-text {
    margin-top: 15px;
    height: 165px
}

.chat.open .chat-input {
    height: 38px;
    margin-top: 15px;
    position: relative
}

    .chat.open .chat-input .send-message {
        display: block
    }

body {
    background: #efefef
}

.palco-header {
    padding: 50px 10px 20px
}

.palco-bar {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    position: relative
}

    .palco-bar .evento-logo {
        width: 100%;
        height: 35px;
        float: none;
        padding: 0 155px;
        margin: 20px 0
    }

        .palco-bar .evento-logo:before {
            content: "";
            display: inline-block;
            width: 80px;
            height: 10px;
            background: #3a4463;
            position: absolute;
            top: 13px;
            left: -40px;
            border-radius: 6px
        }

.bt-sair-palco {
    position: absolute;
    width: 170px;
    height: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    right: 20px
}

    .bt-sair-palco:hover {
        cursor: pointer
    }

    .bt-sair-palco a {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 32px;
        color: #8f9099;
        border: 2px solid #8f9099;
        border-radius: 6px;
        transition: all .3s ease-in-out
    }

        .bt-sair-palco a:hover {
            text-decoration: none;
            border-color: var(--customColor);
            color: var(--customColor)
        }

.video-principal {
    padding-left: 10px;
    padding-right: 10px
}

    .video-principal a.stage-full {
        display: block;
        background-color: #efefef;
        margin: 1rem .5rem;
        border-radius: .5rem;
        padding: .1rem .6rem .6rem
    }

        .video-principal a.stage-full .title-stage {
            font-size: 2rem
        }

        .video-principal a.stage-full .desc-stage {
            font-size: .7rem
        }

        .video-principal a.stage-full.active {
            font-weight: 700;
            color: #fff;
            pointer-events: none;
            background-color: var(--customColor)
        }

.video-frame {
    width: 100%;
    height: calc(100vh - 290px);
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative
}

    .video-frame:before {
        content: "";
        display: inline-block;
        width: 200px;
        height: 14px;
        background: var(--customColor);
        position: absolute;
        left: 15px;
        top: -8px;
        z-index: -1;
        border-radius: 6px 0 0 0
    }

    .video-frame iframe {
        width: 100% !important;
        height: 100% !important
    }

.patrocinio-item {
    width: 100%;
    height: 70px;
    position: relative
}

    .patrocinio-item img {
        width: auto !important;
        height: auto;
        max-width: 80%;
        max-height: 80%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.palco-patrocinadores {
    height: 70px;
    background-color: #fff !important
}

    .palco-patrocinadores h3 {
        display: block;
        float: left;
        font-weight: 100;
        font-size: 21px;
        color: #fff;
        background: var(--customColor);
        height: 70px;
        line-height: 70px;
        padding: 0 25px;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 6px 0 0 6px
    }

.palco-patrocinadores-wrap {
    display: inline-block;
    width: calc(100% - 152px);
    margin-left: 5px;
    background: #fff;
    border-radius: 0 6px 6px 0
}

.chat-label.open, .perguntas-label.open {
    display: inline-block;
    font-weight: 500;
    background: #fff;
    color: var(--customColor);
    border-radius: 6px 6px 0 0
}

.perguntas-label {
    display: inline-block;
    color: #3a4463;
    font-size: 15px;
    padding: 10px 15px
}

    .perguntas-label:hover {
        color: var(--customColor);
        cursor: pointer
    }

.chat-label {
    display: inline-block;
    color: #3a4463;
    font-size: 15px;
    padding: 10px 15px
}

    .chat-label:hover {
        color: var(--customColor);
        cursor: pointer
    }

.arquivos-label {
    display: inline-block;
    color: #3a4463;
    font-size: 15px;
    padding: 10px 15px
}

    .arquivos-label:hover {
        color: var(--customColor);
        cursor: pointer
    }

    .arquivos-label.open {
        display: inline-block;
        font-weight: 500;
        background: #fff;
        color: var(--customColor);
        border-radius: 6px 6px 0 0
    }

.chat-palco-wrap {
    height: calc(100vh - 15rem);
    overflow: hidden
}

    .chat-palco-wrap .chat-text {
        width: 100%;
        height: 100%;
        float: none
    }

        .chat-palco-wrap .chat-text .chat-scroll {
            display: block;
            float: left;
            width: 100%;
            height: calc(100% - 65px)
        }

            .chat-palco-wrap .chat-text .chat-scroll.msg-fixed {
                height: calc(100% - 185px)
            }

@media only screen and (max-width:992px) {
    .chat-palco-wrap .chat-text .chat-scroll {
        height: 40vh !important;
        position: relative
    }

        .chat-palco-wrap .chat-text .chat-scroll.msg-fixed {
            height: 35vh !important
        }
}

.chat-palco-wrap .chat-text .chat-scroll .msg-box.moderator-style .chat-palco-line .msg-text .msg-line span, .chat-palco-wrap .chat-text .chat-scroll .msg-box.moderator-style.from-me .chat-palco-line .msg-text .msg-line span {
    color: #fff;
    background-color: var(--customColor)
}

    .chat-palco-wrap .chat-text .chat-scroll .msg-box.moderator-style .chat-palco-line .msg-text .msg-line span a, .chat-palco-wrap .chat-text .chat-scroll .msg-box.moderator-style.from-me .chat-palco-line .msg-text .msg-line span a {
        color: #dadce0;
        text-decoration: underline
    }

        .chat-palco-wrap .chat-text .chat-scroll .msg-box.moderator-style .chat-palco-line .msg-text .msg-line span a:hover, .chat-palco-wrap .chat-text .chat-scroll .msg-box.moderator-style.from-me .chat-palco-line .msg-text .msg-line span a:hover {
            color: #fff
        }

.chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line {
    display: block;
    width: 100%
}

    .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line:first-child {
        margin-bottom: 5px
    }

    .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-box-foto {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        border: 2px solid var(--customColor);
        border-radius: 50%
    }

        .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-box-foto img {
            width: 100%;
            height: 100%;
            border-radius: 50%
        }

    .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-user-name {
        display: inline-block;
        width: calc(100% - 45px);
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text {
        display: inline-block;
        width: 100%
    }

        .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-hora {
            text-align: left
        }

        .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-line {
            width: 100%;
            float: left
        }

            .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-line.moderador-chat {
                width: calc(100% - 50px)
            }

            .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-line img {
                width: 100%;
                height: auto
            }

            .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-line span {
                display: inline-block;
                max-width: 90%;
                float: none;
                font-size: 14px;
                background: #dadce0;
                word-break: break-word;
                color: #3a4463;
                white-space: pre-line
            }

                .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-line span.bloqueada {
                    background: #ff8e8e !important;
                    color: #fff !important
                }

                .chat-palco-wrap .chat-text .chat-scroll .msg-box .chat-palco-line .msg-text .msg-line span a {
                    display: inline-block;
                    max-width: 100%
                }

.chat-palco-wrap .chat-text .chat-scroll .msg-box.from-me {
    float: right
}

    .chat-palco-wrap .chat-text .chat-scroll .msg-box.from-me .chat-palco-line .msg-user-name {
        float: right;
        text-align: right
    }

    .chat-palco-wrap .chat-text .chat-scroll .msg-box.from-me .chat-palco-line .msg-text {
        max-width: calc(100% - 35px);
        margin-left: 35px
    }

        .chat-palco-wrap .chat-text .chat-scroll .msg-box.from-me .chat-palco-line .msg-text .msg-hora {
            text-align: right
        }

        .chat-palco-wrap .chat-text .chat-scroll .msg-box.from-me .chat-palco-line .msg-text .msg-line {
            float: right
        }

            .chat-palco-wrap .chat-text .chat-scroll .msg-box.from-me .chat-palco-line .msg-text .msg-line span {
                float: right;
                color: #3a4463;
                background: #dadce0
            }

.chat-palco-wrap .chat-text .fixed-msg {
    float: left;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 65px;
    padding: 10px;
    background: #efefef;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden
}

    .chat-palco-wrap .chat-text .fixed-msg .title-msg-fixed {
        display: block;
        margin-bottom: 10px
    }

    .chat-palco-wrap .chat-text .fixed-msg .msg-hora {
        display: none
    }

    .chat-palco-wrap .chat-text .fixed-msg .msg-box-foto {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        border: 2px solid var(--customColor);
        border-radius: 50%
    }

        .chat-palco-wrap .chat-text .fixed-msg .msg-box-foto img {
            width: 100%;
            height: 100%;
            border-radius: 50%
        }

    .chat-palco-wrap .chat-text .fixed-msg .msg-user-name {
        margin: 3px 0 3px 5px;
        font-size: .8rem;
        font-weight: 700;
        display: block;
        float: left;
        color: #3a4463;
        text-transform: capitalize
    }

    .chat-palco-wrap .chat-text .fixed-msg .msg-line img {
        width: 75px;
        height: auto
    }

.chat-palco-wrap .chat-text .chat-input {
    position: absolute;
    bottom: 0
}

    .chat-palco-wrap .chat-text .chat-input .actions {
        margin: 8px;
        font-size: 1rem
    }

        .chat-palco-wrap .chat-text .chat-input .actions .act-btn {
            width: calc(3rem - 8px);
            height: calc(3rem - 8px);
            background-color: var(--customColor);
            color: #fff;
            border-radius: 2rem
        }

    .chat-palco-wrap .chat-text .chat-input .emoji-picker {
        position: fixed;
        top: calc(100% - 34rem);
        left: calc(75% - 24rem);
        z-index: 100
    }

    .chat-palco-wrap .chat-text .chat-input .send-message {
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto
    }

.chat-palco-wrap .chat-input {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 15px;
    overflow: hidden
}

    .chat-palco-wrap .chat-input textarea {
        height: 50px;
        font-size: 14px;
        padding: 12px 60px 12px 15px
    }

    .chat-palco-wrap .chat-input #emoji-toggle {
        position: absolute;
        font-size: 1.3rem;
        top: 15px;
        right: calc(12px + 1.6rem);
        opacity: .7;
        transition: opacity .3s
    }

        .chat-palco-wrap .chat-input #emoji-toggle:hover {
            opacity: 1
        }

    .chat-palco-wrap .chat-input .send-message {
        display: block;
        right: 2.2rem;
        bottom: 1.9rem
    }

.files a {
    display: inline-block;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3a4463;
    margin-bottom: 8px;
    transition: all .3s ease-in-out
}

    .files a:hover {
        color: var(--customColor);
        text-decoration: none
    }

.chat-palco-wrap {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 0 6px 6px 6px
}

    .chat-palco-wrap.open .chat-text {
        border: none;
        margin: 0;
        padding: 0
    }

.palco-enquete {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

    .palco-enquete .enquete-wrap h2 {
        font-size: 14px;
        line-height: 29px;
        font-weight: 700;
        color: var(--customColor)
    }

        .palco-enquete .enquete-wrap h2 i {
            float: left;
            font-size: 16px;
            line-height: 32px;
            margin-right: 10px
        }

    .palco-enquete .enquete-wrap h5 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #3a4463;
        margin-bottom: 15px
    }

    .palco-enquete.open {
        width: auto;
        box-shadow: none;
        background: none
    }

        .palco-enquete.open .enquete-wrap {
            left: 0;
            box-shadow: 0 0 15px 0 rgba(0,0,0,.38)
        }

.palco-enquete-bt {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 25px;
    color: var(--customColor);
    background: #fff;
    box-shadow: 6px 0 14px 5px rgba(0,0,0,.16);
    border-radius: 0 6px 6px 0;
    transition: all .3s ease-in-out;
    margin-left: 0
}

    .palco-enquete-bt i {
        line-height: 80px
    }

    .palco-enquete-bt:hover {
        cursor: pointer
    }

    .palco-enquete-bt.open {
        margin-left: -80px;
        box-shadow: none
    }

.enquete-wrap {
    display: inline-block;
    position: relative;
    width: 315px;
    height: auto;
    top: 0;
    left: -315px;
    bottom: 0;
    padding: 30px;
    margin: -80px auto auto;
    background: #fff;
    border-radius: 0 6px 6px 0;
    transition: all .3s ease-in-out
}

.enquente-resp {
    padding: 0;
    list-style-type: none
}

    .enquente-resp [type=radio]:checked {
        position: absolute;
        left: -9999px
    }

        .enquente-resp [type=radio]:checked + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #8f9099;
            font-weight: 100
        }

            .enquente-resp [type=radio]:checked + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff
            }

            .enquente-resp [type=radio]:checked + label:after {
                content: "";
                width: 12px;
                height: 12px;
                background: var(--customColor);
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                transition: all .2s ease;
                opacity: 1;
                transform: scale(1)
            }

    .enquente-resp [type=radio]:not(:checked) {
        position: absolute;
        left: -9999px
    }

        .enquente-resp [type=radio]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #8f9099;
            font-weight: 100
        }

            .enquente-resp [type=radio]:not(:checked) + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff
            }

            .enquente-resp [type=radio]:not(:checked) + label:after {
                content: "";
                width: 12px;
                height: 12px;
                background: var(--customColor);
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                transition: all .2s ease;
                opacity: 0;
                transform: scale(0)
            }

.enquete-controls {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 14px
}

    .enquete-controls i {
        margin-left: 15px
    }

        .enquete-controls i:hover {
            color: var(--customColor);
            cursor: pointer
        }

.chat-mobile-bts {
    display: none
}

.wrapper-cred-scroll {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.back-dash-header {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.header-carousel {
    height: 100%
}

    .header-carousel span {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative
    }

        .header-carousel span img {
            height: auto !important;
            width: 100% !important;
            min-height: 100% !important;
            position: absolute;
            left: 50%;
            margin-left: -50%
        }

.scroller {
    height: 100%;
    padding-right: 46px;
    padding-left: 46px;
    overflow: auto;
    overflow-x: hidden
}

    .scroller::-webkit-scrollbar {
        width: 6px
    }

    .scroller::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .scroller::-webkit-scrollbar-thumb {
        background: #8f9099;
        border-radius: 3px
    }

        .scroller::-webkit-scrollbar-thumb:hover {
            background: #0085cc
        }

.editar-patrocinador .img-display {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 20px);
    min-height: 100px;
    padding: 15px;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px
}

    .editar-patrocinador .img-display:hover {
        border: 1px solid var(--customColor)
    }

    .editar-patrocinador .img-display #logo-img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.editar-patrocinador .check-bts {
    display: block;
    float: left;
    width: 130px
}

    .editar-patrocinador .check-bts .check-box {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding: 18px 0;
        text-align: center;
        color: #fff;
        background: #ccc;
        border-radius: 6px;
        margin-right: 10px;
        text-transform: uppercase;
        line-height: 0
    }

        .editar-patrocinador .check-bts .check-box:hover {
            cursor: pointer
        }

        .editar-patrocinador .check-bts .check-box.ativo {
            background: var(--customColor)
        }

        .editar-patrocinador .check-bts .check-box .check-icon {
            margin-bottom: 10px
        }

            .editar-patrocinador .check-bts .check-box .check-icon i {
                font-size: 40px
            }

        .editar-patrocinador .check-bts .check-box label {
            height: 20px;
            line-height: 20px;
            margin-bottom: 0
        }

.editar-patrocinador .textarea-box {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px
}

    .editar-patrocinador .textarea-box textarea {
        width: 100%;
        resize: none;
        border: none;
        padding-right: 10px
    }

        .editar-patrocinador .textarea-box textarea:hover {
            border: none
        }

        .editar-patrocinador .textarea-box textarea:focus {
            outline: none
        }

        .editar-patrocinador .textarea-box textarea::-webkit-scrollbar {
            width: 5px
        }

        .editar-patrocinador .textarea-box textarea::-webkit-scrollbar-track {
            background: #fff
        }

        .editar-patrocinador .textarea-box textarea::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 2px
        }

            .editar-patrocinador .textarea-box textarea::-webkit-scrollbar-thumb:hover {
                background: var(--customColor)
            }

.editar-patrocinador .media-preview {
    display: block;
    float: right;
    width: calc(100% - 160px)
}

    .editar-patrocinador .media-preview .media-type-image {
        float: right;
        width: 100%;
        height: 311px;
        position: relative;
        background: #fff;
        border: 1px solid #ced4da;
        border-radius: 6px;
        transition: all .3s ease-in-out
    }

        .editar-patrocinador .media-preview .media-type-image:hover {
            border: 1px solid var(--customColor)
        }

        .editar-patrocinador .media-preview .media-type-image img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: auto;
            height: auto;
            max-width: 90%;
            max-height: 90%;
            margin: auto
        }

    .editar-patrocinador .media-preview .preview-video .preview-video-box {
        display: block;
        float: right;
        width: 100%;
        height: 259px;
        margin-bottom: 15px;
        padding: 15px;
        position: relative;
        background: #fff;
        border: 1px solid #ced4da;
        border-radius: 6px;
        transition: all .3s ease-in-out
    }

        .editar-patrocinador .media-preview .preview-video .preview-video-box:hover {
            border: 1px solid var(--customColor)
        }

    .editar-patrocinador .media-preview .preview-video iframe {
        width: 100%;
        height: 100%
    }

.editar-patrocinador .input-part {
    width: auto;
    padding: 15px 20px;
    line-height: 15px
}

.editar-patrocinador .sp-replacer {
    border: none !important
}

.tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease
}

    .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        transition: all .2s ease
    }

.tgl-light:checked + .tgl-btn {
    background: #9fd6ae
}

#leads-captured .small-tab {
    max-width: calc(100% - 260px);
    padding-right: 15px
}

#leads-captured .lead-infos {
    width: 260px;
    padding: 0 15px
}

    #leads-captured .lead-infos small {
        display: inline-block;
        font-size: 14px;
        color: #3a4463;
        margin-top: 15px
    }

    #leads-captured .lead-infos button {
        margin-top: 9px;
        font-size: 12px;
        background: var(--customColor);
        border: 1px solid var(--customColor);
        color: #fff;
        float: right
    }

        #leads-captured .lead-infos button:hover {
            color: var(--customColor);
            background: none
        }

.prevent-click {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0
}

.iframe-active {
    padding-right: 410px !important
}

#fc_frame {
    right: auto !important;
    left: 10px !important;
    z-index: 998 !important
}

.prevent-click-top {
    position: absolute;
    width: 100%;
    height: calc(50% - 25px);
    left: 0;
    top: 0;
    z-index: 12
}

.prevent-click-right {
    position: absolute;
    height: 100%;
    width: calc(50% - 30px);
    right: 0;
    top: 0;
    z-index: 12
}

.prevent-click-bottom {
    position: absolute;
    width: 100%;
    height: calc(50% - 25px);
    left: 0;
    bottom: 0;
    z-index: 12
}

.prevent-click-left {
    position: absolute;
    height: 100%;
    width: calc(50% - 30px);
    left: 0;
    top: 0;
    z-index: 12
}

.iframe-follow .prevent-click-top {
    position: absolute;
    width: 100%;
    height: calc(50% - 57px);
    left: 0;
    top: 32px;
    z-index: 12
}

.iframe-follow .prevent-click-right {
    position: absolute;
    height: calc(100% - 32px);
    width: calc(50% - 30px);
    right: 0;
    top: 32px;
    z-index: 12
}

.moderate-comments {
    display: block;
    float: right;
    position: relative;
    right: 0;
    font-size: 17px;
    margin: .5rem 0
}

    .moderate-comments .moderate-icon {
        width: 21px;
        text-align: center;
        margin-left: 3px
    }

        .moderate-comments .moderate-icon i {
            color: #aaa;
            font-size: 14px
        }

            .moderate-comments .moderate-icon i.fa-eye-slash, .moderate-comments .moderate-icon i.fa-user-slash {
                color: red
            }

.chat-video .chat-wrap {
    z-index: 100
}

.list-files {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

#perguntas-palco .msg-user-name {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-left: 3px;
    margin-bottom: 2px
}

#perguntas-palco .msg-line {
    width: 100%
}

    #perguntas-palco .msg-line span {
        float: left
    }

#perguntas-palco .msg-hora {
    float: left;
    text-align: left;
    padding: 0
}

.mod-header {
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (max-width:992px) {
    .mod-palco .h-100 {
        height: auto !important
    }
}

.mod-palco.video-principal {
    height: calc(100vh - 225px);
    overflow: auto
}

@media only screen and (max-width:992px) {
    .mod-palco.video-principal::-webkit-scrollbar {
        width: 5px
    }

    .mod-palco.video-principal::-webkit-scrollbar-track {
        background: #fff
    }

    .mod-palco.video-principal::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2px
    }

        .mod-palco.video-principal::-webkit-scrollbar-thumb:hover {
            background: #caaee4
        }

    .mod-palco.video-principal .chat-palco {
        max-height: none !important
    }
}

@media only screen and (max-width:768px) {
    .mod-palco.video-principal {
        height: calc(100vh - 385px)
    }
}

.mod-palco .titulo-mod {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3a4463;
    font-size: 28px;
    font-weight: 700;
    background: none;
    text-transform: capitalize;
    margin-bottom: 0
}

.mod-palco .small-mod {
    display: inline-block;
    width: 100%;
    height: 60px;
    color: #3a4463;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .mod-palco .small-mod {
        height: auto;
        margin-bottom: 30px
    }
}

.mod-palco .small-mod:before {
    content: "";
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background-color: var(--customColor);
    border-radius: 3px;
    margin: 9px 5px 0 0
}

.mod-palco .edit-cred a {
    color: rgba(58,68,99,.47);
    transition: all .3s ease-in-out
}

    .mod-palco .edit-cred a:hover {
        color: var(--customColor)
    }

    .mod-palco .edit-cred a i {
        display: inline-block;
        line-height: 40px;
        margin: 0 !important
    }

@media only screen and (max-width:992px) {
    .mod-palco .mod-palco-left {
        margin-bottom: 50px
    }
}

.mod-palco .mod-palco-left .wrapper {
    background: #fff;
    padding: 15px;
    height: 100%;
    border-radius: 6px
}

.mod-palco .mod-palco-left .lista-palco {
    height: calc(100% - 98px)
}

    .mod-palco .mod-palco-left .lista-palco a.stage-full {
        width: 100%;
        padding: 15px;
        margin: 0 0 10px;
        border-radius: 6px;
        background: none;
        transition: all .3s ease-in-out
    }

        .mod-palco .mod-palco-left .lista-palco a.stage-full:hover {
            background: #f0f0f0;
            text-decoration: none
        }

        .mod-palco .mod-palco-left .lista-palco a.stage-full .title-stage {
            color: #3a4463;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 0
        }

        .mod-palco .mod-palco-left .lista-palco a.stage-full .desc-stage {
            color: #3a4463;
            font-weight: 100;
            font-size: 16px;
            overflow-y: auto;
            text-align: justify;
            padding-right: 10px
        }

        .mod-palco .mod-palco-left .lista-palco a.stage-full.active, .mod-palco .mod-palco-left .lista-palco a.stage-full.active:hover {
            background: #eee
        }

            .mod-palco .mod-palco-left .lista-palco a.stage-full.active .title-stage {
                color: var(--customColor)
            }

            .mod-palco .mod-palco-left .lista-palco a.stage-full.active .desc-stage {
                max-height: 130px
            }

@media only screen and (max-width:992px) {
    .mod-palco .mod-palco-center {
        margin-bottom: 60px
    }

        .mod-palco .mod-palco-center .chat-palco {
            margin-top: 0;
            margin-bottom: 0
        }
}

.mod-palco .mod-palco-center .chat-box {
    height: calc(100% - 100px)
}

.mod-palco .mod-palco-center .chat-palco-wrap {
    height: calc(100% - 40px)
}

@media only screen and (max-width:992px) {
    .mod-palco .mod-palco-center .chat-palco-wrap {
        height: auto !important;
        margin-bottom: 0
    }

        .mod-palco .mod-palco-center .chat-palco-wrap .chat-text {
            height: auto !important
        }

            .mod-palco .mod-palco-center .chat-palco-wrap .chat-text .actions {
                margin: 0 10px 0 0
            }

                .mod-palco .mod-palco-center .chat-palco-wrap .chat-text .actions .act-btn {
                    height: 50px;
                    width: 50px
                }

            .mod-palco .mod-palco-center .chat-palco-wrap .chat-text textarea {
                padding-right: 80px
            }

            .mod-palco .mod-palco-center .chat-palco-wrap .chat-text #emoji-toggle {
                right: calc(12px + 2.2rem)
            }

            .mod-palco .mod-palco-center .chat-palco-wrap .chat-text .send-message {
                bottom: 3px !important
            }
}

.mod-palco .mod-palco-center .chat-palco-wrap#arquivos-palco .btn-outline-custom-color:disabled {
    color: #ccc;
    background-color: transparent;
    border-color: #ccc
}

.mod-palco .mod-palco-center .chat-palco-wrap .chat-scroll.msg-fixed {
    height: calc(100% - 195px)
}

.mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg {
    height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    bottom: 60px;
    background: #efefef;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 10px
}

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg::-webkit-scrollbar {
        width: 5px
    }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg::-webkit-scrollbar-track {
        background: #fff
    }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2px
    }

        .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg::-webkit-scrollbar-thumb:hover {
            background: #caaee4
        }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg .title-msg-fixed {
        display: block;
        margin-bottom: 10px
    }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg .msg-user-name {
        margin: 3px 0 3px 5px;
        font-size: .8rem;
        font-weight: 700;
        display: block;
        float: left;
        color: #3a4463;
        text-transform: capitalize
    }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg .msg-box-foto img {
        display: block;
        width: 20px;
        height: auto;
        border-radius: 50px
    }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg .msg-line {
        color: #3a4463;
        margin-top: 5px
    }

    .mod-palco .mod-palco-center .chat-palco-wrap .fixed-msg .msg-hora {
        display: none
    }

.mod-palco .mod-palco-right .apr-row {
    height: calc(100% - 98px)
}

    .mod-palco .mod-palco-right .apr-row .apr-iframe {
        height: 200px
    }

        .mod-palco .mod-palco-right .apr-row .apr-iframe iframe {
            width: 100%;
            height: 100%
        }

@media only screen and (max-width:992px) {
    .mod-palco .mod-palco-right .apr-row .apr-iframe {
        height: 0;
        padding-bottom: 57%;
        margin-bottom: 20px
    }

        .mod-palco .mod-palco-right .apr-row .apr-iframe iframe {
            width: calc(100% - 30px) !important;
            margin-left: 15px !important
        }
}

.mod-palco .mod-palco-right .apr-row .apr-prog {
    height: calc(100% - 200px)
}

    .mod-palco .mod-palco-right .apr-row .apr-prog .titulo-mod {
        margin-bottom: 15px
    }

    .mod-palco .mod-palco-right .apr-row .apr-prog .progs {
        height: calc(100% - 53px);
        overflow-y: auto
    }

@media only screen and (max-width:992px) {
    .mod-palco .mod-palco-right .apr-row .apr-prog .progs {
        height: auto
    }
}

.mod-palco .mod-palco-right .apr-row .apr-prog .progs::-webkit-scrollbar {
    width: 5px
}

.mod-palco .mod-palco-right .apr-row .apr-prog .progs::-webkit-scrollbar-track {
    background: #fff
}

.mod-palco .mod-palco-right .apr-row .apr-prog .progs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px
}

    .mod-palco .mod-palco-right .apr-row .apr-prog .progs::-webkit-scrollbar-thumb:hover {
        background: #caaee4
    }

.mod-palco .mod-palco-right .apr-row .apr-prog .progs .prog-item {
    padding: 11px 0
}

.mod-palco .mod-palco-right .apr-row .apr-prog .progs .prog-data {
    margin-bottom: 20px
}

    .mod-palco .mod-palco-right .apr-row .apr-prog .progs .prog-data h3 {
        font-size: 22px
    }

@media only screen and (max-width:1600px) {
    .outros-palcos h4 {
        width: 100%;
        margin-bottom: 10px
    }

    .outros-palcos .evento-status {
        float: left
    }

    .palco-principal .palco-box p.evento-desc {
        text-align: justify
    }

    .prog-wrapper {
        height: 592px
    }

    .prog-item {
        padding: 21px 0
    }

    .evento-info .evento-status {
        margin-left: -6px;
        width: 210px;
        padding: 0 10px
    }

    .dash-hr small {
        font-size: 15px
    }

    .palco-header {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width:993px) {
    .evento-hora {
        width: auto;
        position: absolute;
        right: 15px;
        top: 25px;
        height: auto
    }

        .evento-hora span {
            width: 45px;
            top: 0;
            right: 0;
            line-height: 12px;
            font-size: 12px;
            border: 2px solid #8f9099;
            margin: 0
        }

    .evento-detalhes {
        width: 100%
    }

    .cat-evento {
        width: calc(100% - 55px)
    }

    .chat-palco .msg-box span {
        font-size: 12px
    }
}

@media only screen and (max-width:993px) {
    .stand-logo {
        width: 100%
    }

    .img-display {
        height: 200px;
        margin-bottom: 40px
    }

    #video-container div video {
        width: 100%;
        height: calc(100vmax - 228px)
    }

    #video-container div#my-video video {
        width: 20vmin;
        height: 20vmin;
        bottom: 3rem;
        right: 3rem
    }

    .login-img {
        display: none
    }

    .user-card {
        max-width: 100%;
        width: unset;
        margin-top: 30px;
    }

        .user-card .patrocinio-bt {
            width: 32%;
        }

    .palcos {
        margin-bottom: 50px;
        top: 65px;
    }

    .prog-wrapper {
        display: block;
        width: 100%;
        height: 330px;
        padding: 10px;
        border: 1px solid #dadce0;
        border-radius: 6px
    }

    .stand-plus .stand-desc {
        height: 80px;
        font-size: 14px;
        line-height: 20px
    }

    .stand-plus a.input-part {
        font-size: 14px
    }

        .stand-plus a.input-part #entrar-icon {
            width: 20px;
            height: 20px;
            margin-top: 2px
        }

    .prog-item {
        padding: 26px 0
    }

    .dash-hr small {
        font-size: 18px
    }

    .chat-mobile img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 60%;
        max-height: 60%;
        width: auto;
        height: auto
    }

    .chat-wrap {
        position: fixed;
        left: -100%;
        top: 0;
        width: 280px;
        max-width: calc(100% - 50px);
        height: 100vh;
        transition: all .4s ease-in-out;
        box-shadow: none
    }

    .chat-minimizar {
        display: none
    }

    .chat.open .chat-wrap {
        left: 0
    }

    .chat.open .chat-text {
        height: calc(100vh - 130px)
    }

    .chat.open .chat-input {
        height: auto
    }

    .msg-box span {
        font-size: 16px;
        overflow: hidden
    }

        .msg-box span a {
            display: block;
            max-width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

    .chat-palco {
        height: 400px;
        max-height: 400px;
        margin-top: 30px;
        margin-bottom: 50px
    }

        .chat-palco .open .chat-text {
            height: 100%
        }

    .chat-input textarea {
        font-size: 16px;
        height: 50px;
        padding: 13px 15px;
        line-height: 20px
    }

    .chat-img {
        padding-right: 60px
    }

    .chat.open .chat-control i {
        font-size: 20px;
        margin-left: 15px;
        line-height: 40px
    }

    .chat-row {
        display: block;
        width: 50px;
        right: 10px;
        bottom: 10px
    }

    .chat {
        margin-left: 0;
        margin-top: 15px
    }

    .chat-mobile-bts {
        display: none !important;
        position: fixed;
        right: 10px;
        bottom: 10px
    }

    .chat-mobile-open-li {
        position: relative;
        width: 50px;
        height: 50px;
        background: rgba(26,115,232,.38);
        border-radius: 100%
    }

        .chat-mobile-open-li img {
            position: absolute;
            max-width: 60%;
            max-height: 60%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto
        }

        .chat-mobile-open-li.ativo {
            background: #1a73e8
        }

    .chat-mobile-lista {
        height: auto;
        max-height: calc(100vh - 85px);
        margin-bottom: 15px;
        overflow-y: auto
    }

    .chat-mobile-item {
        position: relative;
        width: 0;
        height: 0;
        line-height: 36px;
        text-align: center;
        font-weight: 700;
        background: rgba(242,19,79,.38);
        color: #fff;
        margin: 10px auto 0;
        border-radius: 100%;
        overflow: hidden;
        transition: all .3s ease-in-out
    }

        .chat-mobile-item span {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            font-size: 0;
            transition: all ease-in-out
        }

    .ativo .chat-mobile-item {
        padding: 18px
    }

        .ativo .chat-mobile-item span {
            font-size: 18px
        }

    .chat-mobile-item.ativo {
        background: var(--customColor)
    }

    .dash-header .owl-dots {
        width: auto;
        right: 0
    }

    .user-bar-wrap .user-menu-chat .user-bts {
        position: fixed;
        max-width: 50vw;
        height: 100vh;
        z-index: 998;
        top: 0;
        left: 0;
        margin: 0;
        padding: 60px 0 15px;
        border-radius: 0;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.38)
    }

        .user-bar-wrap .user-menu-chat .user-bts .box-seta-up {
            display: none
        }

        .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper {
            margin: 0 !important
        }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call {
                border-radius: 0;
                margin: 0
            }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat {
                border-radius: 0;
                margin: 0 !important
            }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-call {
                height: 100%;
                left: 100%;
                margin: 0 !important;
                border-radius: 0;
                border-left: 1px solid var(--customColor)
            }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-call .box-seta {
                    display: none
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-call .box-fechar {
                    margin-top: -15px
                }

                .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .box-call .users-list-box {
                    max-height: calc(100% - 60px)
                }

        .user-bar-wrap .user-menu-chat .user-bts .close-mobile {
            display: block !important;
            position: absolute;
            left: 10px;
            top: 10px;
            font-size: 25px;
            color: #ccc
        }

            .user-bar-wrap .user-menu-chat .user-bts .close-mobile:hover {
                color: var(--customColor);
                opacity: .7;
                cursor: pointer
            }

    .video-frame {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }

        .video-frame iframe {
            position: absolute;
            left: 0;
            top: 0
        }

    .chat-input .send-message {
        display: block;
        right: 10px;
        bottom: 13px
    }

    .chat-palco .chat-text {
        height: 100%
    }

        .chat-palco .chat-text .chat-input {
            position: relative
        }

            .chat-palco .chat-text .chat-input textarea {
                padding-right: 40px
            }

            .chat-palco .chat-text .chat-input .send-message {
                display: block;
                right: 10px;
                bottom: 13px
            }

    .chat-palco.open .chat-text {
        height: auto
    }

        .chat-palco.open .chat-text .chat-input {
            position: relative
        }

    .chat-palco .chat-palco-wrap {
        height: auto;
        margin-bottom: 30px
    }

        .chat-palco .chat-palco-wrap .fixed-msg {
            position: relative;
            bottom: unset !important;
            margin-top: 20px
        }

        .chat-palco .chat-palco-wrap .chat-text {
            height: auto !important
        }

            .chat-palco .chat-palco-wrap .chat-text .chat-input {
                position: relative
            }

                .chat-palco .chat-palco-wrap .chat-text .chat-input .send-message {
                    bottom: 3px !important
                }

                .chat-palco .chat-palco-wrap .chat-text .chat-input #emoji-toggle {
                    bottom: 14px !important;
                    top: unset;
                    right: 45px
                }

                .chat-palco .chat-palco-wrap .chat-text .chat-input textarea {
                    padding-right: 70px !important
                }
}

@media only screen and (max-width:767px) {
    .stand-video {
        margin-bottom: 30px
    }

    #video-container div video {
        height: calc(100vmax - 58px)
    }

    section.dash-header {
        padding-bottom: 70px !important
    }

    .dash-header .owl-dots {
        width: 100%
    }

    .login-form-box {
        height: auto
    }

        .login-form-box .wrapper {
            position: relative;
            height: auto
        }

    .redes-wrapper {
        width: 245px;
        height: 60px;
        position: relative;
        margin: 0 auto
    }

    .redes-bt {
        float: left;
        margin: 0 20px
    }

    .box-acessar {
        height: 100vh;
        min-height: 620px
    }

        .box-acessar .wrapper {
            position: absolute;
            width: calc(100% - 100px);
            max-width: 500px;
            height: 520px
        }

        .box-acessar .evento-inscreva h4 {
            font-size: 23px
        }

    .box-transicao {
        height: 100vh
    }

        .box-transicao .wrapper {
            position: absolute;
            height: 250px;
            text-shadow: 1px 1px #000
        }

    .box-login-acessar .wrapper {
        margin: 30px auto
    }

    .box-login-acessar h4 {
        font-size: 26px
    }

    .patrocinio-bt {
        display: block;
        width: 160px;
        float: none;
        margin: 0 auto
    }

    .dash-hr small {
        height: auto;
        line-height: 20px
    }

        .dash-hr small:before {
            position: absolute;
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: var(--customColor);
            border-radius: 5px;
            left: 0;
            top: 3px
        }

    .palco-principal, .stand-box {
        margin-bottom: 30px
    }

        .palco-principal .palco-box p.evento-desc {
            height: auto
        }

    .user-chat {
        margin-right: 0
    }

    .user-bts {
        display: block;
        float: left;
        width: 220px;
        padding: 30px 0
    }

    .evento-logo {
        width: calc(100% - 240px);
        margin: 25px 10px
    }

    .user-card {
        width: 100%
    }

    .palco-patrocinadores {
        height: auto
    }

        .palco-patrocinadores h3 {
            width: 100%;
            text-align: center;
            border-radius: 6px 6px 0 0;
            margin-bottom: 5px
        }

    .palco-patrocinadores-wrap {
        margin: 0;
        width: 100%;
        border-radius: 0 0 6px 6px
    }

    .close-mobile {
        left: 30px !important;
        top: 20px !important
    }

    .user-bar-wrap .user-menu-chat .user-bts {
        width: 80px
    }

        .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call {
            text-align: center;
            border-radius: 0;
            margin: 0
        }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call i {
                display: inline-block;
                float: none;
                margin: 0;
                font-size: 38px
            }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-call span {
                display: none
            }

        .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat {
            text-align: center;
            border-radius: 0;
            margin: 0
        }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat i {
                display: inline-block;
                float: none;
                margin: 0;
                font-size: 38px
            }

            .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper .bt-open-chat span {
                display: none
            }

    .evento-logo {
        width: 100%;
        height: 110px;
        padding: 20px 0;
        margin: 25px 0;
        background: #fff;
        border-radius: 6px
    }

        .evento-logo img {
            max-width: 95%;
            max-height: 95%;
            top: -25px;
        }

    #leads-captured .small-tab {
        max-width: calc(100% - 10px);
        padding-right: 15px;
        margin-bottom: 10px;
        margin-left: 15px;
        line-height: normal;
        height: auto
    }

    #leads-captured .lead-infos {
        width: 100%;
        margin-bottom: 40px
    }

    .wrapper-stand .stand-promo {
        width: 100%
    }

    .palco-box .box-img-palco img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:575px) {
    .box-login-acessar .wrapper {
        padding: 20px
    }

    .box-login-acessar p {
        font-size: 16px
    }

    .dash-feira, .dash-palco, section.dash-header {
        padding: 30px 0
    }

    .palco-bar .evento-logo {
        padding: 0;
        width: calc(100% - 110px);
        margin-left: 15px
    }

        .palco-bar .evento-logo:before {
            width: 30px;
            top: 13px;
            left: -30px
        }

    .palco-header, .video-principal {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:480px) {
    .user-bts {
        width: 100%
    }

    .prog-hora {
        position: absolute;
        width: auto;
        margin: 0;
        top: 26px;
        right: 0;
        height: auto
    }

        .prog-hora span {
            font-size: 12px;
            line-height: 12px;
            width: 45px;
            padding: 3.5px 0;
            margin: 0;
            border: 2px solid #8f9099
        }

    .evento-hora {
        position: absolute;
        width: auto;
        margin: 0;
        height: auto;
        top: 24px;
        right: 15px
    }

        .evento-hora span {
            font-size: 12px;
            line-height: 12px;
            width: 45px;
            padding: 3.5px 0;
            margin: 0;
            border: 2px solid #8f9099
        }

    .cat-evento {
        max-width: calc(100% - 55px)
    }

        .cat-evento span {
            font-size: 12px;
            line-height: 12px;
            padding: 6px 10px
        }

    .prog-info {
        width: 100%
    }

    .dash-hr h2 {
        color: #3a4463;
        font-weight: 700;
        font-size: 18px;
        margin: 0;
        text-align: center;
    }

    .dash-hr small {
        font-size: 18px
    }

    .evento-detalhes {
        width: 100%
    }

    .user-card {
        margin-top: 0
    }

    .evento-status img {
        height: 24px;
        margin: 3px 10px 3px 0
    }

    .evento-status span {
        line-height: 30px;
        font-size: 15px;
        color: #1a73e8
    }

    .evento-info .evento-status {
        width: 205px;
        margin-left: -6px
    }

    .open .box-call {
        left: 0
    }

    .users-list-box {
        height: calc(100% - 150px)
    }

    .user-li {
        margin-bottom: 17px
    }

    .user-bar-wrap .user-menu-chat .user-bts .user-box-wrapper.open .box-call {
        display: block;
        position: fixed;
        left: 0;
        width: 100%;
        border: none
    }
}
