a.personal-area__button {
    text-decoration: none;
    color: #fff;
}
.b-popup__block-right a {
    display: block;
    font-size: 0.7em;
    color: #999;
}
.b-popup__block-right a.b-popup__forget {
    color: #e80024;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
}
.personal-info__foto {
    max-height: fit-content;
    border-radius: 0;
}
.personal-info__foto img {
    max-width: 375px;
    width: 100%;
}
.personal-inforank_foto {
    position: relative;
    border-radius: 0 0 8px 8px;
    margin-top: -3px;
}
.personal-info__change-foto__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    gap:10px;
    flex-direction: column;
}
.personal-info__new-foto__input {
    cursor: pointer;
}
.personal-info__change-upload {
    display: flex; justify-content: space-between;
}
.personal-info__upload-foto {
        border: 0;
    height: 34px;
    color: #fff;
    background: #e80024;
    border-radius: 100px;
    font-family: 'CeraPro-Medium';
    font-size: .6em;
    margin-top: 0px;
    width: 125px;
    cursor: pointer;
    transition: .3s;
}
.personal-info__upload-foto:hover {
    background: #c81430;
}
.personal-info__upload-foto:active {
    box-shadow: 0 5px 15px 0 rgba(42, 42, 42, 0.20) inset;
}
.no-user-profile-foto {
    height: 281px;
    object-fit: cover;
}
.alert-danger, .alert-success, .invalid-feedback {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 10px;
    margin: 10px 0;
    background-color: white;

    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.alert-danger, .invalid-feedback {
    border-color: tomato;
    background-color: #f8b0a0;
    color: #9f1800 !important;
}
.alert-success {
    border-color: darkseagreen;
    background-color: #cdf1cd;
    color: #199219 !important;
}
.readonly {
    cursor: default;
    opacity: .3;
    background-color: #c1c1c1;
}
.contests__class {
    text-decoration: none;
}
.button_comment-send:disabled, .button_comment-send .disabled {
    cursor: wait;
    background-color: #ccc;
    color: white;
    border-color: #ccc;
}
.button_comment-send:disabled:hover, .disabled:hover {
    cursor: wait;
    background-color: #ccc;
    color: white;
    border-color: #ccc;
}
.comment-liked-status {
    /*pointer-events: none;
    cursor: default;*/
}
.comment-liked-status svg {
    fill: #E80024;
}

.btn_add_row {
    width: 100%;
    height: 50px;
}
.btn_del_row {
    width: 100%;
    height: 50px;
}
.row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.row input, .row select {
    height: 50px;
}
.row.col-4 .content__form-row-small{
    width: 24%;
}
.list_collections, .list_files, .list_partners, .list_achieves {
    width: 100%;
}
.list_partners img {
    max-width: 65%;
    margin: 0 auto 10px;
    border: 1px solid #c1c1c1;
    padding: 5px;
    border-radius: 10px;
}
.content__form-rating-number {
    width: 400px;
}
.input-file {
    width: 100%;
}
.button_form-file {
    height: 50px;
}
.input-file-list-image {
    margin: 10px 0 0;
}
.contests__class2 {
    text-decoration: none;
}
.contests__class_active, .contests__class2:hover {
    border: 2px solid #ff0000 !important;
    color: #ff0000 !important;
}
.contests__class2 {
    color: #121212;
    font-size: 0.9em;
    border: 2px solid transparent;
    padding: 8px 8px 8px 16px;
    border-radius: 100px;
    transition: .3s;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #121212;
    height: 42px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 180px;
}
.etUnit.etDays {
    margin-right: 40px;
}
