/*
Theme Name: Hello Elementor Child
Template:   hello-elementor
Description: An HTML5 version.
Version: 2.0
Tags: html5, naked, clean, basic
Author: Akash
*/

* {
	margin: 0; padding: 0; box-sizing: border-box;
}

/*--Header--*/

.menuarea .desktopmenu .loginsignup ul .error_text {
    display: none;
}
.header {
	float: left;
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e4;
}

.logowrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	float: left;
	width: 240px;
}

.logo a {
	float: left;
	width: 100%;
}

.logo a img {
	float: left;
	width: 100%;
}
.userphoto {
	display: inline-block;
	cursor: pointer;
}
img.userpic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #A91324;
	background-color: #fff;
	padding: 5px;
}
.menuarea {
	float: right;
	width: auto;
}

.desktopmenu {
	float: right;
	width: auto;
}

.menu-header-container {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.menuarea .menu {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
	list-style: none;
}

.menuarea .menu li {
	display: inline-block;
	width: auto;
	margin: 0 0 0 30px;
}

.menuarea .menu li a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}

.menuarea .menu li a:hover {
	color: #A91324;
}

.menuarea .menu li.current-menu-item a {
	color: #A91324;
}

.usermenu {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0 0 0 30px;
	position: relative;
}

.username {
	display: inline-block;
	width: auto;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	color: #A91324;
}

.username_submenu {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	width: 110px;
	background-color: #A91324;
	border-radius: 3px;
	z-index: 2;
}

.username_submenu.in {
	display: block;
}

.username_submenu ul {
	margin: 0;
	padding: 10px 15px;
	float: left;
	width: 100%;
	list-style: none;
}

.username_submenu ul li {
	float: left;
	width: 100%;
	margin: 0 0 0;
	line-height: 14px;
}

.username_submenu ul li a {
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
	display: inline-block;
	width: 100%;
	padding: 7px 0;
}
.onlilne-profile {
	display: flex;
	justify-content: center;
	width: 100%;
}
.widgetbox .card-img-top {
    max-height: 130px;
    border: 2px solid #1d5360;
}
.card-body.text-center {
	background-color: #A91324;
	color: #ffff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.widgetbox .card-title {
	font-size: 17px;
}
.widgetbox a {
	text-decoration: none;
}
.card.shadow-sm.mb-3.widgetbox {
	text-decoration: none;
}
.card.shadow-sm.mb-3.widgetbox:hover {
	background-color: #a5ddff;
	transition: background-color 0.5s ease;
	font-weight: 700;
}

#roleSelectModal{display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
z-index:9999;
}
.select_user {
	width: 400px;
	background-color: #c3f4f4;
	height: 400px;
	text-align: center;
	align-content: center;
	border-radius: 5px;
}

.select-role-btn.btn {
	background: #A91324;
	color: #fff;
}
.select-role-btn.btn:hover {
	background: #000;
	color: #fff;
}

.select_user p {
	font-size: 30px;
}
/*--Footer--*/

.footer {
			background-color: #fff;
            color: #fff;
            padding: 60px 0 30px;
        }

        .footer h5 {
			color: #000;
            font-weight: 600;
            margin-top: 13px;
			text-align: center;
        }

		.footer-links {
			list-style: none;
			padding-left: 0;
			text-align: center;
		}

        .footer-links li {
            margin-bottom: 15px;
        }

        .footer-links a {
			color: #000;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-links a:hover {
			color: #000;
            text-decoration: none;
        }

        .footer-bottom {
            border-top: 1px solid #495057;
            padding-top: 20px;
            margin-top: 20px;
        }

        .logo-wrapper img {
			max-width: 100%;
			margin-bottom: 10px;
        }

        .logo-description {
			color: #000;
            margin-bottom: 20px;
        }

		.footer-bottom .mb-0 {
			color: #000;
		}
		.footer-bottom .list-inline a {
			color: #000;
		}

/*--single quiz--*/
.wq_questionImage {
	padding: 15px 0;
	max-height: 250px;
	width: auto;
}

/*--Login--*/

.loginsignup {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0 0 0 30px;
}

