.combo-select-dropdown input,
.combo-select-dropdown li {
    padding: 0.6rem 1rem;
    margin: 0;
    min-height: 70px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
}

.combo-select-dropdown li {
    position: relative;
    font-size: 12px;
    padding: 0;
}

.combo-select-dropdown ul {
    list-style: none;
    padding: 0;
}

.combo-select-dropdown li li:hover {
    color: #013942;
    background-color: #e9e9e9;
}

.combo-select-dropdown li li.current {
    color: white;
    background-color: pink;
}

.combo-select-dropdown li li.active {
    color: white;
    background-color: skyblue;
}

.select-list-group {
    position: relative;
}

.select-list-group,
.select-list-group * {
    width: 100%;
}

.select-list-group .select-list-group-search+.select-list-group__toggle:after {
    content: "v";
    font-family: sans-serif;
    position: absolute;
    top: .6rem;
    right: .7rem;
    width: 2rem;
    padding: 0.6rem;
    text-align: center;
}

.select-list-group .select-list-group-search:focus+.select-list-group__toggle:after {
    content: "^";
}

.select-list-group [data-toggle="false"] {
    display: none;
}

.select-list-group [data-toggle="true"] {
    display: inherit;
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);
}

.select-list-group li[data-display="false"] {
    display: none;
}

.select-list-group li[data-display="true"] {
    display: inherit;
}

.select-list-group li[data-highlight="false"] {
    border-left: 0;
}

.select-list-group li[data-highlight="true"] {
    color: white;
    background-color: grey;
}

.select-list-group::after {
    position: absolute;
    right: 0;
    top: 25px;
    right: 35px;
    width: 10px;
    height: 10px;
    content: "\f0dc";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #40727f;
    font-size: 26px;
    z-index: 9;
}

.combo-select-dropdown li input#speciality_filter {
    font-size:19px;
    font-weight: 300;
    color: black!important;
    line-height: 36px;
    font-style: italic;
}

ul.select-list-group-list {
    background: white;
    position: absolute;
    z-index: 9;
    max-height: 180px;
    overflow: auto;
}

.combo-select-dropdown ul {
    text-align: left;
}

ul.select-list-group-list li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-align: left;
    color: #013942;
    white-space: nowrap;
    min-height: unset;
    border-radius: 0;
    font-size: 16px;
}

@media only screen and (max-width:480px) {
    #search-result .searcgresultinput {
        width: 100%;
    }
}


/* / Buttons / */
.select-list-group-list::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height: 17px;
  width: 17px;
}

.select-list-group-list::-webkit-scrollbar-button:disabled
{
  /* / Why is this not red??? / */
  background-color:  red;
}

.select-list-group-list::-webkit-scrollbar-button:hover
{
  background-color: #d2d2d2;
}

.select-list-group-list::-webkit-scrollbar-button:active
{
  background-color: #787878;
}

/* Up */
.select-list-group-list::-webkit-scrollbar-button:vertical:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='50,30 100,80 0,80'/></svg>");
}

.select-list-group-list::-webkit-scrollbar-button:vertical:decrement:active
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='50,30 100,80 0,80'/></svg>");
}

.select-list-group-list::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}


/* Down */
.select-list-group-list::-webkit-scrollbar-button:vertical:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='0,15 100,15 50,75'/></svg>");
}

.select-list-group-list::-webkit-scrollbar-button:vertical:increment:hover
{
  border-color: #505050 transparent transparent transparent;
}
