﻿.selected-change {
    width: 100%;
    max-height:300px;
    overflow-y:auto;
    padding: 0.375rem 0rem 0.375rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none
}

    .selected-change li {
        padding-left: 10px;
       
    }

        .selected-change li:not(.init) {
            float: left;
            width: 100%;
            display: none;
            background: #fffd;
            list-style: none;
            border-top: 1px solid #ced4da;
            
        }

            .selected-change li:not(.init):hover {
                background: #eaeaea;
               
            }

li.init {
    cursor: pointer;
    list-style: none;
    z-index:-1;
}



.selected-change li small {
    font-size: 12px;
    color: #aaa;
}