body{
	background: #e3f5d3 !important;
}
a:not([href]) {
    cursor: pointer;
	color: #000000;
}

a{
	text-decoration: none !important;
}

.input-icon>i {
    margin: 9px 2px 4px 4px;
	color: #e7505a !important;
}

.input-icon>.form-control {
    padding-left: 25px !important;
}

.select2-selection{
	background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0 !important;
    outline: none !important;
    height: 30px !important;
    width: 100% !important;
    font-size: 16px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: border .3s, -webkit-box-shadow .3s !important;
    transition: border .3s, -webkit-box-shadow .3s !important;
    transition: box-shadow .3s, border .3s !important;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s !important;
}

.select2-container--bootstrap .select2-selection__clear {
    float: none;
    margin-right: 10px;
}

.background_overlay_preloader{
	z-index: 20000;
    background: rgba(0, 0, 0, 0.58);
    width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	display:none;
}

.preloader_inner_text {
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

.preloader_inner {
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 35px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

/*================ TOASTER CSS MODIFICATION ===================*/
.toast{
	opacity: 0.9 !important;
	top: 50px;
}
.toast-title {
    margin-right: 10px;
}

#toast-container.toast-top-center>div, #toast-container.toast-bottom-center>div {
    width: 450px;
    margin: auto;
}

.toast-message {
    width: 100%;
}

/*=============== ALERT PRELOADER STYLE ========================*/
.background_overlay{
	z-index: 20000;
    background: rgba(0, 0, 0, 0.58);
    width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	display:none;
}
.preloader{
	position:fixed;
	z-index:55;
	top:40%;
	left:48%;
	width:50px;
	height:50px;
}

.confirm_box_background_overlay,.session_des_box_background_overlay{
	z-index: 12090;
    background: rgb(0 0 0 / 90%);
    width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	display:none;
}

.confirm_alert_box{
	position:fixed;
	top:22% !important;
	left:33%;
	width:25%;
	z-index:12099;
	right:5px;
	min-width:30%;
	border-radius: 5px !important;
}

@media only screen and (max-width: 770px) {
  .confirm_alert_box{
	width: 64%;
	left:20%;
  }
  .preloader_img{
	 left:43%;
  }
}

@media only screen and (max-width: 570px) {
  .confirm_alert_box{
	width: 72%;
	left:14%;
  }
  .preloader_img{
	 left:43%;
  }
}

@media only screen and (max-width: 470px) {
  .confirm_alert_box{
	width: 90%;
	left: 5%;
  }
  .preloader_img{
	 left:43%;
  }
}

.form_section_heading{
	margin-bottom: 12px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 4px;
    color: #496d8c;
	font-size: 23px;
	font-weight: 400;
}

.batch_title{
	white-space: nowrap; 
	width: 65%; 
	overflow: hidden;
	text-overflow: ellipsis; 
}

.show_star_item{
	color: #a9a9a9;
	cursor: pointer;
	margin:0 2px;
}

.star_item{
	color: #a9a9a9;
	cursor: pointer;
	margin:0 2px;
}

.star_item:hover{
	color: #ff7c0c;
}

.star_item_active{
	color: #ff7c0c;
}

.circle {
    border-radius: 50%!important;
    width: 46px;
    height: 46px;
}

.navigation{
	background: #e3f5d3 !important;
}

.nav-wrapper{
	padding-left: 8px !important; 
	padding-right: 0px !important;
}

.nav-wrapper > .back-button{
	float: right !important; 
	margin: 10px 0px !important;
	color: #FFFFFF;
}

.nav-wrapper > .sidenav-trigger{
	float: left !important; 
	margin-right: 0px !important;
	color: #FFFFFF;
}

.nav-wrapper > #logo-container{
	color:#FFFFFF;
}

.pagetitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ac5ef1;
    width: 96%;
    margin: 10px auto;
}

iframe{
	width: 100% !important;
}

.table_span_header{
	margin-right: 5px;
    font-weight: 500;
    color: #ff584c;
}

.table_list_button{
	margin-bottom: 5px;
}

.option_div{
	width: 100%;
    text-align: center;
    border: 1px solid lightgrey;
    border-radius: 10px !important;
    padding: 5px;
    margin: 10px 0;
	cursor: pointer;
	color: #FFF;
}

.active_option{
	background: #040404a1;
}

.wrong_option{
	background: #ff4343;
}

.question_num_button{
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 3px !important;
}

.not_visited_question_button{
	background: #4caf50 !important;
}

.active_question_button{
	background: #9575CD !important;
    color: #FFF !important;
}

.answered_question_button{
	background: #2ad9eb !important;
    color: #0d0d0d !important;
}

.not_answered_question_button{
	background: #fff822 !important;
    color: #0d0d0d !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #326900 !important;
}

.card {
    background-color: #b4e68e !important;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #b4e68e !important;
}

.tab-content {
    background: #e9bcff !important;
}

.product_star_badge{
	height: auto;
    padding: 4px 8px;
    background: #470467;
}

.discount_label{
	padding: 1px 5px 2px 6px;
	background-color: #5cb85c;
	font-size: 11px;
}

.badge{
	padding: 4px 6px 3px 6px !important;
}

.header_note{
	width: 100%;
    min-height: 30px;
    background: #ffcc00;
	padding: 3px 0;
    text-align: center;
    font-weight: bold;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.main_header_nav{
	width: 75%;
}

@media only screen and (max-width: 991px) {
  .main_header_nav{
	width: 96%;
  }
}

.footer_wp_logo_div{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 65px;
    left: 10px;
    cursor:pointer;
    z-index: 1;
}

.footer_wp_logo{
    width: 100%;
}