.search-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	font-size:16px;
}

.search-wrap .search{
	max-width: 250px;
	font-size:16px;
	border:1px solid #8053e9;
	border-radius: 0;
	outline:none;
	color:#8053e9;
	flex-basis: 250px;
	padding:10px;
	box-sizing: border-box;
}

.search-wrap .search:focus{
	outline:none !important;
	box-shadow: #8053e9;
	border:1px solid #8053e9;
}

.search-wrap #scholarship-filter{
	flex-basis: 250px;
	font-size:16px;
	border:1px solid #8053e9;
	border-radius: 0;
	padding:10px;
	color:#8053e9;
}

.search-wrap #search-scholarship-btn{
	flex-basis: 250px;
	text-decoration: none;
	color:#FFF;
	background-color: #8053e9;
	border:0;
	outline:none;
	cursor:pointer;
	padding:10px 20px;
	box-sizing: border-box;
	font-size:18px;
	transition:all .3s;
}

.search-wrap #search-scholarship-btn:hover{
	background-color: #6c26d6;
}

#scholarship-search-results{
	display:none;
	padding:5px;
	/* overflow-x:scroll; */
}

#scholarship-search-results table{
	width:100%;
	background-color: #FFF;
	border-color: #dcd7ca;
	border-collapse:collapse;
	margin:20px 0;
	display: none;
}

#scholarship-search-results table tr:hover{
	background-color:#d6c7fb57;
}

#scholarship-search-results table th{
	background-color: #8053e9;
	color:#FFF;
}

#scholarship-search-results table th, #scholarship-search-results table td{
	border:1px solid #f0eee9;
	padding:5px;
	font-size:16px;
}

.compare, .apply{
	text-align: center;
}

.amount, .deadline{
	text-align: right;
}

.chk-compare{
	outline: none;
}

.scholarship-apply-btn{
	text-decoration:none;
	border-radius:3px;
	padding:5px 10px;
	color:#FFF;
	/* background-color: #ff6d9e; */
	/* background-color: #5843cf; */
	background-color: #8053e9;
	/* font-weight:bold; */
}

.scholarship-apply-btn:hover{
	color:#FFF;
}

#scholarship-search-results .message, .compare-message{
	text-align:center;
	font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.scholarship-compare-wrap{
	padding:20px 0 0 0;
	text-align:center;
}

.scholarship-compare-btn{
	border:0;
	font-size:16px;
	text-decoration:none;
	border-radius:3px;
	padding:10px 20px;
	color:#FFF;
	background-color: #ff4986;
	cursor:pointer;
	display:none;
}

#personalDetails .cust-select{
    display: block;
    padding: 4px 0;
}


.comparison-wrap{
	overflow-x:auto;
	margin-top:40px;
	display:none;
}

table#scholarship-compare-table{
	/* border: 1px solid #ccc; */
	border-collapse:collapse;
	min-width:100%;
}

table#scholarship-compare-table td, table#scholarship-compare-table th{
	border: 1px solid #ccc;
	padding:10px;
	font-size:16px;
	white-space: pre-wrap;
}

table#scholarship-compare-table th, table#scholarship-compare-table .scholarship-property{
	background-color: #8053e930;
	font-weight:bold;
}

table#scholarship-compare-table .scholarship-property{
	text-align:left;
}

table#scholarship-compare-table .origin{
	border:0;
	background-color: #FFF;
}

table#scholarship-compare-table tbody tr:hover{
	background-color: #8053e910;
}