.typeahead__list.empty > li{
          padding: 0px;
        }
        .typeahead__list, .typeahead__dropdown{
          padding-top: 0px;
          padding-bottom: 0px;
        }
        .typeahead__field input, .typeahead__field textarea, .typeahead__field [contenteditable], .typeahead__field .typeahead__hint{
          border-top: 0px;
          border-left: 0px;
          border-right: 0px;
        }
        .typeahead__container{
          font: inherit;
        }

        /*  Efecto placeholder up para el input  */
        .fg-effect-16{
            z-index: 0;
            position: relative;
            max-width: 100%;
            padding-left: 0px;
            padding-right: 0px;
            background-color: transparent !important;} /* necessary to give position: relative to parent. */      

        .effect-16{
            
            padding: 4px 0; 
           
            background-color: transparent;
        }
        .effect-16 ~ .focus-border{
            position: absolute ; 
            bottom: 0 ;
            left: 0 ; 
            width: 0 ;
            height: 2px ;
            background-color: #0A7AFF ;
            transition: 0.4s ;
        }
        .effect-16:focus ~ .focus-border,
        .has-content.effect-16 ~ .focus-border{
            width: 100% ;
            transition: 0.4s ;
            height: 2px;
        } 
        .effect-16 ~ label{
            position: absolute;
            left: 0;
            width: 100%;
            top: 2px;
            color: #AAAAAA;
            transition: 0.3s;
            z-index: -1;
            letter-spacing: 0.5px;
        }
        .effect-16:focus ~ label, .has-content.effect-16 ~ label{
            top: -16px;
            font-size: 12px;
            color: #0A7AFF;
            transition: 0.3s;
            z-index: -1;
            background-color: transparent !important;

        }


       
        


        input:not(:focus):valid{
          background-color: transparent;
        }
        
        option:not(:focus):valid{
          background-color: transparent;
        }
        /* // Fin de efecto placeholder up para el input */