/*POPUP Styles*/
.swal2-close {
    background-color: transparent !important;
    border: 0 !important;
    color: black !important;
    font-size: 29px !important;
    padding: 20px 20px !important;
}
h2#swal2-title {
    color: var( --e-global-color-secondary );
    text-transform: uppercase;
    font-family: "Inter", sans-serif !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 0.2em 1em 0 !important;
}
button.swal2-confirm.swal2-styled {
    font-size: 15px;
    border: 0;
}
div#swal2-html-container {
    font-size: 21px;
}




/*WIDGET LOGIN */

.widget-login .name-login,
.dropdown-content a {
    font-family: 'Inter' !important;
}
.button-login {
    margin-right: 15px;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 19px;
    background-color: var(--e-global-color-primary);
    border-radius: 30px 30px 30px 30px;
    padding: 015px 15px 15px 15px;
}

a.button.button-login:hover, a.dropbtn:hover .name-login {
    color: white;
    background-color: var(--e-global-color-accent);
}

.widget-login {
    display: flex;
    margin-left: 5px;
    height: 60px;
    align-content: center;
    align-items: center;
}

.widget-login a {
    display: flex;
}

.widget-login .name-photo img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
}

.widget-login .name-login {
    /*margin-right: 15px;*/
    font-family: "Inter", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    font-weight: 600;
    background-color: var(--e-global-color-primary);
    border-radius: 30px 30px 30px 30px;
    padding: 015px 28px 15px 28px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px !important;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 47, 110, 0.1);
    border-radius: 6px;
    padding: 10px 15px;
    top: 60px !important;
    left: 0 !important;
    margin: 0 auto;
}

.dropdown-content a,
.dropdown-content .name-login {
    color: #001A49;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.dropdown-content .name-login {
    font-size: 12px;
}

.dropdown-content a:last-child {
    margin-bottom: 0px;
}

.dropdown-content a.logout {
    color: #F02323;
}

.dropdown-content a:hover {
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
}

a.button.button-login svg, .name-login svg {
    height: 15px;
    padding-left: 10px;
}



/*UPLOAD FIELD */
#custom__style__form__profile input.input_file{
    border: 0 !important;
    background: transparent;
    padding: 0px !important;
    border-radius: 0 !important;
    height: 40px;
}


input::file-selector-button {
    margin-right: 20px !important;
    border: none !important;
    border-radius: 8px !important;
    background: var( --e-global-color-secondary ) !important;
    padding: 5px 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: background .2s ease-in-out !important;
    font-size: 14px !important
}

input::file-selector-button:hover {
    background: var( --e-global-color-primary ) !important;
    color: #fff !important;
}



.radio-inline input[type="radio"] {
    box-shadow: none;
    display: flex;
    gap: 6px;
    align-content: center;
    align-items: center;
}

label.radio-inline input {
    width: auto !important;
    background: unset !important;
    /* border: 1px solid #414A51 !important; */
    border-radius: unset !important;
    height: unset !important;
    color: #024023 !important;
    box-shadow: unset !important;
}

/* REGISTER */

#custom__style__form__register h1 {
    font-family: 'Inter' !important;
    color: #1D1D1B;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 131.25% */
    text-align: center;
    margin-top: 66px;
    margin-bottom: 60px;
}
#custom__style__form__register .step {
    color: #828282;
    font-family: 'Inter' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
#custom__style__form__register .step span.current {
    color: #1D1D1B;
    font-weight: 700;
}
#custom__style__form__register {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#custom__style__form__register .field {
    display: flex;
    flex-direction: column;
    margin-bottom:16px
}
#custom__style__form__register .field span {
    display: none;
}
#custom__style__form__register .field small {
    color: #fff;
    font-family: 'Inter' !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin-left: 10px;
    margin-top: 6px;
}
#custom__style__form__register label.hidden {
    display: none;
}
#custom__style__form__register label {
	display: flex;
    gap: 10px;
    font-weight: 700;
}
#custom__style__form__register input,
#custom__style__form__register select {
    width: 100%;
    background: #FFFFFF;
    /*border: 1px solid #414A51 !important;*/
    border-radius: 30px;
    height: 58px;
    /*padding: 9px 20px!important;*/
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #024023 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#custom__style__form__register input.button {
    border-radius: 30px;
    background: #338E41;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    border:0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 50px;
}
#custom__style__form__register input::placeholder {
    color: #024023 !important;
}
#custom__style__form__register input.button:hover {
    background: #fff;
    color: #338E41 !important;
    cursor: pointer;
}
.forget__password {
    margin-top: 24px;
    margin-bottom: 48px;
    text-align: center;
}
.forget__password a,
#custom__style__form__register .terms {
    color: #828282;
    font-family: 'Inter' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}
