/*
   Created by hazem abdel fattah
   Start coding in 25-10-2020
   My Website: www.hazem.icu
   My Facebook: fb.com/hazemabdo
*/
body, *{
   font-family: 'Nunito', sans-serif;
}
body{
   background-color: #F1F2F3;
   color: #444;
   padding-bottom: 30px;
}
.navbar{
   background-color: #fff;
   box-shadow: 0px 0px 11px -4px #ddd;
   padding: 20px;
}
.g{
   padding: 10px;
}
.c{
   margin: 0px auto;
}
.b-contain *, .b-contain *::before, .b-contain *::after {
	box-sizing: content-box !important;
}

.b-contain input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.b-contain span {
	line-height: 1.54;
	font-size: 1rem;
	font-family: inherit;
}

.b-contain {
	display: table;
	position: relative;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-bottom: .5rem;
}

.b-contain input[type="checkbox"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 0.125rem;
}

.b-contain input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .45rem;
	top: .18rem;
	width: .25rem;
	height: .6rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
	border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked ~ .b-input::after {
	display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
	background: rgb(231, 238, 243);
}

.b-contain input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(52,144,220,0.5);
}

.b-contain input:checked ~ .b-input {
	background: rgba(0, 130, 243, 1);
	border-color: rgba(0, 130, 243, 1);
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(135, 149, 161, 1);
}

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(13, 143, 255, 1);
	border-color: rgba(13, 143, 255, 1);
}

.b-contain .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(0, 130, 243, 1);
	border-radius: 2rem;
	opacity: .6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.b-contain input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
	visibility: hidden;
}

.b-contain input:focus + .b-input::before {
	visibility: visible;
}

.b-contain:first-child .b-input::before {
	visibility: hidden;
}
[red]{
   color: #f05454;
}
.header{
	position: relative;
}
.header .background{
	background-image: url('/assets/student/img/image_header.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.header-content{
	position: relative;
	top: -100px;
}
.header-content .card{
	background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(103, 118, 128, 0.03);
    padding: 1.875rem;
    position: relative;
	transition: box-shadow .3s ease-in-out;
	padding-bottom: 0px;
	border: none;
}
.header .side1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 1.5rem;
}
.header .side1 img{
	background-color: #fff;
    border: 0.375rem solid #fff;
    border-radius: 2.9375rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    margin-top: -4.125rem;
    height: 10.125rem;
    overflow: hidden;
	width: 10.125rem;
	flex-shrink: 0;
}
.header .side1 .info{
	min-width: 0;
}
@media only screen and (max-width: 600px) {
	.header .background{
		background-image: url('/assets/student/img/image_header.jpg');
		height: 150px;
	}
	.header .side1{
		flex-direction: column;
		align-items: flex-start;
	}
}
@media only screen and (min-width: 600px) {
	.header .background{
		background-image: url('/assets/student/img/image_header.jpg');
		height: 300px;
	}
}
h1, h2, h3, h4, h5, h6 {
    color: #3B4B5E;
    font-weight: 600;
    line-height: 1.3;
}
.header .side2{
	position: relative;
	top: -25px;
}
.a{
	color: #e8505b;
}
.menu .card{
	background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(103, 118, 128, 0.03);
    position: relative;
	transition: box-shadow .3s ease-in-out;
	border: none;
}
.menu .card .item a{
	background-color: #F7F9FA;
	justify-content: center;
	color: #5E6E80;
	text-decoration: none;
	transition: all 0s;
	position: relative;
}
.menu .card .item{
	padding-bottom: 10px;
}
.menu .card .item a:hover{
    box-shadow: inset -0.25rem -0.25rem 0.3125rem rgba(0, 0, 0, 0.1), inset 0.25rem 0.25rem 0.3125rem rgba(255, 255, 255, 0.23);
	background-color: #f4f4f2;
}
.menu .card .item a.active{
	background-image: linear-gradient(142.17deg, #3086FF 6.66%, #304CFD 91.48%);
    box-shadow: inset -0.25rem -0.25rem 0.3125rem rgba(0, 0, 0, 0.1), inset 0.25rem 0.25rem 0.3125rem rgba(255, 255, 255, 0.23);
    color: #fff;
}
.menu .card .item a i{
	font-size: 20px;
}
.box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(103, 118, 128, 0.03);
    padding: 1.875rem;
    position: relative;
    transition: box-shadow .3s ease-in-out;
}
.card{
	border: none;
}
.body{
	position: relative;
	top: -50px;
}
hr{
	border-top: 2px dashed #bbbfca;
}
hr[small]{
	border-top: 1px dashed #bbbfca;
}
.btn-default{
	border: 1px dashed #bbbfca;
}
.btn-default:hover{
	background-color: #ddd;
}
empty img{
	width: 300px;
	max-width: 100%;
}
.modal-content{
	background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(103, 118, 128, 0.03);
    padding: 1.875rem;
    position: relative;
	transition: box-shadow .3s ease-in-out;
	border: none;
}
.dnone{
	display: none;
}
.chat{
	overflow: scroll;
	overflow-x: hidden;
	height: 500px;
	border-radius: 8px;
	border: 2px dashed #bbbfca;
}
.chat .message .content{
	background-color: #e8e8e8;
	border-radius: 8px;
}
.chat .message[left] .content{
	background-color: #cee397;
}
.calendar td{
	font-size: 80%;
    font-weight: 400;
}
.calendar th{
	font-size: 80%;
    font-weight: 600;
}
.calendar tr.active{
	background-color: #effad3;
}
.question .content{
	border: 2px dashed #ddd;
	border-radius: 10px;
}
.question img{
	width: 100%;
	margin: 0px auto;
}
.question .ans{
	padding: 10px;
	padding-right: 20px;
}
.spinner{
	animation: rotation 2s infinite linear;
}
  
@keyframes rotation {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(359deg);
}
}
.timer{
	position: fixed;
	bottom: 5px;
	left: 5px;
	z-index: 9999;
	padding: 5px;
}
.timer .box{
	padding: 10px;
}
.WxaUyoWEvZ{
	width: 200px;
	max-width: 100%;
	border-radius: 30px;
}