﻿
.search-bar {
    padding-left: 10px;
}

.search-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.search-bar li {
    display: inline-block;
}

.search-wrapper {
    display: flex;
}
.main-card {
    background-color: rgba(248, 248, 254, 1)!important;
    padding-left: 2rem;
    padding-top: 1.5rem;
}

.btn-all {
    background-color: #667EEA;
    color: white;
}


.btn-all:focus {
    background-color: #667EEA;
    color: white;
}

.btn-goods:focus {
    background-color: #3FD398;
    color: white;
}

.btn-check:focus {
    background-color: #D7AE40;
    color: white;
}

.btn-bad:focus {
    background-color: #DD9292;
    color: white;
}

.options {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

    .options a {
        cursor: pointer;
    }
