.submit-button-1 {
	width: 100%;
	height: 48px;
	padding: 12px 16px;
	border-radius: 200px;
	background: #54CEFF;
	overflow: hidden;
	color: #003C73;
	font-family:  Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.5px;
	border:  4px solid rgba(0, 0, 0, 0);
}
.submit-button-1:hover {
	background: #00B6FF;
	color: #003C73;
	border:  4px solid rgba(0, 0, 0, 0);
}
.submit-button-1:focus {
	border:  4px solid #DFF5FF;
}
.submit-button-1:disabled, .submit-button-1.now-disabled {
	background: #2C2C2C!important;
	color: #4A4A4A!important;
	pointer-events: none;
	cursor: not-allowed;
}
.course-category-select:disabled,
.course-select:disabled {
	pointer-events: none;
	cursor: not-allowed;
}
.custom-back-button {
	cursor: pointer;
}
#vidyarambham-category-modal .modal-dark .modal-content {
	border: none!important;
	background: #1A1A1A;
}

#fs-grid-output .fs-grid-wrapper .fs-grid-item {
	border: none!important;
  	background: #121212!important;
}