.form-bg {
	background-color: #00a8ee;
	min-height: 100vh;
}
.form-container {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
	margin-top: 6% !important;
}

.form-container .title {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 25px;
}

.form-container .title:after {
	content: "";
	background-color: #00a9ef;
	height: 3px;
	width: 60px;
	margin: 10px 0 0;
	display: block;
	clear: both;
}

.form-container .sub-title {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.form-container .form-horizontal .form-group {
	color: #333;
	width: 100%;
	padding: 0 8px;
	margin: 0 0 15px;
	display: inline-block;
}

.form-container .form-horizontal .form-group:nth-child(4) {
	margin-bottom: 30px;
}

.form-container .form-horizontal .form-group label {
	font-size: 17px;
	font-weight: 600;
}

.form-container .form-horizontal .form-control {
	color: #888;
	background: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	height: 40px;
	padding: 6px 12px;
	border-radius: 10px;
	border: 2px solid #e7e7e7;
	box-shadow: none;
}

.form-container .form-horizontal .form-control:focus {
	box-shadow: 0 0 5px #dcdcdc;
}

.form-container .form-horizontal .check-terms {
	padding: 0 8px;
	margin: 0 0 25px;
}

.form-container .form-horizontal .check-terms .check-label {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	vertical-align: top;
	display: inline-block;
}

.form-container .form-horizontal .check-terms .checkbox {
	height: 17px;
	width: 17px;
	min-height: auto;
	margin: 2px 8px 0 0;
	border: 2px solid #d9d9d9;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .check-terms .checkbox:before {
	content: "";
	height: 5px;
	width: 9px;
	border-bottom: 2px solid #00a9ef;
	border-left: 2px solid #00a9ef;
	transform: rotate(-45deg);
	position: absolute;
	left: 2px;
	top: 2.5px;
	transition: all 0.3s ease;
}

.form-container .form-horizontal .check-terms .checkbox:checked:before {
	opacity: 1;
}

.form-container .form-horizontal .check-terms .checkbox:not(:checked):before {
	opacity: 0;
}

.form-container .form-horizontal .check-terms .checkbox:focus {
	outline: none;
}

.form-container .signin-link {
	color: #333;
	font-size: 14px;
	width: calc(100% - 190px);
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.form-container .signin-link a {
	color: #00a9ef;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}

.form-container .signin-link a:hover {
	text-decoration: underline;
}

.form-container .form-horizontal .signup {
	color: #fff;
	background: #00a9ef;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: auto;
	padding: 8px 15px 9px;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px rgba(0, 0, 0, 0.15), 5px 5px rgba(0, 0, 0, 0.1);
	outline: none;
}

/* Basic card styles */
.customcard {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 260px;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
	color: black;
	background: linear-gradient(135deg, #ffffff, #f0f0f0);
	/* Gradient background */
}

/* Card image */
.card-img-top {
	width: 100%;
	max-width: 100px;
	margin-top: 20px;
}

/* Card title */
.card-title {
	margin: 15px 0;
	font-size: 15px;
	font-weight: bold;
}

/* Hover effect for the card */
.customcard:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Hover effect for the card title */
.customcard:hover .card-title {
	color: #0098d8;
	/* Change text color on hover */
}


/*remove custom style*/
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}
/* Custom pagination styles */
.dataTables_wrapper .dataTables_paginate {
	text-align: center;
	margin-top: 20px;
}

.dataTables_paginate .paginate_button {
	padding: 8px 16px;
	border: 1px solid #0098d8; /* Border color for pagination buttons */
	border-radius: 4px;
	background-color: #fff;
	color: #0098d8;
	margin: 2px;
	cursor: pointer;
}

.dataTables_paginate .paginate_button:hover {
	background-color: #0098d8;
	color: #fff;
}

.dataTables_paginate .paginate_button.current {
	background-color: #0098d8;
	color: #fff;
}

/* Adjust the page length dropdown */
.dataTables_length select {
	width: auto;
	padding: 5px;
	border: 1px solid #0098d8;
	border-radius: 4px;
	background-color: #fff;
	color: #0098d8;
}

/* Custom search input styling */
.dataTables_filter input[type="search"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #0098d8;
	border-radius: 4px;
}

/* Custom search button styling */
.dataTables_filter label {
	color: #0098d8;
}

/* Remove default search icon */
.dataTables_filter input[type="search"]::placeholder {
	color: #0098d8;
}

/* Adjust the 'Show X entries' label */
.dataTables_length label {
	color: #0098d8;
}
/* Custom styles for the accordion */
.custom-accordion .card-header {
	background-color: #0098d8;
	color: white;
	border: none;
}

.custom-accordion .btn {
	color: white;
}

.custom-accordion .btn:hover {
	background-color: #0077b6;
}

.custom-accordion .collapse {
	background-color: #f0f0f0;
}

.custom-accordion .table {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.custom-file-upload {
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.42857143;
}

.custom-file-upload input[type="file"] {
	display: none;
}

.custom-file-upload i {
	margin-right: 5px;
}
