/* background */
/* horizontal menu */
/* topbar */
/* overlay menu */
/* overlay menu button */
/* common */
/* horizontal menu */
/* overlay menu */
/* actionbar */
/* mobile menu */
/* tooltip */
/* user profile menu */
/* Add your variable customizations of layout here */ /* sarabun-regular - latin */
@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sarabun-v6-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Sarabun Regular"), local("Sarabun-Regular"), url("../fonts/sarabun-v6-latin-ext_latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/sarabun-v6-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/sarabun-v6-latin-ext_latin-regular.woff") format("woff"), url("../fonts/sarabun-v6-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/sarabun-v6-latin-ext_latin-regular.svg#Sarabun") format("svg"); /* Legacy iOS */
}
/* sarabun-500 - latin */
@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/sarabun-v6-latin-ext_latin-500.eot"); /* IE9 Compat Modes */
  src: local("Sarabun Medium"), local("Sarabun-Medium"), url("../fonts/sarabun-v6-latin-ext_latin-500.eot#iefix") format("embedded-opentype"), url("../fonts/sarabun-v6-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/sarabun-v6-latin-ext_latin-500.woff") format("woff"), url("../fonts/sarabun-v6-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/sarabun-v6-latin-ext_latin-500.svg#Sarabun") format("svg"); /* Legacy iOS */
}
/* sarabun-700 - latin */
@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sarabun-v6-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local("Sarabun Bold"), local("Sarabun-Bold"), url("../fonts/sarabun-v6-latin-ext_latin-700.eot#iefix") format("embedded-opentype"), url("../fonts/sarabun-v6-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/sarabun-v6-latin-ext_latin-700.woff") format("woff"), url("../fonts/sarabun-v6-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/sarabun-v6-latin-ext_latin-700.svg#Sarabun") format("svg"); /* Legacy iOS */
}
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #dfe6ee;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.card:last-child {
  margin-bottom: 0;
}
.card.card-w-title {
  padding-bottom: 1em;
}
.card.no-gutter {
  margin-bottom: 0;
}

@-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);
  }
}
@keyframes fadeinmask {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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: 3px;
  font-family: monospace;
}

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

