.custom-select {
    position: relative;
    border-radius: 5px;
    height: 40px;
    border: 3px solid #C4D975;
    color: #C4D975;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    cursor: pointer;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-selected {
    color: #C4D975;
    padding: 6px 16px;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    user-select: none;
}

.custom-select.profile-page .simplebar-content div.same-as-selected {
    color: #EDEFFE;
    background-color: #2C2E3D;
}

.select-items {
    position: absolute;
    background-color: #2C2E3D;
    z-index: 99;
    min-height: 0;
    max-height: 200px;
    height: auto;
    width: 100%;
    text-align: left;
}

.simplebar-content > div {
    padding: 4px 24px;
}

.select-hide {
    display: none;
}

.custom-scrollbar .simplebar-scrollbar:before {
    background: #F44E50;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.8;
}

/* --------> Class specific */
.profile-data-section .simplebar-content div {
    font-family: Montserrat-Regular, sans-serif;
    color: #EDEFFE;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}

.profile-data-section .simplebar-content div:hover,
.profile-data-section .same-as-selected {
    background-color: rgb(51, 55, 72);
}

.custom-select.profile-page {
    border: 1px solid #E2E5FB;
    background-color: #E2E5FB;
}

.custom-select.profile-page .select-selected {
    color: #393D50;
    font-family: inherit;
    text-transform: none;
    padding: 8px 10px;
    font-weight: 300;
}

.custom-select.profile-page .select-selected:after {
    top: 17px;
    border-color: #393D50 transparent transparent transparent;
}

.custom-select.profile-page .select-selected.select-arrow-active:after {
    top: 7px;
    border-color: transparent transparent #393D50 transparent;
}

.custom-select.profile-page .select-items {
    background-color: #E2E5FB;
}

.custom-select.profile-page .simplebar-content > div {
    color: #393D50;
    padding: 2px 10px;
    text-transform: none;
    font-family: inherit;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
}

.custom-select.profile-page .simplebar-content div.same-as-selected {
    color: #E6E9FB;
    background-color: #D1A860;
}

.custom-select.profile-page .simplebar-content div:hover {
    color: #e6e9fb;
    background-color: #2c2e3d;
}
