body{
	font-family: sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, a, li a, div, span, .fbox-content h3{
	font-family: sans-serif !important;
}
p, a, li a, div, .fbox-content h3{
	font-size: 18px !important;
}
.bg-change{
	background: #fff !important;
	color: #000;
}
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.sdxfsdfsdg{
	font-size: 15px;
	line-height: 22px;
}

.feature-box-border-vertical .feature-box { position: relative; }

.feature-box-border-vertical .feature-box:not(.noborder)::before,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 35px;
	width: 3px;
	height: 100%;
	background-color: var(--bs-gray-200);
}

.feature-box-border-vertical .fbox-icon i,
.feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i {
	position: relative;
	z-index: 5;
	text-align: center;
	box-shadow: 0 0 0 6px #FFF;
	border: 1px solid #EEE;
	background-color: #FFF !important;
}

.feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
	background-color: var(--bs-primary) !important;
	border-color: transparent !important;
	color:#FFF;
}


.dark .feature-box-border-vertical .feature-box:not(.noborder)::before,
.dark .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
	background-color: var(--bs-gray-600);
}

.dark .feature-box-border-vertical .fbox-icon i,
.dark .feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i {
	box-shadow: 0 0 0 6px var(--bs-dark);
	background-color: var(--bs-dark) !important;
	color: var(--bs-gray-600);
	border-color: var(--bs-gray-600);
}

.dark .feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
.dark .feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
.dark .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
	background-color: var(--bs-warning) !important;
	color:var(--bs-dark);
}
.floating-nft-header .menu-item .menu-link {
	font-size: 20px;
}

/* =======================Login Hover=========================== */

input{
	font-family: sans-serif !important;
}
.login-button {
	position: relative;
	display: inline-block;
  }

  .login-button a {
	background-color: black;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
  }

  .login-button .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 160%;
	background-color: #fff !important;
	transition: .5s;
  }

  .login-button .dropdown a {
	display: block;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	transition: .5s;
	font-size: 15px;
	background: #fff;
	border-radius: 5px;
  }

  .login-button .dropdown a:hover {
	background-color: gray;
	color: #fff;
  }

  .login-button:hover .dropdown {
	display: block;
	border-radius: 5px;
  }

  #login-form-google img{
	margin-right: 10px;
  }
  .col-12.form-group.or {
    display: flex;
	margin: 0;
  }
  .col-12.form-group.or p{
    margin: auto;
	margin-bottom: 0;
  }
  .forger-password{
	font-size: 13px;
  }
  .forger-message{
	margin: 10px 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-align: center;
  }






.hero-title{
	margin-top: -150px;
}
.feature-body{
	min-height: 600px;
}
.pending{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.team-image.col-md-6 img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
	margin: 25px 0;
}


.order-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-title h4{
	margin: 12px 0;
}
.hidden-2{
	display: none;
}
.team-content p{
	font-size: 16px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.team-content a{
	margin: 40px 0 !important;
}
.about-title-header{
	margin: 0;
	padding-top: 20px;
	font-size: 60px;
	font-weight: bold;
}
.website-link{
	margin: 20px 0;
}


input.form-control.add-student-popup {
	border: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	margin-bottom: 0;
}
.add-student-btn{
	width: 100%;
}

.empty-student i.fa-solid.fa-users {
    font-size: 50px;
}
.empty-student h2{
	font-size: 30px;
}
.empty-student button{
	margin: 10px 0;
	margin-bottom: 20px;
}

select#selectClass {
    border: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}
select#selectClass option{
    background: #333;
}
.back-student{
	color: #fff;
	font-size: 15px;
	margin: 0 20px;
}
.add-student-notice {
	background: #19A7CE;
	padding: 10px 15px;
	border-radius: 5px;
}
.add-student-notice p span{
	font-weight: 600;
}

