/* BOOTSTRAP OVERIDE */
.slds-radio {
    accent-color: #242424;
}

.slds-checkbox {
    accent-color: #242424;
}

.slds-rich-text-editor__output strong a {
    pointer-events: none;
    color: #888888;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.logo {
    width: 40px;
    margin-right: 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.slds-radio {
    --slds-c-radio-mark-color-foreground: var(
        --lwc-palettePurple50
    );
}

body {
    background-color: white;
    padding: 0px;
}

.footer {
    display: flex;
    /* flex-direction: row; */
    border-top: 1px solid lightgrey;
    align-items: center;
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 50px;
}

.footer a {
    color: #333;
}

.footer a:hover {
    color: #c30000ed;
}

.poweredBy {
    /* position: fixed; */
    bottom: 0;
    left: 0px;
    background-color: white;
    width: 100%;
    text-align: center;
    padding: 1px 10px 1px 1px;
}

.selectedStage {
    color: #c30000;
}

.placholder::-webkit-input-placeholder {
    color: #242424 !important;
}

/*input:-moz-placeholder {
color: red !important;  
}

input::-moz-placeholder {  
color: red !important;  
}

input:-ms-input-placeholder {  
color: red !important;  
}*/
.input-section {
    /* padding: 20px 15px 40px !important; */
    margin-bottom: 40px;
}

/*.inputToken {
    margin-bottom: 40px;
}*/

.registerLogin2022 .two-side .input-section {
    margin-top: 40px;
}

.errorContainer span {
    text-align: end;
    width: 100%;
    font-size: 11px;
}

.errorContainer div {
    text-align: end;
    width: 100%;
}

.name {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.pointer {
    cursor: pointer;
}

.title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 36px;
}

.titleRecoverPass {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 36px;
    margin-top: 0;
}

.recoverPass {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}

.btnRecover {
    margin-top: 29px;
    margin-bottom: 18px;
}

.box-wrapper {
    margin-bottom: 38px;
    background-color: #f4f4f4;
    padding: 20px 25px;
    position: relative;
}

.sub-title-Socio {
    font-size: 18px;
    font-weight: normal;
}
.indicativo {
    width: 100%;
    height: 50px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    border-radius: 0;
    appearance: none;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    max-height: 50px;
    border-width: 1px;
    border: 1px solid #ccc;
}

.iti {
    margin: 0 !important;
}

/* .iti * {
z-index:1;
} */

.header {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    right: auto;
    left: auto;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    align-items: center;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 24px;
    height: 70px;
}

.header-hight {
    height: 70px;
    /* margin-bottom: 25px; */
}

.fullContainer {
    display: block;
    flex-direction: row;
    width: 100%;
}

.container {
    display: flex;
    flex-direction: row;
    width: 100vw;
    /* padding-right: 0px;
padding-left: 19rem; */
    margin: 0;
    justify-content: center;
}

.container-message {
    display: flex;
    flex-direction: column;
    /*  padding: 1% 5% 1% 5%; */
    /* width: 650px; */
    /* text-align: left; */
    /* border-left: 1px solid lightgrey; */
    color: grey;
    font-size: 14px;
    text-align: justify;
    padding-left: 100px;
    /* margin-right: auto;
margin-left: auto; */
    margin-top: 30px;
    padding-left: calc(68.5 / 1366 * 100vw);
}

.container-message a {
    color: grey;
}

.container-message a:hover {
    color: #c30000;
}

.container-message span {
    margin: 5px;
}

.container-render {
    display: flex;
    flex-direction: column;
    /* margin: auto; */
    /*                 width: 650px;
padding: 1% 5% 1% 5%; */
    margin-right: 0;
    padding-right: 68.5px;
}

.list-unstyled li {
    width: 100%;
}

.thumbnail {
    border: 0;
    border-bottom: 1px solid #e8e8e8 !important;
    border-radius: 0;
    /*font-weight: 600;
color: grey;*/
    font-size: 14px;
    padding-bottom: 17px;
    font-family: Roboto, sans-serif;
    color: #242424;
    line-height: 1.42857143;
}

.thumbnail a {
    right: 15px;
    position: absolute;
    top: -20px;
}

.hide {
    display: none;
}

.display {
    display: flex;
    flex-direction: column;
}

.display label {
    font-size: 12px;
    color: grey;
}

.menu {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.menu-item {
    padding: 5px;
    color: #242424;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    margin-right: 40px;
    font-weight: 500;
}

.menu-item-selected {
    font-family: Roboto, sans-serif;
    border-bottom: 3px solid #c30000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #c30000;
    padding: 5px;
    font-size: 24px;
    margin-right: 30px;
    font-weight: 500;
    padding-bottom: 16px;
    margin-right: 40px;
}

.title-Socio {
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 36px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
}

.sub-title-Socio {
    font-size: 18px;
    font-weight: normal;
}

.SVG-Socio-Copiar {
    float: right;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.SVG-Socio-Copiar:hover {
    fill: #c30000;
    color: #c30000;
    visibility: visible;

    /* width: 70px;
height: 74px;*/
}

.right {
    position: absolute;
    right: 20px;
    font-weight: 500;
}

.slds-button {
    width: 100%;
    color: white;
    height: 50px;
}

lightning-button button {
    height: 50px;
    background-color: #242424;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Roboto;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 1;
}

.inner-lightning-button button {
    margin-top: 40px;
}

.lightning-button {
    margin-top: 40px;
}

.container-footer {
    margin-right: 15px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    white-space: nowrap;
}

.container-footer span {
    margin: 5px;
}

.container-footer span a:hover {
    color: #c30000;
    text-decoration: none;
}

.container-footer.lang {
    margin-right: calc((30 / 1366) * 100vw);
    text-align: left;
}

.userContainer {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    /* height: 50px; */
}

.userContainer,
.progress {
    margin-bottom: 10px !important;
}

.userInput input {
    border: none;
    padding: 0;
    /* width: 15vw; */
    background-color: transparent !important;
}

.container-socio {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: whitesmoke;
}

.container-duplicados-card {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: whitesmoke;
}

.container-duplicados {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 2px solid whitesmoke;
    cursor: pointer;
}
.duplicadosSelect {
    border-color: #c30000 !important;
}

/* .containerError input:focus {
border: none !important;
} */

.userInput input:focus {
    border: none !important;
}

.phc input {
    max-width: 50px !important;
    padding-left: 15px !important;
}

.dateContainer {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.passwordContainer {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    outline: 1px solid #ccc;
    align-items: center;
    position: relative;
    max-height: 50px;
}

.passwordInput input {
    border: none;
    padding: 0;
    padding-left: auto !important;
}

.header-steps {
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    color: #242424;
    list-style-position: inside;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    font-family: Roboto, sans-serif;
}

.header-steps-not-focus {
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 400;
    color: #bebebe;
    list-style-position: inside;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    font-family: Roboto, sans-serif;
}

.containerErrorCombined {
    border: solid 1px #c30000 !important;
}

.containerError input {
    border: solid 1px #c30000 !important;
}

.passwordInput {
    width: 90%;
    max-height: 50px;
}

.passwordInput input:focus {
    border: none !important;
}

.container-svg {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-svg svg {
    fill: #c30000;
    height: 15px;
}

.progress {
    height: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 0px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #c30000;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.form-select {
    width: 100%;
    height: 35px;
    border: 1px solid #8a8a8a !important;
}

.userContainer select {
    border: none !important;
    width: 6vw;
    min-width: 120px;
}

.strech {
    width: 100%;
}

.strech .slds-grow {
    width: 100%;
}

.strech input {
    width: 100%;
}

.back {
    margin-top: ;
}

.messagecontainer {
    /* padding-top: 5%; */
    padding-bottom: 5%;
    display: flex;
    flex-direction: row;
    /* margin: auto;*/
    width: 100%;
}

.messagecontainer-Password {
    /* padding-top: 5%; */
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    color: #888888;
    width: 90%;
}

.svg {
    margin-right: 10px;
}

::-ms-reveal {
    display: none;
}

.btnLink {
    /*display: inline;
font-size: 13px;
color: #333;
text-align: center;
cursor: pointer;*/
    display: block;
    text-decoration: underline;
    margin-top: 10px;
    width: fit-content;
    font-family: Roboto, sans-serif;
    color: #242424;
    background-color: transparent;
}

.btnLink:hover {
    color: #c30000;
    cursor: pointer;
}

button:disabled {
    opacity: 0.35; //color: #242424;
}

.container-login {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    color: #242424;
}

.container-login .container-render {
    padding: 0;
    width: 100%;
}

.row list-unstyled {
    margin-right: 0px;
    margin-left: 0px;
}

.eye-color {
    fill: #242424;
}

.eye-color:hover {
    fill: #c30000;
}

.eye-color-confirm:hover path {
    stroke: #c30000 !important;
}

.registo-link {
    color: #c30000;
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
}

.link {
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
}

.no-underline {
    text-decoration: none !important;
}

.no-underline-email {
    text-decoration: none !important;
    cursor: auto !important;
    color: grey !important;
}

.registo-link:hover {
    color: #c30000;
}

.registo {
    color: #c30000;
}

.selected-language {
    color: #c30000;
    font-weight: bold;
}

.error {
    color: #c30000;
}

.errorContainer {
    display: flex;
    flex-direction: row;
    color: #c30000;
}
.errorContainer label {
    color: #c30000;
}

.errorContainer div:last-of-type {
    margin-left: 10%;
}

.capslock {
    /*position: absolute;*/
    left: 15px;
    width: 24px;
    height: 24px;
    /*top: 37px;*/
    fill: #bebebe;
    z-index: 1;
    padding-left: 10px;
}

.eyeclass {
    position: absolute !important;
    right: 15px !important;
    bottom: 12px;
}

.login-link {
    display: block;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

input[type="year"],
input[type="day"],
input[type="months"] {
    font-size: 18px;
    max-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid lightgrey;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
}

.container-pass {
    margin-top: 10px;
}

.login-link a {
    /* font-weight: normal; */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.42857143;
    box-sizing: border-box;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    outline: 0;
    color: #242424;
    text-decoration: underline;
    margin-top: 10px;
    font-weight: 400;
}

.login-text-header {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.validationContainer {
    display: flex;
    flex-direction: column;
}

.validationContainerBtn {
    display: flex;
    flex-direction: row;
    place-content: space-between;
}

/* .backgroundInverse {
position: absolute;
background-color: rgba(255, 0, 0, 0.7);
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 1000;
align-items: center;
padding-left: 50%;
} */

.spinner-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    transition: opacity 0.2s;
}

.loader img {
    width: 70px;
    border: 2px solid whitesmoke;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.formUpdateContainer {
    padding: 5% 5% 5% 5%;
}

    @media (max-width: 430px) {

    .errorContainer div:last-of-type{
        margin-left: 0px;
    }
    
    .errorContainer span {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .login-block {
        /*min-height: calc(100vh - 181px - 70px - 42.5px - 66.5px);
min-width: calc((604.5 / 1366) * 100vw);
max-width: calc((604.5 / 1366) * 100vw);
margin-bottom: 66px;
border-right: 1px solid #E8E8E8;*/
        /*min-width: calc((604.5 / 1366) * 100vw);
max-width: calc((604.5 / 1366) * 100vw);*/
        margin-top: 26px;
        margin-bottom: 66.5px;
        padding: 0;
        padding: 0 calc(68.5 / 1366 * 100vw) 0 0;
        border-right: 1px solid #e8e8e8;
        min-height: calc(
            100vh - 181px - 70px - 42.5px - 66.5px
        );
        width: 55%;
    }
    .container-message {
        display: flex;
        flex-direction: column;
        /*  padding: 1% 5% 1% 5%; */
        /* width: 650px; */
        /* text-align: left; */
        /* border-left: 1px solid lightgrey; */
        color: grey;
        font-size: 14px;
        text-align: justify;
        /*padding-left: 100px;*/
        /* margin-right: auto;
margin-left: auto; */
        margin-top: 30px;
        padding: 1% calc(68.5 / 1366 * 100vw);
        width: 45%;
    }
}

.disable-label {
    display: block !important;
    margin-bottom: 4px !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    text-transform: uppercase;
    color: #bebebe !important;
    pointer-events: none;
}

.step-name {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 0 11px;
}

.step-name:hover {
    color: #333;
    text-decoration: none;
}

/* #messageLogin span {
display: block;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-size: 14px;
line-height: 1.42857143;
font-family: Roboto, sans-serif;
box-sizing: border-box;
margin: 7px 0;
display: block;
} */
lightning-formatted-rich-text span {
    display: block;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.42857143;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    /* margin: 7px 0; */
    display: block;
}

#messageLogin #conta-benfica {
    text-decoration: none;
    color: #c30000;
}

#messageLogin #conta-benfica:hover {
    text-decoration: underline;
}

label {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #242424;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}

.container-footer.lang > span:hover {
    font-weight: bold;
    color: #c30000;
}

.tittle-variant1 {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.btn.back {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    line-height: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-top: 15px;
}

.input-field-required-description {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    box-sizing: border-box;
    margin: 0 0 10px;
    font-family: Roboto, sans-serif;
    color: #242424;
    font-size: 11px;
}

.passwordContainer.Margin {
    margin-bottom: 20px;
}

.tittle-variant2 {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    color: #242424;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 17px;
}

.password-strenght-container {
    margin-bottom: 20px;
}

.passwordContainer {
    margin-bottom: 10px;
}

.progress.container-progress-strenght {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0px !important;
}

.container-progress-strenght .progress-bar {
    line-height: 1.42857143;
    color: #242424;
    box-sizing: border-box;
    border-bottom: 3px solid #c30000;
    transition: all 1s;
    transform-origin: left;
    border-color: rgb(195, 0, 0);
    background-color: transparent;
    box-shadow: none;
}

.arrow {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    line-height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s ease !important;
    stroke: #242424;
    stroke-width: 5px;
    width: 5px;
    height: 8px;
    fill: none;
    transform: scaleX(-1) !important;
    margin-left: 0;
    margin-right: 10px;
}

.arrowFoward {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    line-height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s ease !important;
    stroke: #242424;
    stroke-width: 5px;
    width: 5px;
    height: 8px;
    fill: none;
    transform: scaleX(-1) !important;
    margin-left: 0;
    margin-right: 10px;
}

.btn.back:hover .arrow {
    transform: translateX(-5px) scaleX(-1) !important;
    transition: transform 0.3s ease !important;
}

.arrow-rigth {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    line-height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s ease !important;
    stroke: #242424;
    stroke-width: 5px;
    width: 5px;
    height: 8px;
    fill: none;
    transform: scaleX(1) !important;
    margin-right: 0;
    margin-left: 10px;
}

.btn.back:hover .arrow-rigth {
    transform: translateX(5px) scaleX(1) !important;
    transition: transform 0.3s ease !important;
}

.passStrengthDiv {
    margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    height: 50px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    border-radius: 0;
    appearance: none;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    max-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gender {
    margin-bottom: 20px;
}

.passwordContainer:focus-within {
    outline: 1px solid #8a8a8a;
}

.socio:not(:last-of-type) {
    margin-bottom: 10px;
}

select.slds-select.big-select {
    height: 50px;
    text-transform: none;
    padding: 12px 14px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ccc;
}

select.slds-select.big-select option {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    list-style: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: Roboto;
    margin: 0;
    font-weight: 400;
    padding: 10px 20px;
    color: #bebebe;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}

.registo-container > lightning-input {
    margin-bottom: 10px;
}

.registo-container label {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #242424;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}

.registo-container
    lightning-radio-group
    .slds-form-element__control,
.registo-container lightning-radio-group .slds-radio {
    display: flex;
}

.registo-container .slds-radio__label {
    margin-bottom: 0px;
    margin: auto;
}

.radio-gen legend {
    border-bottom: 0px;
    border-top: 0px;
    margin-bottom: 0px;
}

.slds-radio input[type="radio"] {
    margin-top: 0px !important;
    width: 33px;
    height: 24px;
}

.radio-gen .slds-radio {
    margin-right: 40px;
}

.slds-radio__label .slds-form-element__label {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-transform: none;
    color: rgb(36, 36, 36);
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    transition: background-color 0.2s linear;
}

.conditions-checkbox-container {
    display: flex;
    margin-bottom: 20px;
    margin-top: 10px;
}

.conditions-checkbox-container label {
    margin: auto 0px;
}

.conditions-checkbox-container .terms-check {
    margin: auto 0px;
    margin-right: 10px;
}

.conditions-checkbox-container .terms-check input {
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    background: #fff;
    margin-top: 0px;
}
.terms-conditions-container {
    margin-bottom: 40px;
}
.terms-conditions-container label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: none;
}

.slds-button slds-button_neutral slds-button_stretch {
    margin-bottom: 40px;
}

p.obligatory-field-comment {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    color: #242424;
    font-size: 11px;
}

.terms-conditions-container .large-text {
    margin-bottom: 17px;
    margin-top: 17px;
}

.dateContainer {
    justify-content: space-between;
}

.dateContainer > lightning-input {
    width: 30%;
}

input[disabled] {
    color: #bebebe;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.links {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    display: flex;
    row-gap: 17px;
    align-items: flex-start;
    flex-grow: 2;
    flex-flow: row;
    column-gap: 20px;
    flex-wrap: wrap;
}

.links > span {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #242424;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 19px;
    padding: 50px;
}

.close-cross {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    stroke: #242424;
    stroke-width: 5px;
    cursor: pointer;
    box-sizing: border-box;
    width: 8px;
}

.close-cross-container {
    float: right;
}

.login-close-container {
    display: flex;
    padding-bottom: 17px;
    /*justify-content: space-between;*/
}

.login-close-container-text {
    width: 85%;
    margin: 0;
}

.no-label label {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.cp-number-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-right: 5px;
}

.cp-number-contaneir {
    width: 95%;
}

.cp-contanier {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}

.date input {
    text-align: center;
    border-radius: 0px !important;
}

.date:not(:last-child) {
    margin-right: 5%;
}

/* MEDIA QUERY */

@media (max-width: 768px), only screen and (max-width: 768px) {
    .container {
        display: block !important;
        width: 100% !important;
        width: 85%;
        margin: 0;
        padding-left: ;
    }

    .container .login-block {
        max-width: none;
        border: none;
        padding-right: 0px !important;
        margin-bottom: 0px !important;
        min-height: unset;
    }

    .container-message {
        padding-left: 0px !important;
        margin-bottom: 10px !important;

        /* background: #efefef80;
padding: 10px !important;
border: 1px #c3000005 solid;
border-radius: 3px; */
    }

    .header-steps {
        flex-direction: row;
        margin-left: -7px;
        margin-right: 10px;
        font-weight: 500;
        color: #242424;
        list-style-position: inside;
        white-space: nowrap;
        font-size: 14px;
        line-height: 17px;
        font-family: Roboto, sans-serif;
    }

    .header-steps-not-focus {
        flex-direction: row;
        margin-left: 0px;
        margin-right: 10px;
        font-weight: 400;
        color: #bebebe;
        list-style-position: inside;
        white-space: nowrap;
        font-size: 14px;
        line-height: 17px;
        font-family: Roboto, sans-serif;
    }

    .input-section {
        margin-top: 0px !important;
    }
    .socioMargin {
        margin-top: 20px;
    }
}
@media (max-width: 767px), only screen and (max-width: 767px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding: 20px 24px;
    }
    .container-footer-links {
        display: flex !important;
        flex-direction: column !important;
    }
    .socioMargin {
        margin-top: 20px;
    }
    .input-section {
        margin-top: 0px;
    }
}

button {
    position: relative;
    transition: transform 250ms ease-in-out,
        -webkit-transform 250ms ease-in-out;
    transition-property: transform, -webkit-transform;
    transition-duration: 250ms, 250ms;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
    border-style: none;
}

button:hover:before {
    height: 100%;
}

button:hover {
    text-decoration: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    border-color: #c30000 !important;
}

button:before {
    content: "";
    background: #c30000 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.passwordContainer lightning-input label {
    visibility: hidden;
    display: none;
}
.container404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70vh;
    padding: 10%;
}

@media (max-width: 767px), only screen and (max-width: 767px) {
    .container404 {
        height: 40vh;
        padding: 5%;
    }

    .container404 h2 {
        font-size: 100%;
    }
}