
.normal {
	font-size: 10px;
	font-weight: bold;	

}



.normalw {
	font-size: 10px;
	font-weight: bold;	
}

.normalw1 {
	font-weight: bold;	
	font-size: 20px;

}



.normalbox {
	font-size: 20px;
	color: #020202;
	border-radius: 10px;
	text-align: center;

}
.normal-justify {
	font-size: 11px;
	text-align: justify;
}
.normal-justify-tab {
	font-size: 11px;
	text-align: justify;
	text-indent: 30px;
}
.normalselect{
	font-size: 20px;
	background: #efffea00;
	border-radius: 4px;
	border: 1px solid #ffffff;
}

.hidden {
 	display:none;
}

A:link {
	text-decoration: none
}
A:active {
	text-decoration: underline
}
A:visited {
	text-decoration: none;
	color: #0000FF
}
A:hover {
	text-decoration: underline
}

body {
 	 width: auto;
  	margin: 0 auto;
	background: linear-gradient(135deg, #6a11cb, #2575fc);
	font-family: 'Cairo', sans-serif;
	display: flex;
	align-items: center;
	min-height: 1vh;

}



@media only screen and (min-width: 600px) {
  body {
    zoom:120% ;
	justify-content: center;

  }
}







.login-container {
	background-color: #fff;
	padding: 30px 25px;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	text-align: center;

  }




.login-container1 {
	background-color: #fff;
	padding: 30px 25px;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	max-width: 400px;
	width: 100%;
	text-align: center;
  }




.login-container h1 {
	font-size: 24px;
	color: #2575fc;
	margin-bottom: 10px;
  }

.error-message {
	color: red;
	font-size: 14px;
	margin-bottom: 10px;
  }

.input-group {
	margin-bottom: 20px;
	text-align: right;
  }

.input-group label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
  }

.input-group input,
  select {
	width: 90%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
  }

.input-group select {
	direction: rtl;
  }



 
.submit-button {
	width: 100%;
	padding: 12px;
	background: linear-gradient(45deg, #2575fc, #6a11cb);
	border: none;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s;
  }

.submit-button:hover {
	background: linear-gradient(45deg, #6a11cb, #2575fc);
  }

.footer {
	margin-top: 15px;
	font-size: 13px;
	color: #555;
  }





.normalred {
    color: #0f0911;
    transition: transform 5.s ease;
	animation-name: example;
	animation-duration: 4s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;

}

@keyframes example {
	from {background-color: rgba(116, 14, 14, 0.692);}
	to {background-color: yellow;}
  }
  			
.tb-header {
	font-size: 11px;
	background-color: #BBBBBB;
}
.tb-bg {
	background-color: #fcfcfc;
}
.tb-bdr {
	background-color: #fcfcfc;
}
.quickjump {
	font-size: 11px;
}
.small {

	font-size: 10px;
}
.title1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.title2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.title22 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.title3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.title2left {
	font-weight: bold;
	font-size: 13px;
}
.invoice-big {
	font-size: 12px;
	line-height: 18px;
}
.inputreadonly {
	font-size: 11px;
	background-color: #DEE5F2;
}
.modtext {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #f3f6f4;
}
.bold {
	font-size: 11px;
	font-weight: bold;
}
A.menulink {
	width: 15px;
	text-align: center;
	background-color: #E1E8F5;
	border: solid 1px #D1D8E4
;
	padding: 3px;
}
A.menulink:hover {
	text-decoration: none;
	background-color: #C2D5F3;
}
fieldset {
	border:2px solid #BBBBBB;
}
#submit {
	background: #efffea00;
	border-radius: 50px;
	border: 1px solid #ffffff;
	color: #000000;
	font-family: 'Verdana';
	font-weight: bold;
	padding: 1px 10px;
	transition: 0.3s;
}
#submit:hover {
	box-shadow: 0px 0px 10px cyan,
	0px 0px 20px cyan,
	0px 0px 40px cyan,
	0px 0px 80px cyan;;
}
#submit:disabled {
	background: #ccc;
}
.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-weight: Bold;
	font-size: 11px;
	background-color: #E3E9F7;
}
.tab button:hover {
	background-color: #D3D9E6;
}
.tab button.active {
	background-color: #D3D9E6;
}

.input-group {
	font-size: 1.25rem;
	position: relative;
	--primary: #1e1e1e;
}

.input {
	all:unset;
	color: #0c0c0c;
	padding: 0.5rem;
	border: 1px	solid	#ffffff;
	border-radius: 50px;
	transition: 150ms
		cubic-bezier(0.4, 0, 0.2, 1);
	    font-weight: bold;

}

.label{
	font-size: 14px;
	width: 35%;

	position: absolute;
	top: 1rem;
	left: 70%;
	border-radius: 14px;
	color: #d4d4d4;
	pointer-events: none;
	transition: 150ms
		cubic-bezier(0.4, 0, 0.2, 1);
}

.input:focus {
	border: 1px solid
	var(--primary);
}

.input:is(:focus,	:valid)	~	label	{
	transform:
	translateY(-120%)
	scale(0.7);
	background-color: #2575fc;
	padding-inline: 0.3rem;
	color: var(--primary);
}


	
.button1 {
		background-color: #7D95E3;
		border-radius: 14px;
		border: none;
		color: white;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
		transition: 0.3s;
}

.button1:hover {
		background: #62A8E6;
}

.button2 {
		background-color: #7D95E3;
		border-radius: 14px;
		border: none;
		color: white;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
		transition: 0.3s;
}

.button2:hover {
		background: #93A6E2;
}

.button3 {
		background-color: #9D95E3;
		border-radius: 14px;
		border: none;
		color: white;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
		transition: 0.3s;
}

.button3:hover {
		background: #B5AFE3;
}