.custom-select-search{
    position: relative;
    font-size: 0.875rem !important;
}

.custom-select-search .dropdown {
    padding: 0;
    margin: 0;
    border: 0.063rem solid #ccc;
    position: absolute;
    width: 100%;
    background: white;
    max-height: 9.rem;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.11);
}
.custom-select-search .dropdown ul{
    list-style: none;
    padding: 0 !important;
}
.custom-select-search .dropdown li {
    padding: 0.625rem;
    cursor: pointer;

}
.custom-select-search .dropdown li:hover {
    background: #f0f0f0;
}

.custom-select-search .custom-select-input{
    width: 100%;
    height: 2.75rem;
    border-radius: 0.1875rem;
    border: 0.063rem solid rgba(118, 118, 118, 0.30);
    padding-left: 1.11rem;

}

.custom-select-search .floating-label{
    top: -0.5rem;
    left: 1rem;
    background: #FFF;
    padding: 0 0.5rem;
    color: #616161;
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ed-institution{
    top: -0.5rem !important;
    display: block !important;
}

.custom-select-search .selection-arrow-down{
    /* top: 0.5rem; */
    right: 0.5rem;
    transform: translateY(-50%);
    top: 50%;
}

.custom-select-search .search-container{
    width: 100%;
    padding: 0.313rem 0.5rem;
    display: flex;
    align-items: center;
    border: 0.063rem solid #ccc;
    gap: 0.625rem;
}

.custom-select-search .search-container svg{
    width: 1rem;
    height: 1rem;
}

.custom-select-search .search{
    width: 80%;
    outline: none;
    border: none;
}

.dropdown .li-other-box{
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.dropdown .li-other-box input{
    width: 80%;
}
.dropdown .li-other-box svg{
    width: 1.5rem;
    height: 1.5rem;
}


@media screen and (max-width:1400px){
    html{
        font-size: 14px;
    }
}