.forget__password a,
#custom__style__form__register .terms a {
    text-decoration: underline;
}
#custom__style__form__register hr {
    border-top: 1px solid #1D1D1B;
}
#custom__style__form__register .terms {
    color:white;
}
#custom__style__form__register .terms a {
    color: #fff;
    font-weight: 700;
}
#custom__style__form__register .error_discover {
    background-color: #C12F2F;
    color: white;
    padding: 5px 10px;
    font-family: 'Inter' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    display: flex;
    vertical-align: middle;
    gap: 10px;
    border-radius: 5px;
}

#custom__style__form__register label.error {
    color: #C12F2F;
    font-family: 'Inter' !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin-left: 20px;
    margin-top: 0px;
    display: block;
}
input[type="checkbox"] {
    height: inherit;
    box-shadow: none;
    width: inherit;
    margin-right: 15px !important;
}


.tab h2 {
    font-size: 18px !important;
    color: #FFFFFF;
    font-family: "Inter", Sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    text-align:center;
}


.tab h3 {
    font-size: 16px !important;
    color: #FFFFFF;
    font-family: "Inter", Sans-serif !important; 
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    text-align:center;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #04AA6D;
}

.tab {
    display: none;
}

#custom__style__form__register input.invalid {
    background-color: #ffdddd;
}

button.btn_steps {
    border: 0;
    background-color: white;
    color: var(--e-global-color-primary);
}

button.btn_steps:hover {
    border: 0;
    background-color:  #fff !important;
    color: #338E41!important;
}


.field.upload_branco input,
.upload_branco input.input_file{
    background: transparent !important;
    padding: 0px !important;
    border-radius: 0 !important;
    height: 40px;
    border: 0 !important;
    box-shadow: unset !important;
    margin-top: 10px;
}



.upload_branco input::file-selector-button {
    margin-right: 20px !important;
    border: none !important;
    border-radius: 8px !important;
    background: var( --e-global-color-primary ) !important;
    padding: 5px 20px !important;
    color:  #fff !important;
    cursor: pointer !important;
    transition: background .2s ease-in-out !important;
    font-size: 14px !important
}

.upload_branco input::file-selector-button:hover {
    background: #fff  !important;
    color:  var( --e-global-color-primary ) !important;
}


.field.upload_branco input, .field.upload_branco label  {
    color: white !important;
}


input#form-checkbox {
    position: relative;
    width: 25px !important;
    height: 25px !important;
    color: #ffffff;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    padding-right: 20px;
    margin-right: 10px;
    background-color: transparent !important;
    margin-bottom: -9px;
    box-shadow: unset !important;
    padding: unset;
}




#custom__style__form__register input[type="checkbox"] {
    position: relative;
    width: 25px !important;
    height: 25px !important;
    color: #000;
    border: 1px solid #fff;
    border-radius: 4px !important;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    padding-right: 20px;
    margin-right: 10px;
    background-color: transparent !important;
    margin-bottom: -4px;

    &::before {
        position: absolute;
        content: '';
        display: block;
        top: 4px;
        left: 7px;
        width: 8px;
        height: 11px;
        border-style: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }
    &:checked {
        color: #000;
        border-color: #fff;
        &::before {
            opacity: 1;
        }
        ~ label::before {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
    }
}


/*FORGET PASSWORD*/



