.svelte-autocomplete-select{
    width: 100%;
    border: none;
    padding: 0px 4px !important; 
    margin: 0;
    height: 100%;
    border-radius: 0 !important;
     /* for Firefox */
     -moz-appearance: none;
     /* for Chrome */
     -webkit-appearance: none;
     padding: 0px 5px !important;
     box-sizing: border-box;
  }
  
  .svelte-autocomplete-select-input{
    width: 100%;
    height: 100% !important;
    min-width: 0 !important;
    font-size: 12px !important;
    outline: none;
    font-family: 'Source Sans Pro';
    color: #696a7d !important;
    padding: 0px 10px 0px 0px !important;
  }
  
  .svelte-autocomplete-select-list{
    width: 114.4px;
    margin: 58.3px 114.4px 0 71.2px;
    padding: 0.5px 0.5px 4.4px 0.5px;
    border-radius: 1px;
    border: solid 1px #d4d4d4;
    background-color: #fcfcfc;
  }
  
  .svelte-autocomplete-select-option{
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
  }

  .fg-disabled-input{
    width: 100%;
    height: 100%;
    border: none;
    font-family: 'Source Sans Pro';
    padding: 0px 0px 0px 5px;
  }
