
          .select2-container .select2-selection--multiple {
   
    min-height: 39px;
} 
.startup_name {
    position: relative;
}


.startuplist{
    display:none;
    position:absolute;
    top:40px;
    width:100%;
    background:white;
    border:1px solid #ccc;
    max-height:200px;
    overflow-y:auto;
    list-style:none;
    margin:0;
    padding:0;
    z-index:999;
}

.startuplist li{
    padding:10px;
    cursor:pointer;
    border-bottom:1px solid #eee;
}


.startuplist::-webkit-scrollbar {
    width: 6px;
}
.startuplist::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.startuplist::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.startuplist li:nth-child(odd) {
	background-color: rgb(238 125 30 / 10%);
}
