.panel-footer {
    display: flex;
    justify-content: space-between;
    /* margin-top: 5px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px; */
    border-top: 1px solid lightgray;
    padding: 7px 16px;
    background-color: #eeeeee;
}
.component-container{
    padding: 10px;
}
.color-text-success {
    color: #48a850;
};
.form .field-error{
    font-size: 14px;
}
.form .text-color-danger {
    color: #e63f3f;
}
.form .border-danger {
    border-color: #e63f3f;
}
.bottom-options {
    display: flex;
    justify-content: space-between;
}
.cv-btn-link:hover {
    text-decoration: none;
}
.cv-btn.p-button.p-button-sm{
    padding: 3px;
}
.cv-btn.p-button.p-button-icon-only{
    width: 30px;
}

.css-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.css-justify-between {
    justify-content: space-between;
}