.error-display{
    width: 80%;
    min-height: 30px;
    margin-top: 30px;
    padding: 5%;
    border: 1px solid #0d66c2;
    border-radius: 15px 0px 0px 0px;
    background-color: rgba(255,0,0, 0.5);
}

.error-display > p{
    width: 100%;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    color: whitesmoke;
    border-bottom: 1px solid #F55E4F;
}

.data_selection{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.data_selection .row{
    width: 100%;
}

.card-success{
    height: 50px;
    background-color: #58D64F;

}


