:root {
  --divider-color: #E4E4E4;
  --surface-200: #EEEEEE;
  --surface-card: #ffffff;
  --border-radius: 10px;
}

/* Add your variable customizations of layout here */
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: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
.layout-rtl .p-dropdown .p-dropdown-clear-icon {
  left: 30px !important;
  right: auto !important;
  /* Additional RTL-specific styles */
}

.layout-rtl .p-dropdown li {
  unicode-bidi: plaintext;
}
.layout-rtl .p-dropdown .p-inputtext {
  direction: rtl;
  unicode-bidi: plaintext;
  text-align: right;
}
/* .layout-rtl .p-tabview-nav  {
  direction: rtl;
  
}
.layout-rtl .p-tabview-nav .p-tabview-nav-link {
 
  float: right;
} */
mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 5px;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #E4E4E4;
  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;
}

.loader {
  background: #fff;
  background: radial-gradient(#FFFFFF, #E8F1F8);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.loader-line-wrap {
  animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100px;
}

.loader-line {
  border: 4px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.loader-line-wrap:nth-child(1) {
  animation-delay: -50ms;
}

.loader-line-wrap:nth-child(2) {
  animation-delay: -100ms;
}

.loader-line-wrap:nth-child(3) {
  animation-delay: -150ms;
}

.loader-line-wrap:nth-child(4) {
  animation-delay: -200ms;
}

.loader-line-wrap:nth-child(5) {
  animation-delay: -250ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
  border-color: #1B74C5;
  height: 90px;
  width: 90px;
  top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
  border-color: #448ACB;
  height: 76px;
  width: 76px;
  top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
  border-color: #6BB0E5;
  height: 62px;
  width: 62px;
  top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
  border-color: #9ED4F6;
  height: 48px;
  width: 48px;
  top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
  border-color: #CEEBFA;
  height: 34px;
  width: 34px;
  top: 35px;
}

@keyframes spin {

  0%,
  15% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../../layout/fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../../layout/fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../../layout/fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("../../layout/fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../layout/fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("../../layout/fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@keyframes overlayEnter {
  from {
    opacity: 0;
    transform: scaleY(0.8);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes fadeinmask {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes modal-in {
  from {
    background-color: transparent;
  }

  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.modal-in {
  animation-name: modal-in;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*[hidden] {
  display: none;
}

.p-lh {
  line-height: 1.5;
}

.card {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {
  margin: 0;
}

.card .card-subtitle {
  color: #616161;
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}

.p-toast.p-toast-top-right,
.p-toast.p-toast-top-left,
.p-toast.p-toast-top-center {
  top: 85px;
}

body .p-overlay-badge {
  position: relative;
}

body .p-overlay-badge .p-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  margin: 0;
}

.height-100 {
  height: 100% !important;
}

.width-100 {
  width: 100% !important;
}

.fs-xsmall {
  font-size: 0.715rem !important;
}

.fs-small {
  font-size: 0.858rem !important;
}

.fs-normal {
  font-size: 1rem !important;
}

.fs-large {
  font-size: 1.5rem !important;
}

.fs-xlarge {
  font-size: 2rem !important;
}

.fs-xxlarge {
  font-size: 3rem !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.rounded-small {
  border-radius: 2px !important;
}

.rounded-normal {
  border-radius: 4px !important;
}

.rounded-large {
  border-radius: 6px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.divider-top {
  border-top: 1px solid #E4E4E4 !important;
}

.divider-bottom {
  border-bottom: 1px solid #E4E4E4 !important;
}

.divider-left {
  border-left: 1px solid #E4E4E4 !important;
}

.divider-right {
  border-right: 1px solid #E4E4E4 !important;
}

.muted-text {
  color: #616161 !important;
}

.text-color {
  color: #212121 !important;
}

.solid-surface-text-color {
  color: #ffffff !important;
}

.white-color {
  color: #ffffff !important;
}

.dark-color {
  color: #212121 !important;
}

.pink-color {
  color: #E91E63 !important;
}

.indigo-color {
  color: #3F51B5 !important;
}

.yellow-color {
  color: #FFC107 !important;
}

.orange-color {
  color: #FF9800 !important;
}

.teal-color {
  color: #009688 !important;
}

.cyan-color {
  color: #00ACC1 !important;
}

.bluegrey-color {
  color: #546E7A !important;
}

.purple-color {
  color: #9C27B0 !important;
}

.deeppurple-color {
  color: #673AB7 !important;
}

.blue-color {
  color: #2196F3 !important;
}

.lightblue-color {
  color: #03A9F4 !important;
}

.green-color {
  color: #4CAF50 !important;
}

.lightgreen-color {
  color: #8BC34A !important;
}

.lime-color {
  color: #CDDC39 !important;
}

.deeporange-color {
  color: #FF5722 !important;
}

.brown-color {
  color: #795548 !important;
}

.content-bgcolor {
  background-color: #ffffff !important;
}

.content-alt-bgcolor {
  background-color: #ECEFF1 !important;
}

.pink-bgcolor {
  background-color: #E91E63 !important;
}

.indigo-bgcolor {
  background-color: #3F51B5 !important;
}

.yellow-bgcolor {
  background-color: #FFC107 !important;
}

.orange-bgcolor {
  background-color: #FF9800 !important;
}

.teal-bgcolor {
  background-color: #009688 !important;
}

.cyan-bgcolor {
  background-color: #00ACC1 !important;
}

.bluegrey-bgcolor {
  background-color: #546E7A !important;
}

.purple-bgcolor {
  background-color: #9C27B0 !important;
}

.deeppurple-bgcolor {
  background-color: #673AB7 !important;
}

.blue-bgcolor {
  background-color: #2196F3 !important;
}

.lightblue-bgcolor {
  background-color: #03A9F4 !important;
}

.green-bgcolor {
  background-color: #4CAF50 !important;
}

.lightgreen-bgcolor {
  background-color: #8BC34A !important;
}

.lime-bgcolor {
  background-color: #CDDC39 !important;
}

.deeporange-bgcolor {
  background-color: #FF5722 !important;
}

.brown-bgcolor {
  background-color: #795548 !important;
}

.badge-dot {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  padding: 0;
}

.layout-wrapper.layout-rtl {
  direction: rtl;
}

.layout-wrapper.layout-rtl .menu-wrapper {
  left: auto;
  right: 0;
}

.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem>div {
  padding-left: 0;
  padding-right: 1rem;
}

.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li>a .p-badge,
.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li>a .layout-submenu-toggler {
  margin-left: 0;
  margin-right: auto;
}

.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li a {
  padding-left: 0.5rem;
  padding-right: 1.75rem;
}

.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li ul li a {
  padding-left: 0.5rem;
  padding-right: 2.625rem;
}

.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li ul li ul li a {
  padding-left: 0.5rem;
  padding-right: 3.5rem;
}

.layout-wrapper.layout-rtl .menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li ul li ul li ul li a {
  padding-left: 0.5rem;
  padding-right: 4.375rem;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-left .layout-menu-button>i {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .layout-wrapper.layout-rtl.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    left: auto;
    right: 0;
  }

  .layout-wrapper.layout-rtl.layout-menu-overlay .menu-wrapper {
    transform: translate3d(17rem, 0px, 0px);
  }

  .layout-wrapper.layout-rtl.layout-menu-overlay.layout-menu-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }

  .layout-wrapper.layout-rtl.layout-menu-overlay.layout-menu-active .layout-topbar .layout-topbar-left .layout-menu-button>i {
    transform: rotate(0deg);
  }

  .layout-wrapper.layout-rtl.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    left: auto;
    right: 4.5rem;
  }

  .layout-wrapper.layout-rtl.layout-menu-slim.layout-wrapper .layout-main {
    margin-left: 0;
    margin-right: 4.5rem;
  }

  .layout-wrapper.layout-rtl.layout-menu-static .menu-wrapper {
    transform: translate3d(17rem, 0px, 0px);
  }

  .layout-wrapper.layout-rtl.layout-menu-static .layout-main {
    transition: margin-right 0.2s;
  }

  .layout-wrapper.layout-rtl.layout-menu-static.layout-menu-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }

  .layout-wrapper.layout-rtl.layout-menu-static.layout-menu-active .layout-topbar .layout-topbar-left .layout-menu-button>i {
    transform: rotate(0deg);
  }

  .layout-wrapper.layout-rtl.layout-menu-static.layout-menu-active .layout-main {
    margin-left: 0;
    margin-right: 17rem;
  }
}

@media (max-width: 991px) {
  .layout-wrapper.layout-rtl .menu-wrapper {
    transform: translate3d(17rem, 0px, 0px);
  }

  .layout-wrapper.layout-rtl.layout-menu-mobile-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }

  .layout-wrapper.layout-rtl.layout-menu-mobile-active .layout-topbar .layout-topbar-left .layout-menu-button>i {
    transform: rotate(0deg);
  }
}

.layout-wrapper.layout-rtl {
  direction: rtl;
}

.layout-wrapper.layout-rtl .layout-topbar {
  left: auto;
  right: 0;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-left .layout-topbar-logo {
  padding-right: 0;
  padding-left: 1.25rem;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-left .layout-menu-button {
  left: auto;
  right: 15.75rem;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-left .layout-topbar-mobile-button {
  margin: 0 auto 0 0.5rem;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-right {
  padding-left: 0;
  padding-right: 2rem;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item .layout-topbar-action-panel {
  right: auto;
  left: 0;
}

.layout-wrapper.layout-rtl .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel {
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .layout-wrapper.layout-rtl .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu .p-megamenu-panel {
    left: 1rem;
    right: 1rem;
  }

  .layout-wrapper.layout-rtl .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item .layout-topbar-action-panel {
    left: 1em;
    right: 1em;
  }
}

.layout-wrapper.layout-rtl .layout-megamenu.p-megamenu .p-menuitem-link .p-menuitem-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.layout-wrapper.layout-rtl .layout-config-button.p-button {
  right: auto;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.layout-wrapper.layout-rtl .layout-config-button.p-button .p-button-icon {
  font-size: 2rem;
}

.layout-wrapper.layout-rtl .widget-bestsellers>li .bestseller-item .item-button {
  margin-left: 0;
  margin-right: auto;
}

.layout-wrapper.layout-rtl .widget-chat .write-message .p-inputgroup-addon:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left-width: 0;
}

.layout-wrapper.layout-rtl .widget-chat .write-message .p-inputgroup-addon:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.layout-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 5rem;
  transition: width 0.2s;
  display: flex;
}

.layout-topbar ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}

.layout-topbar .layout-topbar-left {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.layout-topbar .layout-topbar-left .layout-topbar-logo {
  width: 17rem;
  height: 100%;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-topbar .layout-topbar-left .layout-menu-button {
  position: absolute;
  top: 50%;
  left: 15.75rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

.layout-topbar .layout-topbar-left .layout-menu-button i {
  transition: transform 0.2s;
}

.layout-topbar .layout-topbar-left .layout-topbar-mobile-button {
  display: none;
  align-items: center;
  padding: 0 0.8rem;
  margin: 0 0.5rem 0 auto;
  border-radius: 50%;
  height: 3.2rem;
  cursor: pointer;
}

.layout-topbar .layout-topbar-right {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  height: 100%;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-left {
  display: flex;
  align-items: center;
  height: 100%;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right {
  height: 100%;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item {
  display: flex;
  align-items: center;
  position: relative;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item .layout-topbar-action {
  user-select: none;
  padding: 0 0.8rem;
  margin: 0 0.4rem;
  border-radius: 4px;
  height: 3.2rem;
  min-width: 3.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item .layout-topbar-action-panel {
  position: absolute;
  top: 4rem;
  right: 0;
  z-index: 1000;
  min-width: 25rem;
  padding: 1rem 0;
  transform-origin: top;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item .layout-topbar-action-panel .layout-topbar-action-item {
  cursor: pointer;
  padding: 1rem;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel {
  height: 4rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform-origin: top;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  border-radius: 0;
  border: 0 none;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:focus {
  outline: 0 none;
  box-shadow: none;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel i {
  font-weight: bold;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon {
  border: 0 none;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 991px) {
  .layout-topbar {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .layout-topbar .layout-topbar-left {
    height: 5rem;
    width: 100%;
    justify-content: flex-start;
  }

  .layout-topbar .layout-topbar-left .layout-topbar-mobile-button {
    display: flex;
  }

  .layout-topbar .layout-topbar-right {
    display: none;
    flex-direction: column-reverse;
    padding: 0;
    transform-origin: top;
    animation-name: overlayEnter;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 0.12s;
  }

  .layout-topbar .layout-topbar-right.layout-topbar-mobile-active {
    display: flex;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-left {
    height: 4rem;
    display: flex;
    justify-content: space-between;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu .p-megamenu-panel {
    position: fixed;
    left: 1rem;
    right: 1rem;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu .p-megamenu-panel .p-megamenu-grid {
    flex-wrap: wrap;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu .p-megamenu-panel .p-megamenu-grid>[class*=p-megamenu-col-] {
    flex: 1 1 auto;
    width: auto;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu .p-megamenu-panel .p-megamenu-grid .p-megamenu-submenu {
    width: auto;
    min-width: 12.5rem;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-right {
    height: 4rem;
    width: 100%;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items {
    width: 100%;
    justify-content: space-between;
  }

  .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item .layout-topbar-action-panel {
    position: fixed;
    top: 8rem;
    left: 1em;
    right: 1em;
  }
}

@media (min-width: 992px) {

  .layout-menu-horizontal .layout-topbar .layout-topbar-left .layout-menu-button,
  .layout-menu-slim .layout-topbar .layout-topbar-left .layout-menu-button {
    display: none;
  }
}

.layout-topbar-blue {
  --topbar-bg-color: #1565C0;
  --topbar-text-color: #ffffff;
}

.layout-topbar-blue .layout-topbar {
  color: #ffffff;
  background-color: #1565C0;
}

.layout-topbar-blue .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-blue .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-blue .layout-topbar .layout-topbar-left {
  /* background-color: #0D47A1; */
}

.layout-topbar-blue .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #FBC02D;
}

.layout-topbar-blue .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(251, 192, 45, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-blue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-lightblue {
  --topbar-bg-color: #0288D1;
  --topbar-text-color: #ffffff;
}

.layout-topbar-lightblue .layout-topbar {
  color: #ffffff;
  background-color: #0288D1;
}

.layout-topbar-lightblue .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-lightblue .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-left {
  background-color: #0277BD;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #FDD835;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(253, 216, 53, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightblue .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-white {
  --topbar-bg-color: #ffffff;
  --topbar-text-color: #616161;
}

.layout-topbar-white .layout-topbar {
  color: #616161;
  background-color: #ffffff;
}

.layout-topbar-white .layout-topbar a {
  color: #616161;
}

.layout-topbar-white .layout-topbar a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-white .layout-topbar .layout-topbar-left {
  background-color: #ffffff;
}

.layout-topbar-white .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #ffffff;
}

.layout-topbar-white .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #616161;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-white .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-dark {
  --topbar-bg-color: #1e1e1e;
  --topbar-text-color: #ffffff;
}

.layout-topbar-dark .layout-topbar {
  color: #ffffff;
  background-color: #1e1e1e;
}

.layout-topbar-dark .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-dark .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-dark .layout-topbar .layout-topbar-left {
  background-color: #1e1e1e;
}

.layout-topbar-dark .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #E91E63;
}

.layout-topbar-dark .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(233, 30, 99, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-dark .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-deeppurple {
  --topbar-bg-color: #4527A0;
  --topbar-text-color: #ffffff;
}

.layout-topbar-deeppurple .layout-topbar {
  color: #ffffff;
  background-color: #4527A0;
}

.layout-topbar-deeppurple .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-deeppurple .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-left {
  background-color: #311B92;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #F9A825;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(249, 168, 37, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeppurple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-purple {
  --topbar-bg-color: #6A1B9A;
  --topbar-text-color: #ffffff;
}

.layout-topbar-purple .layout-topbar {
  color: #ffffff;
  background-color: #6A1B9A;
}

.layout-topbar-purple .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-purple .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-purple .layout-topbar .layout-topbar-left {
  background-color: #4A148C;
}

.layout-topbar-purple .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #F9A825;
}

.layout-topbar-purple .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(249, 168, 37, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-purple .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-pink {
  --topbar-bg-color: #AD1457;
  --topbar-text-color: #ffffff;
}

.layout-topbar-pink .layout-topbar {
  color: #ffffff;
  background-color: #AD1457;
}

.layout-topbar-pink .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-pink .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

/* header color comment by anu suggestion ganesh sir  */

.layout-topbar-pink .layout-topbar .layout-topbar-left {
  /* background-color: #880E4F; */
}

.layout-topbar-pink .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #F9A825;
}

.layout-topbar-pink .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(249, 168, 37, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-pink .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-cyan {
  --topbar-bg-color: #0097A7;
  --topbar-text-color: #ffffff;
}

.layout-topbar-cyan .layout-topbar {
  color: #ffffff;
  background-color: #0097A7;
}

.layout-topbar-cyan .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-cyan .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

/* header color comment by anu suggestion ganesh sir  */
.layout-topbar-cyan .layout-topbar .layout-topbar-left {
  /* background-color: #006064; */
}

.layout-topbar-cyan .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #E64A19;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(230, 74, 25, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-cyan .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-teal {
  --topbar-bg-color: #00796B;
  --topbar-text-color: #ffffff;
}

.layout-topbar-teal .layout-topbar {
  color: #ffffff;
  background-color: #00796B;
}

.layout-topbar-teal .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-teal .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

/* header color comment by anu suggestion ganesh sir  */

.layout-topbar-teal .layout-topbar .layout-topbar-left {
  /* background-color: #004D40; */
}

.layout-topbar-teal .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #D32F2F;
}

.layout-topbar-teal .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(211, 47, 47, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-teal .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-green {
  --topbar-bg-color: #43A047;
  --topbar-text-color: #ffffff;
}

.layout-topbar-green .layout-topbar {
  color: #ffffff;
  background-color: #43A047;
}

.layout-topbar-green .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-green .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-green .layout-topbar .layout-topbar-left {
  background-color: #2E7D32;
}

.layout-topbar-green .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #F4511E;
}

.layout-topbar-green .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(244, 81, 30, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-green .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-lightgreen {
  --topbar-bg-color: #689F38;
  --topbar-text-color: #ffffff;
}

.layout-topbar-lightgreen .layout-topbar {
  color: #ffffff;
  background-color: #689F38;
}

.layout-topbar-lightgreen .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-lightgreen .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-left {
  background-color: #558B2F;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #F57C00;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(245, 124, 0, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lightgreen .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-lime {
  --topbar-bg-color: #AFB42B;
  --topbar-text-color: #212121;
}

.layout-topbar-lime .layout-topbar {
  color: #212121;
  background-color: #AFB42B;
}

.layout-topbar-lime .layout-topbar a {
  color: #212121;
}

.layout-topbar-lime .layout-topbar a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-lime .layout-topbar .layout-topbar-left {
  background-color: #9E9D24;
}

.layout-topbar-lime .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #F57C00;
}

.layout-topbar-lime .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(245, 124, 0, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-lime .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-yellow {
  --topbar-bg-color: #FBC02D;
  --topbar-text-color: #212121;
}

.layout-topbar-yellow .layout-topbar {
  color: #212121;
  background-color: #FBC02D;
}

.layout-topbar-yellow .layout-topbar a {
  color: #212121;
}

.layout-topbar-yellow .layout-topbar a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-left {
  background-color: #F9A825;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(33, 33, 33, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-yellow .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-amber {
  --topbar-bg-color: #FFA000;
  --topbar-text-color: #212121;
}

.layout-topbar-amber .layout-topbar {
  color: #212121;
  background-color: #FFA000;
}

.layout-topbar-amber .layout-topbar a {
  color: #212121;
}

.layout-topbar-amber .layout-topbar a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-amber .layout-topbar .layout-topbar-left {
  background-color: #FF8F00;
}

.layout-topbar-amber .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(33, 33, 33, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-amber .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-orange {
  --topbar-bg-color: #FB8C00;
  --topbar-text-color: #212121;
}

.layout-topbar-orange .layout-topbar {
  color: #212121;
  background-color: #FB8C00;
}

.layout-topbar-orange .layout-topbar a {
  color: #212121;
}

.layout-topbar-orange .layout-topbar a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-orange .layout-topbar .layout-topbar-left {
  background-color: #EF6C00;
}

.layout-topbar-orange .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(33, 33, 33, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-orange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-deeporange {
  --topbar-bg-color: #D84315;
  --topbar-text-color: #ffffff;
}

.layout-topbar-deeporange .layout-topbar {
  color: #ffffff;
  background-color: #D84315;
}

.layout-topbar-deeporange .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-deeporange .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-left {
  background-color: #BF360C;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #00BCD4;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(0, 188, 212, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-deeporange .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-brown {
  --topbar-bg-color: #5D4037;
  --topbar-text-color: #ffffff;
}

.layout-topbar-brown .layout-topbar {
  color: #ffffff;
  background-color: #5D4037;
}

.layout-topbar-brown .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-brown .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-brown .layout-topbar .layout-topbar-left {
  background-color: #4E342E;
}

.layout-topbar-brown .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #212121;
  background-color: #F9A825;
}

.layout-topbar-brown .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(249, 168, 37, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-brown .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-grey {
  --topbar-bg-color: #616161;
  --topbar-text-color: #ffffff;
}

.layout-topbar-grey .layout-topbar {
  color: #ffffff;
  background-color: #616161;
}

.layout-topbar-grey .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-grey .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-grey .layout-topbar .layout-topbar-left {
  background-color: #424242;
}

.layout-topbar-grey .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #0097A7;
}

.layout-topbar-grey .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(0, 151, 167, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-grey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-bluegrey {
  --topbar-bg-color: #546E7A;
  --topbar-text-color: #ffffff;
}

.layout-topbar-bluegrey .layout-topbar {
  color: #ffffff;
  background-color: #546E7A;
}

.layout-topbar-bluegrey .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-bluegrey .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-left {
  background-color: #37474F;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #0097A7;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(0, 151, 167, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-bluegrey .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-topbar-indigo {
  --topbar-bg-color: #3F51B5;
  --topbar-text-color: #ffffff;
}

.layout-topbar-indigo .layout-topbar {
  color: #ffffff;
  background-color: #3F51B5;
}

.layout-topbar-indigo .layout-topbar a {
  color: #ffffff;
}

.layout-topbar-indigo .layout-topbar a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-left {
  background-color: #283593;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-left .layout-menu-button {
  color: #ffffff;
  background-color: #E91E63;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-left .layout-menu-button:hover {
  background-color: rgba(233, 30, 99, 0.7);
  transition: background-color 0.2s;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu {
  background: none;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon,
.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon {
  color: #ffffff;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-left .layout-megamenu.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel {
  background-color: #ffffff;
  color: #212121;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a {
  color: #212121;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel a:hover {
  background-color: transparent;
  transition: none;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-action-panel .layout-topbar-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel input:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:first-child,
.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:first-child,
.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:first-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon:last-child,
.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup button:last-child,
.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup input:last-child {
  background-color: #f7f7f7;
  color: #212121;
}

.layout-topbar-indigo .layout-topbar .layout-topbar-right .layout-topbar-actions-right .layout-topbar-items .layout-topbar-item.layout-search-item .layout-search-panel .p-inputgroup-addon .p-button-text {
  color: #212121;
}

.layout-rightmenu.p-sidebar {
  top: 4rem;
  height: calc(100% - 4rem);
  overflow: auto;
  transition: transform 0.2s;
}

.layout-rightmenu .online-members img:hover {
  cursor: pointer;
}

.layout-rightmenu .next-events li {
  border-radius: 5px;
}

.layout-rightmenu .next-events li:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

@media (max-width: 991px) {
  .layout-wrapper.layout-topbar-mobile-active .layout-rightmenu {
    top: 12rem;
    height: calc(100% - 12rem);
  }
}

.menu-wrapper {
  height: calc(100% - 4rem);
  width: 17rem;
  position: fixed;
  left: 0;
  top: 4rem;
  z-index: 997;
  transform: none;
}

.menu-wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}

.menu-wrapper .layout-menu-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu-wrapper .layout-menu-container app-menu {
  overflow-y: auto;
}

.menu-wrapper .layout-menu-container .layout-menu {
  padding-bottom: 2rem;
}

.menu-wrapper .layout-menu-container .layout-menu li {
  border-radius: 4px;
}

.menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem>a {
  display: none;
}

.menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem>div {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem>div>.layout-menuitem-text {
  font-size: 0.857rem;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-wrapper .layout-menu-container .layout-menu li>a {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s, color 0.2s;
}

.menu-wrapper .layout-menu-container .layout-menu li>a .layout-menuitem-text {
  margin-left: 0.75rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>a .p-badge {
  margin-left: auto;
  min-width: 1.143rem;
  height: 1.143rem;
  line-height: 1.143rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>a .layout-submenu-toggler {
  margin-left: auto;
}

.menu-wrapper .layout-menu-container .layout-menu li>a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}

.menu-wrapper .layout-menu-container .layout-menu li>a .p-badge+.layout-submenu-toggler {
  margin-left: 0.5rem;
}

.menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a .layout-submenu-toggler {
  transition: all 0.2s;
  transform: rotate(-180deg);
}

.menu-wrapper .layout-menu-container .layout-menu li>ul {
  padding: 0 0.5rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul li ul {
  padding: 0 0 0.25rem;
  overflow: hidden;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul>li {
  margin-top: 0.2rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul>li.layout-root-menuitem>a {
  display: flex;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li a {
  padding-left: 1.75rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li ul li a {
  padding-left: 2.625rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li ul li ul li a {
  padding-left: 3.5rem;
}

.menu-wrapper .layout-menu-container .layout-menu li>ul>li ul li ul li ul li ul li a {
  padding-left: 4.375rem;
}

@media (min-width: 992px) {
  .layout-menu-static .menu-wrapper {
    transform: translate3d(-17rem, 0px, 0px);
    transition: transform 0.2s;
  }

  .layout-menu-static .layout-main {
    transition: margin-left 0.2s;
  }

  .layout-menu-static.layout-menu-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }

  .layout-menu-static.layout-menu-active .layout-topbar .layout-topbar-left .layout-menu-button>i {
    transform: rotate(180deg);
  }

  .layout-menu-static.layout-menu-active .layout-main {
    margin-left: 17rem;
  }
}

@media (min-width: 992px) {
  .layout-menu-overlay .menu-wrapper {
    transform: translate3d(-17rem, 0px, 0px);
    transition: transform 0.2s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }

  .layout-menu-overlay.layout-menu-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }

  .layout-menu-overlay.layout-menu-active .layout-topbar .layout-topbar-left .layout-menu-button>i {
    transform: rotate(180deg);
  }

  .layout-menu-overlay .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button {
    display: flex;
  }
}

@media (min-width: 992px) {
  .layout-menu-horizontal .menu-wrapper {
    width: 100%;
    height: 3rem;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container {
    flex-direction: row;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container app-menu {
    overflow-y: visible;
    flex-grow: 1;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin: 0px 1rem;
    padding-bottom: 0px;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li {
    position: relative;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>a {
    margin-right: 1rem;
    display: flex;
    align-items: center;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li.layout-root-menuitem>div {
    display: none;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    display: none;
    position: absolute;
    top: 2.75rem;
    left: 0px;
    z-index: 100;
    padding: 0.5rem;
    overflow: auto;
    max-height: 32rem;
    min-width: 16rem;
    border-radius: 5px;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li.active-menuitem>ul {
    display: block;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-inline-menu {
    border: 0 none;
  }

  .layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-inline-menu>.layout-inline-menu-action {
    height: 3rem;
  }

  .layout-menu-horizontal.layout-wrapper .layout-main {
    padding-top: 7rem;
  }
}

@media (min-width: 992px) {
  .layout-menu-slim .menu-wrapper {
    width: 4.5rem;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container app-menu {
    overflow-y: visible;
    flex-grow: 1;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li {
    position: relative;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>a {
    display: flex;
    justify-content: center;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>a i {
    font-size: 1.5rem;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>a .layout-submenu-toggler,
  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>a .layout-menuitem-text {
    display: none;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li.layout-root-menuitem>div {
    display: none;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 4.5rem;
    z-index: 100;
    padding: 0.5rem;
    overflow: auto;
    max-height: 32rem;
    min-width: 16.5rem;
    border-radius: 2px;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li.active-menuitem>ul {
    display: block;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-inline-menu {
    height: 100%;
  }

  .layout-menu-slim .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
    padding: 0;
  }

  .layout-menu-slim.layout-wrapper .layout-main {
    margin-left: 4.5rem;
  }
}

.menu-wrapper .layout-inline-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px 0 1px 0;
  border-style: solid;
}

.menu-wrapper .layout-inline-menu.layout-inline-menu-active .layout-inline-menu-icon {
  transform: rotate(-180deg);
}

.menu-wrapper .layout-inline-menu .layout-inline-menu-action {
  cursor: pointer;
}

.menu-wrapper .layout-inline-menu .layout-inline-menu-action-panel {
  padding: 0 0.5rem;
  transform-origin: top;
}

.menu-wrapper .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  margin-top: 0.2rem;
  border-radius: 5px;
  transition: all 0.2s;
  cursor: pointer;
  user-select: none;
}

.menu-wrapper .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:last-child {
  margin-bottom: 0.5rem;
}

.menu-wrapper .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item a {
  padding: 0.75rem;
}

.menu-wrapper .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item a i {
  margin-right: 0.75rem;
}

@media (max-width: 991px) {
  .layout-wrapper .menu-wrapper {
    top: 4rem;
    height: calc(100% - 4rem);
    transform: translate3d(-17rem, 0px, 0px);
    transition: transform 0.2s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }

  .layout-wrapper.layout-topbar-mobile-active .menu-wrapper {
    top: 12rem;
    height: calc(100% - 12rem);
  }

  .layout-wrapper.layout-menu-mobile-active {
    overflow: hidden;
    height: 100vh;
  }

  .layout-wrapper.layout-menu-mobile-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }

  .layout-wrapper.layout-menu-mobile-active .layout-topbar .layout-topbar-left .layout-menu-button>i {
    transform: rotate(180deg);
  }

  .layout-wrapper.layout-menu-mobile-active .layout-mask {
    display: block;
  }
}

.layout-menu-light {
  --menu-bg-color: #FDFEFF;
  --menu-text-color: #657380;
}

.layout-menu-light .menu-wrapper {
  background-color: #FDFEFF;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #657380;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #FDFEFF;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li a {
  color: #515C66;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: #515C66;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: var(--primary-lightest-color);
  color: var(--primary-menu-text-color);
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: var(--primary-menu-text-color);
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: #e4e4e4;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: #515C66;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: #515C66;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: #515C66;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #FDFEFF;
}

@media (min-width: 992px) {

  .layout-menu-light.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-light.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-light.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-dark {
  --menu-bg-color: #1e1e1e;
  --menu-text-color: rgba(255, 255, 255, 0.6);
}

.layout-menu-dark .menu-wrapper {
  background-color: #1e1e1e;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #1e1e1e;
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.87);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.layout-menu-dark .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #1e1e1e;
}

@media (min-width: 992px) {

  .layout-menu-dark.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-dark.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-dark.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-indigo {
  --menu-bg-color: #1A237E;
  --menu-text-color: #ffffff;
}

.layout-menu-indigo .menu-wrapper {
  background-color: #1A237E;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #1A237E;
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #1A237E;
}

@media (min-width: 992px) {

  .layout-menu-indigo.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-indigo.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-indigo.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-bluegrey {
  --menu-bg-color: #37474F;
  --menu-text-color: #ffffff;
}

.layout-menu-bluegrey .menu-wrapper {
  background-color: #37474F;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #37474F;
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-bluegrey .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #37474F;
}

@media (min-width: 992px) {

  .layout-menu-bluegrey.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-bluegrey.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-bluegrey.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-brown {
  --menu-bg-color: #4E342E;
  --menu-text-color: #ffffff;
}

.layout-menu-brown .menu-wrapper {
  background-color: #4E342E;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #4E342E;
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-brown .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #4E342E;
}

@media (min-width: 992px) {

  .layout-menu-brown.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-brown.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-brown.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-cyan {
  --menu-bg-color: #006064;
  --menu-text-color: #ffffff;
}

.layout-menu-cyan .menu-wrapper {
  background-color: #006064;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #006064;
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #006064;
}

@media (min-width: 992px) {

  .layout-menu-cyan.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-cyan.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-cyan.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-green {
  --menu-bg-color: #2E7D32;
  --menu-text-color: #ffffff;
}

.layout-menu-green .menu-wrapper {
  background-color: #2E7D32;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #2E7D32;
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-green .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #2E7D32;
}

@media (min-width: 992px) {

  .layout-menu-green.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-green.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-green.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-deeppurple {
  --menu-bg-color: #4527A0;
  --menu-text-color: #ffffff;
}

.layout-menu-deeppurple .menu-wrapper {
  background-color: #4527A0;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #4527A0;
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-deeppurple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #4527A0;
}

@media (min-width: 992px) {

  .layout-menu-deeppurple.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-deeppurple.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-deeppurple.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-deeporange {
  --menu-bg-color: #BF360C;
  --menu-text-color: #ffffff;
}

.layout-menu-deeporange .menu-wrapper {
  background-color: #BF360C;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #BF360C;
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-deeporange .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #BF360C;
}

@media (min-width: 992px) {

  .layout-menu-deeporange.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-deeporange.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-deeporange.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-pink {
  --menu-bg-color: #880E4F;
  --menu-text-color: #ffffff;
}

.layout-menu-pink .menu-wrapper {
  background-color: #880E4F;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #880E4F;
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-pink .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #880E4F;
}

@media (min-width: 992px) {

  .layout-menu-pink.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-pink.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-pink.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-purple {
  --menu-bg-color: #6A1B9A;
  --menu-text-color: #ffffff;
}

.layout-menu-purple .menu-wrapper {
  background-color: #6A1B9A;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #6A1B9A;
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-purple .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #6A1B9A;
}

@media (min-width: 992px) {

  .layout-menu-purple.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-purple.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-purple.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-menu-teal {
  --menu-bg-color: #00695C;
  --menu-text-color: #ffffff;
}

.layout-menu-teal .menu-wrapper {
  background-color: #00695C;
  box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2), 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu>li>div .layout-menuitem-text {
  color: #ffffff;
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu>li>ul {
  background-color: #00695C;
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu li a i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem>a>i {
  color: #ffffff;
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu {
  border-color: rgba(255, 255, 255, 0.24);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action,
.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action i,
.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item i {
  color: rgba(255, 255, 255, 0.6);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action:hover,
.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel .layout-inline-menu-action-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.layout-menu-teal .menu-wrapper .layout-menu-container .layout-inline-menu .layout-inline-menu-action-panel {
  background-color: #00695C;
}

@media (min-width: 992px) {

  .layout-menu-teal.layout-menu-horizontal .menu-wrapper .layout-menu-container .layout-menu>li>ul,
  .layout-menu-teal.layout-menu-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .layout-menu-teal.layout-menu-horizontal .layout-inline-menu .layout-inline-menu-action-panel {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.layout-megamenu.p-megamenu {
  border: 0 none;
  padding: 0;
}

.p-datatable-responsive-demo .p-datatable-tbody>tr>td .column-title {
  display: none;
}

.p-datatable-products .p-datatable-tbody>tr>td .column-title {
  display: none;
}

@media (max-width: 991px) {

  .p-datatable.p-datatable-products .p-datatable-thead>tr>th,
  .p-datatable.p-datatable-products .p-datatable-tfoot>tr>td {
    display: none !important;
  }

  .p-datatable.p-datatable-products .p-datatable-tbody>tr {
    border-bottom: 1px solid var(--surface-d);
  }

  .p-datatable.p-datatable-products .p-datatable-tbody>tr>td {
    text-align: left;
    display: flex;
    border: 0 none !important;
    width: 100% !important;
    border: 0 none;
    align-items: center;
  }

  .p-datatable.p-datatable-products .p-datatable-tbody>tr>td .column-title {
    min-width: 30%;
    display: block;
    font-weight: bold;
  }

  .layout-rtl .p-datatable.p-datatable-products .p-datatable-tbody>tr>td {
    text-align: right;
    float: right;
    clear: right;
  }

  .layout-rtl .p-datatable.p-datatable-products .p-datatable-tbody>tr>td .column-title {
    margin: -0.4rem -0.4rem -0.4rem 1rem;
  }
}

.pages-body {
  height: 100vh;
}

.pages-body .topbar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #1565C0;
  z-index: 100;
}

.pages-body .topbar .topbar-left img {
  height: 2rem;
}

.pages-body .topbar .p-button.p-button-text.p-button-plain {
  color: #ffffff;
}

.pages-body .pages-panel {
  text-align: center;
  z-index: 200;
}

.pages-body .pages-panel.card {
  border: 1.5px solid #E4E4E4;
  border-radius: 6px;
}

.pages-body .pages-panel.card img {
  width: 100%;
}

.pages-body .pages-panel.card>.card {
  background-color: #ECEFF1;
}

.pages-body .pages-panel .pages-header {
  margin-top: -3rem;
  color: var(--primary-color-text);
  border: 1.5px solid #E4E4E4;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.pages-body .pages-panel .pages-header h2 {
  margin: 0;
}

.pages-body .pages-panel .pages-detail {
  color: #616161;
}

.pages-body.login-page {
  background: url("../images/pages/login-bg.jpg");
  background-size: cover;
}

.pages-body.login-page .pages-panel .pages-header {
  background: #0097A7;
}

.pages-body.login-page .pages-panel .input-panel {
  width: 100%;
}

.pages-body.login-page .pages-panel .input-panel .p-inputtext {
  width: 100%;
}

.pages-body.login-page .pages-panel .login-button>* {
  width: 100%;
}

.pages-body.contact-page .map iframe {
  border: 0;
  position: absolute;
  float: left;
  clear: both;
  width: 100%;
  height: 45vh;
  z-index: 0;
  opacity: 0.5;
}

.pages-body.contact-page .map span {
  position: absolute;
  float: left;
  clear: both;
  width: 100%;
  height: 45vh;
  z-index: -1;
  background: linear-gradient(180deg, #040B0F 0%, rgba(7, 14, 18, 0) 100%);
}

.pages-body.contact-page i {
  color: white;
}

.pages-body.contact-page .pages-panel {
  text-align: left;
  width: 75%;
  max-width: 1050px;
  margin: auto;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}

.pages-body.contact-page .pages-panel .title {
  font-weight: 500;
  margin-bottom: 0;
}

.pages-body.contact-page .pages-panel .card .contact-input {
  width: 100%;
}

.pages-body.contact-page .pages-panel .card .right-panel i {
  font-size: 2rem;
  padding: 0.5rem;
  border-radius: 4px;
}

.pages-body.contact-page .pages-panel .card .right-panel i.pi-home {
  color: #1565C0;
  background: #BBDEFB;
  background-size: auto;
}

.pages-body.contact-page .pages-panel .card .right-panel i.pi-briefcase {
  color: #00838f;
  background: #B2DFDB;
  background-size: auto;
}

.pages-body.error-page {
  background: url("../images/pages/error-bg.jpg");
  background-size: cover;
}

.pages-body.error-page .pages-panel .pages-header {
  background: #D81B60;
}

.pages-body.notfound-page {
  background: url("../images/pages/404-bg.jpg");
  background-size: cover;
}

.pages-body.notfound-page .pages-panel .pages-header {
  background: #455A64;
}

.pages-body.accessdenied-page {
  background: url("../images/pages/accessDenied-bg.jpg");
  background-size: cover;
}

.pages-body.accessdenied-page .pages-panel .pages-header {
  background: #FB8C00;
}

@media screen and (max-width: 768px) {
  .pages-body.contact-page .pages-panel {
    padding-bottom: 10em;
  }

  .pages-body.contact-page .pages-panel .p-button {
    width: 100%;
  }

  .pages-body.contact-page .pages-panel .card .right-panel {
    text-align: center;
  }
}

.landing-container .landing-color-button {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 9999;
}

.landing-container h1,
.landing-container h2,
.landing-container h3,
.landing-container h4,
.landing-container h5,
.landing-container h6 {
  font-weight: 400;
}

.landing-container ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}

.landing-container .section {
  padding: 2rem 15rem;
}

.landing-container #header {
  width: 100%;
  min-height: 400px;
  background: url("../images/landing/landing-header.png") top left no-repeat #f7f7f7;
  background-size: cover;
}

.landing-container #header .header-menu-container a {
  color: #ffffff;
  cursor: pointer;
}

.landing-container #header .header-menu-container #menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.landing-container #header .header-text {
  flex-grow: 1;
}

.landing-container #features .feature-button {
  width: 100px;
  height: 100px;
}

.landing-container #promotion {
  background: url("../images/landing/promotion.png") top left no-repeat;
  background-size: 100% auto;
}

.landing-container #pricing .pricing-content {
  width: 100%;
}

.landing-container #pricing .pricing-content .card {
  height: 100%;
}

.landing-container #pricing .pricing-content .options {
  padding: 2rem 4rem;
}

.landing-container #pricing .pricing-content .options li {
  display: flex;
  align-items: center;
}

.landing-container #pricing .pricing-content .options i,
.landing-container #pricing .pricing-content .options span {
  padding: 1rem;
}

.landing-container #pricing .pricing-content .options span {
  font-size: 1.2rem;
}

.landing-container #footer {
  border-top: 1px solid #E4E4E4;
}

.landing-container #footer a {
  color: #212121;
}

.landing-container #footer li {
  padding: 0.25rem;
}

@media screen and (min-width: 990px) {
  .landing-container #header .header-menu-container {
    box-shadow: none;
  }

  .landing-container #header .header-menu-container #menu {
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .landing-container .section {
    padding: 2rem;
  }

  .landing-container #header .header-menu-container {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #212121;
    padding: 2rem 5rem;
  }

  .landing-container #header .header-menu-container #menu {
    display: none;
    z-index: 100;
    position: fixed;
    top: 6rem;
    right: 5rem;
    width: 250px;
    background-color: #ffffff;
    color: #212121;
    animation-duration: 0.2s;
  }

  .landing-container #header .header-menu-container #menu a {
    color: #212121;
  }

  .landing-container #header .header-menu-container #menu>li {
    width: 100%;
  }

  .landing-container #header .header-menu-container #menu>li:hover {
    background-color: rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s;
  }

  .landing-container #header .header-menu-container #menu.menu-active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
  }
}

.overview-box .overview-status {
  font-weight: 500;
  border-radius: 2px;
  color: #f7f7f7;
}

.widget-list {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}

.widget-list>li {
  border-bottom: 1px solid #E4E4E4;
}

.widget-list>li:last-child {
  border-bottom: 0 none;
}

.widget-list>li .person-item img {
  width: 2.5rem;
  height: 2.5rem;
}

.widget-list>li .widget-list-item-radius,
.widget-list>li .person-tag {
  border-radius: 2px;
  color: #f7f7f7;
  font-weight: 500;
}

.widget-list>li .progressbar {
  height: 6px;
  border-radius: 10px;
  background: #ECEFF1;
}

.widget-list>li .progressbar-value {
  background: #FF9800;
}

.widget-expenses .card-subheader {
  font-size: 0.9rem;
  color: #616161;
  border-bottom: 1px solid #E4E4E4;
}

.widget-expenses .item {
  padding: 0.5rem;
  border-bottom: 1px solid #E4E4E4;
}

.widget-expenses .item:last-child {
  border: 0 none;
}

.widget-expenses .item .type {
  color: #0097A7;
  font-size: 1.5rem;
}

.widget-expenses .item .value {
  font-weight: 500;
}

.widget-expenses .item .subtext {
  color: #616161;
}

.widget-expenses .item .item-button a {
  color: #616161;
}

.widget-traffic .left {
  padding: 1rem;
}

.widget-traffic .left .total .title {
  color: #616161;
}

.widget-traffic .left .total .value {
  font-size: 2rem;
  font-weight: 500;
}

.widget-traffic .left .info .title {
  color: #616161;
}

.widget-traffic .left .info .value {
  font-weight: 500;
}

.widget-traffic .left .info .percent {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.widget-traffic .left .info .percent i.type-green {
  color: #0097A7;
}

.widget-traffic .left .info .percent i.type-orange {
  color: #EF6C00;
}

.widget-traffic .left .info .percent i.type-gray {
  color: #455A64;
}

.widget-insights .card-subheader {
  font-size: 0.9rem;
  color: #616161;
  border-bottom: 1px solid #E4E4E4;
}

.widget-social .info {
  text-align: right;
}

.widget-social .info .value {
  font-size: 2rem;
}

.widget-social .info .subtext {
  color: #616161;
}

.widget-social .left,
.widget-social .right {
  width: 50%;
  text-align: center;
  padding: 1rem;
}

.widget-social .left .title,
.widget-social .right .title {
  font-weight: 500;
}

.widget-social .left .value,
.widget-social .right .value {
  color: #616161;
}

.widget-social .left {
  border-right: 1px solid #E4E4E4;
}

.widget-social .progressbar {
  height: 6px;
  border-radius: 10px;
  background: #ECEFF1;
}

.widget-social .progressbar-value {
  background: #FFB300;
}

.widget-social .stats {
  border-top: 1px solid #E4E4E4;
}

.widget-overlay {
  position: relative;
}

.widget-overlay .overlay-header {
  position: relative;
  height: 20rem;
  top: -3rem;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.widget-overlay .description {
  line-height: 1.5;
}

.widget-topsearchs .item {
  padding: 1rem;
  border-bottom: 1px solid #E4E4E4;
}

.widget-topsearchs .item .value {
  font-weight: 500;
}

.widget-topsearchs .item .value.type-green {
  color: #00ACC1;
}

.widget-topsearchs .item .value.type-yellow {
  color: #EF6C00;
}

.widget-topsearchs .item .value.type-pink {
  color: #E91E63;
}

.widget-topsearchs .item:nth-child(even) {
  background-color: #ECEFF1;
}

.widget-topsearchs .item:last-child {
  border-bottom: 0 none;
}

.widget-timeline .p-timeline.p-timeline-vertical .p-timeline-event-opposite {
  flex: 0;
  padding: 0;
}

.widget-timeline .p-timeline-event-separator .marker-icon {
  color: white;
}

.widget-timeline .p-timeline-event-separator .custom-marker {
  border-radius: 4px;
}

.widget-activity {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}

.widget-activity>li {
  padding: 1rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.widget-activity>li:last-child {
  border-bottom: 0 none;
}

.widget-activity>li:nth-child(1) .progressbar-value {
  background: #FFC107;
}

.widget-activity>li:nth-child(2) .progressbar-value {
  background: #E91E63;
}

.widget-activity>li:nth-child(3) .progressbar-value {
  background: #00ACC1;
}

.widget-activity>li:nth-child(4) .progressbar-value {
  background: #00ACC1;
}

.widget-activity>li:nth-child(5) .progressbar-value {
  background: #00ACC1;
}

.widget-activity>li:nth-child(6) .progressbar-value {
  background: #E91E63;
}

.widget-activity>li .activity-item .activity-title {
  font-weight: 500;
}

.widget-activity>li .activity-item .activity-subtext {
  font-size: 0.85rem;
  color: #616161;
}

.widget-activity>li .activity-item .progressbar {
  height: 6px;
  border-radius: 10px;
  background: #ECEFF1;
}

.widget-bestsellers {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}

.widget-bestsellers>li {
  padding: 1rem 0;
}

.widget-bestsellers>li:last-child {
  border-bottom: 0 none;
}

.widget-bestsellers>li .bestseller-item {
  background-color: #ECEFF1;
  border-radius: 4px;
  height: 3.5rem;
  transition: box-shadow 0.2s;
}

.widget-bestsellers>li .bestseller-item img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.widget-bestsellers>li .bestseller-item a {
  color: #616161;
}

.widget-bestsellers>li .bestseller-item .item-button {
  margin-left: auto;
}

.widget-bestsellers>li .bestseller-item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.widget-map .map-container {
  background-image: url("../../layout/images/widgets/map.jpg");
  width: 100%;
  min-height: 20rem;
  background-size: cover;
}

.widget-chat ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
  padding: 1rem 1rem 0;
  height: 420px;
  overflow-y: auto;
}

.widget-chat ul li img {
  width: 32px;
}

.widget-chat ul li .message {
  color: #f7f7f7;
}

.widget-chat ul li.from .message {
  padding: 1rem;
  border-radius: 30px;
}

.widget-chat ul li.own {
  text-align: right;
}

.widget-chat ul li.own .message {
  padding: 1rem;
  border-radius: 30px;
}

.widget-chat .write-message {
  border-radius: 30px;
}

.widget-chat .write-message .p-inputgroup-addon {
  padding: 0;
  overflow: hidden;
}

.widget-chat .write-message .p-inputgroup-addon:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.widget-chat .write-message .p-inputgroup-addon:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.widget-chat .write-message .p-inputgroup-addon>.p-button {
  height: calc(2.5rem + 2px);
  border-radius: 0;
}

.widget-chat .write-message .emoji {
  width: 90%;
}

.widget-chat .write-message .emoji .emoji-button {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 0;
}

.widget-chat .write-message .emoji .emoji-button .p-button-label {
  color: yellow !important;
  font-size: 1.5rem;
}

@media (min-width: 990px) {
  .widget-chat .write-message .emoji {
    width: 40%;
    margin-left: -38%;
  }
}

.widget-pricing {
  width: 100%;
}

.widget-pricing .card {
  height: 100%;
}

.widget-pricing .options {
  padding: 1rem 2rem;
}

.widget-pricing .options li {
  display: flex;
  align-items: center;
}

.widget-pricing .options i,
.widget-pricing .options span {
  padding: 1rem;
}

.widget-pricing .options span {
  font-size: 1.2rem;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  min-height: 100%;
}

body a {
  text-decoration: none;
  color: #616161;
}

.layout-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  height: 100%;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.05, 0.74, 0.2, 0.99);
  animation-fill-mode: forwards;
}

.layout-wrapper .layout-main {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.layout-wrapper .layout-main .layout-content {
  padding: 1rem;
  padding-top: 3rem;
  flex: 1 1 0;

}

.layout-ajax-loader-icon {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  font-size: 2rem;
  color: #616161;
  z-index: 999;
}

.layout-footer {
  background-color: #ffffff;
}

.layout-config {
  transition: transform 0.2s;
}

.layout-config .p-sidebar-content,
.layout-config .layout-config-panel {
  height: 100%;
}

.layout-config .layout-config-options {
  height: 100%;
  overflow-y: auto;
}

.layout-config .layout-config-options .layout-config-color-option {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  position: relative;
}

.layout-config .layout-config-options .layout-config-color-option.p-disabled {
  opacity: 0.1;
}

.layout-config .layout-config-options .layout-config-color-option .color {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
}

.layout-config .layout-config-options .layout-config-color-option .check {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.layout-config p {
  color: var(--text-color-secondary);
}

.layout-config .scale-icon {
  color: var(--surface-d);
}

.layout-config .scale-icon.scale-active {
  color: var(--primary-color);
}

.scale-icon {
  color: var(--surface-d);
}

.scale-icon.scale-active {
  color: var(--primary-color);
}


.layout-config-button.p-button {
  position: fixed;
  top: 35%;
  right: 0;
  width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.layout-config-button.p-button .p-button-icon {
  font-size: 2rem;
}

.layout-help-page .layout-help-page-header {
  position: relative;
}

.layout-help-page .layout-help-page-header .layout-help-page-header-text {
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -1.75rem;
  color: #ffffff;
}

.layout-help-page .layout-help-page-header .layout-help-page-search {
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  border-radius: 4px;
  width: calc(100% - 4rem);
}

.layout-help-page .layout-help-page-header .layout-help-page-search .p-inputtext {
  border: 0 none;
}

@media print {
  body * {
    visibility: hidden;
  }

  .layout-invoice-content {
    position: absolute;
    left: 0;
    top: 0;
  }

  .layout-invoice-content * {
    visibility: visible;
    box-shadow: none;
    color: #212121 !important;
    border-color: #e4e4e4 !important;
    background-color: transparent;
  }
}

.layout-breadcrumb-container {
  background-color: #ffffff;
}

.layout-breadcrumb-container .layout-breadcrumb {
  background: transparent;
  border: 0 none;
  border-radius: 0;
}

.layout-breadcrumb-container .layout-breadcrumb-buttons .p-button {
  width: 2.5rem;
  height: 2.5rem;
}

/* Add your customizations of layout here */
/* mygig css */
/* starts engagement saythanks,wish,spot,idea,announce,rewaard,poll */
.mg-toast-flex {
  flex: 1;
}

.mg-custom-model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  transition: .15s linear;
  /* z-index: 2050; */
  z-index: 1000;
}

.mg-z_index {
  z-index: 2052;
}

label {
  color: black;
}

.mg-custom-card {
  margin-bottom: 1.5rem;
  box-shadow: none;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.mg-heading-2 {
  font-size: 18px !important;
  font-weight: 400;
}

.mg-custom-placeholder {
  color: var(--text-color-secondary);
  opacity: 0.5;
  font-size: 13px;
}

.mg-input-style {
  background: var(--surface-d);
  border: 1px solid var(--surface-c);
  border-radius: 30px;
  height: 38px;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 20px;
  min-height: 1px;
}

.mg-block-color {
  color: #121212;
}

.mg-cursor-pointer {
  cursor: pointer;
}

.mg-required-color {
  color: red;
  animation-name: fadeInUp;

}

.mg-value-demonstrated {
  background: #e7e7e9;
  padding: 6px 8px;
  margin: 0 6px 6px 0;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
}

.mg-selected-value-demonstrated {
  background: purple;
  color: white;
}

.mg-selected-Value-description {
  background-color: #607d8b;
  padding: 7px;
  border-radius: 1em;
  color: white;
}

.mg-selected-feeling {
  padding: 5px;
  background: tomato;
  font-weight: 600;
  color: antiquewhite;
}

.mg-EcardSelectedIcon {
  font-size: 12px;
  position: absolute;
  background: #0000ffa3;
  border-radius: 47%;
  padding: 7px;
  color: white;
}

.mg-custom-close-icon {
  font-size: x-small;
  padding: 5px;
  font-weight: 800;
}

.mg-gold-color {
  color: darkgoldenrod;
}

.mg-deep-pink-color {
  color: deeppink;
}

.mg-list-style {
  list-style: none;
}

.mg-width-50 {
  width: 50% !important;
}

.mg-font-large {
  font-size: large !important;
}

.mg-float-left {
  float: left;
}

.mg-float-right {
  float: right;
}

.mg-feeling-name {
  opacity: 0;
}

.mg-feeling-name:hover {
  opacity: 1;
}

.mg-feeling-description {
  color: black;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-left: 15px;
  margin-top: 30px;
  padding: 15px;
}

.mg-custom-carousel-image {
  margin-top: 6px;
  width: 90%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mg-saythaks-coworker-list {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #e8ebef;
  width: 100%;
  min-height: 32px;
  margin-top: 6px;
}

.mg-saythaks-coworker-list img {
  border-radius: 32px;
  height: 43px;
  width: 43px;
}

.mg-width-70 {
  width: 70%;
}

.mg-width-cal-70 {
  width: calc(100% - 70px);
  display: inline-block;
}

.mg-light-gray {
  color: #6c757d !important;
}

.mg-text-right {
  text-align: right;
}

.mg-text-end {
  text-align: end;
}

.mg-width-100 {
  width: 100% !important;
}

.mg-position-sticky {
  position: sticky;
}

.mg-position-absolute {
  position: absolute;
}

.mg-position-relative {
  position: relative;
}

.mg-border-radius-50 {
  border-radius: 50%;
}

.mg-width-height-65 {
  width: 65px;
  height: 65px;
}

.mg-width-height-40 {
  width: 40px;
  height: 40px;
}

.mg-width-height-50 {
  width: 50px;
  height: 50px;
}

.mg-coworker-sender-img {
  top: 55px;
  background: #f7f5f4;
  left: 11px;
  border: 1px solid #fff;
}

.mg-card-appreciationFrom {
  font-size: 15px;
  display: inline-block;
  line-height: 125%;
  margin-bottom: 0;
  font-weight: 100;
  color: #266dd3;
}

.mg-card-feelings {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d !important;
}

.mg-clear-both {
  clear: both;
}

.mg-card-content {
  background: rgb(233 233 233 / 30%);
  padding: 14px;
  position: relative;
  min-height: 72px;
  margin-bottom: 20px;
}

.mg-card-message {
  font-style: italic;
  line-height: 22px;
  font-size: 15px;
  white-space: break-spaces;
}

.mg-value-span {
  background-color: #dcdbdb;
  padding: 10px;
}

.mg-comment-btn {
  cursor: pointer;
  background: rgba(197, 242, 199, 0.5);
  ;
  border-radius: 8px;
  color: #1F8B24;
  text-align: center;
  padding: 10px 0px;
}

.mg-comment-circle {
  /* display: block; */
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #b7a18a;
  margin-top: 20px;
  margin-left: 15px;
}

.mg-like-btn {
  cursor: pointer;
  background: #e5f5f5;
  backdrop-filter: blur(40px);
  border-radius: 8px;
  color: #057b7c;
  text-align: center;
  padding: 10px;
}

.mg-share-btn {
  cursor: pointer;
  background: #fdedf2;
  border-radius: 8px;
  color: #ec407a;
  text-align: center;
  padding: 10px;
}

.mg-media-comment-text {
  padding: 10px 30px;
  border-radius: .4375rem;
  border-top-left-radius: 0;
  /* background-color: #f7f7f7; */
}

.mg-comment-image {
  margin-left: -39px;
  margin-top: -22px;
}

.mg-comment-coworker-name {
  font-weight: 500 !important;
  color: #266dd3;
  margin-top: -30px;
}

.mg-white-space-per-wrap {
  white-space: pre-wrap;
}

.mg-888-gray-color {
  color: #888;
}

.mg-color-blue {
  color: blue;
}

.mg-font-x-small {
  font-size: x-small;
}

/* written css by arun */
.mg-commentSection-height-65px {
  height: 63px;
}

.mg-cmtSection {
  width: 95%;
}

.mg-campaign-image {
  height: 100px;
  cursor: pointer;
  margin-left: 42px;
  display: block;
  width: 88%;
}

.mg-poll-optioncss {
  background-color: #ebe6eb;
  padding: 10px;
  margin-top: 12px;
}

.mg-poll-selectOption {
  width: 6%;
  margin-top: 1px;
}

.mg-poll-optionName {
  position: relative;
  bottom: -3px;
}

.mg-poll-percentage {
  /* padding: 10px; */
  margin-top: 6px;
  padding-top: 20px !important;
}

.mg-poll-overlaybutton-icon {
  /* background: #3F51B5; */
  color: blue;
}

.mg-poll-overlaybutton-icon-hover {
  padding: 0.5em;
}

.mg-poll-overlaybutton-icon-hover:hover {
  background: #8895e0;
}

.mg-display-contents {
  display: contents !important;
}

.mg-display-block {
  display: block;
}

.mg-gallery-thumbnail {
  display: block;
  height: 56px;
}

.mg-gallery-caption {
  margin-bottom: .5rem;
  color: #ffffff;
}

.mg-card-addedBy {
  font-size: 15px;
  display: inline-block;
  line-height: 125%;
  font-weight: 100;
  color: #266dd3;
}

.mg-myspace {
  width: calc(100% - 70px);
  margin-left: 75px;
  margin-top: -55px;
}

.mg-myspace-title {
  font-size: large;
}

.mg-card-displayDate {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d !important;
  margin-top: -10px;
}

/* ends engagement saythanks,wish,spot,poll,announce,reward,idea,myspace */
/* start knowledgebase css  */
.mg-knowledgebase-title {
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .mg-knowledgeBase-close-button {
    margin-left: 20rem;
  }

  .banner-hight {
    height: 4em !important;
    z-index: 1 !important;
  }
}

@media only screen and (min-width: 600px) {
  .mg-knowledgeBase-close-button {
    margin-left: 51rem;
  }

  .banner-hight {
    height: 200px !important;
    z-index: 1 !important;
  }
}

.mg-knowledgebase-title {
  color: #151b26;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  transition: color .3s;
  margin-top: 10%;
}

.mg-knowledgebase-title:hover {
  color: blue;
}

/* end knowledgebase css  */
/* start peoplesearch css */

.mg-peoplesearch-title {
  position: relative;
  color: #444;
  font-weight: 600;
}

.mg-peoplesearch-gridlist {
  overflow: hidden;
  margin-left: 2px !important;
}

.mg-peoplesearch-mb {
  margin-bottom: -35px;
}

.mg-peoplesearch-height {
  height: 80%;
}

.mg-peoplesearch-image {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  background: #f7f5f4;
  position: absolute;
  top: 15px;
  left: 10px;
}

.mg-peoplesearch-username {
  color: #ff5722;
  font-size: 14px;
  margin-left: 70px;
  margin-top: -10px;
  font-weight: 600;
}

.mg-peoplesearch-designation {
  color: #777580;
  margin-left: 70px;
  margin-top: -15px
}

.mg-peoplesearch-tag {
  font-size: 14px;
  margin-left: 72px;
  margin-top: -10px;
  color: #777580;
}

.mg-peoplesearch-mobile {
  color: #777580;
  margin-left: 71px;
  margin-top: -8px;
}

.mg-peoplesearch-email {
  word-wrap: break-word;
  color: #777580;
  margin-left: 71px;
  margin-top: -13px;
}

/* end peoplesearch css */
/* start myorder css */
@media only screen and (max-width: 600px) {
  .mg-myorder-remarks {
    margin-left: 69px;
    margin-top: -7px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-myorder-remarks {
    margin-left: 210px;
    margin-top: -12px;
  }
}

.mg-myorder-image {
  /* margin: 0 auto; */
  height: 65px;
  width: 65px;
}

.mg-myorder-prodDetails {
  margin-left: 10px;
  line-height: 1.6;
}

.mg-myorder-prodName {
  font-weight: 600;
  white-space: nowrap;
}

.mg-myorder-orderstatus {
  display: block !important;
  line-height: 1.8;
}

.mg-myorder-card-css {
  box-shadow: none;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

/* end myorder css */
/* start helpdesk css */
.mg-helpdesk-boxtext {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.mg-helpdesk-count {
  color: #f6ffff;
  font-size: 2rem;
  font-weight: 500;
}

.mg-helpdesk-actionableticketcolor {
  background: linear-gradient(56deg, #65afc4 0%, #88c0d0 100%);
}

.mg-helpdesk-openticketcolor {
  background: linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
}

.mg-helpdesk-closeticketcolor {
  background: linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
}

.mg-helpdesk-totalticketcolor {
  background: linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
}

.mg-font-size-2rem {
  font-size: 2rem !important;
}

.mg-helpdesk-subject {
  font-weight: 600;
  width: 75%;
}

.mg-helpdesk-empimage {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.mg-helpdesk-description {
  background: rgba(233 233 233 / 30%);
  padding: 14px;
  position: relative;
  min-height: 72px;
}

.mg-font-size-1rem {
  font-size: 1rem;
}

.mg-margin-left-225px {
  margin-left: 225px;
}

.mg-margin-left-267px {
  margin-left: 267px;
}

.mg-helpdesk-ticketno-color {
  color: #2E6095 !important;
}

.mg-helpdesk-ticket {
  font-weight: bold;
  text-align: center;
  margin-top: 2rem !important;
  font-size: 2.5rem;
  float: left;
}

@media only screen and (max-width: 600px) {
  .boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    margin-top: 28px !important;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    margin-top: 25px !important;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    margin-top: 28px !important;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ticket-priority-boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ticket-priority-boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    border-radius: 10px;
  }
}

.mg-subject {
  font-weight: 600;
  white-space: break-spaces;
}

@media only screen and (min-width: 600px) {
  .mg-margin-top-30px {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 600px) {
  .mg-margin-top-35px {
    margin-top: 35px !important;
  }
}

.mg-margin-left-27px {
  margin-left: 27px;
}

@media only screen and (max-width:600px) {
  .mg-padding-bottom-50px {
    padding-bottom: 50px;
  }
}

/* end helpdesk css */
.mg-height-100 {
  height: 100%;
}

.mg-height-250 {
  height: 250px;
}

.mg-hight-150px {
  height: 150px;
}

.mg-margin-top-60px {
  margin-top: -60px;
}

.mg-height-fit-content {
  height: fit-content;
}

.mg-border-radius-15 {
  border-radius: 15px;
}

.mg-border-radius-20 {
  border-radius: 20px;
}

.mg-logged-user-name {
  text-transform: capitalize;
  color: #888;
  margin: 0;
}

.mg-small-icon {
  background: #f584ad;
  padding: 5px;
  border-radius: 7px;
  color: white;
}

.mg-small-icon-wish {
  background: #4f91ff;
  padding: 5px;
  border-radius: 7px;
  color: white;
}

.mg-heading-3 {
  font-size: 12px;
  font-weight: 400;
}

.mg-happiness-List {
  border-radius: 16px;
  width: 128vh;
}

@media only screen and (max-width: 480px) {
  .mg-happy-img {
    width: 70%;
  }
}

@media only screen and (min-width: 600px) {
  .mg-happy-img {
    width: 100%;
  }
}

.mg-happy-img:hover {
  transform: scale(2.0);
  transition: all .2s;
}

.mg-menu-group-name {
  white-space: pre-wrap;
  font-size: revert;
  letter-spacing: var(--letter_spacing_body_large);
  /* line-height: 158%; */
  color: var(--color100);
  background: #00000012;
  font-size: 20px;
  margin-top: 0px;
  padding: 14px;
  text-align: start;
  border-radius: 15px;
}

.mg-sub-menu-name {
  text-align: center;
  margin-top: 1.5rem;
  white-space: pre-wrap;
  font-size: revert;
  letter-spacing: var(--letter_spacing_body_large);
  line-height: 158%;
  color: var(--color100);
}

.mg-heading-1 {
  font-size: 20px;
  font-weight: 700;
}

.mg-menu-icon {
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
  color: white;
}

.mg-blueviolet-color {
  background-color: blueviolet;
}

.mg-menu-hover:hover {
  background: aliceblue;
  border-radius: 11px;
  cursor: pointer;
}

.mg-border-radius-5 {
  border-radius: 5px;
}

.mg-menu-icon-style {
  margin-left: auto;
  margin-right: auto;
  display: table !important;
  font-size: 2em !important;
  color: white;
  border-radius: 1rem;
  padding: 17px;
  width: 2.5em;
  text-align: center;
}

.mg-width-webkit-fill {
  width: -webkit-fill-available;
}

@media only screen and (max-width: 600px) {
  .mg-logged-user-img {
    border-radius: 16px;
    height: auto;
    width: -webkit-fill-available;
  }
}

@media only screen and (max-width: 480px) {
  .mg-logged-user-img {
    border-radius: 16px;
    width: -webkit-fill-available;
  }
}

.mg-punch-hours {
  align-items: center;
  background-color: #f9f9f9;
  border: 5px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  height: 120px;
  justify-content: center;
  margin: 0 auto;
  width: 120px;
}

.mg-text-center {
  text-align: center
}

.mg-font-w-600 {
  font-weight: 600;
}

.mg-font-w-500 {
  font-weight: 500 !important;
}

.mg-brown-color {
  color: brown;
}

.mg-birthday-user-image {
  width: 20%;
  float: right;
  margin-top: -10px;
}

.mg-font-s-14 {
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .mg-additional-roles {
    /* max-height: 20.5em !important; */
    border-radius: 16px;
    margin-top: -1rem;
    width: -webkit-fill-available;
  }
}

@media only screen and (min-width: 600px) {
  .mg-additional-roles {
    /* max-height: 20.5em !important; */
    border-radius: 16px;
    margin-top: -1rem;
    width: -webkit-fill-available;
  }
}

.mg-additional-roles-user-count-circle {
  background: var(--surface-200);
  padding: 3px;
  border-radius: 11px;
  color: var(--text-color);
  font-weight: 500;
  width: 22px;
  text-align: center;
}

.mg-additional-roles-user-count-circle:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-width-90 {
  width: 90%;
}

.mg-elc-heading {
  border-bottom: 1px solid #b7bfc6;
  color: #848f99;
  padding-top: 16px;
  font-size: .75rem;
  letter-spacing: .125em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.mg-elc-icon-style {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 2em !important;
  color: white;
  border-radius: 1rem;
  padding: 17px;
  width: 2.5em;
  text-align: center;
}

.mg-elc-sub-title {
  color: var(--text-color);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  transition: color .3s;
  margin-top: 14%;
}

.mg-elc-sub-title:hover {
  /* color: blue; */
}

.mg-card-hover:hover {
  border-bottom: none;
  box-shadow: 0 20px 30px 0 rgb(36 50 66 / 14%);
}

.mg-backround-gray {
  background: rgb(0 0 0 / 8%);
}

.mg-backround-gray-with-hight {
  max-height: 40px;
  background: rgb(0 0 0 / 8%);
  white-space: pre;
}

.mg-color-orange-gray {
  background: #b7a18a;
}

.mg-font-s-medium {
  font-size: medium;
}

.mg-profile-pending {
  background: #FFCDD2;
  color: #c63737;
}

.mg-profile-submited {
  background: #dcffcd;
  color: green;
}

.mg-profile-approved {
  background: #00968830;
  color: #009688;
}

.mg-profile-sentBack {
  background: #ff634730;
  color: tomato;
}

.mg-profile-status {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .3px;
  min-width: 85px;
  text-align: center;
}

.brun-bgcolor {
  background-color: #b00020 !important;
}

.green-bgcolor {
  background-color: #33691e !important;
}

.mg-theme-color-box {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
}

.mg-theme-icon-style {
  margin-top: 6px;
  margin-left: -26px;
}

.mg-img-space {
  border: dashed 1px #d3d3d3;
  border-radius: 8px;
  background-color: #f2f2f2;
  height: 50%;
  width: 50%;
  padding: 10px;
  min-height: 175px;
}

.mg-img-space img {
  display: block;
  /* width: 50%; */
  height: 50%;
  margin: auto;
  cursor: pointer;
}

@media only screen and (min-width: 600px) {
  .mg-fileInputProfileWrap {
    width: 50%;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .mg-fileInputProfileWrap {
    width: 100%;
    height: auto;
  }
}

.mg-fileInputProfile {
  position: absolute;
  height: 50%;
  width: 50%;
  z-index: 99;
  opacity: 0;
}

.mg-fileInputProfile[disabled]+.img-space {
  pointer-events: none;
  cursor: not-allowed !important;
}

.mg-eng-activated-tag {
  width: 90px;
  transform: rotate(-45deg);
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  font-size: 11px;
  background-color: #209620;
  left: -22px;
  top: 15px;
  position: absolute;
  color: #fff;
}

.mg-eng-icon {
  color: #1565c0;
  background-color: #e0e0e0;
  font-size: 2rem !important;
  margin-left: auto;
  margin-right: auto;
  display: table !important;
  border-radius: 50%;
  padding: 10px;
  width: 18%;
  height: 12%;
  text-align: center;
}

.mg-eng-feature-name {
  height: 74px;
  overflow: hidden;
}

.mg-eng-description {
  font-size: 13px;
  color: #6c757d;
  height: 187px;
  overflow: hidden;
  line-height: 18px;
  margin: 6px 0 10px;
  text-align: center;
}

.mg-color-green {
  color: green;
}

.mg-bk-blue-color {
  background-color: #3f51b5;
}

.mg-white-color {
  color: white
}

.mg-bk-whitesmoke-color {
  background: whitesmoke;

}

.mg-border-1 {
  border: 1px solid #e8e7e9;

}

.mg-form-drop {
  border: 1px dashed #ccc;
  padding: 1rem;
  height: 100%;
}

.mg-upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* start employee list  css admin side*/
.mg-width-fit-content {
  width: fit-content;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.mg-btn {
  border: 2px solid #3f51b5;
  color: #f5f5f5;
  background-color: #3f51b5;
  padding: 7px 8px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;

}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.mg-select-btn {
  border: 2px solid #3f51b5;
  color: #f5f5f5;
  background-color: #3f51b5;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 17px;
}

.mg-dndDropArea {
  padding: 10px;
  border: dotted #ddd 2px;
}

/* end employee list  css admin side*/

.mg-width-60 {
  width: 67%;
}

.mg-width-64 {
  width: 64%;
}

/* start employee status css adimin side */

.mg-card-border {
  border-top-style: inset;
  border-color: chartreuse;
}

.mg-jobchange-card-border {
  border-top: 4px solid #4b00ff;
}

.mg-card-user {
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 1);
  letter-spacing: .05rem;
  font-family: 'Oswald', sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, .27);
  background: linear-gradient(170deg, #B4EC51 0%, #429321 100%);
}

.mg-pi-user {
  position: absolute;
  top: 9px;
  font-size: 100px;
  overflow: hidden;
  z-index: 0;
  opacity: .2;
  color: rgba(255, 255, 255, 1);
  right: 25px;
}

.mg-spot-limit {
  color: #2c9831;
  background-color: rgba(125, 206, 129, .22);
  border-color: transparent;
  padding: 10px;
  margin-top: 10px;
}

.mg-green-color {
  color: forestgreen;
}

.p-avatar img {
  border-radius: 50% !important;
}

.mg-chat-i-card {
  width: 60px;
  margin: auto;
}

.mg-chart-font-online {
  color: #777777;
  font-size: 0.8em;
  font-weight: inherit;
}

.mg-chart-green-background {
  background: #009688;
  height: 120px;
  width: 96%;
  position: absolute;
  top: 87x;
  z-index: -100;
}

.mg-chat-wrap {
  display: flex;
  height: 50vh;
  min-width: 600px;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 2px 2px #aaaaaa;
}

.mg-chat-left {
  width: 400%;
}

.mg-chat-profile {
  width: 100%;
  height: 60px;
  background: #eeeeee;
  border-right: 1px solid #dbdbdb;
  display: flex;
}

.mg-width-35 {
  width: 35px !important;
}

/* start tag color css */
.mg-green-color-tag {
  color: #43a047;
  background-color: #dceddd;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  font-weight: 600;
  /* line-height: 1; */
}

.mg-red-color-tag {
  color: #c8372d;
  background-color: #fccbc8;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  font-weight: 600;
  /* line-height: 1; */
}

.mg-purple-color-tag {
  color: #800080b0;
  background-color: #8000801c;
  padding: 0.2em 0.85em;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
}

.mg-orange-color-tag {
  color: #ffc700;
  background-color: #f8c8113b;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
}

.mg-sky-blue-color-tag {
  color: #009ef7;
  background-color: #f1faff;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
}

.mg-blue-color-tag {
  background-color: #c5cae97a;
  color: #3f51b5;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  font-weight: 600;
  /* line-height: 1; */
}

/* end tag css */
.mg-spinner-color {
  color: white
}

.mg-saythanks-btn {
  background: #f3f2f2;
  color: #0d4fad;
}

.mg-saythanks-btn:hover {
  background: #f3f2f2 !important;
  color: #0d4fad !important;
}

.mg-saythanks-btn:active {
  background: #f3f2f2 !important;
  color: #0d4fad !important;
}

.mg-saythanks-btn:focus {
  background: #f3f2f2 !important;
  color: #0d4fad !important;
}

.mg-onboarding-activated-tag {
  width: 90px;
  transform: rotate(39deg);
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  font-size: 11px;
  background-color: #209620;
  left: 315px;
  top: 12px;
  position: absolute;
  color: #fff;
}

.mg-onboarding-overdue {
  background: purple;
}

.mg-onboarding-pending {
  background: red;
}

@media (max-width: 991px) {
  .mg-onboarding-icon {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .mg-onboarding-activated-tag {
    width: 90px;
    transform: rotate(39deg);
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 11px;
    background-color: #209620;
    left: 134px;
    top: 12px;
    position: absolute;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .mg-onboarding-overdue {
    background: purple;
  }
}

@media (max-width: 991px) {
  .mg-onboarding-pending {
    background: red;
  }
}

.mg-onboarding-due {
  text-align: end;
}

@media (max-width: 991px) {
  .mg-onboarding-due {
    text-align: left;
  }
}

.mg-onboarding-descrip {
  max-height: 85px;
  overflow: scroll;
  min-height: 85px;
}

.mg-approval-text-align {
  text-align: center;
}

.mg-approval-color {
  color: #bdbbbb;
}

.mg-approval-view-color {
  font-size: 16px;
  color: gray;
}

.mg-help-desk {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.mg-help-desk-css {
  background: rgba(233 233 233 / 30%);
  padding: 14px;
  position: relative;
  min-height: 72px;
}

.mg-help-desk-white-space {
  white-space: pre-wrap;
  font-size: 1rem;
}

.mg-background-white {
  background-color: white;
}

.mg-min-height {
  min-height: 90px;
}

.mg-reward-approval-css {
  width: 70px;
  display: inline-block;
  position: relative;
}

.mg-reward-approval-css1 {
  width: 65px;
  border-radius: 50%;
  height: 65px;
}

.mg-reward-approval-css2 {
  width: calc(100% - 70px);
  display: inline-block;
  float: right;
}

.mg-width-60-1 {
  width: 60%;
}

.mg-reward-sender-img {
  position: absolute;
  top: 55px;
  border-radius: 50%;
  background: #f7f5f4;
  left: 11px;
  border: 1px solid #fff;
}

.mg-reward-list-name {
  font-size: 20px;
  display: inline-block;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #266dd3;
}

.mg-reward-feed-ct {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d !important;
}

.mg-reward-content {
  background: rgb(233 233 233 / 30%);
  padding: 14px;
  position: relative;
  min-height: 72px;
  margin-bottom: 20px;
}

.mg-reward-massage-p {
  font-style: italic;
  line-height: 22px;
  font-size: 15px;
  white-space: pre-wrap;
}

.mg-reward-value-span {
  background-color: #dcdbdb;
  padding: 10px;
  display: inline-block;
}

.mg-help-desk-approval-custom-marker {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 50%;
  z-index: 1;
}

.mg-help-desk-approval-p-shadow-2 {
  box-shadow: 0 0 0 4px #1976d2, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}

/* priemng class */
.p-timeline .p-timeline-event-connector {
  background-color: #1976d2 !important;
}

@media only screen and (max-width: 600px) {
  .mg-boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    margin-top: 28px;
    border-radius: 10px;
    text-align: right;
    float: right;
  }
}

@media only screen and (min-width: 600px) {
  .mg-boxs {
    background-color: aliceblue;
    color: #f59607;
    padding: 12px;
    margin-top: 25px;
    border-radius: 10px;
    text-align: right;
    float: right;
  }
}

@media only screen and (min-width: 600px) {
  .mg-empdetailsrow {
    line-height: 1.5;
    color: #666;
    margin-left: -65px !important;
  }
}

@media only screen and (max-width: 600px) {
  .mg-empdetailsrow {
    margin-top: 120px !important;
    line-height: 1.5;
    color: #666;
    margin-left: -90px !important;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ticket {
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.5rem;
    float: left;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ticket {
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.5rem;
    float: left;
  }
}

.mg-empdetails {
  margin-top: 2rem;
  line-height: 1.5;
  color: #666;
  margin-left: 45px;
}

@media only screen and (max-width: 600px) {
  .mg-name {
    margin-top: -15px;
    margin-left: 15px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 600px) {
  .mg-additional-roles-user-count-circle {
    white-space: nowrap;
  }
}

.mg-ownername {
  margin-top: 102px;
  margin-left: -55px;
  white-space: nowrap;
}

@media only screen and (max-width: 600px) {
  .mg-grp {
    margin-top: -15px;
    white-space: nowrap;
    margin-left: 13px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-grp {
    margin-top: -3px;
    white-space: nowrap;
    margin-left: -1px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-datetime {
    margin-top: -15px;
    margin-left: 13px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 600px) {
  .mg-datetime {
    margin-top: -4px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 600px) {
  .mg-subgrp {
    margin-top: -4px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 600px) {
  .mg-subgrp {
    margin-top: -16px;
    white-space: nowrap;
    margin-left: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-hpdetails {
    margin-top: -1rem !important;
    line-height: 1.5 !important;
    color: #666;
    width: 390px;
    margin-left: 48px !important;
  }
}

@media only screen and (min-width: 600px) {
  .mg-hpdetails {
    margin-top: 2rem;
    line-height: 1.5;
    color: #666;
    display: contents;
  }
}

.mg-help-desk-color {
  color: #2E6095;
}

.mg-my_class {
  background-color: #ffe7e6 !important;
  color: #ff5757 !important;
}

.mg-my_class2 {
  background: #e9e9ff !important;
  color: #696cff !important;
}

.mg-approval-view-eduction-tital {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
  background: crimson;
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  color: white;
}

.mg-approval-view-read-style {
  padding: 5px;
  color: #ec407a;
  background: #fbdce685;
  font-weight: 500;
}

.mg-approval-view-status-style {
  color: #938e8e;
  font-size: 16px;
  font-weight: 800;
}

.mg-heading-style-skill {
  background: #d3d3d39c;
}

@media only screen and (max-width: 600px) {
  .mg-emp-heading-style-skill {
    margin-left: 0px !important;
  }
}

.mg-skill-cat {
  font-size: 15px;
  font-weight: 500;
  padding-top: 1em;
  padding-bottom: 1em;
  color: gray;
}

.mg-add-product-heading {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  padding-right: 120px;
}

.mg-viewproduct-prodDesc {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.mg-viewproduct-heading {
  font-size: 28px;
}

.mg-setting {
  overflow: scroll;
  max-height: 40em;
}

.mg-orange-red-color {
  color: orangered;
}

.mg-gp-reason {
  display: inline-block;
}

.mg-top-8px {
  top: 8px;
}

.mg-font-10px {
  font-size: 10px;
}

.mg-font-8px {
  font-size: 8px;
}

.mg-display-none {
  display: none;
}

.mg-login-style {
  height: 56px;
  width: 56px;
  top: -12px;
  left: 11.1094px;
}

.mg-login-grap {
  cursor: -webkit-grab;
  cursor: grab;
}

.mg-login-qrstyle {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mg-login-sso-image {
  width: 4em !important;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 10px;
}

.mg-login-micro-image {
  width: 6em !important;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 10px;
}

.mg-login-signup {
  text-align: initial;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
}

.mg-recaptcha-terms-of-use-link-button {
  color: blue;
  cursor: pointer;
}

.mg-tenent-btn {
  padding: 10px;
  background: #1565C0 !important;
  color: white;
  border-style: solid;
  border-color: #6f7782;
  border-width: 1px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}

.mg-width-12percentage {
  width: 12%;
}

.mg-height-555 {
  float: right;
  height: 555px;
}

.mg-max-height-64em {
  background: #7fffd40d;
}

.mg-tenant-header-color {
  background-color: #1565C0;
}

.mg-chart-icon-style {
  padding: 1em;
  background: aliceblue;
  color: white;
  font-weight: 500;
  border-radius: 15px;
}

.mg-width-950px {
  width: 950px;
}

.mg-chart-lable-css {
  font-weight: 500;
}

.mg-width-11-em {
  width: 11em;
}

.mg-home-page-carousel img {
  width: 100%;
  height: 100%;
  position: relative;
  /* object-fit: cover; */
}

.mg-home-page-carousel {
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.mg-birthday-title {
  color: #888;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 400;
}

.mg-component-space {
  margin-bottom: 8px;
}

.mg-birthday-heading {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  padding-right: 120px;
}

.mg-font-size-15px {
  font-size: 15px;
}

.mg-font-size-18px {
  font-size: 18px !important;
}

.mg-birthday-grid-border {
  border-bottom: 1px solid #80808045;
  margin-bottom: 8px;
}

.mg-birthday-grid-border:last-child {
  border-bottom: none;
  /* margin-bottom: 8px; */
}

.mg-min-height-50em {
  min-height: 50em;
}

.mg-hright-inherit {
  height: inherit;
}

.mg-font-size-smaller {
  font-size: smaller;
}

.mg-personal-profile-eduction-tag {
  width: 90px;
  transform: rotate(-45deg);
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  font-size: 11px;
  background-color: #e91e63;
  left: -22px;
  top: 15px;
  position: absolute;
  color: #fff;
}

.mg-personal-profile-family-tag {
  width: 90px;
  transform: rotate(-45deg);
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  font-size: 11px;
  background-color: #f57f17;
  left: -22px;
  top: 15px;
  position: absolute;
  color: #fff;
}

.mg-personal-profile-card {
  margin-bottom: 1.5rem;
  box-shadow: none;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
}

.mg-personal-btn-file {
  background-color: #4527a0;
  color: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 16px;
}

.mg-margin-left-85px {
  margin-left: 85px;
}

.mg-profile-section-list-icon-style {
  color: white;
  background-color: #e0e0e0;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-radius: 50%;
  padding: 10px
}

.mg-margin-left-1em {
  margin-left: 1em
}

.mg-margin-left-10px {
  margin-left: 10px;
}

.mg-color-menu-text-color {
  color: var(--menu-text-color)
}

.mg-color-topbar-text-color {
  color: var(--topbar-text-color)
}

.mg-color-primary-color-text {
  color: var(--primary-color-text)
}

.mg-width-40 {
  width: 40%
}

.mg-width-200-height-9rem {
  width: 200%;
  height: 9rem;
}

.mg-font-weight-height-500 {
  font-weight: 500;
  font-size: 20px;
}

.mg-p-tag {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.mg-display-inline-flex {
  display: inline-flex;
}

.mg-height-display-block {
  height: 640px;
  display: block;
}

.mg-display-block {
  display: block;
}

.mg-elc-title {
  font-size: 20px;
  font-weight: 700;
}

/* elc */
.mg-elc-content-view {
  background: rgba(0, 0, 0, .02);
  padding: 12px
}

.mg-elc-list-circle {
  width: 70px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #b7a18a;
}

.mg-elc-card {
  margin-bottom: 1.5rem;
  box-shadow: none;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.mg-elc-card-css {
  margin-bottom: 1.5rem;
  box-shadow: none;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.mg-elc-card-subheading {
  font-size: 13px;
  color: #6c757d;
  height: 187px;
  overflow: hidden;
  line-height: 18px;
  margin: 6px 0 10px;
  text-align: center;
}

.mg-elc-card-heading {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.mg-elc-feature-name {
  height: 55px;
  overflow: scroll;
}

.mg-elc-switch-style {
  padding: 5em;
  padding-right: 1em;
}

.mg-elc-icon-image {
  text-align: center;
  margin-top: 2em;
}

.mg-elc-icon-style {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 2em;
  color: white;
  border-radius: 1rem;
  padding: 17px;
  width: 2.5em;
  text-align: center;
}

.mg-eng-profile-name {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.mg-eng-profile-userImg {
  border-style: none;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top: 176px;
  left: 35px;
}

.mg-padding-0 {
  padding: 0;
}

.mg-margin-top-20px {
  margin-top: -20px;
}

.mg-eng-profile-org-value {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  padding-top: 8px;
  color: #6c757d;
}

.mg-eng-profile-banner {
  width: 100%;
  background-size: contain, cover;
  background: #4A155C;
  height: 17rem;
  box-shadow: inset 32.0667px -32.0667px 32.0667px rgb(85 129 160 / 10%), inset -32.0667px 32.0667px 32.0667px hsl(0deg 0% 100% / 10%);
  border-radius: 15px;
}

.mg-eng-profile-reward-details {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  line-height: 15px;
}

.mg-blue-color {
  color: #266dd3;
}

.mg-eng-profile-see-details {
  color: black;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin: 7px 0 0;
}

.mg-eng-profile-features {
  line-height: 2.6;
  padding-left: 5px;
  padding-right: 7px;
}

.mg-eng-profile-features:hover {
  background-color: rgba(233, 233, 233, 0.3);
}

.mg-line-height {
  line-height: 1.5;
}

.mg-eng-profile-user-count-circle {
  background: #8b69691c;
  border-radius: 93%;
  width: 33px;
  text-align: center;
}

.mg-eng-profile-user-count-circle:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-min-height-26em {
  min-height: 26.2em;
}

.mg-eng-profile-border-bottom {
  border-bottom: solid 1px #d3d3d385;
}

.mg-eng-profile-sender-img {
  height: 36px;
  margin-left: -40px !important;
  border-radius: 20px;
  margin-top: 30px;
}

.mg-eng-profile-appreciation-name {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.mg-redeem-points-heading {
  font-size: 18px;
  font-weight: 400;
}

.mg-background-white-org-chat {
  background: #fafafa;
}

.mg-org-chat-style {
  width: 30%;
  padding: 0px;
  right: 30px;
  bottom: 35px;
  border: #eeeeee;
  border-style: solid;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  background: #f7f7f7;
  position: absolute;
}

.mg-padding-7px {
  padding: 7px;
}

.mg-padding-15px {
  padding: 15px;
}

.mg-page-navigation-tit {
  font-size: 18px;
  font-weight: 400;
  font-family: Poppins, Open Sans, sans-serif;
  color: #6c757d !important;
}

.mg-page-navigation-icon-hover {
  padding: 0.5em;
}

.mg-page-navigation-icon-hover:hover {
  background: #8895e0;
}

.mg-page-navigation-icon {
  background: #3F51B5;
  color: white;
}

.mg-page-navigation-taskname:hover {
  background-color: #e9f1f269;
}

.mg-resignation-joiningDetails {
  width: 100%;
}

.mg-overflow-hidden {
  overflow: hidden;
}

.mg-sign-terms-condition {
  width: calc(100% - 70px);
  margin-top: -22px;
}

.mg-sign-terms-background {
  background-color: #dcdcdc33;
}

.mg-sign-terms-verified-span {
  padding: 6px;
  background: #cbe5cc;
  color: #43a047;
  border-radius: 20px;
  font-weight: 600;
}

.mg-sign-terms-list-name {
  font-size: 17px;
  display: inline-block;
  line-height: 125%;
  margin-top: 17px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #266dd3;
  text-align: center;
}

.mg-sign-terms-notverified-btn {
  background-color: #fdedf2;
  padding: 5px;
  font-weight: 300;
  border-radius: 13px;
  color: #ef6292;
}

.mg-sign-terms-notverified-btn:hover {
  background: #f6a8c2;
  color: #ffffff;
  border-color: transparent;
}

.mg-terms-condition-verified {
  background-color: #ecf7ed;
  padding: 5px;
  font-weight: 300;
  border-radius: 13px;
  color: #65b168;
}

.mg-terms-condition-notverified {
  background-color: #fdedf2;
  padding: 5px;
  font-weight: 300;
  border-radius: 13px;
  color: #ef6292;
}

.mg-terms-condition-verified-btn {
  background-color: #ecf7ed;
  padding: 5px;
  font-weight: 300;
  border-radius: 13px;
  color: #65b168;
}

.mg-terms-condition-verified-btn:hover {
  background: #87c289;
  color: #ffffff;
  border-color: transparent;
}

.mg-terms-condition-notverified-btn:hover {
  background: #f6a8c2;
  color: #ffffff;
  border-color: transparent;
}

.mg-terms-condition-notverified-btn {
  background-color: #fdedf2;
  padding: 5px;
  font-weight: 300;
  border-radius: 13px;
  color: #ef6292;
}

/* events */

.mg-event-activity-font-weight {
  font-weight: 500;
  font-size: 20px;
}

.mg-general-white-space {
  white-space: pre-wrap;
}

.mg-general-fileInputProfileWrap {
  width: 50%;
  height: auto;
}

.mg-rewardlist-text {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e8ebf0;
  position: absolute;
  display: grid;
  margin-top: 65px;
  width: 68%;
}

.mg-font-size-14px {
  font-size: 14px;
}

.mg-vertical-align-middle {
  vertical-align: middle;
}

.mg-color-white {
  color: white;
}

.mg-rewardsetting-imagesize {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
}

.mg-rewardsetting-attributename {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  list-style: inside;
  margin: 5px 0px 8px;
  line-height: 1.2;
  display: flex;
}

.mg-rewardsetting-ecardcount {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  padding-top: 8px;
  color: #6c757d;
}

.mg-rewardsetting-ecardscreentext {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  position: relative;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}

.tour-block {
  background: white;
  border-radius: 15px;
  margin-bottom: 5px;
  border-left: solid;
  border-width: 6px;
  border-color: chartreuse;
}

/* job description */

.mg-gold-color {
  color: gold;
}

.mg-job-description-fav {
  border: solid #d3d3d385;
  border-radius: 21px;
  padding: 7px;
  color: lightgrey;
}

.mg-job-description-tital {
  font-weight: 500;
  color: #6c757d !important;
  font-size: small
}

.mg-job-description-skill-cat {
  background: #d3d3d39c;
  padding: 1em;
  font-size: 15px;
  font-weight: 500;
}

.mg-margin-top-8px {
  margin-top: -8px;
}

.mg-letter-payslip-font-weight {
  font-weight: 600;
  font-size: 18px;
}


.mg-width-25 {
  width: 25%;
}

.mg-usercountlist-heading {
  text-transform: capitalize;
  color: #8d8b8a;
  margin: 0;
}

.mg-usercountlist-grid {
  overflow: hidden;
  margin-left: 2px;
}

.mg-margin-bottom-35px {
  margin-bottom: -35px;
}

.mg-height-80 {
  height: 80%;
}

.mg-usercountlist-image {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  background: #f7f5f4;
  position: absolute;
  top: 4px;
  left: 10px;
}

.mg-padding-left-30px {
  padding-left: 30px;
}

.mg-padding-left-100px {
  padding-left: 100px;
}

.mg-white-space-no-wrap {
  white-space: nowrap;
}

.mg-overflow-auto {
  overflow-x: auto;
}

.mg-role-background {
  background-color: rgb(182 190 229);
}

.mg-color-deepskyblue {
  color: deepskyblue;
}

.mg-color-cyanblue {
  color: #0095ff;
}

.mg-color-blueviolet {
  color: blueviolet
}

.mg-color-red-inline {
  color: red;
}

.mg-font-size-16px {
  font-size: 16px !important;
}

.mg-emp-skill-backgroundcolor {
  background-color: rgba(233, 233, 233, 0.3);
}

.mg-emp-skill-line-grid {
  border-bottom: solid 1px lightgrey;
  padding: 7px;
}

.mg-margin-left-35px {
  margin-left: 35px;
}

.mg-emp-skill-card {
  width: 52% !important;
}

@media only screen and (max-width: 600px) {
  .mg-emp-skill-card {
    width: 100%;
  }
}

.mg-profile-employeesummary-background {
  background: rgba(233, 233, 233, 0.3);
}

.mg-opacity {
  opacity: 0.5;
}

.mg-profile-statutory-min-height {
  min-height: 14em;
}

.mg-profile-statutory-text-color {
  color: #999090 !important;
}

.mg-emp-personal-details-username {
  font-size: 20px;
  font-weight: 500;
  color: #266dd3;
}

@media only screen and (max-width: 600px) {
  .mg-emp-personal-details-username {
    font-size: 20px;
    font-weight: 500;
    color: #266dd3;
    margin-left: -38px;
  }
}

.mg-emp-personal-details-aboutme {
  font-size: 13px;
  color: #747474;
  line-height: 1.5;
  font-weight: 500;
  height: 10em;
  overflow: scroll;
  margin-top: -72px;
  background: #d3d3d342;
  padding: 7px;
  max-height: 9em;
}

.mg-padding-20px {
  padding: 20px !important;
}

@media only screen and (max-width: 600px) {
  .mg-emp-langname {
    margin-right: 9px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-emp-langname {
    margin-right: 3px;
  }
}

.mg-font-x-large {
  font-size: x-large;
}

.mg-font-size-20px {
  font-size: 20px;
}

.mg-unauthorized-gotohome {
  position: absolute;
  top: 22%;
  left: 58%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.mg-z-index-o {
  z-index: 0 !important;
}

.mg-dashboard-announce-contet {
  position: relative;
  top: 3em;
  text-align: center;
  height: 98px;
  display: inline-block;
}

.mg-dashboard-happyness-icon {
  float: right;
  cursor: pointer;
  background: #80808063;
  padding: 3px;
  border-radius: 18px;
  color: white;
}

.mg-form-group-icon {
  background: #f44336;
  color: white;
  padding: 3px;
  border-radius: 4px;
}

.mg-form-group {
  background: lightgray;
  color: #000000a1;
  padding: 8px;
  border-radius: 5px;
  font-weight: 500;
}

.mg-display-flow-root {
  display: flow-root;
}

.mg-box-shadow {
  box-shadow: 1px 1px 5px 5px #ece2e2;
}

.mg-border-radius-30 {
  border-radius: 30px;
}

.mg-goal-border {
  border-style: solid;
  border-color: #d3d3d369;
  border-radius: 8px;
}

.mg-margin-top-18 {
  margin-top: 18px;
}

.tour-step {
  z-index: 11 !important;
}

.guided-tour-spotlight-overlay {
  z-index: 9 !important;
}

.tour-step h3.tour-title {
  font-size: 20px;
  border-bottom: solid;
  border-color: lightseagreen;
  border-width: 1px;
  padding-bottom: 7px !important;
}

.tour-step .tour-buttons button.link-button {
  color: #888;
}

.next-button {
  background: #3a53e6;
  color: white;
  border-radius: 8px;
  padding: 5px;
  font-weight: 600;
}

.status-tag-green {
  background-color: #e5faf3;
  border: 1px solid #00ce7c;
  color: #00ce7c;
  padding: 3px;
  border-radius: 4px;
}

.status-tag-green-black-font {
  background-color: #f4fcf7 !important;
  border: 1px solid #22c55e !important;
  padding: 3px;
  border-radius: 4px;
}

.status-tag-blue-black-font {
  background-color: #ebf2ff !important;
  border: 1px solid #4f91ff !important;
  padding: 3px;
  border-radius: 4px;
}

.status-tag-red {
  background-color: #ffe5e6;
  border: 1px solid #fe0000;
  color: #fe0000;
  padding: 3px;
  border-radius: 4px;
}

.mg-pink-gradient {
  background: repeating-linear-gradient(45deg, #e91e63, transparent 100px);
  color: white;
}

.mg-pink-gradient:hover {
  background: repeating-linear-gradient(45deg, #e91e63, transparent 100px) !important;
  ;
  color: white;
}

.mg-indee-gradient {
  background: repeating-linear-gradient(45deg, #4411ef, transparent 100px) !important;
  color: white;
}

.mg-indee-gradient:hover {
  background: repeating-linear-gradient(45deg, #4411ef, transparent 100px) !important;
  color: white;
}

.mg-green-gradient {
  background: repeating-linear-gradient(45deg, #689F38, transparent 100px);
  color: white;
}

.mg-green-gradient:hover {
  background: repeating-linear-gradient(45deg, #689F38, transparent 100px) !important;
  ;
  color: white;
}

.mg-yellow-gradient {
  background: repeating-linear-gradient(45deg, #FBC02D, transparent 100px);
  color: white;
}

.mg-yellow-gradient:hover {
  background: repeating-linear-gradient(45deg, #FBC02D, transparent 100px) !important;
  ;
  color: white;
}

.mg-red-gradient {
  background: repeating-linear-gradient(45deg, #ef1111, transparent 100px);
  color: white;
}

.mg-red-gradient:hover {
  background: repeating-linear-gradient(45deg, #ef1111, transparent 100px) !important;
  ;
  color: white;
}

@media only screen and (min-width: 600px) {
  .mg-leave-type-count-circle {
    background: #8b69691c;
    padding: 10px;
    border-radius: 25px;
    color: black;
    font-weight: 500;
    width: 45px;
    text-align: center;
    margin-left: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .mg-leave-type-count-circle {
    background: #8b69691c;
    padding: 10px;
    border-radius: 25px;
    color: black;
    font-weight: 500;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .mg-hoilday {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    text-align: center;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-hoilday {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    text-align: center;
    width: 50px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-attendance-count-circle {
    background-color: #d9fffd;
    padding: 10px;
    border-radius: 25px;
    color: #087efc;
    font-weight: 500;
    text-align: center;
    margin-left: inherit;
    width: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-attendance-count-circle {
    background: #d9fffd;
    padding: 10px;
    border-radius: 25px;
    color: #087efc;
    font-weight: 500;
    width: 40px;
    text-align: center;
    margin-left: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-attendance-absent-count-circle {
    background-color: #ffe2d9;
    padding: 10px;
    border-radius: 25px;
    color: red;
    font-weight: 500;
    width: 40px;
    text-align: center;
    margin-left: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .mg-attendance-absent-count-circle {
    background-color: #ffe2d9;
    padding: 10px;
    border-radius: 25px;
    color: red;
    font-weight: 500;
    width: 40px;
    text-align: center;
    margin-left: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-attendance-late-count-circle {
    background-color: #FFD59E;
    padding: 10px;
    border-radius: 25px;
    color: #ff7700;
    font-weight: 500;
    width: 40px;
    text-align: center;
    margin-left: inherit;
  }

  .margin-top-1rem {
    margin-top: 1.25rem;

  }
}

@media only screen and (max-width: 600px) {
  .mg-attendance-late-count-circle {
    background-color: #FFD59E;
    padding: 10px;
    border-radius: 25px;
    color: #ff7700;
    font-weight: 500;
    width: 40px;
    text-align: center;
    margin-left: 28px;
  }
}

.mg-attendance-count-circle:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-attendance-absent-count-circle:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-attendance-absent-late-circle:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-leave-type-count-circle:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-hoilday:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-display-table-caption {
  display: table-caption;
}

.mg-text-webkit-center {
  text-align: -webkit-center;
}

.mg-card {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.mg-text-transform-uppercase {
  text-transform: uppercase;
}

.mg-height-72 {
  height: 72%;
}

.mg-orange-color {
  color: orange;
}

.mg-width-21 {
  width: 21%
}

.mg-gola-setting-image {
  width: 100%;
  padding: 4px;
  background: #d3d3d357;
  border-radius: 5px;
}

.mg-task-backgeound:hover {
  background: var(--divider-color);
  border-radius: 10px;
}

.mg-margin-bottom-45px {
  margin-top: -47px
}

.mg-padding-5px {
  padding: 5px;
}

.mg-onbording-status-icon {
  position: relative;
  left: 80px;
  top: 14px;
  color: white;
  padding: 4px;
  border-radius: 8px;
  font-weight: 900;
  font-size: xx-small;
}

.mg-color-greenyellow {
  background: #8bc34a;
  background: rgb(4, 243, 84);

}



.mg-background-blue {
  background: #3f51b5;
}

.mg-width-16 {
  width: 16%;
}

.mg-box {
  background: #f7f7fa;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.mg-icon-style-1 {
  background: #9e9e9e;
  color: #ffffff;
  padding: 4px;
  border-radius: 10px;
  margin-right: 4px;
}

.mg-color-lightgray {
  color: #787885;
}

.mg-background-profile {
  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 35%), 0 1px 3px 0 rgb(0 0 0 / 25%);
  border-radius: 5px;
  background: #ecf7ed;
  padding: 1em;
}

.mg-border-green {
  border-top: solid #29e63a 1px;
}

.mg-w-h-25px {
  width: 25px !important;
  height: 25px !important;
}

.mg-font-size-medium {
  font-size: medium;
}

.mg-user-img-width-height {
  width: 60px;
  height: 55px;
}

@media only screen and (min-width: 600px) {
  .mg-schedule {
    background-color: #d9fffd;
    border-radius: 25px;
    color: #087efc;
    font-weight: 500;
    width: 75px;
    text-align: center;

  }
}

@media only screen and (max-width: 600px) {
  .mg-schedule {
    background-color: #d9fffd;
    border-radius: 25px;
    color: #087efc;
    font-weight: 500;
    width: 50px;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .mg-schedule-holiday {
    color: #43a047;
    font-weight: 500;
    text-align: center;
    margin-left: inherit;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-schedule-holiday {
    color: #43a047;
    font-weight: 500;
    width: 45px;
    text-align: center;
    margin-left: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-schedule-weeklyoff {
    color: #2264d1;
    font-weight: 500;
    text-align: center;
    margin-left: inherit;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-schedule-weeklyoff {
    color: #2264d1;
    font-weight: 500;
    width: 45px;
    text-align: center;
    margin-left: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-schedule-leave {
    color: #ff7700;
    font-weight: 500;
    text-align: center;
    margin-left: inherit;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-schedule-leave {
    color: #ff7700;
    font-weight: 500;
    width: 45px;
    text-align: center;
    margin-left: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-weeklyoff-count-circle {
    background: #d8e6ff;
    padding: 10px;
    border-radius: 25px;
    color: #2264d1;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-weeklyoff-count-circle {
    background: #d8e6ff;
    padding: 10px;
    border-radius: 25px;
    color: #2264d1;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-leave-count-circle {
    background: #ffe2d9;
    padding: 10px;
    border-radius: 25px;
    color: red;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-leave-count-circle {
    background: #ffe2d9;
    padding: 10px;
    border-radius: 25px;
    color: red;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-holiday-count-circle {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-holiday-count-circle {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-working-count-circle {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    font-size: large;
    width: fit-content;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-working-count-circle {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    font-size: large;
    width: 45px;
    text-align: center;

  }
}

.mg-schedule:hover {
  background-color: #413c3c52;
  transition: background-color 0.2s;
}

.mg-ta-working-count-circle:hover {
  background-color: #43a047 !important;
  color: white !important;
}

.mg-ta-holiday-count-circle:hover {
  background-color: #43a047 !important;
  color: white !important;
}

.mg-ta-leave-count-circle:hover {
  background-color: #f44336 !important;
  color: white !important;
}

.mg-ta-weeklyoff-count-circle:hover {
  background-color: #2979ff;
  color: white !important;
}

@media only screen and (max-width: 600px) {
  .mg-margin-left-6px {
    margin-left: -6px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ar-date-circle {
    background-color: #dceddd;
    padding: 5px;
    color: #43a047;
    font-size: medium;
    text-align: center;
    width: 63px;

  }
}

@media only screen and (max-width: 600px) {
  .mg-ar-date-circle {
    background-color: #dceddd;
    padding-top: 7px;
    color: #43a047;
    font-size: medium;
    text-align: center;
    width: 63px;
    padding-bottom: 4px;
  }
}

.mg-display-table-cell {
  display: table-cell;
}

@media only screen and (max-width: 600px) {
  .mg-card-width {
    width: 100% !important;
  }
}

@media only screen and (min-width: 600px) {
  .mg-card-width {
    width: 49% !important;
  }
}

@media only screen and (max-width: 600px) {
  .mg-card-width2 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 600px) {
  .mg-card-width2 {
    width: 32% !important;
  }
}

.mg-btn-color-accept {
  background-color: #dceddd;
  color: #43a047;
}

.mg-btn-color-regularize {
  background-color: #ffe5b3;
  color: #d6981b;
}

.mg-btn-color-accept:hover {
  background-color: #43a047 !important;
  color: white !important;
}

.mg-btn-color-regularize:hover {
  background-color: #e5ae40 !important;
  color: white !important;
}

.mg-leave-date {
  font-size: 12px;
  display: inline-block;
  line-height: 125%;
  margin-bottom: 0;
  font-weight: 100;
  color: #266dd3;
}

@media only screen and (min-width: 600px) {
  .mg-team-attendance-count-circle {
    background-color: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    text-align: center;
    margin-left: inherit;
    width: fit-content;
    font-size: large;
  }
}

@media only screen and (max-width: 600px) {
  .mg-team-attendance-count-circle {
    background: #dceddd;
    padding: 10px;
    border-radius: 25px;
    color: #43a047;
    font-weight: 500;
    width: fit-content;
    font-size: large;
    text-align: center;
    /* margin-left: 28px; */
  }
}

@media only screen and (min-width: 600px) {
  .mg-team-attendance-absent-count-circle {
    background-color: #ffe2d9;
    padding: 10px;
    border-radius: 25px;
    color: red;
    font-weight: 500;
    width: 45px;
    font-size: large;
    text-align: center;
    margin-left: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .mg-team-attendance-absent-count-circle {
    background-color: #ffe2d9;
    padding: 10px;
    border-radius: 25px;
    color: red;
    font-weight: 500;
    width: 45px;
    font-size: large;
    text-align: center;
    /* margin-left: 28px; */
  }
}

@media only screen and (min-width: 600px) {
  .mg-team-attendance-late-count-circle {
    background-color: #ffe5b3;
    padding: 10px;
    border-radius: 25px;
    color: #d6981b;
    font-weight: 500;
    width: 45px;
    font-size: large;
    text-align: center;
    margin-left: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .mg-team-attendance-late-count-circle {
    background-color: #ffe5b3;
    padding: 10px;
    border-radius: 25px;
    color: #d6981b;
    font-weight: 500;
    width: 45px;
    font-size: large;
    text-align: center;
    /* margin-left: 28px; */
  }
}

.mg-team-attendance-count-circle:hover {
  background-color: #43a047 !important;
  color: white !important;
}

.mg-team-attendance-absent-count-circle:hover {
  background-color: #f44336 !important;
  color: white !important;
}

.mg-team-attendance-late-count-circle:hover {
  background-color: #d6981b !important;
  color: white !important;
}

@media only screen and (min-width: 600px) {
  .mg-present-margin-left {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-present-margin-left {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-absent-margin-left {
    margin-left: -55px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-absent-margin-left {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-leave-margin-left {
    margin-left: -17px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-leave-margin-left {
    margin-left: 31px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-present-margin-left {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-present-margin-left {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-absent-margin-left {
    margin-left: -14px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-absent-margin-left {
    margin-left: -18px;
  }
}

@media only screen and (min-width: 600px) {
  .mg-ta-off-margin-left {
    margin-left: -22px;
  }
}

@media only screen and (max-width: 600px) {
  .mg-ta-off-margin-left {
    margin-left: -22px;
  }
}

.mg-hide {
  display: block;
}

@media only screen and (min-width: 600px) {
  .mg-ta-leave-margin-left {
    margin-left: -10px;
  }

  .mg-fixed-bar-people-search {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    top: 90px;
    left: 0px;
    /* z-index: -1; */
    box-shadow: 1px 1px 1px 1px #e6d9d9;
  }

  .mg-fixed-bar-emp {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    top: 90px;
    left: 0px;
    z-index: 3;
    box-shadow: 1px 1px 1px 1px #e6d9d9;
  }



  .mg-show-bar {
    display: none;
  }

  .mg-top {
    left: 47px;
    top: 10px;
  }

}

@media only screen and (max-width: 600px) {
  .mg-ta-leave-margin-left {
    margin-left: -15px;
  }

  .mg-fixed-bar-people-search {
    position: fixed;
    width: 100%;
    height: 120px;
    background: #fff;
    top: 35px;
    left: 0px;
    /* z-index: -1; */
    box-shadow: 1px 1px 1px 1px #e6d9d9;
  }

  .mg-fixed-bar-emp {
    position: fixed;
    width: 100%;
    height: 185px;
    background: #fff;
    top: 35px;
    left: 0px;
    z-index: 2;
    box-shadow: 1px 1px 1px 1px #e6d9d9;
  }



  .mg-show-bar {
    display: block;
  }

  .mg-top {
    top: 3px;
    left: 38px;
  }

}

.mg-margin-bottom-40px {
  margin-bottom: -40px;
}

.mg-border-top {
  border-top: 1px solid #ddd;
}

.mg-white-space-initial {
  white-space: initial;
}

.mg-margin-top-12px {
  margin-top: -12px !important;
}

.mg-margin-top-10px {
  margin-top: 10px;
}

.mg-margin-left-auto {
  margin-left: auto;
}

.mg-margin-top-7px {
  margin-top: -7px;
}

.mg-width-height-25px {
  width: 25px !important;
  height: 25px !important;
}

.mg-width-50px {
  width: 50px;
}

.mg-height-47px {
  height: 47px
}

.mg-margin-right-5px {
  margin-right: 5px;
}

.mg-time-color-blue {
  color: #2979ff;
}

.mg-time-color-orange {
  color: #f6655a;
}

.mg-position-inherit {
  position: inherit;
}

.mg-line-height-2 {
  line-height: 2.5;
}

.mg-margin-top-30 {
  margin-top: -30px;
}

.mg-width-47 {
  width: 47% !important;
}

.mg-vertical-line {
  border-collapse: collapse;
  border-right: 1px solid #ddd;
  padding-top: 12px;
  padding-right: 5px;
}

.mg-customize-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 1px 0px grey;
  border-radius: 5px;
  width: 100%;
  padding-left: 5px;
}

@media only screen and (min-width: 600px) {
  .mg-schedules {
    /* margin-left: 13rem; */
    /* margin-top: -45px; */
    margin-top: 23px;
    width: -webkit-fill-available;
  }

  .mg-height-96 {
    height: 93%;
  }

  .mg-row {
    display: flex;
  }

  .mg-team-attendance-absent-text {
    margin-left: 12px;
  }

  .mg-month-css {
    border-radius: 12px;
    background: white;
    padding: 5px;
    border: 1px solid black;
    margin-left: 5px;
  }

  .mg-margin-left {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .mg-schedules {
    margin-top: 25px;
  }

  .mg-margin-top-20 {
    margin-top: 20px;
  }

  .mg-row {
    display: grid;
  }

  .mg-month-css {
    border-radius: 12px;
    background: white;
    padding: 5px;
    border: 1px solid black;
    margin-left: 5px;
    width: max-content;
  }

}

.mg-day-color {
  color: #f44336
}

.mg-present {
  background-color: #dceddd !important;
}

.mg-absent {
  background-color: #fddcda !important;
}

.mg-leave {
  background-color: #ffe5b3 !important;
}

.mg-present:hover {
  background-color: #43a047 !important;
  color: white !important;
}

.mg-absent:hover {
  background-color: #f44336 !important;
  color: white !important;
}

.mg-leave:hover {
  background-color: #d6981b !important;
  color: white !important;
}

.mg-margin-top-2 {
  margin-top: 2px;
}

.mg-holiday-css {
  border-radius: 25px;
  padding: 5px;
  border: 1px solid #0000004d;
  margin-left: 5px;
}

.mg-holiday-css:hover {
  background-color: #43a047 !important;
  color: white !important;
}

.mg-column {
  float: left;
  /* width: 50%; */
}

/* Clear floats after the columns */
.mg-row:after {
  content: "";
  display: table;
  clear: both;
}

.mg-margin-left-13px {
  margin-left: 13px;
}

@media only screen and (min-width: 600px) {
  .mg-schedule-absent {
    color: red;
    font-weight: 500;
    text-align: center;
    margin-left: inherit;
    width: 50px;
  }

  .mg-search-box {
    overflow: scroll !important;
    min-height: 54% !important;
    width: 122%;
    width: 100%;
    /* margin-left: -35px; */
  }
}

@media only screen and (max-width: 600px) {
  .mg-schedule-absent {
    color: red;
    font-weight: 500;
    width: 45px;
    text-align: center;
    margin-left: 28px;
  }

  .mg-search-box {
    overflow: scroll !important;
    max-height: 40% !important;
    width: 178%;
    margin-left: -16px;
  }

  .mg-margin-top-15px {
    margin-top: 15px;
    width: 145%;
  }
}

.mg-file-uoload {
  align-items: center;
  background: aliceblue !important;
  border: 2px dashed #7173862e !important;
  border-radius: 5px;
  color: #717386;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 180px;
  overflow-x: auto;
  
}

.mg-icon-list {
  background: #dadac5;
  padding: 5px;
  border-radius: 50%;
  margin-right: 7px;
  color: #607d8b;
}

.mg-border-blue {
  border-top: solid #2e29e6 1px;
}

.p-calendar {
  width: 100% !important;
}

.mg-margin-top-15 {
  margin-top: -15px;
}

.mg-margin-top-16 {
  margin-top: -16px;
}

.mg-word-beak-all {
  word-break: break-all;
}

.mg-color-red {
  background: #cc3f3f;
}

.p-sidebar-right.p-sidebar-lg {
  width: 32rem !important;
}

.mg-text-transform-captitalize {
  text-transform: capitalize;
}

.mg-border-bottom {
  border-bottom: 1px solid #eee;
}

.mg-employee-username {
  /* color: #ff5722; */
  font-size: 14px;
  margin-left: 70px;
  margin-top: -57px;
  font-weight: 600;
}

.mg-status-tag-green {
  background-color: #e5faf3;
  border: 1px solid #00ce7c;
  color: #00ce7c;
  padding: 5px;
  border-radius: 4px;
}

.mg-background-green-color {
  background: green;
}

.mg-gold-color {
  color: gold;
}

.mg-header-sticky {
  position: fixed;
  top: 88px;
  width: 100%;
  z-index: 9;
}

.mg-top-20 {
  top: 20px;
}

.mg-people-search-orange-color-tag {
  color: #ffc700;
  background-color: #f8c8113b;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
}

.mg-profile-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border-style: solid;
  border-color: #FFFFFF;
  box-shadow: 0 0 8px 3px #B8B8B8;
}

.mg-profile-pic-icon {
  position: absolute;
  /* top: 168px; */
  background: gray;
  padding: 7px;
  border-radius: 20px;
  font-weight: 700;
  color: white;
  /* left:105px; */
}

.mg-error-image {
  height: 72%;
  width: 55%;
}

.mg-width-height-80px {
  width: 80px;
  height: 80px;
}

.mg-empView-status-icon {
  position: relative;
  left: 85px;
  top: 14px;
  padding: 4px;
  border-radius: 8px;
  font-weight: 900;
  font-size: xx-small;
}

.mg-bottom-30px {
  bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .mg-sm-text-center {
    text-align: center;
  }

  .p-sidebar-right.p-sidebar-lg {
    width: 25rem !important;
  }

  .width-min-content {
    width: min-content;
    overflow: hidden;
  }

  .width-25em {
    width: 25em;
    overflow: hidden;
  }

  .margin-top-rem {
    margin-top: 1.25rem;
  }

  .show {
    display: block;
  }

  .hide {
    display: none !important;
  }

  .margin-top-4 {
    margin-top: 1.5rem;
  }

  .margin-top-6 {
    margin-top: 2.5rem;
  }

  .margin-top-6px {
    margin-top: 6px !important;
  }

  .margin-top-1rem {
    margin-top: 1rem !important;
    ;
  }

  .margin-top-100px {
    margin-top: 100px !important;
  }

  .margin-bottom-105px {
    margin-bottom: -105px;
  }

  .margin-top-2rem {
    margin-top: 2rem !important;
  }
}

@media only screen and (min-width: 600px) {
  .mg-md-text-inherit {
    text-align: inherit;
  }

  .width-min-content {
    width: 45em;
  }

  .hidebackarrow {
    display: none;
  }

  .hide {
    display: block !important;
  }

  .margin-top-100px {
    margin-top: 25px !important;
  }
}

.mg-content-div {
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
  -webkit-box-pack: start !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 1rem !important;
}

.mg-home-page-image {
  margin-bottom: -4px;
  border-radius: 6px;
}

.mg-color-code-1 {
  color: #1992D4;
}

.mg-color-code-2 {
  color: rgb(203, 110, 23);
}

.mg-color-code-3 {
  color: #3EBD93;
}

.mg-color-code-4 {
  color: #896FF4;
}

.mg-color-code-5 {
  color: #035388;
}

.mg-color-code-6 {
  color: #cb6e17;
}

.mg-color-code-7 {
  color: #147d64;
}

.mg-color-code-8 {
  color: #6551b7
}

.mg-breadcrumb {
  position: fixed;
  width: 100%;
  z-index: 996;
  margin-top: 15px;
}

.mg-emprofile-picture {
  border-radius: 40px;
  width: 60px;
  height: 60px;
}

.mg-background-light-blue {
  background: #3ebd9345;
}

.mg-z_index-1001 {
  z-index: 1001 !important;
}

.mg-z_index-994 {
  z-index: 994;
}

.mg-background-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  transition: .15s linear;
  z-index: 993;
}

.mg-color-blue {
  color: blue;
}

.mg-color-light-gray {
  color: gray;
}

.mg-line-height-1-6 {
  line-height: 1.6;
}

.mg-min-height-8em {
  min-height: 8em
}

.mg-max-height-25em {
  max-height: 25em;
}

.mg-fooder-people-search {
  position: sticky;

  overflow: hidden;
  box-shadow: 0px -1px 0px rgb(50 50 50 / 24%);
  text-align: end;
}

.mg-border-groove {
  border: 1px solid lightgray;
}

.mg-width-25-percentage {
  width: 25%;
}

.mg-width-31 {
  width: 31% !important;
}

.mg-field-checkinout {
  width: 35% !important;
  margin-left: -240px !important;
  margin-right: 3px !important;
}

/* .p-autocomplete{
  width: 100% !important;
} */
.mg-text-left {
  text-align: left;
}

.mg-padding-left-20px {
  padding-left: 20px;
}

.mg-mb-3px {
  margin-bottom: 3px;
}

.mg-fs-12px {
  font-size: 12px;
}

.progress1 {
  background: #d1e8fa;
  border-radius: 4px;
  align-items: center;
  position: relative;
  height: 0.5rem;
}

.progress-value {
  /* animation: load 3s normal forwards;  */
  border-radius: 4px;
  background: #253b80;
  height: 0.5rem;
}

.mg-mb-0 {
  margin-bottom: 0;
}

.timeIn {
  margin-right: 5px;
  /* margin-left: 7px; */
  /* display: table !important; */
  padding: 4px;
  background-color: #d1e8fa;
  border-radius: 6px;
  font-size: 0.75rem;
  /* text-align: center; */
  color: #253b80;
  /* width: 25%; */
  margin-bottom: 1px;
}

.titochlid {
  margin-right: 5px;
  /* margin-left: 5px; */
  /* display: table !important; */
  font-weight: 700;
  /* padding: 4px; */
  background-color: #d1e8fa;
  border-radius: 6px;
  font-size: 0.75rem;
  text-align: center;
  color: #253b80;
  width: 25%;
  margin-bottom: 1px;
}

.mg-terms-condition-title {
  color: #848f99;
  font-size: 1rem;
  letter-spacing: .125em;
  text-transform: uppercase;
}

.green-color-tag {
  color: #43a047;
  background-color: #dceddd;
  padding: 0.2em 0.85em;
  font-size: .85rem;
}

.red-color-tag {
  color: #c8372d;
  background-color: #fccbc8;
  padding: 0.2em 0.85em;
  font-size: .85rem;
}

.purple-color-tag {
  color: #800080b0;
  background-color: #8000801c;
  padding: 0.2em 0.85em;
  font-size: 0.85rem;
}

.orange-color-tag1 {
  color: #fff;
  background-color: #c06715;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  border-radius: 4px;
}

.sky-blue-color-tag {
  color: #009ef7;
  background-color: #f1faff;
  padding: 0.2em 0.85em;
  font-size: .85rem;
}

.blue-color-tag {
  background-color: #1565c0;
  color: #fff;
  padding: 0.2em 0.85em;
  font-size: .85rem;
  border-radius: 4px;
}

.input-wrapper {
  position: relative;
}

.msg {
  border: 1px solid gray;
  border-radius: 6px;
  position: relative;
  width: 98%;
  margin: 10px;
  line-height: 1.6rem;
  display: inline-block;
  color: black;
  white-space: break-spaces;
  padding: 15px;
}

.text {
  position: absolute;
  top: 0.2ex;
  z-index: 1;
  left: 2em;
  background-color: white;
  padding: 0 5px;
}

.leavetype {
  background-color: #d1e8fa;
  color: #253b80;
  font-size: medium;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.height-55px {
  height: 55px;
}

.halfdaymultirange {
  width: 600% !important;
  margin-left: 80px;
  margin-top: -30px;
}

.margin-left-5px {
  margin-left: -5px !important;
}

.regular-leaves {
  background-color: #d1e8fa;
  color: #253b80;
  font-size: smaller;
  padding: 2px 4px;
  border-radius: 6px;
  font-weight: 700;
}

.special-leave {
  background-color: #ffe5b3;
  color: #e5ae40;
  font-size: smaller;
  padding: 2px 4px;
  border-radius: 6px;
  font-weight: 700;
}

.od-leave {
  background-color: #dceddd;
  color: #43a047;
  font-size: smaller;
  padding: 2px 4px;
  border-radius: 6px;
  font-weight: 700;
}

.control-section {
  margin-bottom: 15px;
  margin-top: 10px;
}

.e-toolbar-wrapper {
  display: inline-block;
  min-height: 42px;
}

.-my {
  margin-top: -20px;
  margin-bottom: -10px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.min-max-height {
  overflow-y: auto;
  max-height: 200px;
  min-height: 200px;
  overflow-x: hidden;
}

.tasktypecolor {
  color: #424F63;
}

.display-grid {
  display: grid;
}

.tasknamecolor {
  color: #707070a6;
}

.date-color {
  background-color: #dedede;
  color: #0e0e0e;
}

.margin-bottom-5px {
  margin-bottom: 5px !important;
}

.mg-gray-heading-color {
  color: #808080;
}

.mg-color-green {
  color: #26ae61;
}

.mg-position-fixed {
  z-index: 9;
  position: fixed;
  top: 36px;
  width: 79%;
  background: white;
  box-shadow: 0px 1px 0px 0px #e0e0e0fc;
}

.mg-font-size-46px {
  font-size: 46px;
  color: #57a857;
}

.mg-full-time {
  background: #f5f7fc;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #26ae61;
  line-height: 1;
  min-height: 25px;
}

.mg-margin-top-7em {
  margin-top: 7em;
}

.mg-font-size-18px {
  font-size: 18px;
}

.mg-width-64em {
  width: 64em;
}

.mg-candidate-top-fixed {
  z-index: 9;
  position: fixed;
  top: 36px;
  width: 78%;
  background: white;
  box-shadow: 0px 1px 0px 0px #e0e0e0fc;
}

.mg-text-align-center {
  text-align: center;
}

.mg-img-ta {
  width: 60px;
  height: 60px;
  text-align: center;
}

.mg-width-20 {
  width: 20%;
}

.mg-margin-left-65px {
  margin-left: 65px;
}

.mg-width-100-percent {
  width: 100%;
}

.mg-ta-background {
  background: #e0dfdf;
}

.mg-ta-margin-top-88px {
  margin-top: 88px;
}

.mg-ta-active {
  background: #f5f7fc;
  padding: 3px 3px;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #26ae61;
  line-height: 1;
  float: right;
}

.mg-margin-top-6em {
  margin-top: 6em;
}

.mg-border-solid-1px {
  border: solid 1px #bbb;
}

.mg-border-none {
  border: none;
}

.mg-password-color {
  color: #32cd32;
}

.mg-password-expired {
  color: #f00;
  background: #ff000030;
  padding: 4px;
  font-weight: 500;
}

.mg-fist-time-password {
  color: #008000;
  background: #0080002e;
  font-weight: 500;
  padding: 5px;
}

.container-1 {
  border-left: 5px solid #1289ff;
  background-color: #ebe9e9;
  border-radius: 5px;
  height: 55px;
}

.billable {
  float: right;
  position: relative;
  font-size: smaller;
  top: 2px;
  background-color: #63c9ff;
  border-radius: 20px;
  text-align: center;
  width: 16px;
}

.nonbillable {
  float: right;
  position: relative;
  font-size: smaller;
  top: 2px;
  background-color: #b2b2b3;
  border-radius: 20px;
  text-align: center;
  width: 16px;
}

.graycolor {
  color: #9c9c9c;
}

.textHover {
  position: relative;
  display: flex !important;
}

.textHover .hoverText {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  margin-top: 20px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  word-break: break-all;
}

.textHover:hover .hoverText {
  visibility: visible;
}

.fs-small {
  font-size: small !important;
}

.mg-h-4em {
  height: 4em;
}

.color-black {
  color: black;
}

.mg-as-displaymonth {
  background-color: #d1e8fa;
  padding: 5px;
}

.mg-as-color {
  color: black
}

.flex-topic-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex-topic-card img {
  max-width: 100%;
}

.flex-topic-card img:hover {
  transform: rotate(0) scale(1.1);
}

.flex-topic-card .flex-topic-text {
  padding: 0 20px 20px;
}

.h3-flex-topic-fs:after {
  content: "";
  height: 5px;
  left: 0;
  width: 1px;
  position: absolute;
  transition: width 1s ease, background-color 1s ease;
  right: 0;
  margin: 0 auto;
}

.h3-flex-topic-fs:hover {
  color: #606b68;
  transition: color 1s ease;

}

.h3-flex-topic-fs:hover:after,
.h3-flex-topic-fs:focus:after {
  /* width: 100%; */
  background-color: #606b68;
}

.h3-flex-topic-fs {
  font-size: 1.17em;
}

.desc-color {
  color: #747474;
}

/* mobile */
@media only screen and (max-device-width : 640px) {
  .flex-topic-card {
    background-color: #fff;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .mg-onbording-status-icon {
    position: relative;
    left: 99px;
    top: 14px;
    color: white;
    padding: 4px;
    border-radius: 8px;
    font-weight: 900;
    font-size: xx-small;
  }

  .layout-breadcrumb li{
    display: inline-block;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
}

/* lap */
@media only screen and (min-device-width : 640px) {
  .flex-topic-card {
    background-color: #fff;
    flex: 0 0 225px;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  }
}

.header {
  background: #fff;
  padding: 16px;
  display: flex;
}

.header1 {
  padding: 10px;
}

.header1 img {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 22px;
}

.header1 img:hover {
  transform: scale(1.3);
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center
}

.flex-img {
  margin-right: 15px;
}

.flex-text {
  font-size: 20px;
  padding-left: 20px;
  float: left;
}

.header2 .side-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.header2 img {
  width: 55px;
  height: 55px;
  border: 2px solid #ccc;
  border-radius: 22px;
}

.header2 img:hover {
  transform: scale(1.3);
}

.border-round-radius {
  border-radius: 6px !important;
}

.surface-cards {
  background-color: #ffffff !important;
}

.wh-45px {
  width: 45px;
  height: 45px;
  border-radius: 25px;
}

.text-color-900 {
  color: #212121 !important
}

.text-color-600 {
  color: #757575 !important
}

.wh-70px {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.text-color-green-500 {
  color: #22c55e;
}

.text-color-red-500 {
  color: #ec4899
}

.bg-color-indigo-50 {
  background-color: #f7f7fe;
}

.text-color-indigo-500 {
  color: #6366f1;
}

.wh-32px {
  width: 32px;
  height: 32px;
  border-radius: 20px;
}

.text-color-700 {
  color: #616161;
}

.comments-date-color {
  color: #7e7e7e;
}

.timesheet-card {
  background: var(--surface-a);
  border: 1px solid #ecedf2;
  box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
}

.ts-document-header {
  font-size: 14px;
  /* font-weight: 600; */
  padding: 10px;
  padding-bottom: 0px;
}

.ts-document-desc {
  font-size: 12px;
  font-weight: 400;
  color: #7b7b7b;
  padding: 10px;
}

.pd-ts-document-desc {
  font-size: 12px;
  font-weight: 400;
  color: #7b7b7b;
  padding: 5px;
}

.p-10px {
  padding: 10px;
}

.pl-5px {
  padding-left: 5px;
}

.br-mr-5px {
  border-right: 1px solid #b2b2b2;
  padding-right: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.pd-green-color-tag {
  color: #43a047;
  background-color: #dceddd;
  padding: 0px 5px;
  font-size: .85rem;
}

.pd-red-color-tag {
  color: #c8372d;
  background-color: #fccbc8;
  padding: 0px 5px;
  font-size: .85rem;
}

.deep-red-color-tag {
  color: #97294e;
  background-color: #f9cada;
  padding: 0px 5px;
  font-size: .85rem;
}

.border-svg {
  border: 1px solid #7e7e7e;
  border-radius: 20px;
  padding: 5px;
  padding-top: 6px;
  padding-bottom: 3px;
}

.border-right-dotted {
  border-right: 1px dotted #ccc;
}

.ws-bs {
  white-space: break-spaces;
}

.text-color-secondary {
  color: rgba(0, 0, 0, 0.6) !important;
}

.field-bg {
  background-color: var(--divider-color);
  padding: 6px 12px;
  border-radius: 4px;
}

.rpt-h2 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 16px !important;
  padding-left: 15px;
}

.rpt-h2 .rpt-span {
  background: #fff;
  padding: 0 10px;
}

.status-tag-red-black-font {
  background-color: #fef6fa !important;
  border: 1px solid #ec4899 !important;
  padding: 3px;
  border-radius: 4px;
}

.surface-border {
  border-color: rgba(0, 0, 0, .12) !important;
}

.surface-0 {
  background-color: #ffffff !important;
}

.bg-primary-700 {
  background-color: #2c397f !important;
}

.hover:shadow-2:hover,
.active:shadow-2:active {
  box-shadow: 0 4px 10px #00000008, 0 0 2px #0000000f, 0 2px 6px #0000001f !important;
}

.hover\:surface-card:hover,
.active\:surface-card:active {
  background-color: var(--surface-a) !important;
}
.ts-status-tag-green-black-font{
  background-color: #f4fcf7 !important;
  border: 1px solid #22c55e !important;
  padding: 3px;
  border-radius: 4px;
}
.border-img{
  border: 3px solid var(--surface-card);
}
.taskList-card {
  display: flex;
  justify-content: space-evenly;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid var(--surface-200);
  padding-top: 7px;
  border-left: 2px solid rgb(61, 61, 250);
  width: 98%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ticketlist-card {
  display: flex;
  justify-content: space-evenly;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid var(--surface-200);
  padding-top: 7px;
  border-left: 2px solid rgb(250, 61, 61);
  width: 98%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

 .p-dropdown .p-dropdown-panel {
  z-index: 995 !important;
}
.p-component-overlay .p-sidebar-mask .p-component-overlay-enter .p-component-overlay-leave{
  display: none !important;
}
.mg-weeklyoff-bg-color {
  background-color: rgba(101, 214, 173, 0.1) !important;
  border: 1px solid rgb(101, 214, 173);
  color: black;
}
/* ::ng-deep .p-link {
  text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
} */
.mg-active-background{
  background: #fff1d4;
}
.mg-profile-section:hover{
  background: #f5faf5;
}
.mg-skill-card{
  background-color:white;
  min-height: 80px;
}
.mg-status-tag-Yellow-black-font {
  background-color: #fefbf3 !important;
  border: 1px solid #eab308 !important;
  padding: 3px;
  border-radius: 4px;
}
.mg-view-task-container {
  margin: 0 auto; /* Center the container horizontally */
  padding: 15px; /* Add padding around the content */
  max-width: 1000px; /* Set a maximum width for the container */
  background-color: #fff; /* Set a background color */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a box shadow for a subtle effect */
  margin-bottom: 15px;
  border-radius: 4px;
  margin-top: 10px;
}
.mg-ele-stage-con{
  padding: 15px; /* Add padding around the content */
  background-color: #fff; /* Set a background color */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a box shadow for a subtle effect */
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.mg-el-cat-file-add{
  vertical-align: top;
  width: 47.5px;
  height: 47.5px;
  text-align: center;
  font-size: 25px;
  color: var(--topbar-bg-color);
  border: 1px dashed var(--topbar-bg-color);
}
.mg-feed-textarea-slim {
  border: 0 !important;
  height: calc((40 * 0.07142857143) * 1rem);
  line-height: calc((40 * 0.07142857143) * 1rem);
  padding: 2px 10px 0 10px;
  resize: none;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  width: 100%;
  font-family: sans-serif;
}
[_nghost-olv-c176] {
  display: flex;
  align-items: center;
  height: 180px;
  background: #fff;
  cursor: pointer;
  color: #717386;
  border: 2px dashed #717386;
  border-radius: 5px;
  font-size: 16px;
  overflow-x: auto;
}
.social-card .social-card-body .blockquote .blockquote-core-value {
  position: absolute;
  top: 5px;
  right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid rgb(21 101 192);
  color: rgb(21 101 192);
  padding: 2px 6px;
  border-radius: 4px;
}
.mg-surface-200 {
  background-color: #EEEEEE !important;
}
.mg-box-date {
  color: rgba(103, 58, 183, 0.92);
  font-size: 11px;
  margin-top: -6px;
}

.mg-leave-details {
  background: #ebf2ff;
  padding: 15px;
  padding-bottom: 35px;
  padding-top: 15px;
  color: var(--surface-a)
}
.common-header{
  --common-header-border-color: #e40000;
    --main-gray: #ededed;
    display: flex;
    background-color: white !important;
    height: 60px;
    padding: 10px 16px;
    flex-shrink: 0;
}
.chats{
  overflow-y: auto;
  scrollbar-width: thin;
  --white: #fff;
  background-color: var(--white);
}
.text-input{
  -moz-appearance:none; -webkit-appearance:none; appearance:none;
  --white:#fff;
  background-color:var(--white); padding:10px; margin:5px 10px; border-radius:20px; border-width:0;
  &:focus{outline:none;}

}

.mg-theme-black-and-white{
  background-color: 'white'
}
.mg-oto-action-icon{
  font-size:10px;
  background-color: #fff;
  padding: 4px;
  border-radius: 9px;
}
.mg-svg-fill{
  /* fill: white; */
}

.logo-bg {
  position: relative;
  width: 100%;
  height: 100vh; /* Full height */
  overflow: hidden; /* Ensure no overflow */
}

.logo-img {
  position: relative; /* Keep content on top */
  z-index: 2; /* Higher than the blurred background */
}

.logo-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* Light color for a glassy effect */
  backdrop-filter: blur(10px) saturate(150%); /* Increased blur and saturation for glass effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border to enhance the glass effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  z-index: 2; /* Below content */
}

.layout-breadcrumb-container{
  /* background-color: transparent; */
  background: rgba(255, 255, 255, 0.2); /* Light color for a glassy effect */
  backdrop-filter: blur(10px) saturate(150%); /* Increased blur and saturation for glass effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border to enhance the glass effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  z-index: 1; /* Below content */
}

.glassy-bg{
  background: rgba(255, 255, 255, 0.2); /* Light color for a glassy effect */
  backdrop-filter: blur(10px) saturate(150%); /* Increased blur and saturation for glass effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border to enhance the glass effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  z-index: 1;
}

.layout-topbar::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* Light color for a glassy effect */
  backdrop-filter: blur(10px) saturate(150%); /* Increased blur and saturation for glass effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border to enhance the glass effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  z-index: 1; /* Below content */
}

.layout-topbar-logo,.layout-topbar-right{
  //border-radius: 0.2rem;
  background-color: #1565C0;
  z-index: 3;
}
