:root {
  --primary-50:#F2F0F5;
  --primary-100:#E3DEE9;
  --primary-200:#BBB0CB;
  --primary-300:#9D8DB3;
  --primary-400:#7F6A9C;
  --primary-500:#614785;
  --primary-600:#523C71;
  --primary-700:#44325D;
  --primary-800:#352749;
  --primary-900:#271C35;
  --blue-50:#EFF5FC;
  --blue-100:#DCE9F8;
  --blue-200:#ACCBEE;
  --blue-300:#87B3E6;
  --blue-400:#629CDF;
  --blue-500:#3d85d7;
  --blue-600:#3471B7;
  --blue-700:#2B5D97;
  --blue-800:#224976;
  --blue-900:#183556;
  --green-50:#EFF7F3;
  --green-100:#DAEEE4;
  --green-200:#A7D6BF;
  --green-300:#80C3A2;
  --green-400:#59B186;
  --green-500:#329f69;
  --green-600:#2B8759;
  --green-700:#236F4A;
  --green-800:#1C573A;
  --green-900:#14402A;
  --yellow-50:#FEF9EB;
  --yellow-100:#FDF2D1;
  --yellow-200:#FAE091;
  --yellow-300:#F8D261;
  --yellow-400:#F6C530;
  --yellow-500:#f4b700;
  --yellow-600:#CF9C00;
  --yellow-700:#AB8000;
  --yellow-800:#866500;
  --yellow-900:#624900;
  --cyan-50:#EEF7F9;
  --cyan-100:#D8EEF2;
  --cyan-200:#A1D6E0;
  --cyan-300:#78C4D2;
  --cyan-400:#4EB2C5;
  --cyan-500:#25a0b7;
  --cyan-600:#1F889C;
  --cyan-700:#1A7080;
  --cyan-800:#145865;
  --cyan-900:#0F4049;
  --pink-50:#FBF0F5;
  --pink-100:#F7DDE8;
  --pink-200:#EBADC9;
  --pink-300:#E289B1;
  --pink-400:#DA6499;
  --pink-500:#d14081;
  --pink-600:#B2366E;
  --pink-700:#922D5A;
  --pink-800:#732347;
  --pink-900:#541A34;
  --indigo-50:#F1F1F9;
  --indigo-100:#E0E0F2;
  --indigo-200:#B6B5E0;
  --indigo-300:#9695D2;
  --indigo-400:#7574C5;
  --indigo-500:#5554b7;
  --indigo-600:#48479C;
  --indigo-700:#3C3B80;
  --indigo-800:#2F2E65;
  --indigo-900:#222249;
  --teal-50:#EEF7F6;
  --teal-100:#D9EDEB;
  --teal-200:#A4D5D0;
  --teal-300:#7CC2BB;
  --teal-400:#54B0A7;
  --teal-500:#2c9d92;
  --teal-600:#25857C;
  --teal-700:#1F6E66;
  --teal-800:#185650;
  --teal-900:#123F3A;
  --orange-50:#FEF4F1;
  --orange-100:#FDE6DF;
  --orange-200:#FBC4B2;
  --orange-300:#F9AA90;
  --orange-400:#F8906E;
  --orange-500:#f6764c;
  --orange-600:#D16441;
  --orange-700:#AC5335;
  --orange-800:#87412A;
  --orange-900:#622F1E;
  --bluegray-50:#F4F4F5;
  --bluegray-100:#E6E5E8;
  --bluegray-200:#C3C2C7;
  --bluegray-300:#A8A6AE;
  --bluegray-400:#8E8B96;
  --bluegray-500:#73707d;
  --bluegray-600:#625F6A;
  --bluegray-700:#514E58;
  --bluegray-800:#3F3E45;
  --bluegray-900:#2E2D32;
  --purple-50:#F5EEF9;
  --purple-100:#E8D9F2;
  --purple-200:#C8A5E0;
  --purple-300:#AF7DD3;
  --purple-400:#9756C5;
  --purple-500:#7e2eb8;
  --purple-600:#6B279C;
  --purple-700:#582081;
  --purple-800:#451965;
  --purple-900:#32124A;
  --red-50:#FCEFF1;
  --red-100:#F7DCDF;
  --red-200:#EDABB3;
  --red-300:#E48592;
  --red-400:#DC6070;
  --red-500:#d43b4f;
  --red-600:#B43243;
  --red-700:#942937;
  --red-800:#75202B;
  --red-900:#551820;
}

