body {
  background-color: #f4f4f4;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}
.loader li {
  list-style-type: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: #0772B3;
  border-radius: 50%;
}
.loader li.dot-a {
  animation: a 0.5s ease-in-out infinite;
  top: -25px;
  left: -25px;
}
.loader li.dot-b {
  animation: b 0.5s ease-in-out infinite;
  top: -25px;
  left: 0px;
}
.loader li.dot-c {
  animation: c 0.5s ease-in-out infinite;
  top: -25px;
  left: 25px;
}
.loader li.dot-d {
  animation: d 0.5s ease-in-out infinite;
  top: 0px;
  left: -25px;
}
.loader li.dot-e {
  animation: e 0.5s ease-in-out infinite;
  top: 0px;
  left: 0px;
}
.loader li.dot-f {
  animation: f 0.5s ease-in-out infinite;
  top: 0px;
  left: 25px;
}
.loader li.dot-g {
  animation: g 0.5s ease-in-out infinite;
  top: 25px;
  left: -25px;
}
.loader li.dot-h {
  animation: h 0.5s ease-in-out infinite;
  top: 25px;
  left: 0px;
}
.loader li.dot-i {
  animation: i 0.5s ease-in-out infinite;
  top: 25px;
  left: 25px;
}

@keyframes a {
  50% {
    top: 0px;
    left: -25px;
  }
  100% {
    top: 0px;
    left: -25px;
  }
}
@keyframes b {
  50% {
    top: -25px;
    left: -25px;
  }
  100% {
    top: -25px;
    left: -25px;
  }
}
@keyframes c {
  50% {
    top: -25px;
    left: 0px;
  }
  100% {
    top: -25px;
    left: 0px;
  }
}
@keyframes d {
  50% {
    top: 25px;
    left: -25px;
  }
  100% {
    top: 25px;
    left: -25px;
  }
}
/*@keyframes e{
	50% {
		top: 0px;
		left: -25px;
	}
	100% {
		top: 0px;
		left: -25px;
	}
}*/
@keyframes f {
  50% {
    top: -25px;
    left: 25px;
  }
  100% {
    top: -25px;
    left: 25px;
  }
}
@keyframes g {
  50% {
    top: 25px;
    left: 0px;
  }
  100% {
    top: 25px;
    left: 0px;
  }
}
@keyframes h {
  50% {
    top: 25px;
    left: 25px;
  }
  100% {
    top: 25px;
    left: 25px;
  }
}
@keyframes i {
  50% {
    top: 0px;
    left: 25px;
  }
  100% {
    top: 0px;
    left: 25px;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #0f1a36;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #f4f4f4;
}

a {
  text-decoration: none;
}

.layout-wrapper.layout-topbar-white .layout-topbar {
  background-color: #FFFFFF;
  border-bottom: 1px solid #d8d8dc;
}
.layout-wrapper.layout-topbar-white .layout-topbar .layout-topbar-icon {
  color: #000000;
}
.layout-wrapper.layout-topbar-white .layout-topbar .layout-topbar-icon:hover {
  background-color: #22a0db;
  border-radius: 50%;
}
.layout-wrapper.layout-topbar-white .layout-topbar .layout-topbar-icon.active {
  background-color: #22a0db;
  border-radius: 50%;
}
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile .layout-profile-name,
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile .layout-profile-role,
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile .layout-profile-icon,
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile .layout-company-name {
  color: #000000;
}
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile a:hover .layout-profile-name,
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile a:hover .layout-profile-role,
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile a:hover .layout-profile-icon,
.layout-wrapper.layout-topbar-white .layout-topbar .user-profile a:hover .layout-company-name {
  color: #000000;
}
.layout-wrapper.layout-topbar-white .layout-topbar .windows-mode {
  color: #000000;
}
.layout-wrapper.layout-topbar-blue .layout-topbar {
  background-color: #0f1a36;
}
.layout-wrapper.layout-topbar-blue .layout-topbar .layout-topbar-icon {
  color: #ffffff;
}
.layout-wrapper.layout-topbar-blue .layout-topbar .layout-topbar-icon:hover {
  background-color: #22a0db;
  border-radius: 50%;
}
.layout-wrapper.layout-topbar-blue .layout-topbar .layout-topbar-icon.active {
  background-color: #22a0db;
  border-radius: 50%;
}
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile .layout-profile-name,
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile .layout-profile-role,
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile .layout-profile-icon,
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile .layout-company-name {
  color: #FFFFFF;
}
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile a:hover .layout-profile-name,
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile a:hover .layout-profile-role,
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile a:hover .layout-profile-icon,
.layout-wrapper.layout-topbar-blue .layout-topbar .user-profile a:hover .layout-company-name {
  color: #FFFFFF;
}
.layout-wrapper.layout-topbar-blue .layout-topbar .windows-mode {
  color: #FFFFFF;
}

.layout-wrapper .layout-topbar {
  height: 70px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 5000;
  padding: 12px 20px;
}
.layout-wrapper .layout-topbar:after {
  content: "";
  display: table;
  clear: both;
}
.layout-wrapper .layout-topbar .layout-menu-button {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-wrapper .layout-topbar .layout-menu-button em {
  line-height: inherit;
  font-size: 20px;
}
.layout-wrapper .layout-topbar .layout-topbar-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.layout-wrapper .layout-topbar .layout-topbar-search {
  position: relative;
  vertical-align: middle;
  margin-left: 120px;
}
.layout-wrapper .layout-topbar .layout-topbar-search i {
  position: absolute;
  top: 0px;
  left: 11px;
  font-size: 16px;
}
.layout-wrapper .layout-topbar .layout-topbar-search input {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  width: 188px;
  padding: 6px 6px 6px 35px;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.layout-wrapper .layout-topbar .layout-topbar-search input:focus {
  outline: none;
}
.layout-wrapper .layout-topbar .topbar-menu {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile {
  padding: 0 32px;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-icon {
  display: inline-block;
  margin: 14px 0 0 8px;
  vertical-align: top;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile a {
  height: 36px;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile a em {
  vertical-align: middle;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile a span {
  vertical-align: middle;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile ul {
  width: 250px;
}
.layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-name,
.layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-role,
.layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-icon {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.layout-wrapper .layout-topbar .topbar-menu > li {
  float: right;
  position: relative;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a {
  position: relative;
  display: block;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .topbar-icon {
  width: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .layout-profile-userinfo {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  max-width: 20em;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .layout-profile-userinfo .layout-profile-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 20em;
  font-size: 14px;
  display: block;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .layout-profile-userinfo .layout-profile-role {
  font-size: 12px;
  margin-top: 2px;
  display: block;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a > img {
  width: 36px;
  margin-top: 4px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul {
  position: absolute;
  background: #ffffff;
  top: 58px;
  right: 0;
  display: none;
  width: 283px;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a {
  padding: 0.75em 1em;
  text-align: left;
  display: block;
  width: 100%;
  height: 54px;
  color: #000000;
  position: relative;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a img {
  margin-top: 5px;
  width: 30px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a .topbar-menu-info {
  left: 50px;
  top: 12px;
  position: absolute;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a .topbar-menu-info .topbar-menu-name {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #000000;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a .topbar-menu-info .topbar-menu-role {
  font-size: 12px;
  display: block;
  color: #000000;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a:hover {
  background-color: #eaeaea;
}
.layout-wrapper .layout-topbar .topbar-menu > li.active-topmenuitem > ul {
  display: block;
  z-index: 999;
}
.layout-wrapper .layout-topbar .topbar-menu > li.active-topmenuitem .layout-profile-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-topbar .layout-right-panel-button {
  float: right;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-wrapper .layout-topbar .layout-right-panel-button i {
  font-size: 2.5em;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .layout-wrapper .layout-topbar {
    height: 70px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-search {
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    width: 100%;
    top: 70px;
    margin-left: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  }
  .layout-wrapper .layout-topbar .layout-topbar-search i {
    left: initial;
    top: 11px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-search input {
    background: transparent;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile {
    padding: 5px 0 0 0;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-icon {
    display: none;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-userinfo {
    display: none;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile ul {
    width: 211px;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile ul:before, .layout-wrapper .layout-topbar .topbar-menu .user-profile ul:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 190px;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile ul:before {
    border-width: 10px;
    margin-left: -10px;
  }
  .layout-wrapper .layout-topbar .topbar-menu .user-profile ul:after {
    border-width: 9px;
    margin-left: -9px;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li {
    margin-right: 0.5em;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li a img {
    margin-top: 0;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li > ul {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .layout-wrapper .layout-topbar .topbar-menu > li a .layout-profile-userinfo {
    max-width: 11em;
  }
}
.layout-wrapper .layout-menu-container {
  position: fixed;
  height: 100%;
  top: 70px;
  z-index: 5000;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button {
  padding: 3em 0;
  display: block;
  text-align: center;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
  width: 96px;
  margin-bottom: 12px;
  display: inline-block;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo .layout-profile-name {
  display: inline-block;
  font-weight: 500;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo .layout-profile-role {
  display: block;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li:first-child {
  margin-top: 0.5em;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li:last-child {
  margin-bottom: 0.5em;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a {
  display: block;
  padding: 0.75em 1em;
  text-align: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a i {
  margin-right: 0.5em;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-menu {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
}
.layout-wrapper .layout-menu-container .layout-menu > li {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.layout-wrapper .layout-menu-container .layout-menu > li.active-menuitem {
  border-left-color: #223e99;
}
.layout-wrapper .layout-menu-container .layout-menu li a {
  display: block;
  padding: 0.75em 1em;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: color 0.2s, background-color 0.2s, border-left-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-left-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s, border-left-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-left-color 0.2s;
}
.layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-text {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-icon {
  margin-right: 0.5em;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-wrapper .layout-menu-container .layout-menu li.active-menuitem > a .layout-submenu-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu-container .layout-menu li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li a {
  padding-left: 2em;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li a {
  padding-left: 3em;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li a {
  padding-left: 4em;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li li a {
  padding-left: 5em;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li li li a {
  padding-left: 6em;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li li li li a {
  padding-left: 7em;
}
.layout-wrapper .layout-menu-container .layout-menu li .layout-menu-tooltip {
  display: none;
}
.layout-wrapper .layout-menu-container .p-scrollpanel {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
}
.layout-wrapper .layout-menu-container .p-scrollpanel .p-scrollpanel-content {
  overflow-x: hidden;
}
.layout-wrapper .layout-menu-container .p-scrollpanel .p-scrollpanel-bar {
  background-color: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layout-wrapper .layout-menu-container .p-scrollpanel .p-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}
.layout-wrapper .layout-menu-container .p-scrollpanel .p-scrollpanel-bar-x {
  display: none;
}
.layout-wrapper .layout-menu-container .p-scrollpanel .menu-scroll-content {
  width: 306px;
  padding-right: 18px;
  padding-bottom: 120px;
}
.layout-wrapper.layout-menu-light .layout-menu-container {
  background-color: #ffffff;
  border: 1px solid #ebebef;
  border-left: 0;
  border-top: 0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile {
  border-bottom: 1px solid #ebebef;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
  color: #000000;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-button .layout-profile-role {
  color: #000000;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-button:hover {
  background-color: #eaeaea;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu {
  background-color: #ffffff;
  border-left: 0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a span {
  color: #000000;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a i {
  color: #000000;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a:hover {
  background-color: #eaeaea;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a:hover span {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a:hover i {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu ul {
  background-color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a .layout-menuitem-text {
  color: #000000;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a .layout-menuitem-icon,
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  color: #000000;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a:hover {
  background-color: #eaeaea;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a:hover .layout-menuitem-text {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a:hover .layout-menuitem-icon,
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a:hover .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a.active-menuitem-routerlink {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a.active-menuitem-routerlink .layout-menuitem-icon,
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a.active-menuitem-routerlink .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li.active-menuitem > a .layout-menuitem-text {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li.active-menuitem > a .layout-menuitem-icon,
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li.active-menuitem > a .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li > a.active-menuitem-routerlink .layout-menuitem-text {
  color: #223e99;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li > a.active-menuitem-routerlink .layout-menuitem-icon,
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li > a.active-menuitem-routerlink .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper.layout-menu-dark .layout-menu-container {
  background-color: #0f1a36;
  border: 1px solid #0f1a36;
  border-left: 0;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile {
  border-bottom: 1px solid #424247;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
  color: #ffffff;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-button .layout-profile-role {
  color: #ffffff;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-button:hover {
  background-color: #070f25;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu {
  background-color: #0f1a36;
  border-left: 0;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a span {
  color: #ffffff;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a i {
  color: #ffffff;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a:hover {
  background-color: #070f25;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a:hover span {
  color: #22a0db;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a:hover i {
  color: #22a0db;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu ul {
  background-color: #0f1a36;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-text {
  color: #ffffff;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-icon,
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  color: #ffffff;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a:hover {
  background-color: #070f25;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a:hover .layout-menuitem-text {
  color: #22a0db;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a:hover .layout-menuitem-icon,
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a:hover .layout-submenu-toggler {
  color: #22a0db;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-menuitem-routerlink {
  color: #223e99;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-menuitem-routerlink .layout-menuitem-icon,
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-menuitem-routerlink .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li.active-menuitem > a .layout-menuitem-text {
  color: #223e99;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li.active-menuitem > a .layout-menuitem-icon,
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li.active-menuitem > a .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li > a.active-menuitem-routerlink .layout-menuitem-text {
  color: #223e99;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li > a.active-menuitem-routerlink .layout-menuitem-icon,
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li > a.active-menuitem-routerlink .layout-submenu-toggler {
  color: #223e99;
}
.layout-wrapper .layout-main {
  padding-top: 70px;
}
.layout-wrapper .layout-main .layout-content {
  padding: 16px;
}

@media screen and (min-width: 897px) {
  .layout-wrapper.layout-static .main-left-open {
    width: 63vw;
  }
  .layout-wrapper.layout-static .main-left-close {
    width: 85vw;
  }
  .layout-wrapper.layout-static .layout-menu-container {
    width: 288px;
    left: 0;
    -moz-transition: left 0.2s;
    -o-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  .layout-wrapper.layout-static .layout-main {
    margin-left: 288px;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
  }
  .layout-wrapper.layout-static .layout-footer {
    margin-left: 288px;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-menu-container {
    left: -288px;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-main {
    margin-left: 0;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-footer {
    margin-left: 0;
  }
  .layout-wrapper.layout-static.layout-static-inactive-restore .layout-menu-container {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .layout-wrapper.layout-overlay .layout-menu-container {
    width: 288px;
    left: -288px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-transition: left 0.2s;
    -o-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  .layout-wrapper.layout-overlay.layout-overlay-active .layout-menu-container {
    left: 0;
  }
  .layout-wrapper.layout-slim .main-left-open {
    width: 73.7vw;
  }
  .layout-wrapper.layout-slim .main-left-close {
    width: 96vw;
  }
  .layout-wrapper.layout-slim .layout-menu-container {
    width: 57px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button {
    text-align: center;
    padding: 11px 15px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button img {
    width: 25px;
    margin-bottom: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 57px;
    min-width: 250px;
    max-height: 450px;
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu li {
    border-left: 0 none;
    border-right: 0 none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu li:first-child {
    margin: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu li:last-child {
    margin: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu li a {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
    display: block;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li {
    position: relative;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a {
    display: block;
    text-align: center;
    padding: 0.75em 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-menuitem-icon {
    font-size: 18px;
    margin-right: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-menuitem-text {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-submenu-toggler {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul {
    position: absolute;
    top: 0;
    left: 52px;
    min-width: 200px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu .layout-menu-tooltip {
    display: none;
    padding: 0 5px;
    position: absolute;
    left: 57px;
    top: 5px;
    line-height: 1;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
    padding: 6px 8px;
    font-weight: 700;
    font-size: 13px;
    background-color: #333333;
    color: #c8c8c8;
    min-width: 75px;
    white-space: nowrap;
    text-align: center;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333333;
  }
  .layout-wrapper.layout-slim .layout-main {
    margin-left: 57px;
  }
  .layout-wrapper.layout-slim .layout-footer {
    margin-left: 57px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar {
    position: static;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo {
    margin: 10px 0 0 5em;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container {
    width: 100%;
    min-height: 45px;
    position: static;
    padding: 0.5em 5em;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel {
    background-color: transparent;
    border-radius: 0;
    border: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-bar {
    background-color: #aaaaaa;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-hidden {
    display: block;
    visibility: hidden;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .menu-scroll-content {
    width: 268px;
    padding-right: 18px;
    padding-bottom: 170px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-content {
    padding: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu {
    margin: 0;
    padding: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li {
    display: inline-block;
    width: auto;
    padding: 0;
    position: relative;
    border-left: 0 none;
    border-right: 0 none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a {
    height: 2.5em;
    padding: 0.6em 1em;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a .layout-menuitem-icon {
    color: #000000;
    margin-right: 0.5em;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a .layout-submenu-toggler {
    position: static;
    margin-left: 0.5em;
    vertical-align: middle;
    margin-top: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul {
    top: 2.5em;
    left: 0;
    min-width: 200px;
    position: absolute;
    margin: 0;
    overflow: auto;
    max-height: 450px;
    z-index: 1;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a {
    border-left-color: transparent;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > ul {
    border-top: 4px solid #223e99;
  }
  .layout-wrapper.layout-horizontal .layout-main {
    padding-top: 0;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-menu-button, .layout-wrapper.layout-slim .layout-topbar .layout-menu-button {
    display: inline-block;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-search, .layout-wrapper.layout-slim .layout-topbar .layout-topbar-search {
    top: 5px;
    margin-left: 40px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper, .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
    float: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content, .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    padding: 0;
    display: block;
    height: auto;
    position: static;
    overflow: visible;
    overflow-x: visible;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-bar, .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .p-scrollpanel-bar {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .menu-scroll-content, .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .menu-scroll-content {
    width: 100%;
    padding: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li a, .layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li a {
    padding-left: 16px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li a, .layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li a {
    padding-left: 32px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li a, .layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li a {
    padding-left: 48px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li li a, .layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li li a {
    padding-left: 64px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li li li a, .layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li li li a {
    padding-left: 80px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li li li li a, .layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li li li li a {
    padding-left: 96px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
    padding: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .p-scrollpanel-bar {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .menu-scroll-content {
    width: 100%;
    padding: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper {
    display: inline-flex;
    overflow: visible;
  }
  .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
  }
  .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .p-scrollpanel-bar {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .menu-scroll-content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  .layout-wrapper .layout-topbar .layout-topbar-logo {
    margin-left: 1em;
  }
  .layout-wrapper .layout-menu-container {
    top: 110px;
    width: 288px;
    left: -288px;
    -webkit-box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.16);
    -moz-transition: left 0.2s;
    -o-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  .layout-wrapper .layout-main {
    margin-left: 0;
    padding-top: 110px;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
  }
  .layout-wrapper .layout-content-mask {
    display: none;
    background-color: #252529;
    position: fixed;
    top: 101px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .layout-wrapper.layout-mobile-active .layout-menu-container {
    left: 0;
  }
  .layout-wrapper.layout-mobile-active .layout-content-mask {
    display: block;
  }
  body.blocked-scroll {
    overflow: hidden;
  }
}
.layout-right-panel {
  width: 400px;
  right: -400px;
  background-color: #ffffff;
  border-left: solid 1px #ebebef;
  position: fixed;
  z-index: 5000;
  top: 70px;
  height: 100%;
  padding: 0;
  margin: 0;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.layout-right-panel.layout-right-panel-active {
  right: 0;
  display: block;
}
.layout-right-panel .p-progressbar {
  height: 8px;
}
.layout-right-panel .p-tabview {
  padding: 16px;
}
.layout-right-panel .p-tabview .p-tabview-panels {
  border: 0 none;
}
.layout-right-panel .p-tabview .p-tabview-panels .p-tabview-panel {
  padding: 0;
}
.layout-right-panel .p-tabview .p-tabview-nav li {
  outline: none;
  border: 0 none;
  margin-right: 0;
  width: 50%;
}
.layout-right-panel .p-tabview .p-tabview-nav li a {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #65656a;
  background-color: #ffffff;
  border-bottom: 2px solid #d8d8dc;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.layout-right-panel .p-tabview .p-tabview-nav li.p-state-hover {
  border: 0 none;
}
.layout-right-panel .p-tabview .p-tabview-nav li.p-state-hover a {
  color: #252529;
  background-color: #ffffff;
}
.layout-right-panel .p-tabview .p-tabview-nav li.p-highlight {
  border: 0 none;
}
.layout-right-panel .p-tabview .p-tabview-nav li.p-highlight a {
  font-weight: 500;
  color: #252529;
  background-color: #ffffff;
  border-bottom: 2px solid #0f97c7;
}
.layout-right-panel .status-title {
  margin: 24px 0 12px 0;
}
.layout-right-panel .status-title span {
  color: #65656a;
  font-size: 13px;
  font-weight: 500;
}
.layout-right-panel .status-title i {
  float: right;
  font-size: 20px;
  color: #8b8b90;
}
.layout-right-panel .status-content {
  margin-top: 12px;
  color: #65656a;
}
.layout-right-panel .status-content .percentage-1 {
  color: #0fc752;
  font-size: 13px;
  font-weight: 500;
}
.layout-right-panel .status-content .percentage-2 {
  color: #65656a;
  font-size: 13px;
  font-weight: 500;
}
.layout-right-panel .messages-title {
  margin: 24px 0 0 0;
  border-bottom: 1px solid #ebebef;
}
.layout-right-panel .messages-title span {
  color: #252529;
  font-size: 13px;
  font-weight: 500;
}
.layout-right-panel .messages-content .time {
  color: #8b8b90;
  font-size: 11px;
}
.layout-right-panel .messages-content .message-1 {
  color: #0fc752;
  font-size: 13px;
  font-weight: 500;
}
.layout-right-panel .messages-content .message-2 {
  color: #f5b064;
  font-size: 13px;
  font-weight: 500;
}

.layout-footer {
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #ebebef;
  border-bottom: 1px solid #ebebef;
  bottom: 0px;
  z-index: 5000;
}
.layout-footer img {
  height: 21px;
}
.layout-footer p {
  margin: 2px 0 0 0;
}
.layout-footer .footer-icons {
  text-align: right;
}
.layout-footer .footer-icons a {
  color: #65656a;
  font-size: 24px;
  margin-right: 16px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.layout-footer .footer-icons a:hover {
  color: #0f1a36;
}

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  border-radius: 2px;
  background: #ffffff;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.card.card-w-title {
  padding-bottom: 1em;
}
.card.no-gutter {
  margin-bottom: 0;
}
.card h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0;
}
.card h1:first-child {
  margin-top: 0px;
}
.card h2 {
  font-size: 16px;
  font-weight: 500;
}
.card h2:first-child {
  margin-top: 0px;
}
.card h3 {
  font-size: 14px;
  font-weight: 500;
}
.card h3:first-child {
  margin-top: 0px;
}
.card h4 {
  font-size: 13px;
  font-weight: 500;
}
.card h4:first-child {
  margin-top: 0px;
}

.nopad {
  padding: 0;
}
.nopad .p-panel-content {
  padding: 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;
}

.p-g {
  -ms-flex-wrap: wrap;
}

.layout-wrapper .layout-ajax-loader {
  position: absolute;
  right: 15px;
  bottom: 70px;
}
.layout-wrapper .layout-ajax-loader .layout-ajax-loader-icon {
  color: red;
  font-size: 32px;
}

.layout-dashboard .card {
  margin-bottom: 0;
}
.layout-dashboard .overview-box {
  position: relative;
  padding: 0.5em 1em;
}
.layout-dashboard .overview-box .overview-box-title {
  color: #65656a;
  font-size: 13px;
  margin-bottom: 0.25em;
}
.layout-dashboard .overview-box .overview-box-value {
  font-size: 21px;
  margin-bottom: 1em;
}
.layout-dashboard .overview-box img {
  width: 100%;
}
.layout-dashboard .overview-box .overview-box-status {
  position: absolute;
  right: 1em;
  top: 0.5em;
  color: #0fc752;
  font-size: 14px;
}
.layout-dashboard .expenses .chart {
  width: 322px;
  height: 322px;
  line-height: 262px;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  border: 30px solid #0f97c7;
  border-left-color: #1cb9d7;
  border-top-color: #0772b3;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-dashboard .expenses .expenses-legend {
  margin: 2em;
}
.layout-dashboard .expenses .expenses-legend > div {
  text-align: center;
  padding: 1.5em 0;
}
.layout-dashboard .expenses .expenses-legend > div i {
  display: block;
  margin: 0 auto 0.5em 0;
  font-size: 16px;
}
.layout-dashboard .expenses .expenses-legend > div span {
  color: #65656a;
}
.layout-dashboard .expenses .expenses-legend > div .expenses-title {
  font-weight: 500;
}
.layout-dashboard .expenses .expenses-legend > div .expenses-price {
  margin: 0.5em 0;
  font-size: 14px;
}
.layout-dashboard .expenses .expenses-legend > div .legend-status {
  font-size: 12px;
}
.layout-dashboard .expenses .expenses-legend > div:nth-child(1) i {
  color: #0f97c7;
}
.layout-dashboard .expenses .expenses-legend > div:nth-child(2) i {
  color: #1cb9d7;
}
.layout-dashboard .expenses .expenses-legend > div:nth-child(3) i {
  color: #0772b3;
}
.layout-dashboard .expenses .expenses-footer {
  text-align: right;
}
.layout-dashboard .expenses .expenses-footer a {
  color: #1cb9d7;
  font-weight: 500;
}
.layout-dashboard .timeline {
  min-height: 494px;
}
.layout-dashboard .timeline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-dashboard .timeline ul .timeline-event-title {
  vertical-align: middle;
  font-weight: 500;
}
.layout-dashboard .timeline ul .timeline-event-time {
  background-color: #ebebef;
  padding: 0.25em;
  vertical-align: middle;
  margin-left: 1em;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.layout-dashboard .timeline ul img {
  width: 100%;
}
.layout-dashboard .timeline ul li {
  border-bottom: 1px solid #ebebef;
  padding: 1em;
}
.layout-dashboard .timeline ul li i {
  font-size: 24px;
  margin-right: 0.25em;
  vertical-align: middle;
}
.layout-dashboard .timeline ul li:nth-child(1) i {
  color: #0f97c7;
}
.layout-dashboard .timeline ul li:nth-child(2) i {
  color: #1cb9d7;
}
.layout-dashboard .timeline ul li:nth-child(3) i {
  color: #f56f64;
}
.layout-dashboard .timeline ul li:nth-child(4) i {
  color: #9643F9;
}
.layout-dashboard .timeline ul li:last-child {
  border-bottom: 0 none;
}
.layout-dashboard .timeline ul p {
  color: #65656a;
  margin: 0.5em 0;
}
.layout-dashboard .tasks {
  min-height: 325px;
}
.layout-dashboard .tasks p {
  color: #65656a;
  margin: 1em 0;
}
.layout-dashboard .tasks p .task-highlight {
  color: #0f97c7;
}
.layout-dashboard .tasks ul {
  padding: 0;
  margin: 1em 0 0 0;
}
.layout-dashboard .tasks ul li {
  list-style: none;
  padding: 0.5em;
}
.layout-dashboard .tasks ul li:after {
  content: "";
  display: table;
  clear: both;
}
.layout-dashboard .tasks ul .p-checkbox {
  vertical-align: middle;
  margin-right: 0.5em;
}
.layout-dashboard .tasks ul span {
  vertical-align: middle;
}
.layout-dashboard .tasks ul .task-badge-open {
  color: #0f97c7;
  float: right;
  margin-top: 0.25em;
  font-weight: 500;
}
.layout-dashboard .tasks ul .task-badge-closed {
  color: #f56f64;
  float: right;
  margin-top: 0.25em;
  font-weight: 500;
}
.layout-dashboard .tasks .p-progressbar {
  height: 4px;
}
.layout-dashboard .resolution-center {
  min-height: 325px;
}
.layout-dashboard .resolution-center .p-inputtext {
  display: block;
  margin-bottom: 2em;
}
.layout-dashboard .resolution-center .resolution-button-bar .p-button {
  width: 48%;
}
.layout-dashboard .resolution-center .resolution-button-bar .p-button:first-child {
  margin-right: 4%;
}
.layout-dashboard .team {
  min-height: 325px;
}
.layout-dashboard .team ul {
  padding: 0;
}
.layout-dashboard .team ul li {
  list-style: none;
  padding: 0.5em;
}
.layout-dashboard .team ul li:after {
  content: "";
  display: table;
  clear: both;
}
.layout-dashboard .team ul img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
}
.layout-dashboard .team ul .team-box {
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
}
.layout-dashboard .team ul .team-box .team-member {
  display: block;
  font-weight: 500;
}
.layout-dashboard .team ul .team-box .team-member-account {
  color: #65656a;
}
.layout-dashboard .team ul a {
  float: right;
  color: #65656a;
  font-size: 18px;
  margin-left: 1em;
}
.layout-dashboard .live-support ul {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.layout-dashboard .live-support ul li {
  padding: 12px;
}
.layout-dashboard .live-support ul li .col-fixed {
  width: 48px;
}
.layout-dashboard .live-support ul li img {
  width: 36px;
}
.layout-dashboard .live-support ul li .chat-message {
  position: relative;
  padding: 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.layout-dashboard .live-support ul li.message-from .chat-message {
  background-color: #ebebef;
}
.layout-dashboard .live-support ul li.message-from .chat-message:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 16px;
  border-right-color: #ebebef;
  border-width: 10px;
  margin-top: -10px;
}
.layout-dashboard .live-support ul li.message-to .chat-message {
  background-color: #ffffff;
  border: 1px solid #ebebef;
}
.layout-dashboard .live-support ul li.message-to .chat-message:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 18px;
  border-left-color: #ffffff;
  border-width: 9px;
  margin-top: -10px;
}
.layout-dashboard .live-support ul li.message-to .chat-message:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 16px;
  border-left-color: #ebebef;
  border-width: 11px;
  margin-top: -10px;
}
.layout-dashboard .live-support .new-message {
  border: 1px solid #ebebef;
  border-right: 0 none;
}
.layout-dashboard .live-support .new-message input {
  border: 0 none;
  width: 100%;
  outline: 0 none;
  color: #65656a;
  font-family: "Montserrat", sans-serif;
}
.layout-dashboard .live-support .new-message .col-fixed {
  width: 100px;
}
.layout-dashboard .live-support .new-message .col-fixed button {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.layout-dashboard .user-card {
  padding: 0;
}
.layout-dashboard .user-card .user-card-header {
  height: 120px;
  overflow: hidden;
}
.layout-dashboard .user-card .user-card-header img {
  width: 100%;
  height: 100%;
}
.layout-dashboard .user-card .user-card-content img {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 24px;
}
.layout-dashboard .user-card .user-card-content .p-button {
  float: right;
  width: 36px;
  height: 36px;
  margin: -18px 24px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-dashboard .user-card .user-card-content .user-card-name {
  font-size: 13px;
  color: #ffffff;
  position: relative;
  top: -55px;
  margin-left: 100px;
  font-weight: 700;
  white-space: nowrap;
}
.layout-dashboard .user-card .user-card-content .user-detail {
  padding: 0.5em 1em;
}
.layout-dashboard .user-card .user-card-content .user-detail .user-detail-box {
  padding: 0.5em;
  position: relative;
  border: 1px solid #dadada;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.layout-dashboard .user-card .user-card-content .user-detail .user-detail-box .user-detail-box-detail {
  color: #65656a;
}
.layout-dashboard .user-card .user-card-content .user-detail .user-detail-box i {
  position: absolute;
  color: #8b8b90;
  top: 0.5em;
  right: 0.5em;
}
.layout-dashboard .user-card .user-card-content .user-detail .p-progressbar {
  height: 4px;
  margin-top: 20px;
}
.layout-dashboard .global-sales .p-datatable th {
  border: 0 none;
  text-align: left;
}
.layout-dashboard .global-sales .p-datatable tr {
  border: 0 none;
}
.layout-dashboard .global-sales .p-datatable tr td {
  border: 0 none;
}
.layout-dashboard .global-sales .p-datatable tr.p-highlight, .layout-dashboard .global-sales .p-datatable tr.p-state-hover {
  border: 0 none;
}
.layout-dashboard .global-sales .p-datatable .p-paginator {
  border: 0 none;
}
.layout-dashboard .global-sales .p-datatable button:last-child {
  margin-left: 6px;
}
.layout-dashboard .weather {
  padding: 0;
  color: #65656a;
}
.layout-dashboard .weather img {
  width: 100%;
}
.layout-dashboard .weather .weather-content {
  padding: 0.5em 1em 1em 1em;
  position: relative;
}
.layout-dashboard .weather .weather-content a {
  position: absolute;
  right: 1em;
  top: 0.5em;
  color: #1cb9d7;
}
.layout-dashboard .weather .weather-city {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.layout-dashboard .weather .weather-status {
  font-size: 24px;
  margin-bottom: 0.5em;
}

.login-page-container, .forgot-password-page-container, .change-password-page-container, .reset-password-page-container, .set-password-page-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.change-password-page-container .login-container-right .form-container, .reset-password-page-container .login-container-right .form-container, .set-password-page-container .login-container-right .form-container {
  height: 90%;
}

.exception-body {
  padding: 0;
  height: 100vh;
}
.exception-body.error {
  background: url("../../layout/images/pages/error-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.exception-body.error .exception-panel {
  border-left: #f56f64 solid 23px;
}
.exception-body.notfound {
  background: url("../../layout/images/pages/notfound-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.exception-body.notfound .exception-panel {
  border-left: #0f97c7 solid 23px;
}
.exception-body.accessdenied {
  background: url("../../layout/images/pages/accessdenied-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.exception-body.accessdenied .exception-panel {
  border-left: #f5b064 solid 23px;
}
.exception-body .exception-panel {
  position: fixed;
  height: 100%;
  width: 410px;
  background-color: rgba(235, 235, 239, 0.9);
}
.exception-body .exception-panel .exception-content {
  position: absolute;
  width: 100%;
  margin-top: 150px;
  text-align: center;
}
.exception-body .exception-panel .exception-content p {
  margin: 8px 0 70px 0;
  color: #65656a;
}
.exception-body .exception-panel .exception-content .h1 {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #252529;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.exception-body .exception-panel .exception-content img {
  height: 87px;
  margin-bottom: 44px;
}

@media screen and (max-width: 40em) {
  .exception-body .exception-panel {
    width: 100%;
  }
}
.landing-body {
  padding: 0;
}
.landing-body .landing-wrapper .landing-header {
  background: url("../../layout/images/landing/landing-header@2x.png");
  background-size: cover;
  height: 472px;
  position: relative;
}
.landing-body .landing-wrapper .landing-header .landing-topbar {
  height: 70px;
  padding: 17px 145px 16px 145px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
}
.landing-body .landing-wrapper .landing-header .landing-topbar:after {
  content: "";
  display: table;
  clear: both;
}
.landing-body .landing-wrapper .landing-header .landing-topbar span {
  color: #303030;
  font-size: 32px;
  font-weight: 600;
  vertical-align: middle;
}
.landing-body .landing-wrapper .landing-header .landing-topbar #landing-menu-button {
  display: none;
  color: #65656a;
  width: 32px;
  text-align: center;
}
.landing-body .landing-wrapper .landing-header .landing-topbar ul {
  list-style: none;
  float: right;
  margin: 8px 0 2px 0;
}
.landing-body .landing-wrapper .landing-header .landing-topbar ul li {
  display: inline-block;
}
.landing-body .landing-wrapper .landing-header .landing-topbar ul li a {
  color: #65656a;
  padding: 7px 14px 6px 14px;
  font-size: 14px;
  cursor: pointer;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.landing-body .landing-wrapper .landing-header .landing-topbar ul li a:hover {
  color: #252529;
  background-color: #ebebef;
}
.landing-body .landing-wrapper .landing-header .landing-header-content {
  padding: 198px 321px 0 321px;
  text-align: center;
}
.landing-body .landing-wrapper .landing-header .landing-header-content h1 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1px;
}
.landing-body .landing-wrapper .landing-header .landing-header-content p {
  font-size: 21px;
  color: #ffffff;
  margin: 24px 0 32px 0;
}
.landing-body .landing-wrapper .landing-header .landing-header-content button {
  padding: 8px 58px;
}
.landing-body .landing-wrapper .landing-features {
  border-top: 8px solid #c7e7f2;
  padding: 115px 145px 81px 145px;
  background-color: #f4f4f9;
}
.landing-body .landing-wrapper .landing-features .features-topic-shadow {
  width: 140px;
  height: 55px;
  background-color: #c7e7f2;
  position: relative;
  top: -115px;
  left: -2px;
}
.landing-body .landing-wrapper .landing-features .features-topic-shadow .features-topic {
  width: 140px;
  height: 49px;
  background-color: #1cb9d7;
  color: #ffffff;
  padding: 12px;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  top: -8px;
  left: 12px;
}
.landing-body .landing-wrapper .landing-features .feature-box {
  padding: 16px;
  padding-left: 0;
  margin-bottom: 40px;
  position: relative;
}
.landing-body .landing-wrapper .landing-features .feature-box:after {
  content: "";
  display: table;
  clear: both;
}
.landing-body .landing-wrapper .landing-features .feature-box img {
  width: 94px;
  margin-top: -16px;
  position: absolute;
}
.landing-body .landing-wrapper .landing-features .feature-box > div {
  margin-left: 110px;
}
.landing-body .landing-wrapper .landing-features .feature-box > div h3 {
  color: #252529;
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 500;
}
.landing-body .landing-wrapper .landing-features .feature-box > div p {
  color: #65656a;
  font-size: 14px;
  margin: 0;
}
.landing-body .landing-wrapper .landing-news {
  background: url("../../layout/images/landing/landing-news@2x.png");
  background-size: cover;
  height: 236px;
  padding: 36px 450px 48px 145px;
  text-align: left;
}
.landing-body .landing-wrapper .landing-news h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
.landing-body .landing-wrapper .landing-news p {
  font-size: 21px;
  color: #ffffff;
  margin: 12px 0;
  line-height: 1.48;
}
.landing-body .landing-wrapper .landing-news button {
  background-color: #ffffff;
  color: #0f97c7;
  padding: 8px 24px;
}
.landing-body .landing-wrapper .landing-pricing {
  background-color: #ffffff;
  padding: 133px 241px 72px 241px;
  border-top: 16px solid #84bfdd;
}
.landing-body .landing-wrapper .landing-pricing .pricing-topic-shadow {
  width: 117px;
  height: 46px;
  background-color: #84bfdd;
  position: relative;
  top: -133px;
  left: -99px;
}
.landing-body .landing-wrapper .landing-pricing .pricing-topic-shadow .pricing-topic {
  width: 117px;
  height: 49px;
  background-color: #0a80bb;
  color: #ffffff;
  padding: 12px;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  top: -16px;
  left: 12px;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box {
  background-color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-top: 10px solid #1cb9d7;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-header {
  padding: 18px;
  text-align: center;
  border: 2px solid #ebebef;
  border-top: 0;
  border-bottom: 0;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-header h3 {
  font-size: 21px;
  font-weight: 500;
  color: #65656a;
  margin: 0 0 12px 0;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-header h2 {
  color: #1cb9d7;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-header p {
  font-size: 14px;
  font-weight: 500;
  color: #8b8b90;
  border-bottom: 2px solid #ebebef;
  padding: 0 0 18px 0;
  margin: 0;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-content {
  padding: 0 18px 24px 18px;
  position: relative;
  min-height: 168px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #ebebef;
  border-top: 0;
  text-align: center;
  color: #8b8b90;
  font-size: 14px;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-content ul li {
  padding: 4px;
}
.landing-body .landing-wrapper .landing-pricing .pricing-box .pricing-box-content button {
  width: 105px;
  position: absolute;
  bottom: 24px;
  margin-left: -50px;
}
.landing-body .landing-wrapper .landing-multimedia {
  background-color: #ffffff;
  border-top: 16px solid #84bfdd;
  padding: 100px 143px;
  text-align: center;
}
.landing-body .landing-wrapper .landing-multimedia .multimedia-topic-shadow {
  width: 166px;
  height: 46px;
  background-color: #84bfdd;
  position: relative;
  top: -100px;
  left: 0px;
}
.landing-body .landing-wrapper .landing-multimedia .multimedia-topic-shadow .multimedia-topic {
  width: 166px;
  height: 49px;
  background-color: #0a80bb;
  color: #ffffff;
  padding: 12px;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  top: -16px;
  left: 12px;
}
.landing-body .landing-wrapper .landing-multimedia h3 {
  font-size: 21px;
  color: #252529;
  font-weight: 500;
  margin: 16px 0 8px 0;
}
.landing-body .landing-wrapper .landing-multimedia p {
  font-size: 14px;
  color: #65656a;
  width: 506px;
  margin-left: auto;
  margin-right: auto;
}
.landing-body .landing-wrapper .landing-multimedia .video-container iframe {
  width: 506px;
  height: 292px;
}
.landing-body .landing-wrapper .landing-footer {
  background-color: #252529;
  padding: 37px 145px;
  color: #8b8b90;
}
.landing-body .landing-wrapper .landing-footer a {
  color: #b5b5b5;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.landing-body .landing-wrapper .landing-footer a:hover {
  color: #ffffff;
}
.landing-body .landing-wrapper .landing-footer img {
  height: 37px;
}
.landing-body .landing-wrapper .landing-footer h4 {
  margin: 0 0 11px 0;
  font-size: 16px;
  font-weight: bold;
}
.landing-body .landing-wrapper .landing-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.landing-body .landing-wrapper .landing-footer ul li {
  padding: 4px 0;
}
.landing-body .landing-wrapper .landing-footer i {
  font-size: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 64em) {
  .landing-body .landing-wrapper .landing-header {
    height: auto;
  }
  .landing-body .landing-wrapper .landing-header .landing-topbar {
    height: 70px;
    padding: 16px;
  }
  .landing-body .landing-wrapper .landing-header .landing-topbar #landing-menu-button {
    display: block;
    float: right;
  }
  .landing-body .landing-wrapper .landing-header .landing-topbar ul {
    display: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    position: fixed;
    margin: 0;
    padding: 16px 24px;
    top: 61px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  }
  .landing-body .landing-wrapper .landing-header .landing-topbar ul li {
    display: block;
    padding: 8px 0;
    margin: 0;
    font-size: 16px;
  }
  .landing-body .landing-wrapper .landing-header .landing-topbar ul.landing-menu-active {
    display: block;
  }
  .landing-body .landing-wrapper .landing-header .landing-header-content {
    padding: 175px 22px 103px 14px;
    text-align: center;
  }
  .landing-body .landing-wrapper .landing-features {
    padding: 44px 14px 72px 14px;
  }
  .landing-body .landing-wrapper .landing-features .features-topic-shadow {
    top: -44px;
  }
  .landing-body .landing-wrapper .landing-news {
    padding: 32px 2px 48px 14px;
    background-position: center;
  }
  .landing-body .landing-wrapper .landing-news h3 {
    font-size: 21px;
  }
  .landing-body .landing-wrapper .landing-news p {
    font-size: 17px;
    line-height: 1.47;
  }
  .landing-body .landing-wrapper .landing-pricing {
    padding: 72px 51px;
  }
  .landing-body .landing-wrapper .landing-pricing .pricing-topic-shadow {
    top: -72px;
    left: -38px;
  }
  .landing-body .landing-wrapper .landing-pricing .pricing-box {
    margin-bottom: 12px;
  }
  .landing-body .landing-wrapper .landing-multimedia {
    padding: 41px 21px 72px 14px;
  }
  .landing-body .landing-wrapper .landing-multimedia .multimedia-topic-shadow {
    top: -41px;
  }
  .landing-body .landing-wrapper .landing-multimedia p {
    width: auto;
  }
  .landing-body .landing-wrapper .landing-multimedia .video-container iframe {
    width: auto;
    height: auto;
  }
  .landing-body .landing-wrapper .landing-footer {
    text-align: center;
    padding: 48px 0;
  }
  .landing-body .landing-wrapper .landing-footer h4 {
    margin-top: 12px;
  }
  .landing-body.landing-body-block-scroll {
    overflow: hidden;
  }
}
.layout-rtl.layout-wrapper .layout-topbar {
  direction: rtl;
  left: auto;
  right: 0;
}
.layout-rtl.layout-wrapper .layout-topbar .layout-topbar-logo {
  margin-left: 0px;
  margin-right: 1.5em;
}
.layout-rtl.layout-wrapper .layout-topbar .layout-topbar-search {
  margin-left: 0;
  margin-right: 120px;
}
.layout-rtl.layout-wrapper .layout-topbar .layout-topbar-search i {
  left: auto;
  right: 11px;
}
.layout-rtl.layout-wrapper .layout-topbar .layout-topbar-search input {
  padding: 6px 35px 6px 6px;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu {
  float: left;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu .user-profile .layout-profile-icon {
  margin: 14px 8px 0 0;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu > li {
  float: left;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu > li > a .layout-profile-userinfo {
  text-align: right;
  margin: 6px 8px 0 0;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu > li > ul {
  right: auto;
  left: 0;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu > li > ul a {
  text-align: right;
}
.layout-rtl.layout-wrapper .layout-topbar .topbar-menu > li > ul a .topbar-menu-info {
  left: auto;
  right: 50px;
}
.layout-rtl.layout-wrapper .layout-topbar .layout-right-panel-button {
  float: left;
}

@media screen and (max-width: 896px) {
  .layout-rtl.layout-wrapper .layout-topbar .layout-topbar-search {
    left: auto;
    right: 0;
    margin-right: 0;
  }
  .layout-rtl.layout-wrapper .layout-topbar .layout-topbar-search i {
    left: auto;
  }
  .layout-rtl.layout-wrapper .layout-topbar .topbar-menu .user-profile ul {
    width: 211px;
  }
  .layout-rtl.layout-wrapper .layout-topbar .topbar-menu .user-profile ul:before, .layout-rtl.layout-wrapper .layout-topbar .topbar-menu .user-profile ul:after {
    right: 190px;
    left: auto;
  }
  .layout-rtl.layout-wrapper .layout-topbar .topbar-menu .user-profile ul:before {
    margin-right: -10px;
    margin-left: 0;
  }
  .layout-rtl.layout-wrapper .layout-topbar .topbar-menu .user-profile ul:after {
    margin-left: 0;
    margin-right: -9px;
  }
  .layout-rtl.layout-wrapper .layout-topbar .topbar-menu > li {
    margin-right: 0;
    margin-left: 0.5em;
  }
}
.layout-rtl.layout-wrapper .layout-menu-container {
  direction: rtl;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a {
  text-align: right;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a i {
  margin-right: 0;
  margin-left: 0.5em;
  vertical-align: middle;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu > li.active-menuitem {
  border-left-color: transparent;
  border-right-color: #223e99;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-icon {
  margin-right: 0;
  margin-left: 0.5em;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  right: auto;
  left: 16px;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li ul li a {
  padding-left: 0;
  padding-right: 2em;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li ul li li a {
  padding-left: 0;
  padding-right: 3em;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li ul li li li a {
  padding-left: 0;
  padding-right: 4em;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li ul li li li li a {
  padding-left: 0;
  padding-right: 5em;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li ul li li li li li a {
  padding-left: 0;
  padding-right: 6em;
}
.layout-rtl.layout-wrapper .layout-menu-container .layout-menu li ul li li li li li li a {
  padding-left: 0;
  padding-right: 7em;
}
.layout-rtl.layout-wrapper .layout-menu-container .p-scrollpanel .p-scrollpanel-content {
  padding: 0 0 18px 18px;
}
.layout-rtl.layout-wrapper .layout-menu-container .p-scrollpanel .menu-scroll-content {
  padding-right: 0;
  padding-left: 18px;
}
.layout-rtl.layout-wrapper .layout-menu-container .p-scrollpanel .p-scrollpanel-bar-y {
  right: auto !important;
  left: -278px;
}
.layout-rtl.layout-wrapper.layout-menu-light .layout-menu-container {
  border-left: 1px solid #ebebef;
  border-right: 0;
}
.layout-rtl.layout-wrapper.layout-menu-dark .layout-menu-container {
  border: 1px solid #0f1a36;
  border-right: 0;
}

@media screen and (min-width: 897px) {
  .layout-rtl.layout-wrapper.layout-static .layout-menu-container {
    left: auto;
    right: 0;
    -moz-transition: right 0.2s;
    -o-transition: right 0.2s;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  .layout-rtl.layout-wrapper.layout-static .layout-main {
    margin-left: 0;
    margin-right: 288px;
    -moz-transition: margin-right 0.2s;
    -o-transition: margin-right 0.2s;
    -webkit-transition: margin-right 0.2s;
    transition: margin-right 0.2s;
  }
  .layout-rtl.layout-wrapper.layout-static .layout-footer {
    margin-left: 0;
    margin-right: 288px;
    -moz-transition: margin-right 0.2s;
    -o-transition: margin-right 0.2s;
    -webkit-transition: margin-right 0.2s;
    transition: margin-right 0.2s;
  }
  .layout-rtl.layout-wrapper.layout-static.layout-static-inactive .layout-menu-container {
    left: auto;
    right: -288px;
  }
  .layout-rtl.layout-wrapper.layout-static.layout-static-inactive .layout-main {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-rtl.layout-wrapper.layout-static.layout-static-inactive .layout-footer {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-rtl.layout-wrapper.layout-overlay .layout-menu-container {
    left: auto;
    right: -288px;
    -moz-transition: right 0.2s;
    -o-transition: right 0.2s;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  .layout-rtl.layout-wrapper.layout-overlay.layout-overlay-active .layout-menu-container {
    left: auto;
    right: 0;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container {
    right: 0;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu {
    left: auto;
    right: 57px;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-menuitem-icon {
    font-size: 18px;
    margin-right: 0;
    margin-left: 0;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul {
    left: auto;
    right: 52px;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu .layout-menu-tooltip {
    left: auto;
    right: 57px;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    left: auto;
    right: 0;
    border-width: 5px 0px 5px 5px;
    border-left-color: #333333;
    border-right-color: transparent;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .p-scrollpanel .menu-scroll-content {
    padding: 0;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-main {
    margin-left: 0;
    margin-right: 57px;
  }
  .layout-rtl.layout-wrapper.layout-slim .layout-footer {
    margin-left: 0;
    margin-right: 57px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo {
    margin: 10px 5em 0 0;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .p-scrollpanel .menu-scroll-content {
    padding-right: 0;
    padding-left: 18px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a .layout-menuitem-icon {
    margin-right: 0;
    margin-left: 0.5em;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a .layout-submenu-toggler {
    margin-left: 0;
    margin-right: 0.5em;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul {
    left: auto;
    right: 0;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a {
    border-right-color: transparent;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-search, .layout-rtl.layout-wrapper.layout-slim .layout-topbar .layout-topbar-search {
    margin-left: 0;
    margin-right: 40px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li a, .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li a {
    padding-left: 0;
    padding-right: 16px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li a, .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li a {
    padding-left: 0;
    padding-right: 32px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li a, .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li a {
    padding-left: 0;
    padding-right: 48px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li li a, .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li li a {
    padding-left: 0;
    padding-right: 64px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li li li a, .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li li li a {
    padding-left: 0;
    padding-right: 80px;
  }
  .layout-rtl.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu ul li li li li li li a, .layout-rtl.layout-wrapper.layout-slim .layout-menu-container .layout-menu ul li li li li li li a {
    padding-left: 0;
    padding-right: 96px;
  }
}
@media screen and (max-width: 896px) {
  .layout-rtl.layout-wrapper .layout-topbar .layout-topbar-logo {
    margin-left: 0;
    margin-right: 1em;
  }
  .layout-rtl.layout-wrapper .layout-menu-container {
    left: auto;
    right: -288px;
    -moz-transition: right 0.2s;
    -o-transition: right 0.2s;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  .layout-rtl.layout-wrapper .layout-main {
    margin-right: 0;
    margin-left: 0;
    -moz-transition: margin-right 0.2s;
    -o-transition: margin-right 0.2s;
    -webkit-transition: margin-right 0.2s;
    transition: margin-right 0.2s;
  }
  .layout-rtl.layout-wrapper .layout-content-mask {
    left: auto;
    right: 0;
  }
  .layout-rtl.layout-wrapper.layout-mobile-active .layout-menu-container {
    left: auto;
    right: 0;
  }
}
.layout-rtl .layout-right-panel {
  direction: rtl;
  right: auto;
  left: -288px;
  border-left: 0;
  border-right: solid 1px #ebebef;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.layout-rtl .layout-right-panel.layout-right-panel-active {
  right: auto;
  left: 0;
}
.layout-rtl .layout-right-panel .p-tabview .p-tabview-nav li {
  margin-left: 0;
  margin-right: 0;
}
.layout-rtl .layout-right-panel .status-title i {
  float: left;
}

.layout-rtl .layout-footer {
  direction: rtl;
  padding: 1.5em 3em 1.5em 1.5em;
}
.layout-rtl .layout-footer .footer-icons {
  text-align: left;
}
.layout-rtl .layout-footer .footer-icons a {
  margin-right: 0;
  margin-left: 16px;
}

.banner-image {
  height: 100vh;
  background-size: 100% 100%;
  width: 100%;
}

.contact-information-fiedlset-legend {
  text-align: center;
}

.customer-information-sasfleet {
  border-color: #fdce07 !important;
}

.customer-information-trackgps {
  border-color: #223e99 !important;
}

.customer-information {
  text-align: center;
}

.sales-information {
  text-align: center;
}

.login-container-right {
  background-color: #ffffff;
  height: 100%;
  overflow-y: auto;
  padding: 30px !important;
}
.login-container-right .form-container {
  height: 90%;
}
.login-container-right .header-title {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.login-container-right input {
  background: #ffffff;
  border: 1px solid #65656a;
  color: #252529;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  padding: 0.429em;
  -moz-transition: border-color 0.2s, box-shadow 0.2s;
  -o-transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}
.login-container-right .login-input input {
  border: none;
  outline: none;
}
.login-container-right .forgetpassword-container {
  padding-top: 1em;
}
.login-container-right .forgetpassword-container a {
  color: #223e99;
  font-weight: bold;
}
.login-container-right .rememberme-container {
  padding-top: 1em;
}
.login-container-right .rememberme-container label {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  color: #000000;
}
.login-container-right .footer-container span {
  color: #a8a8a8;
}
.login-container-right .footer-container a {
  float: right;
  color: #223e99;
  font-weight: bold;
}
.login-container-right .error-message {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.login-container-right .info-message {
  color: #E9A700;
  font-weight: bold;
  text-align: left;
}
.login-container-right .language-button {
  float: right;
}
.login-container-right .language-button .p-selectbutton .p-button {
  width: 30px;
  line-height: normal;
  justify-content: center;
  outline: none;
}
.login-container-right .language-button .p-selectbutton .p-button.p-highlight:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.login-container-right .language-button .p-selectbutton .p-button:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.login-container-right .phone-image, .login-container-right .mail-image {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  filter: brightness(0);
}
.login-container-right .info-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.login-container-right .phone a {
  color: #000000;
  font-weight: bold;
}
.login-container-right .mail a {
  color: #223e99;
  font-weight: bold;
}
.login-container-right .checkbox-container p-checkbox .p-checkbox .p-checkbox-box {
  border-radius: 10px;
}
.login-container-right .checkbox-container p-checkbox .p-checkbox .p-checkbox-box .p-checkbox-icon {
  font-size: 13px;
}
.login-container-right .checkbox-container p-checkbox .p-checkbox .p-checkbox-box.p-highlight {
  background-color: #2aace2;
  border-color: #2aace2;
}
.login-container-right .checkbox-container p-checkbox .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  background-color: #2aace2;
  border-color: #2aace2;
}
.login-container-right .checkbox-container p-checkbox label {
  margin-left: 5px;
}
@media only screen and (max-width: 1366px) {
  .login-container-right .customer-information, .login-container-right .sales-information {
    width: 100% !important;
    font-size: 11px !important;
  }
  .login-container-right .button-option {
    height: auto;
  }
  .login-container-right .form-container {
    height: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .login-container-right .customer-information, .login-container-right .sales-information {
    width: 50% 50% !important;
    font-size: 11px !important;
  }
  .login-container-right .button-option {
    height: auto;
  }
}

.login-container-left .carousel-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login-container-left .carousel-container .p-carousel-dots-container {
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.login-container-left .carousel-container .p-carousel-dots-container .p-button {
  background-color: transparent;
  color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 10px;
}
.login-container-left .carousel-container .p-carousel-content {
  padding: 0em;
}
.login-container-left .carousel-container .p-carousel-content .p-carousel-container .p-carousel-next {
  display: none;
}
.login-container-left .carousel-container .p-carousel-content .p-carousel-container .p-carousel-prev {
  display: none;
}

/*Media Queries for pages*/
@media only screen and (max-height: 720px) {
  .forgot-password-page-container .login-container-right .form-container {
    height: 130%;
  }
  .login-page-container .login-container-right .form-container {
    height: 130%;
  }
}
@media screen and (max-width: 1024px) {
  .login-page-container, .forgot-password-page-container, .change-password-page-container, .reset-password-page-container, .set-password-page-container {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .login-container-left {
    order: 2;
    width: 100% !important;
  }
  .login-container-right {
    order: 1;
    width: 100% !important;
  }
  .form-container {
    margin-bottom: 10px;
  }
  .customer-information, .sales-information {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1366px) {
  .forgot-password-page-container .login-container-right .form-container {
    height: 100%;
  }
  .change-password-page-container .login-container-right, .reset-password-page-container .login-container-right, .set-password-page-container .login-container-right {
    overflow-y: scroll;
  }
  .change-password-page-container .login-container-right .form-container, .reset-password-page-container .login-container-right .form-container, .set-password-page-container .login-container-right .form-container {
    height: 100%;
  }
  .change-password-page-container .login-container-right .customer-information, .change-password-page-container .login-container-right .sales-information, .reset-password-page-container .login-container-right .customer-information, .reset-password-page-container .login-container-right .sales-information, .set-password-page-container .login-container-right .customer-information, .set-password-page-container .login-container-right .sales-information {
    width: 100%;
  }
  .change-password-page-container .login-container-right .button-option, .reset-password-page-container .login-container-right .button-option, .set-password-page-container .login-container-right .button-option {
    height: auto;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .change-password-page-container .login-container-right .form-container .customer-information, .reset-password-page-container .login-container-right .form-container .customer-information, .set-password-page-container .login-container-right .form-container .customer-information {
    width: 61.3333%;
  }
  .change-password-page-container .login-container-right .form-container .sales-information, .reset-password-page-container .login-container-right .form-container .sales-information, .set-password-page-container .login-container-right .form-container .sales-information {
    width: 59.6667% !important;
  }
  .change-password-page-container .login-container-right .form-container .sales-information div, .reset-password-page-container .login-container-right .form-container .sales-information div, .set-password-page-container .login-container-right .form-container .sales-information div {
    float: initial !important;
  }
}
@media only screen and (max-width: 1600px) {
  .change-password-page-container .login-container-right, .reset-password-page-container .login-container-right, .set-password-page-container .login-container-right {
    overflow-y: scroll;
  }
}
/* Add your customizations of layout here */
.wm-space {
  user-select: none;
}

.focusedWindow {
  z-index: 1001 !important;
}

.unFocusedWindow {
  z-index: 1000 !important;
}

.desktopWindow {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*Notification style*/
.badge {
  position: absolute;
  width: auto;
  padding: 0.3em;
  right: 0em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #fece00;
  text-align: center;
  color: #0f1a36;
  font-size: 10px !important;
}

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-UI-Regular.otf") format("opentype"), url("../fonts/Inter-UI-Regular.woff2") format("woff2"), url("../fonts/Inter-UI-Regular.woff") format("woff"), url("../fonts/Inter-UI-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-UI-SemiBold.otf") format("opentype"), url("../fonts/Inter-UI-SemiBold.woff2") format("woff2"), url("../fonts/Inter-UI-SemiBold.woff") format("woff"), url("../fonts/Inter-UI-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-UI-Bold.otf") format("opentype"), url("../fonts/Inter-UI-Bold.woff2") format("woff2"), url("../fonts/Inter-UI-Bold.woff") format("woff"), url("../fonts/Inter-UI-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
}

/*# sourceMappingURL=layout-light-trackgps.css.map */
