* {
    --primary-color: #0096D5;
    --primary-color-dark: #0096D5;
    --secundary-color: #009688;
    --error-color: #EA3A3D;
    --success-color: #64a513;
    --logo-url: url(https://optionsreportimagens.blob.core.windows.net/imagesgeral/logo-login-or_1.svg);
    box-sizing: border-box;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}


html,
body, #container {
    height: 100%;
}

a {
    color: var(--primary-color);
}

    a:hover {
        color: var(--primary-color);
        text-decoration: underline;
        text-decoration-color: var(--primary-color);
    }

/* Desktop */
@media only screen and (min-width: 961px) {
}



@media only screen and (min-height: 668px) {

    .vertical-center-loggedout {
        padding: 45% 0;
        height: 100%;
    }
}


.error-message {
    color: var(--error-color);
    font-size: 10px;
}

.logged-out-message {
    font-weight: normal;
    color: white;
    font-size: 15px;
}

ul {
    padding: 0 0 0;
}

li {
    list-style-type: none;
    font-weight: bold;
    color: white;
}

.li-margin-bottom {
    margin-bottom: 5px;
}

.icon-color {
    color: white;
}


.gray {
    color: #6B6B6B;
}

.bg-inputs {
    background-color: #fff;
    border-radius: 1%;
}

.form-inputs {
    padding: 8% 8% 8% 8%;
    margin-bottom: 5%;
}

.mt-5 {
    margin-top: 5%;
}

.hover-click {
    cursor: pointer;
    color: var(--primary-color);
}

.success-color {
    color: var(--success-color) !important;
}

.main_content {
    background: var(--logo-url) no-repeat bottom transparent;
    width: 100%;
    background-size: 106px !important;
}

