﻿body {
    overflow: hidden
}

.error-list {
    display: none !important;
}

#group-button-login {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}

#login-externo-holder, #login-ad-holder {
    display: grid;
    justify-content: center;
}

.dropdown-toggle {
    border-radius: 0px 4px !important;
    background: #ededed !important;
    color: black !important;
}

.btn-login {
    background: #030f1c;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0.5em 2em;
    font-size: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

    .btn-login:hover {
        background: #f80;
        color: #FFF;
    }

.btn-esqueci {
    color: #9e9e9e;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 6px;
    font-size: 10px;
    transition: 0.3s ease;
    cursor: pointer;
}

    .btn-esqueci:hover {
        background: #f80;
        color: #FFF;
    }

.middle {
    text-align: center;
}

.btn-f {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #bdbdbd;
    margin: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

    .btn-f i {
        line-height: 35px;
        font-size: 20px;
        transition: 0.2s linear;
    }

    .btn-f:hover i {
        transform: scale(1.3);
        color: #f1f1f1;
    }

    .btn-f::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        background: #ff8800;
        transform: rotate(45deg);
        left: -110%;
        top: 90%;
    }

    .btn-f:hover::before {
        animation: aaa 0.7s 1;
        top: -10%;
        left: -10%;
    }

.label-login {
    border: none;
    color: #030f1c;
    padding: 0;
    padding-bottom: 0px;
    transition: 0.5s ease;
    transform: translateY(15px);
    BACKGROUND: NONE;
    position: absolute;
    z-index: 6;
}

.input-container {
    border-bottom: 2px solid #030f1c;
    width: 100%;
    background: none !important;
}

    .input-container:hover span,
    .fix-hover {
        transform: scale(0.7) translate(0px, 0px) !important;
    }

.rmv-bd {
    border: none;
    padding-bottom: 0;
}

    .rmv-bd:focus {
        border: none !important;
        box-shadow: none !important;
    }

.abcRioButton {
    width: 100% !important;
}

.dropdown-menu > li > a {
    color: black !important;
}

#google-iframe {
    overflow: hidden;
    height: 60px;
}

    #google-iframe body {
        overflow: hidden;
        margin: 0;
    }

.footer-infos {
    display: none;
}

#btnLoginAd {
    width: 210px;
}

@@media (max-width: 767px) {



    #login-form .input-container {
        border-bottom: none !important;
    }

    #login-form .form-control {
        border: 1px solid #dedede !important;
        border-radius: 8px !important;
    }

    #usuario-icon, #senha-icon {
        display: none;
    }

    .login-wrapper {
        position: fixed;
    }

    #Usuario, #Senha {
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */
        letter-spacing: -0.01em;
    }

    #txtUsuario, #txtSenha {
        height: 32px;
    }

    .sr-only {
        width: unset;
        height: unset;
        position: relative;
        margin: unset !important;
    }
    /*#txtUsuario, #txtSenha{
                height: 32px !important;
                border-radius: 8px !important;
            }*/
    #group-button-login {
        flex-direction: column-reverse;
        margin-top: unset !important;
    }

    .btn-entrar {
        width: 100%;
        background: #ff8800 !important;
        color: white !important;
        height: 32px;
        font-family: 'Mulish';
        font-style: normal;
        font-size: 12px;
        line-height: 150%;
        border-radius: 8px !important;
        letter-spacing: -0.02em;
    }

    .btn-forgotPassword {
        background: none;
        color: #ff8800;
        text-decoration: underline;
        width: 100%;
        letter-spacing: -0.02em;
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-transform: unset;
    }

    .show-menu-arrow {
        margin: 1rem;
        width: 66px !important;
    }

        .show-menu-arrow .dropdown-menu {
            padding: 0 !important;
            margin: 0 !important;
        }

            .show-menu-arrow .dropdown-menu a {
                padding: 0 !important;
                text-align: center;
            }

            .show-menu-arrow .dropdown-menu .text span {
                display: none;
            }

        .show-menu-arrow .filter-option-inner-inner span {
            display: none;
        }

        .show-menu-arrow button {
            background: none !important;
            width: 66px !important;
            height: 32px !important;
        }

    #login-ad-holder {
        display: flex;
        padding: 0 !important;
    }

    #labelAutenticacaoExterna span {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
        font-weight: 300;
        background: white;
        transform: translateY(7px);
        white-space: nowrap;
        padding: 0 0.5rem;
    }

    #btnLoginAd {
        width: 100vw;
        height: 32px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid black !important;
        border-radius: 8px !important;
        font-style: normal;
        font-weight: 600;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 200%;
        color: #000000 !important;
        box-shadow: none !important;
    }

    .btn-f {
        margin: 5px;
        background: none;
        color: black !important;
        box-shadow: none;
    }

        .btn-f i {
            font-size: 30px;
        }

    .link-logo {
        display: flex;
        align-items: center;
        margin-left: -15px;
    }

        .link-logo img {
            width: 80px !important;
            height: 30px !important;
        }

    .middle {
        padding: 5px 15px !important;
    }

    .footer-infos {
        display: flex;
        padding-top: 1rem;
    }

    #google-iframe #login-externo-holder .g-signin2 .abcRioButtonLightBlue {
        width: 100vw !important;
        height: 32px !important;
        border: 1px solid black;
        border-radius: 8px;
    }

    #google-iframe #login-externo-holder .g-signin2 .abcRioButtonContentWrapper {
        display: flex;
        justify-content: center;
    }

    #google-iframe #login-externo-holder .g-signin2 .abcRioButtonContents {
        font-size: 12px;
        font-weight: 600;
        color: black;
        line-height: 200%;
    }
}

.cookieconsent {
    position: fixed;
    padding: 48px;
    bottom: 0;
    width: 100%;
    background-color: #2E9AFF;
    color: rgba(255, 255, 255, 0.99);
    left: 0;
}

    .cookieconsent .cookie-consent-text {
        font-size: 11px;
    }

        .cookieconsent .cookie-consent-text a {
            font-weight: 700;
            text-decoration: underline;
            color: white;
        }

.cookie-consent-buttons {
    display: flex;
}

    .cookie-consent-buttons button {
        height: 44px;
        width: 78px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px !important;
    }

.btn-recusar {
    background: none !important;
    border: 2px solid white !important;
    margin-right: 1.5rem;
}

    .btn-recusar span {
        color: white;
    }

.btn-aceitar {
    background-color: white;
}

    .btn-aceitar span {
        color: #2E9AFF;
        font-weight: 600;
    }

.aceite-termos {
    display: none;
    justify-content: center;
    align-items: center;
    height: 40%;
}
