.search-bar {
    background: #a6adac;
    color: #FFFFFF;
    text-align: left;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
}

.search-bar-input:focus {
    border-style: solid !important;
}

.search-bar button {
    padding: 11px 17px;
    opacity: 0.8;
    background: #279080;
    border: none !important;
}

.search-bar button:hover {
    background: #279080;
    opacity: 1;
}