.default-sidebar {
    border: 1px solid var(--color-extra-three);
    padding: 15px;
    border-radius: 15px;
}
.widget-title h4 {
    font-size: 14px;
    font-weight: bold;
}
.default-sidebar  label.form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
}

.airlines-widget a{
    font-size: 14px;
    font-weight: 500;
}

.stop-widget .widget-content{
    display: flex;
    gap: 5px;
}
.stop-widget .widget-content span{
    font-weight: 600;
}

.stop-widget .widget-content ul{
    display: flex;
    gap: 5px;
}
.stop-widget .widget-content ul li a {
    height: 25px;
    width: 25px;
    display: flex;
    border: 1px solid #999999;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
    color: var(--black-color);
}
.stop-widget .widget-content ul li a.active{
    background-color: var(--black-color);
    color: var(--primary-color);
}