@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-5.15.4.min.css';
@import 'assets/css/helper-4.0.0.min.css';
.bodyfull{
	min-height: 100vh;
	background-color: #2463af;
	background-image: url(assets/img/slider02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
}
.bodyfull::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #2463aff3;
}
.bodyfull__bg2{
	background-image: url(assets/img/slider07.jpg);
}
.bodyfull__bg2::before{
	background-color: rgba(65, 172, 78, 0.3);
}
.bodyfull__wingif::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(assets/img/source.gif);
	background-repeat: repeat;
	background-size: contain;
	background-position: top center;
	opacity: 0.4;
}
.bodyfull__bg2 .boxregister{
	box-shadow: none;
	position: relative;
	z-index: 4;
}
.bodyfull > *{
	position: relative;
}
.boxregister{
	box-shadow: 0 10px 75px 0 rgba(0, 0, 0, 0.2);
}
.bodyfull__noheight{min-height: 100%;}

.maxheight__img img{
	max-height: 250px;
}
.customtable100.table td,
.customtable100.table th{
    padding: 10px 16px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}
.customtable100.table td{
    direction: ltr;
}
.btn{
    font-weight: 500;
}
.lineline::before{
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
	content: '';
	top: 0;
	right: 50%;
}
.custommodal .modal-content{
	border-radius: 8px;
	border: 0;
}
.custommodal .modal-body{
	padding: 40px;
}
@media print{
	body{
		margin: 0;
	}
	.print__noshow,.modal-backdrop{display: none !important;}
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
    
}
@media (max-width: 500px) {
	
}
@media (max-width: 375px) {
	
}