.radio-button-place{
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
	margin-bottom: 20px;
}
.radio-button-add{
	margin: 20px 0;
}
table.table-bordered.dataTable th,table.table-bordered.dataTable td {
    text-align: center;
    width: 20%;
}
table.table-bordered.dataTable td:first-child{
	text-align: left;
	width: 40%;
}
.manage-book-table table{
	min-width: 600px;
}
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #fff;
}
.manage-book-table img{
	max-width: 100px;
	margin-right: 10px;
}
.book-sorting{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px auto;
}
.book-sorting select{
	background: #fff;
	color: black;
	padding: 10px 20px;
	border: none;
	border-radius: 20px;
	width: 220px;
}
.header-misc{
	position: relative;
}
.header-misc a{
	position: relative;
	display: flex;
	font-size: 20px;
}
.bell-icon i{
	font-size: 20px;
	margin: 10px;
	color: #fff;
	margin-left: 15px;
}
.icon-button__badge {
	position: absolute;
	top: 2px;
	font-size: 10px;
	right: -4px;
	width: 19px;
	height: 19px;
	background: #000;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
  }
.header-misc img{
	width: 50px;
	border-radius: 50%;
	margin-left: 15px;
	height: 50px;
	object-fit: cover;
}
.header-misc p{
	color: #fff;
	font-size: 14px;
    margin: auto;
    margin-left: 10px;
}

.sub-menu-wrap{
	position: absolute;
	background: #07081b;
	right: 0;
	top: 130%;
	border-radius: 5px;
	display: none;
}
.user-profile {
    display: flex;
}
.open-menu{
	display: block !important;
}
.sub-menu-wrap .sub-menu ul{
	margin: 0;
}
.sub-menu-wrap .sub-menu ul li{
	margin: 10px 0;
	list-style: none;
	padding: 10px 30px;
	transition: all .5s;
	cursor: pointer;
}
.sub-menu-wrap .sub-menu ul li a{
	color: #fff;
	text-decoration: none;
}
.sub-menu-wrap .sub-menu ul li:hover{
	color: #fff;
	background: gray;
	width: 100%;
}


/* ==================Book Details page===================== */
.book-details-feature-img{
    max-height: 450px;
    width: 100%;
}
.book-details-feature-img img{
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

/* ==================Audio Control===================== */

/* (A) MATERIAL ICONS */

.audio-controll {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 1;
	border-top: 2px solid gray;
}
.aWrap .svg-inline--fa {
	color: white !important;
  }

  /* (B) WRAPPER */
  .aWrap {
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 65px;
	background: black;
	gap: 1rem;
  }

  .aWrap,
  .aWrap * {
	box-sizing: border-box;
  }

  /* (C) PLAY/PAUSE BUTTON */
  .aPlay {
	padding: 0;
	margin: 0;
	background: 0;
	border: 0;
	cursor: pointer;
  }

  /* (D) TIME */
  .aCron {
	font-size: 14px;
	color: #cbcbcb;
	margin: 0 10px;
	width: 100%;
  }

  /* (E) RANGE SLIDERS */
  /* (E1) HIDE DEFAULT */
  .aWrap input[type="range"] {
	appearance: none;
	border: none;
	outline: none;
	box-shadow: none;
	width: 150px;
	padding: 0;
	margin: 0;
	background: 0;
  }

  .range,
  .range-volume {
	position: relative;
	display: flex;
	align-items: center;
  }

  .range input,
  .range-volume input {
	position: relative;
	z-index: 1;
  }

  .range .change-range,
  .range-volume .change-range {
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	width: 0px;
	background-color: rgb(187, 187, 187);
	border-radius: 10px 0 0 10px;
  }

  .range-volume .change-range {
	height: 10px;
	width: 95%;
  }

  .under-ranger {
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	width: 100%;
	background-color: rgb(63, 63, 63);
	border-radius: 10px;
  }

  .range-volume .under-ranger {
	height: 10px;
  }

  .aWrap input[type="range"]::-webkit-slider-thumb {
	appearance: none;
  }

  /* (E2) CUSTOM SLIDER TRACK */
  .aWrap input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	height: 6px;
	border-radius: 10px;
  }

  /* (E3) CUSTOM SLIDER BUTTON */
  .aWrap input[type="range"]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	position: relative;
	cursor: pointer;
	margin-top: -5px;
  }

  .aWrap input[type="range"]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	position: relative;
	cursor: pointer;
	margin-top: -5px;
  }

  /* (F) VOLUME */
  .aVolIco {
	margin: 0 10px;
	cursor: pointer;
  }

  input.aVolume {
	width: 100px !important;
  }

  .aVolume::-webkit-slider-runnable-track {
	height: 10px !important;
  }

  .aVolume::-webkit-slider-thumb {
	margin-top: -3px !important;
  }

  .aVolume::-moz-range-thumb {
	margin-top: -3px !important;
  }

  .volume-container {
	display: flex;
	align-items: center;
  }

  /* ==================MCQ Quistion Section=================== */

  .mcq-header {
    display: flex;
    justify-content: space-between;
  }
  .mcq-header a{
	border-radius: 50%;
  }
  .mcq-incorrect{
	width: 50%;
	background: #cc3300;
	padding: 15px 20px;
	margin: 20px auto;
	border-radius: 8px;

  }
 .mcq-incorrect span{
	color: rgb(247, 243, 12);
  }
  .mcq-correct{
	width: 50%;
	background: green;
	padding: 15px 20px;
	margin: 20px auto;
	border-radius: 8px;

  }
 .mcq-correct span{
	color: #fff;
  }

 .mcq-content{
	width: 50%;
	margin: auto;
	margin-bottom: 50px;
  }
 .mcq-content h3{
	font-size: 30px;
	margin-top: 30px;
}
.mcq-content .quition-num{
	border: 1px solid;
    border-radius: 50%;
    padding: 2px 6px;
    margin-right: 10px;
}
.mcq-content p{
	font-size: 15px;
	margin: 10px;
	color: #ada6a6;
}
 .mcq-content button {
    width: 100%;
    background: none;
    padding: 15px 15px;
    border-radius: 50px;
    margin: 10px 0;
    border: 1px solid;
	padding-left: 50px;
	text-align: left;
	transition: .5s;
}
.mcq-content button:hover{
	background: rgb(160, 158, 158);

}
.mcq-content .selected{
	background: rgb(160, 158, 158);

}

