body {
  font-family: 'Tajawal', sans-serif;
  background-color: #0b141a;
  height: 100dvh;
  width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
}

.header-font {
  font-family: 'Tajawal', sans-serif;
}

.msg-text {
  font-family: 'Noto Naskh Arabic', serif;
}

.chat-bg {
  background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
  background-repeat: repeat;
  background-size: 400px;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

#messages {
  position: relative;
  z-index: 1;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.safe-area-bottom {
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
}

input::placeholder {
  color: #8696a0 !important;
}