@font-face {
    font-family: 'AdobeNaskh-Medium';
    src: url(fonts/AdobeNaskh-Medium.otf) format("opentype");
}

body {
    position: relative;
    font-family: 'AdobeNaskh-Medium' !important;
    font-variant-ligatures: none;
}

.chat-container p {
  font-size: 22pt;
  color: #096289;
  text-align: right;
  line-height: 1.8;
}

.chat-container {
    z-index: 11;
    width: 85%;
    height: 48vh;
    overflow-y: scroll;
    position: absolute;
    top: 8vh;
   /* margin: 0 74px;*/
	margin-left: 7%;
	margin-top: 2%;
    direction: rtl;
}

/*# sourceMappingURL=style.css.map */