@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body, html {
    font-family: 'Ubuntu', sans-serif;
}

/****************************
        INDEX PAGE CSS
*****************************/
.products-table{
    border: 1px solid #dee2e6;
}

/****************************
        MODAL POPUP CSS
*****************************/

.modal-dialog{
    max-width: 1070px !important;
}

.btn-close{
    box-shadow: none;
}

.btn-close:hover,
.btn-close:active{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-body.row{
    text-align:initial;
}

.nutrient-value{
    margin-left: 0.4rem;
}

.delete-nutrient {
    background: #dc3545;
    box-shadow: none;
}

.delete-nutrient:hover{
    background: #bb2d3b !important;
}

.delete-nutrient .fas,
.add-more-nutrients .fas{
    color: #cfdce8;
}

.add-more-nutrients{
    background: #0b5ed7;
    box-shadow: none;
}

.add-nutirtion-table-btn{
    background: #157347;
    box-shadow: none;
}

.add-nutirtion-table-btn:hover{
    background: #299f68;
    border-color: #146c43;
}

.close-btn{
    background: #5c636a;
    box-shadow: none;
}

.close-btn:hover{
    background: #949a9f;
    border-color: #7f858a;
}

.ingredients-btn {
    background: #0b5ed7;
    box-shadow: none;
}

.remove-ingredients-btn{
    background: #dc3545;
    box-shadow: none;
}

.remove-ingredients-btn:hover{
    background: #bb2d3b !important;
}

.modal-footer button{
    font-size: 12px;
}

button.delete-nutrient-table{
    color: #fff;
    background: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

button.delete-nutrient-table:hover{
    color: #fff;
    background: #bb2d3b;
    border-color: #b02a37;
    box-shadow: none;
}