.table-edit,.table-add {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.element-tr,.element-td {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 5px;
}

.input_edit {
    width: 360px;
    border: 1px solid black;
    border-radius: 5px;
}

.input_search {
    width: 360px;
    border: 1px solid black;
    border-radius: 5px; 
    margin-bottom: 5px;
}

.input_search::placeholder {
    font-style: italic;
}

.textarea_edit {
    width: 360px;
    height: 80px;
    resize: none;
    border-color: black;
    border-radius: 5px;
}

.title_edit {
    font-weight: 700;
}

.error {
    height: 30px;
    background-color:#f4cccc;
    border:1px solid #ff8585;
    border-radius: 5px;
    display: none;
}

.error-text {
    margin-left: 5px;
    color: #ff6262;
    vertical-align: middle;

}

.checklist {
    width: 360px;
    height: 100px;
    border: 1px solid black;
    border-radius: 5px;
    overflow: auto;
}

.list {
    width: 360px;
    height: 200px;
    border: 1px solid black;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 10px;
}

.input_file {

}

.input_file::file-selector-button {
    font-weight: bold;
    color: dodgerblue;
    padding: 0.5em;
    border: 1px solid black;
    border-radius: 5px;
}

.img_edit{
    border: 1px solid black;
}