@charset "utf-8";
@font-face {
    font-family: sans;
    src: url("../fonts/sans.woff");
 }
@font-face {
    font-family: sans_b;
    src: url("../fonts/sans_b.woff2");
 }
@font-face {
    font-family: yekan;
    src: url("../fonts/yekan.woff");
 }
@font-face {
    font-family: yekan_b;
    src: url("../fonts/yekan_b.woff");
 }
body{
	background-image: url("../img/background.jpg");
	direction: rtl;
	text-align: right;
	height: 100%;
}
.container-fluid{
	margin-top: 50px;
}
label{
	font-family: yekan_b;
	color: #FFFFFF;
	font-size: 22px;
}
input{
	font-family: yekan_b;
	color: #000000;
	font-size: 22px;
}
.submit{
	font-family: yekan_b;
	font-size: 20px;
	width: 200px;
	border-radius: 15px;
	margin-top: 10px;
}
.col6nomre{
	margin-top: 20px;
	padding: 0px 40px 0px 40px;
	display: none;
}
.cardbg{
	background-color: #FFFFFF;
	min-height: 50%;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h4{
	font-family: yekan_b;
	color: #000000;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	color: #2F1CD1;
}
.out_name{
	font-family: yekan_b;
	font-size: 20px;
	text-align: center;
}
.out_number{
	font-family: yekan_b;
	font-size: 20px;
	text-align: center;
	color: #E80F37;
}
.col6allert{
	margin-top: 20px;
	display: none;
}
.alert-danger {
    background-color: #ea5455;
    color: #FFFFFF;
    font-family: yekan_b;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px #EA5455;
    box-shadow: 0px 0px #EA5455;
	border: 0px;
}
.crator{
	font-family: yekan_b;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	margin-top: 100px;
	z-index: 2;
}

.notify{  
  font-family: yekan_b;
  font-size: 20px;
  position:fixed;
  top:0px;
  width:100%;
  height:0;  
  box-sizing:border-box;
  color:white;  
  text-align:center;
  background:#F42529;
  box-sizing:border-box;
  transition:height .2s;
  z-index: 2;
}

#notifyType:before{
  display:block;
  margin-top:15px; 
  
}

.active{  
  height:50px;
}

.success:before{
  Content:"اعداد وارد شده باید بین 0 تا 20 باشد";
  z-index: 2;
}