.all_relevant_suppliers ul li {
    font-size: 1.2rem;
    line-height: 2rem;
}


.addToExcelButton {
   margin-top: 1rem;
    margin-bottom: 1rem;

}

.supplire_title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
}




.add_new_supplir{
    clear: both;
    background-color: #f5e79e !important;
    color: black;
    text-align: center;
    padding: 0.5rem;
}





.column {
    padding: 5%;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    color: black;
    margin-bottom: 1%;
    background-color: #f5e79e ;
    border: 2px solid black;
    border-radius: 25px;

}
.column .body {
    font-size: 15px;
    line-height: 18px;
    word-wrap: break-word;
}

.addGeneralSupplier {
    margin-bottom: 3rem;
}
.column_container {
    margin: auto;
}
.header_list_of_suppliers {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.flex-container  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 
}



