.link-listing-main{
    height: 650px;
}
/*filter title*/
.training-head p{
    font-family: apercu !important;
    margin-bottom: 5px;
    font-size: 15px;
}
/*filter input styling*/
.link-form input{
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.link-form input:focus{
    border-bottom: 1px solid #676767 !important;
}
.space-between{
    justify-content: space-between;
}
.link-listing-box{
    width: 96%;
    box-shadow: 0px 1px 4px 0px #ccc;
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    margin-left: 2px;
    height: 115px;
    padding: 15px 35px;
    align-items: center;
    transition: all ease-in .3s;
}
.link-listing-box:hover {
    transition: all ease-in .3s;
    /*transform: scale(1.02);*/
    box-shadow: 0px 0px 2px 0px #ccc;

}
.link-listing-box:nth-child(even){
    margin-left: -2px !important;
}
.link-img {
    width: 30%;
    float: left;
}
.link-img img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.state-name{
    width: 70%;
    float: right;
}
.link-listing-main >.scroll-wrapper > .scroll-content{
    overflow-x: hidden !important;
}
.scrollbar-inner > .scroll-element.scroll-x{
    display: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cccccc !important;
}
.select2-container--default .select2-selection--single{
    background: #fcfcfc !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.select2-container--default .select2-selection--single:focus{
    border: 1px solid #000 !important;
    background: #fff !important;
}
span.select2.select2-container.select2-container--default{
    /*padding: 0px 0px 15px !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px !important;
    padding-left: 15px !important;
    color: #767575 !important;
    font-family: myraid-rglr !important;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px !important;
}
.select2-container .select2-selection--single{
    height: 37px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .select2-container--default .select2-selection--single{
    border-radius: 0px !important;
  }

}
.select2-container--open .select2-dropdown{
  top: -14px !important
}
/*.listing-filter .nice-select{
  line-height: 23px;
  height: 38px !important;
  font-size: 15px !important;
}
.listing-filter{
  border: 1px solid #ccc;
}
.listing-filter .input-group-text{
  padding: 3px 10px !important
}*/
.scrollbar-inner > .scroll-element div{
  /*top: 0px !important;*/
  width: 100%;
  background: #d6d5d5 !important;
}
.scrollbar-inner > .scroll-element .scroll-bar{
  background-color: #989898 !important;
  height: 190px !important;
}