.loginsignup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	float: right;
}

.loginsignup .loginbtn {
	display: inline-block;
	width: auto;
}

.loginsignup .loginbtn a {
	background-color: #A91324;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 8px 32px;
	border-radius: 30px;
	font-size: 15px;
	font-family: "Open Sans";
}

.loginsignup .signupbtn {
	display: inline-block;
	width: auto;
	margin: 0 0 0 5px;
}

.loginsignup .signupbtn a {
	color: #52b700;
	text-decoration: none;
	display: inline-block;
	width: auto;
	padding: 8px 32px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-family: "Open Sans";
	border: 1px solid #52b700;
}

.loginsignup .signupbtn a:hover {
	background-color: #52b700;
	color: #fff;
}
.signuparea {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.signuparea_inner {
	display: inline-block;
	max-width: 460px;
	padding: 5px 0 20px 0;
	margin: 60px 0;
	min-width: 460px;
	box-shadow: 0px 0px 9.88px 3.12px rgba(0, 0, 0, 0.06);
	vertical-align: top;
	background-color: #fff;
}
.logoarea {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.logoarea img {
	max-width: 200px;
}
.pageheading {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0 15px 0;
}
.pagesheading {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
}
.payment_plans_sn {
	display: inline-block;
	width: calc(100% - 60px);
	margin: 15px 0 30px;
	font-size: 15px;
	padding: 15px 87px;
	font-weight: 600;
	text-align: left;
	background-color: #E33F64;
	color: #fff;
	border-radius: 3px;
}
.payment_plans_sn span {
	display: inline-block;
	width: 87px;
}
.signup_form {
	float: left;
	width: 100%;
	padding: 0 30px 30px;
}

.signup_form .subtitle {
	font-weight: 700;
	border-bottom: 1px solid #000;
	float: left;
	margin: 0 0 10px;
}

.form_group {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
.form_group:last-child {
	margin: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.w48{
    width: 48%;
}
.w100 {
    width: 100%;
}
.signup_form .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 0px;
}
.signup_form .form-control::placeholder {
    background-color: #ffffff;
}
.signup_form .form-control:active::placeholder {
    background-color: #ffffff;
}

.form-control:active, .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

.signup_form .createaccbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #350309;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}
#loginform .form_group:last-child .error_text {
	padding: 10px 0 0 0px;
}

.error_text {
	float: left;
	font-size: 14px;
	padding: 0px 0 0 0px;
	color: #E33F64;
	font-weight: 500;
}

.paymentblocks {
	float: left;
	width: 100%;
	margin: 60px 0;
}

.paymentsbox {
	float: left;
	width: 100%;
	text-align: center;
}

.paymentsbox_inner {
	display: inline-block;
	max-width: 340px;
	box-shadow: 0px 0px 9.88px 3.12px rgba(0, 0, 0, 0.06);
	border: 1px solid #ccc;
	vertical-align: top;
	border-radius: 3px;
}

.paymentsbox .logoarea {
	border: 1px solid #000;
}

.thankmsg {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
#loginform {
	float: left;
	width: 100%;
	padding: 0 30px 30px;
	margin: 15px 0 0 0;
}
#loginform .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 4px;
    border-radius: 3px;
}
#loginform .form-control::placeholder {
    background-color: #ffffff;
}
#loginform .form-control:active::placeholder {
    background-color: #ffffff;
}

#loginform .forgorpass a {
	font-weight: 500;
}

#loginform .loginbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #A91324;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}

#loginform .loginbtn:hover {
    background-color: #000000;
}

.haveanacc a {
	font-weight: 500;
}

#forgorpwd{
	float: left;
	width: 100%;
	padding: 0 30px 30px;
	margin: 15px 0 0 0;
}
#forgorpwd .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 4px;
    border-radius: 3px;
}
#forgorpwd .form-control::placeholder {
    background-color: #ffffff;
}
#forgorpwd .form-control:active::placeholder {
    background-color: #ffffff;
}

