﻿@font-face {
  font-family: 'DroidArabicKufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufiRegular.eot);
  src: url(../fonts/DroidKufiRegular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufiRegular.woff2) format('x-woff2'),
       url(../fonts/DroidKufiRegular.woff) format('woff'),
       url(../fonts/DroidKufiRegular.ttf) format('truetype');
}
*,body {
				font-family: 'DroidArabicKufi'!important;				
}
body {
				margin: 0;
				padding: 0;
				font-size: 12px!important;
}
.img-holder .info-holder h3 {
    line-height: 40px;
}
.form-content form {
    text-align: right;
}
h4.mb-3 {
	background: #495057;
	color: #fff;
	font-size: 14px!important;
	padding: 10px;
	text-align: center!important;
	border-radius: 5px!important;
	font-weight: normal;
	}
.ltr input, .ltr select{
	text-align:left!important;
}
.was-validated .form-control:valid, .form-control.is-valid, .custom-select.is-valid {
    border-color: #28a745!important;
    }
 #studentForm input[type=text], #studentForm select{
    min-height: 40px;
    border: 1px solid #C3C3C3;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

span.ReqStar {
  display: inline-block !important;
  color: red;
  margin-right: 5px;
}

span.FileInfo {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #856404;
  background-color: #fff8e4;
  border-color: #dfd7bd;
  font-size: 12px;
  z-index: 10;
  display: block;
  text-align: center;
  margin: 10px auto;
}

.CustomUpload {
  background: #5e5e5e;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  outline: none;
  padding: 10px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  margin-left: 5px;
  min-height: 54px;
  width: 100%!important;
  text-align: center;
}

.CustomAttachMent {
  display: inline-block;
  width: 100%;
}

.form-group.CustomAttachment {
  border: 1px #ddd solid;
  padding: 10px;
  /* text-align: center; */
}

.InputDesc {
  display: none;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #856404;
  background-color: #fff8e4;
  border-color: #dfd7bd;
  font-size: 9px;
  position: absolute;
  left: 15px;
  top: 71px;
  z-index: 10;
  text-align: center;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .custom-select.is-invalid, select.form-select.is-invalid {
    border-color: #dc3545!important;
    }
.Attachment-Tit {
  min-height: 55px;
}

.was-validated .custom-select:invalid {
  background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat left 0.75rem center/8px 10px, url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E) no-repeat center left 1.75rem/1.125rem 1.125rem !important;

}

.CustomUpload:hover {
  background: #0c8676;
}

.uploadedFile {
  background: #0c8676;
}

.error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545!important;
}
.SubInfo  button.btn.btn-primary.btn-lg.btn-block {
    background: #339c91;
    min-height: 50px;
}
.CustomUpload img {
    height: 34px;
}
.alert-danger {
    color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
    font-weight: normal;
}

#studentForm .custom-control {
    padding-right: 10px;
    padding-left: 10px;
}
label.error{
	font-size:11px!important;
}
.row.custam-Bg {
    margin: 20px 10px;
    padding: 10px;
    box-shadow: 0 0 22px 4px #dcdcdc;
}
@media (max-width: 768px) {
.form-content label {
    font-size: 12px;
}
.hide-Tit {
    display: none;
}
}
@media (max-width: 600px) {
.Attachment-Tit {
    min-height: auto;
    margin-bottom: 7px;
}
.row.custam-Bg {
    margin: 20px 0px;
    padding: 10px;
    box-shadow: 0 0 22px 4px #dcdcdc;
}
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loaderBG {
    background: #00000094;
    width: 100%;
    position: relative;
    height: 100vh;
    z-index: 20;
}
.loader {
    z-index: 99999999;
    top: 50%;
    left: 50%;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.96);
    border-right: 1.1em solid rgb(255, 255, 255);
    border-bottom: 1.1em solid rgb(255, 255, 255);
    border-left: 1.1em solid #1daf9a;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.btnSubmitLoader{
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.btnSubmitLoader img {
    max-width: 100%;
}
.CheckBrowserCompTXT{
    margin-top: 30px;
}
.CustomAttachMent label {
    width: 100%;
}
.alert.alert-danger.attachments-box-error-summery li {
    margin-bottom: 8px;
}
ul.list-group.list-group-flush li {
	border: 0;
    box-shadow: 0 4px 5px -1px #c8c8c8;
    margin-bottom: 10px;
        }
label.custom-control-label {
    line-height: 25px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}
.SuccessCustom{
    background-color: #4CAF50;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 16px;
    margin: auto;
    margin-bottom: 30px;
}
.SubInfo.order-md-1.SuccessCustomBG {
    max-width: 350px;
    margin: auto;
    border-radius: 10px;
    padding: 30px;
    text-align: center!important;
}
p.alertSuccess {
    text-align: center;
    color: #4caf50;
    font-size: 23px;
}
.SuccessCustomBG .form-content .btn {
    border-radius: 6px;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    border: 0;
    color: #676767;
}
.custom-checkbox #confirmationChk-error{
display:none!IMPORTANT;
	
}
.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
    margin-right: 23px;
        background-image: url(../images/success.svg)!important;

}
.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
    margin-right: 23px;
}