@import  url(https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;700;800;900&display=swap);
* {
	direction:rtl;
	text-align:right;
	

}
body {
	font-size:18px !important;
	font-family: "Heebo", Arial, sans-serif;
	margin: 0;
	padding: 0;
	background:#2B49B4 !important;
	color:#FEFEFE;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.btn {
	border-radius:0;
	font-size:24px;
	padding:15px 18px 15px 24px;
	font-weight:500;
	border:0;
}

.btn i.fas {
	position:absolute;
	padding-top:7px;
}
.btn span {
	display:inline-block;
	padding-right:25px;
}


.btn.btn-danger {
	background-color:#FC5334;
}
.text-danger {
	color:#FC5334 !important;
}
.btn.btn-info {
	background-color:#3E68DF;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
	background-color:#6384E3 !important; 
}

.card.login{
	margin-top:100px;
	max-width:450px;
	background:FEFEFE;
	color:#3E68DF;
}
.card.login h1 {
	text-align:center;
	margin-bottom:20px;
	
}


.table.kvora * {
	border:0;
	font-size:18px;
}
.table.kvora thead {
	background:#FEFEFE;
	color:#58585A;
}
.table.kvora thead th {
	padding:15px 15px 10px 5px;
	min-width:100px;

}



.table.kvora tbody td {
	padding:15px 15px 10px 5px;
	color:#FEFEFE;
	min-width:100px;
}


.table.kvora tbody:nth-child(2) tr:nth-of-type(1n) {
	background:#2B49B4;
}




.table.kvora tbody:nth-child(2)  tr:nth-of-type(2n) td:nth-child(1) {
	background:#355ed8;
}
.table.kvora tbody:nth-child(2)  tr:nth-of-type(2n) td:nth-child(2) {
	background:#2D56D1;
}
.table.kvora tbody:nth-child(2)  tr:nth-of-type(2n) td:nth-child(3) {
	background:#355ed8;
}
.table.kvora tbody:nth-child(2)  tr:nth-of-type(2n) td:nth-child(4) {
	background:#2D56D1;
}
.table.kvora tbody:nth-child(2)  tr:nth-of-type(2n) td:nth-child(5) {
	background:#355ed8;
}
.table.kvora tbody:nth-child(2)  tr:nth-of-type(2n) td:nth-child(6) {
	background:#2D56D1;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(7) {
	background:#355ed8;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(8) {
	background:#2D56D1;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(9) {
	background:#355ed8;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(10) {
	background:#2D56D1;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(11) {
	background:#355ed8;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(12) {
	background:#2D56D1;
}
.table.kvora tbody:nth-child(2) tr:nth-of-type(2n) td:nth-child(13) {
	background:#355ed8;
}
.table.kvora td .fas.fa-times {
	color:#FF3838;
	font-size:26px;
}
.table.kvora td .fas.fa-check {
	color:#9AFF00;
	font-size:26px;
}

.d-flex.days a {
	color:#FEFEFE;
	font-weight:600;
}

.container {
	max-width:1780px;
}

.print_me {
	color: #fff;
	font-size:20px;
}
.print_me:hover {
	color: #FF3838;
	text-decoration:none;
}

@media(max-width:1250px) {
	.btn {
		font-size:20px;
		padding:13px 14px 13px 20px;
	}
	.table.kvora * {
		font-size:16px;
	}
	
	.table.kvora thead th {
		padding:15px 5px 15px 5px;
	}
	.table.kvora tbody td {
		padding:15px 5px 15px 5px;
	}
}
@media(max-width:950px) {
	body {
		font-size:16px !important;
	}
	.btn {
		font-size:18px;
		padding:11px 12px 11px 18px;
	}
	.table.kvora * {
		font-size:16px;
	}
	
	.table.kvora thead th {
		padding:13px 5px 13px 5px;
	}
	.table.kvora tbody td {
		padding:13px 5px 13px 5px;
	}

}