#forgorpwd .forgotpassword {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #E33F64;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}
.success {
	float: left;
	width: 100%;
	color: #008000;
	padding: 30px 30px 30px 30px;
	font-weight: 600;
}
.pricingbox ul li {
  list-style: none; /* remove default bullet */
  position: relative;
  padding-left: 25px; /* space for checkmark */
  margin-bottom: 10px;
}

.pricingbox ul li::before {
  content: '✔'; /* Unicode checkmark */
  color: green;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/*--Membership Packages--*/

.membership_packages {
	float: left;
	width: 100%;
	text-align: center;
}

.membership_packages_in {
	display: inline-block;
	max-width: 760px;
	width: 100%;
	margin: 60px 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 5px 2px #ccc;
}

.membershiptitle {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	background-color: #350309;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	font-family: "Open Sans";
}

.plannameswrap {
	display: inline-block;
	width: 100%;
	padding: 30px 30px 60px;
}

.plannames_title {
	display: inline-block;
	width: 100%;
	font-family: "Open Sans";
	font-weight: 600;
}

.plannames {
	display: flex;
	width: 100%;
	padding: 10px 0px 0;
	justify-content: center;
	gap: 15px;
}

.planname {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #4a4a4a;
	padding: 12px 35px 12px;
	line-height: 14px;
	border-radius: 5px;
	color: #4a4a4a;
}

.planname.active {
	background-color: green;
	color: #fff;
	border: 1px solid green;
}

.membership_plans_wrap {
	display: inline-block;
	width: 100%;
	padding: 0 30px 60px 30px;
}

.membership_plans_title {
	display: inline-block;
	width: 100%;
	font-family: "Open Sans";
	font-weight: 600;
}

.membership_plans {
	display: flex;
	width: 100%;
	padding: 10px 0px 0;
}

.membership_plan.active {
	display: flex;
	width: 100%;
	gap: 30px;
	justify-content: center;
}


.membership_plan {
	display: none;
}

.planpackage {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 0;
	box-shadow: 0 0 5px 0 #777;
	border-radius: 5px;
}

.packagenm {
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	background-color: #350309;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.packagepr {
	display: inline-block;
	margin: 24px 30px;
	font-size: 35px;
	font-weight: 700;
	color: #350309;
}

.packagefr {
	display: inline-block;
	width: 100%;
	padding: 0 30px 15px;
	white-space: pre;
	font-size: 14px;
}
/* Dashboard */

.dashboardmenuarea {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	z-index: 1031;
	transition: all 0.3s ease-in;
	background-color: #fff;
	height: 100%;
}
.usrname {
    font-size: 23px;
    font-weight: 600;
    padding: 5px 0 3px 20px;
    border: 1px solid #115E7B;
    border-radius: 40px;
    margin-bottom: 15px;
}
.dashboardmenuarea.in {
	left: 0;
}

.dashboardmenu_wrap {
	min-height: 680px;
}
.userarea {
	float: left;
	width: 100%;
	background-color: #eee;
	padding: 10px 0;
}
.usericon {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 35px 0;
}
.user_fname {
	padding-bottom: 30px;
	color: #A91324;
}
.dashmenu li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0px;
	list-style: none;
}

.dashmenu li a {
	float: left;
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
	padding: 14px 15px;
}
.dashmenu li a:hover {
	background-color: #A91324;
	border: 1px solid #A91324;
	color: #fff;
}

.dashmenu li.active a{
	background-color: #A91324;
	border: 1px solid #A91324;
	color: #fff;
}
.dashboard .card.shadow-sm.mb-3.widgetbox {
    background-color: #ffffff;
}

