.hfe-nav-menu-icon, .hfe-flyout-close {
    background-color: #000;
    height: 40px;
    width: 40px;
    display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.hfe-nav-menu-icon:hover, .hfe-flyout-close:hover{
	background-color: var( --e-global-color-primary );
}
.hfe-flyout-close svg{
	margin: 0 !important;
    position: unset !important;
}
p:last-child{
	margin-bottom: 0px !important;
}
.error select.form-select.required {
    border: 1px solid red !important;
}
header{
	position: sticky !important;
	top: 0px;
	box-shadow: 0px 4px 30px -5px #dbdbdb;
}
.error input {
    border: 1px solid red !important;
}
.form-check.error-message {
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dc3545;
    background-color: #f8d7da;
    color: #842029;
    border-radius: 4px;
    font-weight: 500;
}
.student_benefite .item{
    background: #fff5ee;
    border-radius: 10px;
    overflow: hidden;
}
.student_benefite .item>a{
	overflow: hidden;
	display: flex;
	position: relative;
}
.student_benefite .item>a img{
	transition: all ease-in-out 0.3s;
    object-fit: cover;
    width: 100%;
    height: 240px;
    cursor: pointer;

}
.student_benefite .item:hover>a:before{
	transform: translate(-50%, -50%) scale(1.1);
	border: 1px solid var( --e-global-color-secondary );
}
.student_benefite .item>a::before{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml,<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" color="blue" opacity="0.2" aria-hidden="true" focusable="false" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" style="color: blue;"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    border-radius: 50%;
    background-color: #fff5ee;
	z-index: 1;
	transition : all ease-in-out 0.3s;
}
.student_benefite .student_name{
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.student_benefite .student_name h3{
	margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.student_benefite .student_name h3 span{
	font-weight: 400;
	color: var(--e-global-color-secondary);
}
.student_benefite .item .rating{
    display: flex;
    align-items: center;
    gap: 5px;
}
.gcontainer>button{
    padding: 0px;
}
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
	gap: 10px;
}
.owl-dots .owl-dot{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #989898 !important;
	transition: all ease-in-out 0.3s;
}
.owl-dots .owl-dot span{
	display: none;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active{
	background-color: var(--e-global-color-secondary) !important;
	width: 16px;
}
.post,
.page {
	margin: 0px !important;
}

.form-control, .form-select{
	padding: 12px 20px !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    border-color: #dee2e6 !important;
}
.form-control:focus, .form-select:focus{
	border-color: #01009A !important;
}
.form-check-input{
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #EF6003;
    border-color: #EF6003;
}
.form-label {
    font-weight: 500;
}
.step-form-title {
    border-bottom: 1px solid #e5e5e5;
}
.step-form-title span{
	color: #EF6003;
}
.steps-form .btn{
	border: none !important;
	line-height: 1;
}
.btn{
	text-transform: capitalize;
}
.btn-secondary{
	background-color: #01009A !important;
}
.btn-secondary:hover{
	background-color: #EF6003 !important;
}
.nav-tabs {
    flex-wrap: nowrap;
    overflow: auto hidden;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2 !important;
	gap: 10px;
}
.nav-tabs .nav-link {
    background: none !important;
    color: #333 !important;
    border: 1px solid #333 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{
	 background: #EF6003 !important;
	color: #fff !important;
	 border-color: #EF6003 !important;
}
.student-details-body{
	background: #fff5ee;
}
.student-details-body p:not(:last-child) {
    margin-bottom: 10px;
}
table td, table th{
	padding-inline: 15px !important;
}
table th{
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
}
table td{
    font-size: 13px;
    line-height: 20px;
}
.view-results, .start-exam{
    font-size: 14px !important;
    line-height: 18px;
}
.tab-content a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0px;
	color: #EF6003;
}
.tab-content a:hover{
	color: #EF6003;
}
.input-group .form-control{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.banner span{
	color:#EF6003;
}
.checkbox-group input{
    width: 20px;
    height: 20px;
    accent-color: #EF6003;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.login-message.success{
    color: green;
}
.login-message.error{
    color: red;
}
.syllabus_group .item a{
    padding: 20px 20px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--bgColor);
    text-align: center;
    align-items: center;
}
.syllabus_group .item a img{
    width: 100px;
}
.forloginonly{
    display:none !important;
}
.logged-in .forloginonly{
    display:block !important;
}
.logged-in .fornotlogin{
    display:none !important;
}
/* ---------- CSS ---------- */
.marquee {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 12px;
	height: 48px;
}

.track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}

/* the visible repeating chunk */
.content {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: 8px 16px;
  margin-right: 48px;      /* gap between repeats */
  border-radius: 999px;
  background: rgba(34,197,94,0.12); /* subtle pill */
  color: #f8fafc;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border: 1px solid rgba(34,197,94,0.25);
}
.content a{
	color: #fffc00;
}

/* pause on hover (class added by JS) */
.marquee.is-paused .track {
  animation-play-state: paused !important;
}
header.elementor-slideshow__header{
	box-shadow: none !important;
}
/* Table */
.align-middle.table>thead{
    vertical-align: middle;
}
.box-title{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #000000;
}
.datainmodal .student-details-body p {
    display: flex;
}
.datainmodal .student-details-body p strong{
    min-width: 180px;
    display: inline-block;
}

#myexams .student-details-body p {
    display: flex;
}
#myexams .student-details-body p strong{
    min-width: 180px;
    display: inline-block;
}
/* #exam-result-content .student-details-body p:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1ps dashed #eee;
} */
 .btn-close {
    background-color: #eaeaea !important;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .date_announcement .elementor-icon-box-icon, .date_announcement .elementor-icon-box-icon .elementor-icon {
        display: flex;
        align-items: center;
    }
    .logoutbtn .elementor-button-text{
        display: none !important;
    }
}
@media screen and (max-width: 576px) {
    #exam-result-content .student-details-body p {
        font-size: 14px;
    }
    #exam-result-content .student-details-body p strong{
        min-width: 160px;
    }
    .datainmodal .student-details-body p {
        font-size: 14px;
    }
    .datainmodal .student-details-body p strong{
        min-width: 160px;
    }
}