@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900&subset=arabic');

@media (min-width: 1025px) {
    .kt-header .kt-header__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
      font-weight: 500;
      font-size: 1.4rem;
      color: #434349;
      margin-right: 25px;
      margin-left: 1rem; 
    }
}

@media (max-width: 1024px) {
  .kt-header .kt-header__title {
    display: none; 
  }
}

.required{
  color: #fd27eb; 
}

.pointer{
  cursor: pointer;
}

.note-editor.note-frame .panel-heading.note-toolbar {
    position: relative !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  position: relative;
  /*z-index: -1;*/
}