.tatbiqi-container {
  padding: 0;
  position: fixed;
  right: -100%;
  height: 300px ;
  width: 80%;
  border: groove 2px #bbb;
  border-radius: 15px;
  font-size: 12pt;
  line-height:2;
  text-align: center;
  direction: rtl;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
  background: #eee;
  overflow: hidden;
  color: #333;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    }

.tatbiqi-head {
  height:35px;
  width:100%;
  font-family:topic;
  font-size:16pt;
  background:#B11C39;
  color:white;
  padding:5px;
  text-align:center;
  border-bottom: 1px solid brown;
}



.tatbiqi-body {
  height:228px;
  width:100%;
  font-family:topicLight;
  font-size:12pt;
  line-height: 1.2;
  background:transparent;
  color:#333;
  padding:10px;
  text-align:justify;
  direction: rtl;
  overflow-y: scroll;
}

.tatbiqi-end {
  height:33px;
  width:100%;
  font-family:topic;
  font-size:14pt;
  background:#B11C39;
  color:white;
  padding:5px;
  text-align:center;
  border-top: 1px solid brown;
}



.tatbiqi-end a, .tatbiqi-end a:hover, .tatbiqi-end a:link , .tatbiqi-end a:active {
  width:100%;display: block;
  text-decoration-color: white;
  color: white;
  text-decoration: none;
}
