﻿:root {
    --oauth-w: 215px;
    --oauth-h: 40px;
}

.oauth-slot {
    width: var(--oauth-w);
    height: var(--oauth-h);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oauth-btn {
    width: var(--oauth-w);
    height: var(--oauth-h);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .62rem;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #3c4043;
    letter-spacing: .25px;
}

    .oauth-btn:hover {
        background: #f6f6f6;
    }

    .oauth-btn img {
        width: 20px;
        height: 20px;
    }

#buttonDivFB {
    background: #fff;
    border: 1px solid #e3e3e3;
}

    #buttonDivFB:hover {
        background: #f6f6f6;
    }

#buttonDivFB, #buttonDivIn {
    background: #fff;
    border: 1px solid #e3e3e3;
}

    #buttonDivFB:hover, #buttonDivIn:hover {
        background: #f6f6f6;
    }

    #buttonDivIn img {
        width: 20px;
        height: 20px;
    }

    #buttonDivIn span {
        color: #0A66C2;
        font-weight: 600;
    }

#modalDicas .modal-content {
    height: 90%;
}

#modalDicas .modal-header {
    background: #FBF3FB;
}

    #modalDicas .modal-header .modal-header-icon {
        background: white;
        box-shadow: 0 1px 3px 0 #0000001a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

#modalDicas .modal-body {
    height: 90%;
    overflow-y: auto;
}

#modalDicas .modal-body-card {
    background: #F9FAFB;
    gap: 15px;
    padding: 1rem;
    border-radius: 15px;
}

    #modalDicas .modal-body-card .modal-body-card-icon {
        padding: 0.9rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: max-content;
    }

#modalDicas .modal-header .btn-close {
    top: 1rem;
    right: 1rem;
    box-shadow: none;
}

#mdlLoginCodigoAcesso {
    backdrop-filter: blur(7px);
}

    #mdlLoginCodigoAcesso .modal-content {
        border-radius: 20px;
    }

    #mdlLoginCodigoAcesso .boxLogin .boxLogin-title {
        background: transparent;
        color: #2D2D2D;
        font-size: 22px;
        padding: 30px 0 0;
    }

    #mdlLoginCodigoAcesso .boxLogin .login__boxText {
        color: #5F6977;
        font-size: 14px;
    }

    #mdlLoginCodigoAcesso .boxLogin .box-cadastro {
        padding: 5px 35px 15px;
    }

    #mdlLoginCodigoAcesso .boxLogin .loginPage__tabLogin {
        border: 1px solid #D2D6DD;
    }

    #modalDicas .btnEntendi{
        height: 52px;
    }