:root {
  --surface-a:#fcfcfc;
  --surface-b:#f4f2f7;
  --surface-c:#e9e7ee;
  --surface-d:#d9d6e1;
  --surface-e:#fcfcfc;
  --surface-f:#fcfcfc;
  --text-color:#33313b;
  --text-color-secondary:#8d8a9a;
  --primary-color:#614785;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #fcfcfc;
  --surface-50: #fbfbfe;
  --surface-100: #f4f2f7;
  --surface-200: #e9e7ee;
  --surface-300: #d9d6e1;
  --surface-400: #c7c4d1;
  --surface-500: #b6b3c1;
  --surface-600: #8d8a9a;
  --surface-700: #73707d;
  --surface-800: #4d4a57;
  --surface-900: #33313b;
  --gray-50: #fbfbfe;
  --gray-100: #f4f2f7;
  --gray-200: #e9e7ee;
  --gray-300: #d9d6e1;
  --gray-400: #c7c4d1;
  --gray-500: #b6b3c1;
  --gray-600: #8d8a9a;
  --gray-700: #73707d;
  --gray-800: #4d4a57;
  --gray-900: #33313b;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:4px;
  --surface-ground:#f4f2f7;
  --surface-section:#fcfcfc;
  --surface-card:#fcfcfc;
  --surface-overlay:#fcfcfc;
  --surface-border:#d9d6e1;
  --surface-hover:#e9e7ee;
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: 0 0 0 0.2rem rgb(150.675, 125.325, 185.775);
  --height-icon-sm:20px;
}