hr {
  border-top: solid #dee2e6;
  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;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  color: #1b1c1e;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  min-height: 100%;
  background-color: #43464B;
  background-image: -webkit-gradient(linear, left top, right top, from(#43464B), to(#212325));
  background-image: -webkit-linear-gradient(to right, #43464B, #212325);
  background-image: -moz-linear-gradient(to right, #43464B, #212325);
  background-image: -ms-linear-gradient(to right, #43464B, #212325);
  background-image: -o-linear-gradient(to right, #43464B, #212325);
  background-image: linear-gradient(to right, #43464B, #212325);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43464B", endColorstr="#212325", gradientType="1");
}
body a {
  text-decoration: none;
  color: #43464B;
}

.layout-mask {
  display: none;
  background-color: #24262e;
  position: fixed;
  z-index: 1000001;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  animation-name: fadeinmask;
  animation-duration: 0.3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.layout-wrapper {
  padding: 25px 50px;
}
.layout-wrapper .layout-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 50px);
}
.layout-wrapper .layout-content {
  flex: 1 1 0;
  padding: 2em;
  background: #f2f2f2;
}
.layout-wrapper .layout-menu-tooltip {
  display: none;
}
.layout-wrapper .layout-mask {
  display: none;
}
.layout-wrapper.layout-fullwidth {
  padding: 25px 0px;
}
.layout-wrapper.layout-fullwidth .layout-topbar, .layout-wrapper.layout-fullwidth .layout-menu-container {
  padding: 0 15px;
}
.layout-wrapper.layout-fullwidth .layout-footer {
  padding: 35px 50px;
}
.layout-wrapper.layout-fullwidth.layout-menu-overlay .overlay-menu-button {
  top: 100px;
}

@media screen and (max-width: 991px) {
  body .layout-wrapper {
    padding: 5px 15px;
  }
  body.blocked-scroll {
    overflow: hidden;
  }
  body.layout-fullwidth.layout-menu-overlay .layout-actionbar {
    padding-left: 0;
  }
}
.layout-topbar {
  margin-bottom: 25px;
}
.layout-topbar:after {
  content: "";
  display: table;
  clear: both;
}
.layout-topbar .layout-topbar-logo {
  display: inline-block;
  padding: 1em 0;
  cursor: pointer;
}
.layout-topbar .layout-topbar-logo .logo {
  height: 37px;
}
.layout-topbar .layout-menu-button {
  display: none;
  width: 45px;
  color: rgba(255, 255, 255, 0.72);
  float: right;
  margin-top: 14px;
  text-align: center;
}
.layout-topbar .layout-menu-button i {
  line-height: inherit;
  font-size: 28px;
}
.layout-topbar ul {
  list-style-type: none;
}
.layout-topbar .layout-topbar-menu {
  float: right;
  padding: 0;
}
.layout-topbar .layout-topbar-menu > li {
  margin-left: 10px;
  display: inline-block;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  height: 44px;
  overflow: hidden;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item a {
  display: inline-block;
  cursor: pointer;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item a:first-child i {
  padding-bottom: 4px;
  vertical-align: middle;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item a:hover + .layout-quickmenu-tooltip {
  display: block;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item a .topbar-icon {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.5em;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item a.layout-topbar-text {
  color: rgba(255, 255, 255, 0.72);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item .layout-quickmenu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  line-height: 1;
  z-index: 999;
  margin-left: -22px;
  transition: 0.3s;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item .layout-quickmenu-tooltip .layout-quickmenu-tooltip-text {
  padding: 6px 8px;
  font-weight: 600;
  background-color: #313842;
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item .layout-quickmenu-tooltip .layout-quickmenu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-width: 0 5px 5px 5px;
  border-bottom-color: #313842;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul {
  float: left;
  padding: 0;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul.layout-submenu-container-enter-from, .layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul.layout-submenu-container-leave-to {
  max-width: 0px;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul.layout-submenu-container-enter-to, .layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul.layout-submenu-container-leave-from {
  max-width: 200px;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul.layout-submenu-container-leave-active {
  overflow: hidden;
  transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul.layout-submenu-container-enter-active {
  overflow: hidden;
  transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul > li {
  display: inline-block;
  visibility: hidden;
  transition: visibility 0.1s;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item ul a {
  transition: background-color 0.3s;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item ul a:hover .topbar-icon {
  font-weight: 700;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item ul a:hover.layout-topbar-text {
  font-weight: 700;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search {
  max-width: 500px;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search .layout-topbar-icon {
  float: right;
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input {
  display: block;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 20px;
  text-indent: 15px;
  border: none;
  outline: none;
  float: left;
  transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.layout-topbar .layout-topbar-menu > li.layout-topbar-item.active-topmenuitem ul li {
  transition-delay: 0.2s;
  visibility: visible;
}
.layout-topbar .layout-topbar-menu > li.user-profile > a {
  width: auto;
}
.layout-topbar .layout-topbar-menu > li.user-profile > a > img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  margin-left: 14px;
  vertical-align: top;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
}
.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info:after {
  content: "";
  display: table;
  clear: both;
}
.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info .user-profile-name {
  display: block;
  font-weight: 700;
}
.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info .user-profile-role {
  display: block;
  opacity: 0.72;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 90px;
  right: 50px;
  min-width: 250px;
  background-color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  animation-duration: 0.3s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul:before, .layout-topbar .layout-topbar-menu > li.user-profile > ul:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 227px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul:before {
  border-width: 10px;
  margin-left: -10px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul:after {
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li {
  margin: 0;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:after {
  content: "";
  display: table;
  clear: both;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail {
  background-color: #f9fafc;
  padding: 8px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info {
  float: left;
  width: 100%;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info img {
  float: left;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-info {
  margin-top: 4px;
  margin-left: 8px;
  float: left;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-info .user-profile-name {
  display: block;
  color: #646a74;
  font-weight: 700;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-info .user-profile-role {
  color: #313842;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-detail-icon {
  float: right;
  padding: 0;
  margin-top: 12px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-detail-icon i {
  font-size: 18px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a {
  padding: 10px;
  text-align: left;
  display: block;
  width: 100%;
  color: #313842;
  position: relative;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a:after {
  content: "";
  display: table;
  clear: both;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a > i {
  float: left;
  margin-top: 12px;
  margin-right: 8px;
  font-size: 1.25em;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a > i.right-icon {
  margin-right: 0px;
  float: right;
  font-size: 1.25em;
  color: #9ba8b8;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text {
  margin-left: 5px;
  display: inline-block;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text .menu-title {
  display: block;
  color: #313842;
  font-weight: 700;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text .menu-subtitle {
  color: #313842;
  font-weight: 500;
  font-size: 12px;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text .menu-subtitle .blue {
  display: inline-block;
  color: #457fca;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a:hover {
  background-color: #b3b5b7;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(2) i {
  color: #00bcd4;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(3) i {
  color: #f8c336;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(4) i {
  color: #a054e5;
}
.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(5) i {
  color: #12aeee;
}
.layout-topbar .layout-topbar-menu > li.user-profile.active-topmenuitem > ul {
  display: block;
}

@media screen and (max-width: 991px) {
  .layout-topbar .layout-menu-button {
    display: block;
  }
  .layout-topbar .layout-topbar-menu {
    width: 100%;
    float: left;
  }
  .layout-topbar .layout-topbar-menu li {
    margin-left: 8px;
    float: right;
  }
  .layout-topbar .layout-topbar-menu li:last-child {
    margin-left: 0;
  }
  .layout-topbar .layout-topbar-menu li.user-profile .profile-link.user-profile-info {
    display: none;
  }
  .layout-topbar .layout-topbar-menu li.user-profile ul {
    width: 250px;
    top: 160px;
    right: 15px;
  }
  .layout-topbar .layout-topbar-menu li.user-profile ul li {
    width: 100%;
  }
  .layout-topbar .layout-topbar-menu li.user-profile a img {
    width: 30px;
    height: 30px;
  }
  .layout-topbar .layout-topbar-menu li:first-of-type {
    margin-left: 0;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item {
    float: left;
    height: 30px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item a {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search {
    max-width: 250px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search input {
    max-width: 0px;
    display: none;
    margin-left: -2px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search.active-topmenuitem input {
    display: block;
    max-width: 150px;
    width: 105px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item > ul.layout-submenu-container-enter-from, .layout-topbar .layout-topbar-menu li.layout-topbar-item > ul.layout-submenu-container-leave-to {
    max-width: 0px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item > ul.layout-submenu-container-enter-to, .layout-topbar .layout-topbar-menu li.layout-topbar-item > ul.layout-submenu-container-leave-from {
    max-width: 150px;
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item > ul.layout-submenu-container-leave-active {
    overflow: hidden;
    transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .layout-topbar .layout-topbar-menu li.layout-topbar-item > ul.layout-submenu-container-enter-active {
    overflow: hidden;
    transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.layout-wrapper .layout-menu-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.layout-wrapper .overlay-menu-button {
  display: none;
  top: 105px;
  left: 30px;
  position: absolute;
  z-index: 1011;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: solid 5px transparent;
  border-radius: 50%;
  background-color: #ffffff;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-bars {
  position: absolute;
  height: 100%;
  width: 100%;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span {
  width: 25px;
  height: 4px;
  position: relative;
  top: 2px;
  left: 5px;
  margin: 5px 0;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(1) {
  transition-delay: 0.3s;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(2) {
  transition-delay: 0.4s;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(3) {
  transition-delay: 0.45s;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-times {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-times span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 16px;
  transition-delay: 0s;
}
.layout-wrapper .overlay-menu-button .overlay-menu-button-times span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 16px;
  transition-delay: 0.01s;
}
.layout-wrapper .overlay-menu-button span {
  display: block;
  background: #212325;
  border-radius: 2px;
  transition: ease-in-out 0.1s;
}
.layout-wrapper .layout-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-wrapper .layout-menu li {
  margin: 0.5em 0 0;
}
.layout-wrapper .layout-menu li a {
  display: block;
  position: relative;
  padding: 0.5em;
  color: #313842;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-menu li a .layout-menuitem-text {
  display: inline-block;
}
.layout-wrapper .layout-menu li a .layout-menuitem-icon {
  margin-right: 0.5em;
}
.layout-wrapper .layout-menu li a .layout-submenu-toggler {
  position: absolute;
  right: 4px;
  font-size: 16px;
  vertical-align: bottom;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu li a .p-badge {
  float: right;
}
.layout-wrapper .layout-menu li a:hover {
  background-color: #b3b5b7;
}
.layout-wrapper .layout-menu li a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper .layout-menu li.active-menuitem > a {
  color: #212325;
}
.layout-wrapper .layout-menu li.active-menuitem > a .layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.layout-wrapper .layout-menu li ul.layout-submenu-container-enter-from, .layout-wrapper .layout-menu li ul.layout-submenu-container-leave-to {
  max-height: 0;
}
.layout-wrapper .layout-menu li ul.layout-submenu-container-enter-to, .layout-wrapper .layout-menu li ul.layout-submenu-container-leave-from {
  max-height: 1000px;
}
.layout-wrapper .layout-menu li ul.layout-submenu-container-leave-active {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.layout-wrapper .layout-menu li ul.layout-submenu-container-enter-active {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 992px) {
  .layout-wrapper.layout-menu-horizontal .layout-menu > li {
    display: inline-block;
    width: auto;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0 0.5em 0 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > a {
    padding: 0.8em 1.15em;
    margin-bottom: -3.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > a .layout-menuitem-text {
    letter-spacing: 0.5px;
    font-size: 15px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > a .layout-menuitem-icon {
    margin-right: 0.5em;
    width: auto;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > a .layout-submenu-toggler {
    position: static;
    margin-left: 0.4em;
    font-size: 15px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul {
    position: absolute;
    min-width: 200px;
    overflow: auto;
    max-height: 450px;
    padding: 0 0.5em;
    margin-top: 3px;
    padding-bottom: 0.5em;
    z-index: 999;
    background-color: #ffffff;
    text-transform: capitalize;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul.layout-submenu-container-enter-from, .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul.layout-submenu-container-leave-to, .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul.layout-submenu-container-enter-to, .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul.layout-submenu-container-leave-from {
    max-height: 500px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul.layout-submenu-container-enter-active, .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul.layout-submenu-container-leave-active {
    overflow: auto;
    transition: none;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li a {
    padding-left: 0.5em;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li a {
    padding-left: 1.5em;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li a {
    padding-left: 3em;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li li a {
    padding-left: 4.5em;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li li li a {
    padding-left: 6em;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li li li li a {
    padding-left: 7.5em;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-rootmenuitem > a, .layout-wrapper.layout-menu-horizontal .layout-menu > li:hover > a {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-rootmenuitem > a .layout-submenu-toggler, .layout-wrapper.layout-menu-horizontal .layout-menu > li:hover > a .layout-submenu-toggler {
    transform: rotate(0deg);
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-menuitem > a {
    color: #1b1c1e;
    background-color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-menuitem > a .layout-submenu-toggler {
    transform: rotate(0deg);
  }
  .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-menuitem.active-rootmenuitem > a .layout-submenu-toggler {
    transform: rotate(-180deg);
  }
  .layout-wrapper.layout-menu-overlay .overlay-menu-button {
    display: block;
    transition: background-color 0.3s;
  }
  .layout-wrapper.layout-menu-overlay .overlay-menu-button:hover {
    background-color: #b3b5b7;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu-wrapper {
    display: none;
    position: absolute;
    top: 124px;
    z-index: 999;
    min-width: 250px;
    animation-duration: 0.5s;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span {
    width: 0%;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(1) {
    transition-delay: 0s;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(2) {
    transition-delay: 0.125s;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(3) {
    transition-delay: 0.25s;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-times span:nth-child(1) {
    height: 80%;
    transition-delay: 0.425s;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-times span:nth-child(2) {
    width: 80%;
    transition-delay: 0.375s;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .layout-menu-wrapper {
    display: block;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu {
    padding: 1.45em 1em;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu li a {
    padding-left: 0.5em;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu li li a {
    padding-left: 1.5em;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu li li li a {
    padding-left: 3em;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu li li li li a {
    padding-left: 4.5em;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu li li li li li a {
    padding-left: 6em;
  }
  .layout-wrapper.layout-menu-overlay .layout-menu li li li li li li a {
    padding-left: 7.5em;
  }
}
@media screen and (max-width: 991px) {
  .layout-wrapper.layout-fullwidth .layout-menu-container {
    width: 100%;
  }
  .layout-wrapper .layout-menu-container {
    position: absolute;
    width: calc(100% - 30px);
    top: 85px;
    display: none;
    z-index: 10000000;
    background-color: #24262e;
    padding: 1em;
    overflow: auto;
    max-height: calc(100% - 85px);
  }
  .layout-wrapper .layout-menu > li {
    margin-bottom: 0.5em;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .layout-wrapper .layout-menu > li > a {
    padding: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
  }
  .layout-wrapper .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .layout-wrapper .layout-menu > li.active-menuitem, .layout-wrapper .layout-menu > li.active-rootmenuitem {
    background-color: #ffffff;
  }
  .layout-wrapper .layout-menu > li.active-menuitem > a, .layout-wrapper .layout-menu > li.active-rootmenuitem > a {
    color: #1b1c1e;
  }
  .layout-wrapper .layout-menu > li.active-menuitem > ul:last-child, .layout-wrapper .layout-menu > li.active-rootmenuitem > ul:last-child {
    padding-bottom: 0.5em;
  }
  .layout-wrapper .layout-menu > li a .layout-submenu-toggler {
    right: 1em;
  }
  .layout-wrapper .layout-menu > li li a {
    padding-left: 2em;
  }
  .layout-wrapper .layout-menu > li li li a {
    padding-left: 3em;
  }
  .layout-wrapper .layout-menu > li li li li a {
    padding-left: 4em;
  }
  .layout-wrapper .layout-menu > li li li li li a {
    padding-left: 5em;
  }
  .layout-wrapper .layout-menu > li li li li li li a {
    padding-left: 6em;
  }
  .layout-wrapper .layout-menu > li li li li li li li a {
    padding-left: 7em;
  }
  .layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu > li.active-menuitem:not(.active-rootmenuitem) {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu > li.active-menuitem:not(.active-rootmenuitem) > a {
    color: rgba(255, 255, 255, 0.72);
  }
  .layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu > li.active-menuitem:not(.active-rootmenuitem) > a .layout-submenu-toggler {
    transform: rotate(0deg);
  }
  .layout-wrapper.layout-mobile-active .layout-menu-container {
    display: block;
  }
  .layout-wrapper.layout-mobile-active .layout-mask {
    display: block;
  }
}
.layout-actionbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px 25px;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.layout-actionbar .layout-breadcrumb {
  color: #5f6061;
}
.layout-actionbar .layout-actions {
  padding: 0;
}
.layout-actionbar .layout-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.layout-actionbar .layout-actions ul > li {
  display: inline-block;
}
.layout-actionbar .layout-actions ul > li > button {
  position: relative;
  margin-left: 5px;
  background-color: #f8f9fa;
  color: #757575;
  font-size: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: background-color 0.3s;
}
.layout-actionbar .layout-actions ul > li > button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 1.25em;
}
.layout-actionbar .layout-actions ul > li > button:hover {
  background-color: #e9ecef;
}

.layout-content {
  padding: 2em;
  background: #f2f2f2;
}

.layout-footer {
  text-align: left;
  padding: 35px 0px;
  color: rgba(255, 255, 255, 0.7);
}
.layout-footer span {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.layout-footer span.logo {
  color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
}
.layout-footer ul {
  padding: 0 23px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.layout-footer ul li a {
  margin: 8px 0;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
.layout-footer ul li a:hover {
  color: rgb(255, 255, 255);
}
.layout-footer ul.social {
  padding: 0 8px;
}
.layout-footer ul.social li {
  display: inline-block;
}
.layout-footer ul.social li .icon-link .icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  margin-right: 18px;
}
.layout-footer ul.social li .icon-link .icon:hover {
  color: rgb(255, 255, 255);
}
.layout-footer ul.social li:last-child .icon {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .layout-footer span, .layout-footer p {
    text-align: center;
  }
  .layout-footer .templates {
    margin: auto;
    justify-content: center;
  }
  .layout-footer .links {
    margin: auto;
  }
  .layout-footer .links {
    margin-top: 15px;
  }
  .layout-footer .social {
    padding: 0;
  }
}
.dashboard .overview-box {
  text-align: center;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 1em;
  color: #ffffff;
  border: solid 1px #dfe6ee;
  border-radius: 3px;
}
.dashboard .overview-box .overview-box-icon {
  width: 45px;
  line-height: 40px;
  height: 45px;
  font-size: 24px;
  margin: auto;
  margin-top: -24px;
  border-radius: 50%;
}
.dashboard .overview-box .overview-box-icon i {
  font-size: 1em;
}
.dashboard .overview-box .overview-box-title {
  padding: 8px;
  font-size: 18px;
  letter-spacing: 0.23px;
}
.dashboard .overview-box .overview-box-value {
  padding: 8px;
  font-size: 30px;
  letter-spacing: 1px;
}
.dashboard .overview-box .overview-box-status {
  padding: 8px;
  font-size: 14px;
}
.dashboard .overview-box.box-sales {
  background-image: linear-gradient(to right, #f8c737, #f4a22e);
}
.dashboard .overview-box.box-sales .overview-box-icon {
  background-color: #f4a52f;
  border: solid 1.4px #ffd1a5;
}
.dashboard .overview-box.box-views {
  background-image: linear-gradient(to right, #12aeee, #0080d4);
}
.dashboard .overview-box.box-views .overview-box-icon {
  background-color: #0183d6;
  border: solid 1.4px #96dbf7;
}
.dashboard .overview-box.box-users {
  background-image: linear-gradient(to right, #fe7b94, #fd4a85);
}
.dashboard .overview-box.box-users .overview-box-icon {
  background-color: #fe5288;
  border: solid 1.4px #f4cfdb;
}
.dashboard .overview-box.box-checkins {
  margin-right: 0;
  background-image: linear-gradient(to right, #bc74f8, #9042db);
}
.dashboard .overview-box.box-checkins .overview-box-icon {
  padding: 5px 7px;
  line-height: 30px;
  background-color: #9346dd;
  border: solid 1.4px #dac2ef;
}
.dashboard .donut {
  height: 100%;
}
.dashboard .donut .donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 4em auto 2rem;
  border-radius: 100%;
  overflow: hidden;
}
.dashboard .donut .donut-chart .center {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 20% 0 0;
  line-height: 35px;
  width: 130px;
  height: 130px;
  z-index: 998;
  font-size: 20px;
  color: #313842;
  background: #ffffff;
  border-radius: 50%;
}
.dashboard .donut .donut-chart .center span {
  margin-top: -10px;
  display: block;
  color: #8091a5;
  font-size: 14px;
  margin-top: -10px;
}
.dashboard .donut .donut-chart .portion-block {
  position: absolute;
  clip: rect(0px, 200px, 200px, 100px);
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.dashboard .donut .donut-chart p {
  position: absolute;
  z-index: 998;
  color: #ffffff;
}
.dashboard .donut .donut-chart p:nth-child(1) {
  top: 97px;
  left: 169px;
}
.dashboard .donut .donut-chart p:nth-child(2) {
  top: 161px;
  left: 123px;
}
.dashboard .donut .donut-chart p:nth-child(3) {
  top: 155px;
  left: 40px;
}
.dashboard .donut .donut-chart p:nth-child(4) {
  top: 102px;
  left: 8px;
}
.dashboard .donut .donut-chart .circle {
  position: absolute;
  clip: rect(0px, 100px, 200px, 0px);
  height: 100%;
  width: 100%;
  font-size: 14px;
  border-radius: 50%;
}
.dashboard .donut .donut-chart .part1 {
  transform: rotate(0deg);
}
.dashboard .donut .donut-chart .part1 .circle {
  background-color: #f8c336;
  animation: first 1s 1 forwards;
}
.dashboard .donut .donut-chart .part2 {
  transform: rotate(140deg);
}
.dashboard .donut .donut-chart .part2 .circle {
  background-color: #3cd6e7;
  animation: second 0.5s 1 forwards 1s;
}
.dashboard .donut .donut-chart .part3 {
  transform: rotate(170deg);
}
.dashboard .donut .donut-chart .part3 .circle {
  background-color: #a054e5;
  animation: third 0.7s 1 forwards 1.5s;
}
.dashboard .donut .donut-chart .part4 {
  transform: rotate(250deg);
}
.dashboard .donut .donut-chart .part4 .circle {
  background-color: #12aeee;
  animation: forth 0.4s 1 forwards 2.2s;
}
.dashboard .donut .donut-chart .part5 {
  transform: rotate(270deg);
}
.dashboard .donut .donut-chart .part5 .circle {
  background-color: #dfe6ee;
  animation: fifth 0.5s 1 forwards 2.6s;
}
@keyframes first {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(140deg);
  }
}
@keyframes second {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
@keyframes third {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(80deg);
  }
}
@keyframes forth {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(20deg);
  }
}
@keyframes fifth {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
.dashboard .donut .donut-chart-titles {
  text-align: center;
}
.dashboard .donut .donut-chart-titles .title {
  display: inline-block;
  margin-right: 15px;
}
.dashboard .donut .donut-chart-titles .title .color-code {
  margin-right: 7px;
  margin-top: 6px;
  width: 18px;
  height: 8px;
  border-radius: 4px;
  float: left;
}
.dashboard .donut .donut-chart-titles .title p {
  float: left;
  font-size: 12px;
}
.dashboard .donut .donut-chart-titles .title.detail1 .color-code {
  background-color: #12aeee;
}
.dashboard .donut .donut-chart-titles .title.detail2 .color-code {
  background-color: #a054e5;
}
.dashboard .donut .donut-chart-titles .title.detail3 .color-code {
  background-color: #3cd6e7;
}
.dashboard .donut .donut-chart-titles .title.detail4 .color-code {
  background-color: #f8c336;
}
.dashboard .progress-card {
  height: 100%;
}
.dashboard .progress-card p {
  font-size: 13px;
  color: #657587;
  margin-bottom: 25px;
}
.dashboard .progress-card .progressbars ul {
  padding: 0;
}
.dashboard .progress-card .progressbars ul li {
  list-style: none;
  margin-bottom: 15px;
}
.dashboard .progress-card .progressbars ul li label {
  width: 25%;
}
.dashboard .progress-card .progressbars .progressbar {
  margin: auto 10px;
  height: 10px;
  padding: 0;
  width: 65%;
  background-color: #eaf0f6;
  border-radius: 5px;
}
.dashboard .progress-card .progressbars .progressbar .progress {
  height: 10px;
  background-image: linear-gradient(to right, #43464B, #1f2023);
  border-radius: 5px;
}
.dashboard .progress-card .month-buttons {
  margin-top: 35px;
  margin-bottom: 15px;
}
.dashboard .progress-card .month-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .progress-card .month-buttons a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.dashboard .progress-card .month-buttons a:nth-child(1) {
  float: left;
}
.dashboard .progress-card .month-buttons a:nth-child(2) {
  float: right;
}
.dashboard .statistics {
  padding: 0;
  position: relative;
  height: 100%;
}
.dashboard .statistics ul {
  padding: 0;
}
.dashboard .statistics ul li {
  padding: 10px;
  color: #1b1c1e;
  list-style: none;
  border-bottom: solid 1px #dfe6ee;
}
.dashboard .statistics ul li:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .statistics ul img {
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
}
.dashboard .statistics ul .car-box {
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
}
.dashboard .statistics ul .car-box .car-info {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}
.dashboard .statistics ul .car-box .car-id {
  color: #657587;
  font-size: 12px;
}
.dashboard .statistics ul .percentage {
  float: right;
  margin-left: 1em;
  font-size: 12px;
  font-weight: 700;
  color: #16b807;
}
.dashboard .statistics img {
  width: 100%;
}
.dashboard .chart canvas {
  padding: 0;
}
.dashboard .chat {
  padding: 0;
}
.dashboard .chat h5 {
  padding: 1em 1em 0 1em;
}
.dashboard .chat ul {
  padding: 0 1em;
  padding-bottom: 1em;
  margin: 0;
  list-style-type: none;
  border-bottom: solid 1px #dfe6ee;
}
.dashboard .chat ul li .col-fixed {
  width: 48px;
}
.dashboard .chat ul li img {
  width: 42px;
}
.dashboard .chat ul li .chat-profile-info {
  margin-bottom: 7px;
}
.dashboard .chat ul li .chat-profile-info .chat-profile {
  font-weight: 500;
  margin-right: 7px;
}
.dashboard .chat ul li .chat-profile-info .chat-profile-job {
  padding: 3px 5px;
  background-color: #eaf0f6;
  color: #525e6c;
  border-radius: 5px;
}
.dashboard .chat ul li .chat-message {
  position: relative;
  margin-bottom: 5px;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #ebebef;
  border-radius: solid 1px 3px;
}
.dashboard .chat ul li .message-time {
  float: right;
  color: #657587;
  font-size: 12px;
}
.dashboard .chat .new-message {
  padding: 0;
}
.dashboard .chat .new-message input {
  width: 100%;
  padding: 13px;
  padding-bottom: 15px;
  outline: 0 none;
  color: #5f6061;
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  transition-duration: 0.3s;
  border: none;
}
.dashboard .chat .new-message input:hover {
  background-color: #ffffff;
  transition-duration: 0.3s;
}
.dashboard .chat .new-message input:active, .dashboard .chat .new-message input:focus {
  background-color: #ffffff;
  outline: -webkit-focus-ring-color auto 1px;
}
.dashboard .chat .new-message button {
  padding: 7px;
  height: 100%;
  margin-right: 1px;
  background-color: #dfe6ee;
  border: solid 1px #dfe6ee;
}
.dashboard .chat .new-message button:first-of-type {
  margin-right: 1px;
}
.dashboard .chat .new-message button:last-of-type {
  margin-right: 0px;
}
.dashboard .chat .new-message button:hover {
  background-color: #b0bac4;
  border-color: #b0bac4;
}
.dashboard .chat .new-message button i {
  color: #657587;
  padding: 5px;
  font-size: 17px;
}
.dashboard .tasks {
  color: #252529;
  height: 100%;
}
.dashboard .tasks:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .tasks ul {
  list-style: none;
  padding: 0;
}
.dashboard .tasks ul li {
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: solid 1px #dfe6ee;
}
.dashboard .tasks ul li:last-of-type {
  border: none;
  padding: 15px 0 0 0;
}
.dashboard .tasks ul li > .p-checkbox {
  margin-right: 7px;
}
.dashboard .tasks .task-badge-open, .dashboard .tasks .task-badge-closed {
  float: right;
  font-weight: 700;
}
.dashboard .tasks .task-badge-open i, .dashboard .tasks .task-badge-closed i {
  vertical-align: center;
  margin-left: 7px;
}
.dashboard .tasks .task-badge-open {
  color: #1c70e4;
}
.dashboard .tasks .task-badge-closed {
  color: #e73c3c;
}
.dashboard .resolution-center {
  height: 100%;
}
.dashboard .resolution-center:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .resolution-center .p-inputgroup, .dashboard .resolution-center textarea {
  margin-bottom: 1em;
}
.dashboard .resolution-center .p-inputtext {
  width: 100%;
}
.dashboard .resolution-center span {
  padding: 6px 7px;
}
.dashboard .resolution-center span .fa-user {
  font-size: 14px;
}
.dashboard .resolution-center .resolution-button-bar {
  margin-top: 10px;
}
.dashboard .resolution-center .resolution-button-bar a {
  float: right;
  cursor: pointer;
  padding: 12px 0;
  background: none;
  border: none;
}
.dashboard .team {
  padding: 0;
  height: 100%;
}
.dashboard .team h5 {
  padding: 15px 15px 0;
}
.dashboard .team ul {
  padding: 0;
}
.dashboard .team ul li {
  padding: 13px;
  padding-left: 15px;
  color: #1b1c1e;
  list-style: none;
  border-bottom: solid 1px #dfe6ee;
}
.dashboard .team ul li:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .team ul img {
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
}
.dashboard .team ul .team-box {
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
}
.dashboard .team ul .team-box .team-member {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}
.dashboard .team ul .team-box .team-member .team-member-status {
  position: absolute;
  margin-left: -24px;
  height: 15px;
  width: 15px;
  background-color: #16b807;
  border: solid 2px #ffffff;
  border-radius: 100%;
}
.dashboard .team ul .team-box .team-member-job {
  padding: 3px 5px;
  background-color: #eaf0f6;
  color: #525e6c;
  border-radius: 5px;
  border: solid 1px #dfe6ee;
}
.dashboard .team ul button {
  float: right;
  margin-left: 1em;
  margin-top: 6px;
}
.dashboard .team .all-members-link {
  padding: 18px;
  margin-top: -14px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
.dashboard .team .all-members-link:hover {
  background-color: #b3b5b7;
  transition-duration: 0.3s;
}
.dashboard .timeline {
  padding-bottom: 6px;
}
.dashboard .timeline ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.dashboard .timeline ul::before {
  content: " ";
  display: inline-block;
  position: absolute;
  margin-top: 7px;
  left: 17px;
  width: 3px;
  height: 100%;
  z-index: 400;
  background: linear-gradient(to bottom, #1f2023, #43464B);
}
.dashboard .timeline ul li .col-fixed {
  z-index: 500;
  width: 48px;
}
.dashboard .timeline ul li .col-fixed .timeline-icon {
  z-index: 700;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #dfe6ee;
  border-radius: 50%;
}
.dashboard .timeline ul li .col-fixed .timeline-icon i {
  font-size: 14px;
}
.dashboard .timeline ul li:nth-child(1) .timeline-icon {
  padding: 9px 8px;
}
.dashboard .timeline ul li:nth-child(1) .timeline-icon i {
  color: #e73c3c;
}
.dashboard .timeline ul li:nth-child(2) .timeline-icon {
  padding: 7px;
}
.dashboard .timeline ul li:nth-child(2) .timeline-icon i {
  color: #fd4a85;
}
.dashboard .timeline ul li:nth-child(3) .timeline-icon {
  padding: 9px 8px;
}
.dashboard .timeline ul li:nth-child(3) .timeline-icon i {
  color: #e73c3c;
}
.dashboard .timeline ul li:nth-child(4) .timeline-icon {
  padding: 8px;
}
.dashboard .timeline ul li:nth-child(4) .timeline-icon i {
  color: #f4a22e;
}
.dashboard .timeline ul li:nth-child(5) .timeline-icon {
  padding: 8px;
}
.dashboard .timeline ul li:nth-child(5) .timeline-icon i {
  color: #2fc5b3;
}
.dashboard .timeline ul li .time-line-event .timeline-event-title {
  padding: 3px 7px;
  background-color: #eaf0f6;
  color: #525e6c;
  border-radius: 5px;
}
.dashboard .timeline ul li .time-line-event .timeline-event-message {
  position: relative;
  padding: 8px;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: 1px solid #ebebef;
  border-radius: solid 1px 3px;
}
.dashboard .timeline ul li .timeline-event-time {
  float: right;
  color: #657587;
  font-size: 12px;
}
.dashboard .weather {
  padding: 0;
  height: 100%;
}
.dashboard .weather h5 {
  padding: 1em;
  padding-bottom: 0;
}
.dashboard .weather .weather-wrapper {
  width: 100%;
  padding-top: 140px;
  margin-bottom: -15px;
  background: url("../images/dashboard/weather-asset.jpg");
  background-size: cover;
}
.dashboard .weather .weather-wrapper .weather-days {
  background-color: rgba(255, 255, 255, 0.75);
}
.dashboard .weather .weather-wrapper .weather-days .city {
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16px;
}
.dashboard .weather .weather-wrapper .weather-days .weather-today {
  padding: 0 16px;
  font-size: 16px;
}
.dashboard .weather .weather-wrapper .weather-days .weather-today:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .weather .weather-wrapper .weather-days .weather-today .today {
  float: left;
}
.dashboard .weather .weather-wrapper .weather-days .weather-today img {
  float: right;
  padding: 3px 0;
  width: 60px;
}
.dashboard .weather .weather-wrapper .weather-days ul {
  padding: 20px 0;
  list-style: none;
  text-align: center;
}
.dashboard .weather .weather-wrapper .weather-days ul li {
  width: 15%;
  display: inline-block;
  text-align: center;
}
.dashboard .weather .weather-wrapper .weather-days ul li:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .weather .weather-wrapper .weather-days ul li div {
  display: block;
}
.dashboard .weather .weather-wrapper .weather-days ul li div.day {
  font-size: 16px;
}
.dashboard .weather .weather-wrapper .weather-days ul li div.weather-info {
  font-size: 14px;
}
.dashboard .weather .weather-wrapper .weather-days ul li div.weather-info .weather-type {
  font-weight: 500;
}
.dashboard .weather .change-city-link {
  width: 100%;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
.dashboard .weather .change-city-link:hover {
  background-color: #b3b5b7;
  transition-duration: 0.3s;
}
.dashboard .user-card {
  padding: 0;
  height: 100%;
}
.dashboard .user-card .user-card-header {
  height: 120px;
  overflow: hidden;
}
.dashboard .user-card .user-card-header img {
  width: 100%;
  height: 100%;
}
.dashboard .user-card .user-card-content img {
  margin: -45px 0 0 25px;
  border-radius: 100%;
}
.dashboard .user-card .user-card-content .p-button {
  float: right;
  width: 36px;
  height: 36px;
  margin: -18px 24px 0 0;
  border-radius: 50%;
}
.dashboard .user-card .user-card-content .user-card-name {
  top: -70px;
  font-size: 16px;
  margin-left: 115px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
  width: 150px;
}
.dashboard .user-card .user-card-content .user-card-status {
  top: -55px;
  margin-left: 115px;
  color: #313842;
  position: relative;
  white-space: nowrap;
  width: 150px;
}
.dashboard .user-card .user-card-content .user-detail {
  padding: 0px 15px 15px 15px;
  color: #313842;
  margin-top: -30px;
}
.dashboard .user-card .user-card-content .user-detail ul {
  padding: 0;
  list-style: none;
  border: solid 1px #dfe6ee;
}
.dashboard .user-card .user-card-content .user-detail ul li {
  padding: 10px;
  border-bottom: solid 1px #dfe6ee;
}
.dashboard .user-card .user-card-content .user-detail ul li:last-of-type {
  border-bottom: none;
}
.dashboard .user-card .user-card-content .user-detail ul li .value {
  font-weight: 700;
  float: right;
}
.dashboard .user-card .user-card-content .user-detail ul li:hover {
  background-color: #dfe6ee;
}

.login-body {
  background: url("../images/pages/bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  display: flex;
  flex-direction: row;
  height: 100vh;
  padding: 0;
}
.login-body .mobile-banner {
  width: 100%;
  text-align: center;
  display: none;
  margin: 25px 0;
}
.login-body .login-panel {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 90px;
  opacity: 0.9;
  background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}
.login-body .login-panel .logo {
  margin-top: 40px;
}
.login-body .login-card {
  align-self: center;
  margin-left: calc(10% + 90px);
  width: 25%;
  min-width: 420px;
  opacity: 0.9;
  border-radius: 2px;
  background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}
.login-body .login-card .top-border {
  height: 20px;
  opacity: 1;
}
.login-body .login-card .login-content {
  padding: 20px 50px;
}
.login-body .login-card .login-content h1 {
  color: #1b1c1e;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.login-body .login-card .login-content p {
  color: #313842;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.login-body .login-card .login-content label {
  font-size: 16px;
  color: #313842;
  margin-bottom: 15px;
}
.login-body .login-card .login-content .login-input {
  margin-top: 15px;
  margin-bottom: 15px;
}
.login-body .login-card .login-content .login-input input {
  width: 100%;
}
.login-body .login-card .login-content .forgetpassword-container {
  text-align: right;
  margin-bottom: 40px;
  color: #3ca4e7;
}
.login-body .login-card .login-content button {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 40em) {
  .login-body {
    background-position: right;
    flex-direction: column;
  }
  .login-body .mobile-banner {
    display: block;
  }
  .login-body .top-border {
    display: none;
  }
  .login-body .login-panel {
    display: none;
  }
  .login-body .login-card {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    height: 100%;
  }
  .login-body .login-card .login-content {
    padding: 30px 30px;
  }
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  min-height: 100%;
}
.loader-wrapper .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f5a72f;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}
.loader-wrapper .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0690dd;
  animation: spin-reverse 0.6s linear infinite;
}
.loader-wrapper .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fd5488;
  animation: spin 1s linear infinite;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 10;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.exception-body {
  height: 100vh;
}
.exception-body.notfound {
  background: url("../../layout/images/pages/bg-404.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.exception-body.notfound .top-border {
  background: linear-gradient(to right, #3ca4e7, #3c71dd);
}
.exception-body.error {
  background: url("../../layout/images/pages/bg-error.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.exception-body.error .top-border {
  background: linear-gradient(to right, #e73c3c, #c62020);
}
.exception-body.accessdenied {
  background: url("../../layout/images/pages/bg-access.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.exception-body.accessdenied .top-border {
  background: linear-gradient(to right, #e7983c, #ef7b14);
}
.exception-body .mobile-banner {
  width: 100%;
  text-align: center;
  display: none;
}
.exception-body .exception-panel {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 90px;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}
.exception-body .exception-panel .logo {
  margin-top: 40px;
}
.exception-body .exception-card {
  position: fixed;
  left: 180px;
  top: 40%;
  width: 25%;
  min-width: 475px;
  opacity: 0.9;
  border-radius: 2px;
  background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}
.exception-body .exception-card .top-border {
  height: 20px;
  opacity: 1;
}
.exception-body .exception-card .exception-content {
  padding: 20px 60px;
}
.exception-body .exception-card .exception-content h1 {
  color: #1b1c1e;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.exception-body .exception-card .exception-content p {
  color: #313842;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
.exception-body .exception-card .exception-content button {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 40em) {
  .exception-body {
    background-position: right;
  }
  .exception-body .mobile-banner {
    display: block;
  }
  .exception-body .exception-panel {
    display: none;
  }
  .exception-body .exception-card {
    width: 100%;
    min-width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    height: 70%;
  }
  .exception-body .exception-card .exception-content {
    padding: 30px 30px;
  }
}
.landing-body {
  padding: 30px 8%;
}
.landing-body .layout-mask {
  display: block;
}
.landing-body .landing-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.landing-body .landing-wrapper #landing-menu {
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 14px 0 0 0;
}
.landing-body .landing-wrapper #landing-menu li {
  display: inline-block;
  margin-left: 14px;
}
.landing-body .landing-wrapper #landing-menu li:first-child {
  margin-left: 0;
}
.landing-body .landing-wrapper #landing-menu li a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.67;
  padding: 4px 11px;
  border-radius: 3px;
  border-left: 8px solid transparent;
}
.landing-body .landing-wrapper #landing-menu li a:hover {
  color: #ffffff;
  opacity: 1;
  border-left: 8px solid #dfe6ee;
}
.landing-body .landing-wrapper #landing-menu li a:active {
  color: #ffffff;
  opacity: 1;
  border-left: 8px solid #dfe6ee;
}
.landing-body .landing-wrapper button {
  padding: 3px 46px;
}
.landing-body .landing-wrapper .landing-button {
  background-color: #4C78A4;
  color: #ffffff;
  border: 1px solid #4C78A4;
  padding: 3px 46px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.landing-body .landing-wrapper .landing-button span {
  padding: 0.429em 1em;
  display: block;
}
.landing-body .landing-wrapper .landing-button:hover {
  background-color: #2A537B;
}
.landing-body .landing-wrapper #header .header-top {
  margin-bottom: 25px;
}
.landing-body .landing-wrapper #header .header-top:after {
  content: "";
  display: table;
  clear: both;
}
.landing-body .landing-wrapper #header .header-top .logo {
  height: 40px;
}
.landing-body .landing-wrapper #header .header-top #landing-menu-button {
  display: none;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  float: right;
  margin-top: 5px;
  text-align: center;
}
.landing-body .landing-wrapper #header .header-top #landing-menu-button i {
  line-height: inherit;
  font-size: 28px;
}
.landing-body .landing-wrapper #header .header-content {
  padding: 40px 0 0 120px;
  background: url("../images/landing/bg-hero@2x.jpg");
  background-size: cover;
}
.landing-body .landing-wrapper #header .header-content:after {
  content: "";
  display: table;
  clear: both;
}
.landing-body .landing-wrapper #header .header-content .header-content-text {
  float: left;
  position: absolute;
}
.landing-body .landing-wrapper #header .header-content .header-content-text p {
  font-size: 35px;
  color: #313842;
  margin-bottom: 0;
}
.landing-body .landing-wrapper #header .header-content .header-content-text h1 {
  font-size: 42px;
  font-weight: 700;
  color: #313842;
  margin-top: 10px;
  margin-bottom: 44px;
}
.landing-body .landing-wrapper #header .header-content .header-content-text button {
  font-size: 14px;
}
.landing-body .landing-wrapper #header .header-content .header-content-img {
  float: right;
}
.landing-body .landing-wrapper #header .header-content .header-content-img img {
  margin-bottom: -3px;
  height: 100%;
}
.landing-body .landing-wrapper #features {
  padding: 42px 30px;
  background-color: rgba(234, 240, 246, 0.1);
  text-align: center;
  color: #eaf0f6;
}
.landing-body .landing-wrapper #features h1 {
  font-size: 32px;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper #features p {
  font-size: 21px;
  margin: 0;
}
.landing-body .landing-wrapper #features .grid {
  margin-top: 15px;
}
.landing-body .landing-wrapper #features .grid .col-12 {
  padding: 1em;
}
.landing-body .landing-wrapper #features .grid .feature-box {
  padding: 24px;
}
.landing-body .landing-wrapper #features .grid .feature-box .feature-icon {
  background-color: rgba(234, 240, 246, 0.1);
  width: 180px;
  line-height: 260px;
  height: 180px;
  text-align: center;
  border: solid 3px #eaf0f6;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.landing-body .landing-wrapper #features .grid .feature-box .feature-icon:hover {
  background-color: rgba(234, 240, 246, 0.3);
}
.landing-body .landing-wrapper #features .grid .feature-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
}
.landing-body .landing-wrapper #features .grid .feature-box p {
  margin: 0;
  font-size: 15px;
  opacity: 0.8;
}
.landing-body .landing-wrapper #promo {
  padding: 45px 250px 45px 70px;
  background-color: #f2f2f2;
  position: relative;
  background: url("../images/landing/bg-hero@2x.jpg");
  background-size: cover;
  background-position: bottom;
}
.landing-body .landing-wrapper #promo h1 {
  font-size: 35px;
  color: #313842;
  margin: 0 0 16px 0;
}
.landing-body .landing-wrapper #promo p {
  font-size: 17px;
  color: #313842;
  margin: 0 0 25px 0;
}
.landing-body .landing-wrapper #promo button {
  font-size: 14px;
}
.landing-body .landing-wrapper #pricing {
  padding: 45px 40px;
  background-color: rgba(234, 240, 246, 0.1);
  text-align: center;
  color: #eaf0f6;
}
.landing-body .landing-wrapper #pricing > h1 {
  font-size: 32px;
  margin: 0;
}
.landing-body .landing-wrapper #pricing > p {
  font-size: 20px;
  opacity: 0.8;
  margin: 0;
  margin-bottom: 35px;
}
.landing-body .landing-wrapper #pricing .grid {
  margin-top: 42px;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper #pricing .grid .col-12 {
  padding: 28px;
}
.landing-body .landing-wrapper #pricing .best-offer {
  color: #9ba8b8;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 700;
  width: 100px;
  background-color: #eaf0f6;
  border-radius: 5px 5px 0 0;
  margin: auto;
  margin-top: -24px;
}
.landing-body .landing-wrapper #pricing .pricing-box {
  position: relative;
  min-height: 450px;
  padding: 0;
  color: #313842;
  background-color: rgba(234, 240, 246, 0.9);
  border-radius: 2px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.landing-body .landing-wrapper #pricing .pricing-box h1 {
  margin-top: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.landing-body .landing-wrapper #pricing .pricing-box.basic h1 {
  background-image: linear-gradient(to right, #e7983c, #ef7b14);
}
.landing-body .landing-wrapper #pricing .pricing-box.professional h1 {
  background-image: linear-gradient(to right, #26bc8a, #33c8c4);
}
.landing-body .landing-wrapper #pricing .pricing-box.enterprise h1 {
  background-image: linear-gradient(to right, #e73c87, #c620a1);
}
.landing-body .landing-wrapper #pricing .pricing-box .pricing-intro {
  color: #657587;
  font-size: 17px;
}
.landing-body .landing-wrapper #pricing .pricing-box h3 {
  font-size: 16px;
  font-weight: 700;
}
.landing-body .landing-wrapper #pricing .pricing-box p {
  font-size: 14px;
  padding: 0 15px;
  margin: 15px 0;
}
.landing-body .landing-wrapper #pricing .pricing-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0px 15px;
  text-align: left;
}
.landing-body .landing-wrapper #pricing .pricing-box ul li {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
}
.landing-body .landing-wrapper #pricing .pricing-box ul li .check-icon {
  padding: 7px;
  float: left;
  background-image: linear-gradient(to right, #3fdb2c, #16b807);
}
.landing-body .landing-wrapper #pricing .pricing-box ul li .check-icon i {
  border-radius: 50%;
  background-color: #ffffff;
  color: #3fdb2c;
}
.landing-body .landing-wrapper #pricing .pricing-box ul li .list-item-text {
  text-align: center;
  padding: 7px;
}
.landing-body .landing-wrapper #pricing .pricing-box:hover {
  border-color: gray;
}
.landing-body .landing-wrapper #multimedia {
  padding: 42px 140px 140px 140px;
  text-align: center;
  background: url("../images/landing/bg-hero@2x.jpg");
  background-size: cover;
  background-position: right;
}
.landing-body .landing-wrapper #multimedia > h1 {
  font-size: 28px;
  color: #252529;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper #multimedia > p {
  font-size: 21px;
  color: #8b8b90;
  margin: 0;
}
.landing-body .landing-wrapper #multimedia .video-container {
  margin-top: 42px;
}
.landing-body .landing-wrapper #multimedia .video-container iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 991px) {
  .landing-body {
    padding: 30px 40px;
    background: #363c4e;
  }
  .landing-body .landing-wrapper #landing-menu {
    top: 85px;
    width: 100%;
    height: 0;
    background-color: #252529;
    transition: height 0.3s;
  }
  .landing-body .landing-wrapper #landing-menu > li {
    display: block;
    opacity: 0;
    margin: 0;
    padding: 10px 0;
    transition: opacity 0.3s;
  }
  .landing-body .landing-wrapper #landing-menu > li:first-child {
    margin-top: 25px;
  }
  .landing-body .landing-wrapper #landing-menu > li:last-child {
    margin-bottom: 25px;
  }
  .landing-body .landing-wrapper #landing-menu > li a {
    font-size: 18px;
    color: #8b8b90;
    padding: 0 14px;
  }
  .landing-body .landing-wrapper #header .header-top {
    margin-bottom: 0;
  }
  .landing-body .landing-wrapper #header .header-top #landing-menu-button {
    display: inline-block;
  }
  .landing-body .landing-wrapper #header .header-content {
    transition: 0.4s;
    padding: 85px 0px 0 10px;
  }
  .landing-body .landing-wrapper #header .header-content .header-content-text {
    float: none;
    text-align: center;
    position: relative;
  }
  .landing-body .landing-wrapper #header .header-content .header-content-text p {
    font-size: 29px;
  }
  .landing-body .landing-wrapper #header .header-content .header-content-img {
    height: 170px;
  }
  .landing-body .landing-wrapper #features {
    padding: 42px 0px;
  }
  .landing-body .landing-wrapper #promo {
    padding: 40px 31px 40px 35px;
  }
  .landing-body .landing-wrapper #pricing {
    padding: 45px 15px;
  }
  .landing-body .landing-wrapper #multimedia {
    padding: 40px 30px 70px 30px;
  }
  .landing-body .landing-wrapper #multimedia .video-container iframe {
    width: 100%;
    height: 350px;
  }
  .landing-body.landing-menu-active .landing-wrapper #landing-menu {
    height: 350px;
  }
  .landing-body.landing-menu-active .landing-wrapper #landing-menu li {
    opacity: 1;
    transition: opacity 0.9s;
  }
}
@media screen and (max-width: 575px) {
  .landing-body {
    padding: 30px 20px;
  }
  .landing-body .landing-wrapper #landing-menu {
    left: 20px;
    right: 20px;
  }
  .landing-body .landing-wrapper #pricing {
    padding: 45px 0px;
  }
}
.layout-config {
  width: 16rem;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem;
  overflow: auto;
  background: #ffffff;
  z-index: 999;
  border-left: 0 none;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.layout-config.layout-config-active {
  transform: translateX(0);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.layout-config.layout-config-active .layout-config-content .layout-config-button i {
  transform: rotate(360deg);
}
.layout-config .layout-themes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-config .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  display: block;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: transform 0.3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-themes a img {
  width: 2rem;
  height: 2rem;
}
.layout-config .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  color: #ffffff;
}
.layout-config .layout-themes a:hover {
  transform: scale(1.1);
}

.layout-config-button {
  display: block;
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #43464B;
  color: #ffffff;
  text-align: center;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: background-color 0.3s;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}
.layout-config-button i {
  font-size: 2rem;
  line-height: inherit;
  transform: rotate(0deg);
  transition: transform 1s;
}
.layout-config-button:hover {
  background: #4f5358;
}

.help-page p {
  margin: 0;
}
.help-page .help-search {
  background: url("../../layout/images/pages/bg-help.png") repeat;
  padding: 0;
  text-align: center;
}
.help-page .help-search .help-search-content {
  padding: 5rem 12rem;
}
.help-page .help-search .search-container {
  font-size: 1.5rem;
  padding: 1rem;
  position: relative;
}
.help-page .help-search .search-container input {
  appearance: none;
  font-size: 1.5rem;
  text-indent: 2.5rem;
  padding: 0.5rem;
  width: 100%;
}
.help-page .help-search .search-container i {
  color: #1b1c1e;
  position: absolute;
  margin-left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.help-page .status-bars {
  margin-top: 1rem;
  display: flex;
}
.help-page .status-bars .status-bar {
  flex: 1 1 0;
  background: #8BC34A;
  height: 50px;
  margin-right: 0.25rem;
  transition: transform 0.3s;
}
.help-page .status-bars .status-bar:last-child {
  margin-right: 0;
}
.help-page .status-bars .status-bar.status-bar-failure {
  background: #EC407A;
}
.help-page .status-bars .status-bar:hover {
  transform: scale(1.1);
}
.help-page .status-bar-footer {
  padding: 1rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
.help-page .blog-post {
  height: 150px;
  border-radius: 4px;
  margin: 3rem 2rem;
  position: relative;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.help-page .blog-post:last-child {
  margin-bottom: 1rem;
}
.help-page .blog-post img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.help-page .blog-post .blog-text {
  position: absolute;
  left: 20px;
  top: 30px;
}
.help-page .blog-post .blog-text h1 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.help-page .blog-post .blog-text span {
  color: #ffffff;
  font-weight: 600;
}
.help-page .blog-post .blog-profile {
  position: absolute;
  top: -25px;
  left: -25px;
}
.help-page .blog-post .blog-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.help-page .blog-post:nth-child(1) {
  background-image: url("../../layout/images/pages/help/blog1.jpg");
}
.help-page .blog-post:nth-child(2) {
  background-image: url("../../layout/images/pages/help/blog2.jpg");
}
.help-page .blog-post:nth-child(3) {
  background-image: url("../../layout/images/pages/help/blog3.jpg");
}

@media screen and (max-width: 991px) {
  .help-page .help-search .help-search-content {
    padding: 6rem 2rem;
  }
}
.invoice {
  padding: 2rem;
}
.invoice .invoice-header {
  display: flex;
  justify-content: space-between;
}
.invoice .invoice-company .logo-image {
  width: 75px;
  margin-bottom: 0.5rem;
}
.invoice .invoice-company div {
  margin-bottom: 0.5rem;
}
.invoice .invoice-company .company-name {
  font-weight: 700;
  font-size: 1.5rem;
}
.invoice .invoice-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: right;
}
.invoice .invoice-details {
  width: 15rem;
  display: flex;
  flex-wrap: wrap;
}
.invoice .invoice-details > div {
  width: 50%;
  margin-bottom: 0.5rem;
}
.invoice .invoice-details .invoice-label {
  text-align: left;
  font-weight: 700;
}
.invoice .invoice-details .invoice-value {
  text-align: right;
}
.invoice .invoice-to {
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #dee2e6;
}
.invoice .invoice-to .bill-to {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.invoice .invoice-to .invoice-to-info div {
  margin-bottom: 0.5rem;
}
.invoice .invoice-items {
  margin-top: 2rem;
  padding-top: 2rem;
}
.invoice .invoice-items table {
  width: 100%;
  border-collapse: collapse;
}
.invoice .invoice-items table tr {
  border-bottom: 1px solid #dee2e6;
}
.invoice .invoice-items table th {
  font-weight: 700;
}
.invoice .invoice-items table th, .invoice .invoice-items table td {
  padding: 1rem;
  text-align: right;
}
.invoice .invoice-items table th:first-child, .invoice .invoice-items table td:first-child {
  text-align: left;
}
.invoice .invoice-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.invoice .invoice-summary .invoice-value {
  font-weight: 700;
}

@media print {
  body * {
    visibility: hidden;
  }
  #invoice-content * {
    visibility: visible;
  }
  #invoice-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #invoice-content .card {
    box-shadow: none;
  }
  #invoice-content .card.invoice-table {
    margin-bottom: 10px;
    background-color: transparent;
  }
}
.widget-overview-box {
  min-height: 6rem;
  position: relative;
  border-left: 4px solid;
}
.widget-overview-box .overview-title {
  font-weight: 600;
  font-size: 1.25rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.widget-overview-box .overview-icon {
  display: inline-block;
  border-radius: 3px;
  width: 2em;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
}
.widget-overview-box .overview-icon i {
  font-size: 1rem;
  line-height: inherit;
}
.widget-overview-box .overview-detail {
  text-align: center;
  margin-top: 1rem;
}
.widget-overview-box .overview-detail .p-col-6 {
  padding: 0.5rem;
}
.widget-overview-box .overview-number {
  font-size: 1.5rem;
  font-weight: 600;
}
.widget-overview-box .overview-subtext {
  color: #5f6061;
  font-weight: 600;
  margin-top: 0.25rem;
}
.widget-overview-box .p-col-6:first-child {
  border-right: 1px solid #dee2e6;
}
.widget-overview-box.widget-overview-box-1 {
  border-left-color: #64B5F6;
}
.widget-overview-box.widget-overview-box-1 .overview-title {
  color: #64B5F6;
}
.widget-overview-box.widget-overview-box-1 .overview-icon {
  background: #64B5F6;
  color: #1976D2;
}
.widget-overview-box.widget-overview-box-2 {
  border-left-color: #7986CB;
}
.widget-overview-box.widget-overview-box-2 .overview-title {
  color: #7986CB;
}
.widget-overview-box.widget-overview-box-2 .overview-icon {
  background: #7986CB;
  color: #303F9F;
}
.widget-overview-box.widget-overview-box-3 {
  border-left-color: #4DB6AC;
}
.widget-overview-box.widget-overview-box-3 .overview-title {
  color: #4DB6AC;
}
.widget-overview-box.widget-overview-box-3 .overview-icon {
  background: #4DB6AC;
  color: #00796B;
}
.widget-overview-box.widget-overview-box-4 {
  border-left-color: #4DD0E1;
}
.widget-overview-box.widget-overview-box-4 .overview-title {
  color: #4DD0E1;
}
.widget-overview-box.widget-overview-box-4 .overview-icon {
  background: #4DD0E1;
  color: #0097A7;
}

.widget-tasks .task {
  padding: 1rem 0;
}
.widget-tasks .task-name {
  margin-bottom: 0.5rem;
}
.widget-tasks .task-name span {
  font-weight: 600;
}
.widget-tasks .task-progress {
  border-radius: 3px;
  height: 0.5rem;
  background: #dee2e6;
}
.widget-tasks .task-progress > div {
  border-radius: 3px;
  height: 100%;
}
.widget-tasks .task-1 .task-progress > div {
  background: #64B5F6;
  width: 75%;
}
.widget-tasks .task-2 .task-progress > div {
  background: #A5D6A7;
  width: 60%;
}
.widget-tasks .task-3 .task-progress > div {
  background: #7986CB;
  width: 80%;
}
.widget-tasks .task-4 .task-progress > div {
  background: #9575CD;
  width: 40%;
}
.widget-tasks .task-5 .task-progress > div {
  background: #4DB6AC;
  width: 50%;
}

.widget-image-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-image-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dee2e6;
  padding: 1rem;
}
.widget-image-list li:first-child {
  border-top: 0 none;
  font-weight: 600;
  font-size: 1rem;
}
.widget-image-list li img {
  width: 64px;
  vertical-align: middle;
  margin-right: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.widget-image-list li .listitem-value {
  font-weight: 600;
}

.widget-feature-box {
  height: 100%;
  text-align: center;
  padding: 2rem;
}
.widget-feature-box > img {
  margin-bottom: 32px;
}
.widget-feature-box > h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
  color: #1b1c1e;
}
.widget-feature-box span {
  padding: 0 20px;
  font-size: 14px;
  display: block;
  color: #5f6061;
}

.widget-pricing-card {
  border-radius: 4px;
  background: #1F8CE3;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.widget-pricing-card.deal {
  background-image: linear-gradient(45deg, rgb(16, 93, 161) 0%, rgb(31, 140, 227) 100%);
}
.widget-pricing-card > span {
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.widget-pricing-card > ul {
  list-style-type: none;
  padding: 0;
}
.widget-pricing-card > ul > li {
  display: block;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin-bottom: 0.75rem;
}
.widget-pricing-card > a {
  padding: 0.5rem 2rem;
  margin-top: 1.75rem;
  display: block;
  color: #FFFFFF;
  margin: 1.75rem auto 0 auto;
  font-weight: 600;
  width: 10rem;
  border-radius: 3px;
  transition: background-color 0.2s;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.widget-pricing-card > a > span {
  display: block;
  padding: 0;
}
.widget-pricing-card > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.widget-timeline .timeline-event {
  padding: 0 1rem 1rem 1rem;
  border-left: 1px solid #dee2e6;
  position: relative;
  margin-left: 0.5rem;
}
.widget-timeline .timeline-event-icon {
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateX(-50%);
  color: #5f6061;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #ffffff;
  text-align: center;
}
.widget-timeline .timeline-event-icon i {
  line-height: inherit;
}
.widget-timeline .timeline-event-title {
  font-weight: 600;
  margin: 0 0 0.5rem 0.5rem;
}
.widget-timeline .timeline-event-detail {
  font-size: 0.875rem;
  color: #5f6061;
  margin-left: 0.5rem;
}

.widget-chat ul {
  padding: 1rem;
  margin: 0;
  list-style-type: none;
}
.widget-chat ul li {
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
}
.widget-chat ul li img {
  width: 36px;
}
.widget-chat ul li div {
  padding: 0.5rem 1rem;
  margin: 0.25rem 0;
  border-radius: 3px;
}
.widget-chat ul li.message-from {
  justify-content: flex-start;
}
.widget-chat ul li.message-from img {
  margin-right: 0.5rem;
}
.widget-chat ul li.message-from div {
  order: 2;
  color: #121212;
  background: #dff0d8;
  border: solid 1px #d6e9c6;
}
.widget-chat ul li.message-own {
  justify-content: flex-end;
}
.widget-chat ul li.message-own img {
  margin-left: 0.5rem;
  order: 2;
}
.widget-chat ul li.message-own div {
  order: 1;
  color: #121212;
  background: #d9edf7;
  border: solid 1px #bce8f1;
}
.widget-chat .new-message {
  height: 40px;
  border-top: 1px solid #dee2e6;
  color: #afafc0;
}
.widget-chat .new-message .message-attachment {
  display: inline-block;
  border-right: 1px solid #dee2e6;
  width: 40px;
  line-height: 40px;
  height: 100%;
  text-align: center;
}
.widget-chat .new-message .message-attachment i {
  line-height: inherit;
  font-size: 24px;
}
.widget-chat .new-message .message-input {
  position: relative;
  top: -4px;
  width: calc(100% - 100px);
  display: inline-block;
}
.widget-chat .new-message .message-input input {
  border: 0 none;
  font-size: 14px;
  width: 100%;
  background: transparent;
  outline: 0 none;
  padding-left: 8px;
}

.widget-person-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-person-list > li {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
}
.widget-person-list > li:last-child {
  border-bottom: 0 none;
}
.widget-person-list > li .person-item {
  display: flex;
  align-items: center;
}
.widget-person-list > li .person-item img {
  margin-right: 0.5rem;
  width: 4rem;
  height: 4rem;
}
.widget-person-list > li .person-item .person-name {
  font-size: 1.25rem;
  font-weight: normal;
}
.widget-person-list > li .person-item .person-subtext {
  color: #5f6061;
}
.widget-person-list > li .person-actions button {
  margin-right: 0.5rem;
}
.widget-person-list > li .person-actions button:last-child {
  margin-right: 0;
}

.widget-user-card {
  padding: 0;
  text-align: center;
}
.widget-user-card .user-card-header {
  position: relative;
  height: 200px;
  background-image: url("../../demo/images/widgets/user-card.jpg");
  background-size: cover;
}
.widget-user-card .user-card-avatar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  margin-left: -4rem;
  margin-bottom: -4rem;
  border-radius: 50%;
}
.widget-user-card .user-card-body {
  padding: 6em 2rem 2rem 2rem;
}
.widget-user-card .user-card-title {
  font-size: 1.5rem;
  font-weight: normal;
}
.widget-user-card .user-card-subtext {
  color: #5f6061;
}
.widget-user-card .user-card-stats {
  margin-top: 2rem;
}
.widget-user-card .user-card-stats i {
  font-size: 2rem;
  color: #5f6061;
}
.widget-user-card .user-card-stats span {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

/* Add your customizations of layout here */
