/*Badge*/
/* RouteBar */
/* Add your variable customizations of layout here */
/* source-sans-pro-300 - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v11-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro-v11-latin-ext_latin-300.eot#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-ext_latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-italic - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v11-latin-ext_latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("../fonts/source-sans-pro-v11-latin-ext_latin-italic.eot#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-ext_latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-ext_latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700 - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v11-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/source-sans-pro-v11-latin-ext_latin-700.eot#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-ext_latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-ext_latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card-subtitle {
  color: #797979;
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}

.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
  top: 70px;
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.2s;
  animation: fadeInDown 0.2s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s;
  animation: fadeOutUp 0.2s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
/*Overview*/
/*Stats*/
/*Weekly Tasks*/
/*Resolution Center*/
/*Team*/
/*Chat*/
/*Daily Sales*/
/*Timeline*/
/* Profile */
.dashboard .overview-box {
  color: #ffffff;
  min-height: 120px;
  position: relative;
}
.dashboard .overview-box i {
  float: right;
  font-size: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.dashboard .overview-box img {
  position: absolute;
  right: 0;
  width: 90px;
  bottom: 0;
}
.dashboard .overview-box .overview-title {
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 5px;
}
.dashboard .overview-box .overview-numbers {
  line-height: 31px;
  font-size: 24px;
  text-align: left;
  margin-bottom: 8px;
}
.dashboard .overview-box .overview-ratios {
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  opacity: 0.95;
}
.dashboard .overview-box.monthly-sales {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #ff7295; /* Old browsers */
  background: -moz-linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  background: -webkit-linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  background: linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7295", endColorstr="#fe875d",GradientType=1 );
}
.dashboard .overview-box.monthly-views {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #00aadf; /* Old browsers */
  background: -moz-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  background: -webkit-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  background: linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00aadf", endColorstr="#0071bc",GradientType=1 );
}
.dashboard .overview-box.monthly-users {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #4bcf7f; /* Old browsers */
  background: -moz-linear-gradient(240deg, #4bcf7f 0%, #70eea7 100%);
  background: -webkit-linear-gradient(240deg, #4bcf7f 0%, #70eea7 100%);
  background: linear-gradient(240deg, #4bcf7f 0%, #70eea7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4bcf7f", endColorstr="#70eea7",GradientType=1 );
}
.dashboard .stats {
  background-color: #ffffff;
  min-height: 120px;
  position: relative;
  margin-top: 29px;
  border-top: 7px solid #4b6cb7;
  border-bottom: solid 1px #d6d7d9;
  border-right: solid 1px #d6d7d9;
  border-left: solid 1px #d6d7d9;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard .stats .stats-icon {
  display: inline-block;
  position: relative;
  top: -7px;
  background: #ffffff;
  padding: 0 5px;
  height: 7px;
}
.dashboard .stats .stats-icon img {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.dashboard .stats .message-icon {
  height: 34px;
  width: 44px;
}
.dashboard .stats .doc-icon {
  height: 34px;
  width: 25px;
}
.dashboard .stats .mark-icon {
  height: 34px;
  width: 25px;
}
.dashboard .stats img.profile-icon {
  /*top: -15px;
      margin-bottom: -5px;*/
  height: 34px;
  width: 34px;
}
.dashboard .stats .stats-numbers {
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}
.dashboard .stats .stats-title {
  line-height: 21px;
  font-size: 17px;
}
.dashboard .stats .stats-subtitle {
  line-height: 18px;
  font-size: 14px;
  color: #aeb0b5;
}
.dashboard .stats .stats-subtitle span {
  color: #00bfe7;
}
.dashboard .p-panel .p-panel-title {
  margin: 0;
}
.dashboard .p-panel .p-panel-content {
  padding: 17px;
}
.dashboard .weekly-tasks ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dashboard .weekly-tasks ul li {
  padding: 8px 0;
}
.dashboard .weekly-tasks ul li:first-child {
  padding-top: 0;
}
.dashboard .weekly-tasks ul li:last-child {
  padding-bottom: 0;
}
.dashboard .weekly-tasks ul li .p-checkbox {
  vertical-align: middle;
  margin-right: 6px;
}
.dashboard .weekly-tasks ul li > span {
  vertical-align: middle;
}
.dashboard .weekly-tasks ul li .weekly-task-status {
  float: right;
}
.dashboard .weekly-tasks ul li .weekly-task-status i {
  font-size: 13px;
  color: #797979;
  margin-left: 6px;
  width: 16px;
}
.dashboard .weekly-tasks ul li .weekly-task-status .day {
  color: #303134;
  background-color: #e4e2e0;
  text-align: center;
  min-width: 60px;
  display: inline-block;
}
.dashboard .resolution-center {
  padding-bottom: 8px;
}
.dashboard .resolution-center .p-inputtext {
  display: block;
}
.dashboard .resolution-center .p-outputlabel {
  vertical-align: middle;
}
.dashboard .resolution-center .p-button {
  margin-top: 5px;
  display: block;
}
.dashboard .team .p-panel-content {
  padding: 0;
}
.dashboard .team ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dashboard .team ul li {
  padding: 16px;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.dashboard .team ul li:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .team ul li:hover {
  background-color: #f2f3f3;
  border-color: #4b6cb7;
}
.dashboard .team ul li .team-box {
  display: inline-block;
  vertical-align: middle;
}
.dashboard .team ul li .team-member {
  text-align: left;
  display: block;
  font-weight: 600;
  color: #212121;
}
.dashboard .team ul li img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.dashboard .team ul li a {
  display: block;
  float: right;
  background-color: #0872b9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 6px;
  text-align: center;
  margin-top: 4px;
}
.dashboard .team ul li a i {
  line-height: inherit;
  font-size: 22px;
  color: #ffffff;
}
.dashboard .chart .p-panel-content {
  overflow: auto;
}
.dashboard .chat {
  margin-top: 20px;
}
.dashboard .chat .p-panel-content {
  padding: 0;
}
.dashboard .chat ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dashboard .chat ul li {
  padding: 16px 0;
  font-size: 0;
}
.dashboard .chat ul li:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .chat ul li .message-meta {
  font-size: 14px;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  text-align: left;
}
.dashboard .chat ul li .message-meta img {
  width: 48px;
  height: 48px;
  display: block;
}
.dashboard .chat ul li .message-meta .name {
  font-weight: 600;
}
.dashboard .chat ul li .message-meta .time {
  color: #aeb0b5;
  display: block;
}
.dashboard .chat ul li .message {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 160px);
  padding: 12px;
  background-color: #f4f4f4;
  display: inline-block;
  vertical-align: top;
}
.dashboard .chat ul li.message-from .message-meta {
  border-left: 4px solid #4aa564;
}
.dashboard .chat ul li.message-from .message-meta img {
  float: left;
  margin-right: 8px;
}
.dashboard .chat ul li.message-own .message-meta {
  border-right: 4px solid #e31c3d;
}
.dashboard .chat ul li.message-own .message-meta img {
  float: right;
  margin-left: 8px;
}
.dashboard .chat .write-message {
  border-top: 1px solid #d6d7d9;
  margin-top: 10px;
  position: relative;
}
.dashboard .chat .write-message i {
  font-size: 24px;
  color: #d6d7d9;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -14px;
}
.dashboard .chat .write-message input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 36px;
}
.dashboard .chat .write-message input:focus {
  outline: 0 none;
}
.dashboard .daily-sales {
  margin-top: 20px;
}
.dashboard .daily-sales table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.dashboard .daily-sales thead {
  text-align: right;
  background-color: #ffffff;
}
.dashboard .daily-sales thead th {
  padding: 8px 16px;
}
.dashboard .daily-sales tbody tr:nth-child(even) {
  background: #ffffff;
}
.dashboard .daily-sales tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.dashboard .daily-sales tbody td {
  border-color: transparent;
  padding: 8px 16px;
}
.dashboard .daily-sales tr th {
  font-weight: 600;
  color: #424242;
}
.dashboard .daily-sales td {
  color: #212121;
  text-align: right;
}
.dashboard .daily-sales td:first-child {
  text-align: left;
}
.dashboard .daily-sales td:last-child button:first-child {
  margin-right: 4px;
}
.dashboard .daily-sales td img {
  width: 26px;
  height: 26px;
  padding: 8px;
  vertical-align: middle;
}
.dashboard .daily-sales td .pi-angle-up {
  color: #4caf50;
  font-size: 22px;
  padding-left: 10px;
}
.dashboard .daily-sales td .pi-angle-down {
  color: #f44336;
  font-size: 22px;
  padding-left: 10px;
}
.dashboard .schedule {
  margin-top: 20px;
}
.dashboard .timeline.p-panel .p-panel-content {
  position: relative;
}
.dashboard .timeline.p-panel .p-panel-content .timeline-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background: #dddddd;
  top: 0;
}
.dashboard .timeline ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.dashboard .timeline ul li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.dashboard .timeline ul li .timeline-message {
  width: 45%;
  overflow: hidden;
  position: relative;
}
.dashboard .timeline ul li .timeline-message img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}
.dashboard .timeline ul li .timeline-message span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px;
}
.dashboard .timeline ul li .timeline-message span.love {
  color: #cd2026;
  background-color: #f8dede;
  font-weight: 600;
  text-align: right;
}
.dashboard .timeline ul li .timeline-message span.checked {
  font-weight: 600;
  color: #00a6d2;
  background-color: #e1f3f8;
}
.dashboard .timeline ul li .timeline-message span.event {
  color: #f39f19;
  font-weight: 600;
  background-color: #fff1d2;
}
.dashboard .timeline ul li .timeline-icon {
  z-index: 100;
  line-height: 30px;
}
.dashboard .timeline ul li .timeline-icon img {
  width: 30px;
  height: 30px;
}
.dashboard .timeline ul li .timeline-icon span {
  font-weight: 600;
  color: #5b616b;
}
.dashboard .timeline ul li.odd .timeline-icon {
  position: absolute;
  left: 50%;
  margin-left: -16px;
}
.dashboard .timeline ul li.odd .timeline-icon span {
  float: right;
}
.dashboard .timeline ul li.odd .timeline-icon img {
  float: left;
  margin-right: 15px;
}
.dashboard .timeline ul li.odd .timeline-message {
  float: left;
}
.dashboard .timeline ul li.odd .timeline-message span {
  padding: 15px;
  text-align: right;
}
.dashboard .timeline ul li.even .timeline-icon {
  position: absolute;
  right: 50%;
  margin-right: -16px;
  text-align: right;
}
.dashboard .timeline ul li.even .timeline-icon span {
  float: left;
}
.dashboard .timeline ul li.even .timeline-icon img {
  float: right;
  margin-left: 15px;
}
.dashboard .timeline ul li.even .timeline-message {
  float: right;
}
.dashboard .timeline ul li.even .timeline-message span {
  padding: 15px;
}
.dashboard .inventory-list .p-panel-content {
  padding: 0;
}
.dashboard .profile-details .p-panel-content {
  padding: 0;
  text-align: center;
}
.dashboard .profile-details img {
  width: 100%;
}
.dashboard .profile-details .profile-avatar {
  width: 120px;
  height: 120px;
  top: -60px;
  position: relative;
}
.dashboard .profile-details .profile-name {
  font-weight: 600;
  color: #212121;
  text-align: center;
  display: block;
  margin-top: -75px;
}
.dashboard .profile-details .profile-role {
  color: #212121;
  text-align: center;
  display: block;
}
.dashboard .profile-details .p-button {
  margin-top: 16px;
}
.dashboard .profile-details .profile-statistics-panel {
  text-align: center;
  display: inline-block;
  position: relative;
}
.dashboard .profile-details .profile-statistics-panel .profile-statistics {
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.dashboard .profile-details .profile-statistics-panel .statistics-title {
  border-bottom: 4px solid transparent;
  padding-bottom: 10px;
}
.dashboard .product-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.dashboard .product-badge.status-instock {
  background: #C8E6C9;
  color: #256029;
}
.dashboard .product-badge.status-outofstock {
  background: #FFCDD2;
  color: #C63737;
}
.dashboard .product-badge.status-lowstock {
  background: #FEEDAF;
  color: #8A5340;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #f7f7f7;
}
body a {
  text-decoration: none;
  color: #4b6cb7;
}

.layout-topbar {
  width: 100%;
  height: 56px;
  background-color: #1565C0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.layout-main {
  margin-top: 56px;
}

.layout-wrapper {
  min-height: 500px;
  margin: 0;
  background: #f5f9fc;
}
.layout-wrapper .layout-sidebar .user-profile {
  text-align: center;
  color: #212121;
}
.layout-wrapper .layout-sidebar .user-profile #sidebar-profile-button {
  padding: 12px 0;
  color: #212121;
}
.layout-wrapper .layout-sidebar .user-profile #sidebar-profile-button img {
  display: block;
  margin: auto;
  border-radius: 30px;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-main {
  margin-left: 60px;
  -webkit-transition: margin 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar {
  width: 60px;
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 56px;
  left: 0;
  height: 100%;
  overflow: auto;
  box-shadow: 0px 7px 10px #ddd;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu {
  list-style-type: none;
  padding: 0;
  padding-bottom: 150px;
  margin: 0;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li {
  padding: 5px 12px;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a {
  border-radius: 5px;
  padding: 5px 8px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  min-height: 30px;
  color: #212121;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.active-menuitem {
  color: #fff;
  background: #2196f3;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.active-menuitem i {
  color: #fff;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.active-menuitem i.layout-menuitem-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a i {
  color: #5b616a;
  vertical-align: middle;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a i.layout-menuitem-toggler {
  position: absolute;
  right: 12px;
  top: 11px;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a span {
  margin-left: 12px;
  vertical-align: middle;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a:hover {
  background-color: #2196f3;
  color: #fff;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a:hover i {
  color: #fff;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > ul {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0;
  overflow: hidden;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > ul li > a {
  padding: 8px 24px;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > ul li ul li > a {
  padding: 8px 36px;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li > a {
  border-bottom: 1px solid #e4e2e0;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.active-menuitem > a {
  border-left: 4px solid #4b6cb7;
  padding-left: 8px;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #fff;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.active-menuitem > ul {
  border-bottom: 1px solid #e4e2e0;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li:first-child > a {
  border-top: 1px solid #e4e2e0;
}
.layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.ui-menuitem-submenu.active-menuitem > a {
  border-bottom-color: transparent;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-main {
  margin-left: 250px;
  -webkit-transition: margin 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar {
  width: 250px;
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 56px;
  left: 0;
  height: 100%;
  overflow: auto;
  box-shadow: 0px 7px 10px #ddd;
  border-radius: 15px 0px 0px 15px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu {
  list-style-type: none;
  padding: 0;
  padding-bottom: 150px;
  margin: 0;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li {
  padding: 5px 12px;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a {
  border-radius: 5px;
  padding: 5px 8px;
  padding-left: 15px;
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
  text-align: center;
  min-height: 30px;
  color: #212121;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a.active-menuitem {
  color: #fff;
  background: #2196f3;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a.active-menuitem i {
  color: #fff;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a.active-menuitem i.layout-menuitem-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a i {
  color: #5b616a;
  vertical-align: middle;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a i.layout-menuitem-toggler {
  position: absolute;
  right: 12px;
  top: 11px;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a span {
  margin-left: 12px;
  vertical-align: middle;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a:hover {
  background-color: #2196f3;
  color: #fff;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > a:hover i {
  color: #fff;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > ul {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0;
  overflow: hidden;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > ul li > a {
  padding: 8px 24px;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu li > ul li ul li > a {
  padding: 8px 36px;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu > li > a {
  border-bottom: 1px solid #e4e2e0;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu > li.active-menuitem > a {
  border-left: 4px solid #4b6cb7;
  padding-left: 8px;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #fff;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu > li.active-menuitem > ul {
  border-bottom: 1px solid #e4e2e0;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu > li:first-child > a {
  border-top: 1px solid #e4e2e0;
}
.layout-wrapper.layout-wrapper-static-sidebar .layout-sidebar .layout-menu > li.ui-menuitem-submenu.active-menuitem > a {
  border-bottom-color: transparent;
}
.layout-wrapper.layout-wrapper-sidebar-inactive .layout-sidebar {
  left: -230px;
}
.layout-wrapper.layout-wrapper-overlay-sidebar .layout-sidebar {
  left: -230px;
}
.layout-wrapper.layout-wrapper-overlay-sidebar.layout-wrapper-overlay-sidebar-active .layout-sidebar {
  left: 0;
}

@media screen and (min-width: 1025px) {
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar {
    width: 50px;
    overflow: visible;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu {
    list-style-type: none;
    padding: 0;
    padding-bottom: 150px;
    margin: 0;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li {
    padding: 5px 12px;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a {
    border-radius: 5px;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    min-height: 30px;
    color: #212121;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.active-menuitem {
    color: #fff;
    background: #2196f3;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.active-menuitem i {
    color: #fff;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.active-menuitem i.layout-menuitem-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a i {
    color: #5b616a;
    vertical-align: middle;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a i.layout-menuitem-toggler {
    position: absolute;
    right: 12px;
    top: 11px;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a.rotated-icon .layout-menuitem-icon {
    transform: rotate(90deg);
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a span {
    margin-left: 12px;
    vertical-align: middle;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a:hover {
    background-color: #2196f3;
    color: #fff;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > a:hover i {
    color: #fff;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0;
    overflow: hidden;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > ul li > a {
    padding: 8px 24px;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu li > ul li ul li > a {
    padding: 8px 36px;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li > a {
    border-bottom: 1px solid #e4e2e0;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.active-menuitem > a {
    border-left: 4px solid #4b6cb7;
    padding-left: 8px;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #fff;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.active-menuitem > ul {
    border-bottom: 1px solid #e4e2e0;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li:first-child > a {
    border-top: 1px solid #e4e2e0;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu > li.ui-menuitem-submenu.active-menuitem > a {
    border-bottom-color: transparent;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-main {
    margin-left: 60px;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu ul li a {
    padding-left: 12px;
  }
  .layout-wrapper.layout-wrapper-slim-sidebar .layout-sidebar .layout-menu ul li li a {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .layout-wrapper.layout-wrapper-hidden-sidebar .layout-sidebar {
    position: fixed;
    left: -230px;
  }
}
.widget-overview-box {
  color: #ffffff;
  min-height: 120px;
  position: relative;
}
.widget-overview-box i {
  float: right;
  font-size: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.widget-overview-box img {
  position: absolute;
  right: 0;
  width: 90px;
  bottom: 0;
}
.widget-overview-box .overview-title {
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 5px;
}
.widget-overview-box .overview-numbers {
  line-height: 31px;
  font-size: 24px;
  text-align: left;
  margin-bottom: 8px;
}
.widget-overview-box .overview-ratios {
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  opacity: 0.95;
}
.widget-overview-box.monthly-sales {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #ff7295; /* Old browsers */
  background: -moz-linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  background: -webkit-linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  background: linear-gradient(240deg, #ff7295 0%, #fe875d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7295", endColorstr="#fe875d",GradientType=1 );
}
.widget-overview-box.monthly-views {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #00aadf; /* Old browsers */
  background: -moz-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  background: -webkit-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  background: linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00aadf", endColorstr="#0071bc",GradientType=1 );
}
.widget-overview-box.monthly-users {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #4b7ecf; /* Old browsers */
  background: -moz-linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
  background: -webkit-linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
  background: linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4b7ecf", endColorstr="#8e70ee",GradientType=1 );
}

.widget-stats {
  background-color: #ffffff;
  min-height: 120px;
  position: relative;
  margin-top: 29px;
  border-top: 7px solid #4b6cb7;
  border-bottom: solid 1px #d6d7d9;
  border-right: solid 1px #d6d7d9;
  border-left: solid 1px #d6d7d9;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-stats .stats-icon {
  display: inline-block;
  position: relative;
  top: -7px;
  background: #ffffff;
  padding: 0 5px;
  height: 7px;
}
.widget-stats .stats-icon img {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.widget-stats .message-icon {
  height: 34px;
  width: 44px;
}
.widget-stats .doc-icon {
  height: 34px;
  width: 25px;
}
.widget-stats .mark-icon {
  height: 34px;
  width: 25px;
}
.widget-stats img.profile-icon {
  /*top: -15px;
      margin-bottom: -5px;*/
  height: 34px;
  width: 34px;
}
.widget-stats .stats-numbers {
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}
.widget-stats .stats-title {
  line-height: 21px;
  font-size: 17px;
}
.widget-stats .stats-subtitle {
  line-height: 18px;
  font-size: 14px;
  color: #aeb0b5;
}
.widget-stats .stats-subtitle span {
  color: #00bfe7;
}

.widget-timeline .timeline-wrapper {
  position: relative;
}
.widget-timeline .timeline-wrapper .timeline-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background: #dddddd;
  top: 0;
}
.widget-timeline .timeline-wrapper ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.widget-timeline .timeline-wrapper ul li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.widget-timeline .timeline-wrapper ul li .timeline-message {
  width: 45%;
  overflow: hidden;
  position: relative;
}
.widget-timeline .timeline-wrapper ul li .timeline-message img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span.love {
  color: #cd2026;
  background-color: #f8dede;
  font-weight: 600;
  text-align: right;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span.checked {
  font-weight: 600;
  color: #00a6d2;
  background-color: #e1f3f8;
}
.widget-timeline .timeline-wrapper ul li .timeline-message span.event {
  color: #f39f19;
  font-weight: 600;
  background-color: #fff1d2;
}
.widget-timeline .timeline-wrapper ul li .timeline-icon {
  z-index: 100;
  line-height: 30px;
}
.widget-timeline .timeline-wrapper ul li .timeline-icon img {
  width: 30px;
  height: 30px;
}
.widget-timeline .timeline-wrapper ul li .timeline-icon span {
  font-weight: 600;
  color: #5b616b;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-icon {
  position: absolute;
  left: 50%;
  margin-left: -16px;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-icon span {
  float: right;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-icon img {
  float: left;
  margin-right: 15px;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-message {
  float: left;
}
.widget-timeline .timeline-wrapper ul li.odd .timeline-message span {
  padding: 15px;
  text-align: right;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-icon {
  position: absolute;
  right: 50%;
  margin-right: -16px;
  text-align: right;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-icon span {
  float: left;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-icon img {
  float: right;
  margin-left: 15px;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-message {
  float: right;
}
.widget-timeline .timeline-wrapper ul li.even .timeline-message span {
  padding: 15px;
}

.widget-chat ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-chat ul li {
  padding: 16px 0;
  font-size: 0;
}
.widget-chat ul li:after {
  content: "";
  display: table;
  clear: both;
}
.widget-chat ul li .message-meta {
  font-size: 14px;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  text-align: left;
}
.widget-chat ul li .message-meta img {
  width: 48px;
  height: 48px;
  display: block;
}
.widget-chat ul li .message-meta .name {
  font-weight: 600;
}
.widget-chat ul li .message-meta .time {
  color: #aeb0b5;
  display: block;
}
.widget-chat ul li .message {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 160px);
  padding: 12px;
  background-color: #f4f4f4;
  display: inline-block;
  vertical-align: top;
}
.widget-chat ul li.message-from .message-meta {
  border-left: 4px solid #4aa564;
}
.widget-chat ul li.message-from .message-meta img {
  float: left;
  margin-right: 8px;
}
.widget-chat ul li.message-own .message-meta {
  border-right: 4px solid #e31c3d;
}
.widget-chat ul li.message-own .message-meta img {
  float: right;
  margin-left: 8px;
}
.widget-chat .write-message {
  border-top: 1px solid #d6d7d9;
  margin-top: 10px;
  position: relative;
}
.widget-chat .write-message i {
  font-size: 24px;
  color: #d6d7d9;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -14px;
}
.widget-chat .write-message input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 36px;
}
.widget-chat .write-message input:focus {
  outline: 0 none;
}

.widget-profile .p-panel-content {
  padding: 0;
  text-align: center;
}
.widget-profile img {
  width: 100%;
}
.widget-profile .profile-avatar {
  width: 120px;
  height: 120px;
  top: -60px;
  position: relative;
}
.widget-profile .profile-name {
  font-weight: 600;
  color: #212121;
  text-align: center;
  display: block;
  margin-top: -75px;
}
.widget-profile .profile-role {
  color: #212121;
  text-align: center;
  display: block;
}
.widget-profile .p-button {
  margin-top: 16px;
}
.widget-profile .profile-statistics-panel {
  text-align: center;
  display: inline-block;
  position: relative;
}
.widget-profile .profile-statistics-panel .profile-statistics {
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.widget-profile .profile-statistics-panel .statistics-title {
  border-bottom: 4px solid transparent;
  padding-bottom: 10px;
}

.widget-team ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-team ul li {
  padding: 16px;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.widget-team ul li:after {
  content: "";
  display: table;
  clear: both;
}
.widget-team ul li:hover {
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.widget-team ul li .team-box {
  display: inline-block;
  vertical-align: middle;
}
.widget-team ul li .team-member {
  text-align: left;
  display: block;
  font-weight: 600;
  color: #212121;
}
.widget-team ul li img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.widget-team ul li a {
  display: block;
  float: right;
  background-color: #0872b9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 6px;
  text-align: center;
  margin-top: 4px;
}
.widget-team ul li a i {
  line-height: inherit;
  font-size: 22px;
  color: #ffffff;
}

.widget-resolution-center {
  padding-bottom: 8px;
}
.widget-resolution-center .p-inputtext {
  display: block;
}
.widget-resolution-center .p-outputlabel {
  vertical-align: middle;
}
.widget-resolution-center .p-button {
  margin-top: 5px;
  display: block;
}

.widget-pricing-box {
  text-align: center;
}
.widget-pricing-box .pricing-header {
  color: #ffffff;
  background-color: #122e51;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 12px 0px;
}
.widget-pricing-box .pricing-subheader {
  background-color: #efefef;
}
.widget-pricing-box .price {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #122e51;
}
.widget-pricing-box .duration {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #4773aa;
}
.widget-pricing-box .pricing-content {
  background-color: #ffffff;
  min-height: 250px;
  padding-top: 20px;
}
.widget-pricing-box .pricing-content span {
  text-align: center;
  display: block;
  padding: 2px 0;
}
.widget-pricing-box .p-button {
  position: relative;
  top: -55px;
}
.widget-pricing-box.pricing-basic .pricing-header {
  background-color: #00a6d2;
}
.widget-pricing-box.pricing-basic .price {
  color: #00a6d2;
}
.widget-pricing-box.pricing-basic .duration {
  color: #00a6d2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 0;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #d6d7d9;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

/* Add your customizations of layout here */