.userpage_title {
	background-color: #A91324;
	padding: 14px 15px;
	color: #fff;
	justify-content: space-between;
	align-items: center;
}
.userpage_title h2 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
}
.userpage_title .fa {
	font-size: 24px;
	display: none;
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
	font-family: 'Open Sans';
}
.packagebtnwrp {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.packagebtn {
	display: inline-block;
	background-color: #350309;
	padding: 12px 35px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.ff-el-group.ff-el-form-right.childcount {
	display: flex;
}
.fluentform .ff-el-form-right .ff-el-input--content {
	margin-left: 123px;
}
.fluentform .ff-el-form-right .ff-el-input--content {
	margin-left: 73px !important;
}
.fluentform .ff-el-form-right .ff-el-input--label {
		padding: 10px 0 0 0 !important;
		width: 230px !important;
}
.fluentform .ff-el-form-right .ff-el-input--label {
	text-align: left !important;
}

	/*--sign up--*/
	.signuparea_inner .pageheading {
		margin: 0px 0 10px 0;
	}
	.elementor-2 .elementor-element.elementor-element-59409f8:not(.elementor-motion-effects-element-type-background){
	background-color: #0F0F0F00 !important;
	}
	.payment_plans_sn {
		display: inline-block;
		width: calc(100% - 60px);
		margin: 15px 0 30px;
		font-size: 15px;
		padding: 25px 87px;
		font-weight: 600;
		text-align: left;
		background-color: #350309;
		color: #fff;
		border-radius: 3px;
	}
	.payment_plans_sn .packagenm {
	font-size: 18px;
	font-weight: 600;
}
	.payment_plans_sn .packagenm span {
		display: inline-block;
		width: 60%;
	}
	.payment_plans_sn .packagenm {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		padding: 2px 0px;
	}
	.signuparea_inner .payment_plans_sn .packagepr {
		font-size: 14px;
		font-weight: 600;
		margin: 0;
		color: #fff;
		width: 100%;
	}
	.signuparea_inner .payment_plans_sn span {
		display: inline-block;
		width: 60%;
	}
	.elementor-2 .elementor-element.elementor-element-466f687 > .elementor-widget-container {
	background-color: #A91324;
	}

	.payment_plans_sn span {
		display: inline-block;
		width: 87px;
	}
.fluentform .ff-el-form-left .ff-el-input--content, .fluentform .ff-el-form-right .ff-el-input--content {
    margin-left: 120px !important;
}
.fluentform .ff-el-form-left .ff-el-input--label{
    width: 120px !important;
}
	/*--Profile--*/

	.togglepass {
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 42px;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	line-height: 83px;
}

.invoicetable .btn.btn-primary {
	box-shadow: none;
	background-color: #A91324;
	border: none;
	color: #fff;
}

.invoicetable .btn.btn-primary:hover {
	box-shadow: none;
	background-color: #000000;
	color: #ffffff;
}

.invoicetable .btn.btn-primary:active {
	box-shadow: none;
	background-color: #000000;
	color: #ffffff;
}

.invoicetable .btn.btn-primary:focus {
	box-shadow: none;
	background-color: #000000;
	color: #ffffff;
}

.subscription_details {
	float: left;
	width: auto;
	border-radius: 10px;
	background-color: #eee;
}

.subscription_details .subdetrow {
	padding: 10px 25px;
	font-family: Open Sans;
	font-size: 13px;
}
.plan_details {
    padding: 4px 0 0px 17px;
    border: 1px solid#115E7B;
    border-radius: 35px;
    margin: 15px 0;
}

.col-12.invoice {
    border: 1px solid #d5d5d5;
}
/* Skills Dashboard */


.col-12 .card-body h2 {
	background-color: #A91324;
	padding: 5px 25px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 0;
}
.card-header {
    background: #115e7b;
    color: #fff;
    padding: 15px 15px 10px;
}
.quiztitle .marks {
    font-size: 13px;
}
.quiztitlewrp {
    font-size: 13px;
}
.list-group-item {
	padding: 8px;
}
.card.card-shadow.mb-4.w-100 {
    border-color: #115e7b;
}
.list-group.list-group-flush {
	min-height: 240px;
	max-height: 240px;
	overflow-y: auto;
}
li.list-group-item {
    border-color: #115e7b;
}
.quiztitle {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.wq-result.wq_singleResultWrapper {
	text-align: center !important;
}
.wq-results .wq_quizTitle {
    text-align: center;
}
.mfp-content .wq-popup {
    width: 35%;
}

/* Thank You Page */
.trxwrap_logibbtnwrap {
	padding: 10px 0;
	background-color: #A91324;
	margin: 20px 0 0 0;
}
.trxwrap_logibbtnwrap a {
	color: #fff;
	text-decoration: none;
}

/*--Invoice Table--*/

.invoicetable tr th, .invoicetable tr td {
	vertical-align: middle;
}

.addchildprofile {
	float: left;
	width: 100%;
	height: 185px;
	background-color: #e9e9e9;
	color: #A91324;
	text-align: center;
	line-height: 184px;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 700;
	transition: all 0.3s ease-in;
}

.addchildprofile:hover {
	background-color: #9f0808;
	color: #fff;
}

#addchildmodal .btn-close {
	cursor: pointer;
}

#addchildmodal .addchildprofilebtn {
	border: none;
	background-color: #A91324;
	color: #ffffff;
}
#addchildmodal .addchildprofilebtn:hover {
	border: none;
	background-color: #000000;
	color: #ffffff;
	outline: none;
}
#addchildmodal .addchildprofilebtn:focus {
	border: none;
	background-color: #A91324;
	color: #ffffff;
	outline: none;
}

.childimagewrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.childimage {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.childimageimg {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 2px solid #A91324;
    border-radius: 50%;
    cursor: pointer;
    line-height: 90px;
    color: #A91324;
    overflow: hidden;
}


.childimageimg .childimgtg {
    float: left;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.childprofile {
	display: inline-block;
	width: 100%;
	margin: 0 0 30px 0;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	height: 185px;
}
.settings_form .col-3 {
	width: 20%;
}
.childprofile:hover .editdelete_option {
	right: 10px;
	opacity: 1;
}

.editdelete_option .edit_option {
	cursor: pointer;
	transition: all 0.1s linear;
}

.editdelete_option .edit_option:hover {
	color: #9f0404;
}

.editdelete_option .del_option {
	cursor: pointer;
	transition: all 0.1s linear;
}

.editdelete_option .del_option:hover {
	color: #9f0404;
}

.editdelete_option {
	position: absolute;
	right: -90px;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
	width: 70px;
	display: flex;
	gap: 10px;
	justify-content: space-around;
	padding: 5px 5px;
	color: #fff;
	top: 10px;
	opacity: 0;
	transition: all 0.3s linear;
	border-radius: 4px;
}

.childprofile img {
	width: 100%;
	height: 160px;
	cursor: pointer;
	border: 2px solid #A91324;
	object-fit: contain;
}

span.childinfo {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 5px 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-color: #A91324;
}

.timer-section {
	display:flex;
}
.count_timer_wrapper {
	display: flex;
	gap: 15px;
	width: auto;
}
.timer-section-in {
	display: flex;
	width: auto;
	justify-content: center;
	padding: 5px 5px 5px 15px;
	border-radius: 5px;
	border: 1px solid #ecf0f1;
}
.question_count.d-flex {
	font-size: 20px;
	line-height: 30px;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 0 10px;
}
.title_timer {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
#timer {
	display: flex;
	justify-content: end;
	align-items: center;
}
.timer-display > div {
	background-color: #A91324;
	color: #Fff;
	padding: 5px 8px;
	display: inline-flex;
	margin: 0 5px;
}
.echildimagewrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.echildimage {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.echildimageimg {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 2px solid #A91324;
    border-radius: 50%;
    cursor: pointer;
    line-height: 90px;
    color: #A91324;
    overflow: hidden;
}


.echildimageimg .echildimgtg {
    float: left;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}
.card.shadow-sm.mt-3.mb-3.minheightdashbrd {
	min-height: 702px;
}

.selectpackage_user {
	display: inline-block;
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ac0f0f;
	margin: 0 0 30px;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.1s linear;
}

.selectpackage_user.active {
	background-color: #000;
}

.selectpackage_user:hover {
	background-color: #000;
}
.attachment-full.size-full.wp-post-image {
	max-height: 150px;
	max-width: 213px;
}
a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}

.quizresults .imgwrap img {
	height: 50px;
	object-fit: contain;
	width: 50px;
}
.quizresults .list-group {
	max-height: 353px;
	overflow-y: auto;
}
.table-responsive {
    max-height: 567px;
    overflow-y: auto;
}

.modal-header {
	background-color: #A91324;
	color: #fff;
}

.quizresults_wrap .col-4 {
	color: #000;
}
.modal-header .btn-close {
	background-color: #fff;
}
.modal-footer {
	justify-content: center;
	background: transparent;
}
.btn.btn-secondary {
	background-color: #A91324;
	border-radius: 3px;
	border-color: #A91324;
}
/*--User tracking--*/

select#student_filter {
    padding: 4px 35px 4px 10px;
    font-size: 15px;
}
form#filterForm {
    width: 100%;
}
button.btn.btn-outline-secondary.btn-sm.me-1 {
    margin: 5px 0;
}
small.text-muted.me-2 {
    font-weight: 800;
}

