/*
 * Copyright © Amazon.com and Affiliates: This deliverable is considered Developed Content as defined in AWS Services Terms and the SOW between the parties dated October, 31. 2025.
 */

/* Example tokeninput style #2: s2 style */
ul.token-input-list-s2 {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    /*width: 400px;*/

    border: 0px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    display:inline-block;/* 모바일 때문에 추가 */
    width:90%;/* 모바일 때문에 추가 */
    background:#f2f2f2;

}
ul.token-input-list-s2 li input {/* 입력창 */
    border: 0;
    width: 290px;
    height:32px;
    /*background-color: white;*/
    background:#f2f2f2;
    -webkit-appearance: caret;
    float:left;/* 모바일 때문에 추가 */
    padding:0 0 0 10px;
}/*
ul.token-input-list-s2 li input {
    border: 0;
    width: 270px;
    height:32px;
    padding: 0 0 0 10px;
    margin: 0;
    -webkit-appearance: caret;
}
*/
/*li.token-input-token-s2 {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}*/

li.token-input-token-s2 {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid ##005392;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-s2 p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-s2 span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-s2 {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-s2 {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-s2 {/* 검색 키워드 테두리*/
    position: absolute;
    left:0;
    top:3px;
    width: 308px;
    background-color: #fff;
    overflow: hidden;
    padding:5px 5px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 9998;
}

div.token-input-dropdown-s2 p {
    margin: 0;
    padding: 5px 10px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-s2 ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-s2 ul li {/*키워드 사이 간격*/
    background-color: #fff;
    padding: 5px;
    margin: 3px 0;
    list-style-type: none;
}

div.token-input-dropdown-s2 ul li.token-input-dropdown-item-s2 {
    background-color: #fff;
}

div.token-input-dropdown-s2 ul li.token-input-dropdown-item2-s2 {
    background-color: #fff;
}

div.token-input-dropdown-s2 ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-s2 ul li.token-input-selected-dropdown-item-s2 {/*검색 내용중 마우스 오버시 효과*/
    /*background-color: #3b5998;
    color: #fff;*/
    background-color: #005392;
    color:#fff ;
}
