.withbg-jon-mobile {
    background: url(/images/bg.jpeg) no-repeat;
    background-size: cover;
}

.withbg-jon {
    background-color: #fff;
    /* background: url(/images/bg.jpeg) no-repeat center center fixed;
    background-size: cover; */
}

.ant-input-affix-wrapper {
    border-radius: 4px !important;
}

.ant-input {
    border-radius: 4px !important;
    padding: 0px 20px;
    font-size: 12px !important;
}

.dropdownFilterWhite {
    background: #fff;
    /* border: 1px solid #33539E; */
    box-sizing: border-box;
    border-radius: 20px;
    padding: 4px 20px;
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}