.mcq-footer-top{
	background: black;
	border-top: 1px solid #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.mcq-footer {
    display: flex;
    justify-content: space-between;
	padding: 30px 0;
}
.cancel-option {
    margin: auto 0;
}

/* =====================Pricing page here=========================== */

.pricing-title-here h2{
	border: 1px solid #fff;
	width: 40%;
	margin: auto;
	padding: 5px;
	border-radius: 10px;
}
.pricing-choose {
    display: flex;
    justify-content: space-around;
	margin-top: 50px;
	transition: all .5s;
}
.pricing-image{
    position: relative;
}
.pricing-image .pricing-content{
    position: absolute;
	top: 10px;
	left: 10px;
}
.pricing-image .pricing-content h2{
    font-size: 32px;
}
.pricing-image .pricing-content .pricing-content-body{
	margin-left: 30px;
	color: #212529;;
}
.pricing-image .pricing-content .pricing-content-body li{
	font-size: 18px;
}
.pricing-content .pricing-content-button{
	text-align: center;
	background: linear-gradient(to right);
}
.pricing-content .pricing-content-button a{
	font-size: 25px !important;
	border-radius: 25px;
}



/* ==========================Manage Book Upload Button================================= */

.custom-file-input {
	color: transparent;
	margin: auto;
  }
  .custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
  }
  .custom-file-input::before {
	content: 'Upload CSV';
	color: #fff;
	display: inline-block;
	background: #eb9c4d;
	padding: 10px 40px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	border-radius: 0.25rem;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    transition: none;
  }
  .custom-file-input:active {
	outline: 0;
  }
  .custom-file-input:active::before {
	background: transparent;
  }


