.withbg-jon-mobile {
	background-image: linear-gradient(to bottom, #ccd8ff, #fff, #fff);
}

.withbg-jon {
	/* background: url(/images/bg.webp) no-repeat center center fixed;
    background-size: cover; */
	background-image: linear-gradient(to right, #ccd8ff, #fff, #fff);
}

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

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

.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;
}

.titleBlue{
    font-weight: 600 !important;
    color: #33539E !important;
}
.textBlueBold{
    color: #33539E !important;
    font-weight: bold !important;
}
.textGrey{
    color: #9d9d9d !important;
}