body {
	font-family: 'Josefin Sans', Arial, "Microsoft JhengHei", "fontawesome",
		serif;
	background-image:
		url("assets/img/enroll-bg.jpg");
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	font-size: 1rem;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #046bd2;
	border: 2px solid #046bd2;
	border-radius: 0px;
	border-left: none;
}

.form-inner-area input {
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 15px;
	border-radius: 5px;
	border: 2px solid #49c8f4;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border: 1px solid #c4c9da;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
	border-bottom: 2px solid dodgerblue !important;
	cursor: initial;
}

.form-inner-area select {
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 15px;
	border-radius: 5px;
	border: 2px solid #49c8f4;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border: 1px solid #c4c9da;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
	border-bottom: 2px solid dodgerblue !important;
	appearance: auto;
	cursor: initial;
}

.step_progress_bar {
	width: 100%;
}

.progress {
	background-color: #e9e9e9;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.progress {
	display: flex;
	height: 0.7rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	background: -webkit-gradient(linear, left top, right top, from(#fe6300),
			to(#ffaf15));
	background: linear-gradient(to right, #004785, #49c8f4);
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}

.btn:hover {
	transform: translateY(-5px);
	background: linear-gradient(to right, #49c8f4, #004785);
	border: #004785;
	color: white;
	background: #49c8f4 !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background: linear-gradient(to right, #49c8f4, #004785);
	border: #004785;
	color: white;
}

.btn-primary {
	background: #004785 !important;
	border-color: #004785 !important;
}

.ribbon {
	font-size: 16px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.text {
	display: inline-block;
	padding: 0.5em 1em;
	min-width: 20em;
	line-height: 1.2em;
	background: #046bd2;
	position: relative;
	color: #fff;
}

.ribbon:after,
.ribbon:before,
.text:before,
.text:after,
.bold:before {
	content: '';
	position: absolute;
	border-style: solid;
}

.ribbon:before {
	top: 0.3em;
	left: 0.2em;
	width: 100%;
	height: 100%;
	border: none;
	background: #EBECED;
	z-index: -2;
}

.text:before {
	bottom: 100%;
	left: 0;
	border-width: .5em .7em 0 0;
	border-color: transparent #046bd2 transparent transparent;
}

.text:after {
	top: 100%;
	right: 0;
	border-width: .5em 2em 0 0;
	border-color: #046bd2 transparent transparent transparent;
}

.ribbon:after,
.bold:before {
	top: 1.596em;
	right: -2em;
	border-width: 1.1em 1em 1.1em 3em;
	border-color: #046bd2 transparent #046bd2 #046bd2;
	z-index: -1;
}

.bold:before {
	border-color: #EBECED transparent #EBECED #EBECED;
	top: 0.7em;
	right: -2.3em;
	position: fixed;
}

@media screen and (max-width:767px) {
	.mobileCust {
		flex-direction: column;
	}

	.mobileThree {
		width: auto;
	}
}

@media screen and (max-width:1150px) {
	.mobileCust {
		flex-direction: column;
	}

	.mobileThree {
		width: auto;
	}
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background: #49c8f4;
	border: #49c8f4;
}

.btn:hover {
	transform: translateY(-5px);
	background: linear-gradient(to right, #49c8f4, #004785);
	border: #004785;
	color: white !important;
	background: #49c8f4 !important;
}

.btn {
	padding: 10px 22px;
	font-size: 14px;
	transition: all 0.5s;
}

.btn-danger:hover {
	transform: translateY(-5px);
	border: #fb3e3e !important;
	color: white !important;
	background: #fb3e3e !important;
}

.btn-danger,
.play-btn,
.account-card .form-check-input:checked {
	border-color: #fb3e3e !important;
	background: none !important;
	border-radius: 3px 15px;
	box-shadow: 5px 5px 0px 0px #fb3e3e;
	color: black;
	font-weight: 600;
}

.btn-primary,
.play-btn,
.account-card .form-check-input:checked {
	border-color: #004785 !important;
	background: none !important;
	border-radius: 3px 15px;
	box-shadow: 5px 5px 0px 0px #004785b3;
	color: black;
	font-weight: 600;
}

.btn-primary:hover {
	transform: translateY(-5px);
	background: linear-gradient(to right, #49c8f4, #004785);
	border: #004785;
	color: white !important;
	background: #004785 !important;
}

.btn-success:hover {
	transform: translateY(-5px);
	border: #28a745 !important;
	color: white !important;
	background: #28a745 !important;
}

/* =========VIDEO CSS START========================= */
#cameraQuality {
	font-weight: bold;
	margin-bottom: 10px;
}

.videocard {
	text-align: center;
	background: #ffffff;
	/* padding: 30px; */
	padding: 30px 0px 60px 0px;
	border-radius: 30px;
	box-shadow: 0 1px 3px rgb(0 0 0/ 12%), 0 1px 2px rgb(0 0 0/ 24%);
}

.contcard {
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgb(0 0 0/ 12%), 0 1px 2px rgb(0 0 0/ 24%);
}

#videoCanvas {
	border: 1px solid #050202;
	/*  height: 240px;
            width: 320px; */
}

#videoPlayer {
	border: 1px solid #050202;
}

#preview {
	border: 1px solid #050202;
	/*  height: 240px;
            width: 320px; */
}

#buttonsContainer {
	margin-top: 20px;
}

.caption {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

#livedatetime {
	position: absolute;
	font-size: 12px;
	color: white;
	background-color: #28292870;
	text-align: end;
	width: 100%;
	padding-right: .3rem;
}

/*=== Trigger  ===*/
.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}


/* Media query for screens below 360px */
@media screen and (max-width: 360px) {

	#videoCanvas,
	#preview {
		width: 100%;
		/* Make the elements take the full width of the screen */
		height: auto;
		/* Maintain aspect ratio */
	}
}

@media (max-width : 400px) {
	#livedatetime {
		position: absolute;
		font-size: 12px;
		color: white;
		background-color: #28292870;
		text-align: end;
		/* width: 240px; */
	}
}

