.searchDropDownMenu {
    margin-top: 0.5rem;
    border-color: #1e8fff;
    max-height:19rem;
}

button.dropDownOptionButton {
    width:100%;
    text-align:left;
    color: #73818f;
    border-radius: 0%;
    border-color: white;
}
button.dropDownOptionButton:hover {
    background-color: #1e8fff;
    color: white;
}


.overlay{
    position: absolute;
    top: 1.5rem;
    z-index: 1001;
    width: 100%;
}

.dropDownButtondisabled {
    background: #e4e7ea !important;
    pointer-events: none;
}

.searchDropDownInput {
    pointer-events: none;
    border-right: none;  
    background-color: transparent !important; 
}

.searchDropDownMenuSearchDiv {
    padding: 0.25rem !important ;
}

.searchDropDownMenuSearchInput {
    border: 1px solid #a5b1bf !important;
}

.searchDropDownMenuOptionsDiv {
    max-height:13rem !important; 
    padding: 0rem !important;
}

.searchDropdownOptionsScrollBar {
    max-height:13rem !important;
}

.searchDropDownMenuOptionslist {
    list-style-type: none !important;
}

.dropDownButton {
    background: white;
     border-left: none; 
     color: #5c6873;
     outline: none;    

      padding-left:0px;
}

.dropDownButton:focus {
    outline: none;
    box-shadow: none;
}


.searchDropDown{
    width: 100%;
    position: relative;
    
}

.btn:active:focus {
    outline: none;
  }

/* .btn:disabled {
    background-color: #e4e7ea;
} */