.custom__style__form__forget__password {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.custom__style__form__forget__password field {
    display: flex;
    flex-direction: column;
}
.custom__style__form__forget__password label.hidden {
    display: none;
}
.custom__style__form__forget__password input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #414A51 !important;
    border-radius: 30px !important;
    height: 58px !important;
    padding: 9px 20px!important;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #024023 !important;
}
.custom__style__form__forget__password input.button {
    border-radius: 30px;
    background: #338E41;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    border:0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.custom__style__form__forget__password input::placeholder {
    color: #024023 !important;
}
.custom__style__form__forget__password input.button:hover {
    background: #fff;
    color: #338E41 !important;
    cursor: pointer;
}

label#password-error{
    color:white;
}


/*RECOVER PASSWORD*/


#custom__style__form__password__recover {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#custom__style__form__password__recover field {
    display: flex;
    flex-direction: column;
}

#custom__style__form__password__recover label.hidden {
    display: none;
}

#custom__style__form__password__recover input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #414A51 !important;
    border-radius: 30px;
    height: 58px;
    padding: 9px 20px!important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #024023 !important;
}

#custom__style__form__password__recover input.button {
    border-radius: 30px;
    background: #338E41;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    border:0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#custom__style__form__password__recover input::placeholder {
    color: #024023 !important;
}

#custom__style__form__password__recover input.button:hover {
    background: #fff;
    color: #338E41 !important;
    cursor: pointer;
}

#custom__style__form__password__recover label#password-error{
    color:white;
}



/*PROFILE*/


#custom__style__form__profile .step {
    color: #828282;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#custom__style__form__profile .step span.current {
    color: #024023;
    font-weight: 700;
}

#custom__style__form__profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#custom__style__form__profile .field {
    display: flex;
    flex-direction: column;
}

#custom__style__form__profile .field span {
    display: none;
}

#custom__style__form__profile .field small {
    color: #828282;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 10px;
    margin-top: 16px;
}

#custom__style__form__profile label.hidden {
    display: none;
}

#custom__style__form__profile .field label {
    font-weight: 700;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #024023;
    margin-bottom: 10px;
}

#custom__style__form__profile input,
#custom__style__form__profile select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #024023 !important;
    border-radius: 30px;
    height: 58px;
    padding: 9px 20px!important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #024023 !important;
    box-shadow: none !important;
}

#custom__style__form__profile input.button {
    border-radius: 30px;
    background: #338E41;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    border:0 !important;
    box-shadow: none  !important;
}

#custom__style__form__profile input.button:hover {
    background: #024023;
    color: #fff !important;
    cursor: pointer;
}

#custom__style__form__profile input:disabled,
#custom__style__form__profile select:disabled {
    background: #eee!important;
    cursor: not-allowed;
}

.forget__password {
    margin-top: 24px;
    margin-bottom: 48px;

    text-align: center;
}

.forget__password a,
#custom__style__form__profile .terms {
    color: #828282;

    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}

.forget__password a,
#custom__style__form__profile .terms a {
    text-decoration: underline;
}

#custom__style__form__profile hr {
    border-top: 1px solid #384B98;
}

#custom__style__form__profile .terms {
}

#custom__style__register .terms a {
    color: #828282;
    font-weight: 700;
}

#custom__style__form__profile .error_discover {
    background-color: #C12F2F;
    color: white;
    padding: 5px 10px;

    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */

    display: flex;
    vertical-align: middle;
    gap: 10px;

    border-radius: 5px;
}

#custom__style__form__profile .success_discover {
    background-color: #008000;
    color: white;
    padding: 5px 10px;

    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */

    display: flex;
    vertical-align: middle;
    gap: 10px;

    border-radius: 5px;
}

label.error {
    color: #C12F2F;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin-left: 20px;
    margin-top: 0px;
    display: block;
}

input:checked + span{
    background-color: #F75A1B;
}

#custom__style__form__profile .name-photo {
    text-align: center;
}

#custom__style__form__profile .name-photo img {
    border-radius: 30px;
    border: 0;
    margin-bottom: 54px;
    height:295px;
    width:295px;
    object-fit: cover;

}

#custom__style__form__profile .actions {
    margin-top: 12px;
}

.two_columns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap:10px;
}

#custom__style__form__profile .field{
    width:100%;
}


.cv_icon svg {
    width: 50px;
    
}


.cv_icon {
    margin: 0 auto;
    padding-top: 45px;
}


