.CustomSelect_customSelect__PoWae {
    position: relative;
    width: auto;
    max-width: 100%
}

.CustomSelect_selectBox__lIG7Q {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 500;
    padding: 0 23px 0 0;
    text-transform: capitalize
}

.CustomSelect_header-style-two__vnaJ1 .CustomSelect_selectBox__lIG7Q {
    color: #ffffff
}

.CustomSelect_selectBox__lIG7Q:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon;
    font-size: 20px;
    top: 1px;
    right: 0;
    color: #a6b3b0
}

.CustomSelect_options__uG8L4 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    z-index: 10;
    margin-top: 5px;
    min-width: 100px
}

.CustomSelect_option__J9aok {
    padding: 6px 20px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    cursor: pointer;
    transition: background-color .2s;
    border-bottom: 1px solid #e5e5e5
}

.CustomSelect_option__J9aok:hover {
    background: #f5f5f5
}

.CustomSelect_option__J9aok:last-child {
    border-bottom: none
}