@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700,900&display=swap");


::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
}

/* Estilizando o "pulso" (o corpo principal da barra de rolagem) */
::-webkit-scrollbar-thumb {
    background-color: #c8c8c8; /* Cor da barra de rolagem */
    border-radius: 5px; /* Borda arredondada */
}

    /* Alterando a cor quando o usuário passa o mouse sobre a barra de rolagem */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #878787; /* Cor alterada quando hover */
    }


.nav-link {
    color: #f74780;
}

    .nav-link:hover {
        color: #bc315e;
    }


body, html {
    font-family: Red hat Display, sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0.025em;
    color: #333;
    /*    background: #F7F7F7;*/
}

.center {
    position: absolute;
    top: 50%;
    left: calc(50% + 12rem);
    transform: translate(-50%, -50%);
}

.pic {
    width: 4rem;
    height: 4rem;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
/*
.contact {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

.checkTermos label {
    display: contents !important;
}

.pic {
    position: absolute;
    left: 8px;
}

/*.user {
    position: absolute;
    right: 8px;
    text-align: center;
    overflow: hidden;
    padding: 0px 5px;
}*/

.icon_perfil {
    height: 2.6rem;
    border-radius: 50%;
}

.perfil_name {
    color: #a1a1a1;
    font-size: 0.6rem;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    /*line-height: 0.8rem;
    margin-top: -4px;*/
}

.container_sib_texto .texto {
    text-transform: uppercase;
}

    .container_sib_texto .texto.name {
        font-size: 0.9em;
        font-weight: 500;
    }

    .container_sib_texto .texto.seen {
        font-size: 0.8em;
    }

.container_sib {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .container_sib .bar {
        margin: 10px;
    }

    .container_sib .contact.bar {
        display: grid;
        grid-template-columns: 55px auto;
        align-items: center;
        gap: 10px;
    }

        .container_sib .contact.bar img {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 100%;
            padding: 2px;
        }

.contact .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    max-width: 40vw;
}

.contact .message, .contact .seen {
    font-size: 0.8rem;
    font-weight: 600;
    color: #65c913;
}

.contact .badge {
    box-sizing: border-box;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 0.125rem;
    border-radius: 1rem;
    top: 0;
    left: 2.5rem;
    background: #333;
    color: white;
}

.contacts {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-6rem, -50%);
    width: 24rem;
    height: 32rem;
    padding: 1rem 2rem 1rem 1rem;
    box-sizing: border-box;
    border-radius: 1rem 0 0 1rem;
    cursor: pointer;
    background: white;
    box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 2rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
    transition: transform 500ms;
}

    .contacts h2 {
        margin: 0.5rem 0 1.5rem 5rem;
    }

    .contacts .fa-bars {
        position: absolute;
        left: 2.25rem;
        color: #999;
        transition: color 200ms;
    }

        .contacts .fa-bars:hover {
            color: #666;
        }

    .contacts .contact:last-child {
        margin: 0;
    }

    .contacts:hover {
        transform: translate(-23rem, -50%);
    }


@media only screen and (max-width: 768px) {
    .chat {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 2;
        background: white;
    }
}


@media only screen and (min-width: 768px) {
    .chat {
        position: relative;
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
        width: 96vw;
        height: 96vh;
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 2vh;
        z-index: 2;
        box-sizing: border-box;
        border-radius: 1rem;
        background: white;
        box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
    }
}


/*.chat .contact.bar {
    flex-basis: 3.5rem;
    flex-shrink: 0;
    margin: 1rem;
    box-sizing: border-box;
}*/



.chat .messages {
    width: 100%;
    padding: 1rem;
    background: #F7F7F7;
    /*height: 75vh;*/
    height: -webkit-fill-available;
    flex-shrink: 2;
    overflow-y: auto;
}

@media only screen and (max-width: 768px) {
    .chat .messages {
        height: auto;
        min-height: 91vh;
        padding: 0.5rem;
        padding-top: 12vh;
        padding-bottom: 50px;
    }

    /*.chat .contact.bar {
        flex-basis: 3.5rem;
        flex-shrink: 0;
        padding: 8px 17px 10px 80px;
        box-sizing: border-box;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        margin: 0px;
    }*/
}

.containerConteudos {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow-y: scroll;
    max-height: 350px;
    padding: 1px 30px;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .containerConteudos {
       margin-bottom:80px;
    }
}


