﻿/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/@tarekraafat/autocomplete.js@8.3.2/dist/css/autoComplete.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.autoComplete_wrapper {
    position: relative;
    display: inline-block;
    width: 370px;
}
#autoComplete {
    height: 5rem;
    min-width: 100%;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    text-overflow: ellipsis;
    color: black;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 0;
    border: .05rem solid rgba(162,162,162,.5);
    background-image: url('../images/search.jpg');
    background-size: 1.4rem;
    background-position: left 1.05rem top .8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all .4s ease;
    -webkit-transition: all -webkit-transform .4s ease
}

    #autoComplete::placeholder {
        color: rgba(100,100,100);
        transition: all .3s ease;
        -webkit-transition: all -webkit-transform .3s ease
    }

    #autoComplete:hover::placeholder {
        color: rgba(100,100,100);
        transition: all .3s ease;
        -webkit-transition: all -webkit-transform .3s ease
    }

    #autoComplete:focus::placeholder {
        padding: .1rem .6rem;
        /*        font-size: .95rem;*/
        color: rgba(0,0,0,.4)
    }

    #autoComplete:focus::selection {
        background-color: rgba(100,100,100)
    }

    #autoComplete::selection {
        background-color: rgba(100,100,100)
    }

    #autoComplete:hover {
        color: rgba(100,100,100);
        transition: all .3s ease;
        -webkit-transition: all -webkit-transform .3s ease
    }

    #autoComplete:focus {
        color: rgba(100,100,100);
        border: .06rem solid rgba(100,100,100)
    }

#autoComplete_list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: .5rem;
    border-radius: .6rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(149,157,165,.15);
    border: 1px solid rgba(33,33,33,.07);
    z-index: 1000;
    outline: 0
}

.autoComplete_result {
    margin: .3rem;
    padding: .3rem .5rem;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    color: black;
    transition: all .1s ease-in-out;
    border-radius: .35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease
}

    .autoComplete_result::selection {
        color: rgba(#fff,0);
        background-color: rgba(#fff,0)
    }

    .autoComplete_result:hover {
        cursor: pointer;
        background-color: rgba(255,122,122,.15)
    }

.autoComplete_highlighted {
    color: black;
    font-weight: 700
}

    .autoComplete_highlighted::selection {
        color: rgba(#fff,0);
        background-color: rgba(#fff,0)
    }

.autoComplete_selected {
    cursor: pointer;
    background-color: black
}

@media only screen and (max-width:600px) {
    .autoComplete_wrapper {
        width: 320px
    }

    #autoComplete {
        width: 18rem;
        background-size: 1.6rem;
        background-position: left 1.1rem top .75rem
    }

    #autoComplete_list {
        margin: 10px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #autoComplete {
        border-width: 1px
    }
}

@-moz-document url-prefix() {
    #autoComplete {
        background-size: 1.2rem;
        background-origin: border-box;
        border-width: 1px;
        background-position: left 1.1rem top .8rem
    }
}
/*# sourceMappingURL=/sm/da1d504da9e494df386cb4038a39324f317b193a4920e7965923845f6f3f46ef.map */

/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/@tarekraafat/autocomplete.js@8.3.2/dist/css/autoComplete.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

#autoComplete {
    height: 5rem;
    min-width: 100%;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    text-overflow: ellipsis;
    color: black;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 0;
    border: .05rem solid rgba(162,162,162,.5);
    background-image: url('../images/search.jpg');
    background-size: 1.4rem;
    background-position: left 1.05rem top .8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all .4s ease;
    -webkit-transition: all -webkit-transform .4s ease
}

    #autoComplete::placeholder {
        color: rgba(100,100,100);
        transition: all .3s ease;
        -webkit-transition: all -webkit-transform .3s ease
    }

    #autoComplete:hover::placeholder {
        color: rgba(100,100,100);
        transition: all .3s ease;
        -webkit-transition: all -webkit-transform .3s ease
    }

    #autoComplete:focus::placeholder {
        padding: .1rem .6rem;
        /*        font-size: .95rem;*/
        color: rgba(0,0,0,.4)
    }

    #autoComplete:focus::selection {
        background-color: rgba(100,100,100)
    }

    #autoComplete::selection {
        background-color: rgba(100,100,100)
    }

    #autoComplete:hover {
        color: rgba(100,100,100);
        transition: all .3s ease;
        -webkit-transition: all -webkit-transform .3s ease
    }

    #autoComplete:focus {
        color: rgba(100,100,100);
        border: .06rem solid rgba(100,100,100)
    }

#autoComplete_list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: .5rem;
    border-radius: .6rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(149,157,165,.15);
    border: 1px solid rgba(33,33,33,.07);
    z-index: 1000;
    outline: 0
}


@media only screen and (max-width:600px) {

    #autoComplete {
        width: 18rem;
        background-size: 1.6rem;
        background-position: left 1.1rem top .75rem
    }

    #autoComplete_list {
        margin: 10px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #autoComplete {
        border-width: 1px
    }
}

@-moz-document url-prefix() {
    #autoComplete {
        background-size: 1.2rem;
        background-origin: border-box;
        border-width: 1px;
        background-position: left 1.1rem top .8rem
    }
}

