 /* Remove browser focus ring completely */
  .ui-autocomplete .ui-state-active,
 .ui-autocomplete .ui-menu-item-wrapper:focus,
 .ui-autocomplete .ui-menu-item-wrapper:hover {
     background-color: #f9f9f9 !important;
     color: #000 !important;
     outline: none !important;
     /* removes outline */
     -webkit-box-shadow: none !important;
     /* Chrome/Safari shadow */
     box-shadow: none !important;
     /* other browsers */
     border: 1px solid #ddd !important;
     /* optional border */
 }
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active
 {
    border-bottom-style:none!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 0px!important;
    background-image: none;
    background-origin: padding-box;
    background-position: x 0% y 0%;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
 }

 .ui-autocomplete {
     border: 1px solid black !important;
     border-radius: 4px;
     box-shadow: none;
     background-color: #fff;
     max-height: 300px;
     overflow-y: auto;
     z-index: 9999;
 }

 /* Also remove for keyboard navigation */
 .ui-autocomplete .ui-state-focus .ui-menu-item-wrapper {
     background-color: #f9f9f9 !important;
     color: #000 !important;
     outline: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
 }

 .ui-autocomplete .ui-menu-item-wrapper {
     padding: 10px 15px;
     /* inner spacing */
 }

 /* Keyboard selection */
 .ui-autocomplete .ui-state-focus .ui-menu-item-wrapper {
     background-color: #f8f6f6 !important;
     color: #000 !important;
 }

 .ui-autocomplete {
     border: 1px solid black;
 }

 #continue .ld-spin{
    display: none;
 }