
.filter-locations-options{
    background-color: #ffffff; /* Blue background */
    padding: 15px;
    border-radius: 7px;
}
.filter-by-title{
    font-family: Gotham;
    font-size: 20px;
    font-weight: 700;
    line-height: 19.14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #001F5B;
}
.filtering-option {
    font-family: Gotham;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #001F5B;
    cursor: auto;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    gap: 8px; /* Add spacing between checkbox, icon, and label */
}

.filtering-option input[type="checkbox"] {
    margin: 0 3px 0 0 ; /* Remove default margins */
    vertical-align: middle; /* Ensure the checkbox is aligned */
    flex-shrink: 0; /* Prevent checkbox from resizing */
}

.filtering-option .filter-icon {
    height: 20px; /* Adjust the height of the icon */
    width: 30px!important; /* Ensure consistent dimensions */
    margin: 0; /* Remove any extra margins */
    padding: 0; /* Remove any extra padding */
    display: inline-block; /* Ensure proper alignment */
    vertical-align: middle; /* Align with text */
    object-fit: contain; /* Ensure the icon is not distorted */
}

.filtering-option label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filtering-option-link{
    font-family: Gotham;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    text-decoration: underline;
    color: #001F5B;
    cursor: pointer;
}
.filtering-option-link a{
    font-family: Gotham;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    text-decoration: underline;
    color: #001F5B;
    cursor: pointer;
}
.filtering-option-link a:hover{
    font-family: Gotham;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: underline;
    color: #001F5B;
    cursor: pointer;
    border: none !important;

}

.filtering-option-link-title{
    font-family: Gotham;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    color: #001F5B;
    margin-bottom: 0;
}
.filter-locations-options input[type="radio"],input[type="checkbox"]  {
    margin-right: 0; /* Space between the radio button and label */
    vertical-align: middle; /* Align the radio button with the label text */
    height: 20px;
    width: 20px;
}

.filter-locations-options input[type="radio"],input[type="checkbox"]:after  {
    margin-right: 10px; /* Space between the radio button and label */
    vertical-align: middle; /* Align the radio button with the label text */
    height: 20px;
    width: 20px;
}

.filter-locations-options .filtering-option {
    display: block;
    margin-bottom: 10px; /* Space between sorting options */
}

.filter-locations-options .filter-by-title {
    display: block;
    margin-bottom: 10px; /* Space between title and options */
    font-weight: bold;
}

.filter-options select,
.filter-options input {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.filtering-option .filter-icon {
    height: 20px; /* Adjust size as needed */
    width: auto;
    bottom: 0!important;
}

.form-group {
    flex: 1; /* Each field takes equal width in the row */
    display: flex;
    flex-direction: column;
}
