.filter-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #75CFEE;
}

.filter-form h2 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 1rem;
    color: #1855c3;
}

.search-box {
    margin-bottom: 10px;
}

.search-box input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group label {
    margin-bottom: 5px;
    font-weight: normal;
    color: #000;
    font-size: 0.8rem;
}

.filter-options {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    flex-direction: column;
}

.filter-options label {
    display: flex;
    align-items: center;
    gap: 3px;
}

.filter-form button {
    padding: 8px;
    background-color: #007BFF;
    color: white;
    border: 1px solid #fff;
}

.filter-form button:hover {
    background-color: #75CFEF;
    color: #000;
    border: 1px solid #fff;
}

.sfcss {
    position: relative;
    background: #6BB4F5;
    top: -20px;
    left: -20px;
    padding: 15px;
    display: flex;
}