.empty_div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.empty_div_nei {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.flex_justify_center {
    display: flex;
    justify-content: center;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.empty_spot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.empty_line {
    flex: 1;
    border: 1px solid #DDDDDD;
}

.empty_textarea {
    width: 100%;
    height: 100%;
    border: none;
}

.empty_input_div {
    height: 40px;
    width: 90%;
}

.empty_feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
    border-radius: 5px;
}