.cv_icon a{
    color: #024023 ;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon_disabled {
    opacity: 0.7;
    pointer-events: none;
}

#custom__style__form__profile h2.title_divisor {
    font-size: 27px;
    text-align: center;
    margin-top: 50px;
    color: var(--e-global-color-secondary);
}






/*MEMBER CARD*/

.header_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.header_card .logo{
    max-width: 234px !important;
    height: 52px !important;
}


.membership_card {
    background-color: #024023;
    padding: 24px 25px 36px 25px;
    ;
    border-radius: 30px;
    width:570px;
}

.group_fields {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.membership_card h2 {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 19px !important;
    line-height: 54px !important;
    color: #FFFFFF !important;
}

.two_columns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap:10px;
}

.field{
    width:100%;
}

.n_socio{
    max-width:193px;
}

.input_detail {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #024023;
    border-radius: 30px;
    padding: 11px 15px;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #024023;
}

.field p {
    font-family: 'Inter'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 10px;

}


/*TABLE QUOTAS*/


div.tabela_quotas {
    border: 1px solid #024023;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: unset;
    border-radius: 30px;
}

.divTable.tabela_quotas .divTableCell, .divTable.tabela_quotas .divTableHead {
    padding: 8px 1px;
}

.divTable.tabela_quotas .divTableBody .divTableCell {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 54px;
    text-transform: uppercase;
    color: #338E41;
    padding: 10px 0;
    border-top:1px solid #024023!important;
}

.divTable.tabela_quotas .divTableHeading {
    background: #024023;
    border-bottom: 1px solid #024023;
}

.divTable.tabela_quotas .divTableHeading .divTableHead {
    text-align: center;
    background-color: #024023;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.divTable.tabela_quotas .divTableHeading .divTableHead:first-child {
    border: none;
    border-radius: 30px 0 0 0 !important;
    width: 25%;
    border-right: 1px solid white;
}

.divTableHead:last-child {
    border-radius: 0 30px 0 0 !important;
    width: 50%;
    border-left: 1px solid white;
}

.divTableCell:first-child {
    border-right: 1px solid #024023;
}

.divTableCell:last-child {
    border-left: 1px solid #024023;
}

.tabela_quotas .tableFootStyle {
    font-size: 14px;
}

.tabela_quotas.outerTableFooter {
    border-top: none;
}

.tabela_quotas.outerTableFooter .tableFootStyle {
    padding: 3px 5px;
}

.divTableCell button {
    color: inherit;
    text-decoration: underline;
    border:0;
    background:unset;
    padding:0;
    text-transform:uppercase;
}


.divTableCell button:hover {
    color: #fFF !important;
    background:unset;

}

/* DivTable.com */
.divTable{
    display: table;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
}
.divTableHeading {
    display: table-header-group;
}
.divTableFoot {
    display: table-footer-group;
}
.divTableBody {
    display: table-row-group;
}

/*Estilos Popup*/
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    /*background-color: #338E41;*/
    padding: 25px;
    border-radius: 30px;
    width: 570px;
    margin: 0 auto;
    /*margin-top: 20vh;*/
}

.close {
    font-size: 28px;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: -3px;
    color: white;
    margin-right: -25px;
}

.header_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.header_card img{
    max-width: 234px;
    height: 52px;
    /*margin: 0 auto;*/
}


.group_fields {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.membership_card h2 {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    line-height: 54px !important;
    color: #FFFFFF !important;
}

.two_columns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap:10px;
}

.field{
    width:100%;
}

.n_socio{
    max-width:193px;
}

.input_detail {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #024023;
    border-radius: 30px;
    padding: 3px 15px;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #024023;
}

.field p {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer_popup {
    margin-top: 40px;
    text-align: center;
    display: grid;
    justify-content: center;
}

.footer_popup img {
    margin-top: 40px;
}

.footer_popup a {
    background-color: var(--e-global-color-primary) !important;
    border: 0;
    color: white;
    height: 50px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px 30px 30px 30px;
}

.footer_popup a:hover {
    color: var( --e-global-color-primary ) !important;
    background-color: white  !important;

}


.texto_estado {
    font-family: "Inter", Sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
}