
.imgselect-body {
    width: 100px;
    z-index: 9999;
    background-color: white;
}

.imgselect-body hr {
    height: 2px;
    border: none;
    width: 100px;
    border-color: black;
    margin: 0;
    border-left: 10px solid #f5f5f5;
}

    .imgselect-body selectoption {
        line-height: 40px !important;
    }

.imgselect-body a i {
    display: flex;
    margin-right: 5px ;
}

    .imgselect-body selectoption a {
        word-wrap: break-word;
        word-break: normal;
        height:40px;
        display: flex;
        padding-left: 15px;
    }

    .imgselect-body selectoption a:hover {
        color: #14a2df;
        background-color: #e5f0f5;
    }