@font-face {
    font-family: 'adobe';
    src: url('../fonts/AdobeArabic-Bold.eot');
    src: url('../fonts/AdobeArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdobeArabic-Bold.woff') format('woff'),
        url('../fonts/AdobeArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body {
	font-family: 'adobe' !important;

}


.bg-white {
	background: #fff;
	box-shadow: 1px 2px 3px #ccc;
	border:1px solid #ccc;
	border-top: none;
}

.bg-white label {
	font-size: 22px;
	direction: rtl;
	text-align: right;
}


.bg-white input {
	margin-bottom: 10px;
}


.form-head table {
	font-size: 21px;
	color: #000;
}

.title-login {
	font-family: 'adobe';
	font-size:25px;
}

.font20 {
	font-size:20px;
	font-family: 'adobe';
}
.text-red {
	color: red;
}
.font25 {
	font-family: 'adobe';
	font-size: 22px !important;
}

.text-primary {
	color: blue;
}

.marg {
	margin-top:20px !important;
	margin-bottom: 15px !important;
}

.font30 {
	font-size:30px;
	font-family: 'adobe';
}

.border-red {
	border-color:red !important;
}

.btn.btn-round {
	font-size: 22px !important;
	background-color: #000add !important;
}

.active-btn {
	background: #f9d300;
	color: #000;
}

.buttons , .rtl {
		direction:rtl !important;
}

.institute-login {
	font-size:24px;
	margin-top:10px;

}

.card-content input {
	font-size:25px !important;

}

.custom-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #bdbdbd;
    min-height: 40px;
    height: auto;
    max-width: 98%;
    border-radius: 15px;
    padding-right: 8px;
    width: 100%;
    margin-bottom: 10px;
}




.custom-label {

	background:transparent !important;
	font-size:25px;
	color:#000;
	margin-bottom:20px;
	float:right;

	margin-top:10px;

}
.display-none , .teacher-content , .student-content , .admin-content{

		display:none !important;

}



.custom-btn-log {
	font-size: 22px;
	background: #fff;
	border: 1px solid;
}

.alert  {
	font-size: 22px;
}

.alert-students {
	direction:rtl;
	text-align:right;
	font-size:28px;
	line-height:40px;
}


.simple-rating i{
	color: #f5ba00;
	display: inline-block;
	padding: 1px 2px;
	cursor: pointer;
	font-size: 22px;
}

.text-remaind {
	direction: rtl;
    text-align: right;
    font-size: 25px;
}


