/* Header Notification */

a.fa-bell {
  position: relative;
  font-size: 25px;
  color: grey;
  cursor: pointer;
  margin: 0;
}
.main_container_inside_icons span.fa-comment {
  font-size: 1em;
  margin: 0px;
  color: red;
  width: 40px;
  height: 40px;
}
span.num {
  position: absolute;
  font-size: 0.4em;
  font-weight: 800;
  top: 12px;
  color: #fff;
  right: 16px;
}

.notification_container {
  cursor: pointer;
  float: left;
  width: 100%;
}

.notification_text {
  float: left;
  width: 100%;
  font-size: 12px;
}

.notification_icons {
  position: relative;
  float: left;
  width: 100%;
  font-size: 25px;
}

.main_container_inside_icons {
  position: absolute;
  top: 2px;
  right: 8px;
}
/* End of Header Notification */
