.selector_metodoenvío{
    margin-left: 0px !important;
}

.logo_edit_user {
    flex-direction: row;
    justify-content: flex-end;
    color: black;
    width: fit-content;
    margin-left: auto;
    font-size: 16px;
	cursor:pointer;
}

.desabilitado {
    pointer-events: none;
    opacity: 0.4;
}
 
.visible{
    opacity: 1 !important;
    pointer-events: all !important;
}

.registrar_datos_usuario_avln{ 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #e7e7e7;
    padding: 20px 35px 20px 35px;
    width: 97%;
    -webkit-box-shadow: 0px 0px 50px 30px #454545;
    -moz-box-shadow: 0px 0px 50px 30px #454545;
    box-shadow: 0px 0px 50px -30px #454545;
    z-index: 1;
}

.init_datas_user_avln{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #e7e7e7;
    padding: 80px;
    width: 97%;
    -webkit-box-shadow: 0px 0px 50px 30px #454545;
    -moz-box-shadow: 0px 0px 50px 30px #454545;
    box-shadow: 0px 0px 50px -30px #454545;
    z-index: 1;
}

.init_datas_user_avln{
    margin-left: auto;
    display: grid;
    width: 50%;
}


.line-address {
    padding: 9px;
}


.line-address span{
    color: black;
    font-weight: 500;
}

.registrar_datos_usuario_avln .col-6.line-address.row {
    padding-bottom: 20px;
    margin: 0px;
}

.registrar_datos_usuario_avln .return{
    width: fit-content;
    padding: 9px;
    background: #ececec;
    color: black;
}

.registrar_datos_usuario_avln input{
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #c3c3c3;
    color: #c3c3c3;
}


.registrar_datos_usuario_avln input::placeholder{
    color: #c3c3c3;
}

.registrar_datos_usuario_avln select{
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
    padding: 5px;
}

.registrar_datos_usuario_avln button{
    margin-left: auto;
    margin-top: 20px;
    border: none;
    color: white;
    background: black;
    padding: 8px 30px;
	cursor: pointer;
}

 .init_datas_user_avln button{
    color: white;
    background: black;
    padding: 8px 30px;
	cursor: pointer;
    margin-top: 20px;
}

.init_datas_user_avln .line-address{
    margin-left: auto;
    margin-right: auto;
}

.init_datas_user_avln input{
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #c3c3c3;
    color: #c3c3c3;
}

.init_datas_user_avln input::placeholder{
    color: #c3c3c3;
}

.registrar_datos_usuario_avln .return{
    width: fit-content;
    padding: 9px;
    background: #ececec;
    color: black;
    margin-bottom: 15px;
    cursor: pointer;
}

.errors {
    text-align: center;
    background: #ffe1e1;
    padding: 5px;
    margin-bottom: 5px;
}

.success {
    text-align: center;
    background: #6dcf6654;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
}