.search-result{
    z-index: 2;
    height: 200px;
    overflow: auto;
}
.bg-orange{
    background-color: #e95d0f !important;
}
.bg-orange-hover:hover{
    opacity: 0.7;
}
.text-orange{
    color: #e95d0f !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.border-orange-bottom{
    border-bottom-color: #e95d0f;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
.border-start-orange{
    border-left-color: #e95d0f;
    border-left-width: 5px;
    border-left-style: solid;
}
.filter-section {
    font-family: sans-serif;
}

.filter-section .form-control {
    margin: 0px !important;
    border-radius: 0px;
}