* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Red Hat Display";
}

input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #696969;
    border-radius: 4px;
}

input[type="checkbox"]:checked  {
    content: url('../img/new-tour-svg/vector.svg');
    background-color: #8746A2;
    border-color: #5B2771;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #662483;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    border-radius: 8px;
}

::-webkit-scrollbar-button {
    display: none;
}

.half {
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    background: white;
    width: 50%;
    height: 100%;
    padding: 20px;
    justify-content: center;
}
.img-container a {
    cursor: pointer;
}

.img-container {
    position: fixed;
    left: 0;
    background-color: #662483;
    background-blend-mode: soft-light;
    background-image: url('../img/7.0/background-min.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 50%;
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-background {
    max-width: 400px;
    float: left;
}

.content-signin {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    gap: 30px;
    height: auto;
    margin: auto;
}

.signin-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signin-lang {
    display: flex;
    flex-direction: row;
    gap: 5px;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-nav {
    display: flex;
    align-items: center;
}

.signin-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-bottom: 2px solid #E6E6E6;
}

#form-login, #form-register, #form-forgot {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.signin-login-btn, .signin-signup-btn {
    width: 50%;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    border-bottom: 2px solid #E6E6E6;
}

.signin-signup-deact-btn, .signin-login-deact-btn {
    width: 50%;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.15px;
    border-bottom: 1px solid #E6E6E6;
}

.signin-title-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.signin-title {
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.signin-subtitle {
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.signin-social {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.signin-social-title {
    color: #662483;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.15px;
}

.img-social {
    margin-top: 15px;
    margin-bottom: 24px;
}

.signin-inputs, .signin-input-div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.signin-inputs {
    gap: 24px;
}

.signin-input {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-spacing-sm, 8px);
    border-radius: var(--border-radius-sm, 6px);
    border: 1px solid #dcdcdc;
    background: #FFF;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    outline: none;
}

.signin-input:read-only {
    display: block;
    background-color: #FAFAFA;
}

.signin-span {
    color: var(--Sapphire-Siren-30, #C2A7CD);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
}

.signin-submit-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.signin-flex-end {
    justify-content: flex-end;
}

.signin-input-check {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.signin-label {
    color: var(--Black, #000);
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-check {
    width: 18px;
    height: 18px;
    border: 1px solid var(--Black, #000);
    background: var(--White, #FFF);
}

.signin-button {
    display: flex;
    width: 249px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--border-radius-sm, 6px);
    border: 1px solid #662483;
    background: #662483;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #fff;
    cursor: pointer;
}

.signin-link {
    color: #68686E;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
}

.signin-forgot-activate {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.signin-followus {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    margin-bottom: 20px;
}

.signin-text {
    color: #662483;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-password-contain {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: #68686E;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.5px;
}

.signin-terms-text {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-button-signup {
    width: 458px;
    padding: 16px 24px;
}

.signin-submit-form-center {
    justify-content: center;
    align-items: center;
}

.forgott-page {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-return {
    width: 100%;
    min-height: 10vh;
    max-width: 800px;
    margin-top: 20px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    color: #FFF;
}

.return-forgot {
    font-size: 22px;
    color: #662483;
    text-decoration: none;
}

.button-return {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #662483;
}

.modal-wrapper {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-email {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
    gap: 20px;
    height: auto;
}

.modal-email-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.password-logo {
    width: 200px;
}

.recover-title {
    font-size: 28px;
    color: #454545;
}

.recover-text {
    font-size: 28px;
    color: #535353;
}

.submit-button-recover {
    background-color: #000000;
    width: 200px;
    padding: 15px;
    font-size: 1.2rem;
    color: #FFF;
    border: none;
    border-radius: 8px;
    transition: 0.5s;
}

.submit-button-recover:hover {
    background-color: #662483;
}

.form-email-div {
    display: flex;
    flex-direction: column;
}

.input-form-recover {
    width: 75%;
    height: 45px;
    max-width: 500px;
    border: 1px solid #B9B9B9;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.0rem;
}

.social-media-menu {
    margin-bottom: 20px;
    text-align: center;
    height: 33px;
    display: block;
}

.social-media-menu li{
    /*background-image: url('../img/socialmedias/socialmediasHorizontal.png'); /*url('https://resources.beecrowd.com/judge/img/5.0/judge-set.250619.png');*/
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 3px;
    width: 33px;
    height: 33px;
}

.social-media-menu li a{
    width: 27px;
    height: 27px;
    display: block;
    margin: 3px auto 0px auto;
}

li .sm-google {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: 0px 0px;
    height: 33px;
}

li .sm-linkedin {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -34px 0;
    height: 33px;
}

li .sm-github {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -68px 0;
    height: 33px;
}

li .sm-gitlab {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -102px 0;
    height: 33px;
}

li .sm-bitbucket {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -136px 0;
    height: 33px;
}

li .sm-facebook {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -170px 0;
    height: 33px;
}

li .sm-twitter {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -203px 0;
    height: 33px;
}

li .sm-discord {
    background-image: url('../img/socialmedias/socialmediasHorizontal-v3.png');
    background-position: -233px 0px;
    height: 33px;
}

.s-menu li {
    background-image: url('../img/socialmedias/social-links-new.png'); /*url('https://resources.beecrowd.com/judge/img/5.0/judge-set.250619.png');*/
    background-repeat: no-repeat;
    border-radius: 3px;
    margin: 0px 0.5px 0px 0.5px;
    /* padding: 15px 0px 15px 80px; */
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 33px;
    height: 33px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.s-menu a {
    font-family: BryantMedium;
    font-size: 14px;
    display: inline-block;
    line-height: 15px;
    width: 33px;
    height: 33px;
    text-transform: uppercase;
}

.s-menu p {
    display: inline-block;
    line-height: 15px;
}

.s-linkedin {
    background-position: -2px -2px;
}

.s-instagram {
    background-position: -37px -2px;
}

.s-facebook {
    background-position: -72px -2px;
}

.s-youtube {
    background-position: -107px -2px;
}

.s-twitter {
    background-position: -142px -2px;
}

.s-twitch {
    background-position: -177px -2px;
}

.s-tiktok {
    background-position: -212px -2px;
}

.ribbon {
    background: #fff;
    box-shadow: 0 0 10px 0 #dbdbdb;
}

/* FOOTER */

.footer-content {
    font-size: 11px;
    margin: 0 auto;
    width: calc(100% - 80px);
    min-width: 1000px;
}

footer {
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    -webkit-transform: translateZ(0);
}

footer .site-coyright {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 8px 20px;
    width: 20%;
}

footer .site-information {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 8px;
    text-align: center;
    width: 60%;
}

footer .site-information li {
    display: inline-block;
    padding: 0 3px;
}

.site-information li.division {
    color: #BBB;
}
.margem{
    border: 1px solid #bbb;
    border-radius: 3px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-right-10 {
    margin-right: 10px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-right-10 {
    padding-right: 10px;
}
footer .site-version {
    box-sizing: border-box;
    float: right;
    padding: 10px 20px 8px 10px;
    text-align: right;
    width: 20%;
}

.h-captcha {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iziToast.iziURI {
    padding: 2px 45px 2px 0;
    min-height: 30px;
}

.iziToast.iziURI>.iziToast-body .iziToast-message {
    color: #222;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.iziToast.iziURISuccess {
    background: #c2eb7b;
    min-width: 500px;
}

.iziToast.iziURIWarning {
    background: #f5f79b;
    min-width: 500px;
}

.iziToast.iziURIFailure {
    background: #f29696;
    min-width: 500px;
}

.iziToast.iziURIMaintenance {
    background: #cb9bf7;
    min-width: 500px;
}

.iziToast.iziURIStatus {
    background: #9bc7f7;
    min-width: 500px;
}

.iziToast-wrapper {
    padding: 38px 0!important;
}

.iziToast>.iziToast-body .iziToast-texts {
    width: 100%;
}

#span-email, #span-password, #span-confirm-password, #span-email-invalid {
    visibility: hidden;
}

@media screen and (max-height: 768px) {
    .content-signin {
        padding: 30px;
        gap: 20px;
    }

    .signin-inputs {
        gap: 15px;
    }

    .referral-popup {
        width: 100% !important;
    }

    .signin-followus {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .half {
        padding: 0px;
    }

    .content-signin {
        overflow-y: auto;
    }

    .signin-logo, .signin-button {
        width: 200px;
    }

    .referral-popup {
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    .h-captcha, .content-signin, .signin-title-container, .signin-social, .signin-input, .signin-submit-form, .signin-forgot-activate, .signin-followus, .signin-password-contain, .signin-terms-text {
        width: 100%;
    }

    .signin-signup-deact-btn, .signin-login-deact-btn, .signin-login-btn, .signin-signup-btn{
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .half, .modal-email {
        width: 100%;
    }

    .img-background, .img-container {
        display: none;
    }

    .logo {
        width: auto;
        height: auto;
    }

    .signin-button-signup {
        width: 100%;
    }

    .content-signin {
        width: 100%;
        padding: 20px;
        gap: 20px;
    }

    .header-return {
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
        padding: 20px;
    }

    .modal-email {
        padding: 20px;
    }

    .recover-title {
        font-size: 24px;
    }

    .signin-password-contain {
        font-size: 10px;
    }

    footer .site-version, footer .site-information, footer .site-coyright {
        padding: 5px 10px;
    }

    ::-webkit-scrollbar {
        width: 3px;
    }

    .footer-content {
        width: auto;
        min-width: 0px;
    }
}

.referral-popup {
    width: 628px;
    height: 308px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
}

.referral-popup-text {
    color: #040404;
    text-align: center;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mfp-content:has(> #referral-popup) {
        width: auto;
}
