
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(./MaterialIcons-Regular.ttf) format('truetype');
}

/* @font-face {
  font-family: 'Harmattan';
  font-style: normal;
  font-weight: 22;
  src: local('Harmattan'),
  local('Harmattan-Regular'),
  url(./Harmattan-Regular.ttf) format('truetype');
} */

hr.new1 {

  margin-bottom: 0.5em;
  border-color: #818181;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body {
    background-color: #FFFCCD;
}

body {
    margin-left: 0;
    margin-right: 0;
}

body {
  font-family: "Arial", sans-serif;
  margin: 0px;
  overflow: hidden; /* Hide scrollbars */
}
.icon-text-arabic {
  font-family: "Harmattan";
  font-size: 25;
}

.sidebar {
  height: 100%;
  width: 85px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  transition: 0.5s;
  overflow-x: hidden;
  padding-top: 60px;
  white-space: nowrap;
}

.sidebar a {
  padding: 0px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}

.sidebar a:hover {
  color: #f1f1f1;
}

main .sidebar {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
}

.material-icons,
.icon-text, .icon-text-arabic {
  vertical-align: middle;
  font-size: 25px;
}

.material-icons {
  padding-bottom: 3px;
  margin-right: 30px;
}

#main {
  padding: 0px;
  margin-left: 85px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  transition: margin-left 0.5s;
}

.mainFrame{
  height: 100vh;
  width: 100%;
  padding: 0px;
  border: 0; /*change to 0 for no border*/
  margin: 0px;
  overflow: hidden;
}

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}