.dynamic-country-element {
    color: rgb(131, 131, 131);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(154, 154, 154);
    width: 100%;
    background-color: rgb(255, 255, 255);
  }

.ui-widget .ui-menu-item {
    color: rgb(131, 131, 131);
    font-size: 16px;
    line-height: 20px;
    font-family: 'CostarBrown', Helvetica, Arial, sans-serif;
    font-weight: 100;
}

.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 218px;
    border: 1px solid #B0BECA;
    max-height: 350px;
    overflow-x: hidden;
  }

  .ui-autocomplete .hide {
    display: none;
  }