.bg_login {
    background-color: var(--primary-color);
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.md-button {
    padding: 0;
    margin: 0;
    border-radius: 100px !important;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    border-radius: 1.625rem;
    width: 88%;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .md-button:not([disabled]):hover {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
    }

    .md-button[disabled] {
        color: rgba(0, 0, 0, 0.26);
        background-color: transparent;
    }

.list-div-button {
    width: 100%;
}

    .list-div-button a {
        color: #fff;
    }


.button-collapse {
    margin-bottom: 5px;
    width: 100%;
    cursor: pointer;
}

.panel-no-padding-bottom {
    padding-bottom: 0px;
}

.display-none {
    display: none;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .cbx span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .cbx span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #efefef;
            transition: all 0.2s ease;
        }

            .cbx span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #000;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

            .cbx span:first-child:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                display: block;
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

        .cbx span:last-child {
            padding-left: 8px;
        }

    .cbx:hover span:first-child {
        border-color: #fff;
    }

.inp-cbx:checked + .cbx span:first-child {
    background: #fff;
    border-color: #fff;
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.primary-color {
    color: var(--primary-color);
}

.secundary-color {
    color: var(--secundary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secundary {
    background-color: var(--secundary-color);
}

.bold {
    font-weight: bold;
}

.column {
    flex-direction: column;
    display: flex;
}

.gap-flag {
    gap: 10px;
}


.box-white {
    width: 385px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 19px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.form-padding {
    padding-left: 12%;
    padding-right: 12%;
}

.input, .input-error {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    outline: none;
    padding-left: 16px;
    margin-top: 4px;
    font-weight: normal;
}

    .input:focus {
        border-width: 1px;
        border-color: var(--primary-color);
        background-color: var(--primary-color-light);
    }

.input-error {
    background: url(https://optionsreportimagens.blob.core.windows.net/imagesgeral/alert.svg) no-repeat;
    background-color: #FCE1E2;
    border: 1px solid #EA3A3D;
    background-size: 20px;
    background-position: 95%;
}

    .input-error:focus {
        background: #FCE1E2;
        border: 1px solid #EA3A3D;
    }

.label {
    color: #6B6B6B;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 100;
    margin-left: 10px;
}

.company-size {
    height: 75px;
    display: flex;
    justify-content: center;
}

.d-grid {
    display: grid;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: start;
}

.or-header {
    width: 30%;
}

.color-white {
    color: #fff;
}

.text-options {
    font-weight: 400;
}

.text-report {
    font-weight: 300;
}

.text-forgot-password {
    font-size: 12px;
}

.text-options, .text-report {
    font-size: 22.67px;
}

.grid-container {
    display: grid;
    grid-template-rows: 0.5fr;
}

.padding-logo {
    padding-left: 50px;
    padding-right: 50px;
}

.grid-container {
    display: grid;
    grid-template-rows: 0.5fr;
    background-image: var(--background-image-url);
    background-color: var(--primary-color-dark);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}


.recover-password {
    height: 100%;
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
}

.left-primary {
    display: grid;
    grid-template-rows: 33%;
    color: #fff;
    background-color: var(--primary-color-dark);
}

.right-white {
    display: grid;
}

.recover-password-logo-primary {
    background: var(--logo-url) no-repeat;
    background-size: 15%;
    background-position-x: right;
    position: relative;
    top: 30px;
    right: 60px;
}

.text-recover {
    width: 323px;
    word-break: break-word;
    justify-self: center;
}

.text-recover2 {
    width: 100%;
    word-break: break-word;
    justify-self: start;
}

.user-select-none {
    user-select: none;
}

.button-recover {
    width: 151px;
}

.form-recover {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.backToLogin {
    margin-top: 30px;
    margin-left: 60px;
    height: fit-content;
}

.btn-language {
    background-size: 100%;
    background-size: 100% !important;
    width: 22px;
    height: 13px;
    border: none;
}

.en {
    background: url(https://imagesor.azureedge.net/imagesgeral/usa.png);
}

.pt {
    background: url(https://imagesor.azureedge.net/imagesgeral/brazil_flag.svg);
}

.es {
    background: url(https://imagesor.azureedge.net/imagesgeral/spain.png);
}


.primary-rectangle {
    background-color: var(--primary-color-dark);
    width: 150px;
    height: 40px;
}

.text-email-sended {
    justify-self: center;
    align-self: center;
    text-align: center;
    width: 323px;
    word-break: break-word;
    color: #6B6B6B;
}

    .text-email-sended h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }

.email-sended-container {
    height: 100%;
    display: grid;
    grid-template-rows: 0.0fr 0.0fr 0.8fr;
}

.email-sended-logo-primary {
    background: var(--logo-url) no-repeat;
    background-size: contain;
    background-position-x: right;
    position: relative;
    height: 30px;
    right: 63px;
}

.mail-icon {
    background-image: var(--mail-url);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: center;
    height: 40px;
}

.arrow-primary {
    text-align: center;
    margin-left: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.svg-primary {
    fill: var(--primary-color);
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

#externalLogin {
    display: flex;
    justify-content: center;
}

    #externalLogin > div > ul {
        width: 276px;
        height: 111px;
        overflow: auto;
    }

#login > div > div:nth-child(1) > div {
    position: relative;
    top: 6px;
}

.text-start {
    text-align: start;
}

.toast {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 353px;
    height: 116px;
    position: fixed;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 9999;
    transition: opacity 0.5s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .toast.hidden {
        opacity: 0;
        visibility: hidden;
    }

.toast-text {
    width: 260px;
}

    .toast-text .title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .toast-text span {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        display: flex;
    }

.toast.notification-success {
    background-color: #EAFBF4;
    color: #646464;
    border-left: 6px solid #18C284;
}

.toast.notification-error {
    background-color: #FCE8E8;
    color: #646464;
    border-left: 6px solid #EA3A3D;
}

/* Mobile */
@media only screen and (max-width: 960px) {
    .page-content {
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }

    .grid-container {
        background-position: top !important;
        background-size: 100% !important;
    }

    .or-header {
        visibility: hidden;
    }

    .recover-password {
        grid-template-rows: 0.5fr 0.5fr;
        grid-template-columns: none !important;
    }

    .form-recover {
        width: 100% !important;
    }

    .form-inputs {
        padding-left: 13.5%;
        padding-right: 13.5%;
    }

    .text-recover {
        padding-left: 8%;
        padding-right: 8%;
    }

    .recover-password-logo-primary {
        visibility: hidden;
    }

    .recover-gap {
        justify-content: center;
        gap: 150px;
    }

    .recover-password-logo-white {
        background: var(--logo-white-url) no-repeat;
        background-size: 90%;
        background-position-x: right;
        width: 86px;
        position: relative;
        top: 30px;
        right: 15px;
    }

    .backToLogin {
        margin-left: 15px;
        margin-top: 30px;
    }

    h1 {
        margin-top: 0;
        font-size: 24px;
    }

    .mail-icon {
        margin-bottom: 20px;
    }
}