/* Add your variable customizations of layout here */
@font-face {
  font-family: "Inter";
  src: url("/resources/assets/fonts/Inter.ttf");
  font-variant-numeric: tabular-nums;
}
.layout-config {
  position: fixed;
  padding: 0;
  top: 75px;
  display: block;
  right: 0;
  width: 25em;
  z-index: 10000;
  height: calc(100% - 75px);
  transform: translate3d(25em, 0px, 0px);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  background-color: #fcfcfc;
  backface-visibility: hidden;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config.layout-config-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-config.layout-config-active .layout-config-button {
  opacity: 0;
  visibility: hidden;
}
.layout-config .layout-config-button {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #fcfcfc;
  text-align: center;
  top: 230px;
  left: -51px;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config .layout-config-button i {
  font-size: 32px;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  color: #33313b;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.layout-config .layout-config-button:hover {
  color: rgb(84.875, 62.125, 116.375);
}
.layout-config .layout-config-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 10px;
  top: 10px;
  z-index: 999;
  background-color: #e0284f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.layout-config .layout-config-close i {
  color: #ffffff;
  line-height: inherit;
  font-size: 12px;
}
.layout-config .layout-config-close:hover {
  background-color: #d44d69;
}
.layout-config .layout-config-content {
  position: relative;
  height: 100%;
  padding: 1em;
  overflow: auto;
}
.layout-config .layout-config-content .layout-themes {
  display: flex;
  flex-wrap: wrap;
}
.layout-config .layout-config-content .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-config-content .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-config-content .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-config-content .layout-themes a:hover {
  transform: scale(1.1);
}
.layout-config .col {
  text-align: center;
}
.layout-config p {
  line-height: 1.5;
  margin-top: 0;
  color: #8d8a9a;
}

.blocked-scroll-config {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .layout-config {
    transform: translate3d(25em, 0px, 0px);
  }
  .layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-config .layout-config-close {
    right: 29px;
  }
}
.layout-content {
  flex: 1 0 auto;
  padding: 2em;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12.5px;
  color: #33313b;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #e4e2e9;
}
body .ajax-loader {
  font-size: 32px;
}
body.blocked-scroll {
  overflow: auto;
}
body.hidden-overflow {
  overflow: hidden;
}

a {
  color: var(--blue-500);
  font-weight: bold;
}

.layout-main-mask {
  display: none;
  background-color: #2e3440;
  position: fixed;
  z-index: 997;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.64;
  animation-name: fadeinmask;
  animation-duration: 0.15s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.layout-main {
  margin-left: 60px;
  padding-top: 75px;
  -moz-transition: margin-left 0.15s;
  -o-transition: margin-left 0.15s;
  -webkit-transition: margin-left 0.15s;
  transition: margin-left 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}

.layout-footer {
  background-color: #fcfcfc;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.layout-footer .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-footer .logo-text img {
  height: 50px;
  width: 50px;
}
.layout-footer .logo-text .text {
  margin-left: 15px;
}
.layout-footer .logo-text .text h1 {
  font-size: 1.125rem;
  color: #33313b;
  font-weight: normal;
  margin: 0;
}
.layout-footer .logo-text .text span {
  color: #8d8a9a;
  font-size: 0.75rem;
}
.layout-footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
  color: #8d8a9a;
  height: 100%;
}
.layout-footer .icons i {
  margin-left: 20px;
  cursor: pointer;
  font-size: 28px;
}
.layout-footer .icons i:hover {
  color: #5e81ac;
}

@media (max-width: 1080px) {
  body.blocked-scroll {
    overflow: hidden;
  }
}
.layout-rightpanel {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 60px;
  background-color: var(--surface-0);
  height: calc(100% - 60px);
  transform: translate3d(420px, 0px, 0px);
  display: flex;
  flex-direction: column;
  box-shadow: -3px 0 5px 0 rgba(33, 35, 39, 0.26);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.layout-rightpanel .right-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3c2659;
  height: 40px;
  padding: 0 1.25rem;
  flex-shrink: 0;
}
.layout-rightpanel .right-panel-header .title {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.layout-rightpanel .right-panel-header .title i {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.layout-rightpanel .right-panel-header .rightpanel-exit-button:hover i {
  color: #8d8a9a;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.layout-rightpanel .right-panel-header .rightpanel-exit-button i {
  font-size: 14px;
  color: #e5e3e8;
}
.layout-rightpanel .right-panel-content {
  flex-grow: 1;
  overflow: hidden;
}

.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button i {
  /*@include rotate(0deg);*/
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.layout-wrapper.layout-rightpanel-active .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button i {
  /*@include rotate(-180deg);*/
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.layout-wrapper.layout-rightpanel-active .layout-rightpanel {
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1080px) {
  .layout-rightpanel-active .layout-rightpanel {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-rightpanel-active .layout-main-mask {
    display: block;
  }
}
@media (max-width: 600px) {
  .layout-rightpanel {
    width: 100%;
    transform: translate3d(620px, 0px, 0px);
  }
}
@media (min-width: 600px) {
  .layout-rightpanel {
    width: 415px;
    transform: translate3d(420px, 0px, 0px);
  }
}
.layout-topbar {
  background-color: #e4e2e9;
  position: fixed;
  top: 0;
  z-index: 998;
  width: calc(100% - 60px);
  -moz-transition: width 0.15s;
  -o-transition: width 0.15s;
  -webkit-transition: width 0.15s;
  transition: width 0.15s;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.layout-topbar .layout-topbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 75px;
  padding: 0 2em;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-grow: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button,
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button,
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button,
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button {
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  height: 35px;
  background-color: #fcfcfc;
  color: #33313b;
  margin-top: 2px;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button i {
  font-size: 20px;
  vertical-align: middle;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:hover, .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:focus {
  background-color: #614785;
  color: #ffffff;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
  position: absolute;
  padding: 12px 18px;
  padding-bottom: 24px;
  background-color: #fcfcfc;
  top: 60px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -webkit-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
  -moz-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
  box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
  z-index: 1000;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu:before {
  width: 100%;
  height: 6px;
  background-color: #614785;
  content: " ";
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: -5px;
  left: 0px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li {
  min-width: 200px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a {
  font-size: 12px;
  color: #33313b;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  display: block;
  cursor: default;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a i {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
  padding: 0;
  margin-top: 15px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 12px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li i {
  font-size: 10px;
  color: #33313b;
  padding-right: 10px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span h5 {
  color: #33313b;
  font-weight: 500;
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span span {
  color: #8d8a9a;
  font-size: 12px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li.active-row i {
  color: #a3be8c;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover i {
  color: #614785;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover > span h5 {
  color: #614785;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu.layout-megamenu-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
  width: 100%;
  padding: 0.7em;
  margin: 0 0.5em;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a i {
  color: #33313b;
  font-size: 22px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
  color: #614785;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  display: none;
  position: absolute;
  top: 75px;
  left: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  min-width: 250px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul:before {
  width: 50px;
  height: 6px;
  background-color: #614785;
  content: " ";
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: -5px;
  left: 0px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
  background-color: #614785;
  padding: 18px;
  display: block;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h1 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #ffffff;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header span {
  font-size: 13px;
  color: #f0f4ec;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #33313b;
  cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li img {
  margin-right: 8px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-grow: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
  margin: 0;
  color: #33313b;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
  color: #8d8a9a;
  font-size: 12px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover {
  background-color: #f9fafb;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover i {
  color: #33313b;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar {
  padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar form {
  width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline {
  background-color: #fcfcfc;
  border: none;
  width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-next,
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-prev {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-calendar th {
  color: #8d8a9a;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-calendar td {
  color: #33313b;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals {
  padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 0.5px solid #d9d6e1;
  border-right: 0.5px solid #d9d6e1;
  padding: 15px 5px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li:hover {
  background-color: #f9fafb;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li:hover i {
  color: #33313b;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  min-width: auto;
  margin-right: 0.5em;
  list-style-type: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu:before {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li {
  padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper {
  position: relative;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input {
  padding: 10px 40px 10px 10px;
  width: 180px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcfcfc;
  color: #33313b;
  font-size: 13px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input::placeholder {
  color: #c9ccd2;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  color: #d8dee9;
  font-size: 20px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
  display: block;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item {
  position: relative;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  margin: 0 0.5em;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-image-wrapper img {
  height: 45px;
  width: 45px;
  border: 0 none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper {
  margin-left: 15px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  color: #33313b;
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper span {
  font-size: 13px;
  font-weight: 500;
  color: #8d8a9a;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul {
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  min-width: 250px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul:before {
  width: 54px;
  height: 6px;
  background-color: #614785;
  content: " ";
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: -5px;
  left: 0px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li {
  border-bottom: 1px solid rgba(195, 204, 221, 0.3);
  border-top: none;
  cursor: pointer;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #33313b;
  cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-grow: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li:first-child {
  border-bottom: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li:last-child {
  cursor: initial;
  border: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header {
  padding: 12px 18px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .performance span {
  margin-bottom: 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile img {
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile h1 {
  color: #e5e3e8;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  margin-bottom: 10px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon {
  flex-grow: 0;
  font-size: 18px;
  margin-right: 10px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-1 {
  color: #d08770;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-2 {
  color: #81a1c1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-3 {
  color: #a3be8c;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button {
  padding: 6px 12px;
  border: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer a:hover {
  text-decoration: underline;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item.active-topmenuitem > ul {
  display: block;
  left: auto;
  right: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item.active-topmenuitem > ul::before {
  left: auto;
  right: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
  display: none;
}

@media (min-width: 1081px) {
  .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
    display: block !important;
  }
}
@media (max-width: 1080px) {
  .layout-wrapper .layout-topbar .layout-topbar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
    -moz-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
    box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    padding: 0 1em;
    height: 75px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button,
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button,
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i,
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button i,
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
    color: #33313b;
    font-size: 26px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i,
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover i,
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover i {
    color: #614785;
    font-size: 26px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
    font-size: 22.5px;
    color: #33313b;
    margin-left: 10px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
    height: 45px;
    width: 45px;
    border: 0 none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    display: block;
    position: fixed;
    top: 75px;
    left: 0;
    width: 240px;
    height: calc(100% - 75px);
    transform: translate3d(-240px, 0px, 0px);
    -moz-transition: transform 0.15s;
    -o-transition: transform 0.15s;
    -webkit-transition: transform 0.15s;
    transition: transform 0.15s;
    margin-top: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu::before {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li {
    margin-bottom: 10px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a {
    border: none;
    font-size: 14px;
    color: #33313b;
    padding: 10px;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a i {
    display: block;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a:hover {
    background-color: #f9fafb;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
    display: none;
    max-height: 0;
    overflow: hidden;
    background-color: #f9fafb;
    margin-top: 0;
    -moz-transition: 400ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 400ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: 400ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: 400ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li {
    padding: 10px;
    padding-left: 20px;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    flex-direction: row-reverse;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span h5 {
    font-size: 14px;
    font-weight: normal;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span > span {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover {
    background-color: #fcfcfc;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a {
    background-color: #614785;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    color: #ffffff;
    border-radius: 0;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24);
    box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > ul {
    max-height: 450px;
    -webkit-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
    -moz-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    height: 150px;
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
    padding: 0;
    height: 50%;
    border-bottom: 1px solid #d9d6e1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-icon {
    font-size: 26px;
    color: #33313b;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
    color: #614785;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
    -moz-transition: transform 0.15s;
    -o-transition: transform 0.15s;
    -webkit-transition: transform 0.15s;
    transition: transform 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li::after {
    display: none;
    width: 100%;
    height: 6px;
    background-color: #614785;
    content: " ";
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    -webkit-animation: fadeInDown 0.5s; /* Safari 4.0 - 8.0 */
    animation: fadeInDown 0.5s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    position: fixed;
    top: 150px;
    left: 1em;
    right: 1em;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul::before {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
    padding: 18px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.seach-item {
    padding: 10px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.seach-item > ul {
    padding: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals {
    padding: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul {
    padding: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li {
    padding: 18px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu {
    display: none;
    position: fixed;
    list-style-type: none;
    margin: 0;
    top: 150px;
    left: 1em;
    right: 1em;
    z-index: 1000;
    min-width: 250px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu form {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu form input {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item::after {
    left: 14px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item.active-topmenuitem .search-item-submenu {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem::after {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .profile-item {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    height: 50%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a .profile-image-wrapper img {
    width: 48px;
    height: 48px;
    border: 0 none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul .menu-text > p {
    margin: 3px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul > li:not(.layout-submenu-footer):hover {
    background-color: #f9fafb;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul > li:not(.layout-submenu-footer):hover i {
    color: #33313b;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li.active-topmenuitem > ul {
    display: block;
    left: auto;
    right: 0;
    width: 100%;
    top: 62px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li.active-topmenuitem > ul::before {
    left: auto;
    right: 0;
    width: 100%;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
    background-color: #33313b;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
    color: #fcfcfc;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover {
    background-color: #614785;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    top: 225px;
    height: calc(100% - 225px);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    display: block;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-rightpanel {
    top: 95px;
    height: calc(100% - 95px);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-rightpanel .right-panel-header {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar {
    top: 225px;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar .layout-menu-container {
    height: calc(100% - 225px);
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button {
    background-color: #33313b;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button i {
    color: #fcfcfc;
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover {
    background-color: #614785;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-main-mask {
    display: block;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

h5 {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
}

h6 {
  font-size: clamp(1rem, 1.2vw, 1rem);
}

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

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

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

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

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

.divider {
  border-top: 1px solid #d9d6e1;
}

@-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);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 0.5s; /* Safari 4.0 - 8.0 */
  animation: fadeInDown 0.5s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.15s; /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.15s;
}

.ui-panelgrid.form-group .ui-panelgrid-cell {
  padding: 12px 16px;
}

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
  padding: 8px 16px;
}

.layout-sidebar {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999;
  transform: translate3d(-180px, 0px, 0px);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  -webkit-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  -moz-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
}
.layout-sidebar .sidebar-logo {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 8px;
}
.layout-sidebar .sidebar-logo .sidebar-pin {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.layout-sidebar .sidebar-logo .sidebar-pin i {
  line-height: inherit;
  font-size: 18px;
}
.layout-sidebar .sidebar-logo img {
  vertical-align: middle;
  height: 45px;
  width: 45px;
  border: 0 none;
}
.layout-sidebar .sidebar-logo .app-name {
  display: none;
  vertical-align: middle;
  font-size: 22.5px;
  margin-left: 4px;
}
.layout-sidebar .layout-menu-container {
  overflow: auto;
  height: calc(100% - 72px);
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  background: unset;
  border: unset;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li {
  padding: 4px 10px;
  width: 100%;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li.ui-menuitem-text > a .ui-icon.ui-icon-triangle-1-s {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a .ui-icon {
  width: 18px;
  height: 10px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a .ui-icon.ui-icon-triangle-1-s {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 12px;
  display: none;
  margin-right: 4px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a.rotated-icon .layout-menuitem-icon.pi-mobile {
  margin-right: 2px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul {
  display: none;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li {
  padding: 4px 0;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li a {
  padding-left: 20px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li a .ui-icon {
  position: unset;
  right: unset;
  top: unset;
  margin-top: -0.25em;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li a .ui-icon.ui-icon-triangle-1-s {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 12px;
  display: none;
  margin-right: 4px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li ul li a {
  padding-left: 30px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li ul li ul li a {
  padding-left: 40px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li ul li ul ul li a {
  padding-left: 50px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li ul li ul ul ul li a {
  padding-left: 60px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li ul li ul ul ul ul li a {
  padding-left: 70px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul li ul li ul ul ul ul ul li a {
  padding-left: 80px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-text > a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-text > ul {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo .menuitem-badge {
  position: absolute;
  top: auto;
  right: 3em;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 18px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-sidebar.layout-sidebar-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-sidebar.layout-sidebar-active .sidebar-logo {
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 0 14px;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo img {
  display: inline;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo .app-name {
  display: inline;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-pin {
  display: inline-block;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-pin .pi-lock:before {
  content: "\e960";
}
.layout-sidebar.layout-sidebar-active .layout-menu-container li a .ui-icon.ui-icon-triangle-1-s {
  display: inline-block;
}

.layout-wrapper-static .layout-sidebar {
  transform: translate3d(0px, 0px, 0px);
}
.layout-wrapper-static .layout-sidebar .sidebar-logo {
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 0 14px;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo img {
  display: inline;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .app-name {
  display: inline;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-pin {
  display: block;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-pin .pi-lock:before {
  content: "\e95f";
}
.layout-wrapper-static .layout-sidebar .layout-menu-container li > a .ui-icon.ui-icon-triangle-1-s {
  display: inline-block;
}
.layout-wrapper-static .layout-main {
  margin-left: 240px;
}
.layout-wrapper-static .layout-main .layout-topbar {
  width: calc(100% - 240px);
  -moz-transition: width 0.15s;
  -o-transition: width 0.15s;
  -webkit-transition: width 0.15s;
  transition: width 0.15s;
}

.layout-wrapper-static-restore .layout-sidebar {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  transform: translate3d(0px, 0px, 0px);
}
.layout-wrapper-static-restore .layout-main {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  margin-left: 240px;
}

@media (max-width: 1080px) {
  .layout-wrapper .layout-sidebar {
    width: 240px;
    top: 75px;
    transform: translate3d(-240px, 0px, 0px);
    -webkit-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
    -moz-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper .layout-sidebar .sidebar-logo {
    display: none;
  }
  .layout-wrapper.layout-wrapper-static .layout-main .layout-topbar {
    width: 100%;
  }
  .layout-wrapper.layout-wrapper-static-restore .layout-sidebar {
    -moz-transition: transform 0.15s;
    -o-transition: transform 0.15s;
    -webkit-transition: transform 0.15s;
    transition: transform 0.15s;
  }
  .layout-wrapper .layout-main {
    margin-left: 0px;
  }
  .layout-wrapper .layout-topbar {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .topbar-logo {
    margin-top: -10px;
    margin-right: 20px;
    display: block;
  }
  .layout-wrapper .layout-topbar .topbar-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .layout-wrapper .layout-topbar .topbar-logo a .app-name {
    margin-left: 10px;
    color: #33313b;
    font-size: 18px;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li a .ui-icon.ui-icon-triangle-1-s {
    display: inline-block;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li ul {
    left: 10px !important;
    right: 10px;
    width: unset;
    position: unset !important;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button {
    background-color: #33313b;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i {
    color: #fcfcfc;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
    background-color: #614785;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i {
    color: #fcfcfc;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-main-mask {
    display: block;
  }
}
@media (min-width: 1081px) {
  .layout-wrapper.layout-horizontal .layout-sidebar {
    width: 100%;
    height: 50px;
    top: 75px;
    left: 0;
    z-index: 99;
    transform: none;
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .sidebar-logo {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container {
    overflow: visible;
    height: 100%;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo {
    margin: 0px 8px;
    padding-bottom: 0;
    background: unset;
    border-radius: unset;
    padding: unset;
    border: unset;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li {
    width: auto;
    padding: 0;
    position: relative;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a {
    height: 40px;
    padding: 7px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    justify-content: space-between;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-menuitem-text {
    vertical-align: middle;
    order: 2;
    font-size: 11px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-icon {
    width: 14px;
    height: 15px;
    position: static;
    vertical-align: middle;
    margin-top: 0;
    top: auto;
    right: auto;
    order: 1;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-icon.ui-icon-triangle-1-s {
    order: 3;
    display: inline-block;
    margin-top: 0px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-list {
    top: 41px;
    left: 3px;
    width: 230px;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 100;
    overflow: auto;
    max-height: 450px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-list li a {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-list li a .ui-menuitem-text {
    vertical-align: middle;
    margin-left: 8px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-list li a .ui-icon {
    position: relative;
    right: 0;
    left: 0;
    top: -2px;
    margin-top: 0;
    order: 1;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-list li a .ui-icon.ui-icon-triangle-1-e {
    display: block;
    left: auto;
    right: 10px;
    position: absolute;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > ul {
    border-radius: unset;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(29, 29, 33, 0.22);
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li a {
    padding-left: 12px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li ul li a {
    padding-left: 24px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li ul li ul li a {
    padding-left: 36px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li ul li ul ul ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li ul li ul ul ul ul li a {
    padding-left: 72px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li ul li ul li ul ul ul ul ul li a {
    padding-left: 84px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo li a .menuitem-badge {
    right: 1em;
  }
  .layout-wrapper.layout-horizontal .layout-main {
    margin-left: 0;
    padding-top: 125px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8%;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
    font-size: 22.5px;
    color: #33313b;
    margin: 0 10px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo img {
    height: 39px;
    width: 45px;
  }
}
.layout-menu-light .layout-sidebar {
  background: #ffffff;
}
.layout-menu-light .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #3e334d;
}
.layout-menu-light .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #ffffff;
}
.layout-menu-light .layout-sidebar .sidebar-logo .app-name {
  color: #3e334d;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  justify-content: unset;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a.active-menuitem-routerlink .ui-menuitem-text {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a.active-menuitem-routerlink .ui-icon {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-menuitem-text {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-icon {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a:hover {
  background-color: rgba(97, 71, 133, 0.12);
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > a {
  background-color: rgba(97, 71, 133, 0.2);
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > a .ui-menuitem-text {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > a .ui-icon {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child {
  background-color: #ffffff;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li a .ui-menuitem-text {
  color: #3e334d;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li a .ui-icon {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li a:hover {
  background-color: rgba(97, 71, 133, 0.12);
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li.ui-menuitem-active > a .ui-menuitem-text {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li.ui-menuitem-active > a .ui-icon {
  color: #614785;
}
.layout-menu-light .layout-sidebar .layout-menu-container .menuitem-badge {
  background-color: #614785;
  color: #ffffff;
}
@media (min-width: 1081px) {
  .layout-menu-light.layout-horizontal .layout-sidebar {
    background: #ffffff;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li > a .ui-menuitem-text {
    color: #614785;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li > a .ui-icon {
    color: #614785;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li > a:hover {
    background-color: rgba(97, 71, 133, 0.12);
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li.ui-menuitem-active > a {
    background-color: rgba(97, 71, 133, 0.2);
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li.ui-menuitem-active > a .ui-menuitem-text {
    color: #614785;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li.ui-menuitem-active > a .ui-icon {
    color: #614785;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list {
    background-color: #f4f4f4;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li a .ui-menuitem-text {
    color: #3e334d;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li a .ui-icon {
    color: #614785;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li a:hover {
    background-color: rgba(97, 71, 133, 0.12);
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li.ui-menuitem-active > a .ui-menuitem-text {
    color: #614785;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li.ui-menuitem-active > a .ui-icon {
    color: #614785;
  }
}

.layout-menu-dark .layout-sidebar {
  background: linear-gradient(40deg, #3c2659 15%, #4b2d6f 50%, #724a6b 75%, #68385e 85%, #59204b 92%);
}
.layout-menu-dark .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-dark .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #3e334d;
}
.layout-menu-dark .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  justify-content: unset;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a.active-menuitem-routerlink .ui-menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul li > a.active-menuitem-routerlink .ui-icon {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a .ui-icon {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1803921569);
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > a {
  background-color: rgba(255, 255, 255, 0.2117647059);
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > a .ui-menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li.ui-menuitem-active > a .ui-icon {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child {
  background-color: rgb(85, 71, 107);
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li a .ui-menuitem-text {
  color: #e5e3e8;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li a .ui-icon {
  color: #e5e3e8;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li a:hover {
  background-color: rgba(255, 255, 255, 0.1803921569);
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li.ui-menuitem-active > a .ui-menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo > ul > li .ui-widget-content.ui-menu-child li.ui-menuitem-active > a .ui-icon {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu-container .menuitem-badge {
  background-color: #614785;
  color: #ffffff;
}
@media (min-width: 1081px) {
  .layout-menu-dark.layout-horizontal .layout-sidebar {
    background: linear-gradient(40deg, #3c2659 15%, #4b2d6f 50%, #724a6b 75%, #68385e 85%, #59204b 92%);
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li > a .ui-menuitem-text {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li > a .ui-icon {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1803921569);
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li.ui-menuitem-active > a {
    background-color: rgba(255, 255, 255, 0.2117647059);
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li.ui-menuitem-active > a .ui-menuitem-text {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li.ui-menuitem-active > a .ui-icon {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list {
    background-color: #55476b;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li a .ui-menuitem-text {
    color: #e5e3e8;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li a .ui-icon {
    color: #e5e3e8;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li a:hover {
    background-color: rgba(255, 255, 255, 0.1803921569);
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li.ui-menuitem-active > a .ui-menuitem-text {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu-container .ui-menu.ui-menu-turbo ul > li .ui-widget-content.ui-menu-list li.ui-menuitem-active > a .ui-icon {
    color: #ffffff;
  }
}

/* Add your customizations of layout here */
@media (max-width: 1080px) {
  .layout-menu-dark .layout-sidebar {
    background: #3c2659;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .layout-menu-dark .layout-sidebar .sidebar-logo .app-name {
    font-weight: bold;
    margin-left: 8px;
  }
  .layout-wrapper.layout-horizontal .layout-main {
    padding-top: 50px !important;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo-mobile {
    display: block;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: none;
  }
  .layout-wrapper .layout-topbar {
    background-color: #3c2659;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo-mobile {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo-mobile img {
    width: 150px;
    height: 35px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
    width: 150px;
    height: 35px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .ui-version-mt {
    left: 157px;
    position: absolute;
    font-size: 0.65rem;
    color: #ffffff;
    bottom: 12px;
    top: unset;
    padding: 1.5px 4px;
    border-radius: 10px;
    border: 1px solid #FFF;
    text-decoration: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .ui-version-mt:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #614785;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i {
    color: #ffffff;
    font-size: 1.5rem;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
    background: #614785;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i {
    color: #ffffff;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
    color: #ffffff;
    font-size: 1.5rem;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover i {
    color: #614785;
    font-size: 26px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover {
    background: #614785;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover i {
    color: #ffffff;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    height: 45px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
    display: contents;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-icon {
    font-size: 1.5rem;
    color: #ffffff;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li:hover > a .topbar-icon {
    color: var(--red-200);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .ui-select-multicontas-mt {
    background: rgba(252, 252, 252, 0.168627451);
    border: unset;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .ui-select-multicontas-mt .ui-inputfield {
    color: #ffffff;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .ui-select-multicontas-mt .ui-selectonemenu-trigger .ui-icon {
    color: #ffffff;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
    display: contents;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li {
    width: unset;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a .profile-image-wrapper {
    width: 35px !important;
    height: 35px !important;
  }
  .layout-wrapper .layout-sidebar {
    top: 50px !important;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button {
    background-color: var(--red-600);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
    background-color: var(--red-600);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar {
    top: 95px !important;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar .layout-menu-container {
    height: calc(100% - 95px);
  }
}
@media (min-width: 1081px) {
  .layout-menu-dark .layout-sidebar {
    background: #3c2659;
  }
  .layout-menu-dark .layout-sidebar .sidebar-logo .app-name {
    font-weight: bold;
    margin-left: 8px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo-mobile {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo-mobile img {
    width: 150px;
    height: 35px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .ui-version-mt {
    left: 10px;
    position: absolute;
    font-size: 0.65rem;
    top: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .ui-version-mt:hover {
    text-decoration: underline;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: block;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
    width: 250px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo-mobile {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .ui-version-mt {
    left: 208px;
    position: absolute;
    font-size: 0.65rem;
    color: #614785;
    bottom: 13.5px;
    top: unset;
    padding: 1.5px 4px;
    border-radius: 10px;
    border: 1px solid #BBB0CB;
    text-decoration: none;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .ui-version-mt:hover {
    background: #614785;
    border: 1px solid #614785;
    color: #FFF;
  }
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .ui-development-tag {
  position: absolute;
  top: 40px;
  right: -26px;
  padding: 3px 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  background: #d43b4f;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  transform: rotate(-90deg);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li .ui-count-mt {
  font-size: 0.75rem;
  border-radius: 2px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 7px;
  background-color: var(--red-500);
  padding: 1px 3px;
  cursor: default;
  z-index: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li .ui-count-mt.ui-multicontas-badge {
  background-color: #614785;
  border-radius: 50%;
  bottom: 10px;
  left: 4px;
  right: unset;
  top: unset;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header a {
  color: #c3ccdd;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header a:hover {
  color: #ffffff;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover i {
  color: var(--pink-700);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon {
  color: #614785;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header {
  background: #614785;
  justify-content: end;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-image-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-image-wrapper img {
  width: 100%;
  height: unset;
}

@media (max-width: 1080px) {
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a .profile-image-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a .profile-image-wrapper img {
    width: 100%;
    height: unset;
  }
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
  font-weight: 300;
}

.layout-topbar .layout-topbar-wrapper {
  height: 60px;
  padding: 0 1rem;
}

.layout-wrapper.layout-horizontal .layout-main {
  padding-top: 100px;
}

@media (min-width: 1081px) {
  .layout-wrapper.layout-horizontal .layout-sidebar {
    top: 60px;
    height: 40px;
  }
}
@media (max-width: 1080px) {
  .layout-wrapper .layout-sidebar {
    top: 75px;
  }
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  top: 60px;
}

.layout-config {
  top: 60px;
  width: 25em;
  transform: translate3d(25em, 0px, 0px);
  height: calc(100% - 60px);
}

.card {
  padding: 1.5rem;
  margin-bottom: unset;
  border-radius: 8px;
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.4);
}

.ui-tabmenu + .card,
.card.ui-card-after-tab-mt {
  border-top-left-radius: 0;
}

@media (min-width: 1081px) {
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a .menuitem-text {
    margin-left: 6px;
    margin-right: 4px;
    font-size: 0.875rem;
  }
}
.layout-sidebar .layout-menu-container .layout-menu li > a i {
  width: 15px;
  height: 15px;
  font-size: 14px;
}
.layout-sidebar .layout-menu-container .layout-menu li > a i.layout-submenu-toggler {
  font-size: 14px;
  margin-right: unset;
}

@media (min-width: 1081px) {
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu li > a i {
    color: #ffffff;
  }
}
@media (min-width: 1081px) {
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a {
    height: 34px;
    margin: 4px 4px;
    padding: 7px 4px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul {
    top: 37px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li {
    padding: 2px 0px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a i {
    top: 0px;
  }
}
.layout-content {
  padding: 12px;
}

.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a i {
  color: #6e657c;
  font-size: 1.5rem;
}

@media (min-width: 1081px) {
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a .layout-submenu-toggler {
    top: 10px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

body .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li .ui-select-multicontas-mt {
  width: 15rem;
  border: unset;
  margin: 0rem 0.5rem;
  background: rgba(181, 176, 190, 0.39);
}
body .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li .ui-select-multicontas-mt .ui-selectonemenu-label {
  font-weight: 500;
  color: #575062;
}
body .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li .ui-select-multicontas-mt .ui-selectonemenu-trigger .ui-icon {
  font-weight: 500;
  color: #575062;
}

@media (min-width: 1081px) {
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul {
    max-height: 550px;
  }
}
.mt-container-geral-padrao {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mt-container-geral-padrao .mt-conteudo-geral-padrao {
  width: 100%;
  max-width: 1400px;
}

/*# sourceMappingURL=layout-turbo-light.css.map */
