.filter_input {
    padding: 10px;
    height: 50px;
    width: 215px;
}

.select-list-wrap-outer.open {
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding: 5px;
}

.select-list-wrap-outer.select.open {
    padding: 0;
    max-height: 200px;
    overflow-y: scroll;
}

.select__arrow {
    cursor: pointer;
}

.select-list-wrap .select-list {
    border-bottom: 1px dotted #002455;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    padding: 15px;
}

.select-list-wrap-outer .select-list:hover, .select-list-wrap-outer .select-list.active {
    color: #fff;
    background-color: #002455;
    cursor: pointer;
}