/*--Quiz--*/
.wq-explanation-head.wq_ExplanationHead {
    font-size: 45px;
}
.wq_triviaQuestionExplanation {
	border: none !important;
}

.page-id-2 .ff_payment_summary {
    overflow-x: auto;
}

.pricingbox_wrap {
	display: flex;
	width: 100%;
	gap: 30px;
}

.pricingbox {
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.1s linear;
}

.pricingbox:hover {
	box-shadow: 0 0 5px 2px #aaa;
}
.pricingbox.active {
	box-shadow: 0 0 5px 2px #aaa;
}

.pricing_title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	background-color: #000;
	color: #fff;
}

.pricing_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 30px;
}

.priceamt {
	display: inline-block;
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
}

.pricing_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing_body ul li {
    font-size: 13px;
    color: #777;
    line-height: 26px;
}

.pricing_body .selectplanbtn {
	display: inline-block;
	width: auto;
	min-width: 120px;
	border: none;
	margin: 30px 0 0;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	line-height: 39px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
.priceamt {
  position: relative;
  display: inline-block;
}

.priceamt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: red;
  transform: translateY(-50%);
}
.salepriceamt {
	color: #6dc800;
	font-size: 22px;
	font-weight: 600;
	width: 100%;
}
.pricing_wrapper {
	display: flex;
	gap: 20px;
	text-align: center;
}
.pricingbox.active .pricing_body .selectplanbtn {
	background-color: #A91324;
}
.pricingbox.active .pricing_title {
	background-color: #A91324;
}
.pricingbox.active .priceamt {
	color: #A91324;
}
.frm-fluent-form .ff-t-container.ff_cond_v {
	display: none;
}
.progress {
	height: 5px;
}
.list-group-flush {
	border-radius: 10px;
}
i.fa-solid.fa-circle-exclamation {
    color: rgb(255, 193, 7);
}
i.fa-solid.fa-circle-check {
    color: green;
    float: right;
    padding-top: 4px;
    margin-left: 7px;
}

/* Support Ticket */
.auth-inner-container {
	min-width: 420px !important;
	height: 370px !important;
	background-color: #f4f4f4;
	padding: 40px;
	justify-content: center;
}
.wpsc-shortcode-container .auth-inner-container h2 {
	text-align: center !important;
	font-size: 32px !important;
	margin-bottom: 22px !important;
}
.wpsc-shortcode-container .wpsc-auth-container .auth-inner-container .wpsc-login input {
	margin-bottom: 12px !important;
}
.wpsc-shortcode-container .wpsc-auth-container .auth-inner-container .wpsc-login .checkbox-container.remember-me {
	margin-bottom: 12px;
}

#uploadNewPic.active {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.skills_pagination .active > .page-link, .skills_pagination .page-link.active {
	color: #fff;
	background-color: #A91324;
	border-color: #A91324;
}
.skills_pagination .page-link{
	color: #A91324;
	background-color: #fff;
	border-color: #A91324;
}
.skills_pagination .page-link:hover{
	color: #fff;
	background-color: #A91324;
	border-color: #A91324;
}
.skills_pagination .page-link:focus{
	box-shadow: none;
	outline: none;
}

@media only screen and (max-width: 1080px){
	.auth-inner-container {
	min-width: 420px !important;
	height: 295px !important;
	background-color: #f4f4f4;
	padding: 69px;
	justify-content: center;
}
.mfp-content .wq-popup {
	width: 100%;
}
}
