@font-face {
  font-family: 'irsans';
  src: url('../font/irsans.ttf') format('truetype');
}

body { 
  overflow:hidden;
  direction:rtl;
  font-family:irsans;
  font-size:14px;
  background:rgba(0, 0, 0, 1);
}

/* پنل اصلی شامل معرفی برنامه */
#panel {
  position:absolute;
  top:5px;
  bottom:5px;
  left:5px;
  right:5px; 
  border: 1px solid rgba(255, 255, 0, 0.2);
  border-radius:10px;
  text-align:center;
  background:rgba(255, 255, 240, 1);
}

.row{
  margin:14px;
  padding:10px;
  border: 2px dashed rgba(0, 0, 121, 0.33);
  background:rgba(253, 253, 0, 0.11);
  color:rgba(0, 0, 55, 1);
  border-radius:15px 15px;
  word-wrap:pre-wrap;
  line-height:200%;
}

#welcome{  
  text-align:justify;
}

h2{
  color:rgb(10, 130, 180);
  font-weight:700;
}

#msg.hide{
  opacity:0.33;
  /*visibility:hidden;*/
}

#msg.success{
  background:rgba(120, 234, 141, 0.11);
}

#msg.warning{
  background:rgba(238, 184, 83, 0.11);
}

button {
  cursor: pointer;
  padding:5px;
  font-family:irsans;
  font-size:16px;
  border: 2px solid rgba(0, 0, 55, 0);
  background:rgba(0, 0, 0, 0);
  color:rgba(16, 100, 225, 1);
}

.status {
  font-weight: bold;
}