* {
  direction: rtl;
  box-sizing: border-box;
  outline: none;
  font-family: 'Tajawal', sans-serif;

  -webkit-appearance:     none;
  -moz-appearance:        none;
  -ms-appearance:         none;
  -o-appearance:          none;
  appearance:             none;
}

body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

html, body {
  position: relative;
  height: 100%;
}

.body {
  position: relative;
  display: flex;
  flex: 1;
  flex-shrink: 0;

  flex-direction: row;

  width: 100%;
  height: 100%;
}

.body .body-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-shrink: 0;

  overflow: auto;

  flex-direction: column;

  justify-content: flex-start;
  align-items: flex-start;

  height: 100%;

  padding: 30px;

  background: #f1f4f9;
}

button {
  cursor: pointer;
  border: 0;
}
