.pelayo-portal-corporativo .wrapper input[type='number'] {
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    color: #373839;
    display: flex;
    font-size: 1.6rem;
    line-height: 2.4rem;
    outline: 0;
    padding: 1.2rem 1.5rem;
    width: 100%;
}

.pelayo-portal-corporativo .wrapper input[type='checkbox'].aui-custom-checkbox{
	cursor: pointer;
    left: auto;
    background: #fff;
    border: 1px solid #373839;
    border-radius: 4px;
    content: '';
    display: inline-flex;
    height: 25px;
    margin-right: 0.5rem;
    min-width: 25px;
    width: 25px;
    position: relative;
    -webkit-appearance: checkbox;
}

.pelayo-portal-corporativo .wrapper .col-md-9 .noRequired{

    padding-left: 10px;
}

.pelayo-portal-corporativo .wrapper .input-checkbox-wrapper label{
	margin-right: 2rem;
}

/* .pelayo-portal-corporativo .wrapper input[type='checkbox']::after {
	background: 0;
    color: #0071b1;
    content: '\e90a';
    font-family: 'icomoon';
} */

 .iconHelpInput label svg {
     height:15px !important;
     margin-top:-20px !important;
     pointer-events:none;
}
.pelayo-portal-corporativo .wrapper input[type='radio'][name$='geoScope']{
    position: relative !important;
    left: auto !important;
    margin: 0 0.5rem 0 0 !important;
    -webkit-appearance: radio !important;
    appearance: auto !important;
    opacity: 1 !important;
}
.pelayo-portal-corporativo .wrapper .radio label{
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.pelayo-portal-corporativo .wrapper .help-inline,
.pelayo-portal-corporativo .wrapper .help-block,
.pelayo-portal-corporativo .wrapper .form-validator-stack,
.pelayo-portal-corporativo .wrapper .form-feedback-item {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 0.4rem;
}