.chat .messages .time {
    font-size: 0.7rem;
    background: #EEE;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    color: #999;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.chat .messages .message {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    margin: 1rem;
    background: #FFF;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    min-height: 2.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}

    .chat .messages .message.cliente {
        margin: 1rem 1rem 1rem auto;
        border-radius: 1.125rem 1.125rem 0 1.125rem;
        background: #333;
        color: white;
    }

    .chat .messages .message .typing {
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0rem;
        box-sizing: border-box;
        background: #ccc;
        border-radius: 50%;
    }

        .chat .messages .message .typing.typing-1 {
            -webkit-animation: typing 3s infinite;
            animation: typing 3s infinite;
        }

        .chat .messages .message .typing.typing-2 {
            -webkit-animation: typing 3s 250ms infinite;
            animation: typing 3s 250ms infinite;
        }

        .chat .messages .message .typing.typing-3 {
            -webkit-animation: typing 3s 500ms infinite;
            animation: typing 3s 500ms infinite;
        }

.chat .input {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1rem 0 1rem;
    width: 100%;
    box-shadow: 0px -9px 16px -3px rgba(0,0,0,0.1);
}

    .chat .input i {
        font-size: 1.5rem;
        color: #666;
        cursor: pointer;
        transition: color 200ms;
    }

        .chat .input i:hover {
            color: #333;
        }

    .chat .input input {
        border: none;
        background-image: none;
        background-color: white;
        padding: 0.5rem 1rem;
        margin-right: 0.5rem;
        border-radius: 1.125rem;
        flex-grow: 2;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
        font-family: Red hat Display, sans-serif;
        font-weight: 400;
        letter-spacing: 0.025em;
    }

        .chat .input input:placeholder {
            color: #999;
        }

.container_aprendizado {
    height: 5px;
}

.container_aprendizado_bar {
    height: 5px;
    background-color: #cccccc;
}

@media only screen and (max-width: 768px) {
    .container_aprendizado_bar {
        z-index: 1000000000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}


.pnlAutenticacao {
    -webkit-box-shadow: 0px -11px 23px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -11px 23px -19px rgba(0,0,0,0.75);
    box-shadow: 0px -11px 23px -19px rgba(0,0,0,0.75);
}

.pnlOpcoes {
    padding: 5px 20px 5px 60px;
    -webkit-box-shadow: 0px -11px 23px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -11px 23px -19px rgba(0,0,0,0.75);
    box-shadow: 0px -11px 23px -19px rgba(0,0,0,0.75);
}

@media only screen and (max-width: 768px) {
    .pnlOpcoes {
        padding: 20px;
        margin-bottom: 70px;
    }

    .pnlAutenticacao {
        margin-bottom: 70px;
    }
}

.status_escrita {
    font-size: 12px;
    color: #b2b2b2;
    font-weight: 400;
}

.opcao_item {
    padding: 5px 10px;
    border-radius: 12px;
    margin-top: 4px;
    font-size: 14px;
}

    .opcao_item:hover {
        background-color: whitesmoke;
        cursor: pointer;
    }

    .opcao_item.itemAtivo {
        background-color: whitesmoke;
        cursor: pointer;
        font-weight: 700;
    }


.rotating-div-inner.itemAtivo > .opcao_item {
    border: 4px solid #7ab870 !important;
    box-shadow: 6px 10px 15px -3px rgba(0,0,0,0.5) !important;
}

@media only screen and (min-width: 768px) {
    .opcao_item_modelo {
        min-height: 237px;
    }

}



.opcao_title {
    font-weight: 900;
    padding: 5px;
    padding-top: 10px;
}



@-webkit-keyframes typing {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }

    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

@keyframes typing {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }

    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

.pic.sib {
    background-image: url('../imagens/sib-perfil.jpg');
    border-radius: 50%;
}



.item_paleta_cores {
    height: 80px;
    cursor: pointer;
    padding: 3px;
    margin-bottom: 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 9px -3px #000000;
    box-shadow: 0px 5px 9px -3px #000000;
    transition: .1s ease all;
}

    .item_paleta_cores.selecionada, .item_paleta_cores:hover {
        background: #f22b56;
        border: 1px solid #f22b56;
    }

    .item_paleta_cores .container_selecao {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: #0005;
        height: auto;
        padding: 1rem 2rem;
        border-radius: 10px;
        color: white;
        white-space: nowrap;
    }

    .item_paleta_cores.selecionada .container_selecao {
        display: block;
    }

    .item_paleta_cores:hover .container_selecao {
        display: none;
    }

    .item_paleta_cores div {
        height: 100%;
        flex-basis: 0px;
        flex-grow: 1;
        transition: .1s ease all;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .item_paleta_cores div .text {
            display: none;
            background-color: rgba(0,0,0,.1);
            padding: 2px 10px;
            border-radius: 5px;
            color: white;
        }

        .item_paleta_cores div:hover {
            flex-basis: 80px;
        }

            .item_paleta_cores div:hover .text {
                display: block;
            }

        .item_paleta_cores div:first-child {
            border-radius: 10px 0 0 10px;
        }

        .item_paleta_cores div:last-child {
            border-radius: 0 10px 10px 0;
        }

.titulo_autentic {
    padding-bottom: 10px;
    font-size: 1.2rem;
    color: #6c757d;
}

.container_alg_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .container_alg_center {
        height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .pnlOpcoes {
        padding: 20px;
        max-height: 40vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .updateMsg {
        position: fixed;
        bottom: 0px;
        background-color: #fff;
        height: 9vh;
    }
}



.vertical-line {
    background-color: #dce2e6;
    width: 1px;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.or {
    background-color: #dce2e6;
    padding: 10px;
    padding-top: 12px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 24px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 53px;
}

.subtitulo_autentic {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    color: #999;
}

@media only screen and (max-width: 768px) {

    body {
        background: #F7F7F7;
    }

    .vertical-line {
        display: none;
    }

    .or {
        margin-top: 10px;
    }
}

.item_meus_sites {
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .item_meus_sites {
        padding: 5px 10px;
        text-align: center;
    }
}

.titulo_item_meus_sites {
    font-weight: bold;
    font-size: 11px;
}


    @media only screen and (max-width: 768px) {

        .rotating-div {
            perspective: 1000px;
            height: 200px;
            margin-bottom: 10px;
        }

        /* .rotating-div-inner {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: transform 0.5s ease;
    }

    .rotating-div:hover .rotating-div-inner {
        transform: rotateY(180deg);
    }

    .rotating-face {
        width: 100%;
        height: 200px;
        position: absolute;
        backface-visibility: hidden;
    }

    .rotating-face-back {
        transform: rotateY(180deg);
    }


    .scrolling-div {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        position: relative;
    }*/
    }