/* ========================Assignment Section============================= */

  .create-assignment{
	border-radius: 20px;
  }
  .empty-assignment i{
	font-size: 60px;
  }
  .new-assignment-form{
	width: 80%;
	margin: auto;
  }
  .new-assignment-form select{
	padding: 10px 15px;
	width: 100%;
	background: none;
	border-radius: 5px;
  }
  .new-assignment-form select option{
	color: #07081b;
  }


  /* ===============================================================================
  					Settings page here
     =============================================================================== */

 .profile-header{
	display: flex;
	margin-bottom: 50px;
 }
 .profile-header img{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-right: 15px;
 }
 .profile-header-content h3{
	margin: 0;
	font-size: 22px;
 }
 .profile-header-content p{
	margin: 0;
	font-size: 14px;
 }

 .profile-update-section input[type="submit"] {
	margin: 20px 0;
}
.current-email p{
	font-size: 15px;
}
.profile-update-section .email-message{
	font-size: 12px;
	color: #b9b2b2;
	margin: 10px 0;
}
.nav-link{
	color: #fff !important;
}
.profile-image-update{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-image-update img{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.profile-image-update input{
	position: absolute;
	cursor: pointer;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.click-update-photo{
	display: flex;
}
.click-update-photo p{
	margin: 10px auto;
	font-size: 12px;
}

.profile-email-section p{
	margin: 0;
	font-size: 13px;
	margin-top: 5px;
}
.profile-email-preferences p{
	margin: 10px 0;
	font-size: 13px;
	margin-left: 18px;
}

.change-password .mcq-incorrect{
	margin: 20px 0;
	width: 100%;
}
.new-password-section p{
	margin: 0;
	font-size: 13px;
	margin-top: 5px;
}
.new-password-section p:last-child{
	color: red;
}
.setting-student-section p{
	font-size: 12px;
	margin: 0;
	margin-left: 18px;
	margin-top: 8px;
}
.setting-grade-section p{
	font-size: 12px;
	margin: 0;
	margin-left: 18px;
	margin-top: 8px;
}

.billing-button a{
	border-radius: 20px;
}
.billing-notice{
	margin-top: 30px;
}
.setting-billing-section p{
	margin: 0;
	font-size: 14px;
}
.setting-billing-section p a{
	color: #0d6efd;
}
.trial-notice h5{
	font-weight: normal;
	margin: 10px 0;
}
.trial-notice p{
	margin: 0;
	font-size: 14px;
}


/* ============================Notifications page============================= */

.notifications-section{
	width: 50%;
	margin: auto;
}
.notification-header{
	display: flex;
	justify-content: space-between;
}
.notification-header h2{
	margin: 0;
	font-size: 30px;
}
.notification-header a{
	margin: auto 0;
}
.notification-body{
	background: #fff;
	border-radius: 5px;
}
.single-notification{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #888;
	cursor: pointer;
}
.single-notification:last-child{
	border-bottom: none;
}
.single-notification h4,.single-notification p{
	color: #07081b;
	margin: 0;
}
.notification-body .read{
	color: gray !important;
}

/* =============================Answer Key Pages================================== */

.answer-keys-header h2{
	margin: 0;
	font-size: 35px;
}
.answer-keys-header p{
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 30px;
}

.answer-keys-section{
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
	margin-bottom: 20px;
}
.count-key a{
	font-size: 15px;
	color: #fff;
}
.count-key a:hover{
	text-decoration: underline !important;
}
.count-key p{
	font-size: 12px;
}


/* ============================Support Page================================== */

.support-header h2{
	font-size: 35px;
}
.support-header h3{
	font-size: 25px;
	margin-bottom: 10px;
}
.support-content h4{
	font-size: 25px;
	margin-bottom: 15px;
}
.support-content p{
	font-size: 18px;
}

.support-input option{
	background: #222;
}
.support-footer p{
	margin: 25px 0;
	font-size: 15px;
}

/* =========================Refer page section============================ */

.refer-sent-form{
	display: flex;
}
.refer-sent-form input{
	margin-right: 10px;
	margin-bottom: 20px;
}
.refer-sent-form button{
	border-radius: 50%;
}
.refer-content h3{
	font-size: 25px;
}
.refer-content p{
	font-size: 15px;
}

/* =========================Cart Icon============================ */

.cart-icon{
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}

.mcq-correct-position{
	background: black;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
	padding: 10px 20px;
}
.mcq-input-design{
	border: 1px solid #fff;
}
.mcq-input-design:hover{
	border: 1px solid #fff;
	background: #fff !important;
	color: #07081b !important;
}


  @media screen and (max-width: 1200px){
	.hero-title{
		margin-top: 0;
	}
  }

  @media screen and (max-width: 992px){
	.notifications-section{
		width: 100%;
	}
  }

@media screen and (max-width: 767px){
	.hero-title{
		margin-top: 20px;
	}
	.hidden-2{
		display: block;
	}
	.hidden-2 a{
		width: fit-content;
	}
	.hidden-1{
		display: none;
	}
	.hidden-3{
		display: none;
	}
	.team-content p{
		font-size: 13px;
	}
	.content-wrap{
		padding: 0;
	}
	.about-title-header{
		font-size: 40px;
	}
	.radio-button-add{
		margin: 0px;
	}
	.manage-book-table img{
		max-width: 50px;
	}
	.header-misc p{
		display: none;
	}
	#top-search a {
		display: none;
	}
	.header-misc img{
		width: 40px;
		height: 40px;
		margin: auto;
		margin-left: 10px;
	}
	.sub-menu-wrap .sub-menu ul li a{
		font-size: 14px;
	}
	div#subMenu {
		width: 200px;
	}
	.sub-menu-wrap .sub-menu ul li{
		margin: 0;
	}
	.aWrap {
		width: 100%;
		padding: 25px 10px;
		gap: 1rem;
	}
	.short-answer-quistion-button{
		display: block !important;
	}
	.short-answer-quistion-button a{
		width: 100%;
		margin: auto;
	}
	.short-answer-quistion-button .btn-group{
		width: 100%;
		margin: auto;
		margin-top: 20px;
	}
	.mcq-header {
		margin-top: 20px;
	  }
	.mcq-content{
		width: 100%;
		margin: auto;
		margin-bottom: 100px;
	  }
	  .mcq-correct, .mcq-incorrect{
		width: 100%;
	  }
	  .mcq-footer{
		padding: 15px 0;
	  }

	  .pricing-title-here h2{
		width: 80%;
	}
	.pricing-choose {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.pricing-choose .pricing-1{
		margin-bottom: 50px;
	}
	.new-assignment-form{
		width: 100%;
	  }
	  .nav-link{
		width: 100%;
	}
	.profile-email-preferences{
		margin-top: 30px;
	}
	.billing-button a{
		margin-bottom: 10px;
	}
	.refer-sent-form{
		flex-wrap: wrap;
		flex-basis: 10px;
	}
	.refer-sent-form button{
		border-radius: 10px;
		width: 80px;
	}
}
@media screen and (max-width: 400px){
	.button.button-3d{
		width: 100%;
	}
	.book-rating-table {
		font-size: 10px;
	}
	.aWrap input[type="range"] {
		width: 65px;
	}
	input.aVolume {
		width: 65px !important;
	}
	  .answer-keys-header h2{
		font-size: 25px;
	}
	.answer-keys-header p{
		margin-top: 5px;
		font-size: 15px;
		margin-bottom: 30px;
	}
	.notification-header{
		margin: 15px 0;
	}
	.notification-header h2 {
		font-size: 25px;
	}
	.notification-header a {
		font-size: 18px;
	}





	.support-header h2{
		font-size: 25px;
		margin-bottom: 10px;
	}
	.support-header h3{
		font-size: 22px;
	}
	.support-header p{
		font-size: 15px;
	}
	.support-content h4{
		font-size: 22px;
	}
	.support-content p{
		font-size: 15px;
	}
}



  .fade-in {
    opacity:0;  /* make things invisible upon start */
    animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */

    animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

    animation-duration:1s;
    animation-delay: 0.5s;
}


ul.scrollBar::-webkit-scrollbar {
	width: 8px;
  }

  /* Track */
ul.scrollBar::-webkit-scrollbar-track {
	background: transparent;
  }

  /* Handle */
  ul.scrollBar::-webkit-scrollbar-thumb {
	background: linear-gradient(to top, #5249f5, #dc85ffb8);
	border-radius: 10px;
  }
