.button-newsletters{
    border: none !important;
    background-color: transparent !important;
    cursor: pointer !important;
}
.div-alert-danger{

}
.span-alert-danger{
    border-radius: 100px !important;
}

.error-validation{
    border-bottom: 2px dashed red !important;
}

.page-item.active > span.page-link{
    border: 1px solid #343a40 !important;
    background-color: #343a40 !important;
}

.alert-error-form-validation{
    display: none;
}
.error-input{
    border-bottom: 1px dashed red !important;
}
.user-li-menu{
    margin-top: -15px !important;
}
.user-link-menu > img{
    border-radius: 100px !important;
    border: 1px dashed black;
}
.btn-closed{
    border-radius: 200px !important;
    padding: 15px;
    background-color: darkred;
    color: white;
    border: 1px dashed white;
    cursor: pointer;
}
