﻿/* body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; font:"Pyidaungsu"}
.container { width: 800px; margin: 0 auto; } */

.autocomplete-suggestions {
    color: #3b3b3b;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.hint-container {
    /* background-color: #ff6a00; */
    width: auto;
    height: auto;
    z-index: 10;
    position: absolute;
    left: 110px;
    display: inline-block;
    top: 50px;
    padding: 2px 5px;
    /* color: #3b3b3b; */
    color:#ff6a00;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.suggestion-container {
    width: auto;
    height: auto;
    z-index: 8000;
    position: absolute;
    left: 110px;
    display: inline-block;
    top: 50px;
}

/* input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; } */