/* /Components/Pages/About.razor.rz.scp.css */

.about > img:first-child[b-r93vayh4xs] {
    position: absolute;
    margin-left: 800px;
}

img[b-r93vayh4xs] {
    max-width: 400px;
}

@media(max-width: 767.98px) {
    .about[b-r93vayh4xs] {
        overflow-x: hidden;
        overflow-y: auto;
        height: 450px;
        justify-content: normal;
    }

    .row[b-r93vayh4xs] {
        flex-wrap: nowrap;
    }

    img[b-r93vayh4xs] {
        max-width: 360px;
        width: 100%;
    }

    .circles[b-r93vayh4xs] {
        display: none;
    }

    .about > img:first-child[b-r93vayh4xs] {
        display: none;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */


input[b-r167t2nbi0]::placeholder {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #9C9C9C;
}


@media (max-width: 767.98px) {
    .contact[b-r167t2nbi0] {
        padding: unset;
    }

        .contact > textarea[b-r167t2nbi0] {
            width: 100%;
        }

    button[b-r167t2nbi0] {
        font-size: 16px;
    }   
}
/* /Components/Pages/FooterContact.razor.rz.scp.css */


.container-contact[b-b6q0jv0lew] {
    justify-items: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 15px;
}

.contacts[b-b6q0jv0lew] {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.social-media[b-b6q0jv0lew] {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
}

.info[b-b6q0jv0lew] {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

    .info > p[b-b6q0jv0lew] {
        font-family: DM Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 33px;
        /*color: #FFFFFF;*/
        color: #787878;
        position: relative;
    }

    .info > a > p[b-b6q0jv0lew] {
        font-family: DM Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 33px;
        /* color: #FFFFFF;*/
        color: #787878;
        position: relative;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

    .info > span[b-b6q0jv0lew] {
        padding-right: 2rem;
        color: #625CF4;
        /* color: white;*/
    }

    .info > a > svg[b-b6q0jv0lew] {
        color: #625CF4;
    }

.instructions[b-b6q0jv0lew] {
    display: block;
    width: 20%;
}

    .instructions > a > p[b-b6q0jv0lew] {
        font-family: DM Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 33px;
        /*color: #FFFFFF;*/
        color: #787878;
    }

a[b-b6q0jv0lew] {
    text-decoration: none;
    cursor: pointer;
}

.wpp[b-b6q0jv0lew] {
    display: block;
    width: 20%;
}

@media(max-width:1100px) {
    .container[b-b6q0jv0lew] {
        flex-direction: column;
        align-items: normal;
    }

    .social-media[b-b6q0jv0lew] {
        margin-left: 0px;
        width: 100%;
        align-items: center;
    }
    .container-contact[b-b6q0jv0lew] {
        justify-items: center;
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        padding-top: 15px;
    }
    .title[b-b6q0jv0lew] {
        max-width: 100%;
    }

        .title > p[b-b6q0jv0lew] {
            font-size: 12px;
        }

        .title .strong[b-b6q0jv0lew] {
            font-size: 20px;
        }



    .contacts > p[b-b6q0jv0lew] {
        font-size: 12px;
    }

    .info[b-b6q0jv0lew] {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row;
    }

        .info > p[b-b6q0jv0lew] {
            font-size: 16px;
        }

        .info > a > p[b-b6q0jv0lew] {
            font-size: 16px;
        }

    .instructions[b-b6q0jv0lew] {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

        .instructions > p[b-b6q0jv0lew] {
            font-size: 16px;
        }

        .instructions > a > p[b-b6q0jv0lew] {
            font-size: 16px;
        }

        .instructions > a > img[b-b6q0jv0lew] {
            width: 50px;
        }

    .wpp[b-b6q0jv0lew] {
        display: block;
        width: 50px;
    }

   
}
@media (max-width: 767.98px) {
    .container-contact[b-b6q0jv0lew] {
        flex-direction: column;
    }

    .contacts[b-b6q0jv0lew] {
        width: 100%;
        margin-top: 10px;
    }
}
/* /Components/Pages/Home/LoginBypass.razor.rz.scp.css */

.container[b-m33goefksx] {
    display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center; /* center items horizontally, in this case */
    height: 100vh;
    width:100vw;
    max-width: unset;
    top:0;
    left:0;
    position:absolute;
    overflow:hidden;
}

.box[b-m33goefksx] {
    display: flex;
    justify-content: center;
    align-items: center; /* for single line flex container */
    align-content: center; /* for multi-line flex container */
    background: white;
    padding: 40px;
    border-radius: 10px;
}

.text[b-m33goefksx] {
    color: black;
    margin:0;
}
/* /Components/Pages/Home/Registration.razor.rz.scp.css */
body[b-wpyn5arfyx] {
    overflow-y: auto !important;
}

#img[b-wpyn5arfyx] {
    align-items: center !important;
}

.requerid-text-visible[b-wpyn5arfyx] {
    border: 2px solid red;
}

.g-recaptcha[b-wpyn5arfyx] {
    justify-content: center;
    display: flex;
}

.container-create-user[b-wpyn5arfyx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 4rem;
}

.input-group[b-wpyn5arfyx] {
    display: flex;
    justify-content: end;
    position: relative;
    margin: 0px;
}

.btn-input-group[b-wpyn5arfyx] {
    position: absolute;
    border: none;
    padding: 5px;
    background: transparent;
    color: black;
    margin-top: 6px;
}


.input-create-container[b-wpyn5arfyx] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
}

.span-required[b-wpyn5arfyx] {
    font-size: 10px !important;
    margin-top: -8px !important;
    margin-bottom: 10px !important;
    margin-right: 1px !important;
    color: #e63636 !important;
    display: none !important;
}

.create-container[b-wpyn5arfyx] {
    display: flex;
    /* height: 100vh; */
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative;
}

.inputName[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 13px;
    outline: none;
    text-transform: capitalize;
}

    .inputName:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.inputEmail[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    outline: none;
}

    .inputEmail:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.inputTel[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    outline: none;
    margin-bottom: 13px;
}

    .inputTel:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.empresa[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 13px;
    outline: none;
    text-transform: capitalize;
}

    .empresa:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.senha[b-wpyn5arfyx] {
    width: 500px;
    background: #9A60F5;
    padding: 8px;
    outline: none;
    margin-bottom: 10px;
}

    .senha:focus[b-wpyn5arfyx] {
        border-color: white;
    }

    .senha[b-wpyn5arfyx]::placeholder {
        color: white;
    }

.send-new-register[b-wpyn5arfyx] {
    width: 500px;
    height: 35px;
    /*background: #00A42E;*/
    margin-bottom: 10px;
    border: none !important;
    border-radius: 5px;
    outline: none;
    color: white;
    margin-bottom: -9px;
}

.dropdown-sector[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 13px;
    outline: none;
    color: #777777;
}

.checkbox[b-wpyn5arfyx] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.title-create-user[b-wpyn5arfyx] {
    color: aliceblue;
    font-size: 20px;
    font-family: Poppins;
}

.subtitle-create-user[b-wpyn5arfyx] {
    color: aliceblue;
    font-size: 12px;
}

.subtitle2-create-user[b-wpyn5arfyx] {
    color: aliceblue;
    font-size: 13px;
}

.check1[b-wpyn5arfyx] {
    font-size: small;
    font-size: 18px;
}

.check2[b-wpyn5arfyx] {
    font-size: small;
    font-size: 18px;
}

.check13[b-wpyn5arfyx] {
    font-size: small;
    font-size: 18px;
}

.terms-create[b-wpyn5arfyx] {
    display: flex;
}

.close[b-wpyn5arfyx] {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    align-self: self-end;
}

    .close:hover[b-wpyn5arfyx],
    .close:focus[b-wpyn5arfyx] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.verification-code-form[b-wpyn5arfyx] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -14px;
}

.inputcode[b-wpyn5arfyx] {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .inputcode:focus[b-wpyn5arfyx] {
        outline: none;
        border-color: #9a60f5;
        box-shadow: 0 0 5px #9a60f5;
    }


.btnModal[b-wpyn5arfyx] {
    background-color: #9a60f5;
    border: none;
    border-radius: 2%;
    color: white;
    height: 30px;
    width: 84%;
    margin-bottom: 2%;
    outline: none;
    margin-top: -3px;
}

.modal-header[b-wpyn5arfyx] {
    font-family: 'Poppins';
    color: grey;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
}

/*.content-blur {
    content: "";
    position: absolute;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 99%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgb(16 16 16) 100%, rgb(0 0 0) 100%);
    pointer-events: none;
    z-index: 999;
    padding: 20px;
}*/

.modal-content[b-wpyn5arfyx] {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    filter: none;
    color: #6c757d !important;
    width: 340px;
    height: 450px;
}

.square-edge[b-wpyn5arfyx] {
    border: 2px solid #9a60f5;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#img[b-wpyn5arfyx] {
    align-items: center !important;
}

.input-create-container[b-wpyn5arfyx] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.span-required[b-wpyn5arfyx] {
    font-size: 10px !important;
    margin-top: -8px !important;
    margin-bottom: 10px !important;
    margin-right: 1px !important;
    color: #e63636 !important;
    display: none !important;
}

.create-container[b-wpyn5arfyx] {
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.create-user[b-wpyn5arfyx] {
    padding: 20px;
    border: 3px solid #9A60F5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inputName[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 13px;
    outline: none;
}

    .inputName:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.inputEmail[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    outline: none;
}

    .inputEmail:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.inputTel[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    outline: none;
    margin-bottom: 13px;
}

    .inputTel:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.empresa[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 13px;
    outline: none;
}

    .empresa:focus[b-wpyn5arfyx] {
        border-color: #9A60F5;
    }

.senha[b-wpyn5arfyx] {
    width: 500px;
    background: #9A60F5;
    padding: 8px;
    outline: none;
    margin-bottom: 10px;
}

    .senha:focus[b-wpyn5arfyx] {
        border-color: white;
    }

    .senha[b-wpyn5arfyx]::placeholder {
        color: white;
    }

.send-new-register[b-wpyn5arfyx] {
    width: 500px;
    height: 35px;
    background: #00A42E;
    margin-bottom: 10px;
    border: none !important;
    border-radius: 5px;
    outline: none;
    color: white;
    margin-bottom: -9px;
}

.dropdown-sector[b-wpyn5arfyx] {
    width: 500px;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 13px;
    outline: none;
    color: #777777;
}

.checkbox[b-wpyn5arfyx] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.title-create-user[b-wpyn5arfyx] {
    color: aliceblue;
    font-size: 20px;
    font-family: Poppins;
    margin-top: 20px;
}

.subtitle-create-user[b-wpyn5arfyx] {
    color: aliceblue;
    font-size: 17px;
}

.subtitle2-create-user[b-wpyn5arfyx] {
    color: aliceblue;
    font-size: 15px;
}

.check1[b-wpyn5arfyx] {
    font-size: small;
    font-size: 18px;
}

.check2[b-wpyn5arfyx] {
    font-size: small;
    font-size: 18px;
}

.check13[b-wpyn5arfyx] {
    font-size: small;
    font-size: 18px;
}

.terms-create[b-wpyn5arfyx] {
    display: flex;
}

.term-content[b-wpyn5arfyx]{
    z-index: 1;
    position: absolute;
    background: rgba(14, 15, 17, 1);
    overflow-y: auto;
    border-radius: 10px;
    border: 3px solid #9A60F5;
    text-align: justify;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 630px;
}

@media(max-width: 480px) {
    .create-user[b-wpyn5arfyx] {
        width: 360px;
    }
    .empresa[b-wpyn5arfyx], .dropdown-sector[b-wpyn5arfyx], .inputTel[b-wpyn5arfyx], .inputEmail[b-wpyn5arfyx], .inputName[b-wpyn5arfyx], .senha[b-wpyn5arfyx], .send-new-register[b-wpyn5arfyx] {
        width: 300px;
    }

    .term-content[b-wpyn5arfyx] {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .create-user[b-wpyn5arfyx] {
        width: 360px;
    }


    .empresa[b-wpyn5arfyx], .dropdown-sector[b-wpyn5arfyx], .inputTel[b-wpyn5arfyx], .inputEmail[b-wpyn5arfyx], .inputName[b-wpyn5arfyx], .senha[b-wpyn5arfyx], .send-new-register[b-wpyn5arfyx] {
        width: 300px;
    }
    .term-content[b-wpyn5arfyx] {
        height: 100%;
    }

}
/* /Components/Pages/Result.razor.rz.scp.css */
body[b-jiug9gecta]{

}

.tab-side-bar[b-jiug9gecta] {
    width: 230px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: black;
    box-shadow: 0 0 10px black;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnversion[b-jiug9gecta] {
    background: #a19ef26f;
    color: white;
    height: 34px;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.4));
    width: 232px;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid black; 
    cursor:pointer;
}

    .btnversion:hover[b-jiug9gecta] {
        height: 36px;
        width: 234px;
    }

    .btn-back[b-jiug9gecta] {
        width: 40px;
        height: 30px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        background: #0000;
        border: none;
    }

.tab-buttons[b-jiug9gecta] {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
}

    .tab-buttons[b-jiug9gecta] >  div {
        height: 50px;
        display: flex;
        align-content: center;
        align-items: center;
        cursor: pointer;
        transition: 0.3s all;
    }

        .tab-buttons[b-jiug9gecta] >  div > i {
            font-size: 23px;
            text-align: center;
            margin-left: 15px;
            margin-right: 10px;
            width: 35px;
        }

        .tab-buttons[b-jiug9gecta] >  div > p {
            margin: 0;
        }


        .loading-badge[b-jiug9gecta] {
            display: flex;
            justify-content: center;
            height: 30px;
        }

            .loading-badge[b-jiug9gecta] {
                display: flex;
                justify-content: center;
                height: 30px;
            }


.maker-logo[b-jiug9gecta] {
    filter: drop-shadow(0 0 5px #ffffff84);
    display: flex;
    top: 0;
    left: 50px;
    justify-content: center;
    padding: 10px;
    background: white;
    height: 130px !important;
    width: 230px;
}

.maker-logo-full[b-jiug9gecta] {
    left: 0px;
    width: 250px;
}

.maker-logo > img[b-jiug9gecta] {
    height: 100%;
}

.content[b-jiug9gecta] {
    margin-left: 230px;
    position: absolute;
    width: calc(100vw - 230px);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    padding: 20px;
    background-color: #080808;
}

.box[b-jiug9gecta] {
    border: 1px solid #38409b;
    /* filter: drop-shadow(0 0 20px #5c3f9b); */
    width: 600px;
    background-color: black;
    border-radius: 7px;
    /* background-color: #49505730; */
}

.select[b-jiug9gecta] {
    margin: 60px 20px 20px 20px;
    width: 555px;
    margin-bottom: 75px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.back-to-home[b-jiug9gecta] {
    position: fixed;
    top: 15px;
    left: 15px;
    border-radius: 40px;
    height: 46px;
    width: 46px;
    background: #38409b;
    color: black;
    box-shadow: 0 0 4px #8f60f5;
    border: 0px;
    z-index: 99999;
}

.modalHeader[b-jiug9gecta] {
    background-color: #38409b;
    height: 50px;
    border-radius: 5px 5px 0 0;
}

.modalFooter[b-jiug9gecta] {
    border-top: 1px;
}

.btnselect[b-jiug9gecta] {
    border: none;
    border-radius: 10px;
    color: white;
    background: #38409b;
    padding: 8px;
}

.container[b-jiug9gecta] {
    max-height: 270px;
    overflow-y: auto;
    padding: 10px;
}

    .container[b-jiug9gecta]::-webkit-scrollbar {
        width: 10px;
        background: grey;
        border-radius: 10px;
        margin-right: 2px;
    }

    .container[b-jiug9gecta]::-webkit-scrollbar-thumb {
        background: #2e2e2e;
        border-radius: 10px;
    }


.imgChat[b-jiug9gecta] {
    /*    background-color: transparent;*/
    border: none;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    border-radius: 50%;
    overflow: hidden;
    position: fixed;
    top: 85vh;
    right: 40px;
    z-index: 1000;
    outline: none;
    box-shadow: 0 0 15px 2px rgba(89, 54, 249, 0.8);
}

    .imgChat img[b-jiug9gecta] {
        width: 100%; 
        height: 100%; 
        object-fit: cover; 
    }

    /*.imgChat:hover{
        opacity: 0.8;
    }*/

.content[b-jiug9gecta] {
    padding: 50px;
}

.btnVesion[b-jiug9gecta] {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    background: white;
    color: black;
    height: 50px;
    width: 555px;
    margin: 4px 0 4px 0;
}

    .btnVesion:hover[b-jiug9gecta] {
        background: grey;
        height: 52px;
        width: 557px;
    }

.selected[b-jiug9gecta] {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    height: 50px;
    width: 555px;
    margin: 4px 0 4px 0;
    background-color: #302e77;
    color: white;
}

@media (max-width: 700px) {
    .content[b-jiug9gecta] {
        margin: 0;
        width: 100vw;
    }

    .tab-side-bar[b-jiug9gecta] {
        transform: translateX(-230px);
    }
}
/* /Components/Pages/Results/ComparativeResult.razor.rz.scp.css */
.comparative-section[b-ianaen7lqn] {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.comparative-row[b-ianaen7lqn] {
    height: 40px;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
}

.comparative-key[b-ianaen7lqn] {
    width: 300px;
}

.comparative-value[b-ianaen7lqn] {
   text-align:center;
}
/* /Components/Pages/Results/SummaryResult.razor.rz.scp.css */
.info-card[b-3bsvk842hu] {
    background: #625cf46f;
    color: white;
    height: 34px;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.4));
    width: 230px;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 14px;
    text-align:center;
    border-bottom: 1px solid black;
}

.info-card > span[b-3bsvk842hu] {
    
}

.description[b-3bsvk842hu] {
    flex-direction: column;
/*    height: 130px !important;*/
    justify-items: left;
    width: 230px;
    align-content: center;
    align-items: center;
    margin-bottom: 5px;
}

/* /Components/Pages/Terms.razor.rz.scp.css */
.container-privacy[b-x58r44bhnb] {
    display: flex;
    padding-left: 60px;
    padding-top: 60px;
    padding-right: 60px;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow-y: auto;
    margin: 0;
}

.cards[b-x58r44bhnb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 32px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(56 73 108 / 10%) 0px 2px 14px;
    border-radius: 16px;
    margin-bottom: 32px;
}

    .cards > p[b-x58r44bhnb] {
        display: inline;
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 160%;
        text-align: justify;
        color: rgb(79, 95, 130);
    }

/*@media(max-width: 1100px) {
    .container {
        padding: 40px;
    }

    .privacyterm {
        padding-top: 120px;
    }
}
*/
/* /Components/Pages/Users/Invoice.razor.rz.scp.css */
.invoice[b-3nmxmhkaz4] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 450px;
    padding-bottom: 10px;
    opacity: 0;
    animation: 0.6s ease-in-out 0s 1 normal forwards running fade-in-history-b-3nmxmhkaz4;
}

span[b-3nmxmhkaz4] {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.forms[b-3nmxmhkaz4] {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

    .forms > button[b-3nmxmhkaz4] {
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 29px;
        color: #FFFFFF;
        width: 142px;
        height: 35px;
        border: none;
        background: #2ED477;
        border-radius: 6px;
    }

select[b-3nmxmhkaz4] {
    width: 200px;
    margin: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    color: #362f2f;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

option[b-3nmxmhkaz4] {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #362f2f;
}

.grid[b-3nmxmhkaz4] {
    height: 400px;
    overflow-y: auto;
    opacity: 0;
    animation: 0.6s ease-in-out 0s 1 normal forwards running fade-in-history-b-3nmxmhkaz4;
}

table[b-3nmxmhkaz4] {
    width: 1000px;
}

    table > thead > tr > th[b-3nmxmhkaz4] {
        position: sticky;
        top: 0;
    }

    table > thead > tr > th[b-3nmxmhkaz4] {
        height: 60px;
        background: #1D2125;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 29px;
        align-items: center;
        color: #FFFFFF;
    }

    table > tbody > tr > td[b-3nmxmhkaz4] {
        height: 40px;
        font-family: Inter;
        background: #3a3e4285;
        font-size: 12px;
        line-height: 16px;
        align-items: center;
        color: #FFFFFF;
    }


@keyframes fade-in-history-b-3nmxmhkaz4 {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Components/Pages/Users/ModalUser.razor.rz.scp.css */


@media (max-width: 767.98px) {
    .center-screen[b-67ieqj0ie8] {
        justify-content: center;
    }
}

@media(max-width: 1100px) {
    .center-screen[b-67ieqj0ie8] {
    }
}
/* /Components/Pages/Users/PlanInformation.razor.rz.scp.css */
/*span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 113.5%;
    color: #FFFFFF;
}

p {
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    mix-blend-mode: normal;
}

b {
    color: #5dd547;
}*/





.my-plan[b-782ziec0s4] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

    .my-plan > div[b-782ziec0s4] {
        text-align: justify;
    }

        .my-plan > div > p[b-782ziec0s4] {
            font-family: Poppins;
            font-size: 16px;
            line-height: 113.5%;
            color: #FFFFFF;
        }

        .my-plan > div > span[b-782ziec0s4] {
            font-family: Inter;
            font-style: normal;
            font-weight: 600;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: -1px;
            color: #FFFFFF;
        }

.plan[b-782ziec0s4] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    height: 200px;
    flex: 0 0 300px;
    overflow-y: auto;
}

    .plan > p[b-782ziec0s4] {
        margin-left: 15px;
    }

    .plan > .material-icons[b-782ziec0s4] {
        color: #8F60F5;
        font-family: 'Material Icons';
        font-size: 18px;
        margin-left: 15px;
    }

.col-6 > div > span[b-782ziec0s4] {
    font-size: 16px;
}

.col-6 > div[b-782ziec0s4] {
    display: flex;
}



.row > .col > span[b-782ziec0s4] {
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
}



.container-plan > div[b-782ziec0s4] {
    align-self: normal;
}

[b-782ziec0s4]::-webkit-scrollbar-track {
    background: #f1f1f199;
}

[b-782ziec0s4]::-webkit-scrollbar-thumb {
    background: #88888873
}

[b-782ziec0s4]::-webkit-scrollbar {
    height: 2px;
}

@media (max-width: 767.98px) {
    .card > .col > span[b-782ziec0s4] {
        font-size: 16px;
    }

    div > span[b-782ziec0s4] {
        font-size: 16px;
    }

    .container-plan[b-782ziec0s4] {
        width: 100%;
       height: 460px;
    }

        .container-plan > span[b-782ziec0s4] {
            font-size: 16px;
        }

    .row[b-782ziec0s4] {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }
}
/* /Components/Pages/Users/QueryHistory.razor.rz.scp.css */


.forms[b-7bg8zqbzbh] {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

select[b-7bg8zqbzbh] {
    width: 200px;
    margin: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    color: #362f2f;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

option[b-7bg8zqbzbh] {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #362f2f;
}

@media (max-width:1100px) {
    .histoy[b-7bg8zqbzbh] {
        width: 100%;
    }
}


    @media (max-width: 767.98px) {
        .histoy[b-7bg8zqbzbh] {
            width: 100%;
        }

        select[b-7bg8zqbzbh], option[b-7bg8zqbzbh] {
            font-size: 16px;
        }

        .histoy > span[b-7bg8zqbzbh] {
            font-size: 16px;
        }

        table > thead > tr > th[b-7bg8zqbzbh], td[b-7bg8zqbzbh] {
            font-size: 12px;
        }

        .grid[b-7bg8zqbzbh] {
            max-width: calc(100vw - 45px);
        }

        .table[b-7bg8zqbzbh] {
            width: 100%;
        }
    }
/* /Components/Pages/Users/UserPerfil.razor.rz.scp.css */
.material-icons[b-z3rv80j5m2] {
    font-size: 90px;
    color: white;
    position: relative;
    color: #8F60F5;
}

.description[b-z3rv80j5m2] {
    text-align: justify;
}

@keyframes fade-in-user-b-z3rv80j5m2 {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


@keyframes fade-out-user-b-z3rv80j5m2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

.info-group[b-z3rv80j5m2] {
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
}

.info[b-z3rv80j5m2] {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    width: 40%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.description[b-z3rv80j5m2] {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    height: 70px;
}

    .description > p[b-z3rv80j5m2] {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

.info-visible[b-z3rv80j5m2] {
    opacity: 0;
    animation: fade-in-user-b-z3rv80j5m2 0.6s ease-in-out forwards;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding-bottom: 20px;
    width: 748px;
    flex-wrap: wrap;
    align-items: center;
}

.button-group[b-z3rv80j5m2] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    .button-group > button:first-child[b-z3rv80j5m2] {
        background: linear-gradient(0deg, #5436F9, #5436F9);
        border-radius: 6px;
        margin-right: 10px;
    }

button:hover[b-z3rv80j5m2] {
    box-shadow: 7px 7px 26px #1f2427, 0px 0px 20px #485057;
}

/*Edit Forms*/
.forms[b-z3rv80j5m2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.form[b-z3rv80j5m2] {
    transition: ease all 1s;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.forms-visible[b-z3rv80j5m2] {
    opacity: 0;
    animation: fade-in-user-b-z3rv80j5m2 0.6s ease-in-out forwards;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    padding-bottom: 20px;
}

.invisible[b-z3rv80j5m2] {
    opacity: 1;
    animation: fade-out-user-b-z3rv80j5m2 0.6s ease-in-out forwards;
}

.label[b-z3rv80j5m2] {
    display: flex;
    font-family: 'Lato', sans-serif;
    position: relative;
    top: 13px;
    left: 11px;
    transform: scale(1);
}

input[b-z3rv80j5m2], select[b-z3rv80j5m2] {
    width: 200px;
    margin: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    color: #362f2f;
    box-sizing: border-box;
    border-radius: 4px;
}

    input:disabled[b-z3rv80j5m2] {
        background: #a5a5a5;
        color: #362f2f;
    }

    input[b-z3rv80j5m2]::placeholder {
        font-family: Poppins;
        font-size: 12px;
        line-height: 24px;
        color: #362f2f;
        padding: 5px;
        background-color: none;
    }

    input:focus[b-z3rv80j5m2] {
        outline: none;
    }

    input:-webkit-autofill[b-z3rv80j5m2],
    input:-webkit-autofill:hover[b-z3rv80j5m2],
    input:-webkit-autofill:focus[b-z3rv80j5m2],
    input:-webkit-autofill:active[b-z3rv80j5m2] {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

    input:optional:placeholder-shown ~ label[b-z3rv80j5m2] {
        color: #999;
        font-size: 18px;
        transform: scale(1);
        top: 0;
    }

input[b-z3rv80j5m2], select[b-z3rv80j5m2] {
    font-size: 14px;
}

.save-button[b-z3rv80j5m2] {
    /* width: 200px;
    height: 45px;*/
    /*  width: 102px;
    height: 31px;*/
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 29px;
    color: #FFFFFF;
    background: linear-gradient(114.44deg, #5135F8 0%, #623AF9 99.64%);
    border-radius: 6px;
    border: none;
    /*    align-self: center;
    position: relative;
    top: 44px;*/
    width: 102px;
    height: 31px;
}

.close-button[b-z3rv80j5m2] {
    /*    width: 200px;
    height: 45px;*/
    width: 102px;
    height: 31px;
    cursor: pointer;
    z-index: 999;
    /*    width: 102px;
    height: 31px;*/
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 29px;
    background: #C3061C;
    color: white;
    border-radius: 6px;
    border: none;
    text-shadow: 0 0 0 #fff;
    /*    align-self: center;
    position: relative;
    top: 44px;*/
}

@media (max-width: 767.98px) {

    .info-visible[b-z3rv80j5m2] {
        width: 100%;
        /*   height: 460px;*/
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
    }

    .container-user[b-z3rv80j5m2] {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .description > p[b-z3rv80j5m2] {
        font-size: 15px;
    }

    .description > span[b-z3rv80j5m2] {
        font-size: 12px;
    }

    .forms-visible[b-z3rv80j5m2] {
        height: 460px;
        width: 100%;
        overflow-y: auto;
    }

    .description[b-z3rv80j5m2] {
        justify-content: normal;
        flex-direction: initial;
        align-items: baseline;
    }

    .forms[b-z3rv80j5m2] {
        flex-direction: row;
    }

    .material-icons[b-z3rv80j5m2] {
        font-size: 40px;
    }

    .info[b-z3rv80j5m2] {
        width: 100%;
    }

    .forms-visible[b-z3rv80j5m2] {
        /*   height: 460px;*/
        overflow-y: auto;
    }

    .form > .label[b-z3rv80j5m2] {
        font-size: 16px;
    }

    input[b-z3rv80j5m2], select[b-z3rv80j5m2] {
        font-size: 12px;
    }
}

@media (max-width: 700px) {
    .forms-visible[b-z3rv80j5m2] {
        width: 100%;
    }

    .description[b-z3rv80j5m2] {
        justify-content: normal;
        flex-direction: initial;
        align-items: baseline;
    }

    .forms[b-z3rv80j5m2] {
        flex-direction: row;
    }

    .info-visible[b-z3rv80j5m2] {
        /* height: 460px;*/
        /*overflow-y: auto;
        overflow-x: hidden;*/
        display: block;
    }
}

@media (max-width: 699px) {
    /*.forms-visible {*/
    /*        height: 460px;
*/
    /*overflow-y: auto;
        overflow-x: hidden;
    }*/

    .forms[b-z3rv80j5m2] {
        flex-direction: row;
    }

    .info-visible[b-z3rv80j5m2] {
        /*    height: 460px;
        overflow-y: auto;
        overflow-x: hidden;*/
        display: block;
    }

    .description[b-z3rv80j5m2] {
        justify-content: normal;
        flex-direction: initial;
        align-items: baseline;
    }
}
/* /Components/Shared/CloseButton.razor.rz.scp.css */
.close-modal[b-0aivz8g5wb] {
    align-self: end;
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

/* /Components/Shared/TabButton.razor.rz.scp.css */
.selected[b-gs6jjsx94c] {
    border-image: radial-gradient(#5936F9, black) 36;
    border-width: 10px;
    border-image-outset: 7px;
    border-style: solid;
    border-left: 0;
}

.tab-menu[b-gs6jjsx94c] {
    min-height: 45px;
}
/* /Components/Shared/UserMenu.razor.rz.scp.css */
.user-menu[b-y2wuy7pl85] {
    position: absolute;
    align-self: end;
    right: 30px;
    display: flex;
    justify-content: flex-end;
    top: 30px;
}

.menu-open[b-y2wuy7pl85] {
}

.menu-closed[b-y2wuy7pl85] {
    display: none !important;
}

ul[b-y2wuy7pl85] {
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0em;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

li[b-y2wuy7pl85] {
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    /* color: #FFFFFF; */
    cursor: pointer;
    user-select: none;
}

    li > span[b-y2wuy7pl85] {
        margin-left: -77px;
    }

@media(max-width: 1100px) {
    .menu-list[b-y2wuy7pl85] {
        width: calc(100vw - 60px);
    }
}
/* /Shared/MegaLogoLayout.razor.rz.scp.css */
.page[b-14li24juzy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-14li24juzy] {
    flex: 1;
}

.sidebar[b-14li24juzy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-14li24juzy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-14li24juzy]  a, .top-row[b-14li24juzy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-14li24juzy]  a:hover, .top-row[b-14li24juzy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-14li24juzy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-14li24juzy] {
        display: none;
    }

    .top-row.auth[b-14li24juzy] {
        justify-content: space-between;
    }

    .top-row[b-14li24juzy]  a, .top-row[b-14li24juzy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-14li24juzy] {
        flex-direction: row;
    }

    .sidebar[b-14li24juzy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-14li24juzy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-14li24juzy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-14li24juzy], article[b-14li24juzy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