#livedatetimediv {
	justify-content: flex-end;
	background-color: #28292870;
}

#videoPlayerdiv {
	display: flex;
	flex-direction: column;
	position: relative;
	align-self: center;
	justify-content: flex-start;
}

#videoPlayerdiv>p {
	width: 100%;
}

.blurVP video {
	filter: blur(3px) grayscale(80%);
	/* Adjust the blur intensity as needed */
}

.overlayVP {
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 25px;
	left: 25px;
	border: 3px solid green;
}

.logoimg {
	width: auto;
	height: 50px;
	padding: 5px 0px 3px 10px;
}

#header_main {
	background-color: #00458b;
}

#overlay {
	position: absolute;
	/* Sit on top of the page content */
	display: none;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black background with opacity */
	/* z-index: 2; */
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
}

.overlayContent {
	position: relative;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: white;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	color: #000 !important;
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.title {
	font-size: 20px;
	color: white;
	font-weight: bold;
	background: #00458b;
	border-radius: 5px;
	padding: 5px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #046bd2 !important;
	color: #fff;
	font-size: 1em;
}

div:where(.swal2-container) h2:where(.swal2-title) {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: .8em 1em 0;
	color: inherit;
	font-size: 21px !important;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgb(0 94 187/ 80%) !important;
}

.overlayContent {
	top: 25% !important;
}

.loader {
	position: fixed;
	left: initial;
	top: 50;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(69, 69, 69, 0.9);
	opacity: 1;
}

.loaderspan {
	width: 48px;
	height: 48px;
	border: 3px dotted #FFF;
	border-style: solid solid dotted dotted;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
}

.loaderspan::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px dotted #046bd2;
	border-style: solid solid dotted;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	animation: rotationBack 1s linear infinite;
	transform-origin: center center;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');

* {
	margin: 0;
	padding: 0;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu li {
	display: flex;
	margin: 0px 21px;
	align-items: center;
}

.menu a {
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	padding: 4px 0;
}

.menu a::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: 0.5s transform ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%;
}

.menu a:hover::before {
	transform: scale3d(1, 1, 1);
}

.menu-1 a::before {
	background: #046bd2;
	transform-origin: 100% 50%;
}

.menu-1 a:hover::before {
	transform-origin: 0 50%;
}

.nav-link.active {
	border-bottom: 3px solid #046bd2;
}

.navbar-custom {
	background-color: white;
	border-bottom: 2px solid #004785;
}

.navbar-custom .navbar-nav {
	margin-left: 12rem;
}

.navbar-custom .navbar-nav li a {
	color: #fff !important;
	font-size: 15px;
	text-transform: capitalize;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 15px 0;
	font-weight: 700;
	margin: 0 10px;
}

.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #272a33;
}

.error {
	color: red;
}

.error-input {
	border: 1px solid red;
}


.pricing-box:hover .price:after,
.pricing-box.active .price:after {
	background-color: #005bea !important;
	transition: all .5s;
	border-color: #005bea;
}

.pricing-box .price:after {
	content: "";
	background-color: var(--bs-light-rgb);
	height: 20px;
	width: 20px;
	position: absolute;
	bottom: -10px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-right: 1px solid var(--bs-border-color);
	border-bottom: 1px solid var(--bs-border-color);
	transition: all .5s;
}

.text-primary,
.read-btn,
.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active,
.play-btn,
.blog-title:hover,
.social-icon:hover i {
	color: #046bd2 !important;
}

.fw-bold {
	font-weight: 600 !important;
}

.fs-6 {
	font-size: 14px !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
	border-color: #004785 !important;
	border-radius: 3px 15px;
	box-shadow: 5px 5px 0px 0px #004785b3;
	color: black;
	font-weight: 600;
}


.select2-container--default .select2-selection--single {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	border-radius: 4px;
	border-bottom: 2px solid dodgerblue !important;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	appearance: auto;
	cursor: initial;
	box-sizing: border-box;
	/* Ensure the width includes padding and border */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(1.5em + 0.75rem + 2px);
	/* Match the height */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: calc(1.5em + 0.75rem + 2px);
	/* Match the line-height */
}


.file-upload {
	text-align: center;
	padding: 20px;
	border: 2px dashed #ccc;
	cursor: pointer;
	width: 300px;
	background-color: #f9f9f9;
	border-radius: 5px;
	margin: 20px auto;
}

.file-upload-label {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.file-upload-input {
	display: none;
}

.file-upload-button {
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	transition: background-color 0.3s ease;
}

.file-upload-button:hover {
	background-color: #0056b3;
}

.hidden {
	display: none;
}