.css-1hjjlbf {
    padding-left: 16px;
    padding-right: 16px;
}

.css-1hjjlbf button {
    min-width: unset;
    width: 150px;
}

.css-18csbgg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
    padding-left: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    height: 35px;
    min-width: 190px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    border: 2px solid #fff;
    background: transparent;
    color: #F9FAFF;
	margin-top:5px;
}

.css-18csbgg svg {
    height: 18px;
    width: 18px;
    margin-right: 4px;
    margin-left: 8px;
    color: #878A9E;
	position: unset;
    /*margin-bottom: -15px;*/
}

.css-6qu7l6 {
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
}

.css-1ek2b0h {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    overflow: auto;
    /*min-width: 190px;*/
    min-width: unset;
    width: 145px;
    background: #2F3148;
    padding: 8px 0px;
    padding-bottom: 0;
    scrollbar-width: thin;
    scrollbar-color: #AAADBE;
    max-height: min(50vh, 400px);
}

.css-1ek2b0h::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0);
}

.css-1ek2b0h::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

.css-1ek2b0h li.Mui-disabled {
    color: #666A7F;
}

.css-1ek2b0h li {
    padding: 0px 16px;
    display: block;
    height: 40px;
    line-height: 40px;
}

.css-1ek2b0h li:hover {
    cursor: pointer;
    background: #373952;
}

.css-1ek2b0h li a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
}

.css-1jhusdm {
    z-index: 1500;
    position: relative;
}

ul.MuiMenu-listbox.css-1ek2b0h {
    position: absolute;
    bottom: 35px;
}