html,
body {
    background-color: #ededed;
}

.nav-container {
    padding-left: 15px !important;
}

.filterselect {
    margin: 0 !important;
    padding: 3px 5px!important;
    max-width: 120px;
}

.filterbox button {
    margin-right: 5px !important;
    display: block !important;
}

.cityArea {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.accord-pt-2{
    padding-left: 0px !important;
}

.slider-track {
    background-color: #ddd !important;
}

.slider-selection {
    background-color: blue !important;
}
.county-list{
    max-height: 350px;
    overflow: auto;
    /*overflow-x: hidden;*/
}

.notifyjs-corner {
    left: 0;
    top: !important;
    bottom: 0;
    max-width: 200px;
}

.county-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.county-list::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 100px;
}

.county-list::-webkit-scrollbar-thumb {
    background-color: #d4aa70;
    border-radius: 100px;
}
.pt-l-r-0{
    padding-left: 7px !important;
    padding-right: 0px !important;
}
.size-f-11{
    font-size: 11px;
    font-weight: bold;
}
.int-mr-l0{
    margin-right: 0px !important;
}
.list-br-1{
    border-top: 1px solid #00000036 !important;
    background-color: #f9f9f9 !important;
}
.list-br-0{
    border: 0px !important;
    background-color: #f9f9f9 !important;
}
.list-search-0{
    border-radius: 10px;
    padding: 5px;
    border: 2px solid #ededed;
    max-height: 26px;
    width: 100%;
    font-size: 14px;
}
.form-check-label{
    margin-top: 2px;
}

.span-l-1{
    background-color: #ededed;
    padding: 3px 10px 3px 10px;
    border-radius: 25px;
}
.i-mg-5{
    margin-left: 5px;
}
.mg-1{
    margin-right: 1px !important;
}
#universityArea{
    width: 300px;
}
#bolumArea{
    width: 400px;
}
.xscroll-none{
    overflow-x: hidden;
}
.f-1-l{
    float: left;
    margin-bottom: 5px;
}
.mx-100{
    width: 100%;
}

.ovr-1{
    overflow-x: scroll;
}
@media (max-width:1028px){
    .ovr-2{
        overflow-x: scroll;
    }
}
.mr-0{
    margin-bottom: 0px;
}
.btn-pry{
    border-radius: 5px;
    padding:5px;
}
.rg-lg-1{
    float: right;
}