/* Add your variable customizations of layout here */
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.card {
  border-radius: 4px;
  background: #ffffff;
  padding: 18px;
  margin-bottom: 2rem;
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .card-subtitle {
  color: #9199a9;
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}
.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
  top: 70px;
}
@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 rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
.fadeInDown {
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 0.5s;
}
.fadeOutUp {
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.15s;
}
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;
}
mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}
blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}
hr {
  border-top: solid rgba(145, 153, 169, 0.3);
  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;
}
.splash-screen {
  width: 100%;
  min-height: 100vh;
  background-color: #F4F7F7;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 40px;
  width: 40px;
  transform: translate(-50%, -50%);
}
[class^=ball-] {
  position: absolute;
  display: block;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transition: all 0.5s;
  animation: circleRotate 4s both infinite;
  transform-origin: 0 250% 0;
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
.ball-1 {
  z-index: -1;
  background-color: #5E81AC;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}
.ball-2 {
  z-index: -2;
  background-color: #81A1C1;
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}
.ball-3 {
  z-index: -3;
  background-color: #88C0D0;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}
.ball-4 {
  z-index: -4;
  background-color: #8FBCBB;
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}
.ball-5 {
  z-index: -5;
  background-color: #D08770;
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}
.ball-6 {
  z-index: -6;
  background-color: #EBCB8B;
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}
.ball-7 {
  z-index: -7;
  background-color: #A3BE8C;
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}
.ball-8 {
  z-index: -8;
  background-color: #B48EAD;
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #4c566a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #eceff4;
}
body .ajax-loader {
  font-size: 32px;
}
body.hidden-overflow {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #9199a9;
  color: var(--primary-color);
}
.layout-main-mask {
  display: none;
  background-color: #2e3440;
  position: fixed;
  z-index: 997;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.64;
  animation-name: fadeinmask;
  animation-duration: 0.15s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.layout-main {
  margin-left: 60px;
  transition: margin-left 0.15s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  transition: margin-left 0.2s;
}
.layout-footer {
  background-color: #ffffff;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.layout-footer .logo-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-footer .logo-text img {
  height: 50px;
  width: 50px;
}
.layout-footer .logo-text .text {
  margin-left: 15px;
}
.layout-footer .logo-text .text h1 {
  font-size: 18px;
  color: #4c566a;
  font-weight: normal;
  margin: 0;
}
.layout-footer .logo-text .text span {
  color: #9199a9;
  font-size: 12px;
}
.layout-footer .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
  color: #9199a9;
  height: 100%;
}
.layout-footer .icons i {
  margin-left: 20px;
  cursor: pointer;
  font-size: 28px;
}
.layout-footer .icons i:hover {
  color: #5e81ac;
}
.layout-sidebar {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999;
  transform: translate3d(-180px, 0px, 0px);
  transition: transform 0.15s;
  box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
}
.layout-sidebar .sidebar-logo {
  height: 76px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 8px;
}
.layout-sidebar .sidebar-logo .sidebar-pin {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.15s;
}
.layout-sidebar .sidebar-logo .sidebar-pin i {
  line-height: inherit;
  font-size: 18px;
}
.layout-sidebar .sidebar-logo img {
  vertical-align: middle;
  height: 45px;
  width: 45px;
  border: 0 none;
}
.layout-sidebar .sidebar-logo .app-name {
  display: none;
  vertical-align: middle;
  font-size: 22.5px;
  margin-left: 4px;
}
.layout-sidebar .layout-menu-container {
  overflow: auto;
  height: calc(100% - 72px);
}
.layout-sidebar .layout-menu-container .layout-menu {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  padding-bottom: 120px;
}
.layout-sidebar .layout-menu-container .layout-menu li {
  padding: 4px 10px;
}
.layout-sidebar .layout-menu-container .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-sidebar .layout-menu-container .layout-menu li > a {
  padding: 10px;
  display: flex;
  border-radius: 0;
  transition: all 0.15s;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.layout-sidebar .layout-menu-container .layout-menu li > a i {
  width: 22px;
  height: 22px;
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}
.layout-sidebar .layout-menu-container .layout-menu li > a i.layout-submenu-toggler {
  transition: all 0.15s;
  font-size: 22px;
  display: none;
  margin-right: 4px;
  right: 30px;
}
.layout-sidebar .layout-menu-container .layout-menu li > a .menuitem-badge {
  display: none;
  margin-left: auto;
}
.layout-sidebar .layout-menu-container .layout-menu li ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li {
  padding: 4px 0;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li a {
  padding-left: 20px;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li ul li a {
  padding-left: 30px;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul li a {
  padding-left: 40px;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul li a {
  padding-left: 50px;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul li a {
  padding-left: 60px;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul ul li a {
  padding-left: 70px;
}
.layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul ul ul li a {
  padding-left: 80px;
}
.layout-sidebar .layout-menu-container .layout-menu > li > a {
  border-radius: 6px;
}
.layout-sidebar .layout-menu-container .layout-menu > li.active-menuitem > a {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-sidebar .layout-menu-container .layout-menu > li.active-menuitem > ul {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.layout-sidebar .layout-menu-container .layout-menu .menuitem-badge {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 50%;
}
.layout-sidebar.layout-sidebar-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-sidebar.layout-sidebar-active .sidebar-logo {
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 0 14px;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo img {
  display: inline;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo .app-name {
  display: inline;
}
.layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-pin {
  display: inline-block;
}
.layout-sidebar.layout-sidebar-active .layout-menu li a i.layout-submenu-toggler {
  display: inline-block;
}
.layout-sidebar.layout-sidebar-active .layout-menu li a .menuitem-badge {
  display: inline-block;
}
.layout-wrapper-static .layout-sidebar {
  transform: translate3d(0px, 0px, 0px);
}
.layout-wrapper-static .layout-sidebar .sidebar-logo {
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 0 14px;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo img {
  display: inline;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .app-name {
  display: inline;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-pin {
  display: block;
}
.layout-wrapper-static .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
  display: inline-block;
}
.layout-wrapper-static .layout-main {
  margin-left: 240px;
}
.layout-wrapper-static .layout-main .layout-topbar {
  width: calc(100% - 240px);
  transition: width 0.15s;
}
.layout-wrapper-static-restore .layout-sidebar {
  transition: none;
  transform: translate3d(0px, 0px, 0px);
}
.layout-wrapper-static-restore .layout-main {
  transition: none;
  margin-left: 240px;
}
@media (max-width: 991px) {
  .layout-wrapper .layout-sidebar {
    width: 240px;
    top: 75px;
    transform: translate3d(-240px, 0px, 0px);
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper .layout-sidebar .sidebar-logo {
    display: none;
  }
  .layout-wrapper.layout-wrapper-static .layout-main .layout-topbar {
    width: 100%;
  }
  .layout-wrapper.layout-wrapper-static-restore .layout-sidebar {
    transition: transform 0.15s;
  }
  .layout-wrapper .layout-main {
    margin-left: 0px;
  }
  .layout-wrapper .layout-topbar {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .topbar-logo {
    margin-top: -10px;
    margin-right: 20px;
    display: block;
  }
  .layout-wrapper .layout-topbar .topbar-logo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .layout-wrapper .layout-topbar .topbar-logo a .app-name {
    margin-left: 10px;
    color: #4c566a;
    font-size: 18px;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
    display: inline-block;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar .layout-menu li a .menuitem-badge {
    display: inline-block;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button {
    background-color: #4c566a;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i {
    color: #ffffff;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
    background-color: #F28686;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i {
    color: #ffffff;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-main-mask {
    display: block;
  }
}
@media (min-width: 992px) {
  .layout-wrapper {
    overflow-y: hidden;
    height: 100vh;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar {
    width: 100%;
    height: 50px;
    top: 75px;
    left: 0;
    z-index: 99;
    transform: none;
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .sidebar-logo {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container {
    overflow: visible;
    height: 100%;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu {
    margin: 0px 15px;
    padding-bottom: 0;
    display: flex;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li {
    width: auto;
    padding: 0;
    position: relative;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a {
    height: 35px;
    margin: 8px 3px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    justify-content: space-between;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a .menuitem-text {
    vertical-align: middle;
    margin-left: 8px;
    order: 2;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a i {
    position: static;
    vertical-align: middle;
    margin-top: 0;
    top: auto;
    right: auto;
    margin-right: 5px;
    order: 1;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler {
    order: 3;
    display: inline-block;
    margin-top: 2px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul {
    top: 41px;
    left: 3px;
    width: 230px;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 100;
    overflow: auto;
    max-height: 450px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a .menuitem-text {
    vertical-align: middle;
    margin-left: 8px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a i {
    position: relative;
    right: 0;
    left: 0;
    top: 2px;
    margin-top: 0;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a .layout-submenu-toggler {
    display: block;
    left: auto;
    right: 10px;
    position: absolute;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li.active-menuitem > ul {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(29, 29, 33, 0.22);
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li a {
    padding-left: 12px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li ul li a {
    padding-left: 24px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul li a {
    padding-left: 36px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul ul li a {
    padding-left: 72px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul ul ul li a {
    padding-left: 84px;
  }
  .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li a .menuitem-badge {
    left: 18px;
    top: 15px;
    display: block;
  }
  .layout-wrapper.layout-horizontal .layout-main {
    margin-left: 0px;
    padding-top: 125px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper {
    display: flex;
    margin-right: 8%;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: flex;
    align-items: center;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
    font-size: 22.5px;
    color: #4c566a;
    margin: 0 10px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo img {
    height: 45px;
    width: 45px;
  }
}
.layout-menu-light .layout-sidebar {
  background-color: #ffffff;
}
.layout-menu-light .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #2e3440;
}
.layout-menu-light .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #ffffff;
}
.layout-menu-light .layout-sidebar .sidebar-logo .app-name {
  color: #2e3440;
}
.layout-menu-light .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-light .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #F28686;
}
.layout-menu-light .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #F28686;
}
.layout-menu-light .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #2e3440;
}
.layout-menu-light .layout-sidebar .layout-menu > li > a i {
  color: #4c566a;
}
.layout-menu-light .layout-sidebar .layout-menu > li > a:hover {
  background-color: #f4f4f4;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #F28686;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #F28686;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #ffffff;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #ffffff;
}
.layout-menu-light .layout-sidebar .layout-menu > li ul {
  background-color: #e8e8e8;
}
.layout-menu-light .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #2e3440;
}
.layout-menu-light .layout-sidebar .layout-menu > li ul li a i {
  color: #4c566a;
}
.layout-menu-light .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: #f4f4f4;
}
.layout-menu-light .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #F28686;
}
.layout-menu-light .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #F28686;
}
@media (min-width: 992px) {
  .layout-menu-light.layout-horizontal .layout-sidebar {
    background-color: #ffffff;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #F28686;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #F28686;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #2e3440;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #4c566a;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: #f4f4f4;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #F28686;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #ffffff;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #ffffff;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #2e3440;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #4c566a;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: #f4f4f4;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #F28686;
  }
  .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #F28686;
  }
}
.layout-menu-dark .layout-sidebar {
  background-color: #2e3440;
}
.layout-menu-dark .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-dark .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-dark .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-dark .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #F8C2C2;
}
.layout-menu-dark .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #F8C2C2;
}
.layout-menu-dark .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-dark .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-dark .layout-sidebar .layout-menu > li > a:hover {
  background-color: #4c566a;
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #F28686;
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #F28686;
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #ffffff;
}
.layout-menu-dark .layout-sidebar .layout-menu > li ul {
  background-color: #4c566a;
}
.layout-menu-dark .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-dark .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-dark .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: #2E3440;
}
.layout-menu-dark .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #F8C2C2;
}
.layout-menu-dark .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #F8C2C2;
}
@media (min-width: 992px) {
  .layout-menu-dark.layout-horizontal .layout-sidebar {
    background-color: #2e3440;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #F8C2C2;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #F8C2C2;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: #4c566a;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #F28686;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #ffffff;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #4c566a;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: #2E3440;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #F8C2C2;
  }
  .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #F8C2C2;
  }
}
.layout-menu-chile .layout-sidebar {
  background-color: #282D37;
  background-image: url('chile.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-chile .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-chile .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-chile .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-chile .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-chile .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #88C0D0;
}
.layout-menu-chile .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #88C0D0;
}
.layout-menu-chile .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-chile .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-chile .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-chile .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #88C0D0;
}
.layout-menu-chile .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-chile .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-chile .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #88C0D0;
}
.layout-menu-chile .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-chile .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-chile .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-chile .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-chile .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-chile .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-chile .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #88C0D0;
}
.layout-menu-chile .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #88C0D0;
}
@media (min-width: 992px) {
  .layout-menu-chile.layout-horizontal .layout-sidebar {
    background-color: #282D37;
    background-image: url('chile-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #88C0D0;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #88C0D0;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-chile.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #88C0D0;
  }
}
.layout-menu-naples .layout-sidebar {
  background-color: #312F3A;
  background-image: url('naples.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-naples .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-naples .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-naples .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-naples .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-naples .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-naples .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #A3BE8C;
}
.layout-menu-naples .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-naples .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-naples .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #A3BE8C;
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #A3BE8C;
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-naples .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-naples .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-naples .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-naples .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-naples .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-naples .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #A3BE8C;
}
@media (min-width: 992px) {
  .layout-menu-naples.layout-horizontal .layout-sidebar {
    background-color: #312F3A;
    background-image: url('naples-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #A3BE8C;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #A3BE8C;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #A3BE8C;
  }
}
.layout-menu-georgia .layout-sidebar {
  background-color: #282C36;
  background-image: url('georgia.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-georgia .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-georgia .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-georgia .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-georgia .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-georgia .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #ebcb8b;
}
.layout-menu-georgia .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #ebcb8b;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-georgia .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #ebcb8b;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #ebcb8b;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-georgia .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-georgia .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #ebcb8b;
}
.layout-menu-georgia .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #ebcb8b;
}
@media (min-width: 992px) {
  .layout-menu-georgia.layout-horizontal .layout-sidebar {
    background-color: #282C36;
    background-image: url('georgia-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #ebcb8b;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #ebcb8b;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #ebcb8b;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #ebcb8b;
  }
  .layout-menu-georgia.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #ebcb8b;
  }
}
.layout-menu-infinity .layout-sidebar {
  background-color: #202634;
  background-image: url('infinity.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-infinity .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-infinity .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-infinity .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-infinity .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-infinity .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #88C0D0;
}
.layout-menu-infinity .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #88C0D0;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-infinity .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #88C0D0;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #88C0D0;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-infinity .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-infinity .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #88C0D0;
}
.layout-menu-infinity .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #88C0D0;
}
@media (min-width: 992px) {
  .layout-menu-infinity.layout-horizontal .layout-sidebar {
    background-color: #202634;
    background-image: url('infinity-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #88C0D0;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #88C0D0;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-infinity.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #88C0D0;
  }
}
.layout-menu-chicago .layout-sidebar {
  background-color: #2A2E38;
  background-image: url('chicago.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-chicago .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-chicago .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-chicago .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-chicago .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-chicago .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-chicago .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-chicago .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-chicago .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-chicago .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-chicago .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-chicago.layout-horizontal .layout-sidebar {
    background-color: #2A2E38;
    background-image: url('chicago-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-chicago.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-majesty .layout-sidebar {
  background-color: #4C5158;
  background-image: url('majesty.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-majesty .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-majesty .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-majesty .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-majesty .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-majesty .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #88C0D0;
}
.layout-menu-majesty .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #88C0D0;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-majesty .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #88C0D0;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #88C0D0;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-majesty .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-majesty .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #88C0D0;
}
.layout-menu-majesty .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #88C0D0;
}
@media (min-width: 992px) {
  .layout-menu-majesty.layout-horizontal .layout-sidebar {
    background-color: #4C5158;
    background-image: url('majesty-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #88C0D0;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #88C0D0;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-majesty.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #88C0D0;
  }
}
.layout-menu-fish .layout-sidebar {
  background-color: #264254;
  background-image: url('fish.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-fish .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-fish .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-fish .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-fish .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-fish .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #B48EAD;
}
.layout-menu-fish .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #B48EAD;
}
.layout-menu-fish .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-fish .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-fish .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-fish .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #B48EAD;
}
.layout-menu-fish .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-fish .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-fish .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #B48EAD;
}
.layout-menu-fish .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-fish .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-fish .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-fish .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-fish .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-fish .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-fish .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #B48EAD;
}
.layout-menu-fish .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #B48EAD;
}
@media (min-width: 992px) {
  .layout-menu-fish.layout-horizontal .layout-sidebar {
    background-color: #264254;
    background-image: url('fish-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #B48EAD;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #B48EAD;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #B48EAD;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #B48EAD;
  }
  .layout-menu-fish.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #B48EAD;
  }
}
.layout-menu-dawn .layout-sidebar {
  background-color: #20505D;
  background-image: url('dawn.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-dawn .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-dawn .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-dawn .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-dawn .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-dawn .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-dawn .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-dawn .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-dawn .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-dawn .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-dawn .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-dawn.layout-horizontal .layout-sidebar {
    background-color: #20505D;
    background-image: url('dawn-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-dawn.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-record .layout-sidebar {
  background-color: #202928;
  background-image: url('record.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-record .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-record .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-record .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-record .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-record .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #D08770;
}
.layout-menu-record .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #D08770;
}
.layout-menu-record .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-record .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-record .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-record .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #D08770;
}
.layout-menu-record .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-record .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-record .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #D08770;
}
.layout-menu-record .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-record .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-record .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-record .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-record .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-record .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-record .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #D08770;
}
.layout-menu-record .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #D08770;
}
@media (min-width: 992px) {
  .layout-menu-record.layout-horizontal .layout-sidebar {
    background-color: #202928;
    background-image: url('record-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #D08770;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #D08770;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #D08770;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #D08770;
  }
  .layout-menu-record.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #D08770;
  }
}
.layout-menu-pool .layout-sidebar {
  background-color: #475A62;
  background-image: url('pool.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-pool .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-pool .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-pool .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-pool .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-pool .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-pool .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #A3BE8C;
}
.layout-menu-pool .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-pool .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-pool .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #A3BE8C;
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #A3BE8C;
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-pool .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-pool .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-pool .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-pool .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-pool .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-pool .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #A3BE8C;
}
@media (min-width: 992px) {
  .layout-menu-pool.layout-horizontal .layout-sidebar {
    background-color: #475A62;
    background-image: url('pool-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #A3BE8C;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #A3BE8C;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #A3BE8C;
  }
}
.layout-menu-metal .layout-sidebar {
  background-color: #262A33;
  background-image: url('metal.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-metal .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-metal .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-metal .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-metal .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-metal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-metal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-metal .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-metal .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-metal .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-metal .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-metal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-metal .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-metal .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-metal .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-metal .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-metal .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-metal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-metal .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-metal .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-metal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-metal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-metal.layout-horizontal .layout-sidebar {
    background-color: #262A33;
    background-image: url('metal-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-metal.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-china .layout-sidebar {
  background-color: #1E2A31;
  background-image: url('china.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-china .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-china .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-china .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-china .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-china .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #BF616A;
}
.layout-menu-china .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #BF616A;
}
.layout-menu-china .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-china .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-china .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-china .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #BF616A;
}
.layout-menu-china .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-china .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-china .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #BF616A;
}
.layout-menu-china .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-china .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-china .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-china .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-china .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-china .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.layout-menu-china .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #BF616A;
}
.layout-menu-china .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #BF616A;
}
@media (min-width: 992px) {
  .layout-menu-china.layout-horizontal .layout-sidebar {
    background-color: #1E2A31;
    background-image: url('china-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #BF616A;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #BF616A;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #BF616A;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #BF616A;
  }
  .layout-menu-china.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #BF616A;
  }
}
.layout-menu-table .layout-sidebar {
  background-color: #4F5259;
  background-image: url('table.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-table .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-table .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-table .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-table .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-table .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-table .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-table .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-table .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-table .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-table .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-table .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-table .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-table .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-table .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-table .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-table .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-table .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-table .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-table .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-table .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-table .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-table.layout-horizontal .layout-sidebar {
    background-color: #4F5259;
    background-image: url('table-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-table.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-panorama .layout-sidebar {
  background-color: #252E38;
  background-image: url('panorama.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-panorama .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-panorama .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-panorama .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-panorama .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-panorama .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #88C0D0;
}
.layout-menu-panorama .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #88C0D0;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-panorama .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #88C0D0;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #88C0D0;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-panorama .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.layout-menu-panorama .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #88C0D0;
}
.layout-menu-panorama .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #88C0D0;
}
@media (min-width: 992px) {
  .layout-menu-panorama.layout-horizontal .layout-sidebar {
    background-color: #252E38;
    background-image: url('panorama-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #88C0D0;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #88C0D0;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-panorama.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #88C0D0;
  }
}
.layout-menu-barcelona .layout-sidebar {
  background-color: #222932;
  background-image: url('barcelona.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-barcelona .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-barcelona .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-barcelona .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-barcelona .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-barcelona .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-barcelona .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-barcelona .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-barcelona.layout-horizontal .layout-sidebar {
    background-color: #222932;
    background-image: url('barcelona-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-barcelona.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-underwater .layout-sidebar {
  background-color: #202631;
  background-image: url('underwater.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-underwater .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-underwater .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-underwater .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-underwater .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-underwater .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-underwater .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #8FBCBB;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-underwater .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #8FBCBB;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #8FBCBB;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-underwater .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-underwater .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-underwater .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #8FBCBB;
}
@media (min-width: 992px) {
  .layout-menu-underwater.layout-horizontal .layout-sidebar {
    background-color: #202631;
    background-image: url('underwater-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #8FBCBB;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #8FBCBB;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-underwater.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #8FBCBB;
  }
}
.layout-menu-symmetry .layout-sidebar {
  background-color: #545A65;
  background-image: url('symmetry.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-symmetry .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-symmetry .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-symmetry .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-symmetry .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-symmetry .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-symmetry .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #8FBCBB;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #8FBCBB;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #8FBCBB;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-symmetry .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #8FBCBB;
}
@media (min-width: 992px) {
  .layout-menu-symmetry.layout-horizontal .layout-sidebar {
    background-color: #545A65;
    background-image: url('symmetry-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #8FBCBB;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #8FBCBB;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-symmetry.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #8FBCBB;
  }
}
.layout-menu-rain .layout-sidebar {
  background-color: #35414F;
  background-image: url('rain.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-rain .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-rain .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-rain .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-rain .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-rain .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #D08770;
}
.layout-menu-rain .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #D08770;
}
.layout-menu-rain .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-rain .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-rain .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-rain .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #D08770;
}
.layout-menu-rain .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-rain .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-rain .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #D08770;
}
.layout-menu-rain .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-rain .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-rain .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-rain .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-rain .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-rain .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-rain .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #D08770;
}
.layout-menu-rain .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #D08770;
}
@media (min-width: 992px) {
  .layout-menu-rain.layout-horizontal .layout-sidebar {
    background-color: #35414F;
    background-image: url('rain-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #D08770;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #D08770;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #D08770;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #D08770;
  }
  .layout-menu-rain.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #D08770;
  }
}
.layout-menu-utah .layout-sidebar {
  background-color: #3D2E34;
  background-image: url('utah.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-utah .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-utah .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-utah .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-utah .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-utah .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-utah .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-utah .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-utah .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-utah .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-utah .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-utah .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-utah .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-utah .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-utah .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-utah .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-utah .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-utah .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-utah .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-utah .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-utah .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-utah .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-utah.layout-horizontal .layout-sidebar {
    background-color: #3D2E34;
    background-image: url('utah-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-utah.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-wave .layout-sidebar {
  background-color: #1A2B39;
  background-image: url('wave.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-wave .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-wave .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-wave .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-wave .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-wave .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #81A1C1;
}
.layout-menu-wave .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #81A1C1;
}
.layout-menu-wave .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-wave .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-wave .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-wave .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #81A1C1;
}
.layout-menu-wave .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-wave .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-wave .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #81A1C1;
}
.layout-menu-wave .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-wave .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-wave .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-wave .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-wave .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-wave .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-wave .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #81A1C1;
}
.layout-menu-wave .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #81A1C1;
}
@media (min-width: 992px) {
  .layout-menu-wave.layout-horizontal .layout-sidebar {
    background-color: #1A2B39;
    background-image: url('wave-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #81A1C1;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #81A1C1;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #81A1C1;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #81A1C1;
  }
  .layout-menu-wave.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #81A1C1;
  }
}
.layout-menu-flora .layout-sidebar {
  background-color: #202422;
  background-image: url('flora.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-flora .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-flora .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-flora .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-flora .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-flora .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-flora .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-flora .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-flora .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-flora .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-flora .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-flora .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-flora .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-flora .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-flora .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-flora .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-flora .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-flora .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-flora .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-flora .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-flora .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-flora .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-flora.layout-horizontal .layout-sidebar {
    background-color: #202422;
    background-image: url('flora-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-flora.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-speed .layout-sidebar {
  background-color: #272634;
  background-image: url('speed.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-speed .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-speed .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-speed .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-speed .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-speed .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-speed.layout-horizontal .layout-sidebar {
    background-color: #272634;
    background-image: url('speed-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-speed .layout-sidebar {
  background-color: #272634;
  background-image: url('speed.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-speed .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-speed .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-speed .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-speed .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-speed .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-speed .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-speed .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-speed.layout-horizontal .layout-sidebar {
    background-color: #272634;
    background-image: url('speed-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-speed.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-canopy .layout-sidebar {
  background-color: #22272F;
  background-image: url('canopy.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-canopy .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-canopy .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-canopy .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-canopy .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-canopy .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-canopy .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #A3BE8C;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #A3BE8C;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #A3BE8C;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-canopy .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-canopy .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-canopy .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #A3BE8C;
}
@media (min-width: 992px) {
  .layout-menu-canopy.layout-horizontal .layout-sidebar {
    background-color: #22272F;
    background-image: url('canopy-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #A3BE8C;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #A3BE8C;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #A3BE8C;
  }
}
.layout-menu-sanpaolo .layout-sidebar {
  background-color: #252A32;
  background-image: url('sanpaolo.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-sanpaolo .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-sanpaolo .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-sanpaolo .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #8FBCBB;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #8FBCBB;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #8FBCBB;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-sanpaolo .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #8FBCBB;
}
@media (min-width: 992px) {
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar {
    background-color: #252A32;
    background-image: url('sanpaolo-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #8FBCBB;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #8FBCBB;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-sanpaolo.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #8FBCBB;
  }
}
.layout-menu-basketball .layout-sidebar {
  background-color: #293531;
  background-image: url('basketball.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-basketball .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-basketball .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-basketball .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-basketball .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-basketball .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #D08770;
}
.layout-menu-basketball .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #D08770;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-basketball .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #D08770;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #D08770;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-basketball .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-basketball .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #D08770;
}
.layout-menu-basketball .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #D08770;
}
@media (min-width: 992px) {
  .layout-menu-basketball.layout-horizontal .layout-sidebar {
    background-color: #293531;
    background-image: url('basketball-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #D08770;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #D08770;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #D08770;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #D08770;
  }
  .layout-menu-basketball.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #D08770;
  }
}
.layout-menu-misty .layout-sidebar {
  background-color: #202734;
  background-image: url('misty.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-misty .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-misty .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-misty .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-misty .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-misty .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #D08770;
}
.layout-menu-misty .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #D08770;
}
.layout-menu-misty .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-misty .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-misty .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-misty .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #D08770;
}
.layout-menu-misty .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-misty .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-misty .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #D08770;
}
.layout-menu-misty .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-misty .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-misty .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-misty .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-misty .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-misty .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-misty .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #D08770;
}
.layout-menu-misty .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #D08770;
}
@media (min-width: 992px) {
  .layout-menu-misty.layout-horizontal .layout-sidebar {
    background-color: #202734;
    background-image: url('misty-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #D08770;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #D08770;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #D08770;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #D08770;
  }
  .layout-menu-misty.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #D08770;
  }
}
.layout-menu-summit .layout-sidebar {
  background-color: #212733;
  background-image: url('summit.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-summit .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-summit .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-summit .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-summit .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-summit .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #88C0D0;
}
.layout-menu-summit .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #88C0D0;
}
.layout-menu-summit .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-summit .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-summit .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-summit .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #88C0D0;
}
.layout-menu-summit .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-summit .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-summit .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #88C0D0;
}
.layout-menu-summit .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-summit .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-summit .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-summit .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-summit .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-summit .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-summit .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #88C0D0;
}
.layout-menu-summit .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #88C0D0;
}
@media (min-width: 992px) {
  .layout-menu-summit.layout-horizontal .layout-sidebar {
    background-color: #212733;
    background-image: url('summit-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #88C0D0;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #88C0D0;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-summit.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #88C0D0;
  }
}
.layout-menu-snow .layout-sidebar {
  background-color: #414A55;
  background-image: url('snow.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-snow .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-snow .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-snow .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-snow .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-snow .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #81A1C1;
}
.layout-menu-snow .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #81A1C1;
}
.layout-menu-snow .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-snow .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-snow .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-snow .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #81A1C1;
}
.layout-menu-snow .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-snow .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-snow .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #81A1C1;
}
.layout-menu-snow .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-snow .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-snow .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-snow .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-snow .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-snow .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-snow .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #81A1C1;
}
.layout-menu-snow .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #81A1C1;
}
@media (min-width: 992px) {
  .layout-menu-snow.layout-horizontal .layout-sidebar {
    background-color: #414A55;
    background-image: url('snow-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #81A1C1;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #81A1C1;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #81A1C1;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #81A1C1;
  }
  .layout-menu-snow.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #81A1C1;
  }
}
.layout-menu-wall .layout-sidebar {
  background-color: #50555F;
  background-image: url('wall.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-wall .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-wall .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-wall .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-wall .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-wall .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #81A1C1;
}
.layout-menu-wall .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #81A1C1;
}
.layout-menu-wall .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-wall .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-wall .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-wall .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #81A1C1;
}
.layout-menu-wall .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-wall .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-wall .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #81A1C1;
}
.layout-menu-wall .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-wall .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-wall .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-wall .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-wall .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-wall .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-wall .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #81A1C1;
}
.layout-menu-wall .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #81A1C1;
}
@media (min-width: 992px) {
  .layout-menu-wall.layout-horizontal .layout-sidebar {
    background-color: #50555F;
    background-image: url('wall-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #81A1C1;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #81A1C1;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #81A1C1;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #81A1C1;
  }
  .layout-menu-wall.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #81A1C1;
  }
}
.layout-menu-ferris .layout-sidebar {
  background-color: #262B33;
  background-image: url('ferris.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-ferris .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-ferris .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-ferris .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-ferris .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-ferris .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-ferris .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #A3BE8C;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #A3BE8C;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #A3BE8C;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-ferris .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.layout-menu-ferris .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-ferris .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #A3BE8C;
}
@media (min-width: 992px) {
  .layout-menu-ferris.layout-horizontal .layout-sidebar {
    background-color: #262B33;
    background-image: url('ferris-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #A3BE8C;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #A3BE8C;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #A3BE8C;
  }
}
.layout-menu-ship .layout-sidebar {
  background-color: #262B35;
  background-image: url('ship.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-ship .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-ship .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-ship .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-ship .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-ship .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-ship .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #EBCB8B;
}
.layout-menu-ship .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-ship .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-ship .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-ship .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #EBCB8B;
}
.layout-menu-ship .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-ship .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-ship .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #EBCB8B;
}
.layout-menu-ship .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-ship .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-ship .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-ship .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-ship .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-ship .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.42);
}
.layout-menu-ship .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #EBCB8B;
}
.layout-menu-ship .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #EBCB8B;
}
@media (min-width: 992px) {
  .layout-menu-ship.layout-horizontal .layout-sidebar {
    background-color: #262B35;
    background-image: url('ship-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #EBCB8B;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #EBCB8B;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #EBCB8B;
  }
  .layout-menu-ship.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #EBCB8B;
  }
}
.layout-menu-ny .layout-sidebar {
  background-color: #585D67;
  background-image: url('ny.jpg');
  background-size: 240px 100%;
  background-repeat: no-repeat;
}
.layout-menu-ny .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-ny .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-ny .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-ny .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-ny .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-ny .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #8FBCBB;
}
.layout-menu-ny .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #eceff4;
}
.layout-menu-ny .layout-sidebar .layout-menu > li > a i {
  color: #eceff4;
}
.layout-menu-ny .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-ny .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #8FBCBB;
}
.layout-menu-ny .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #3b4252;
}
.layout-menu-ny .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #2e3440;
}
.layout-menu-ny .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #8FBCBB;
}
.layout-menu-ny .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3b4252;
}
.layout-menu-ny .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #2e3440;
}
.layout-menu-ny .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-ny .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #eceff4;
}
.layout-menu-ny .layout-sidebar .layout-menu > li ul li a i {
  color: #eceff4;
}
.layout-menu-ny .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-ny .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-ny .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #8FBCBB;
}
@media (min-width: 992px) {
  .layout-menu-ny.layout-horizontal .layout-sidebar {
    background-color: #585D67;
    background-image: url('ny-horizontal.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #8FBCBB;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #eceff4;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #8FBCBB;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #3b4252;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #2e3440;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #eceff4;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #eceff4;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-ny.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #8FBCBB;
  }
}
.layout-menu-cyan .layout-sidebar {
  background-color: #3C5259;
}
.layout-menu-cyan .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-cyan .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-cyan .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-cyan .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-cyan .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #D08770;
}
.layout-menu-cyan .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #D08770;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-cyan .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #D08770;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #D08770;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-cyan .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-cyan .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #D08770;
}
.layout-menu-cyan .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #D08770;
}
@media (min-width: 992px) {
  .layout-menu-cyan.layout-horizontal .layout-sidebar {
    background-color: #3C5259;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #D08770;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #D08770;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #D08770;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #D08770;
  }
  .layout-menu-cyan.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #D08770;
  }
}
.layout-menu-violet .layout-sidebar {
  background-color: #4A4358;
}
.layout-menu-violet .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-violet .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-violet .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-violet .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-violet .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #F8C869;
}
.layout-menu-violet .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #F8C869;
}
.layout-menu-violet .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-violet .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-violet .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-violet .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #F8C869;
}
.layout-menu-violet .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-violet .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-violet .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #F8C869;
}
.layout-menu-violet .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-violet .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-violet .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-violet .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-violet .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-violet .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-violet .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #F8C869;
}
.layout-menu-violet .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #F8C869;
}
@media (min-width: 992px) {
  .layout-menu-violet.layout-horizontal .layout-sidebar {
    background-color: #4A4358;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #F8C869;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #F8C869;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #F8C869;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #F8C869;
  }
  .layout-menu-violet.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #F8C869;
  }
}
.layout-menu-red .layout-sidebar {
  background-color: #5E4346;
}
.layout-menu-red .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-red .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-red .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-red .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-red .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-red .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #8FBCBB;
}
.layout-menu-red .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-red .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-red .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-red .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #8FBCBB;
}
.layout-menu-red .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-red .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-red .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #8FBCBB;
}
.layout-menu-red .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-red .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-red .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-red .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-red .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-red .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-red .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #8FBCBB;
}
.layout-menu-red .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #8FBCBB;
}
@media (min-width: 992px) {
  .layout-menu-red.layout-horizontal .layout-sidebar {
    background-color: #5E4346;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #8FBCBB;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #8FBCBB;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #8FBCBB;
  }
  .layout-menu-red.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #8FBCBB;
  }
}
.layout-menu-blue .layout-sidebar {
  background-color: #354563;
}
.layout-menu-blue .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-blue .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-blue .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-blue .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-blue .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #f8c869;
}
.layout-menu-blue .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #f8c869;
}
.layout-menu-blue .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-blue .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-blue .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-blue .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #f8c869;
}
.layout-menu-blue .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-blue .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-blue .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #f8c869;
}
.layout-menu-blue .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-blue .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-blue .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-blue .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-blue .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-blue .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-blue .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #f8c869;
}
.layout-menu-blue .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #f8c869;
}
@media (min-width: 992px) {
  .layout-menu-blue.layout-horizontal .layout-sidebar {
    background-color: #354563;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #f8c869;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #f8c869;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #f8c869;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #f8c869;
  }
  .layout-menu-blue.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #f8c869;
  }
}
.layout-menu-porsuk .layout-sidebar {
  background-color: #21596E;
}
.layout-menu-porsuk .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-porsuk .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-porsuk .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-porsuk .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-porsuk .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-porsuk .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #A3BE8C;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #A3BE8C;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #A3BE8C;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #A3BE8C;
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #A3BE8C;
}
@media (min-width: 992px) {
  .layout-menu-porsuk.layout-horizontal .layout-sidebar {
    background-color: #21596E;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #A3BE8C;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #A3BE8C;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #A3BE8C;
  }
  .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #A3BE8C;
  }
}
.layout-menu-pink .layout-sidebar {
  background-color: #8C515E;
}
.layout-menu-pink .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-pink .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-pink .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-pink .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-pink .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #f8c869;
}
.layout-menu-pink .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #f8c869;
}
.layout-menu-pink .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-pink .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-pink .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-pink .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #f8c869;
}
.layout-menu-pink .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-pink .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-pink .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #f8c869;
}
.layout-menu-pink .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-pink .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-pink .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-pink .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-pink .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-pink .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-pink .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #f8c869;
}
.layout-menu-pink .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #f8c869;
}
@media (min-width: 992px) {
  .layout-menu-pink.layout-horizontal .layout-sidebar {
    background-color: #8C515E;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #f8c869;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #f8c869;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #f8c869;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #f8c869;
  }
  .layout-menu-pink.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #f8c869;
  }
}
.layout-menu-purple .layout-sidebar {
  background-color: #60476f;
}
.layout-menu-purple .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-purple .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-purple .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-purple .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-purple .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #f8c869;
}
.layout-menu-purple .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #f8c869;
}
.layout-menu-purple .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-purple .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-purple .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-purple .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #f8c869;
}
.layout-menu-purple .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-purple .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-purple .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #f8c869;
}
.layout-menu-purple .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-purple .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-purple .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-purple .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-purple .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-purple .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-purple .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #f8c869;
}
.layout-menu-purple .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #f8c869;
}
@media (min-width: 992px) {
  .layout-menu-purple.layout-horizontal .layout-sidebar {
    background-color: #60476f;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #f8c869;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #f8c869;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #f8c869;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #f8c869;
  }
  .layout-menu-purple.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #f8c869;
  }
}
.layout-menu-orange .layout-sidebar {
  background-color: #9B6F61;
}
.layout-menu-orange .layout-sidebar .sidebar-logo .sidebar-pin {
  background-color: #ffffff;
}
.layout-menu-orange .layout-sidebar .sidebar-logo .sidebar-pin i {
  color: #2e3440;
}
.layout-menu-orange .layout-sidebar .sidebar-logo .app-name {
  color: #ffffff;
}
.layout-menu-orange .layout-sidebar .layout-menu li > a {
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.layout-menu-orange .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
  color: #88C0D0;
}
.layout-menu-orange .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
  color: #88C0D0;
}
.layout-menu-orange .layout-sidebar .layout-menu > li > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-orange .layout-sidebar .layout-menu > li > a i {
  color: #ffffff;
}
.layout-menu-orange .layout-sidebar .layout-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.layout-menu-orange .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #88C0D0;
}
.layout-menu-orange .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #343a40;
}
.layout-menu-orange .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #343a40;
}
.layout-menu-orange .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background-color: #88C0D0;
}
.layout-menu-orange .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #343a40;
}
.layout-menu-orange .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #343a40;
}
.layout-menu-orange .layout-sidebar .layout-menu > li ul {
  background-color: rgba(255, 255, 255, 0.12);
}
.layout-menu-orange .layout-sidebar .layout-menu > li ul li a .menuitem-text {
  color: #ffffff;
}
.layout-menu-orange .layout-sidebar .layout-menu > li ul li a i {
  color: #ffffff;
}
.layout-menu-orange .layout-sidebar .layout-menu > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.36);
}
.layout-menu-orange .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
  color: #88C0D0;
}
.layout-menu-orange .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
  color: #88C0D0;
}
@media (min-width: 992px) {
  .layout-menu-orange.layout-horizontal .layout-sidebar {
    background-color: #9B6F61;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu li > a.active-menuitem-routerlink i {
    color: #88C0D0;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #88C0D0;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #343a40;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #343a40;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li ul {
    background-color: #2e3440;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li ul li a .menuitem-text {
    color: #ffffff;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li ul li a i {
    color: #ffffff;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.36);
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a .menuitem-text {
    color: #88C0D0;
  }
  .layout-menu-orange.layout-horizontal .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #88C0D0;
  }
}
.layout-topbar {
  background-color: #eceff4;
  position: fixed;
  top: 0;
  z-index: 998;
  width: calc(100% - 60px);
  transition: width 0.15s;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.layout-topbar .layout-topbar-wrapper {
  display: flex;
  flex-direction: row;
  height: 75px;
  padding: 0 2em;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button,
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button,
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button,
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button {
  padding: 8px;
  border-radius: 4px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  height: 35px;
  background-color: #ffffff;
  color: #4c566a;
  margin-top: 2px;
  transition: background-color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button i {
  font-size: 20px;
  vertical-align: middle;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:hover, .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:focus {
  background-color: #F28686;
  color: #ffffff;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
  position: absolute;
  padding: 12px 18px;
  padding-bottom: 24px;
  background-color: #ffffff;
  top: 60px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
  z-index: 1000;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu:before {
  width: 100%;
  height: 6px;
  background-color: #F28686;
  content: " ";
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: -5px;
  left: 0px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li {
  min-width: 200px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a {
  font-size: 12px;
  color: #4c566a;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(195, 204, 221, 0.5);
  width: 90%;
  display: block;
  cursor: default;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a i {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
  padding: 0;
  margin-top: 15px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-top: 12px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li i {
  font-size: 10px;
  color: #4c566a;
  padding-right: 10px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span h5 {
  color: #4c566a;
  font-weight: 500;
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span span {
  color: #9199a9;
  font-size: 12px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li.active-row i {
  color: #a3be8c;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover i {
  color: #F28686;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover > span h5 {
  color: #F28686;
  transition: color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu.layout-megamenu-active {
  display: flex;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
  width: 100%;
  padding: 0.7em;
  margin: 0 0.5em;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
  font-size: 22px;
  font-weight: bold;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a i {
  color: #4c566a;
  font-size: 22px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
  color: #F28686;
  transition: color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
  transition: transform 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  display: none;
  position: absolute;
  top: 75px;
  left: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  min-width: 250px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul:before {
  width: 50px;
  height: 6px;
  background-color: #F28686;
  content: " ";
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: -5px;
  left: 0px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
  background-color: #F28686;
  padding: 18px;
  display: block;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h1 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #ffffff;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header span {
  font-size: 13px;
  color: #f0f4ec;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4c566a;
  cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li img {
  margin-right: 8px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li i {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
  margin: 0;
  color: #4c566a;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
  color: #9199a9;
  font-size: 12px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover {
  background-color: #f9fafb;
  transition: background-color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover i {
  color: #4c566a;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar {
  padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar p-calendar, .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .p-calendar {
  width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .p-datepicker-inline {
  background-color: #ffffff;
  border: none;
  width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .p-datepicker-inline .p-datepicker-next,
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .p-datepicker-inline .p-datepicker-prev {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .p-datepicker-inline .p-datepicker-calendar th {
  color: #9199a9;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .p-datepicker-inline .p-datepicker-calendar td {
  color: #4c566a;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals {
  padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.5px solid rgba(145, 153, 169, 0.3);
  border-right: 0.5px solid rgba(145, 153, 169, 0.3);
  padding: 15px 5px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li:hover {
  background-color: #f9fafb;
  transition: background-color 0.15s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li:hover i {
  color: #4c566a;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu {
  display: block;
  box-shadow: none;
  position: static;
  min-width: auto;
  margin-right: 0.5em;
  list-style-type: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu:before {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li {
  padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper {
  position: relative;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input {
  padding: 10px 40px 10px 10px;
  width: 180px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  color: #4c566a;
  font-size: 13px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input::placeholder {
  color: #c9ccd2;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  color: #d8dee9;
  font-size: 20px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
  display: block;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
  display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item {
  position: relative;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  margin: 0 0.5em;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-image-wrapper img {
  height: 45px;
  width: 45px;
  border: 0 none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper {
  margin-left: 15px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  color: #4c566a;
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper span {
  font-size: 13px;
  font-weight: 500;
  color: #9199a9;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul {
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  min-width: 250px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul:before {
  width: 54px;
  height: 6px;
  background-color: #F28686;
  content: " ";
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: -5px;
  left: 0px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li {
  border-bottom: 1px solid rgba(195, 204, 221, 0.3);
  border-top: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4c566a;
  cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li i {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li:first-child {
  border-bottom: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li:last-child {
  cursor: initial;
  border: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header {
  padding: 12px 18px 0 12px;
  display: flex;
  justify-content: space-between;
  background-image: url('bg-profilemenu@2x.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .performance {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .performance span {
  margin-bottom: 12px;
  font-size: 11px;
  color: #c3ccdd;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile img {
  margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile h1 {
  color: #eceff4;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile span {
  color: #c3ccdd;
  font-size: 13px;
  margin-bottom: 10px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon {
  flex-grow: 0;
  font-size: 18px;
  margin-right: 10px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-1 {
  color: #d08770;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-2 {
  color: #81a1c1;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-3 {
  color: #a3be8c;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer {
  display: flex;
  justify-content: space-between;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button {
  padding: 6px 12px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button.signout-button {
  color: #434c5e;
  border-radius: 4px;
  background-color: #d8dee9;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button.buy-mirage-button {
  color: #5e81ac;
  text-decoration: underline;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item.active-topmenuitem > ul {
  display: block;
  left: auto;
  right: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item.active-topmenuitem > ul::before {
  left: auto;
  right: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .layout-wrapper .layout-topbar .layout-topbar-wrapper {
    flex-direction: column;
    height: auto;
    padding: 0;
    box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    padding: 0 1em;
    height: 75px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
    color: #4c566a;
    font-size: 26px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button.back-btn i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button.back-btn i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button.back-btn i {
    font-size: 16px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover i {
    color: #F28686;
    font-size: 26px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover.back-btn i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover.back-btn i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover.back-btn i {
    font-size: 16px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper {
    display: flex;
    flex-grow: 1;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo {
    display: flex;
    align-items: center;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
    font-size: 22.5px;
    color: #4c566a;
    margin-left: 10px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
    height: 45px;
    width: 45px;
    border: 0 none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    display: block;
    position: fixed;
    top: 75px;
    left: 0;
    width: 240px;
    height: calc(100% - 75px);
    transform: translate3d(-240px, 0px, 0px);
    transition: transform 0.15s;
    margin-top: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu::before {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li {
    margin-bottom: 10px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a {
    border: none;
    font-size: 14px;
    color: #4c566a;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a i {
    display: block;
    transition: all 0.15s;
    transform: rotate(0deg);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a:hover {
    background-color: #f9fafb;
    transition: background-color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
    max-height: 0;
    overflow: hidden;
    background-color: #f9fafb;
    margin-top: 0;
    transition: 400ms cubic-bezier(0.86, 0, 0.07, 1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li {
    padding: 10px;
    padding-left: 20px;
    margin: 0;
    justify-content: flex-end;
    border-radius: 6px;
    flex-direction: row-reverse;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li i {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span h5 {
    font-size: 14px;
    font-weight: normal;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span > span {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover {
    background-color: #ffffff;
    transition: background-color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a {
    background-color: #F28686;
    transition: background-color 0.15s;
    color: #ffffff;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a i {
    transform: rotate(-180deg);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > ul {
    max-height: 450px;
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    height: 150px;
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
    padding: 0;
    height: 50%;
    border-bottom: 1px solid rgba(145, 153, 169, 0.3);
    justify-content: space-between;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-icon {
    font-size: 26px;
    color: #4c566a;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
    color: #F28686;
    transition: color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
    transition: transform 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li::after {
    display: none;
    width: 100%;
    height: 6px;
    background-color: #F28686;
    content: " ";
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    /* Safari 4.0 - 8.0 */
    animation: fadeInDown 0.5s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    position: fixed;
    top: 150px;
    left: 1em;
    right: 1em;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul::before {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
    padding: 18px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.seach-item {
    padding: 10px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.seach-item > ul {
    padding: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar {
    padding: 0;
    justify-content: center;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals {
    padding: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul {
    padding: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li {
    padding: 18px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu {
    display: none;
    position: fixed;
    list-style-type: none;
    margin: 0;
    top: 150px;
    left: 1em;
    right: 1em;
    z-index: 1000;
    min-width: 250px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu span {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu span input {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item::after {
    left: 14px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item.active-topmenuitem .search-item-submenu {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem::after {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .profile-item {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    height: 50%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li {
    width: 100%;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a {
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a .profile-image-wrapper img {
    width: 48px;
    height: 48px;
    border: 0 none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul .menu-text > p {
    margin: 3px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul > li:not(.layout-submenu-footer):hover {
    background-color: #f9fafb;
    transition: background-color 0.15s;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul > li:not(.layout-submenu-footer):hover i {
    color: #4c566a;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li.active-topmenuitem > ul {
    display: block;
    left: auto;
    right: 0;
    width: 100%;
    top: 62px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li.active-topmenuitem > ul::before {
    left: auto;
    right: 0;
    width: 100%;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
    background-color: #4c566a;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
    color: #ffffff;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover {
    background-color: #F28686;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    top: 225px;
    height: calc(100% - 225px);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    display: block;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-rightpanel {
    top: 225px;
    height: calc(100% - 225px);
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar {
    top: 225px;
  }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar .layout-menu-container {
    height: calc(100% - 225px);
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button {
    background-color: #4c566a;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button i {
    color: #ffffff;
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover {
    background-color: #F28686;
    transition: background-color 0.15s;
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-wrapper.layout-megamenu-mobile-active .layout-main-mask {
    display: block;
  }
}
.layout-rightpanel {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 75px;
  background-color: #ffffff;
  height: calc(100% - 75px);
  padding: 0;
  min-width: 285px;
  box-shadow: -3px 0 5px 0 rgba(33, 35, 39, 0.15);
  overflow: auto;
  transform: translate3d(400px, 0px, 0px);
  transition: transform 0.15s;
}
.layout-rightpanel .right-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #20252e;
  padding: 24px 18px;
}
.layout-rightpanel .right-panel-header .title span {
  font-size: 14px;
  padding: 2px 6px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #5e81ac;
}
.layout-rightpanel .right-panel-header .title h1 {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  margin-top: 12px;
  font-weight: normal;
}
.layout-rightpanel .right-panel-header .rightpanel-exit-button:hover i {
  color: #9199a9;
  transition: color 0.15s;
}
.layout-rightpanel .right-panel-header .rightpanel-exit-button i {
  font-size: 20px;
  color: #eceff4;
}
.layout-rightpanel .right-panel-content {
  padding-bottom: 60px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row {
  border-bottom: 1px solid rgba(145, 153, 169, 0.3);
  padding: 24px 0;
}
.layout-rightpanel .right-panel-content .right-panel-content-row:last-child {
  border-bottom: none;
}
.layout-rightpanel .right-panel-content .right-panel-content-row h1 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 18px;
  color: #4c566a;
  font-weight: normal;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks {
  padding: 0;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  margin-bottom: 18px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header .title h1 {
  margin-bottom: 0px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header .tasks-info span {
  font-size: 12px;
  color: #4c566a;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header .tasks-info span.highlighted {
  color: #4c566a;
  font-weight: 500;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list {
  list-style: none;
  padding: 0;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item:nth-child(even) {
  background-color: #f9fafb;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .checkbox {
  display: flex;
  align-items: center;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .checkbox p {
  margin: 0;
  color: #4c566a;
  margin-left: 10px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .tasks-day .time {
  border-radius: 2px;
  background-color: #88c0d0;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 10px;
  text-align: center;
  min-width: 55px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .tasks-day .time.later {
  background-color: #9199a9;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .calendar {
  padding: 18px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .calendar .p-datepicker-inline {
  background-color: #ffffff;
  border: none;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .calendar .p-datepicker-inline .p-datepicker-header {
  font-size: 13px;
  color: #4c566a;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .calendar .p-datepicker-inline .p-datepicker-header .p-datepicker-title span {
  color: #4c566a;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .calendar .p-datepicker-inline .p-datepicker-calendar th {
  color: #9199a9;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .calendar .p-datepicker-inline .p-datepicker-calendar td a {
  color: #4c566a;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather {
  padding: 0;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather h1 {
  padding-left: 18px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list {
  list-style: none;
  padding: 0;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item:nth-child(even) {
  background-color: #f9fafb;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .time-location span {
  font-size: 12px;
  color: #9199a9;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .time-location p {
  font-weight: 500;
  margin: 0;
  margin-top: 6px;
  color: #4c566a;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info {
  display: flex;
  align-items: center;
  width: 75px;
  justify-content: flex-start;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-1 {
  background-color: #ebcb8b;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-2 {
  background-color: #88c0d0;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-3 {
  background-color: #5e81ac;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-4 {
  background-color: #d08770;
}
.layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-value {
  font-size: 18px;
  color: #4c566a;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button i {
  transform: rotate(0deg);
  transition: transform 0.15s;
}
.layout-wrapper.layout-rightpanel-active .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button i {
  transform: rotate(-180deg);
  transition: transform 0.15s;
}
.layout-wrapper.layout-rightpanel-active .layout-rightpanel {
  transform: translate3d(0px, 0px, 0px);
}
@media (max-width: 991px) {
  .layout-rightpanel-active .layout-rightpanel {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-rightpanel-active .layout-main-mask {
    display: block;
  }
}
.layout-breadcrumb {
  background-color: #d8dee9;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li {
  padding: 0 5px;
  font-size: 13px;
  color: #9199a9;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li:first-child {
  padding-left: 0;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li i {
  font-weight: bold;
  font-size: 10px;
}
@media (max-width: 991px) {
  .layout-breadcrumb {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .layout-breadcrumb .breadcrumb {
    width: 100%;
    border-bottom: 1px solid rgba(145, 153, 169, 0.3);
    display: flex;
    justify-content: center;
    padding: 0 30px;
    padding-bottom: 10px;
  }
  .layout-breadcrumb .notification {
    padding: 0 30px;
    padding-top: 10px;
    text-align: center;
  }
}
.layout-content {
  flex: 1 0 auto;
  padding: 2em;
}
.layout-dashboard .list-effect {
  height: 80px;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(to top, #ffffff, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="transparent");
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-dashboard .map {
  padding: 0;
}
.layout-dashboard .map .map-image {
  position: relative;
}
.layout-dashboard .map .map-image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.layout-dashboard .map .map-info {
  padding: 12px;
}
.layout-dashboard .map .map-info .map-info-header {
  display: flex;
  justify-content: center;
}
.layout-dashboard .map .map-info .map-info-header h6 {
  color: #4c566a;
  font-size: 14px;
  margin: 0;
}
.layout-dashboard .map .map-info .map-info-header .location-change {
  text-align: right;
  cursor: pointer;
}
.layout-dashboard .map .map-info .map-info-header .location-change span, .layout-dashboard .map .map-info .map-info-header .location-change i {
  color: #9199a9;
  font-size: 12px;
}
.layout-dashboard .map .map-info .map-info-header .location-change:hover span, .layout-dashboard .map .map-info .map-info-header .location-change:hover i {
  color: #4c566a;
  transition: color 0.15s;
}
.layout-dashboard .map .map-info .map-info-bar {
  display: flex;
  justify-content: center;
}
.layout-dashboard .map .map-info .map-info-bar .info {
  display: flex;
  margin-top: 1em;
  cursor: pointer;
}
.layout-dashboard .map .map-info .map-info-bar .info:hover span {
  color: #9199a9;
  transition: color 0.15s;
}
.layout-dashboard .map .map-info .map-info-bar .info:last-child {
  border-right: none;
}
.layout-dashboard .map .map-info .map-info-bar .info .location-point {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
}
.layout-dashboard .map .map-info .map-info-bar .info .location-point.point-1 {
  background-color: #bf616a;
}
.layout-dashboard .map .map-info .map-info-bar .info .location-point.point-2 {
  background-color: #b48ead;
}
.layout-dashboard .map .map-info .map-info-bar .info .location-point.point-3 {
  background-color: #d08770;
}
.layout-dashboard .map .map-info .map-info-bar .info a {
  text-decoration: underline;
  color: #5e81ac;
}
.login-body .login-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-body .login-content .night-switch {
  position: absolute;
  right: 20px;
  top: 10px;
}
.login-body .login-content .night-switch .p-button {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  outline: none;
  z-index: 101;
}
.login-body .login-content .night-switch .p-button .pi {
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.login-body .login-content .night-switch .p-button .p-button-label {
  display: none;
}
.login-body .login-content .night-switch .p-button:enabled:hover {
  border: none;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.login-body .login-content .login-panel {
  width: 40%;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-body .login-content .login-panel .login-panel-content {
  z-index: 100;
  width: 80%;
  padding: 0 6%;
  text-align: center;
}
.login-body .login-content .login-panel .login-panel-content .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-body .login-content .login-panel .login-panel-content .logo img {
  width: 80px;
}
.login-body .login-content .login-panel .login-panel-content h1 {
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 20px 0;
  color: #ffffff;
}
.login-body .login-content .login-panel .login-panel-content p {
  margin-top: 10px;
  font-size: 16px;
  color: #d8dee9;
}
.login-body .login-content .login-panel .login-panel-content .forms {
  margin-top: 30px;
  text-align: left;
}
.login-body .login-content .login-panel .login-panel-content .forms .login-input-wrapper {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.login-body .login-content .login-panel .login-panel-content .forms .login-input-wrapper input {
  width: 100%;
  padding-right: 16px;
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #c3ccdd;
  color: #d8dee9;
  margin-top: 6px;
}
.login-body .login-content .login-panel .login-panel-content .forms .login-input-wrapper i {
  position: absolute;
  color: #d8dee9;
  font-size: 16px;
  top: 50%;
  right: 0.429em;
  margin-top: 3px;
}
.login-body .login-content .login-panel .login-panel-content .forms .p-checkbox.p-component {
  margin-left: -6px;
}
.login-body .login-content .login-panel .login-panel-content .forms label {
  color: #c3ccdd;
}
.login-body .login-content .login-panel .login-panel-content .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-body .login-content .login-panel .login-panel-content .buttons .p-button {
  margin-top: 15px;
  background-color: #bd69ae;
  border: none;
  min-width: 100px;
}
.login-body .login-content .login-panel .login-panel-content .buttons a.secondary-button {
  background-color: transparent;
  border: none;
  color: #c3ccdd;
  padding: 2px 0;
  text-decoration: underline;
}
.login-body .login-content .desert {
  width: 100%;
  height: 30vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  background-image: url('asset-desert.svg');
}
.login-body.layout-light {
  background-color: #eceff4;
}
.login-body.layout-light .login-content .night-switch .p-button {
  color: #5a657c;
  border: none;
}
.login-body.layout-light .login-content .night-switch .p-button.light-switch {
  display: none;
}
.login-body.layout-light .login-content .night-switch .p-button.dark-switch {
  display: block;
}
.login-body.layout-light .login-content .login-panel {
  background-color: rgba(216, 222, 233, 0.3);
}
.login-body.layout-light .login-content .login-panel .login-panel-content h1 {
  color: #2e3440;
}
.login-body.layout-light .login-content .login-panel .login-panel-content p {
  color: #5a657c;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .forms .login-input-wrapper input {
  border: solid 1px #cccccc;
  background-color: #ffffff;
  color: #9199a9;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .forms .login-input-wrapper i {
  color: #9199a9;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .forms label {
  color: #4c566a;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .buttons button, .login-body.layout-light .login-content .login-panel .login-panel-content .buttons a {
  background-color: #5e81ac;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .buttons button.secondary-button, .login-body.layout-light .login-content .login-panel .login-panel-content .buttons a.secondary-button {
  background-color: transparent;
  color: #9199a9;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .buttons button.secondary-button:enabled:hover, .login-body.layout-light .login-content .login-panel .login-panel-content .buttons a.secondary-button:enabled:hover {
  background-color: transparent;
  color: #636975;
  transition: color 0.15s;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .buttons button:enabled:hover, .login-body.layout-light .login-content .login-panel .login-panel-content .buttons a:enabled:hover {
  background-color: #76a1d6;
  transition: background-color 0.15s;
}
.login-body.layout-light .login-content .desert {
  display: block;
}
.login-body.layout-dark {
  background-image: url('asset-login-bg@3x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.login-body.layout-dark .login-content .night-switch .p-button {
  color: #ffffff;
}
.login-body.layout-dark .login-content .night-switch .p-button.dark-switch {
  display: none;
}
.login-body.layout-dark .login-content .night-switch .p-button.light-switch {
  display: block;
}
.login-body.layout-dark .login-content .login-panel {
  background-color: rgba(32, 37, 46, 0.3);
}
.login-body.layout-dark .login-content .login-panel .login-panel-content h1 {
  color: #ffffff;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content p {
  color: #d8dee9;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .forms .login-input-wrapper input {
  border: solid 1px #c3ccdd;
  color: #d8dee9;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .forms .login-input-wrapper i {
  color: #d8dee9;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .forms label {
  color: #c3ccdd;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .buttons button, .login-body.layout-dark .login-content .login-panel .login-panel-content .buttons a {
  background-color: #bd69ae;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .buttons button.secondary-button, .login-body.layout-dark .login-content .login-panel .login-panel-content .buttons a.secondary-button {
  background-color: transparent;
  color: #c3ccdd;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .buttons button.secondary-button:enabled:hover, .login-body.layout-dark .login-content .login-panel .login-panel-content .buttons a.secondary-button:enabled:hover {
  background-color: transparent;
  color: #ffffff;
  transition: color 0.15s;
}
.login-body.layout-dark .login-content .login-panel .login-panel-content .buttons button:enabled:hover, .login-body.layout-dark .login-content .login-panel .login-panel-content .buttons a:enabled:hover {
  background-color: #e27dd0;
  transition: background-color 0.15s;
}
.login-body.layout-dark .login-content .desert {
  display: none;
}
@media (max-width: 740px) {
  .login-body .login-content .login-panel {
    width: 100%;
  }
  .login-body .login-content .login-panel .login-panel-content {
    width: 85%;
    padding: 20px 15px 50px;
  }
  .login-body .login-content .login-panel .login-panel-content h1 {
    font-size: 18px;
  }
  .login-body .login-content .login-panel .login-panel-content P {
    font-size: 16px;
  }
  .login-body .login-content .desert {
    background-position: right;
  }
}
.exception-body::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.exception-body .exception-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.exception-body .exception-content .moon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.exception-body .exception-content .exception-panel {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-top: none;
  width: 50%;
}
.exception-body .exception-content .exception-panel .exception-panel-content {
  z-index: 100;
  height: 50%;
  width: 50%;
}
.exception-body .exception-content .exception-panel .exception-panel-content h1 {
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 20px 0;
}
.exception-body .exception-content .exception-panel .exception-panel-content .seperator {
  width: 99px;
  height: 1px;
  background-color: #9199a9;
}
.exception-body .exception-content .exception-panel .exception-panel-content .tag {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 3px 6px;
  margin-bottom: 20px;
}
.exception-body .exception-content .exception-panel .exception-panel-content p {
  margin-top: 25px;
  font-size: 16px;
}
.exception-body .exception-content .exception-panel .exception-panel-content button {
  margin-top: 30px;
  background-color: #5e81ac;
  border: none;
}
.exception-body .exception-content .desert {
  width: 100%;
  height: 30vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.exception-body.notfound {
  background-color: #20252e;
}
.exception-body.notfound::after {
  background-color: #444c5b -9%;
  background-image: linear-gradient(to bottom, #444c5b -9%, #20252e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444c5b -9%", endColorstr="#20252e");
}
.exception-body.notfound .exception-content .exception-panel {
  border-color: rgba(76, 86, 106, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.exception-body.notfound .exception-content .exception-panel .exception-panel-content h1 {
  color: #9199a9;
}
.exception-body.notfound .exception-content .exception-panel .exception-panel-content .tag {
  background-color: #eceff4;
}
.exception-body.notfound .exception-content .exception-panel .exception-panel-content p {
  color: #c3ccdd;
}
.exception-body.notfound .exception-content .desert {
  background-image: url('asset-desert-night.svg');
}
.exception-body.error {
  background-color: #d07b70;
}
.exception-body.error::after {
  background-color: #5b4444 -9%;
  background-image: linear-gradient(to bottom, #5b4444 -9%, #20262e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4444 -9%", endColorstr="#20262e");
}
.exception-body.error .exception-content .exception-panel {
  border-color: rgba(195, 204, 221, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.exception-body.error .exception-content .exception-panel .exception-panel-content h1 {
  color: #c3ccdd;
}
.exception-body.error .exception-content .exception-panel .exception-panel-content .tag {
  background-color: #bf616a;
  color: #ffffff;
}
.exception-body.error .exception-content .exception-panel .exception-panel-content p {
  color: #c3ccdd;
}
.exception-body.error .exception-content .desert {
  background-image: url('asset-desert-error.svg');
}
.exception-body.access {
  background-color: #d08770;
}
.exception-body.access::after {
  background-color: #5b5544 -9%;
  background-image: linear-gradient(to bottom, #5b5544 -9%, #20262e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5544 -9%", endColorstr="#20262e");
}
.exception-body.access .exception-content .exception-panel {
  border-color: rgba(76, 86, 106, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.exception-body.access .exception-content .exception-panel .exception-panel-content h1 {
  color: #c3ccdd;
}
.exception-body.access .exception-content .exception-panel .exception-panel-content .tag {
  background-color: #ebcb8b;
}
.exception-body.access .exception-content .exception-panel .exception-panel-content p {
  color: #c3ccdd;
}
.exception-body.access .exception-content .desert {
  background-image: url('asset-desert-night-orange.svg');
}
@media (max-width: 740px) {
  .exception-body .exception-content .exception-panel {
    width: 100%;
  }
  .exception-body .exception-content .exception-panel .exception-panel-content {
    width: 90%;
  }
  .exception-body .exception-content .desert {
    background-position: right;
    height: 50vh;
  }
}
.landing-body {
  display: flex;
  flex-flow: column;
  background-color: #ffffff;
}
.landing-body h1 {
  font-size: 42px;
  letter-spacing: 1px;
  color: #20252e;
  margin: 0;
  font-weight: 100;
}
.landing-body .landing-nav-menu {
  width: 100%;
  height: 72px;
  background-color: #eceff4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  padding: 0 10%;
}
.landing-body .landing-nav-menu .logo {
  width: 155px;
}
.landing-body .landing-nav-menu .logo a {
  display: flex;
  align-items: center;
}
.landing-body .landing-nav-menu .logo .app-name {
  font-size: 22.5px;
  color: #2e3440;
  margin-left: 10px;
}
.landing-body .landing-nav-menu .logo img {
  width: 50px;
}
.landing-body .landing-nav-menu .nav-menu-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
.landing-body .landing-nav-menu .nav-menu-wrapper ul li {
  padding: 15px;
}
.landing-body .landing-nav-menu .nav-menu-wrapper ul li a {
  color: #5a657c;
  font-size: 16px;
  font-weight: 500;
}
.landing-body .landing-nav-menu .nav-menu-wrapper ul li a:hover {
  color: #8292b3;
  transition: color 0.15s;
}
.landing-body .landing-nav-menu .buy-button {
  width: 155px;
}
.landing-body .landing-nav-menu .buy-button button {
  border-radius: 4px;
  background-color: #d08770;
  padding: 6px 12px;
  border: none;
  padding: 15px 20px;
}
.landing-body .landing-nav-menu .buy-button button:hover {
  background-color: #ea987c;
  transition: background-color 0.15s;
}
.landing-body .landing-nav-menu .buy-button button a {
  color: #ffffff;
  font-size: 14px;
}
.landing-body .landing-nav-menu .menu-button {
  display: none;
}
.landing-body .landing-nav-menu .menu-button .landing-menu-button {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #2e3440;
  font-size: 22px;
}
.landing-body .landing-nav-menu .menu-button .landing-menu-button .landing-menu-button-icon {
  background: url('icon-mainmenu-black.svg');
  background-repeat: no-repeat;
  background-size: 18px 23px;
  width: 18px;
  height: 24px;
  text-align: center;
}
.landing-body .landing-header-wrapper {
  height: 600px;
  position: relative;
  background-color: #20252e;
}
.landing-body .landing-header-wrapper .sun {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
}
.landing-body .landing-header-wrapper .sun img {
  height: 100%;
}
.landing-body .landing-header-wrapper .landing-header-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.landing-body .landing-header-wrapper .landing-header-content h1 {
  color: #c3ccdd;
}
.landing-body .landing-header-wrapper .landing-header-content p {
  font-size: 24px;
  color: #c3ccdd;
  margin: 1.5rem 0 1.5rem 0;
}
.landing-body .landing-header-wrapper .landing-header-content .video-button button {
  border-radius: 4px;
  background-color: #d08770;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.landing-body .landing-header-wrapper .landing-header-content .video-button button:hover {
  background-color: #ea987c;
  transition: background-color 0.15s;
}
.landing-body .landing-header-wrapper .tree {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}
.landing-body .section .section-title {
  text-align: center;
}
.landing-body .section .section-title p {
  font-size: 16px;
  color: #4c566a;
  margin: 0;
  margin-top: 8px;
}
.landing-body .section#meet-mirage {
  background-color: #eceff4;
  padding: 24px 10% 170px;
  position: relative;
}
.landing-body .section#meet-mirage .feature-cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 65px;
  flex-flow: wrap;
}
.landing-body .section#meet-mirage .feature-cards .feature-card {
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}
.landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-img {
  margin-bottom: 16px;
}
.landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-img img {
  width: 250px;
  height: auto;
}
.landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-title {
  color: #20252e;
  font-size: 16px;
  font-weight: 500;
}
.landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-content {
  color: #5a657c;
  padding: 12px 18px 25px;
  width: 300px;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -50%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo {
  border-radius: 4px;
  background-color: #2e3440;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  flex-flow: wrap;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content {
  width: 70%;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content h1 {
  color: #c3ccdd;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content p {
  color: #ffffff;
  font-size: 16px;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-button button {
  border-radius: 4px;
  background-color: #d08770;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-button button:hover {
  background-color: #ea987c;
  transition: background-color 0.15s;
}
.landing-body .section#features {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 10% 60px;
  position: relative;
  flex-flow: wrap;
}
.landing-body .section#features .features-img {
  z-index: 998;
  margin-bottom: 24px;
}
.landing-body .section#features .features-img img {
  height: 400px;
  width: auto;
}
.landing-body .section#features .features-rows {
  display: flex;
  flex-flow: column;
  z-index: 998;
}
.landing-body .section#features .features-rows .features-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 998;
  padding: 24px;
}
.landing-body .section#features .features-rows .features-row .features-row-icon {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.landing-body .section#features .features-rows .features-row .features-row-icon .feature {
  width: 32px;
  height: 32px;
  text-align: center;
}
.landing-body .section#features .features-rows .features-row .features-row-icon .feature.first {
  background: url('icon-feature-1.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.landing-body .section#features .features-rows .features-row .features-row-icon .feature.second {
  background: url('icon-feature-2.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.landing-body .section#features .features-rows .features-row .features-row-icon .feature.third {
  background: url('icon-feature-3.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.landing-body .section#features .features-rows .features-row .features-row-content {
  margin-left: 24px;
  width: 80%;
}
.landing-body .section#features .features-rows .features-row .features-row-content h3 {
  color: #20252e;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.landing-body .section#features .features-rows .features-row .features-row-content span {
  color: #5a657c;
  font-size: 14px;
}
.landing-body .section#features .features-rows .features-row:hover {
  border-radius: 4px;
  box-shadow: 0 1px 30px 3px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}
.landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature {
  width: 70px;
  height: 70px;
}
.landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature.first {
  background: url('icon-feature-1-hover.svg');
  background-repeat: no-repeat;
  background-size: 70px 70px;
}
.landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature.second {
  background: url('icon-feature-2-hover.svg');
  background-repeat: no-repeat;
  background-size: 70px 70px;
}
.landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature.third {
  background: url('icon-feature-3-hover.svg');
  background-repeat: no-repeat;
  background-size: 70px 70px;
}
.landing-body .section#features .effect-feature {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  max-height: 350px;
  z-index: 997;
}
.landing-body .section#pricing {
  background-color: #eceff4;
  padding: 36px 10% 60px;
}
.landing-body .section#pricing .pricing-cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 35px;
  flex-flow: wrap;
}
.landing-body .section#pricing .pricing-cards .pricing-card {
  position: relative;
  display: flex;
  flex-flow: column;
  border-radius: 4.4px;
  box-shadow: 0 1px 30px 3px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 40px 60px 23px;
  text-align: center;
  min-height: 400px;
  margin-bottom: 36px;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-card-title h2 {
  color: #2e3440;
  font-size: 20px;
  margin: 0;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-card-title p {
  color: #5a657c;
  font-size: 18px;
  margin: 0px;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-card-price {
  color: #5e81ac;
  font-weight: bold;
  font-size: 32px;
  padding: 24px 0;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-rows .pricing-license-row {
  color: #5a657c;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-rows .pricing-license-row.disabled {
  color: #c3ccdd;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-button {
  padding-top: 24px;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-button button {
  border-radius: 4px;
  background-color: #88c0d0;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: none;
  width: 160px;
  cursor: pointer;
}
.landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-button button:hover {
  background-color: #97d9ec;
  transition: background-color 0.15s;
}
.landing-body .section#pricing .pricing-cards .pricing-card::before {
  display: none;
  width: 100%;
  height: 13px;
  background-color: #F28686;
  content: " ";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.landing-body .section#pricing .pricing-cards .pricing-card.premium {
  padding: 53px 75px 25px;
  box-shadow: 0 1px 33px 3px rgba(0, 0, 0, 0.07);
}
.landing-body .section#pricing .pricing-cards .pricing-card.premium:before {
  display: block;
}
.landing-body .section#multimedia {
  padding: 35px 10% 60px;
  position: relative;
}
.landing-body .section#multimedia .multimedia-video-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  z-index: 998;
  position: relative;
}
.landing-body .section#multimedia .multimedia-video-wrapper iframe {
  width: 570px;
  height: 300px;
}
.landing-body .section .effect img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  max-height: 350px;
  z-index: 997;
}
.landing-body .footer {
  background-color: #20252e;
  padding: 10px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.landing-body .footer .logo-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.landing-body .footer .logo-text img {
  height: 50px;
  width: 50px;
}
.landing-body .footer .logo-text .text {
  margin-left: 15px;
}
.landing-body .footer .logo-text .text h1 {
  font-size: 18px;
  color: #c3ccdd;
  font-weight: normal;
  margin: 0;
}
.landing-body .footer .logo-text .text span {
  color: #9199a9;
  font-size: 12px;
}
.landing-body .footer .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: #9199a9;
  height: 100%;
}
.landing-body .footer .icons .icon:first-child img {
  margin-left: 0;
}
.landing-body .footer .icons .icon img {
  margin-left: 20px;
  cursor: pointer;
}
.landing-body .landing-mask {
  display: none;
  background-color: #2e3440;
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.64;
  animation-name: fadeinmask;
  animation-duration: 0.15s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
@media (max-width: 991px) {
  .landing-body .landing-nav-menu {
    z-index: 10001;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper ul {
    flex-flow: column;
    background-color: #f9fafb;
    max-height: 0;
    overflow: auto;
    transition: max-height 0.4s;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper ul li {
    width: 100%;
    text-align: center;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper ul li:hover {
    background-color: #d8dee9;
    transition: background-color 0.3s;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper ul li.active-link {
    background-color: #26282e;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper ul li.active-link a {
    color: #ffffff;
  }
  .landing-body .landing-nav-menu .buy-button {
    display: none;
  }
  .landing-body .landing-nav-menu .menu-button {
    display: block;
  }
  .landing-body .landing-nav-menu .menu-button .landing-menu-button {
    display: flex;
  }
  .landing-body .landing-nav-menu .menu-button .landing-menu-button:hover {
    background-color: #6c7a96;
    transition: background-color 0.15s;
  }
  .landing-body .landing-nav-menu .landing-menu-button.landing-menu-active {
    background-color: #2e3440;
    transition: background-color 0.15s;
    color: #ffffff;
  }
  .landing-body .landing-nav-menu .landing-menu-button.landing-menu-active .landing-menu-button-icon {
    background: url('icon-mainmenu-white.svg');
    background-repeat: no-repeat;
    background-size: 18px 23px;
  }
  .landing-body .landing-nav-menu .nav-menu-wrapper ul.landing-menu-active {
    max-height: 300px;
    overflow: hidden;
  }
  .landing-body .landing-mask.landing-menu-active {
    display: block;
  }
  .landing-body .landing-header-wrapper .landing-header-content {
    text-align: center;
  }
  .landing-body .landing-header-wrapper .sun {
    display: none;
  }
  .landing-body .section#meet-mirage {
    padding: 24px 10% 260px;
  }
  .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content {
    width: 100%;
  }
  .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-button {
    width: 100%;
  }
  .landing-body .section#features {
    padding: 260px 10% 60px;
  }
  .landing-body .section#features .features-img img {
    height: 300px;
  }
  .landing-body .section#features .features-rows .features-row {
    padding: 17px 12px;
  }
  .landing-body .section#features .features-rows .features-row .features-row-icon {
    width: 46px;
    height: 46px;
  }
  .landing-body .section#features .features-rows .features-row .features-row-icon .feature {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  .landing-body .section#features .features-rows .features-row .features-row-icon .feature.first {
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .landing-body .section#features .features-rows .features-row .features-row-icon .feature.second {
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .landing-body .section#features .features-rows .features-row .features-row-icon .feature.third {
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature {
    width: 46px;
    height: 46px;
  }
  .landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature.first {
    background: url('icon-feature-1-hover.svg');
    background-repeat: no-repeat;
    background-size: 46px 46px;
  }
  .landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature.second {
    background: url('icon-feature-2-hover.svg');
    background-repeat: no-repeat;
    background-size: 46px 46px;
  }
  .landing-body .section#features .features-rows .features-row:hover .features-row-icon .feature.third {
    background: url('icon-feature-3-hover.svg');
    background-repeat: no-repeat;
    background-size: 46px 46px;
  }
  .landing-body .section#features .features-rows .features-row .features-row-content {
    margin-left: 12px;
  }
  .landing-body .footer {
    height: 100%;
    flex-flow: column;
  }
  .landing-body .footer .logo-text {
    flex-flow: column;
    text-align: center;
    margin-bottom: 10px;
  }
  .landing-body .footer .logo-text .text {
    margin-top: 10px;
    margin-left: 0;
  }
}
.layout-config {
  position: fixed;
  padding: 0;
  top: 75px;
  display: block;
  right: 0;
  width: 20em;
  z-index: 998;
  height: calc(100% - 75px);
  transform: translate3d(20em, 0px, 0px);
  transition: transform 0.15s;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config.layout-config-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-config.layout-config-active .layout-config-button {
  opacity: 0;
  visibility: hidden;
}
.layout-config .layout-config-button {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #fafafa;
  text-align: center;
  top: 230px;
  left: -51px;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: background-color 0.15s, opacity 0.15s;
  transition-delay: 0.2s;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config .layout-config-button i {
  font-size: 32px;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: transform 1s;
}
.layout-config .layout-config-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 10px;
  top: 10px;
  z-index: 999;
  background-color: #e0284f;
  border-radius: 50%;
  transition: background-color 0.15s;
}
.layout-config .layout-config-close i {
  color: #ffffff;
  line-height: inherit;
  font-size: 12px;
}
.layout-config .layout-config-close:hover {
  background-color: #d44d69;
}
.layout-config .layout-config-content {
  position: relative;
  height: 100%;
  padding: 1em;
  overflow: auto;
}
.layout-config .layout-config-content .layout-themes {
  display: flex;
  flex-wrap: wrap;
}
.layout-config .layout-config-content .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-config-content .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-config-content .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-config-content .layout-themes a:hover {
  transform: scale(1.1);
}
.layout-config .p-col {
  text-align: center;
}
.layout-config p {
  line-height: 1.5;
  margin-top: 0;
  color: #9199a9;
}
.blocked-scroll-config {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .layout-config {
    transform: translate3d(20em, 0px, 0px);
  }
  .layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-config .layout-config-close {
    right: 29px;
  }
}
.widget-overview-box {
  border-radius: 4px;
  width: 100%;
  min-height: 90px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-overview-box .overview-box-icon img {
  height: 50px;
  width: 50px;
}
.widget-overview-box .overview-box-text h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.widget-overview-box .overview-box-text span {
  color: #dcf2f9;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.widget-overview-box .overview-box-status {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  width: 43px;
  height: 22px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-overview-box.overview-box-1 {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(256deg, #65afc4 0%, #88c0d0 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#65afc4", endColorstr="#88c0d0",GradientType=1 );
  /* ie6-9 */
}
.widget-overview-box.overview-box-1 .overview-box-text span {
  color: #dcf2f9;
}
.widget-overview-box.overview-box-1 .overview-box-status {
  background-color: #d08770;
}
.widget-overview-box.overview-box-2 {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2c260", endColorstr="#ebcb8b",GradientType=1 );
  /* ie6-9 */
}
.widget-overview-box.overview-box-2 .overview-box-text span {
  color: #fcf5e8;
}
.widget-overview-box.overview-box-2 .overview-box-status {
  background-color: #b48ead;
}
.widget-overview-box.overview-box-3 {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8fb56f", endColorstr="#a3be8c",GradientType=1 );
  /* ie6-9 */
}
.widget-overview-box.overview-box-3 .overview-box-text span {
  color: #f0f4ec;
}
.widget-overview-box.overview-box-3 .overview-box-status {
  background-color: #ebcb8b;
  color: #3b4252;
}
.widget-overview-box.overview-box-4 {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a4719b", endColorstr="#b48ead",GradientType=1 );
  /* ie6-9 */
}
.widget-overview-box.overview-box-4 .overview-box-text span {
  color: #f3ecf2;
}
.widget-overview-box.overview-box-4 .overview-box-status {
  background-color: #a3be8c;
  color: #3b4252;
}
.widget-statistics {
  overflow: auto;
}
.widget-statistics #dashboard-chart canvas {
  background-color: #ffffff 4%;
  background-image: linear-gradient(to bottom, #ffffff 4%, #71B5C8 214%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff 4%", endColorstr="#71B5C8 214%");
  background-color: #ffffff;
}
.widget-statistics .dropdown {
  text-align: right;
  padding: 0;
}
.widget-statistics .dropdown .p-dropdown {
  border: none;
  min-width: auto;
}
.widget-statistics .dropdown .p-dropdown .p-dropdown-label {
  text-align: right;
}
.widget-news {
  overflow: hidden;
  position: relative;
  margin: 1em 0;
  padding: 0;
  border-radius: 4px;
}
.widget-news .news-row {
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  transition: transform 500ms ease 0s;
}
.widget-news .news-row .news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 35px;
  z-index: -1;
  flex: 1 0 100%;
  transition: visibility 0.8s;
  transition: transform 500ms ease 0s;
  overflow: hidden;
  margin: 0;
}
.widget-news .news-row .news.news-1 {
  background-image: url('news-1.png');
}
.widget-news .news-row .news.news-1 .news-title {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2c260", endColorstr="#ebcb8b",GradientType=1 );
  /* ie6-9 */
}
.widget-news .news-row .news.news-1 .link a {
  color: #ebcb8b;
}
.widget-news .news-row .news.news-2 {
  background-image: url('news-2.png');
}
.widget-news .news-row .news.news-2 .news-title {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8fb56f", endColorstr="#a3be8c",GradientType=1 );
  /* ie6-9 */
}
.widget-news .news-row .news.news-2 .link a {
  color: #a3be8c;
}
.widget-news .news-row .news.news-3 {
  background-image: url('news-3.png');
}
.widget-news .news-row .news.news-3 .news-title {
  background-color: #45b0d5;
  background-image: linear-gradient(to bottom, #45b0d5, #59c7ed 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b0d5", endColorstr="#59c7ed 99%");
}
.widget-news .news-row .news.news-3 .link a {
  color: #88c0d0;
}
.widget-news .news-row .news .news-title {
  width: 55px;
  height: 25px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-news .news-row .news .news-title h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #434c5e;
  margin: 0;
}
.widget-news .news-row .news h6 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.widget-news .news-row .news p {
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 20px;
}
.widget-news .news-row .news .link {
  position: absolute;
  width: 95%;
  bottom: 20px;
}
.widget-news .news-row .news .link a {
  cursor: pointer;
}
.widget-news .news-row .news .link a i {
  margin-left: 5px;
}
.widget-news .link-points {
  position: absolute;
  width: 95%;
  bottom: 20px;
}
.widget-news .link-points .points {
  justify-content: flex-end;
  padding-top: 10px;
}
.widget-news .link-points .points .point {
  width: 10px;
  height: 10px;
  background-color: #eceff4;
  border-radius: 50%;
  margin: 3px;
  cursor: pointer;
}
.widget-news .link-points .points .point.active-point.point-1 {
  background-color: #ebcb8b;
}
.widget-news .link-points .points .point.active-point.point-2 {
  background-color: #a3be8c;
}
.widget-news .link-points .points .point.active-point.point-3 {
  background-color: #88c0d0;
}
.widget-timeline .timeline-row {
  border-radius: 4px;
  border: solid 1px #e5e9f0;
  background-color: #f9fafb;
  padding: 15px;
  width: 100%;
  margin: 12px 0;
}
.widget-timeline .timeline-row > .p-grid > .p-col-1 {
  width: 40px;
}
.widget-timeline .timeline-row > .p-grid > .p-col-11 {
  width: calc(100% - 40px);
  padding-left: 1em;
}
.widget-timeline .timeline-row .timeline-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.widget-timeline .timeline-row .timeline-icon.camera-icon {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(225deg, #65afc4 0%, #88c0d0 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#65afc4", endColorstr="#88c0d0",GradientType=1 );
  /* ie6-9 */
}
.widget-timeline .timeline-row .timeline-icon.comment-icon {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2c260", endColorstr="#ebcb8b",GradientType=1 );
  /* ie6-9 */
}
.widget-timeline .timeline-row .timeline-icon.chart-icon {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(225deg, #a4719b 0%, #b48ead 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a4719b", endColorstr="#b48ead",GradientType=1 );
  /* ie6-9 */
}
.widget-timeline .timeline-row h6 {
  margin-top: 0;
  margin-bottom: 6px;
}
.widget-timeline .timeline-row .timeline-time {
  display: flex;
  justify-content: flex-end;
  color: #9199a9;
}
.widget-timeline .timeline-row .timeline-images {
  margin-top: 15px;
  position: relative;
}
.widget-timeline .timeline-row .timeline-images img {
  width: 100%;
}
.widget-timeline .timeline-row .timeline-images .new {
  border-radius: 4px;
  background-color: #434c5e;
  color: #d8dee9;
  font-size: 12px;
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 3px 6px;
  text-align: center;
}
.widget-tasks {
  padding: 0;
  padding-top: 18px;
}
.widget-tasks .card-header {
  padding: 0 18px;
}
.widget-tasks .task-info {
  text-align: right;
}
.widget-tasks .task-info span {
  font-size: 12px;
  color: #9199a9;
}
.widget-tasks .task-info span.highlighted {
  color: #4c566a;
  font-weight: 500;
}
.widget-tasks .checkboxes {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4c566a;
}
.widget-tasks .checkboxes .checkbox-row {
  padding: 6px 18px;
}
.widget-tasks .checkboxes .checkbox-row:nth-child(odd) {
  background-color: #f9fafb;
}
.widget-tasks .checkboxes .checkbox-row .checkbox {
  display: flex;
  align-items: center;
}
.widget-tasks .checkboxes .checkbox-row .checkbox p {
  margin-left: 12px;
}
.widget-tasks .checkboxes .checkbox-row .checkbox-row-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.widget-tasks .checkboxes .checkbox-row .checkbox-row-info .time {
  border-radius: 2px;
  background-color: #88c0d0;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 10px;
  text-align: center;
  min-width: 55px;
  margin-right: 4px;
}
.widget-tasks .checkboxes .checkbox-row .checkbox-row-info .time.later {
  background-color: #9199a9;
}
.widget-tasks .checkboxes .checkbox-row .checkbox-row-info i {
  color: #9199a9;
  margin-left: 12px;
  cursor: pointer;
}
.widget-tasks .checkboxes .checkbox-row .checkbox-row-info i:hover {
  color: #88c0d0;
  transition: color 0.15s;
}
.widget-support-request {
  position: relative;
}
.widget-support-request .support-info {
  text-align: right;
}
.widget-support-request .support-info p {
  font-size: 12px;
  color: #9199a9;
  margin: 0;
}
.widget-support-request .support-info .highlited {
  color: #4c566a;
  font-weight: 500;
}
.widget-support-request label {
  display: block;
  margin-bottom: 8px;
}
.widget-support-request .p-inputtext {
  margin-bottom: 16px;
  width: 100%;
  color: #9199a9;
}
.widget-support-request .p-inputtextarea {
  width: 100%;
  margin-bottom: 16px;
  color: #9199a9;
}
.widget-support-request .resolution-button-bar {
  text-align: left;
}
.widget-support-request .resolution-button-bar .p-button {
  width: auto;
  margin-right: 15px;
  min-width: 125px;
  margin-bottom: 15px;
}
.widget-support-request .resolution-button-bar .p-button.secondary-button {
  padding: 0;
  background-color: transparent;
  color: #9199a9;
}
.widget-team {
  padding: 0;
  padding-top: 18px;
  position: relative;
}
.widget-team h5 {
  padding-left: 18px;
}
.widget-team ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-team ul li {
  padding: 12px 18px;
  border-top: 1px solid rgba(145, 153, 169, 0.3);
}
.widget-team ul li:last-child {
  border-bottom: 1px solid rgba(145, 153, 169, 0.3);
}
.widget-team ul li:nth-child(odd) {
  background-color: #f9fafb;
}
.widget-team ul li .member {
  display: flex;
  align-items: center;
}
.widget-team ul li .member .team-box {
  display: flex;
  align-items: center;
}
.widget-team ul li .member .team-box .profile-image {
  margin-right: 10px;
}
.widget-team ul li .member .team-box .profile-image img {
  width: 40px;
  height: 40px;
}
.widget-team ul li .member .team-box h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #4c566a;
}
.widget-team ul li .member .team-box span {
  font-size: 12px;
  color: #9199a9;
}
.widget-team ul li .member .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.widget-team ul li .member .icons .icon {
  height: 24px;
  width: 24px;
  background-color: #eceff4;
  border-radius: 50%;
  margin: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-team ul li .member .icons .icon i {
  color: #ffffff;
}
.widget-team ul li .member .icons .icon.icon-hastag {
  background-color: #d08770;
}
.widget-team ul li .member .icons .icon.icon-hastag:hover {
  background-color: #a76a57;
  transition: background-color 0.15s;
}
.widget-team ul li .member .icons .icon.icon-twitter {
  background-color: #5e81ac;
}
.widget-team ul li .member .icons .icon.icon-twitter:hover {
  background-color: #456184;
  transition: background-color 0.15s;
}
.widget-team ul li .member .icons .icon.icon-prime {
  background-color: #bf616a;
}
.widget-team ul li .member .icons .icon.icon-prime:hover {
  background-color: #9c4a52;
  transition: background-color 0.15s;
}
.widget-card-graph {
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 225px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.widget-card-graph .graph-header {
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  height: 124px;
}
.widget-card-graph .graph-header h5 {
  padding-top: 18px;
  font-size: 18px;
  color: #4c566a;
}
.widget-card-graph .graph-header .graph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -75px;
}
.widget-card-graph .graph-header .graph .graph-center {
  width: 125px;
  height: 125px;
  background-color: #2e3440;
  background-image: linear-gradient(to bottom, #2e3440, #eceff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3440", endColorstr="#eceff4");
  border-radius: 50%;
  position: absolute;
}
.widget-card-graph .graph-header .graph .graph-border {
  width: 150px;
  height: 150px;
  background-color: #f2c260;
  background-image: linear-gradient(to left, #f2c260, #ebcb8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2c260", endColorstr="#ebcb8b", gradientType="1");
  border-radius: 50%;
  position: relative;
}
.widget-card-graph .graph-header .graph .graph-border .graph-block {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 64px;
  background-color: #ffffff;
  transform: rotate(45deg);
  height: 115px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.widget-card-graph .graph-content {
  padding: 18px;
  color: #9199a9;
  border-top: solid 1px rgba(145, 153, 169, 0.3);
  background-color: #ffffff;
  position: relative;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 100%;
  z-index: 10;
  justify-content: center;
  display: flex;
  justify-content: center;
}
.widget-card-graph .graph-content h5 {
  margin-top: 10px;
  color: #4c566a;
  margin-bottom: 6px;
}
.widget-card-graph .graph-content hr {
  width: 42px;
  height: 1px;
  background-color: rgba(145, 153, 169, 0.2);
  border: none;
}
.widget-card-graph .graph-content .graph-icon {
  width: 30px;
  height: 30px;
  box-shadow: inset 0 2px 0 0 rgba(208, 135, 112, 0.11);
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  left: 50%;
  margin-left: -15px;
}
.widget-card-graph .graph-content .jun {
  position: absolute;
  right: 15%;
  top: 0;
}
.widget-card-graph.graph-1 .graph-header .graph .graph-center {
  background-color: #eceff4;
  background-image: linear-gradient(to bottom, #eceff4, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eceff4", endColorstr="#ffffff");
}
.widget-card-graph.graph-1 .graph-content .graph-icon {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2c260", endColorstr="#ebcb8b",GradientType=1 );
  /* ie6-9 */
}
.widget-card-graph.graph-2 .graph-header {
  background-image: url('bg-box-1.jpg');
  background-size: cover;
}
.widget-card-graph.graph-2 .graph-header .graph .graph-border {
  background-color: #4c566a;
  background-image: linear-gradient(to right, #4c566a, #2e3440);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c566a", endColorstr="#2e3440", gradientType="1");
}
.widget-card-graph.graph-2 .graph-content {
  background-color: #2e3440;
}
.widget-card-graph.graph-2 .graph-content h5 {
  color: #eceff4;
}
.widget-card-graph.graph-2 .graph-content .graph-icon {
  background-color: #2e3440;
}
.widget-card-graph.graph-3 .graph-header {
  background-image: url('bg-box.jpg');
  background-size: cover;
}
.widget-card-graph.graph-3 .graph-header h5 {
  color: #ffffff;
}
.widget-card-graph.graph-3 .graph-header .graph .graph-center {
  background-color: #eceff4;
  background-image: linear-gradient(to bottom, #eceff4, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eceff4", endColorstr="#ffffff");
}
.widget-card-graph.graph-3 .graph-content .graph-icon {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2c260", endColorstr="#ebcb8b",GradientType=1 );
  /* ie6-9 */
}
.widget-card-graph.graph-4 .graph-header {
  display: flex;
  align-items: flex-end;
}
.widget-card-graph.graph-4 .graph-header .title-tag {
  border-radius: 4px;
  background-color: #434c5e;
  color: #d8dee9;
  font-size: 12px;
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 3px 6px;
  text-align: center;
}
.widget-card-graph.graph-4 .graph-header img {
  display: block;
  width: 100%;
  max-height: 120px;
}
.widget-card-graph.graph-4 .graph-content .graph-icon {
  background-color: #45b0d5;
  background-image: linear-gradient(to bottom, #45b0d5, #59c7ed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b0d5", endColorstr="#59c7ed");
}
.widget-store-items {
  position: relative;
}
.widget-store-items .store-info {
  text-align: right;
}
.widget-store-items .store-info .info-item {
  display: inline-block;
  margin-left: 15px;
  color: #9199a9;
  cursor: pointer;
}
.widget-store-items .store-info .info-item:hover {
  color: #4c566a;
  transition: color 0.15s;
}
.widget-store-items .store-cards-container .store-cards {
  max-height: 489px;
  overflow: auto;
}
.widget-store-items .store-cards-container .store-cards .store-card {
  border-radius: 2px;
  border: solid 1px #e5e9f0;
  background-color: #f9fafb;
  height: 100%;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-icons {
  text-align: center;
  padding: 6px;
  border-bottom: solid 1px #d8dee9;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-icons i {
  color: #9199a9;
  cursor: pointer;
  font-size: 20px;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-icons i:hover {
  color: #4c566a;
  transition: color 0.15s;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-image img {
  width: 100%;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-content {
  text-align: center;
  padding-bottom: 12px;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-content h5 {
  margin: 6px;
  font-weight: 500;
  color: #4c566a;
}
.widget-store-items .store-cards-container .store-cards .store-card .store-card-content span {
  font-size: 12px;
  color: #9199a9;
}
.widget-download-files {
  padding: 0;
  padding-top: 18px;
  position: relative;
}
.widget-download-files .title {
  padding-left: 18px;
}
.widget-download-files .files-info {
  text-align: right;
  padding-right: 18px;
}
.widget-download-files .files-info span {
  font-size: 12px;
  color: #9199a9;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
}
.widget-download-files .files-info span:hover {
  color: #4c566a;
  transition: color 0.15s;
}
.widget-download-files ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow: auto;
}
.widget-download-files ul li {
  padding: 15px;
  border-top: 1px solid rgba(145, 153, 169, 0.3);
}
.widget-download-files ul li:last-child {
  border-bottom: 1px solid rgba(145, 153, 169, 0.3);
}
.widget-download-files ul li .list-item {
  align-items: center;
  cursor: pointer;
}
.widget-download-files ul li .list-item:hover .file-name h6 {
  color: #9199a9;
  transition: color 0.15s;
}
.widget-download-files ul li .list-item .file-name {
  display: flex;
  align-items: center;
}
.widget-download-files ul li .list-item .file-name h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #4c566a;
}
.widget-download-files ul li .list-item .icon {
  text-align: center;
}
.widget-download-files ul li .list-item .new {
  display: flex;
  justify-content: flex-end;
}
.widget-download-files ul li .list-item .new .new-tag {
  border-radius: 4px;
  height: 20px;
  background-color: #434c5e;
  color: #d8dee9;
  font-size: 12px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Add your components customizations of layout here */
/* Add your variable customizations of theme here */
.referralTopBannerLayout {
  background-color: #DF3321;
}
.bannerContainer .bannerContent .bannerImage {
  background: #DF3321;
}
.details-container .tabs .active {
  background: linear-gradient(#DF3321, #DF3321) bottom no-repeat;
  background-size: 50% 4px;
}
.payment-ring-details-toggle a {
  color: #4877F5;
}
.layout-sidebar .sidebar-profile .avatar {
  background: #FFBEBE;
}
.toggle-menu-button {
  background-image: url('toggle-menu-active.png');
}
.toggle-menu-button.mobile {
  background-image: url('toggle-menu.png');
}
.toggle-menu-button i {
  color: #FFFFFF;
}
.autopay-container--icon {
  background-image: url('Rect.png');
}
.autopay-container--not-enrolled-content img {
  background-image: url('wallet.png');
}
.profile-container .card-profile .avatar {
  background-color: #FFBEBE;
}
.profile-container .card-profile .info-container .info i {
  color: #DF3321;
}
.change-phone-container .form-container .icon-img {
  background-image: url('Rect.png');
}
.change-address-container .form-container .icon-img {
  background-image: url('Rect.png');
}
.change-password-container .form-container .icon-img {
  background-image: url('Rect.png');
}
.cpi-disclaimer .disclaimer-content .disclaimer-text p {
  color: #1e40af;
}
.terms-section .terms-link {
  color: #5170FD;
}
.desktop-layout .cards-container .right-payment-card .confirm-button button.p-button-danger {
  background-color: #DF3321;
  border-color: #DF3321;
}
.desktop-layout .cards-container .right-payment-card .confirm-button button.p-button-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}
.referrals_termsConditions > p > span > a {
  color: #5170FD;
}
.help .help-container .help-icon {
  background-image: url('Rect.png');
}
.icon-headset, .icon-mechanic, .icon-chat-conversation {
  color: #DF3321;
}
.icon-phone {
  color: #4877F5;
}
.layout-sidebar .sidebar-logo .My_Upward.normal {
  height: 50px;
  margin-top: 0.75rem;
}
.layout-sidebar .sidebar-logo .My_Upward.colapse {
  margin-top: 0.75rem;
}
.layout-sidebar .sidebar-logo .My_Apoyo.normal {
  height: 45px;
}
.layout-sidebar .sidebar-logo img {
  width: 100%;
  object-fit: contain;
  height: 25px;
  object-position: left;
}
.help .card-help .icon-headset, .help .card-help .icon-mechanic, .help .card-help .icon-chat-conversation, .help .card-call .icon-headset, .help .card-call .icon-mechanic, .help .card-call .icon-chat-conversation {
  color: #DF3321;
}
/* Add your variable customizations of theme here */
@media (min-width: 992px) {
  .layout-wrapper .layout-topbar {
    display: none;
  }
}
/* mobile*/
@media (max-width: 991px) {
  .layout-wrapper .layout-topbar {
    color: #FFFFFF;
    background-color: #DF3321;
    box-shadow: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper {
    box-shadow: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    box-shadow: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-page {
    display: flex;
    flex-grow: 1;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-page .section {
    font-weight: 600;
    font-size: 15px;
    line-height: 156%;
    text-align: right;
    letter-spacing: 0.25px;
    color: #FFBEA9;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .notification-wrapper {
    display: none;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button {
    min-width: 40px;
    background: #CC1A1A;
    box-shadow: 0px 100px 80px rgba(251, 78, 78, 0.07), 0px 41.78px 33.42px rgba(251, 78, 78, 0.0503), 0px 22.34px 17.87px rgba(251, 78, 78, 0.0417), 0px 12.52px 10.02px rgba(251, 78, 78, 0.035), 0px 6.65px 5.32px rgba(251, 78, 78, 0.0283), 0px 2.77px 2.21px rgba(251, 78, 78, 0.0197);
    border-radius: 4px;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
    background: #CC1A1A;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i {
    color: #FFFFFF;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i {
    color: #FFFFFF;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i.icon-cancel {
    display: none;
  }
  .layout-wrapper .layout-sidebar {
    box-shadow: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar {
    background-color: #FFFFFF;
    background-image: none;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper {
    display: flex;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper img {
    width: 100%;
    padding: 0 1rem;
    object-fit: contain;
    max-height: 25px;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-page {
    display: none;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .notification-wrapper {
    display: flex;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button {
    background: #CC1A1A;
    box-shadow: none;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
    background: #CC1A1A;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i {
    color: #FFFFFF;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i.icon-cancel {
    display: flex;
    font-size: 1.5rem;
  }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i.icon-menu {
    display: none;
  }
}
.layout-sidebar .layout-menu-container {
  overflow: auto;
  height: calc(100% - 160px);
}
@media (min-width: 992px) {
  .layout-sidebar .layout-menu-container {
    height: calc(100% - 178px);
  }
  .layout-sidebar .layout-menu-container.mobile {
    height: calc(100% - 231px);
  }
}
.layout-menu-light .layout-sidebar .layout-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout-menu-light .layout-sidebar .layout-menu > li {
  padding: 0;
}
.layout-menu-light .layout-sidebar .layout-menu > li.menu-category {
  pointer-events: none;
}
.layout-menu-light .layout-sidebar .layout-menu > li.menu-category .menuitem-text {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 156%;
  letter-spacing: 0.25px;
}
@media (min-width: 992px) {
  .layout-menu-light .layout-sidebar .layout-menu > li.menu-category.mobile :before {
    content: "";
    position: absolute;
    border: 1px solid #FF7E7E;
    background: #FF7E7E;
    width: 24px;
    opacity: 0.5;
  }
}
.layout-menu-light .layout-sidebar .layout-menu > li.link a {
  height: 30px !important;
}
.layout-menu-light .layout-sidebar .layout-menu > li.link a span {
  font-size: 10px !important;
  color: #5170FD !important;
  text-decoration: none !important;
}
.layout-menu-light .layout-sidebar .layout-menu > li > a, .layout-menu-light .layout-sidebar .layout-menu > li a.active-menuitem-routerlink {
  justify-content: flex-start;
  padding: 0 28px;
  height: 52px;
}
.layout-menu-light .layout-sidebar .layout-menu > li > a .menuitem-text, .layout-menu-light .layout-sidebar .layout-menu > li a.active-menuitem-routerlink .menuitem-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #7D7D7D;
}
.layout-menu-light .layout-sidebar .layout-menu > li > a i, .layout-menu-light .layout-sidebar .layout-menu > li a.active-menuitem-routerlink i {
  color: #DF3321;
  position: unset;
  margin-top: 0;
  align-items: center;
  display: flex;
  margin-right: 15px;
  font-size: 20px;
  width: auto;
  height: auto;
}
.layout-menu-light .layout-sidebar .layout-menu > li:hover {
  background: #F6F6F6;
  color: #3A3838;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a, .layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink {
  background: #F6F6F6;
  border-radius: 0;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text, .layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink .menuitem-text {
  color: #3A3838;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a i, .layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #DF3321;
}
@media (min-width: 992px) {
  .layout-menu-light .layout-sidebar .layout-menu > li.mobile {
    width: 100px;
    margin-left: auto;
  }
  .layout-menu-light .layout-sidebar .layout-menu > li.mobile a {
    justify-content: center;
  }
  .layout-menu-light .layout-sidebar .layout-menu > li.mobile a i {
    margin: 0;
  }
  .layout-menu-light .layout-sidebar .layout-menu > li.mobile a .menuitem-text {
    display: none;
  }
}
.layout-menu-light .layout-sidebar .layout-menu > li.mobile:first-child a {
  display: none;
}
.layout-menu-light .layout-sidebar .layout-menu > li:last-child {
  margin-top: auto;
  margin-bottom: 9px;
}
.layout-menu-light .layout-sidebar .layout-menu > li:first-child a {
  padding-top: 0;
}
.notification-wrapper {
  padding: 0;
}
.notification-wrapper .icon-bell {
  color: #DF3321;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.notification-wrapper .icon-bell .badged {
  position: absolute;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 0px;
  background: #5170FD;
}
/* Add your customizations of layout here */
@media (min-width: 992px) {
  .layout-main {
    padding-top: 0;
    margin-left: 100px;
  }

  .layout-sidebar {
    width: 300px;
    transform: translate3d(-200px, 0px, 0px);
  }

  .layout-wrapper-static .layout-main {
    margin-left: 300px;
  }
}
@charset "UTF-8";
/* Add your variable customizations of theme here */
:root {
  --surface-a:#ffffff;
  --surface-b:#efefef;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#212529;
  --text-color-secondary:#6c757d;
  --primary-color:#DF3321;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.15s;
}
.p-disabled, .p-component:disabled {
  opacity: 0.65;
}
.p-error, .p-invalid {
  color: #dc3545;
}
.p-text-secondary {
  color: #6c757d;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 4px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.75rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 3.107rem;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 0.25rem 0.75rem;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #F28686;
  color: #ffffff;
  border-radius: 4px;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
.p-autocomplete.p-error > .p-inputtext, .p-autocomplete.p-invalid > .p-inputtext {
  border-color: #dc3545;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #dc3545;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
  border-color: #dc3545;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #dc3545;
}
.p-datepicker {
  padding: 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #efefef;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  transition: box-shadow 0.15s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #212529;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dee2e6;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 4px;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.15s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #DF3321;
  background: #DF3321;
}
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  border-color: #eb4242;
  background: #eb4242;
  color: #ffffff;
}
.p-checkbox.p-error > .p-checkbox-box, .p-checkbox.p-invalid > .p-checkbox-box {
  border-color: #dc3545;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #dc3545;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #efefef;
}
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #DF3321;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  background: #eb4242;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.75rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #F28686;
  color: #ffffff;
  border-radius: 4px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}
.p-chips.p-error > .p-inputtext, .p-chips.p-invalid > .p-inputtext {
  border-color: #dc3545;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #dc3545;
}
.p-colorpicker-preview {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #212529;
  border-color: #212529;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow: none;
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 4px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #495057;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.75rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
  border-color: #dc3545;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #dc3545;
}
.p-input-filled .p-dropdown {
  background: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #efefef;
}
.p-editor-container .p-editor-toolbar {
  background: #efefef;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #212529;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #DF3321;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #DF3321;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #DF3321;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #DF3321;
}
.p-inputgroup-addon {
  background: #e9ecef;
  color: #495057;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #dc3545;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #dc3545;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 25px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 10px;
  transition-duration: 0.15s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #ced4da;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #DF3321;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #DF3321;
}
.p-inputswitch.p-error, .p-inputswitch.p-invalid {
  border-color: #dc3545;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #dc3545;
}
.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}
.p-inputtext:enabled:hover {
  border-color: #ced4da;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-inputtext.p-error, .p-inputtext.p-invalid, .p-inputtext.ng-dirty.ng-invalid {
  border-color: #dc3545;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-float-label > label {
  left: 0.75rem;
  color: #6c757d;
  transition-duration: 0.15s;
}
.p-input-icon-left > i:first-of-type {
  left: 0.75rem;
  color: #495057;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 2.5rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #495057;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 2.5rem;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.p-input-filled .p-inputtext {
  background-color: #efefef;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #efefef;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #efefef;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-listbox {
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.p-listbox .p-listbox-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.75rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-listbox.p-error, .p-listbox.p-invalid {
  border-color: #dc3545;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #dc3545;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 4px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.75rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-multiselect.p-error, .p-multiselect.p-invalid {
  border-color: #dc3545;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.75rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #dc3545;
}
.p-input-filled .p-multiselect {
  background: #efefef;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}
.p-password-panel {
  padding: 1.25rem;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border-radius: 4px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 50%;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #ced4da;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: #DF3321;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.15s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #DF3321;
  background: #DF3321;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #eb4242;
  background: #eb4242;
  color: #ffffff;
}
.p-radiobutton.p-error > .p-radiobutton-box, .p-radiobutton.p-invalid > .p-radiobutton-box {
  border-color: #dc3545;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #dc3545;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #efefef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #DF3321;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #eb4242;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #dc3545;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star {
  color: #DF3321;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #DF3321;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #dc3545;
}
.p-selectbutton .p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton.p-error > .p-button, .p-selectbutton.p-invalid > .p-button {
  border-color: #dc3545;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #dc3545;
}
.p-slider {
  background: #e9ecef;
  border: 0 none;
  border-radius: 4px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #DF3321;
  border: 2px solid #DF3321;
  border-radius: 4px;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-slider .p-slider-range {
  background: #DF3321;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #ee6464;
  border-color: #ee6464;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, left 0.15s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.15s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, bottom 0.15s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.15s;
}
.p-togglebutton.p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-error, .p-togglebutton.p-button.p-invalid {
  border-color: #dc3545;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #dc3545;
}
.p-button {
  color: #ffffff;
  background: #DF3321;
  border: 1px solid #DF3321;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 4px;
}
.p-button:enabled:hover {
  background: #ee6464;
  color: #ffffff;
  border-color: #ee6464;
}
.p-button:enabled:active {
  background: #eb4242;
  color: #ffffff;
  border-color: #eb4242;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #DF3321;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(223, 51, 33, 0.04);
  color: #DF3321;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(223, 51, 33, 0.16);
  color: #DF3321;
  border: 1px solid;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #DF3321;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(223, 51, 33, 0.04);
  color: #DF3321;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(223, 51, 33, 0.16);
  color: #DF3321;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #DF3321;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #6c757d;
  border: 1px solid #6c757d;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #5a6268;
  color: #ffffff;
  border-color: #5a6268;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #545b62;
  color: #ffffff;
  border-color: #4e555b;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  border-color: transparent;
  color: #6c757d;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  border-color: transparent;
  color: #6c757d;
}
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #17a2b8;
  border: 1px solid #17a2b8;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #17a2b8;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  border-color: transparent;
  color: #17a2b8;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  border-color: transparent;
  color: #17a2b8;
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #28a745;
  border: 1px solid #28a745;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #218838;
  color: #ffffff;
  border-color: #1e7e34;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #1e7e34;
  color: #ffffff;
  border-color: #1c7430;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #28a745;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(40, 167, 69, 0.04);
  color: #28a745;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(40, 167, 69, 0.16);
  color: #28a745;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #28a745;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(40, 167, 69, 0.04);
  border-color: transparent;
  color: #28a745;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(40, 167, 69, 0.16);
  border-color: transparent;
  color: #28a745;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #ffc107;
  border: 1px solid #ffc107;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #e0a800;
  color: #212529;
  border-color: #d39e00;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #d39e00;
  color: #212529;
  border-color: #c69500;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffc107;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  border-color: transparent;
  color: #ffc107;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  border-color: transparent;
  color: #ffc107;
}
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #6f42c1;
  border: 1px solid #6f42c1;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #633bad;
  color: #ffffff;
  border-color: #58349a;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #d3c6ec;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #58349a;
  color: #ffffff;
  border-color: #4d2e87;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #6f42c1;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  border-color: transparent;
  color: #6f42c1;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  border-color: transparent;
  color: #6f42c1;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #dc3545;
  border: 1px solid #dc3545;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c82333;
  color: #ffffff;
  border-color: #bd2130;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #bd2130;
  color: #ffffff;
  border-color: #b21f2d;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #dc3545;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  border-color: transparent;
  color: #dc3545;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  border-color: transparent;
  color: #dc3545;
}
.p-button.p-button-link {
  color: #DF3321;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #ee6464;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #facfcf;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #DF3321;
  border-color: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #F28686;
  color: #ffffff;
}
.p-datatable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 2px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}
.p-datatable .p-sortable-column {
  outline-color: #facfcf;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #F28686;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #DF3321;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #DF3321;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #212529;
  transition: box-shadow 0.15s;
  outline-color: #facfcf;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #F28686;
  color: #ffffff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #F28686;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #F28686;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-datatable .p-column-resizer-helper {
  background: #DF3321;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #efefef;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 2px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #F28686;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
}
.p-dataview .p-dataview-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1.25rem;
}
.fc .fc-view-container th {
  background: #efefef;
  border: 1px solid #dee2e6;
  color: #212529;
}
.fc .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
}
.fc .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc .fc-view-container .fc-event {
  background: #ee6464;
  border: 1px solid #ee6464;
  color: #ffffff;
}
.fc .fc-view-container .fc-divider {
  background: #efefef;
  border: 1px solid #dee2e6;
}
.fc .fc-toolbar .fc-button {
  color: #ffffff;
  background: #DF3321;
  border: 1px solid #DF3321;
  font-size: 1rem;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.fc .fc-toolbar .fc-button:enabled:hover {
  background: #ee6464;
  color: #ffffff;
  border-color: #ee6464;
}
.fc .fc-toolbar .fc-button:enabled:active {
  background: #eb4242;
  color: #ffffff;
  border-color: #eb4242;
}
.fc .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
  z-index: 1;
}
.fc .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-orderlist .p-orderlist-controls {
  padding: 1.25rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.75rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: transform 0.15s, box-shadow 0.15s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-orderlist .p-orderlist-list .p-orderlist-droppoint.p-orderlist-droppoint-highlight {
  background-color: #eb4242;
}
@media screen and (max-width: 769px) {
  .p-orderlist {
    flex-direction: column;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
    flex-direction: row;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .p-orderlist .p-orderlist-controls .p-button:last-child {
    margin-right: 0;
  }
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #F28686;
  color: #ffffff;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #e01818;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-paginator {
  background: #ffffff;
  color: #DF3321;
  border: solid #dee2e6;
  border-width: 0;
  padding: 0.75rem;
  border-radius: 4px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #DF3321;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #DF3321;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-current {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #DF3321;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #DF3321;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #FB4E4E;
  border-color: #F28686;
  color: #ffffff;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #DF3321;
}
.p-picklist .p-picklist-buttons {
  padding: 1.25rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.75rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: transform 0.15s, box-shadow 0.15s;
}
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #F28686;
}
.p-picklist .p-picklist-list .p-picklist-droppoint.p-picklist-droppoint-highlight {
  background-color: #eb4242;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}
@media screen and (max-width: 769px) {
  .p-picklist {
    flex-direction: column;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
    flex-direction: row;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .p-picklist .p-picklist-buttons .p-button:last-child {
    margin-right: 0;
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
    content: "";
  }
}
.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
  border-radius: 4px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 4px;
  transition: box-shadow 0.15s;
  padding: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #F28686;
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #212529;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.75rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #eb4242;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 4px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #212529;
  padding: 0.5rem;
  transition: box-shadow 0.15s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #F28686;
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-checkbox-icon {
  color: #DF3321;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-treetable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 2px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
  transition: box-shadow 0.15s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}
.p-treetable .p-sortable-column {
  outline-color: #facfcf;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #F28686;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #DF3321;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #DF3321;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #212529;
  transition: box-shadow 0.15s;
  outline-color: #facfcf;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #F28686;
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #212529;
}
.p-treetable .p-column-resizer-helper {
  background: #DF3321;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #efefef;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}
.p-accordion .p-accordion-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-card {
  background: #ffffff;
  color: #212529;
  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: 4px;
}
.p-card .p-card-body {
  padding: 1.5rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-radius: 4px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: box-shadow 0.15s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem 1.25rem;
  color: #212529;
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-fieldset .p-fieldset-content {
  padding: 1.25rem;
}
.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1.25rem;
}
.p-panel .p-panel-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #efefef;
  border: 0 none;
}
.p-tabview .p-tabview-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #6c757d;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: box-shadow 0.15s;
  margin: 0 0 -1px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1.25rem;
  border: 0 none;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-toolbar {
  background: #efefef;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-radius: 4px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-dialog {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #212529;
  padding: 1rem;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  text-align: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-overlaypanel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: none;
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #DF3321;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: box-shadow 0.15s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #ee6464;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.p-sidebar {
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.p-sidebar .p-sidebar-close {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-sidebar .p-sidebar-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-sidebar-mask.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-tooltip .p-tooltip-text {
  background: #212529;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  box-shadow: none;
  border-radius: 4px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #212529;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #212529;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #212529;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #212529;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #efefef;
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #ee6464;
  color: #ffffff;
  border-color: #ee6464;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #eb4242;
  color: #ffffff;
  border-color: #eb4242;
}
.p-breadcrumb {
  background: #efefef;
  border: 0 none;
  border-radius: 4px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #DF3321;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #DF3321;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #6c757d;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #6c757d;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-contextmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-megamenu {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 4px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.5rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.5rem 0;
}
.p-menu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-menubar {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 4px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-menubar .p-menubar-button:hover {
    color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #facfcf;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #212529;
    border-radius: 0;
    transition: box-shadow 0.15s;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #facfcf;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.15s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.15s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.5rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-slidemenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #212529;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #212529;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #212529;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 4px;
  background: transparent;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #212529;
  border: 1px solid #dee2e6;
  background: transparent;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 4px;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #F28686;
  color: #ffffff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #212529;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #6c757d;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: box-shadow 0.15s;
  margin: 0 0 -1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}
.p-tieredmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #facfcf;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-tieredmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: 4px;
}
.p-inline-message.p-inline-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 0px;
  color: #004085;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #004085;
}
.p-inline-message.p-inline-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 0px;
  color: #155724;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #155724;
}
.p-inline-message.p-inline-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 0px;
  color: #856404;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #856404;
}
.p-inline-message.p-inline-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 0px;
  color: #721c24;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #721c24;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 4px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.25rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-message.p-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}
.p-message.p-message-info .p-message-icon {
  color: #004085;
}
.p-message.p-message-info .p-message-close {
  color: #004085;
}
.p-message.p-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}
.p-message.p-message-success .p-message-icon {
  color: #155724;
}
.p-message.p-message-success .p-message-close {
  color: #155724;
}
.p-message.p-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}
.p-message.p-message-warn .p-message-icon {
  color: #856404;
}
.p-message.p-message-warn .p-message-close {
  color: #856404;
}
.p-message.p-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}
.p-message.p-message-error .p-message-icon {
  color: #721c24;
}
.p-message.p-message-error .p-message-close {
  color: #721c24;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 1;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #004085;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #155724;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #856404;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #721c24;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #efefef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #F28686;
  color: #ffffff;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #F28686;
  color: #ffffff;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #efefef;
  width: 2rem;
  height: 2rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
  transition: box-shadow 0.15s;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-galleria-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-inplace .p-inplace-display {
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #212529;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #facfcf;
}
.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #e9ecef;
  border-radius: 4px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #DF3321;
}
.p-progressbar .p-progressbar-label {
  color: #212529;
  line-height: 1.5rem;
}
.p-terminal {
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.p-blockui.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-badge {
  background: #DF3321;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #6c757d;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #28a745;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #17a2b8;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #ffc107;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-tag {
  background: #DF3321;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
}
.p-tag.p-tag-success {
  background-color: #28a745;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #17a2b8;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #ffc107;
  color: #212529;
}
.p-tag.p-tag-danger {
  background-color: #dc3545;
  color: #ffffff;
}
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb .p-breadcrumb-chevron {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.p-breadcrumb .p-breadcrumb-chevron:before {
  content: "/";
}
/* Add your customizations of theme here */
html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
html body {
  font-family: "Open Sans", sans-serif;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  html body.overflow-hidden {
    overflow: hidden;
  }
}
html body.show-dialogs {
  overflow: hidden !important;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body .heading-large {
  font-family: "Montserrat", sans-serif;
  color: #3A3838;
  margin: 0;
}
html body h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  text-align: left;
}
html body h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  text-align: left;
}
html body h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.2px;
}
html body h4, html body .heading-large {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 146%;
}
html body h5 {
  font-size: 1.25rem;
}
html body p {
  font-family: "Open Sans", sans-serif;
  color: #3A3838;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 156%;
  letter-spacing: 0.25px;
  margin: 0;
}
html body .link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.25px;
  cursor: pointer;
}
html body .link.link-blue {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4877F5;
  font-weight: bold;
}
html body .small {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 158%;
}
html body .large {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 156%;
  letter-spacing: 0.25px;
  color: #3A3838;
}
html body .subheading {
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #939393;
}
html body .subtitle {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #7D7D7D;
}
html body .subcap {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #5170FD;
}
html body .card {
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
}
html body .layout-content {
  padding: 0;
}
html body .txt-red {
  color: #DF3321;
}
html body .form-error {
  color: #D81435;
}
@font-face {
  font-family: "tricolor-icons";
  src: url('tricolor-icons.eot?tp29n7');
  src: url('tricolor-icons.eot?tp29n7#iefix') format("embedded-opentype"), url('tricolor-icons.ttf?tp29n7') format("truetype"), url('tricolor-icons.woff?tp29n7') format("woff"), url('tricolor-icons.svg?tp29n7#tricolor-icons') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tricolor-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-speakerloud:before {
  content: "";
  color: #df3321;
}
.icon-add:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-trophy:before {
  content: "";
}
.icon-cancel:before {
  content: "";
}
.icon-car:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-help:before {
  content: "";
}
.icon-page-content:before {
  content: "";
}
.icon-send-out:before {
  content: "";
}
.icon-tune-alt:before {
  content: "";
}
.icon-bell:before {
  content: "";
}
.icon-caret-left:before {
  content: "";
}
.icon-caret-right:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-chat-message:before {
  content: "";
}
.icon-content:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-chat-alt:before {
  content: "";
}
.icon-cancel-circle-fill:before {
  content: "";
}
.icon-chat-conversation:before {
  content: "";
}
.icon-headset:before {
  content: "";
}
.icon-mechanic:before {
  content: "";
}
.icon-lock:before {
  content: "";
}
.icon-warning:before {
  content: "";
}
.icon-cancel-circle:before {
  content: "";
}
.icon-ganas:before {
  content: "";
}
.icon-ganasya:before {
  content: "";
}
.icon-ridenow:before {
  content: "";
}
.icon-uniE91E:before {
  content: "";
}
.icon-uniE91F:before {
  content: "";
}
.icon-uniE920:before {
  content: "";
}
.icon-uniE921:before {
  content: "";
}
.icon-uniE922:before {
  content: "";
}
.icon-uniE923:before {
  content: "";
}
.icon-uniE924:before {
  content: "";
}
.icon-uniE925:before {
  content: "";
}
.icon-uniE926:before {
  content: "";
}
.icon-uniE927:before {
  content: "";
}
.icon-uniE928:before {
  content: "";
}
.icon-uniE929:before {
  content: "";
}
.icon-uniE92A:before {
  content: "";
}
.icon-uniE92B:before {
  content: "";
}
.icon-uniE92C:before {
  content: "";
}
.icon-tricolor:before {
  content: "";
}
.icon-bell-fill:before {
  content: "";
}
.icon-client-fill:before {
  content: "";
}
.icon-heart-fill:before {
  content: "";
}
.icon-phone-fill:before {
  content: "";
}
.icon-sales-fill:before {
  content: "";
}
.icon-user-fill:before {
  content: "";
}
.icon-coins:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-rotate:before {
  content: "";
}
.icon-world:before {
  content: "";
}
.icon-check-circle-fill:before {
  content: "";
}
.icon-calendar-add:before {
  content: "";
}
.icon-caret-down:before {
  content: "";
}
.icon-caret-up:before {
  content: "";
}
.icon-eight-square:before {
  content: "";
}
.icon-five-square:before {
  content: "";
}
.icon-four-square:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-nine-square:before {
  content: "";
}
.icon-one-square:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-photo-library:before {
  content: "";
}
.icon-seven-square:before {
  content: "";
}
.icon-six-square:before {
  content: "";
}
.icon-ten-square:before {
  content: "";
}
.icon-three-square:before {
  content: "";
}
.icon-trash-cancel:before {
  content: "";
}
.icon-two-square:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-time-fill:before {
  content: "";
}
.icon-check-circle:before {
  content: "";
}
.icon-folder-user:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-moon-new:before {
  content: "";
}
.icon-star-fill:before {
  content: "";
}
.icon-car-key:before {
  content: "";
}
.icon-clipboard-alert:before {
  content: "";
}
.icon-clipboard-check:before {
  content: "";
}
.icon-clipboard-content:before {
  content: "";
}
.icon-clipboard:before {
  content: "";
}
.icon-cloud-upload:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-parking:before {
  content: "";
}
.icon-Icon_New:before {
  content: "";
}
.icon-folder:before {
  content: "";
}
.icon-eye-fill:before {
  content: "";
}
.icon-eye-off-fill:before {
  content: "";
}
.icon-send-mail:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-share-fill:before {
  content: "";
}
.icon-location-fill:before {
  content: "";
}
.icon-car-fill:before {
  content: "";
}
.icon-barcode-fill:before {
  content: "";
}
.icon-phone-buttons:before {
  content: "";
}
.icon-money-circle:before {
  content: "";
}
.icon-shield-check:before {
  content: "";
}
.icon-Wrenches:before {
  content: "";
}
.icon-info-fill:before {
  content: "";
}
.icon-clipboard-add:before {
  content: "";
}
.icon-scales:before {
  content: "";
}
.icon-file-upload:before {
  content: "";
}
.icon-inbox-upload:before {
  content: "";
}
.icon-page-search-alt:before {
  content: "";
}
.icon-user-circle:before {
  content: "";
}
.icon-user-list:before {
  content: "";
}
.icon-bank:before {
  content: "";
}
.icon-light-house:before {
  content: "";
}
.icon-stopwatch:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-briefcase:before {
  content: "";
}
.icon-wallet:before {
  content: "";
}
.icon-points:before {
  content: "";
}
.icon-apr:before {
  content: "";
}
.icon-waranty-extended:before {
  content: "";
}
.icon-waranty-limited:before {
  content: "";
}
.icon-aplicacion:before {
  content: "";
}
.icon-documents:before {
  content: "";
}
.icon-showroom:before {
  content: "";
}
.icon-tradein:before {
  content: "";
}
.icon-calendar-alt:before {
  content: "";
}
.icon-credit-card-alt:before {
  content: "";
}
.icon-wrench:before {
  content: "";
}
.icon-language:before {
  content: "";
}
.icon-chat-bubbles-alt:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-graduation-cap:before {
  content: "";
}
.icon-user-heart:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-time:before {
  content: "";
}
.icon-tag:before {
  content: "";
}
.icon-forward:before {
  content: "";
}
.icon-times:before {
  content: "";
}
.icon-spinner:before {
  content: "";
}
.icon-sort-amount-desc:before {
  content: "";
}
.icon-sort-amount-asc:before {
  content: "";
}
.icon-office:before {
  content: "";
}
.icon-cross:before {
  content: "";
}
.icon-radio-unchecked:before {
  content: "";
}
.icon-undo:before {
  content: "";
}
.icon-dot-circle-o:before {
  content: "";
}
.icon-meh-o:before {
  content: "";
}
.icon-arrow-circle-o-down:before {
  content: "";
}
.icon-arrow-circle-o-up:before {
  content: "";
}
.icon-dashboard:before {
  content: "";
}
.icon-users:before {
  content: "";
}
.icon-page:before {
  content: "";
}
.icon-pages:before {
  content: "";
}
.icon-qr-code:before {
  content: "";
}
.icon-cake:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-coin-dollar:before {
  content: "";
}
.icon-barcode:before {
  content: "";
}
.icon-traction:before {
  content: "";
}
.icon-engine-fill:before {
  content: "";
}
.icon-computer-check:before {
  content: "";
}
.icon-speed:before {
  content: "";
}
.icon-keypad-fill:before {
  content: "";
}
.icon-transmision:before {
  content: "";
}
.icon-shield-check-fill:before {
  content: "";
}
.icon-tag-money-fill:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-circle-wrench:before {
  content: "";
}
.icon-calculator-fill:before {
  content: "";
}
.icon-caret-left-double:before {
  content: "";
}
.icon-caret-right-double:before {
  content: "";
}
.icon-merge:before {
  content: "";
}
.icon-window-layout:before {
  content: "";
}
.icon-dashboard-window:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-user-square:before {
  content: "";
}
.icon-call-actions:before {
  content: "";
}
.icon-cold:before {
  content: "";
}
.icon-hot:before {
  content: "";
}
.icon-speaker:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-user-add:before {
  content: "";
}
.icon-user-check:before {
  content: "";
}
.icon-robot:before {
  content: "";
}
.icon-whatsapp-circle:before {
  content: "";
}
.icon-file-off-fill:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-success {
  background-color: #DDFCF0;
  border: none;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-success i {
  color: #4FD1BA;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-error {
  background-color: #FBAA9F;
  border: none;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-error i {
  color: #D81435;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-info {
  background-color: #DFE4F2;
  border: none;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-info i {
  color: #4877F5;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-warn {
  background-color: #FFDE99;
  border: none;
}
p-toast .p-toast p-toastitem .p-toast-message.p-toast-message-warn i {
  color: #FF8A00;
}
p-toast .p-toast p-toastitem .p-toast-message i {
  font-size: 1.5rem;
}
p-toast .p-toast p-toastitem .p-toast-message .toast-summary {
  font-weight: 800;
  font-size: 1rem;
}
p-toast .p-toast p-toastitem .p-toast-message .toast-detail {
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.25px;
  font-size: 0.9rem;
  color: #182026;
}
p-toast .p-toast .p-toast-message .p-toast-icon-close {
  margin-left: auto;
}
.show-dialogs .dialogs-container {
  position: relative;
}
.show-dialogs .dialogs-container .dialog {
  display: flex;
  position: absolute;
  border-radius: 4px;
  background: #5170FD;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 120px;
  z-index: 1000;
  pointer-events: none;
}
.show-dialogs .dialogs-container .dialog:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
}
.show-dialogs .dialogs-container .dialog.dialog-details-mobile {
  width: 165px;
  right: calc(50% - 82px);
  top: 40px;
}
.show-dialogs .dialogs-container .dialog.dialog-details-mobile:before {
  bottom: -19px;
  border-top-color: #5170FD;
}
@media (min-width: 768px) {
  .show-dialogs .dialogs-container .dialog.dialog-details-mobile {
    display: none;
  }
}
.show-dialogs .dialogs-container .dialog.dialog-notifications {
  display: none;
}
@media (min-width: 992px) {
  .show-dialogs .dialogs-container .dialog.dialog-notifications {
    display: flex;
    top: 0;
    left: -7px;
    text-transform: initial;
  }
}
.show-dialogs .dialogs-container .dialog.dialog-notifications:before {
  left: -19px;
  border-right-color: #5170FD;
}
.show-dialogs .dialogs-container .dialog.dialog-menu {
  top: -270px;
  left: 55px;
}
.show-dialogs .dialogs-container .dialog.dialog-menu:before {
  left: -19px;
  border-right-color: #5170FD;
}
@media (min-width: 768px) {
  .show-dialogs .dialogs-container .dialog.dialog-menu {
    top: -70px;
    left: -10px;
  }
  .show-dialogs .dialogs-container .dialog.dialog-menu:before {
    left: 24px;
    top: -19px;
    border-bottom-color: #5170FD;
    border-right-color: transparent;
  }
}
@media (min-width: 992px) {
  .show-dialogs .dialogs-container .dialog.dialog-menu {
    top: 300px;
    left: -9px;
  }
  .show-dialogs .dialogs-container .dialog.dialog-menu:before {
    top: initial;
    left: -19px;
    border-bottom-color: transparent;
    border-right-color: #5170FD;
  }
}
.show-dialogs .dialogs-container .dialog.dialog-profile-mobile {
  right: calc(50% - 150px);
  top: -200px;
}
.show-dialogs .dialogs-container .dialog.dialog-profile-mobile:before {
  left: -19px;
  border-right-color: #5170FD;
}
@media (min-width: 768px) {
  .show-dialogs .dialogs-container .dialog.dialog-profile-mobile {
    display: none;
  }
}
.show-dialogs .dialogs-container .dialog.dialog-history {
  width: 165px;
  top: -35px;
  right: calc(50% - 80px);
  padding: 10px !important;
}
.show-dialogs .dialogs-container .dialog.dialog-history:before {
  bottom: -19px;
  border-top-color: #5170FD;
}
.show-dialogs .dialogs-container .dialog.dialog-pay {
  width: 165px;
  top: -45px;
  left: calc(50% - 88px);
}
.show-dialogs .dialogs-container .dialog.dialog-pay:before {
  bottom: -19px;
  border-top-color: #5170FD;
}
.show-dialogs .dialogs-container .dialog.dialog-cash {
  width: 168px;
  left: calc(50% - 88px);
}
.show-dialogs .dialogs-container .dialog.dialog-cash:before {
  top: -19px;
  border-bottom-color: #5170FD;
}
.show-dialogs .dialogs-container .dialog.dialog-cars {
  top: 55px;
}
.show-dialogs .dialogs-container .dialog.dialog-cars:before {
  left: -19px;
  border-right-color: #5170FD;
}
.show-dialogs .dialogs-container .dialog p {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  padding: 0 !important;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.25px;
  width: auto;
}
.show-dialogs .layout-wrapper-static .dialogs-container .dialog-notifications {
  top: -54px;
}
.dialog {
  display: none;
}
.menu-title {
  color: #DF3321;
}
.btn {
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.btn.btn-md {
  width: 100%;
}
.btn.btn-red {
  background: #FB4E4E;
  color: #FFFFFF;
}
.btn.btn-red:hover {
  background: #DF3321;
}
.btn.btn-blue {
  background: #5170FD;
  color: #FFFFFF;
}
.btn.btn-blue:hover {
  background: #4877F5;
}
.btn.btn-blue-border {
  background: #FFFFFF;
  border: 2px solid #5170FD;
  color: #5170FD;
}
.btn.btn-blue-border:hover {
  background: #FFFFFF;
  border: 2px solid #5170FD;
  color: #5170FD;
}
.btn.btn-white {
  background: #FFFFFF;
  color: #DF3321;
  box-shadow: 0px 100px 80px rgba(239, 239, 239, 0.07), 0px 41.78px 33.42px rgba(239, 239, 239, 0.0503), 0px 22.34px 17.87px rgba(239, 239, 239, 0.0417), 0px 12.52px 10.02px rgba(251, 78, 78, 0.035), 0px 6.65px 5.32px rgba(251, 78, 78, 0.0283), 0px 2.77px 2.21px rgba(251, 78, 78, 0.0197);
}
.btn.btn-step {
  width: 53px;
  height: 53px;
}
.btn.btn-step .p-button-icon {
  font-size: 20px;
}
.p-button:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
.p-button.p-button-icon-only {
  padding: 1rem 1.7rem;
}
.p-button .p-button-icon {
  font-size: 18px;
}
.p-dropdown {
  border: 2px solid #F6F6F6;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  padding: 8px;
  width: 100%;
  border-radius: 10px;
}
.p-dropdown::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 156%;
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  color: #A2A2A2;
}
.p-dropdown:not(.p-disabled).p-focus, .p-dropdown:not(.p-disabled):hover {
  box-shadow: none;
  border: 2px solid #E4E4E4;
}
.p-dropdown .p-dropdown-label {
  padding: 0.5rem;
}
.p-datepicker {
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
  border-radius: 4px;
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #FFFFFF;
}
.p-datepicker .p-datepicker-header {
  border: none;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #322F2F;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('select.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 0.5rem;
  background-color: #FFFFFF;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 1.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next {
  color: #322F2F;
}
.p-datepicker table th span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #7D7D7D;
}
.p-datepicker table td {
  padding: 5px;
}
.p-datepicker table td span {
  font-size: 1rem;
  line-height: 28px;
  color: #212121;
  border: none;
}
.p-datepicker table td span.p-disabled * {
  color: #E6E6E6;
}
.p-datepicker table td span span:hover {
  background-color: transparent !important;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #CFD6E2;
  font-weight: bold;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  background: #CFD6E2;
  font-weight: bold;
}
.p-datepicker table td .payment-calendar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.p-datepicker table td .payment-calendar.payment-today {
  background-color: #FF8A00;
  color: #FFFFFF;
  font-weight: bold;
}
.p-datepicker table td .payment-calendar.payment-past-due {
  background-color: #D81435;
  color: #FFFFFF;
  font-weight: bold;
}
.p-datepicker table td .payment-calendar.promisse-to-pay {
  background-color: #E1EBFD;
  border: 1px solid #4877F5;
  font-weight: bold;
}
.p-datepicker table td .payment-calendar.payment-history {
  background-color: #4FD1BA;
  color: #FFFFFF;
  font-weight: bold;
}
.p-datepicker table td .payment-calendar.payment-due {
  background-color: #5170FD;
  color: #FFFFFF;
  font-weight: bold;
}
.p-calendar.disable .p-datepicker-calendar {
  pointer-events: none;
}
.rect {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.rect.today {
  background-color: #CFD6E2;
}
.rect.payment-past-due {
  background-color: #D81435;
}
.rect.promisse-to-pay {
  background-color: #E1EBFD;
  border: 1px solid #4877F5;
}
.rect.payment-history {
  background-color: #4FD1BA;
}
.rect.payment-due {
  background-color: #5170FD;
}
.rect.payment-due-today {
  background-color: #FF8A00;
}
@media (max-width: 767px) {
  .calendar-widget .p-calendar {
    width: 100%;
  }
  .calendar-widget .p-calendar .p-datepicker-group-container {
    width: 100%;
  }
}
.p-datatable .p-datatable-thead > tr > th {
  color: #7D7D7D;
  border: none;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th:hover {
  color: #7D7D7D;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  color: #7D7D7D;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #7D7D7D;
}
.p-datatable .p-datatable-tbody > tr {
  background: #FFFFFF;
}
.p-datatable .p-datatable-tbody > tr > td {
  background: inherit;
  color: #7D7D7D;
  border: none;
}
.p-datatable .p-datatable-tbody > tr > td.td-amount {
  color: #7D7D7D;
  font-weight: 600;
  font-size: 15px;
  line-height: 156%;
  letter-spacing: 0.25px;
}
.p-datatable .p-datatable-tbody > tr > td.td-id {
  font-weight: bold;
  font-size: 15px;
  line-height: 156%;
  letter-spacing: 0.25px;
}
.p-datatable .p-datatable-tbody > tr > td.td-date {
  font-weight: bold;
  font-size: 15px;
  line-height: 156%;
  letter-spacing: 0.25px;
  color: #3A3838;
}
@media (max-width: 767px) {
  .p-datatable .p-datatable-tbody > tr > td.td-date {
    padding-left: 3px;
  }
}
.p-datatable .p-datatable-tbody > tr > td .p-button.p-button-icon-only {
  padding: 1rem;
}
.p-datatable .p-paginator-bottom {
  border: none;
  background: none;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .p-datatable .p-paginator-bottom {
    padding: 0;
  }
}
.p-datatable .p-paginator-bottom button, .p-datatable .p-paginator-bottom .p-paginator-page {
  border: none;
  background: none;
  border-radius: 4px;
  color: #7D7D7D;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 140%;
  letter-spacing: 1.25px;
}
.p-datatable .p-paginator-bottom button.p-highlight, .p-datatable .p-paginator-bottom .p-paginator-page.p-highlight {
  background-color: #FB4E4E;
}
.p-datatable .p-paginator-bottom button .p-paginator-icon, .p-datatable .p-paginator-bottom .p-paginator-page .p-paginator-icon {
  color: #FB4E4E;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(odd) {
  background: rgba(224, 235, 253, 0.25);
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #FFFFFF;
}
.tag {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 133%;
  text-align: center;
}
.tag.tag-status-green {
  font-weight: bold;
  padding: 5px 16px;
  background-color: #DDFCF0;
  color: #4FD1BA;
  border-radius: 16px;
}
.tag.tag-status-yellow {
  font-weight: bold;
  padding: 5px 16px;
  background-color: #FFDE99;
  color: #FF8A00;
  border-radius: 16px;
}
.tag.tag-status-red {
  font-weight: bold;
  padding: 5px 16px;
  background-color: #FBAA9F;
  color: #D81435;
  border-radius: 16px;
}
.tag.tag-status-blue {
  font-weight: bold;
  padding: 5px 16px;
  background-color: #DFE4F2;
  color: #5170FD;
  border-radius: 16px;
}
.tag.tag-status-gray {
  font-weight: bold;
  padding: 5px 16px;
  background-color: #E8E8E8;
  color: #3A3838;
  border-radius: 16px;
}
.tag.tag-payment {
  margin-right: 10px;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 500;
}
.tag.tag-payment-green {
  color: #FFFFFF;
  background-color: #4FD1BA;
}
.tag.tag-payment-yellow {
  color: #FFFFFF;
  background-color: #FF8A00;
}
.tag.tag-payment-red {
  color: #FFFFFF;
  background-color: #D81435;
}
.tag.tag-payment-blue {
  color: #FFFFFF;
  background-color: #5170FD;
}
.tag-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #7D7D7D;
}
.next-payment.next-red {
  color: #D81435;
}
.next-payment.next-yellow {
  color: #FF8A00;
}
.next-payment.next-green {
  color: #4FD1BA;
}
.next-payment.next-blue {
  color: #5170FD;
}
.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs * {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #939393;
  cursor: pointer;
}
.tabs *:hover {
  color: #3A3838;
}
.tabs *.active {
  color: #3A3838;
  background: linear-gradient(#DF3321, #DF3321) bottom no-repeat;
  background-size: 50% 4px;
  cursor: default;
}
.rings {
  display: flex;
  flex-direction: row;
  position: relative;
}
.rings .percent, .rings svg, .rings circle {
  height: 140px;
  width: 140px;
}
.rings svg {
  transform: rotate(270deg);
}
.rings circle {
  position: absolute;
  fill: none;
  stroke-width: 20;
  transform: translate(10px, 10px);
  stroke-dasharray: 440;
  stroke-linecap: round;
}
.rings circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #E6E6E6;
}
.rings .percent circle:nth-child(2) {
  animation: percent 1.5s linear;
}
.rings .percent-label {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rings .percent-label * {
  color: rgba(114, 132, 168, 0.5);
  text-transform: uppercase;
}
.rings .percent-label span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@keyframes percent {
  0% {
    stroke-dashoffset: 440;
    stroke-width: 20;
  }
}
app-input, app-input-number, p-calendar, app-dropdown, p-inputmask {
  display: flex;
  flex-direction: column;
}
app-input label, app-input-number label, p-calendar label, app-dropdown label, p-inputmask label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #000000;
}
app-input label.disabled, app-input-number label.disabled, p-calendar label.disabled, app-dropdown label.disabled, p-inputmask label.disabled {
  color: #A2A2A2;
}
app-input .p-inputnumber, app-input-number .p-inputnumber, p-calendar .p-inputnumber, app-dropdown .p-inputnumber, p-inputmask .p-inputnumber {
  width: 100%;
}
app-input .p-inputnumber .p-inputnumber-input, app-input-number .p-inputnumber .p-inputnumber-input, p-calendar .p-inputnumber .p-inputnumber-input, app-dropdown .p-inputnumber .p-inputnumber-input, p-inputmask .p-inputnumber .p-inputnumber-input {
  max-width: 100%;
}
app-input .p-inputtext, app-input-number .p-inputtext, p-calendar .p-inputtext, app-dropdown .p-inputtext, p-inputmask .p-inputtext {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  background: #FFFFFF;
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  margin: 4px 0px;
  padding: 16px;
}
app-input .p-inputtext::placeholder, app-input-number .p-inputtext::placeholder, p-calendar .p-inputtext::placeholder, app-dropdown .p-inputtext::placeholder, p-inputmask .p-inputtext::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 156%;
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  color: #A2A2A2;
}
app-input .p-inputtext.disabled, app-input-number .p-inputtext.disabled, p-calendar .p-inputtext.disabled, app-dropdown .p-inputtext.disabled, p-inputmask .p-inputtext.disabled {
  background: #F6F6F6;
  border: 2px solid #F6F6F6;
}
app-input .p-inputtext.ng-invalid, app-input-number .p-inputtext.ng-invalid, p-calendar .p-inputtext.ng-invalid, app-dropdown .p-inputtext.ng-invalid, p-inputmask .p-inputtext.ng-invalid {
  border-color: #D81435;
}
app-input .p-inputtext:enabled:focus, app-input-number .p-inputtext:enabled:focus, p-calendar .p-inputtext:enabled:focus, app-dropdown .p-inputtext:enabled:focus, p-inputmask .p-inputtext:enabled:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  border: 2px solid #E4E4E4;
}
app-input .p-inputtext:enabled:hover, app-input-number .p-inputtext:enabled:hover, p-calendar .p-inputtext:enabled:hover, app-dropdown .p-inputtext:enabled:hover, p-inputmask .p-inputtext:enabled:hover {
  border: 2px solid #E4E4E4;
}
.p-calendar {
  width: 100%;
}
.p-calendar.ng-invalid {
  border-color: #D81435;
}
.p-radiobutton .p-radiobutton-box.p-highlight, .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled) {
  border-color: #4877F5;
  background: none;
}
.p-radiobutton .p-radiobutton-box.p-highlight:hover, .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #4877F5;
  background: none;
}
.p-radiobutton .p-radiobutton-box.p-highlight.p-focus, .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
  box-shadow: 0 0 0 0.2rem #4877f53d;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  background-image: url('check.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.icon-password {
  margin-top: 20px;
  position: absolute;
  z-index: 2;
  margin-right: 15px;
  cursor: pointer;
  font-size: 25px;
  color: #CCCCCC;
  align-self: end;
}
.p-inline-message {
  width: 100%;
  padding: 10px;
}
.layout-rightpanel.notifications-panel {
  background-color: #f6f6f6;
  top: 0;
  height: 100vh;
  left: 0;
  right: auto;
  width: 300px;
  transform: translate3d(-400px, 0px, 0px);
  box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
}
.layout-rightpanel.notifications-panel .right-panel-header {
  background-color: #DF3321;
  padding: 20px;
  align-items: center;
}
.layout-rightpanel.notifications-panel .right-panel-header .title .notifications-icon {
  position: relative;
}
.layout-rightpanel.notifications-panel .right-panel-header .title .badged {
  background-color: #5170FD;
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 1px;
}
.layout-rightpanel.notifications-panel .right-panel-header .title i {
  color: #FFFFFF;
  font-size: 20px;
}
.layout-rightpanel.notifications-panel .right-panel-header .title h1 {
  color: #FBAA9F;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
}
.layout-rightpanel.notifications-panel .right-panel-header .rightpanel-exit-button {
  background: #CC1A1A;
  box-shadow: 0px 100px 80px rgba(251, 78, 78, 0.07), 0px 41.78px 33.42px rgba(251, 78, 78, 0.0503), 0px 22.34px 17.87px rgba(251, 78, 78, 0.0417), 0px 12.52px 10.02px rgba(251, 78, 78, 0.035), 0px 6.65px 5.32px rgba(251, 78, 78, 0.0283), 0px 2.77px 2.21px rgba(251, 78, 78, 0.0197);
}
.layout-rightpanel.notifications-panel .right-panel-header .rightpanel-exit-button .p-button-icon {
  font-size: 20px;
}
.layout-rightpanel.notifications-panel .right-panel-content {
  padding-bottom: 0;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-subtitle {
  padding: 10px 16px;
  background-color: #F6F6F6;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-subtitle.today {
  background-color: #FFFFFF;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-subtitle p {
  font-size: 0.95rem;
  color: #7284A8;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.25px;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row {
  padding: 20px 16px;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F6F6F6;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row.today {
  background-color: #FFFFFF;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header {
  margin-bottom: 8px;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header .notification-type {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header .notification-type.paymentReceipt {
  background-color: #4FD1BA;
  color: #FFFFFF;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header .notification-type.paymentDue {
  background-color: #5170FD;
  color: #FFFFFF;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header .notification-type.paymentPastDue {
  background-color: #D81435;
  color: #FFFFFF;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header .notification-type i {
  font-size: 0.7rem;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-header .notification-vehicle {
  font-weight: 700;
  margin-left: 10px;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-info .notification-description {
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #323132;
  margin-bottom: 8px;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-info .notification-account {
  font-weight: 600;
  color: #7284A8;
  font-size: 0.9rem;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-info .notification-time-link .link-paynow {
  font-size: 12px;
}
.layout-rightpanel.notifications-panel .right-panel-content .right-panel-content-row .notification-info .notification-time-link .notification-time {
  font-size: 0.9rem;
  font-weight: 600;
  color: #7284A8;
}
@media (max-width: 767px) {
  .layout-rightpanel-active .layout-rightpanel.notifications-panel {
    width: 100%;
  }
}
.pTooltip {
  font-size: 12px;
  max-width: 232px !important;
}
.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-button-label{transition:all .2s}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}@font-face {
    font-family: 'primeicons';
    font-display: auto;
    src: url('primeicons.eot');
    src: url('primeicons.eot?#iefix') format('embedded-opentype'), url('primeicons.ttf') format('truetype'), url('primeicons.woff') format('woff'), url('primeicons.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.pi:before {
    --webkit-backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}.pi-fw {
    width: 1.28571429em;
    text-align: center;
}.pi-spin {
    animation: fa-spin 2s infinite linear;
}@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}.pi-facebook:before {
    content: "\e9b4";
}.pi-github:before {
    content: "\e9b5";
}.pi-twitter:before {
    content: "\e9b6";
}.pi-step-backward-alt:before {
    content: "\e9ac";
}.pi-step-forward-alt:before {
    content: "\e9ad";
}.pi-forward:before {
    content: "\e9ae";
}.pi-backward:before {
    content: "\e9af";
}.pi-fast-backward:before {
    content: "\e9b0";
}.pi-fast-forward:before {
    content: "\e9b1";
}.pi-pause:before {
    content: "\e9b2";
}.pi-play:before {
    content: "\e9b3";
}.pi-compass:before {
    content: "\e9ab";
}.pi-id-card:before {
    content: "\e9aa";
}.pi-ticket:before {
    content: "\e9a9";
}.pi-file-o:before {
    content: "\e9a8";
}.pi-reply:before {
    content: "\e9a7";
}.pi-directions-alt:before {
    content: "\e9a5";
}.pi-directions:before {
    content: "\e9a6";
}.pi-thumbs-up:before {
    content: "\e9a3";
}.pi-thumbs-down:before {
    content: "\e9a4";
}.pi-sort-numeric-down-alt:before {
    content: "\e996";
}.pi-sort-numeric-up-alt:before {
    content: "\e997";
}.pi-sort-alpha-down-alt:before {
    content: "\e998";
}.pi-sort-alpha-up-alt:before {
    content: "\e999";
}.pi-sort-numeric-down:before {
    content: "\e99a";
}.pi-sort-numeric-up:before {
    content: "\e99b";
}.pi-sort-alpha-down:before {
    content: "\e99c";
}.pi-sort-alpha-up:before {
    content: "\e99d";
}.pi-sort-alt:before {
    content: "\e99e";
}.pi-sort-amount-up:before {
    content: "\e99f";
}.pi-sort-amount-down:before {
    content: "\e9a0";
}.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}.pi-palette:before {
    content: "\e995";
}.pi-undo:before {
    content: "\e994";
}.pi-desktop:before {
    content: "\e993";
}.pi-sliders-v:before {
    content: "\e991";
}.pi-sliders-h:before {
    content: "\e992";
}.pi-search-plus:before {
    content: "\e98f";
}.pi-search-minus:before {
    content: "\e990";
}.pi-file-excel:before {
    content: "\e98e";
}.pi-file-pdf:before {
    content: "\e98d";
}.pi-check-square:before {
    content: "\e98c";
}.pi-chart-line:before {
    content: "\e98b";
}.pi-user-edit:before {
    content: "\e98a";
}.pi-exclamation-circle:before {
    content: "\e989";
}.pi-android:before {
    content: "\e985";
}.pi-google:before {
    content: "\e986";
}.pi-apple:before {
    content: "\e987";
}.pi-microsoft:before {
    content: "\e988";
}.pi-heart:before {
    content: "\e984";
}.pi-mobile:before {
    content: "\e982";
}.pi-tablet:before {
    content: "\e983";
}.pi-key:before {
    content: "\e981";
}.pi-shopping-cart:before {
    content: "\e980";
}.pi-comments:before {
    content: "\e97e";
}.pi-comment:before {
    content: "\e97f";
}.pi-briefcase:before {
    content: "\e97d";
}.pi-bell:before {
    content: "\e97c";
}.pi-paperclip:before {
    content: "\e97b";
}.pi-share-alt:before {
    content: "\e97a";
}.pi-envelope:before {
    content: "\e979";
}.pi-volume-down:before {
    content: "\e976";
}.pi-volume-up:before {
    content: "\e977";
}.pi-volume-off:before {
    content: "\e978";
}.pi-eject:before {
    content: "\e975";
}.pi-money-bill:before {
    content: "\e974";
}.pi-images:before {
    content: "\e973";
}.pi-image:before {
    content: "\e972";
}.pi-sign-in:before {
    content: "\e970";
}.pi-sign-out:before {
    content: "\e971";
}.pi-wifi:before {
    content: "\e96f";
}.pi-sitemap:before {
    content: "\e96e";
}.pi-chart-bar:before {
    content: "\e96d";
}.pi-camera:before {
    content: "\e96c";
}.pi-dollar:before {
    content: "\e96b";
}.pi-lock-open:before {
    content: "\e96a";
}.pi-table:before {
    content: "\e969";
}.pi-map-marker:before {
    content: "\e968";
}.pi-list:before {
    content: "\e967";
}.pi-eye-slash:before {
    content: "\e965";
}.pi-eye:before {
    content: "\e966";
}.pi-folder-open:before {
    content: "\e964";
}.pi-folder:before {
    content: "\e963";
}.pi-video:before {
    content: "\e962";
}.pi-inbox:before {
    content: "\e961";
}.pi-lock:before {
    content: "\e95f";
}.pi-unlock:before {
    content: "\e960";
}.pi-tags:before {
    content: "\e95d";
}.pi-tag:before {
    content: "\e95e";
}.pi-power-off:before {
    content: "\e95c";
}.pi-save:before {
    content: "\e95b";
}.pi-question-circle:before {
    content: "\e959";
}.pi-question:before {
    content: "\e95a";
}.pi-copy:before {
    content: "\e957";
}.pi-file:before {
    content: "\e958";
}.pi-clone:before {
    content: "\e955";
}.pi-calendar-times:before {
    content: "\e952";
}.pi-calendar-minus:before {
    content: "\e953";
}.pi-calendar-plus:before {
    content: "\e954";
}.pi-ellipsis-v:before {
    content: "\e950";
}.pi-ellipsis-h:before {
    content: "\e951";
}.pi-bookmark:before {
    content: "\e94e";
}.pi-globe:before {
    content: "\e94f";
}.pi-replay:before {
    content: "\e94d";
}.pi-filter:before {
    content: "\e94c";
}.pi-print:before {
    content: "\e94b";
}.pi-align-right:before {
    content: "\e946";
}.pi-align-left:before {
    content: "\e947";
}.pi-align-center:before {
    content: "\e948";
}.pi-align-justify:before {
    content: "\e949";
}.pi-cog:before {
    content: "\e94a";
}.pi-cloud-download:before {
    content: "\e943";
}.pi-cloud-upload:before {
    content: "\e944";
}.pi-cloud:before {
    content: "\e945";
}.pi-pencil:before {
    content: "\e942";
}.pi-users:before {
    content: "\e941";
}.pi-clock:before {
    content: "\e940";
}.pi-user-minus:before {
    content: "\e93e";
}.pi-user-plus:before {
    content: "\e93f";
}.pi-trash:before {
    content: "\e93d";
}.pi-external-link:before {
    content: "\e93c";
}.pi-window-maximize:before {
    content: "\e93b";
}.pi-window-minimize:before {
    content: "\e93a";
}.pi-refresh:before {
    content: "\e938";
}.pi-user:before {
    content: "\e939";
}.pi-exclamation-triangle:before {
    content: "\e922";
}.pi-calendar:before {
    content: "\e927";
}.pi-chevron-circle-left:before {
    content: "\e928";
}.pi-chevron-circle-down:before {
    content: "\e929";
}.pi-chevron-circle-right:before {
    content: "\e92a";
}.pi-chevron-circle-up:before {
    content: "\e92b";
}.pi-angle-double-down:before {
    content: "\e92c";
}.pi-angle-double-left:before {
    content: "\e92d";
}.pi-angle-double-right:before {
    content: "\e92e";
}.pi-angle-double-up:before {
    content: "\e92f";
}.pi-angle-down:before {
    content: "\e930";
}.pi-angle-left:before {
    content: "\e931";
}.pi-angle-right:before {
    content: "\e932";
}.pi-angle-up:before {
    content: "\e933";
}.pi-upload:before {
    content: "\e934";
}.pi-download:before {
    content: "\e956";
}.pi-ban:before {
    content: "\e935";
}.pi-star-o:before {
    content: "\e936";
}.pi-star:before {
    content: "\e937";
}.pi-chevron-left:before {
    content: "\e900";
}.pi-chevron-right:before {
    content: "\e901";
}.pi-chevron-down:before {
    content: "\e902";
}.pi-chevron-up:before {
    content: "\e903";
}.pi-caret-left:before {
    content: "\e904";
}.pi-caret-right:before {
    content: "\e905";
}.pi-caret-down:before {
    content: "\e906";
}.pi-caret-up:before {
    content: "\e907";
}.pi-search:before {
    content: "\e908";
}.pi-check:before {
    content: "\e909";
}.pi-check-circle:before {
    content: "\e90a";
}.pi-times:before {
    content: "\e90b";
}.pi-times-circle:before {
    content: "\e90c";
}.pi-plus:before {
    content: "\e90d";
}.pi-plus-circle:before {
    content: "\e90e";
}.pi-minus:before {
    content: "\e90f";
}.pi-minus-circle:before {
    content: "\e910";
}.pi-circle-on:before {
    content: "\e911";
}.pi-circle-off:before {
    content: "\e912";
}.pi-sort-down:before {
    content: "\e913";
}.pi-sort-up:before {
    content: "\e914";
}.pi-sort:before {
    content: "\e915";
}.pi-step-backward:before {
    content: "\e916";
}.pi-step-forward:before {
    content: "\e917";
}.pi-th-large:before {
    content: "\e918";
}.pi-arrow-down:before {
    content: "\e919";
}.pi-arrow-left:before {
    content: "\e91a";
}.pi-arrow-right:before {
    content: "\e91b";
}.pi-arrow-up:before {
    content: "\e91c";
}.pi-bars:before {
    content: "\e91d";
}.pi-arrow-circle-down:before {
    content: "\e91e";
}.pi-arrow-circle-left:before {
    content: "\e91f";
}.pi-arrow-circle-right:before {
    content: "\e920";
}.pi-arrow-circle-up:before {
    content: "\e921";
}.pi-info:before {
    content: "\e923";
}.pi-info-circle:before {
    content: "\e924";
}.pi-home:before {
    content: "\e925";
}.pi-spinner:before {
    content: "\e926";
}/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	hyphens: none;
}/* Code blocks */pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	overflow: visible;
	padding: 0;
}pre[class*="language-"]>code {
	position: relative;
	border-left: 10px solid #358ccb;
	box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
	background-color: #fdfdfd;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local;
}code[class*="language-"] {
	max-height: inherit;
	height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto;
}/* Margin bottom to accommodate shadow */:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background-color: #fdfdfd;
	box-sizing: border-box;
	margin-bottom: 1em;
}/* Inline code */:not(pre) > code[class*="language-"] {
	position: relative;
	padding: .2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}pre[class*="language-"]:before,
pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	box-shadow: 0px 13px 8px #979797;
	transform: rotate(-2deg);
}pre[class*="language-"]:after {
	right: 0.75em;
	left: auto;
	transform: rotate(2deg);
}.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #7D8B99;
}.token.punctuation {
	color: #5F6364;
}.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
	color: #c92c2c;
}.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
	color: #2f9c0a;
}.token.operator,
.token.entity,
.token.url,
.token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
	color: #1990b8;
}.token.regex,
.token.important {
	color: #e90;
}.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}.token.important {
	font-weight: normal;
}.token.bold {
	font-weight: bold;
}.token.italic {
	font-style: italic;
}.token.entity {
	cursor: help;
}.token.namespace {
	opacity: .7;
}@media screen and (max-width: 767px) {
	pre[class*="language-"]:before,
	pre[class*="language-"]:after {
		bottom: 14px;
		box-shadow: none;
	}

}/* Plugin styles: Line Numbers */pre[class*="language-"].line-numbers.line-numbers {
	padding-left: 0;
}pre[class*="language-"].line-numbers.line-numbers code {
	padding-left: 3.8em;
}pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
	left: 0;
}/* Plugin styles: Line Highlight */pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}pre[data-line] code {
	position: relative;
	padding-left: 4em;
}pre .line-highlight {
	margin-top: 0;
}/*!
FullCalendar Core Package v4.0.2
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/.fc-button:not(:disabled),.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a.fc-more,a[data-goto]{cursor:pointer}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2px 4px}.fc-rtl .fc-popover .fc-header{flex-direction:row-reverse}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{opacity:.65;font-size:1.1em}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-mirror-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-mirror-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-mirror-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-mirror-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-mirror-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.4;border-radius:3px;border:1px solid #3788d8}.fc-event,.fc-event-dot{background-color:#3788d8}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-event.fc-dragging.fc-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event.fc-dragging:not(.fc-selected){opacity:.75}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event{margin-top:0}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-button,.fc-icon{display:inline-block;font-weight:400;text-align:center}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}@font-face{font-family:fcicons;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");font-weight:400;font-style:normal}.fc-icon{font-family:fcicons!important;speak:none;font-style:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em}.fc-icon-chevron-left:before{content:"\e900"}.fc-icon-chevron-right:before{content:"\e901"}.fc-icon-chevrons-left:before{content:"\e902"}.fc-icon-chevrons-right:before{content:"\e903"}.fc-icon-minus-square:before{content:"\e904"}.fc-icon-plus-square:before{content:"\e905"}.fc-icon-x:before{content:"\e906"}.fc-button{overflow:visible;text-transform:none;margin:0;font-family:inherit}.fc-button::-moz-focus-inner{padding:0;border-style:none}.fc-button{-webkit-appearance:button;color:#212529;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc-button:hover{color:#212529;text-decoration:none}.fc-button:focus{outline:0;box-shadow:0 0 0 .2rem rgba(44,62,80,.25)}.fc-button:disabled{opacity:.65}.fc-button-primary{color:#fff;background-color:#2C3E50;border-color:#2C3E50}.fc-button-primary:hover{color:#fff;background-color:#1e2b37;border-color:#1a252f}.fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button-primary:disabled{color:#fff;background-color:#2C3E50;border-color:#2C3E50}.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active{color:#fff;background-color:#1a252f;border-color:#151e27}.fc-button-primary:not(:disabled).fc-button-active:focus,.fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button .fc-icon{vertical-align:middle;font-size:1.5em}.fc-button-group{position:relative;display:inline-flex;vertical-align:middle}.fc-button-group>.fc-button{position:relative;flex:1 1 auto}.fc-button-group>.fc-button.fc-button-active,.fc-button-group>.fc-button:active,.fc-button-group>.fc-button:focus,.fc-button-group>.fc-button:hover{z-index:1}.fc-button-group>.fc-button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-toolbar h2{font-size:1.75em;margin:0}.fc-view-container{position:relative}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}@media print{.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-event .fc-resizer,.fc-highlight-container,.fc-highlight-skeleton,.fc-mirror-container,.fc-mirror-skeleton{display:none}.fc tbody .fc-row,.fc-time-grid{min-height:0!important}.fc-time-grid .fc-event.fc-not-end:after,.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc hr,.fc tbody,.fc td,.fc th,.fc thead,.fc-row{border-color:#ccc!important;background:#fff!important}.fc tbody .fc-row{height:auto!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-popover,.fc-timeGrid-view .fc-axis{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc button,.fc-button-group,.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}}/*!
@fullcalendar/daygrid v4.0.1
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/.fc-dayGridDay-view .fc-content-skeleton,.fc-dayGridWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-dayGrid-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-dayGrid-view .fc-day-number,.fc-dayGrid-view .fc-week-number{padding:2px}.fc-dayGrid-view th.fc-day-number,.fc-dayGrid-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-dayGrid-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-dayGrid-view td.fc-week-number{text-align:center}.fc-dayGrid-view td.fc-week-number>*{display:inline-block;min-width:1.25em}/*!
@fullcalendar/timegrid v4.0.1
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/.fc-timeGrid-view .fc-day-grid{position:relative;z-index:2}.fc-timeGrid-view .fc-day-grid .fc-row{min-height:3em}.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-mirror-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event{margin-bottom:1px}.fc-time-grid-event-inset{box-shadow:0 0 0 1px #fff}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event .fc-content{overflow:hidden;max-height:100%}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url('bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf') format("woff2"),
url('bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf') format("woff");
}.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.bi-123::before { content: "\f67f"; }.bi-alarm-fill::before { content: "\f101"; }.bi-alarm::before { content: "\f102"; }.bi-align-bottom::before { content: "\f103"; }.bi-align-center::before { content: "\f104"; }.bi-align-end::before { content: "\f105"; }.bi-align-middle::before { content: "\f106"; }.bi-align-start::before { content: "\f107"; }.bi-align-top::before { content: "\f108"; }.bi-alt::before { content: "\f109"; }.bi-app-indicator::before { content: "\f10a"; }.bi-app::before { content: "\f10b"; }.bi-archive-fill::before { content: "\f10c"; }.bi-archive::before { content: "\f10d"; }.bi-arrow-90deg-down::before { content: "\f10e"; }.bi-arrow-90deg-left::before { content: "\f10f"; }.bi-arrow-90deg-right::before { content: "\f110"; }.bi-arrow-90deg-up::before { content: "\f111"; }.bi-arrow-bar-down::before { content: "\f112"; }.bi-arrow-bar-left::before { content: "\f113"; }.bi-arrow-bar-right::before { content: "\f114"; }.bi-arrow-bar-up::before { content: "\f115"; }.bi-arrow-clockwise::before { content: "\f116"; }.bi-arrow-counterclockwise::before { content: "\f117"; }.bi-arrow-down-circle-fill::before { content: "\f118"; }.bi-arrow-down-circle::before { content: "\f119"; }.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }.bi-arrow-down-left-circle::before { content: "\f11b"; }.bi-arrow-down-left-square-fill::before { content: "\f11c"; }.bi-arrow-down-left-square::before { content: "\f11d"; }.bi-arrow-down-left::before { content: "\f11e"; }.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }.bi-arrow-down-right-circle::before { content: "\f120"; }.bi-arrow-down-right-square-fill::before { content: "\f121"; }.bi-arrow-down-right-square::before { content: "\f122"; }.bi-arrow-down-right::before { content: "\f123"; }.bi-arrow-down-short::before { content: "\f124"; }.bi-arrow-down-square-fill::before { content: "\f125"; }.bi-arrow-down-square::before { content: "\f126"; }.bi-arrow-down-up::before { content: "\f127"; }.bi-arrow-down::before { content: "\f128"; }.bi-arrow-left-circle-fill::before { content: "\f129"; }.bi-arrow-left-circle::before { content: "\f12a"; }.bi-arrow-left-right::before { content: "\f12b"; }.bi-arrow-left-short::before { content: "\f12c"; }.bi-arrow-left-square-fill::before { content: "\f12d"; }.bi-arrow-left-square::before { content: "\f12e"; }.bi-arrow-left::before { content: "\f12f"; }.bi-arrow-repeat::before { content: "\f130"; }.bi-arrow-return-left::before { content: "\f131"; }.bi-arrow-return-right::before { content: "\f132"; }.bi-arrow-right-circle-fill::before { content: "\f133"; }.bi-arrow-right-circle::before { content: "\f134"; }.bi-arrow-right-short::before { content: "\f135"; }.bi-arrow-right-square-fill::before { content: "\f136"; }.bi-arrow-right-square::before { content: "\f137"; }.bi-arrow-right::before { content: "\f138"; }.bi-arrow-up-circle-fill::before { content: "\f139"; }.bi-arrow-up-circle::before { content: "\f13a"; }.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }.bi-arrow-up-left-circle::before { content: "\f13c"; }.bi-arrow-up-left-square-fill::before { content: "\f13d"; }.bi-arrow-up-left-square::before { content: "\f13e"; }.bi-arrow-up-left::before { content: "\f13f"; }.bi-arrow-up-right-circle-fill::before { content: "\f140"; }.bi-arrow-up-right-circle::before { content: "\f141"; }.bi-arrow-up-right-square-fill::before { content: "\f142"; }.bi-arrow-up-right-square::before { content: "\f143"; }.bi-arrow-up-right::before { content: "\f144"; }.bi-arrow-up-short::before { content: "\f145"; }.bi-arrow-up-square-fill::before { content: "\f146"; }.bi-arrow-up-square::before { content: "\f147"; }.bi-arrow-up::before { content: "\f148"; }.bi-arrows-angle-contract::before { content: "\f149"; }.bi-arrows-angle-expand::before { content: "\f14a"; }.bi-arrows-collapse::before { content: "\f14b"; }.bi-arrows-expand::before { content: "\f14c"; }.bi-arrows-fullscreen::before { content: "\f14d"; }.bi-arrows-move::before { content: "\f14e"; }.bi-aspect-ratio-fill::before { content: "\f14f"; }.bi-aspect-ratio::before { content: "\f150"; }.bi-asterisk::before { content: "\f151"; }.bi-at::before { content: "\f152"; }.bi-award-fill::before { content: "\f153"; }.bi-award::before { content: "\f154"; }.bi-back::before { content: "\f155"; }.bi-backspace-fill::before { content: "\f156"; }.bi-backspace-reverse-fill::before { content: "\f157"; }.bi-backspace-reverse::before { content: "\f158"; }.bi-backspace::before { content: "\f159"; }.bi-badge-3d-fill::before { content: "\f15a"; }.bi-badge-3d::before { content: "\f15b"; }.bi-badge-4k-fill::before { content: "\f15c"; }.bi-badge-4k::before { content: "\f15d"; }.bi-badge-8k-fill::before { content: "\f15e"; }.bi-badge-8k::before { content: "\f15f"; }.bi-badge-ad-fill::before { content: "\f160"; }.bi-badge-ad::before { content: "\f161"; }.bi-badge-ar-fill::before { content: "\f162"; }.bi-badge-ar::before { content: "\f163"; }.bi-badge-cc-fill::before { content: "\f164"; }.bi-badge-cc::before { content: "\f165"; }.bi-badge-hd-fill::before { content: "\f166"; }.bi-badge-hd::before { content: "\f167"; }.bi-badge-tm-fill::before { content: "\f168"; }.bi-badge-tm::before { content: "\f169"; }.bi-badge-vo-fill::before { content: "\f16a"; }.bi-badge-vo::before { content: "\f16b"; }.bi-badge-vr-fill::before { content: "\f16c"; }.bi-badge-vr::before { content: "\f16d"; }.bi-badge-wc-fill::before { content: "\f16e"; }.bi-badge-wc::before { content: "\f16f"; }.bi-bag-check-fill::before { content: "\f170"; }.bi-bag-check::before { content: "\f171"; }.bi-bag-dash-fill::before { content: "\f172"; }.bi-bag-dash::before { content: "\f173"; }.bi-bag-fill::before { content: "\f174"; }.bi-bag-plus-fill::before { content: "\f175"; }.bi-bag-plus::before { content: "\f176"; }.bi-bag-x-fill::before { content: "\f177"; }.bi-bag-x::before { content: "\f178"; }.bi-bag::before { content: "\f179"; }.bi-bar-chart-fill::before { content: "\f17a"; }.bi-bar-chart-line-fill::before { content: "\f17b"; }.bi-bar-chart-line::before { content: "\f17c"; }.bi-bar-chart-steps::before { content: "\f17d"; }.bi-bar-chart::before { content: "\f17e"; }.bi-basket-fill::before { content: "\f17f"; }.bi-basket::before { content: "\f180"; }.bi-basket2-fill::before { content: "\f181"; }.bi-basket2::before { content: "\f182"; }.bi-basket3-fill::before { content: "\f183"; }.bi-basket3::before { content: "\f184"; }.bi-battery-charging::before { content: "\f185"; }.bi-battery-full::before { content: "\f186"; }.bi-battery-half::before { content: "\f187"; }.bi-battery::before { content: "\f188"; }.bi-bell-fill::before { content: "\f189"; }.bi-bell::before { content: "\f18a"; }.bi-bezier::before { content: "\f18b"; }.bi-bezier2::before { content: "\f18c"; }.bi-bicycle::before { content: "\f18d"; }.bi-binoculars-fill::before { content: "\f18e"; }.bi-binoculars::before { content: "\f18f"; }.bi-blockquote-left::before { content: "\f190"; }.bi-blockquote-right::before { content: "\f191"; }.bi-book-fill::before { content: "\f192"; }.bi-book-half::before { content: "\f193"; }.bi-book::before { content: "\f194"; }.bi-bookmark-check-fill::before { content: "\f195"; }.bi-bookmark-check::before { content: "\f196"; }.bi-bookmark-dash-fill::before { content: "\f197"; }.bi-bookmark-dash::before { content: "\f198"; }.bi-bookmark-fill::before { content: "\f199"; }.bi-bookmark-heart-fill::before { content: "\f19a"; }.bi-bookmark-heart::before { content: "\f19b"; }.bi-bookmark-plus-fill::before { content: "\f19c"; }.bi-bookmark-plus::before { content: "\f19d"; }.bi-bookmark-star-fill::before { content: "\f19e"; }.bi-bookmark-star::before { content: "\f19f"; }.bi-bookmark-x-fill::before { content: "\f1a0"; }.bi-bookmark-x::before { content: "\f1a1"; }.bi-bookmark::before { content: "\f1a2"; }.bi-bookmarks-fill::before { content: "\f1a3"; }.bi-bookmarks::before { content: "\f1a4"; }.bi-bookshelf::before { content: "\f1a5"; }.bi-bootstrap-fill::before { content: "\f1a6"; }.bi-bootstrap-reboot::before { content: "\f1a7"; }.bi-bootstrap::before { content: "\f1a8"; }.bi-border-all::before { content: "\f1a9"; }.bi-border-bottom::before { content: "\f1aa"; }.bi-border-center::before { content: "\f1ab"; }.bi-border-inner::before { content: "\f1ac"; }.bi-border-left::before { content: "\f1ad"; }.bi-border-middle::before { content: "\f1ae"; }.bi-border-outer::before { content: "\f1af"; }.bi-border-right::before { content: "\f1b0"; }.bi-border-style::before { content: "\f1b1"; }.bi-border-top::before { content: "\f1b2"; }.bi-border-width::before { content: "\f1b3"; }.bi-border::before { content: "\f1b4"; }.bi-bounding-box-circles::before { content: "\f1b5"; }.bi-bounding-box::before { content: "\f1b6"; }.bi-box-arrow-down-left::before { content: "\f1b7"; }.bi-box-arrow-down-right::before { content: "\f1b8"; }.bi-box-arrow-down::before { content: "\f1b9"; }.bi-box-arrow-in-down-left::before { content: "\f1ba"; }.bi-box-arrow-in-down-right::before { content: "\f1bb"; }.bi-box-arrow-in-down::before { content: "\f1bc"; }.bi-box-arrow-in-left::before { content: "\f1bd"; }.bi-box-arrow-in-right::before { content: "\f1be"; }.bi-box-arrow-in-up-left::before { content: "\f1bf"; }.bi-box-arrow-in-up-right::before { content: "\f1c0"; }.bi-box-arrow-in-up::before { content: "\f1c1"; }.bi-box-arrow-left::before { content: "\f1c2"; }.bi-box-arrow-right::before { content: "\f1c3"; }.bi-box-arrow-up-left::before { content: "\f1c4"; }.bi-box-arrow-up-right::before { content: "\f1c5"; }.bi-box-arrow-up::before { content: "\f1c6"; }.bi-box-seam::before { content: "\f1c7"; }.bi-box::before { content: "\f1c8"; }.bi-braces::before { content: "\f1c9"; }.bi-bricks::before { content: "\f1ca"; }.bi-briefcase-fill::before { content: "\f1cb"; }.bi-briefcase::before { content: "\f1cc"; }.bi-brightness-alt-high-fill::before { content: "\f1cd"; }.bi-brightness-alt-high::before { content: "\f1ce"; }.bi-brightness-alt-low-fill::before { content: "\f1cf"; }.bi-brightness-alt-low::before { content: "\f1d0"; }.bi-brightness-high-fill::before { content: "\f1d1"; }.bi-brightness-high::before { content: "\f1d2"; }.bi-brightness-low-fill::before { content: "\f1d3"; }.bi-brightness-low::before { content: "\f1d4"; }.bi-broadcast-pin::before { content: "\f1d5"; }.bi-broadcast::before { content: "\f1d6"; }.bi-brush-fill::before { content: "\f1d7"; }.bi-brush::before { content: "\f1d8"; }.bi-bucket-fill::before { content: "\f1d9"; }.bi-bucket::before { content: "\f1da"; }.bi-bug-fill::before { content: "\f1db"; }.bi-bug::before { content: "\f1dc"; }.bi-building::before { content: "\f1dd"; }.bi-bullseye::before { content: "\f1de"; }.bi-calculator-fill::before { content: "\f1df"; }.bi-calculator::before { content: "\f1e0"; }.bi-calendar-check-fill::before { content: "\f1e1"; }.bi-calendar-check::before { content: "\f1e2"; }.bi-calendar-date-fill::before { content: "\f1e3"; }.bi-calendar-date::before { content: "\f1e4"; }.bi-calendar-day-fill::before { content: "\f1e5"; }.bi-calendar-day::before { content: "\f1e6"; }.bi-calendar-event-fill::before { content: "\f1e7"; }.bi-calendar-event::before { content: "\f1e8"; }.bi-calendar-fill::before { content: "\f1e9"; }.bi-calendar-minus-fill::before { content: "\f1ea"; }.bi-calendar-minus::before { content: "\f1eb"; }.bi-calendar-month-fill::before { content: "\f1ec"; }.bi-calendar-month::before { content: "\f1ed"; }.bi-calendar-plus-fill::before { content: "\f1ee"; }.bi-calendar-plus::before { content: "\f1ef"; }.bi-calendar-range-fill::before { content: "\f1f0"; }.bi-calendar-range::before { content: "\f1f1"; }.bi-calendar-week-fill::before { content: "\f1f2"; }.bi-calendar-week::before { content: "\f1f3"; }.bi-calendar-x-fill::before { content: "\f1f4"; }.bi-calendar-x::before { content: "\f1f5"; }.bi-calendar::before { content: "\f1f6"; }.bi-calendar2-check-fill::before { content: "\f1f7"; }.bi-calendar2-check::before { content: "\f1f8"; }.bi-calendar2-date-fill::before { content: "\f1f9"; }.bi-calendar2-date::before { content: "\f1fa"; }.bi-calendar2-day-fill::before { content: "\f1fb"; }.bi-calendar2-day::before { content: "\f1fc"; }.bi-calendar2-event-fill::before { content: "\f1fd"; }.bi-calendar2-event::before { content: "\f1fe"; }.bi-calendar2-fill::before { content: "\f1ff"; }.bi-calendar2-minus-fill::before { content: "\f200"; }.bi-calendar2-minus::before { content: "\f201"; }.bi-calendar2-month-fill::before { content: "\f202"; }.bi-calendar2-month::before { content: "\f203"; }.bi-calendar2-plus-fill::before { content: "\f204"; }.bi-calendar2-plus::before { content: "\f205"; }.bi-calendar2-range-fill::before { content: "\f206"; }.bi-calendar2-range::before { content: "\f207"; }.bi-calendar2-week-fill::before { content: "\f208"; }.bi-calendar2-week::before { content: "\f209"; }.bi-calendar2-x-fill::before { content: "\f20a"; }.bi-calendar2-x::before { content: "\f20b"; }.bi-calendar2::before { content: "\f20c"; }.bi-calendar3-event-fill::before { content: "\f20d"; }.bi-calendar3-event::before { content: "\f20e"; }.bi-calendar3-fill::before { content: "\f20f"; }.bi-calendar3-range-fill::before { content: "\f210"; }.bi-calendar3-range::before { content: "\f211"; }.bi-calendar3-week-fill::before { content: "\f212"; }.bi-calendar3-week::before { content: "\f213"; }.bi-calendar3::before { content: "\f214"; }.bi-calendar4-event::before { content: "\f215"; }.bi-calendar4-range::before { content: "\f216"; }.bi-calendar4-week::before { content: "\f217"; }.bi-calendar4::before { content: "\f218"; }.bi-camera-fill::before { content: "\f219"; }.bi-camera-reels-fill::before { content: "\f21a"; }.bi-camera-reels::before { content: "\f21b"; }.bi-camera-video-fill::before { content: "\f21c"; }.bi-camera-video-off-fill::before { content: "\f21d"; }.bi-camera-video-off::before { content: "\f21e"; }.bi-camera-video::before { content: "\f21f"; }.bi-camera::before { content: "\f220"; }.bi-camera2::before { content: "\f221"; }.bi-capslock-fill::before { content: "\f222"; }.bi-capslock::before { content: "\f223"; }.bi-card-checklist::before { content: "\f224"; }.bi-card-heading::before { content: "\f225"; }.bi-card-image::before { content: "\f226"; }.bi-card-list::before { content: "\f227"; }.bi-card-text::before { content: "\f228"; }.bi-caret-down-fill::before { content: "\f229"; }.bi-caret-down-square-fill::before { content: "\f22a"; }.bi-caret-down-square::before { content: "\f22b"; }.bi-caret-down::before { content: "\f22c"; }.bi-caret-left-fill::before { content: "\f22d"; }.bi-caret-left-square-fill::before { content: "\f22e"; }.bi-caret-left-square::before { content: "\f22f"; }.bi-caret-left::before { content: "\f230"; }.bi-caret-right-fill::before { content: "\f231"; }.bi-caret-right-square-fill::before { content: "\f232"; }.bi-caret-right-square::before { content: "\f233"; }.bi-caret-right::before { content: "\f234"; }.bi-caret-up-fill::before { content: "\f235"; }.bi-caret-up-square-fill::before { content: "\f236"; }.bi-caret-up-square::before { content: "\f237"; }.bi-caret-up::before { content: "\f238"; }.bi-cart-check-fill::before { content: "\f239"; }.bi-cart-check::before { content: "\f23a"; }.bi-cart-dash-fill::before { content: "\f23b"; }.bi-cart-dash::before { content: "\f23c"; }.bi-cart-fill::before { content: "\f23d"; }.bi-cart-plus-fill::before { content: "\f23e"; }.bi-cart-plus::before { content: "\f23f"; }.bi-cart-x-fill::before { content: "\f240"; }.bi-cart-x::before { content: "\f241"; }.bi-cart::before { content: "\f242"; }.bi-cart2::before { content: "\f243"; }.bi-cart3::before { content: "\f244"; }.bi-cart4::before { content: "\f245"; }.bi-cash-stack::before { content: "\f246"; }.bi-cash::before { content: "\f247"; }.bi-cast::before { content: "\f248"; }.bi-chat-dots-fill::before { content: "\f249"; }.bi-chat-dots::before { content: "\f24a"; }.bi-chat-fill::before { content: "\f24b"; }.bi-chat-left-dots-fill::before { content: "\f24c"; }.bi-chat-left-dots::before { content: "\f24d"; }.bi-chat-left-fill::before { content: "\f24e"; }.bi-chat-left-quote-fill::before { content: "\f24f"; }.bi-chat-left-quote::before { content: "\f250"; }.bi-chat-left-text-fill::before { content: "\f251"; }.bi-chat-left-text::before { content: "\f252"; }.bi-chat-left::before { content: "\f253"; }.bi-chat-quote-fill::before { content: "\f254"; }.bi-chat-quote::before { content: "\f255"; }.bi-chat-right-dots-fill::before { content: "\f256"; }.bi-chat-right-dots::before { content: "\f257"; }.bi-chat-right-fill::before { content: "\f258"; }.bi-chat-right-quote-fill::before { content: "\f259"; }.bi-chat-right-quote::before { content: "\f25a"; }.bi-chat-right-text-fill::before { content: "\f25b"; }.bi-chat-right-text::before { content: "\f25c"; }.bi-chat-right::before { content: "\f25d"; }.bi-chat-square-dots-fill::before { content: "\f25e"; }.bi-chat-square-dots::before { content: "\f25f"; }.bi-chat-square-fill::before { content: "\f260"; }.bi-chat-square-quote-fill::before { content: "\f261"; }.bi-chat-square-quote::before { content: "\f262"; }.bi-chat-square-text-fill::before { content: "\f263"; }.bi-chat-square-text::before { content: "\f264"; }.bi-chat-square::before { content: "\f265"; }.bi-chat-text-fill::before { content: "\f266"; }.bi-chat-text::before { content: "\f267"; }.bi-chat::before { content: "\f268"; }.bi-check-all::before { content: "\f269"; }.bi-check-circle-fill::before { content: "\f26a"; }.bi-check-circle::before { content: "\f26b"; }.bi-check-square-fill::before { content: "\f26c"; }.bi-check-square::before { content: "\f26d"; }.bi-check::before { content: "\f26e"; }.bi-check2-all::before { content: "\f26f"; }.bi-check2-circle::before { content: "\f270"; }.bi-check2-square::before { content: "\f271"; }.bi-check2::before { content: "\f272"; }.bi-chevron-bar-contract::before { content: "\f273"; }.bi-chevron-bar-down::before { content: "\f274"; }.bi-chevron-bar-expand::before { content: "\f275"; }.bi-chevron-bar-left::before { content: "\f276"; }.bi-chevron-bar-right::before { content: "\f277"; }.bi-chevron-bar-up::before { content: "\f278"; }.bi-chevron-compact-down::before { content: "\f279"; }.bi-chevron-compact-left::before { content: "\f27a"; }.bi-chevron-compact-right::before { content: "\f27b"; }.bi-chevron-compact-up::before { content: "\f27c"; }.bi-chevron-contract::before { content: "\f27d"; }.bi-chevron-double-down::before { content: "\f27e"; }.bi-chevron-double-left::before { content: "\f27f"; }.bi-chevron-double-right::before { content: "\f280"; }.bi-chevron-double-up::before { content: "\f281"; }.bi-chevron-down::before { content: "\f282"; }.bi-chevron-expand::before { content: "\f283"; }.bi-chevron-left::before { content: "\f284"; }.bi-chevron-right::before { content: "\f285"; }.bi-chevron-up::before { content: "\f286"; }.bi-circle-fill::before { content: "\f287"; }.bi-circle-half::before { content: "\f288"; }.bi-circle-square::before { content: "\f289"; }.bi-circle::before { content: "\f28a"; }.bi-clipboard-check::before { content: "\f28b"; }.bi-clipboard-data::before { content: "\f28c"; }.bi-clipboard-minus::before { content: "\f28d"; }.bi-clipboard-plus::before { content: "\f28e"; }.bi-clipboard-x::before { content: "\f28f"; }.bi-clipboard::before { content: "\f290"; }.bi-clock-fill::before { content: "\f291"; }.bi-clock-history::before { content: "\f292"; }.bi-clock::before { content: "\f293"; }.bi-cloud-arrow-down-fill::before { content: "\f294"; }.bi-cloud-arrow-down::before { content: "\f295"; }.bi-cloud-arrow-up-fill::before { content: "\f296"; }.bi-cloud-arrow-up::before { content: "\f297"; }.bi-cloud-check-fill::before { content: "\f298"; }.bi-cloud-check::before { content: "\f299"; }.bi-cloud-download-fill::before { content: "\f29a"; }.bi-cloud-download::before { content: "\f29b"; }.bi-cloud-drizzle-fill::before { content: "\f29c"; }.bi-cloud-drizzle::before { content: "\f29d"; }.bi-cloud-fill::before { content: "\f29e"; }.bi-cloud-fog-fill::before { content: "\f29f"; }.bi-cloud-fog::before { content: "\f2a0"; }.bi-cloud-fog2-fill::before { content: "\f2a1"; }.bi-cloud-fog2::before { content: "\f2a2"; }.bi-cloud-hail-fill::before { content: "\f2a3"; }.bi-cloud-hail::before { content: "\f2a4"; }.bi-cloud-haze-1::before { content: "\f2a5"; }.bi-cloud-haze-fill::before { content: "\f2a6"; }.bi-cloud-haze::before { content: "\f2a7"; }.bi-cloud-haze2-fill::before { content: "\f2a8"; }.bi-cloud-lightning-fill::before { content: "\f2a9"; }.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }.bi-cloud-lightning-rain::before { content: "\f2ab"; }.bi-cloud-lightning::before { content: "\f2ac"; }.bi-cloud-minus-fill::before { content: "\f2ad"; }.bi-cloud-minus::before { content: "\f2ae"; }.bi-cloud-moon-fill::before { content: "\f2af"; }.bi-cloud-moon::before { content: "\f2b0"; }.bi-cloud-plus-fill::before { content: "\f2b1"; }.bi-cloud-plus::before { content: "\f2b2"; }.bi-cloud-rain-fill::before { content: "\f2b3"; }.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }.bi-cloud-rain-heavy::before { content: "\f2b5"; }.bi-cloud-rain::before { content: "\f2b6"; }.bi-cloud-slash-fill::before { content: "\f2b7"; }.bi-cloud-slash::before { content: "\f2b8"; }.bi-cloud-sleet-fill::before { content: "\f2b9"; }.bi-cloud-sleet::before { content: "\f2ba"; }.bi-cloud-snow-fill::before { content: "\f2bb"; }.bi-cloud-snow::before { content: "\f2bc"; }.bi-cloud-sun-fill::before { content: "\f2bd"; }.bi-cloud-sun::before { content: "\f2be"; }.bi-cloud-upload-fill::before { content: "\f2bf"; }.bi-cloud-upload::before { content: "\f2c0"; }.bi-cloud::before { content: "\f2c1"; }.bi-clouds-fill::before { content: "\f2c2"; }.bi-clouds::before { content: "\f2c3"; }.bi-cloudy-fill::before { content: "\f2c4"; }.bi-cloudy::before { content: "\f2c5"; }.bi-code-slash::before { content: "\f2c6"; }.bi-code-square::before { content: "\f2c7"; }.bi-code::before { content: "\f2c8"; }.bi-collection-fill::before { content: "\f2c9"; }.bi-collection-play-fill::before { content: "\f2ca"; }.bi-collection-play::before { content: "\f2cb"; }.bi-collection::before { content: "\f2cc"; }.bi-columns-gap::before { content: "\f2cd"; }.bi-columns::before { content: "\f2ce"; }.bi-command::before { content: "\f2cf"; }.bi-compass-fill::before { content: "\f2d0"; }.bi-compass::before { content: "\f2d1"; }.bi-cone-striped::before { content: "\f2d2"; }.bi-cone::before { content: "\f2d3"; }.bi-controller::before { content: "\f2d4"; }.bi-cpu-fill::before { content: "\f2d5"; }.bi-cpu::before { content: "\f2d6"; }.bi-credit-card-2-back-fill::before { content: "\f2d7"; }.bi-credit-card-2-back::before { content: "\f2d8"; }.bi-credit-card-2-front-fill::before { content: "\f2d9"; }.bi-credit-card-2-front::before { content: "\f2da"; }.bi-credit-card-fill::before { content: "\f2db"; }.bi-credit-card::before { content: "\f2dc"; }.bi-crop::before { content: "\f2dd"; }.bi-cup-fill::before { content: "\f2de"; }.bi-cup-straw::before { content: "\f2df"; }.bi-cup::before { content: "\f2e0"; }.bi-cursor-fill::before { content: "\f2e1"; }.bi-cursor-text::before { content: "\f2e2"; }.bi-cursor::before { content: "\f2e3"; }.bi-dash-circle-dotted::before { content: "\f2e4"; }.bi-dash-circle-fill::before { content: "\f2e5"; }.bi-dash-circle::before { content: "\f2e6"; }.bi-dash-square-dotted::before { content: "\f2e7"; }.bi-dash-square-fill::before { content: "\f2e8"; }.bi-dash-square::before { content: "\f2e9"; }.bi-dash::before { content: "\f2ea"; }.bi-diagram-2-fill::before { content: "\f2eb"; }.bi-diagram-2::before { content: "\f2ec"; }.bi-diagram-3-fill::before { content: "\f2ed"; }.bi-diagram-3::before { content: "\f2ee"; }.bi-diamond-fill::before { content: "\f2ef"; }.bi-diamond-half::before { content: "\f2f0"; }.bi-diamond::before { content: "\f2f1"; }.bi-dice-1-fill::before { content: "\f2f2"; }.bi-dice-1::before { content: "\f2f3"; }.bi-dice-2-fill::before { content: "\f2f4"; }.bi-dice-2::before { content: "\f2f5"; }.bi-dice-3-fill::before { content: "\f2f6"; }.bi-dice-3::before { content: "\f2f7"; }.bi-dice-4-fill::before { content: "\f2f8"; }.bi-dice-4::before { content: "\f2f9"; }.bi-dice-5-fill::before { content: "\f2fa"; }.bi-dice-5::before { content: "\f2fb"; }.bi-dice-6-fill::before { content: "\f2fc"; }.bi-dice-6::before { content: "\f2fd"; }.bi-disc-fill::before { content: "\f2fe"; }.bi-disc::before { content: "\f2ff"; }.bi-discord::before { content: "\f300"; }.bi-display-fill::before { content: "\f301"; }.bi-display::before { content: "\f302"; }.bi-distribute-horizontal::before { content: "\f303"; }.bi-distribute-vertical::before { content: "\f304"; }.bi-door-closed-fill::before { content: "\f305"; }.bi-door-closed::before { content: "\f306"; }.bi-door-open-fill::before { content: "\f307"; }.bi-door-open::before { content: "\f308"; }.bi-dot::before { content: "\f309"; }.bi-download::before { content: "\f30a"; }.bi-droplet-fill::before { content: "\f30b"; }.bi-droplet-half::before { content: "\f30c"; }.bi-droplet::before { content: "\f30d"; }.bi-earbuds::before { content: "\f30e"; }.bi-easel-fill::before { content: "\f30f"; }.bi-easel::before { content: "\f310"; }.bi-egg-fill::before { content: "\f311"; }.bi-egg-fried::before { content: "\f312"; }.bi-egg::before { content: "\f313"; }.bi-eject-fill::before { content: "\f314"; }.bi-eject::before { content: "\f315"; }.bi-emoji-angry-fill::before { content: "\f316"; }.bi-emoji-angry::before { content: "\f317"; }.bi-emoji-dizzy-fill::before { content: "\f318"; }.bi-emoji-dizzy::before { content: "\f319"; }.bi-emoji-expressionless-fill::before { content: "\f31a"; }.bi-emoji-expressionless::before { content: "\f31b"; }.bi-emoji-frown-fill::before { content: "\f31c"; }.bi-emoji-frown::before { content: "\f31d"; }.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }.bi-emoji-heart-eyes::before { content: "\f31f"; }.bi-emoji-laughing-fill::before { content: "\f320"; }.bi-emoji-laughing::before { content: "\f321"; }.bi-emoji-neutral-fill::before { content: "\f322"; }.bi-emoji-neutral::before { content: "\f323"; }.bi-emoji-smile-fill::before { content: "\f324"; }.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }.bi-emoji-smile-upside-down::before { content: "\f326"; }.bi-emoji-smile::before { content: "\f327"; }.bi-emoji-sunglasses-fill::before { content: "\f328"; }.bi-emoji-sunglasses::before { content: "\f329"; }.bi-emoji-wink-fill::before { content: "\f32a"; }.bi-emoji-wink::before { content: "\f32b"; }.bi-envelope-fill::before { content: "\f32c"; }.bi-envelope-open-fill::before { content: "\f32d"; }.bi-envelope-open::before { content: "\f32e"; }.bi-envelope::before { content: "\f32f"; }.bi-eraser-fill::before { content: "\f330"; }.bi-eraser::before { content: "\f331"; }.bi-exclamation-circle-fill::before { content: "\f332"; }.bi-exclamation-circle::before { content: "\f333"; }.bi-exclamation-diamond-fill::before { content: "\f334"; }.bi-exclamation-diamond::before { content: "\f335"; }.bi-exclamation-octagon-fill::before { content: "\f336"; }.bi-exclamation-octagon::before { content: "\f337"; }.bi-exclamation-square-fill::before { content: "\f338"; }.bi-exclamation-square::before { content: "\f339"; }.bi-exclamation-triangle-fill::before { content: "\f33a"; }.bi-exclamation-triangle::before { content: "\f33b"; }.bi-exclamation::before { content: "\f33c"; }.bi-exclude::before { content: "\f33d"; }.bi-eye-fill::before { content: "\f33e"; }.bi-eye-slash-fill::before { content: "\f33f"; }.bi-eye-slash::before { content: "\f340"; }.bi-eye::before { content: "\f341"; }.bi-eyedropper::before { content: "\f342"; }.bi-eyeglasses::before { content: "\f343"; }.bi-facebook::before { content: "\f344"; }.bi-file-arrow-down-fill::before { content: "\f345"; }.bi-file-arrow-down::before { content: "\f346"; }.bi-file-arrow-up-fill::before { content: "\f347"; }.bi-file-arrow-up::before { content: "\f348"; }.bi-file-bar-graph-fill::before { content: "\f349"; }.bi-file-bar-graph::before { content: "\f34a"; }.bi-file-binary-fill::before { content: "\f34b"; }.bi-file-binary::before { content: "\f34c"; }.bi-file-break-fill::before { content: "\f34d"; }.bi-file-break::before { content: "\f34e"; }.bi-file-check-fill::before { content: "\f34f"; }.bi-file-check::before { content: "\f350"; }.bi-file-code-fill::before { content: "\f351"; }.bi-file-code::before { content: "\f352"; }.bi-file-diff-fill::before { content: "\f353"; }.bi-file-diff::before { content: "\f354"; }.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }.bi-file-earmark-arrow-down::before { content: "\f356"; }.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }.bi-file-earmark-arrow-up::before { content: "\f358"; }.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }.bi-file-earmark-bar-graph::before { content: "\f35a"; }.bi-file-earmark-binary-fill::before { content: "\f35b"; }.bi-file-earmark-binary::before { content: "\f35c"; }.bi-file-earmark-break-fill::before { content: "\f35d"; }.bi-file-earmark-break::before { content: "\f35e"; }.bi-file-earmark-check-fill::before { content: "\f35f"; }.bi-file-earmark-check::before { content: "\f360"; }.bi-file-earmark-code-fill::before { content: "\f361"; }.bi-file-earmark-code::before { content: "\f362"; }.bi-file-earmark-diff-fill::before { content: "\f363"; }.bi-file-earmark-diff::before { content: "\f364"; }.bi-file-earmark-easel-fill::before { content: "\f365"; }.bi-file-earmark-easel::before { content: "\f366"; }.bi-file-earmark-excel-fill::before { content: "\f367"; }.bi-file-earmark-excel::before { content: "\f368"; }.bi-file-earmark-fill::before { content: "\f369"; }.bi-file-earmark-font-fill::before { content: "\f36a"; }.bi-file-earmark-font::before { content: "\f36b"; }.bi-file-earmark-image-fill::before { content: "\f36c"; }.bi-file-earmark-image::before { content: "\f36d"; }.bi-file-earmark-lock-fill::before { content: "\f36e"; }.bi-file-earmark-lock::before { content: "\f36f"; }.bi-file-earmark-lock2-fill::before { content: "\f370"; }.bi-file-earmark-lock2::before { content: "\f371"; }.bi-file-earmark-medical-fill::before { content: "\f372"; }.bi-file-earmark-medical::before { content: "\f373"; }.bi-file-earmark-minus-fill::before { content: "\f374"; }.bi-file-earmark-minus::before { content: "\f375"; }.bi-file-earmark-music-fill::before { content: "\f376"; }.bi-file-earmark-music::before { content: "\f377"; }.bi-file-earmark-person-fill::before { content: "\f378"; }.bi-file-earmark-person::before { content: "\f379"; }.bi-file-earmark-play-fill::before { content: "\f37a"; }.bi-file-earmark-play::before { content: "\f37b"; }.bi-file-earmark-plus-fill::before { content: "\f37c"; }.bi-file-earmark-plus::before { content: "\f37d"; }.bi-file-earmark-post-fill::before { content: "\f37e"; }.bi-file-earmark-post::before { content: "\f37f"; }.bi-file-earmark-ppt-fill::before { content: "\f380"; }.bi-file-earmark-ppt::before { content: "\f381"; }.bi-file-earmark-richtext-fill::before { content: "\f382"; }.bi-file-earmark-richtext::before { content: "\f383"; }.bi-file-earmark-ruled-fill::before { content: "\f384"; }.bi-file-earmark-ruled::before { content: "\f385"; }.bi-file-earmark-slides-fill::before { content: "\f386"; }.bi-file-earmark-slides::before { content: "\f387"; }.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }.bi-file-earmark-spreadsheet::before { content: "\f389"; }.bi-file-earmark-text-fill::before { content: "\f38a"; }.bi-file-earmark-text::before { content: "\f38b"; }.bi-file-earmark-word-fill::before { content: "\f38c"; }.bi-file-earmark-word::before { content: "\f38d"; }.bi-file-earmark-x-fill::before { content: "\f38e"; }.bi-file-earmark-x::before { content: "\f38f"; }.bi-file-earmark-zip-fill::before { content: "\f390"; }.bi-file-earmark-zip::before { content: "\f391"; }.bi-file-earmark::before { content: "\f392"; }.bi-file-easel-fill::before { content: "\f393"; }.bi-file-easel::before { content: "\f394"; }.bi-file-excel-fill::before { content: "\f395"; }.bi-file-excel::before { content: "\f396"; }.bi-file-fill::before { content: "\f397"; }.bi-file-font-fill::before { content: "\f398"; }.bi-file-font::before { content: "\f399"; }.bi-file-image-fill::before { content: "\f39a"; }.bi-file-image::before { content: "\f39b"; }.bi-file-lock-fill::before { content: "\f39c"; }.bi-file-lock::before { content: "\f39d"; }.bi-file-lock2-fill::before { content: "\f39e"; }.bi-file-lock2::before { content: "\f39f"; }.bi-file-medical-fill::before { content: "\f3a0"; }.bi-file-medical::before { content: "\f3a1"; }.bi-file-minus-fill::before { content: "\f3a2"; }.bi-file-minus::before { content: "\f3a3"; }.bi-file-music-fill::before { content: "\f3a4"; }.bi-file-music::before { content: "\f3a5"; }.bi-file-person-fill::before { content: "\f3a6"; }.bi-file-person::before { content: "\f3a7"; }.bi-file-play-fill::before { content: "\f3a8"; }.bi-file-play::before { content: "\f3a9"; }.bi-file-plus-fill::before { content: "\f3aa"; }.bi-file-plus::before { content: "\f3ab"; }.bi-file-post-fill::before { content: "\f3ac"; }.bi-file-post::before { content: "\f3ad"; }.bi-file-ppt-fill::before { content: "\f3ae"; }.bi-file-ppt::before { content: "\f3af"; }.bi-file-richtext-fill::before { content: "\f3b0"; }.bi-file-richtext::before { content: "\f3b1"; }.bi-file-ruled-fill::before { content: "\f3b2"; }.bi-file-ruled::before { content: "\f3b3"; }.bi-file-slides-fill::before { content: "\f3b4"; }.bi-file-slides::before { content: "\f3b5"; }.bi-file-spreadsheet-fill::before { content: "\f3b6"; }.bi-file-spreadsheet::before { content: "\f3b7"; }.bi-file-text-fill::before { content: "\f3b8"; }.bi-file-text::before { content: "\f3b9"; }.bi-file-word-fill::before { content: "\f3ba"; }.bi-file-word::before { content: "\f3bb"; }.bi-file-x-fill::before { content: "\f3bc"; }.bi-file-x::before { content: "\f3bd"; }.bi-file-zip-fill::before { content: "\f3be"; }.bi-file-zip::before { content: "\f3bf"; }.bi-file::before { content: "\f3c0"; }.bi-files-alt::before { content: "\f3c1"; }.bi-files::before { content: "\f3c2"; }.bi-film::before { content: "\f3c3"; }.bi-filter-circle-fill::before { content: "\f3c4"; }.bi-filter-circle::before { content: "\f3c5"; }.bi-filter-left::before { content: "\f3c6"; }.bi-filter-right::before { content: "\f3c7"; }.bi-filter-square-fill::before { content: "\f3c8"; }.bi-filter-square::before { content: "\f3c9"; }.bi-filter::before { content: "\f3ca"; }.bi-flag-fill::before { content: "\f3cb"; }.bi-flag::before { content: "\f3cc"; }.bi-flower1::before { content: "\f3cd"; }.bi-flower2::before { content: "\f3ce"; }.bi-flower3::before { content: "\f3cf"; }.bi-folder-check::before { content: "\f3d0"; }.bi-folder-fill::before { content: "\f3d1"; }.bi-folder-minus::before { content: "\f3d2"; }.bi-folder-plus::before { content: "\f3d3"; }.bi-folder-symlink-fill::before { content: "\f3d4"; }.bi-folder-symlink::before { content: "\f3d5"; }.bi-folder-x::before { content: "\f3d6"; }.bi-folder::before { content: "\f3d7"; }.bi-folder2-open::before { content: "\f3d8"; }.bi-folder2::before { content: "\f3d9"; }.bi-fonts::before { content: "\f3da"; }.bi-forward-fill::before { content: "\f3db"; }.bi-forward::before { content: "\f3dc"; }.bi-front::before { content: "\f3dd"; }.bi-fullscreen-exit::before { content: "\f3de"; }.bi-fullscreen::before { content: "\f3df"; }.bi-funnel-fill::before { content: "\f3e0"; }.bi-funnel::before { content: "\f3e1"; }.bi-gear-fill::before { content: "\f3e2"; }.bi-gear-wide-connected::before { content: "\f3e3"; }.bi-gear-wide::before { content: "\f3e4"; }.bi-gear::before { content: "\f3e5"; }.bi-gem::before { content: "\f3e6"; }.bi-geo-alt-fill::before { content: "\f3e7"; }.bi-geo-alt::before { content: "\f3e8"; }.bi-geo-fill::before { content: "\f3e9"; }.bi-geo::before { content: "\f3ea"; }.bi-gift-fill::before { content: "\f3eb"; }.bi-gift::before { content: "\f3ec"; }.bi-github::before { content: "\f3ed"; }.bi-globe::before { content: "\f3ee"; }.bi-globe2::before { content: "\f3ef"; }.bi-google::before { content: "\f3f0"; }.bi-graph-down::before { content: "\f3f1"; }.bi-graph-up::before { content: "\f3f2"; }.bi-grid-1x2-fill::before { content: "\f3f3"; }.bi-grid-1x2::before { content: "\f3f4"; }.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }.bi-grid-3x2-gap::before { content: "\f3f6"; }.bi-grid-3x2::before { content: "\f3f7"; }.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }.bi-grid-3x3-gap::before { content: "\f3f9"; }.bi-grid-3x3::before { content: "\f3fa"; }.bi-grid-fill::before { content: "\f3fb"; }.bi-grid::before { content: "\f3fc"; }.bi-grip-horizontal::before { content: "\f3fd"; }.bi-grip-vertical::before { content: "\f3fe"; }.bi-hammer::before { content: "\f3ff"; }.bi-hand-index-fill::before { content: "\f400"; }.bi-hand-index-thumb-fill::before { content: "\f401"; }.bi-hand-index-thumb::before { content: "\f402"; }.bi-hand-index::before { content: "\f403"; }.bi-hand-thumbs-down-fill::before { content: "\f404"; }.bi-hand-thumbs-down::before { content: "\f405"; }.bi-hand-thumbs-up-fill::before { content: "\f406"; }.bi-hand-thumbs-up::before { content: "\f407"; }.bi-handbag-fill::before { content: "\f408"; }.bi-handbag::before { content: "\f409"; }.bi-hash::before { content: "\f40a"; }.bi-hdd-fill::before { content: "\f40b"; }.bi-hdd-network-fill::before { content: "\f40c"; }.bi-hdd-network::before { content: "\f40d"; }.bi-hdd-rack-fill::before { content: "\f40e"; }.bi-hdd-rack::before { content: "\f40f"; }.bi-hdd-stack-fill::before { content: "\f410"; }.bi-hdd-stack::before { content: "\f411"; }.bi-hdd::before { content: "\f412"; }.bi-headphones::before { content: "\f413"; }.bi-headset::before { content: "\f414"; }.bi-heart-fill::before { content: "\f415"; }.bi-heart-half::before { content: "\f416"; }.bi-heart::before { content: "\f417"; }.bi-heptagon-fill::before { content: "\f418"; }.bi-heptagon-half::before { content: "\f419"; }.bi-heptagon::before { content: "\f41a"; }.bi-hexagon-fill::before { content: "\f41b"; }.bi-hexagon-half::before { content: "\f41c"; }.bi-hexagon::before { content: "\f41d"; }.bi-hourglass-bottom::before { content: "\f41e"; }.bi-hourglass-split::before { content: "\f41f"; }.bi-hourglass-top::before { content: "\f420"; }.bi-hourglass::before { content: "\f421"; }.bi-house-door-fill::before { content: "\f422"; }.bi-house-door::before { content: "\f423"; }.bi-house-fill::before { content: "\f424"; }.bi-house::before { content: "\f425"; }.bi-hr::before { content: "\f426"; }.bi-hurricane::before { content: "\f427"; }.bi-image-alt::before { content: "\f428"; }.bi-image-fill::before { content: "\f429"; }.bi-image::before { content: "\f42a"; }.bi-images::before { content: "\f42b"; }.bi-inbox-fill::before { content: "\f42c"; }.bi-inbox::before { content: "\f42d"; }.bi-inboxes-fill::before { content: "\f42e"; }.bi-inboxes::before { content: "\f42f"; }.bi-info-circle-fill::before { content: "\f430"; }.bi-info-circle::before { content: "\f431"; }.bi-info-square-fill::before { content: "\f432"; }.bi-info-square::before { content: "\f433"; }.bi-info::before { content: "\f434"; }.bi-input-cursor-text::before { content: "\f435"; }.bi-input-cursor::before { content: "\f436"; }.bi-instagram::before { content: "\f437"; }.bi-intersect::before { content: "\f438"; }.bi-journal-album::before { content: "\f439"; }.bi-journal-arrow-down::before { content: "\f43a"; }.bi-journal-arrow-up::before { content: "\f43b"; }.bi-journal-bookmark-fill::before { content: "\f43c"; }.bi-journal-bookmark::before { content: "\f43d"; }.bi-journal-check::before { content: "\f43e"; }.bi-journal-code::before { content: "\f43f"; }.bi-journal-medical::before { content: "\f440"; }.bi-journal-minus::before { content: "\f441"; }.bi-journal-plus::before { content: "\f442"; }.bi-journal-richtext::before { content: "\f443"; }.bi-journal-text::before { content: "\f444"; }.bi-journal-x::before { content: "\f445"; }.bi-journal::before { content: "\f446"; }.bi-journals::before { content: "\f447"; }.bi-joystick::before { content: "\f448"; }.bi-justify-left::before { content: "\f449"; }.bi-justify-right::before { content: "\f44a"; }.bi-justify::before { content: "\f44b"; }.bi-kanban-fill::before { content: "\f44c"; }.bi-kanban::before { content: "\f44d"; }.bi-key-fill::before { content: "\f44e"; }.bi-key::before { content: "\f44f"; }.bi-keyboard-fill::before { content: "\f450"; }.bi-keyboard::before { content: "\f451"; }.bi-ladder::before { content: "\f452"; }.bi-lamp-fill::before { content: "\f453"; }.bi-lamp::before { content: "\f454"; }.bi-laptop-fill::before { content: "\f455"; }.bi-laptop::before { content: "\f456"; }.bi-layer-backward::before { content: "\f457"; }.bi-layer-forward::before { content: "\f458"; }.bi-layers-fill::before { content: "\f459"; }.bi-layers-half::before { content: "\f45a"; }.bi-layers::before { content: "\f45b"; }.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }.bi-layout-sidebar-inset::before { content: "\f45d"; }.bi-layout-sidebar-reverse::before { content: "\f45e"; }.bi-layout-sidebar::before { content: "\f45f"; }.bi-layout-split::before { content: "\f460"; }.bi-layout-text-sidebar-reverse::before { content: "\f461"; }.bi-layout-text-sidebar::before { content: "\f462"; }.bi-layout-text-window-reverse::before { content: "\f463"; }.bi-layout-text-window::before { content: "\f464"; }.bi-layout-three-columns::before { content: "\f465"; }.bi-layout-wtf::before { content: "\f466"; }.bi-life-preserver::before { content: "\f467"; }.bi-lightbulb-fill::before { content: "\f468"; }.bi-lightbulb-off-fill::before { content: "\f469"; }.bi-lightbulb-off::before { content: "\f46a"; }.bi-lightbulb::before { content: "\f46b"; }.bi-lightning-charge-fill::before { content: "\f46c"; }.bi-lightning-charge::before { content: "\f46d"; }.bi-lightning-fill::before { content: "\f46e"; }.bi-lightning::before { content: "\f46f"; }.bi-link-45deg::before { content: "\f470"; }.bi-link::before { content: "\f471"; }.bi-linkedin::before { content: "\f472"; }.bi-list-check::before { content: "\f473"; }.bi-list-nested::before { content: "\f474"; }.bi-list-ol::before { content: "\f475"; }.bi-list-stars::before { content: "\f476"; }.bi-list-task::before { content: "\f477"; }.bi-list-ul::before { content: "\f478"; }.bi-list::before { content: "\f479"; }.bi-lock-fill::before { content: "\f47a"; }.bi-lock::before { content: "\f47b"; }.bi-mailbox::before { content: "\f47c"; }.bi-mailbox2::before { content: "\f47d"; }.bi-map-fill::before { content: "\f47e"; }.bi-map::before { content: "\f47f"; }.bi-markdown-fill::before { content: "\f480"; }.bi-markdown::before { content: "\f481"; }.bi-mask::before { content: "\f482"; }.bi-megaphone-fill::before { content: "\f483"; }.bi-megaphone::before { content: "\f484"; }.bi-menu-app-fill::before { content: "\f485"; }.bi-menu-app::before { content: "\f486"; }.bi-menu-button-fill::before { content: "\f487"; }.bi-menu-button-wide-fill::before { content: "\f488"; }.bi-menu-button-wide::before { content: "\f489"; }.bi-menu-button::before { content: "\f48a"; }.bi-menu-down::before { content: "\f48b"; }.bi-menu-up::before { content: "\f48c"; }.bi-mic-fill::before { content: "\f48d"; }.bi-mic-mute-fill::before { content: "\f48e"; }.bi-mic-mute::before { content: "\f48f"; }.bi-mic::before { content: "\f490"; }.bi-minecart-loaded::before { content: "\f491"; }.bi-minecart::before { content: "\f492"; }.bi-moisture::before { content: "\f493"; }.bi-moon-fill::before { content: "\f494"; }.bi-moon-stars-fill::before { content: "\f495"; }.bi-moon-stars::before { content: "\f496"; }.bi-moon::before { content: "\f497"; }.bi-mouse-fill::before { content: "\f498"; }.bi-mouse::before { content: "\f499"; }.bi-mouse2-fill::before { content: "\f49a"; }.bi-mouse2::before { content: "\f49b"; }.bi-mouse3-fill::before { content: "\f49c"; }.bi-mouse3::before { content: "\f49d"; }.bi-music-note-beamed::before { content: "\f49e"; }.bi-music-note-list::before { content: "\f49f"; }.bi-music-note::before { content: "\f4a0"; }.bi-music-player-fill::before { content: "\f4a1"; }.bi-music-player::before { content: "\f4a2"; }.bi-newspaper::before { content: "\f4a3"; }.bi-node-minus-fill::before { content: "\f4a4"; }.bi-node-minus::before { content: "\f4a5"; }.bi-node-plus-fill::before { content: "\f4a6"; }.bi-node-plus::before { content: "\f4a7"; }.bi-nut-fill::before { content: "\f4a8"; }.bi-nut::before { content: "\f4a9"; }.bi-octagon-fill::before { content: "\f4aa"; }.bi-octagon-half::before { content: "\f4ab"; }.bi-octagon::before { content: "\f4ac"; }.bi-option::before { content: "\f4ad"; }.bi-outlet::before { content: "\f4ae"; }.bi-paint-bucket::before { content: "\f4af"; }.bi-palette-fill::before { content: "\f4b0"; }.bi-palette::before { content: "\f4b1"; }.bi-palette2::before { content: "\f4b2"; }.bi-paperclip::before { content: "\f4b3"; }.bi-paragraph::before { content: "\f4b4"; }.bi-patch-check-fill::before { content: "\f4b5"; }.bi-patch-check::before { content: "\f4b6"; }.bi-patch-exclamation-fill::before { content: "\f4b7"; }.bi-patch-exclamation::before { content: "\f4b8"; }.bi-patch-minus-fill::before { content: "\f4b9"; }.bi-patch-minus::before { content: "\f4ba"; }.bi-patch-plus-fill::before { content: "\f4bb"; }.bi-patch-plus::before { content: "\f4bc"; }.bi-patch-question-fill::before { content: "\f4bd"; }.bi-patch-question::before { content: "\f4be"; }.bi-pause-btn-fill::before { content: "\f4bf"; }.bi-pause-btn::before { content: "\f4c0"; }.bi-pause-circle-fill::before { content: "\f4c1"; }.bi-pause-circle::before { content: "\f4c2"; }.bi-pause-fill::before { content: "\f4c3"; }.bi-pause::before { content: "\f4c4"; }.bi-peace-fill::before { content: "\f4c5"; }.bi-peace::before { content: "\f4c6"; }.bi-pen-fill::before { content: "\f4c7"; }.bi-pen::before { content: "\f4c8"; }.bi-pencil-fill::before { content: "\f4c9"; }.bi-pencil-square::before { content: "\f4ca"; }.bi-pencil::before { content: "\f4cb"; }.bi-pentagon-fill::before { content: "\f4cc"; }.bi-pentagon-half::before { content: "\f4cd"; }.bi-pentagon::before { content: "\f4ce"; }.bi-people-fill::before { content: "\f4cf"; }.bi-people::before { content: "\f4d0"; }.bi-percent::before { content: "\f4d1"; }.bi-person-badge-fill::before { content: "\f4d2"; }.bi-person-badge::before { content: "\f4d3"; }.bi-person-bounding-box::before { content: "\f4d4"; }.bi-person-check-fill::before { content: "\f4d5"; }.bi-person-check::before { content: "\f4d6"; }.bi-person-circle::before { content: "\f4d7"; }.bi-person-dash-fill::before { content: "\f4d8"; }.bi-person-dash::before { content: "\f4d9"; }.bi-person-fill::before { content: "\f4da"; }.bi-person-lines-fill::before { content: "\f4db"; }.bi-person-plus-fill::before { content: "\f4dc"; }.bi-person-plus::before { content: "\f4dd"; }.bi-person-square::before { content: "\f4de"; }.bi-person-x-fill::before { content: "\f4df"; }.bi-person-x::before { content: "\f4e0"; }.bi-person::before { content: "\f4e1"; }.bi-phone-fill::before { content: "\f4e2"; }.bi-phone-landscape-fill::before { content: "\f4e3"; }.bi-phone-landscape::before { content: "\f4e4"; }.bi-phone-vibrate-fill::before { content: "\f4e5"; }.bi-phone-vibrate::before { content: "\f4e6"; }.bi-phone::before { content: "\f4e7"; }.bi-pie-chart-fill::before { content: "\f4e8"; }.bi-pie-chart::before { content: "\f4e9"; }.bi-pin-angle-fill::before { content: "\f4ea"; }.bi-pin-angle::before { content: "\f4eb"; }.bi-pin-fill::before { content: "\f4ec"; }.bi-pin::before { content: "\f4ed"; }.bi-pip-fill::before { content: "\f4ee"; }.bi-pip::before { content: "\f4ef"; }.bi-play-btn-fill::before { content: "\f4f0"; }.bi-play-btn::before { content: "\f4f1"; }.bi-play-circle-fill::before { content: "\f4f2"; }.bi-play-circle::before { content: "\f4f3"; }.bi-play-fill::before { content: "\f4f4"; }.bi-play::before { content: "\f4f5"; }.bi-plug-fill::before { content: "\f4f6"; }.bi-plug::before { content: "\f4f7"; }.bi-plus-circle-dotted::before { content: "\f4f8"; }.bi-plus-circle-fill::before { content: "\f4f9"; }.bi-plus-circle::before { content: "\f4fa"; }.bi-plus-square-dotted::before { content: "\f4fb"; }.bi-plus-square-fill::before { content: "\f4fc"; }.bi-plus-square::before { content: "\f4fd"; }.bi-plus::before { content: "\f4fe"; }.bi-power::before { content: "\f4ff"; }.bi-printer-fill::before { content: "\f500"; }.bi-printer::before { content: "\f501"; }.bi-puzzle-fill::before { content: "\f502"; }.bi-puzzle::before { content: "\f503"; }.bi-question-circle-fill::before { content: "\f504"; }.bi-question-circle::before { content: "\f505"; }.bi-question-diamond-fill::before { content: "\f506"; }.bi-question-diamond::before { content: "\f507"; }.bi-question-octagon-fill::before { content: "\f508"; }.bi-question-octagon::before { content: "\f509"; }.bi-question-square-fill::before { content: "\f50a"; }.bi-question-square::before { content: "\f50b"; }.bi-question::before { content: "\f50c"; }.bi-rainbow::before { content: "\f50d"; }.bi-receipt-cutoff::before { content: "\f50e"; }.bi-receipt::before { content: "\f50f"; }.bi-reception-0::before { content: "\f510"; }.bi-reception-1::before { content: "\f511"; }.bi-reception-2::before { content: "\f512"; }.bi-reception-3::before { content: "\f513"; }.bi-reception-4::before { content: "\f514"; }.bi-record-btn-fill::before { content: "\f515"; }.bi-record-btn::before { content: "\f516"; }.bi-record-circle-fill::before { content: "\f517"; }.bi-record-circle::before { content: "\f518"; }.bi-record-fill::before { content: "\f519"; }.bi-record::before { content: "\f51a"; }.bi-record2-fill::before { content: "\f51b"; }.bi-record2::before { content: "\f51c"; }.bi-reply-all-fill::before { content: "\f51d"; }.bi-reply-all::before { content: "\f51e"; }.bi-reply-fill::before { content: "\f51f"; }.bi-reply::before { content: "\f520"; }.bi-rss-fill::before { content: "\f521"; }.bi-rss::before { content: "\f522"; }.bi-rulers::before { content: "\f523"; }.bi-save-fill::before { content: "\f524"; }.bi-save::before { content: "\f525"; }.bi-save2-fill::before { content: "\f526"; }.bi-save2::before { content: "\f527"; }.bi-scissors::before { content: "\f528"; }.bi-screwdriver::before { content: "\f529"; }.bi-search::before { content: "\f52a"; }.bi-segmented-nav::before { content: "\f52b"; }.bi-server::before { content: "\f52c"; }.bi-share-fill::before { content: "\f52d"; }.bi-share::before { content: "\f52e"; }.bi-shield-check::before { content: "\f52f"; }.bi-shield-exclamation::before { content: "\f530"; }.bi-shield-fill-check::before { content: "\f531"; }.bi-shield-fill-exclamation::before { content: "\f532"; }.bi-shield-fill-minus::before { content: "\f533"; }.bi-shield-fill-plus::before { content: "\f534"; }.bi-shield-fill-x::before { content: "\f535"; }.bi-shield-fill::before { content: "\f536"; }.bi-shield-lock-fill::before { content: "\f537"; }.bi-shield-lock::before { content: "\f538"; }.bi-shield-minus::before { content: "\f539"; }.bi-shield-plus::before { content: "\f53a"; }.bi-shield-shaded::before { content: "\f53b"; }.bi-shield-slash-fill::before { content: "\f53c"; }.bi-shield-slash::before { content: "\f53d"; }.bi-shield-x::before { content: "\f53e"; }.bi-shield::before { content: "\f53f"; }.bi-shift-fill::before { content: "\f540"; }.bi-shift::before { content: "\f541"; }.bi-shop-window::before { content: "\f542"; }.bi-shop::before { content: "\f543"; }.bi-shuffle::before { content: "\f544"; }.bi-signpost-2-fill::before { content: "\f545"; }.bi-signpost-2::before { content: "\f546"; }.bi-signpost-fill::before { content: "\f547"; }.bi-signpost-split-fill::before { content: "\f548"; }.bi-signpost-split::before { content: "\f549"; }.bi-signpost::before { content: "\f54a"; }.bi-sim-fill::before { content: "\f54b"; }.bi-sim::before { content: "\f54c"; }.bi-skip-backward-btn-fill::before { content: "\f54d"; }.bi-skip-backward-btn::before { content: "\f54e"; }.bi-skip-backward-circle-fill::before { content: "\f54f"; }.bi-skip-backward-circle::before { content: "\f550"; }.bi-skip-backward-fill::before { content: "\f551"; }.bi-skip-backward::before { content: "\f552"; }.bi-skip-end-btn-fill::before { content: "\f553"; }.bi-skip-end-btn::before { content: "\f554"; }.bi-skip-end-circle-fill::before { content: "\f555"; }.bi-skip-end-circle::before { content: "\f556"; }.bi-skip-end-fill::before { content: "\f557"; }.bi-skip-end::before { content: "\f558"; }.bi-skip-forward-btn-fill::before { content: "\f559"; }.bi-skip-forward-btn::before { content: "\f55a"; }.bi-skip-forward-circle-fill::before { content: "\f55b"; }.bi-skip-forward-circle::before { content: "\f55c"; }.bi-skip-forward-fill::before { content: "\f55d"; }.bi-skip-forward::before { content: "\f55e"; }.bi-skip-start-btn-fill::before { content: "\f55f"; }.bi-skip-start-btn::before { content: "\f560"; }.bi-skip-start-circle-fill::before { content: "\f561"; }.bi-skip-start-circle::before { content: "\f562"; }.bi-skip-start-fill::before { content: "\f563"; }.bi-skip-start::before { content: "\f564"; }.bi-slack::before { content: "\f565"; }.bi-slash-circle-fill::before { content: "\f566"; }.bi-slash-circle::before { content: "\f567"; }.bi-slash-square-fill::before { content: "\f568"; }.bi-slash-square::before { content: "\f569"; }.bi-slash::before { content: "\f56a"; }.bi-sliders::before { content: "\f56b"; }.bi-smartwatch::before { content: "\f56c"; }.bi-snow::before { content: "\f56d"; }.bi-snow2::before { content: "\f56e"; }.bi-snow3::before { content: "\f56f"; }.bi-sort-alpha-down-alt::before { content: "\f570"; }.bi-sort-alpha-down::before { content: "\f571"; }.bi-sort-alpha-up-alt::before { content: "\f572"; }.bi-sort-alpha-up::before { content: "\f573"; }.bi-sort-down-alt::before { content: "\f574"; }.bi-sort-down::before { content: "\f575"; }.bi-sort-numeric-down-alt::before { content: "\f576"; }.bi-sort-numeric-down::before { content: "\f577"; }.bi-sort-numeric-up-alt::before { content: "\f578"; }.bi-sort-numeric-up::before { content: "\f579"; }.bi-sort-up-alt::before { content: "\f57a"; }.bi-sort-up::before { content: "\f57b"; }.bi-soundwave::before { content: "\f57c"; }.bi-speaker-fill::before { content: "\f57d"; }.bi-speaker::before { content: "\f57e"; }.bi-speedometer::before { content: "\f57f"; }.bi-speedometer2::before { content: "\f580"; }.bi-spellcheck::before { content: "\f581"; }.bi-square-fill::before { content: "\f582"; }.bi-square-half::before { content: "\f583"; }.bi-square::before { content: "\f584"; }.bi-stack::before { content: "\f585"; }.bi-star-fill::before { content: "\f586"; }.bi-star-half::before { content: "\f587"; }.bi-star::before { content: "\f588"; }.bi-stars::before { content: "\f589"; }.bi-stickies-fill::before { content: "\f58a"; }.bi-stickies::before { content: "\f58b"; }.bi-sticky-fill::before { content: "\f58c"; }.bi-sticky::before { content: "\f58d"; }.bi-stop-btn-fill::before { content: "\f58e"; }.bi-stop-btn::before { content: "\f58f"; }.bi-stop-circle-fill::before { content: "\f590"; }.bi-stop-circle::before { content: "\f591"; }.bi-stop-fill::before { content: "\f592"; }.bi-stop::before { content: "\f593"; }.bi-stoplights-fill::before { content: "\f594"; }.bi-stoplights::before { content: "\f595"; }.bi-stopwatch-fill::before { content: "\f596"; }.bi-stopwatch::before { content: "\f597"; }.bi-subtract::before { content: "\f598"; }.bi-suit-club-fill::before { content: "\f599"; }.bi-suit-club::before { content: "\f59a"; }.bi-suit-diamond-fill::before { content: "\f59b"; }.bi-suit-diamond::before { content: "\f59c"; }.bi-suit-heart-fill::before { content: "\f59d"; }.bi-suit-heart::before { content: "\f59e"; }.bi-suit-spade-fill::before { content: "\f59f"; }.bi-suit-spade::before { content: "\f5a0"; }.bi-sun-fill::before { content: "\f5a1"; }.bi-sun::before { content: "\f5a2"; }.bi-sunglasses::before { content: "\f5a3"; }.bi-sunrise-fill::before { content: "\f5a4"; }.bi-sunrise::before { content: "\f5a5"; }.bi-sunset-fill::before { content: "\f5a6"; }.bi-sunset::before { content: "\f5a7"; }.bi-symmetry-horizontal::before { content: "\f5a8"; }.bi-symmetry-vertical::before { content: "\f5a9"; }.bi-table::before { content: "\f5aa"; }.bi-tablet-fill::before { content: "\f5ab"; }.bi-tablet-landscape-fill::before { content: "\f5ac"; }.bi-tablet-landscape::before { content: "\f5ad"; }.bi-tablet::before { content: "\f5ae"; }.bi-tag-fill::before { content: "\f5af"; }.bi-tag::before { content: "\f5b0"; }.bi-tags-fill::before { content: "\f5b1"; }.bi-tags::before { content: "\f5b2"; }.bi-telegram::before { content: "\f5b3"; }.bi-telephone-fill::before { content: "\f5b4"; }.bi-telephone-forward-fill::before { content: "\f5b5"; }.bi-telephone-forward::before { content: "\f5b6"; }.bi-telephone-inbound-fill::before { content: "\f5b7"; }.bi-telephone-inbound::before { content: "\f5b8"; }.bi-telephone-minus-fill::before { content: "\f5b9"; }.bi-telephone-minus::before { content: "\f5ba"; }.bi-telephone-outbound-fill::before { content: "\f5bb"; }.bi-telephone-outbound::before { content: "\f5bc"; }.bi-telephone-plus-fill::before { content: "\f5bd"; }.bi-telephone-plus::before { content: "\f5be"; }.bi-telephone-x-fill::before { content: "\f5bf"; }.bi-telephone-x::before { content: "\f5c0"; }.bi-telephone::before { content: "\f5c1"; }.bi-terminal-fill::before { content: "\f5c2"; }.bi-terminal::before { content: "\f5c3"; }.bi-text-center::before { content: "\f5c4"; }.bi-text-indent-left::before { content: "\f5c5"; }.bi-text-indent-right::before { content: "\f5c6"; }.bi-text-left::before { content: "\f5c7"; }.bi-text-paragraph::before { content: "\f5c8"; }.bi-text-right::before { content: "\f5c9"; }.bi-textarea-resize::before { content: "\f5ca"; }.bi-textarea-t::before { content: "\f5cb"; }.bi-textarea::before { content: "\f5cc"; }.bi-thermometer-half::before { content: "\f5cd"; }.bi-thermometer-high::before { content: "\f5ce"; }.bi-thermometer-low::before { content: "\f5cf"; }.bi-thermometer-snow::before { content: "\f5d0"; }.bi-thermometer-sun::before { content: "\f5d1"; }.bi-thermometer::before { content: "\f5d2"; }.bi-three-dots-vertical::before { content: "\f5d3"; }.bi-three-dots::before { content: "\f5d4"; }.bi-toggle-off::before { content: "\f5d5"; }.bi-toggle-on::before { content: "\f5d6"; }.bi-toggle2-off::before { content: "\f5d7"; }.bi-toggle2-on::before { content: "\f5d8"; }.bi-toggles::before { content: "\f5d9"; }.bi-toggles2::before { content: "\f5da"; }.bi-tools::before { content: "\f5db"; }.bi-tornado::before { content: "\f5dc"; }.bi-trash-fill::before { content: "\f5dd"; }.bi-trash::before { content: "\f5de"; }.bi-trash2-fill::before { content: "\f5df"; }.bi-trash2::before { content: "\f5e0"; }.bi-tree-fill::before { content: "\f5e1"; }.bi-tree::before { content: "\f5e2"; }.bi-triangle-fill::before { content: "\f5e3"; }.bi-triangle-half::before { content: "\f5e4"; }.bi-triangle::before { content: "\f5e5"; }.bi-trophy-fill::before { content: "\f5e6"; }.bi-trophy::before { content: "\f5e7"; }.bi-tropical-storm::before { content: "\f5e8"; }.bi-truck-flatbed::before { content: "\f5e9"; }.bi-truck::before { content: "\f5ea"; }.bi-tsunami::before { content: "\f5eb"; }.bi-tv-fill::before { content: "\f5ec"; }.bi-tv::before { content: "\f5ed"; }.bi-twitch::before { content: "\f5ee"; }.bi-twitter::before { content: "\f5ef"; }.bi-type-bold::before { content: "\f5f0"; }.bi-type-h1::before { content: "\f5f1"; }.bi-type-h2::before { content: "\f5f2"; }.bi-type-h3::before { content: "\f5f3"; }.bi-type-italic::before { content: "\f5f4"; }.bi-type-strikethrough::before { content: "\f5f5"; }.bi-type-underline::before { content: "\f5f6"; }.bi-type::before { content: "\f5f7"; }.bi-ui-checks-grid::before { content: "\f5f8"; }.bi-ui-checks::before { content: "\f5f9"; }.bi-ui-radios-grid::before { content: "\f5fa"; }.bi-ui-radios::before { content: "\f5fb"; }.bi-umbrella-fill::before { content: "\f5fc"; }.bi-umbrella::before { content: "\f5fd"; }.bi-union::before { content: "\f5fe"; }.bi-unlock-fill::before { content: "\f5ff"; }.bi-unlock::before { content: "\f600"; }.bi-upc-scan::before { content: "\f601"; }.bi-upc::before { content: "\f602"; }.bi-upload::before { content: "\f603"; }.bi-vector-pen::before { content: "\f604"; }.bi-view-list::before { content: "\f605"; }.bi-view-stacked::before { content: "\f606"; }.bi-vinyl-fill::before { content: "\f607"; }.bi-vinyl::before { content: "\f608"; }.bi-voicemail::before { content: "\f609"; }.bi-volume-down-fill::before { content: "\f60a"; }.bi-volume-down::before { content: "\f60b"; }.bi-volume-mute-fill::before { content: "\f60c"; }.bi-volume-mute::before { content: "\f60d"; }.bi-volume-off-fill::before { content: "\f60e"; }.bi-volume-off::before { content: "\f60f"; }.bi-volume-up-fill::before { content: "\f610"; }.bi-volume-up::before { content: "\f611"; }.bi-vr::before { content: "\f612"; }.bi-wallet-fill::before { content: "\f613"; }.bi-wallet::before { content: "\f614"; }.bi-wallet2::before { content: "\f615"; }.bi-watch::before { content: "\f616"; }.bi-water::before { content: "\f617"; }.bi-whatsapp::before { content: "\f618"; }.bi-wifi-1::before { content: "\f619"; }.bi-wifi-2::before { content: "\f61a"; }.bi-wifi-off::before { content: "\f61b"; }.bi-wifi::before { content: "\f61c"; }.bi-wind::before { content: "\f61d"; }.bi-window-dock::before { content: "\f61e"; }.bi-window-sidebar::before { content: "\f61f"; }.bi-window::before { content: "\f620"; }.bi-wrench::before { content: "\f621"; }.bi-x-circle-fill::before { content: "\f622"; }.bi-x-circle::before { content: "\f623"; }.bi-x-diamond-fill::before { content: "\f624"; }.bi-x-diamond::before { content: "\f625"; }.bi-x-octagon-fill::before { content: "\f626"; }.bi-x-octagon::before { content: "\f627"; }.bi-x-square-fill::before { content: "\f628"; }.bi-x-square::before { content: "\f629"; }.bi-x::before { content: "\f62a"; }.bi-youtube::before { content: "\f62b"; }.bi-zoom-in::before { content: "\f62c"; }.bi-zoom-out::before { content: "\f62d"; }.bi-bank::before { content: "\f62e"; }.bi-bank2::before { content: "\f62f"; }.bi-bell-slash-fill::before { content: "\f630"; }.bi-bell-slash::before { content: "\f631"; }.bi-cash-coin::before { content: "\f632"; }.bi-check-lg::before { content: "\f633"; }.bi-coin::before { content: "\f634"; }.bi-currency-bitcoin::before { content: "\f635"; }.bi-currency-dollar::before { content: "\f636"; }.bi-currency-euro::before { content: "\f637"; }.bi-currency-exchange::before { content: "\f638"; }.bi-currency-pound::before { content: "\f639"; }.bi-currency-yen::before { content: "\f63a"; }.bi-dash-lg::before { content: "\f63b"; }.bi-exclamation-lg::before { content: "\f63c"; }.bi-file-earmark-pdf-fill::before { content: "\f63d"; }.bi-file-earmark-pdf::before { content: "\f63e"; }.bi-file-pdf-fill::before { content: "\f63f"; }.bi-file-pdf::before { content: "\f640"; }.bi-gender-ambiguous::before { content: "\f641"; }.bi-gender-female::before { content: "\f642"; }.bi-gender-male::before { content: "\f643"; }.bi-gender-trans::before { content: "\f644"; }.bi-headset-vr::before { content: "\f645"; }.bi-info-lg::before { content: "\f646"; }.bi-mastodon::before { content: "\f647"; }.bi-messenger::before { content: "\f648"; }.bi-piggy-bank-fill::before { content: "\f649"; }.bi-piggy-bank::before { content: "\f64a"; }.bi-pin-map-fill::before { content: "\f64b"; }.bi-pin-map::before { content: "\f64c"; }.bi-plus-lg::before { content: "\f64d"; }.bi-question-lg::before { content: "\f64e"; }.bi-recycle::before { content: "\f64f"; }.bi-reddit::before { content: "\f650"; }.bi-safe-fill::before { content: "\f651"; }.bi-safe2-fill::before { content: "\f652"; }.bi-safe2::before { content: "\f653"; }.bi-sd-card-fill::before { content: "\f654"; }.bi-sd-card::before { content: "\f655"; }.bi-skype::before { content: "\f656"; }.bi-slash-lg::before { content: "\f657"; }.bi-translate::before { content: "\f658"; }.bi-x-lg::before { content: "\f659"; }.bi-safe::before { content: "\f65a"; }.bi-apple::before { content: "\f65b"; }.bi-microsoft::before { content: "\f65d"; }.bi-windows::before { content: "\f65e"; }.bi-behance::before { content: "\f65c"; }.bi-dribbble::before { content: "\f65f"; }.bi-line::before { content: "\f660"; }.bi-medium::before { content: "\f661"; }.bi-paypal::before { content: "\f662"; }.bi-pinterest::before { content: "\f663"; }.bi-signal::before { content: "\f664"; }.bi-snapchat::before { content: "\f665"; }.bi-spotify::before { content: "\f666"; }.bi-stack-overflow::before { content: "\f667"; }.bi-strava::before { content: "\f668"; }.bi-wordpress::before { content: "\f669"; }.bi-vimeo::before { content: "\f66a"; }.bi-activity::before { content: "\f66b"; }.bi-easel2-fill::before { content: "\f66c"; }.bi-easel2::before { content: "\f66d"; }.bi-easel3-fill::before { content: "\f66e"; }.bi-easel3::before { content: "\f66f"; }.bi-fan::before { content: "\f670"; }.bi-fingerprint::before { content: "\f671"; }.bi-graph-down-arrow::before { content: "\f672"; }.bi-graph-up-arrow::before { content: "\f673"; }.bi-hypnotize::before { content: "\f674"; }.bi-magic::before { content: "\f675"; }.bi-person-rolodex::before { content: "\f676"; }.bi-person-video::before { content: "\f677"; }.bi-person-video2::before { content: "\f678"; }.bi-person-video3::before { content: "\f679"; }.bi-person-workspace::before { content: "\f67a"; }.bi-radioactive::before { content: "\f67b"; }.bi-webcam-fill::before { content: "\f67c"; }.bi-webcam::before { content: "\f67d"; }.bi-yin-yang::before { content: "\f67e"; }.bi-bandaid-fill::before { content: "\f680"; }.bi-bandaid::before { content: "\f681"; }.bi-bluetooth::before { content: "\f682"; }.bi-body-text::before { content: "\f683"; }.bi-boombox::before { content: "\f684"; }.bi-boxes::before { content: "\f685"; }.bi-dpad-fill::before { content: "\f686"; }.bi-dpad::before { content: "\f687"; }.bi-ear-fill::before { content: "\f688"; }.bi-ear::before { content: "\f689"; }.bi-envelope-check-1::before { content: "\f68a"; }.bi-envelope-check-fill::before { content: "\f68b"; }.bi-envelope-check::before { content: "\f68c"; }.bi-envelope-dash-1::before { content: "\f68d"; }.bi-envelope-dash-fill::before { content: "\f68e"; }.bi-envelope-dash::before { content: "\f68f"; }.bi-envelope-exclamation-1::before { content: "\f690"; }.bi-envelope-exclamation-fill::before { content: "\f691"; }.bi-envelope-exclamation::before { content: "\f692"; }.bi-envelope-plus-fill::before { content: "\f693"; }.bi-envelope-plus::before { content: "\f694"; }.bi-envelope-slash-1::before { content: "\f695"; }.bi-envelope-slash-fill::before { content: "\f696"; }.bi-envelope-slash::before { content: "\f697"; }.bi-envelope-x-1::before { content: "\f698"; }.bi-envelope-x-fill::before { content: "\f699"; }.bi-envelope-x::before { content: "\f69a"; }.bi-explicit-fill::before { content: "\f69b"; }.bi-explicit::before { content: "\f69c"; }.bi-git::before { content: "\f69d"; }.bi-infinity::before { content: "\f69e"; }.bi-list-columns-reverse::before { content: "\f69f"; }.bi-list-columns::before { content: "\f6a0"; }.bi-meta::before { content: "\f6a1"; }.bi-mortorboard-fill::before { content: "\f6a2"; }.bi-mortorboard::before { content: "\f6a3"; }.bi-nintendo-switch::before { content: "\f6a4"; }.bi-pc-display-horizontal::before { content: "\f6a5"; }.bi-pc-display::before { content: "\f6a6"; }.bi-pc-horizontal::before { content: "\f6a7"; }.bi-pc::before { content: "\f6a8"; }.bi-playstation::before { content: "\f6a9"; }.bi-plus-slash-minus::before { content: "\f6aa"; }.bi-projector-fill::before { content: "\f6ab"; }.bi-projector::before { content: "\f6ac"; }.bi-qr-code-scan::before { content: "\f6ad"; }.bi-qr-code::before { content: "\f6ae"; }.bi-quora::before { content: "\f6af"; }.bi-quote::before { content: "\f6b0"; }.bi-robot::before { content: "\f6b1"; }.bi-send-check-fill::before { content: "\f6b2"; }.bi-send-check::before { content: "\f6b3"; }.bi-send-dash-fill::before { content: "\f6b4"; }.bi-send-dash::before { content: "\f6b5"; }.bi-send-exclamation-1::before { content: "\f6b6"; }.bi-send-exclamation-fill::before { content: "\f6b7"; }.bi-send-exclamation::before { content: "\f6b8"; }.bi-send-fill::before { content: "\f6b9"; }.bi-send-plus-fill::before { content: "\f6ba"; }.bi-send-plus::before { content: "\f6bb"; }.bi-send-slash-fill::before { content: "\f6bc"; }.bi-send-slash::before { content: "\f6bd"; }.bi-send-x-fill::before { content: "\f6be"; }.bi-send-x::before { content: "\f6bf"; }.bi-send::before { content: "\f6c0"; }.bi-steam::before { content: "\f6c1"; }.bi-terminal-dash-1::before { content: "\f6c2"; }.bi-terminal-dash::before { content: "\f6c3"; }.bi-terminal-plus::before { content: "\f6c4"; }.bi-terminal-split::before { content: "\f6c5"; }.bi-ticket-detailed-fill::before { content: "\f6c6"; }.bi-ticket-detailed::before { content: "\f6c7"; }.bi-ticket-fill::before { content: "\f6c8"; }.bi-ticket-perforated-fill::before { content: "\f6c9"; }.bi-ticket-perforated::before { content: "\f6ca"; }.bi-ticket::before { content: "\f6cb"; }.bi-tiktok::before { content: "\f6cc"; }.bi-window-dash::before { content: "\f6cd"; }.bi-window-desktop::before { content: "\f6ce"; }.bi-window-fullscreen::before { content: "\f6cf"; }.bi-window-plus::before { content: "\f6d0"; }.bi-window-split::before { content: "\f6d1"; }.bi-window-stack::before { content: "\f6d2"; }.bi-window-x::before { content: "\f6d3"; }.bi-xbox::before { content: "\f6d4"; }.bi-ethernet::before { content: "\f6d5"; }.bi-hdmi-fill::before { content: "\f6d6"; }.bi-hdmi::before { content: "\f6d7"; }.bi-usb-c-fill::before { content: "\f6d8"; }.bi-usb-c::before { content: "\f6d9"; }.bi-usb-fill::before { content: "\f6da"; }.bi-usb-plug-fill::before { content: "\f6db"; }.bi-usb-plug::before { content: "\f6dc"; }.bi-usb-symbol::before { content: "\f6dd"; }.bi-usb::before { content: "\f6de"; }.bi-boombox-fill::before { content: "\f6df"; }.bi-displayport-1::before { content: "\f6e0"; }.bi-displayport::before { content: "\f6e1"; }.bi-gpu-card::before { content: "\f6e2"; }.bi-memory::before { content: "\f6e3"; }.bi-modem-fill::before { content: "\f6e4"; }.bi-modem::before { content: "\f6e5"; }.bi-motherboard-fill::before { content: "\f6e6"; }.bi-motherboard::before { content: "\f6e7"; }.bi-optical-audio-fill::before { content: "\f6e8"; }.bi-optical-audio::before { content: "\f6e9"; }.bi-pci-card::before { content: "\f6ea"; }.bi-router-fill::before { content: "\f6eb"; }.bi-router::before { content: "\f6ec"; }.bi-ssd-fill::before { content: "\f6ed"; }.bi-ssd::before { content: "\f6ee"; }.bi-thunderbolt-fill::before { content: "\f6ef"; }.bi-thunderbolt::before { content: "\f6f0"; }.bi-usb-drive-fill::before { content: "\f6f1"; }.bi-usb-drive::before { content: "\f6f2"; }.bi-usb-micro-fill::before { content: "\f6f3"; }.bi-usb-micro::before { content: "\f6f4"; }.bi-usb-mini-fill::before { content: "\f6f5"; }.bi-usb-mini::before { content: "\f6f6"; }.bi-cloud-haze2::before { content: "\f6f7"; }.bi-device-hdd-fill::before { content: "\f6f8"; }.bi-device-hdd::before { content: "\f6f9"; }.bi-device-ssd-fill::before { content: "\f6fa"; }.bi-device-ssd::before { content: "\f6fb"; }.bi-displayport-fill::before { content: "\f6fc"; }.bi-mortarboard-fill::before { content: "\f6fd"; }.bi-mortarboard::before { content: "\f6fe"; }.bi-terminal-x::before { content: "\f6ff"; }.bi-arrow-through-heart-fill::before { content: "\f700"; }.bi-arrow-through-heart::before { content: "\f701"; }.bi-badge-sd-fill::before { content: "\f702"; }.bi-badge-sd::before { content: "\f703"; }.bi-bag-heart-fill::before { content: "\f704"; }.bi-bag-heart::before { content: "\f705"; }.bi-balloon-fill::before { content: "\f706"; }.bi-balloon-heart-fill::before { content: "\f707"; }.bi-balloon-heart::before { content: "\f708"; }.bi-balloon::before { content: "\f709"; }.bi-box2-fill::before { content: "\f70a"; }.bi-box2-heart-fill::before { content: "\f70b"; }.bi-box2-heart::before { content: "\f70c"; }.bi-box2::before { content: "\f70d"; }.bi-braces-asterisk::before { content: "\f70e"; }.bi-calendar-heart-fill::before { content: "\f70f"; }.bi-calendar-heart::before { content: "\f710"; }.bi-calendar2-heart-fill::before { content: "\f711"; }.bi-calendar2-heart::before { content: "\f712"; }.bi-chat-heart-fill::before { content: "\f713"; }.bi-chat-heart::before { content: "\f714"; }.bi-chat-left-heart-fill::before { content: "\f715"; }.bi-chat-left-heart::before { content: "\f716"; }.bi-chat-right-heart-fill::before { content: "\f717"; }.bi-chat-right-heart::before { content: "\f718"; }.bi-chat-square-heart-fill::before { content: "\f719"; }.bi-chat-square-heart::before { content: "\f71a"; }.bi-clipboard-check-fill::before { content: "\f71b"; }.bi-clipboard-data-fill::before { content: "\f71c"; }.bi-clipboard-fill::before { content: "\f71d"; }.bi-clipboard-heart-fill::before { content: "\f71e"; }.bi-clipboard-heart::before { content: "\f71f"; }.bi-clipboard-minus-fill::before { content: "\f720"; }.bi-clipboard-plus-fill::before { content: "\f721"; }.bi-clipboard-pulse::before { content: "\f722"; }.bi-clipboard-x-fill::before { content: "\f723"; }.bi-clipboard2-check-fill::before { content: "\f724"; }.bi-clipboard2-check::before { content: "\f725"; }.bi-clipboard2-data-fill::before { content: "\f726"; }.bi-clipboard2-data::before { content: "\f727"; }.bi-clipboard2-fill::before { content: "\f728"; }.bi-clipboard2-heart-fill::before { content: "\f729"; }.bi-clipboard2-heart::before { content: "\f72a"; }.bi-clipboard2-minus-fill::before { content: "\f72b"; }.bi-clipboard2-minus::before { content: "\f72c"; }.bi-clipboard2-plus-fill::before { content: "\f72d"; }.bi-clipboard2-plus::before { content: "\f72e"; }.bi-clipboard2-pulse-fill::before { content: "\f72f"; }.bi-clipboard2-pulse::before { content: "\f730"; }.bi-clipboard2-x-fill::before { content: "\f731"; }.bi-clipboard2-x::before { content: "\f732"; }.bi-clipboard2::before { content: "\f733"; }.bi-emoji-kiss-fill::before { content: "\f734"; }.bi-emoji-kiss::before { content: "\f735"; }.bi-envelope-heart-fill::before { content: "\f736"; }.bi-envelope-heart::before { content: "\f737"; }.bi-envelope-open-heart-fill::before { content: "\f738"; }.bi-envelope-open-heart::before { content: "\f739"; }.bi-envelope-paper-fill::before { content: "\f73a"; }.bi-envelope-paper-heart-fill::before { content: "\f73b"; }.bi-envelope-paper-heart::before { content: "\f73c"; }.bi-envelope-paper::before { content: "\f73d"; }.bi-filetype-aac::before { content: "\f73e"; }.bi-filetype-ai::before { content: "\f73f"; }.bi-filetype-bmp::before { content: "\f740"; }.bi-filetype-cs::before { content: "\f741"; }.bi-filetype-css::before { content: "\f742"; }.bi-filetype-csv::before { content: "\f743"; }.bi-filetype-doc::before { content: "\f744"; }.bi-filetype-docx::before { content: "\f745"; }.bi-filetype-exe::before { content: "\f746"; }.bi-filetype-gif::before { content: "\f747"; }.bi-filetype-heic::before { content: "\f748"; }.bi-filetype-html::before { content: "\f749"; }.bi-filetype-java::before { content: "\f74a"; }.bi-filetype-jpg::before { content: "\f74b"; }.bi-filetype-js::before { content: "\f74c"; }.bi-filetype-jsx::before { content: "\f74d"; }.bi-filetype-key::before { content: "\f74e"; }.bi-filetype-m4p::before { content: "\f74f"; }.bi-filetype-md::before { content: "\f750"; }.bi-filetype-mdx::before { content: "\f751"; }.bi-filetype-mov::before { content: "\f752"; }.bi-filetype-mp3::before { content: "\f753"; }.bi-filetype-mp4::before { content: "\f754"; }.bi-filetype-otf::before { content: "\f755"; }.bi-filetype-pdf::before { content: "\f756"; }.bi-filetype-php::before { content: "\f757"; }.bi-filetype-png::before { content: "\f758"; }.bi-filetype-ppt-1::before { content: "\f759"; }.bi-filetype-ppt::before { content: "\f75a"; }.bi-filetype-psd::before { content: "\f75b"; }.bi-filetype-py::before { content: "\f75c"; }.bi-filetype-raw::before { content: "\f75d"; }.bi-filetype-rb::before { content: "\f75e"; }.bi-filetype-sass::before { content: "\f75f"; }.bi-filetype-scss::before { content: "\f760"; }.bi-filetype-sh::before { content: "\f761"; }.bi-filetype-svg::before { content: "\f762"; }.bi-filetype-tiff::before { content: "\f763"; }.bi-filetype-tsx::before { content: "\f764"; }.bi-filetype-ttf::before { content: "\f765"; }.bi-filetype-txt::before { content: "\f766"; }.bi-filetype-wav::before { content: "\f767"; }.bi-filetype-woff::before { content: "\f768"; }.bi-filetype-xls-1::before { content: "\f769"; }.bi-filetype-xls::before { content: "\f76a"; }.bi-filetype-xml::before { content: "\f76b"; }.bi-filetype-yml::before { content: "\f76c"; }.bi-heart-arrow::before { content: "\f76d"; }.bi-heart-pulse-fill::before { content: "\f76e"; }.bi-heart-pulse::before { content: "\f76f"; }.bi-heartbreak-fill::before { content: "\f770"; }.bi-heartbreak::before { content: "\f771"; }.bi-hearts::before { content: "\f772"; }.bi-hospital-fill::before { content: "\f773"; }.bi-hospital::before { content: "\f774"; }.bi-house-heart-fill::before { content: "\f775"; }.bi-house-heart::before { content: "\f776"; }.bi-incognito::before { content: "\f777"; }.bi-magnet-fill::before { content: "\f778"; }.bi-magnet::before { content: "\f779"; }.bi-person-heart::before { content: "\f77a"; }.bi-person-hearts::before { content: "\f77b"; }.bi-phone-flip::before { content: "\f77c"; }.bi-plugin::before { content: "\f77d"; }.bi-postage-fill::before { content: "\f77e"; }.bi-postage-heart-fill::before { content: "\f77f"; }.bi-postage-heart::before { content: "\f780"; }.bi-postage::before { content: "\f781"; }.bi-postcard-fill::before { content: "\f782"; }.bi-postcard-heart-fill::before { content: "\f783"; }.bi-postcard-heart::before { content: "\f784"; }.bi-postcard::before { content: "\f785"; }.bi-search-heart-fill::before { content: "\f786"; }.bi-search-heart::before { content: "\f787"; }.bi-sliders2-vertical::before { content: "\f788"; }.bi-sliders2::before { content: "\f789"; }.bi-trash3-fill::before { content: "\f78a"; }.bi-trash3::before { content: "\f78b"; }.bi-valentine::before { content: "\f78c"; }.bi-valentine2::before { content: "\f78d"; }.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }.bi-wrench-adjustable-circle::before { content: "\f78f"; }.bi-wrench-adjustable::before { content: "\f790"; }.bi-filetype-json::before { content: "\f791"; }.bi-filetype-pptx::before { content: "\f792"; }.bi-filetype-xlsx::before { content: "\f793"; }.bi-1-circle-1::before { content: "\f794"; }.bi-1-circle-fill-1::before { content: "\f795"; }.bi-1-circle-fill::before { content: "\f796"; }.bi-1-circle::before { content: "\f797"; }.bi-1-square-fill::before { content: "\f798"; }.bi-1-square::before { content: "\f799"; }.bi-2-circle-1::before { content: "\f79a"; }.bi-2-circle-fill-1::before { content: "\f79b"; }.bi-2-circle-fill::before { content: "\f79c"; }.bi-2-circle::before { content: "\f79d"; }.bi-2-square-fill::before { content: "\f79e"; }.bi-2-square::before { content: "\f79f"; }.bi-3-circle-1::before { content: "\f7a0"; }.bi-3-circle-fill-1::before { content: "\f7a1"; }.bi-3-circle-fill::before { content: "\f7a2"; }.bi-3-circle::before { content: "\f7a3"; }.bi-3-square-fill::before { content: "\f7a4"; }.bi-3-square::before { content: "\f7a5"; }.bi-4-circle-1::before { content: "\f7a6"; }.bi-4-circle-fill-1::before { content: "\f7a7"; }.bi-4-circle-fill::before { content: "\f7a8"; }.bi-4-circle::before { content: "\f7a9"; }.bi-4-square-fill::before { content: "\f7aa"; }.bi-4-square::before { content: "\f7ab"; }.bi-5-circle-1::before { content: "\f7ac"; }.bi-5-circle-fill-1::before { content: "\f7ad"; }.bi-5-circle-fill::before { content: "\f7ae"; }.bi-5-circle::before { content: "\f7af"; }.bi-5-square-fill::before { content: "\f7b0"; }.bi-5-square::before { content: "\f7b1"; }.bi-6-circle-1::before { content: "\f7b2"; }.bi-6-circle-fill-1::before { content: "\f7b3"; }.bi-6-circle-fill::before { content: "\f7b4"; }.bi-6-circle::before { content: "\f7b5"; }.bi-6-square-fill::before { content: "\f7b6"; }.bi-6-square::before { content: "\f7b7"; }.bi-7-circle-1::before { content: "\f7b8"; }.bi-7-circle-fill-1::before { content: "\f7b9"; }.bi-7-circle-fill::before { content: "\f7ba"; }.bi-7-circle::before { content: "\f7bb"; }.bi-7-square-fill::before { content: "\f7bc"; }.bi-7-square::before { content: "\f7bd"; }.bi-8-circle-1::before { content: "\f7be"; }.bi-8-circle-fill-1::before { content: "\f7bf"; }.bi-8-circle-fill::before { content: "\f7c0"; }.bi-8-circle::before { content: "\f7c1"; }.bi-8-square-fill::before { content: "\f7c2"; }.bi-8-square::before { content: "\f7c3"; }.bi-9-circle-1::before { content: "\f7c4"; }.bi-9-circle-fill-1::before { content: "\f7c5"; }.bi-9-circle-fill::before { content: "\f7c6"; }.bi-9-circle::before { content: "\f7c7"; }.bi-9-square-fill::before { content: "\f7c8"; }.bi-9-square::before { content: "\f7c9"; }.bi-airplane-engines-fill::before { content: "\f7ca"; }.bi-airplane-engines::before { content: "\f7cb"; }.bi-airplane-fill::before { content: "\f7cc"; }.bi-airplane::before { content: "\f7cd"; }.bi-alexa::before { content: "\f7ce"; }.bi-alipay::before { content: "\f7cf"; }.bi-android::before { content: "\f7d0"; }.bi-android2::before { content: "\f7d1"; }.bi-box-fill::before { content: "\f7d2"; }.bi-box-seam-fill::before { content: "\f7d3"; }.bi-browser-chrome::before { content: "\f7d4"; }.bi-browser-edge::before { content: "\f7d5"; }.bi-browser-firefox::before { content: "\f7d6"; }.bi-browser-safari::before { content: "\f7d7"; }.bi-c-circle-1::before { content: "\f7d8"; }.bi-c-circle-fill-1::before { content: "\f7d9"; }.bi-c-circle-fill::before { content: "\f7da"; }.bi-c-circle::before { content: "\f7db"; }.bi-c-square-fill::before { content: "\f7dc"; }.bi-c-square::before { content: "\f7dd"; }.bi-capsule-pill::before { content: "\f7de"; }.bi-capsule::before { content: "\f7df"; }.bi-car-front-fill::before { content: "\f7e0"; }.bi-car-front::before { content: "\f7e1"; }.bi-cassette-fill::before { content: "\f7e2"; }.bi-cassette::before { content: "\f7e3"; }.bi-cc-circle-1::before { content: "\f7e4"; }.bi-cc-circle-fill-1::before { content: "\f7e5"; }.bi-cc-circle-fill::before { content: "\f7e6"; }.bi-cc-circle::before { content: "\f7e7"; }.bi-cc-square-fill::before { content: "\f7e8"; }.bi-cc-square::before { content: "\f7e9"; }.bi-cup-hot-fill::before { content: "\f7ea"; }.bi-cup-hot::before { content: "\f7eb"; }.bi-currency-rupee::before { content: "\f7ec"; }.bi-dropbox::before { content: "\f7ed"; }.bi-escape::before { content: "\f7ee"; }.bi-fast-forward-btn-fill::before { content: "\f7ef"; }.bi-fast-forward-btn::before { content: "\f7f0"; }.bi-fast-forward-circle-fill::before { content: "\f7f1"; }.bi-fast-forward-circle::before { content: "\f7f2"; }.bi-fast-forward-fill::before { content: "\f7f3"; }.bi-fast-forward::before { content: "\f7f4"; }.bi-filetype-sql::before { content: "\f7f5"; }.bi-fire::before { content: "\f7f6"; }.bi-google-play::before { content: "\f7f7"; }.bi-h-circle-1::before { content: "\f7f8"; }.bi-h-circle-fill-1::before { content: "\f7f9"; }.bi-h-circle-fill::before { content: "\f7fa"; }.bi-h-circle::before { content: "\f7fb"; }.bi-h-square-fill::before { content: "\f7fc"; }.bi-h-square::before { content: "\f7fd"; }.bi-indent::before { content: "\f7fe"; }.bi-lungs-fill::before { content: "\f7ff"; }.bi-lungs::before { content: "\f800"; }.bi-microsoft-teams::before { content: "\f801"; }.bi-p-circle-1::before { content: "\f802"; }.bi-p-circle-fill-1::before { content: "\f803"; }.bi-p-circle-fill::before { content: "\f804"; }.bi-p-circle::before { content: "\f805"; }.bi-p-square-fill::before { content: "\f806"; }.bi-p-square::before { content: "\f807"; }.bi-pass-fill::before { content: "\f808"; }.bi-pass::before { content: "\f809"; }.bi-prescription::before { content: "\f80a"; }.bi-prescription2::before { content: "\f80b"; }.bi-r-circle-1::before { content: "\f80c"; }.bi-r-circle-fill-1::before { content: "\f80d"; }.bi-r-circle-fill::before { content: "\f80e"; }.bi-r-circle::before { content: "\f80f"; }.bi-r-square-fill::before { content: "\f810"; }.bi-r-square::before { content: "\f811"; }.bi-repeat-1::before { content: "\f812"; }.bi-repeat::before { content: "\f813"; }.bi-rewind-btn-fill::before { content: "\f814"; }.bi-rewind-btn::before { content: "\f815"; }.bi-rewind-circle-fill::before { content: "\f816"; }.bi-rewind-circle::before { content: "\f817"; }.bi-rewind-fill::before { content: "\f818"; }.bi-rewind::before { content: "\f819"; }.bi-train-freight-front-fill::before { content: "\f81a"; }.bi-train-freight-front::before { content: "\f81b"; }.bi-train-front-fill::before { content: "\f81c"; }.bi-train-front::before { content: "\f81d"; }.bi-train-lightrail-front-fill::before { content: "\f81e"; }.bi-train-lightrail-front::before { content: "\f81f"; }.bi-truck-front-fill::before { content: "\f820"; }.bi-truck-front::before { content: "\f821"; }.bi-ubuntu::before { content: "\f822"; }.bi-unindent::before { content: "\f823"; }.bi-unity::before { content: "\f824"; }.bi-universal-access-circle::before { content: "\f825"; }.bi-universal-access::before { content: "\f826"; }.bi-virus::before { content: "\f827"; }.bi-virus2::before { content: "\f828"; }.bi-wechat::before { content: "\f829"; }.bi-yelp::before { content: "\f82a"; }.bi-sign-stop-fill::before { content: "\f82b"; }.bi-sign-stop-lights-fill::before { content: "\f82c"; }.bi-sign-stop-lights::before { content: "\f82d"; }.bi-sign-stop::before { content: "\f82e"; }.bi-sign-turn-left-fill::before { content: "\f82f"; }.bi-sign-turn-left::before { content: "\f830"; }.bi-sign-turn-right-fill::before { content: "\f831"; }.bi-sign-turn-right::before { content: "\f832"; }.bi-sign-turn-slight-left-fill::before { content: "\f833"; }.bi-sign-turn-slight-left::before { content: "\f834"; }.bi-sign-turn-slight-right-fill::before { content: "\f835"; }.bi-sign-turn-slight-right::before { content: "\f836"; }.bi-sign-yield-fill::before { content: "\f837"; }.bi-sign-yield::before { content: "\f838"; }.bi-ev-station-fill::before { content: "\f839"; }.bi-ev-station::before { content: "\f83a"; }.bi-fuel-pump-diesel-fill::before { content: "\f83b"; }.bi-fuel-pump-diesel::before { content: "\f83c"; }.bi-fuel-pump-fill::before { content: "\f83d"; }.bi-fuel-pump::before { content: "\f83e"; }.p-component, .p-component * {
    box-sizing: border-box;
}.p-hidden {
    display: none;
}.p-hidden-space {
    visibility: hidden;
}.p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}.p-hidden-accessible input,
.p-hidden-accessible select {
    transform: scale(0);
}.p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}.p-disabled, .p-disabled * {
    cursor: default !important;
    pointer-events: none;
}.p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.p-overflow-hidden {
    overflow: hidden;
}.p-unselectable-text {
    -webkit-user-select: none;
            user-select: none;
}.p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}@keyframes p-fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    border-radius: 0;
}.p-link {
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}.p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}/* Non ng overlay animations */.p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
}.p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
}.p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
}.p-toggleable-content.ng-animating {
    overflow: hidden;
}.p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
}.p-overlay-badge {
    position: relative;
}.p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    transform-origin: 100% 0;
    margin: 0;
}.p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
}.p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
}.p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
}.p-button-label {
    flex: 1 1 auto;
}.p-button-icon-right {
    order: 1;
}.p-button:disabled {
    cursor: default;
}.p-button-icon-only {
    justify-content: center;
}.p-button-icon-only .p-button-label {
    visibility: hidden;
    width: 0;
    flex: 0 0 auto;
}.p-button-vertical {
    flex-direction: column;
}.p-button-icon-bottom {
    order: 2;
}.p-buttonset .p-button {
    margin: 0;
}.p-buttonset .p-button:not(:last-child) {
    border-right: 0 none;
}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
    border-radius: 0;
}.p-buttonset .p-button:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.p-buttonset .p-button:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}.p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
}.p-button-label {
    transition: all .2s;
}.p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    vertical-align: bottom;
    position: relative;
}.p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
}.p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
}p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
}.p-checkbox-label {
    line-height: 1;
}.p-colorpicker-panel .p-colorpicker-color {
    background: transparent url('color.png') no-repeat left top; 
}.p-colorpicker-panel .p-colorpicker-hue {
   background: transparent url('hue.png') no-repeat left top; 
}.p-inputtext {
    margin: 0;
}.p-fluid .p-inputtext {
    width: 100%;
}/* InputGroup */.p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
}.p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
}.p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
}.p-inputgroup .p-inputtext,
.p-fluid .p-inputgroup .p-inputtext,
.p-inputgroup .p-inputwrapper,
.p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
}/* Floating Label */.p-float-label {
    display: block;
    position: relative;
}.p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
}.p-float-label textarea ~ label {
    top: 1rem;
}.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
    top: -.75rem;
    font-size: 12px;
}.p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
}.p-input-icon-left,
.p-input-icon-right {
    position: relative;
    display: inline-block;
}.p-input-icon-left > i,
.p-input-icon-right > i {
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
}.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
}.p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
}.p-fluid .p-inputtextarea {
    width: 100%;
}.p-password {
    position: relative;
    display: inline-flex;
}.p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
}.p-password .p-password-panel {
    min-width: 100%;
}.p-password-meter {
    height: 10px;
}.p-password-strength {
    height: 100%;
    width: 0%;
    transition: width 1s ease-in-out;
}.p-fluid .p-password {
    display: flex;
}.p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    vertical-align: bottom;
    position: relative;
}.p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
}.p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(.1);
    border-radius: 50%;
    visibility: hidden;
}.p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1.0, 1.0);
    visibility: visible;
}p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
}.p-radiobutton-label {
    line-height: 1;
}.p-ripple {
    overflow: hidden;
    position: relative;
}.p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
}.p-ink-active {
    animation: ripple 0.4s linear;
}.p-ripple-disabled .p-ink {
    display: none !important;
}@keyframes ripple {  
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}.p-tooltip {
    position:absolute;
    display:none;
    padding: .25em .5rem;
    max-width: 12.5rem;
}.p-tooltip.p-tooltip-right,
.p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
}.p-tooltip.p-tooltip-top,
.p-tooltip.p-tooltip-bottom {
    padding:.25em 0;
}.p-tooltip .p-tooltip-text {
   white-space: pre-line;
   word-break: break-word;
}.p-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}.p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -.25rem;
    border-width: .25em .25em .25em 0;
}.p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -.25rem;
    border-width: .25em 0 .25em .25rem;
}.p-tooltip.p-tooltip-top {
    padding: .25em 0;
}.p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -.25rem;
    border-width: .25em .25em 0;
}.p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -.25rem;
    border-width: 0 .25em .25rem;
}.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}.p-grid > .p-col,
.p-grid > [class*=p-col] {
  box-sizing: border-box;
}.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}.p-nogutter > .p-col,
.p-nogutter > [class*=p-col-] {
  padding: 0;
}.p-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}.p-col-fixed {
  flex: 0 0 auto;
  padding: 0.5rem;
}.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  flex: 0 0 auto;
  padding: 0.5rem;
}.p-col-1 {
  width: 8.3333%;
}.p-col-2 {
  width: 16.6667%;
}.p-col-3 {
  width: 25%;
}.p-col-4 {
  width: 33.3333%;
}.p-col-5 {
  width: 41.6667%;
}.p-col-6 {
  width: 50%;
}.p-col-7 {
  width: 58.3333%;
}.p-col-8 {
  width: 66.6667%;
}.p-col-9 {
  width: 75%;
}.p-col-10 {
  width: 83.3333%;
}.p-col-11 {
  width: 91.6667%;
}.p-col-12 {
  width: 100%;
}.p-offset-12 {
  margin-left: 100%;
}.p-offset-11 {
  margin-left: 91.66666667%;
}.p-offset-10 {
  margin-left: 83.33333333%;
}.p-offset-9 {
  margin-left: 75%;
}.p-offset-8 {
  margin-left: 66.66666667%;
}.p-offset-7 {
  margin-left: 58.33333333%;
}.p-offset-6 {
  margin-left: 50%;
}.p-offset-5 {
  margin-left: 41.66666667%;
}.p-offset-4 {
  margin-left: 33.33333333%;
}.p-offset-3 {
  margin-left: 25%;
}.p-offset-2 {
  margin-left: 16.66666667%;
}.p-offset-1 {
  margin-left: 8.33333333%;
}.p-offset-0 {
  margin-left: 0%;
}.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 0.5rem;
}.p-col-nogutter {
  padding: 0;
}@media screen and (min-width: 576px) {
  .p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12 {
    flex: 0 0 auto;
  }

  .p-sm-1 {
    width: 8.3333%;
  }

  .p-sm-2 {
    width: 16.6667%;
  }

  .p-sm-3 {
    width: 25%;
  }

  .p-sm-4 {
    width: 33.3333%;
  }

  .p-sm-5 {
    width: 41.6667%;
  }

  .p-sm-6 {
    width: 50%;
  }

  .p-sm-7 {
    width: 58.3333%;
  }

  .p-sm-8 {
    width: 66.6667%;
  }

  .p-sm-9 {
    width: 75%;
  }

  .p-sm-10 {
    width: 83.3333%;
  }

  .p-sm-11 {
    width: 91.6667%;
  }

  .p-sm-12 {
    width: 100%;
  }

  .p-sm-offset-12 {
    margin-left: 100%;
  }

  .p-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-sm-offset-9 {
    margin-left: 75%;
  }

  .p-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-sm-offset-6 {
    margin-left: 50%;
  }

  .p-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-sm-offset-3 {
    margin-left: 25%;
  }

  .p-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-sm-offset-0 {
    margin-left: 0%;
  }
}@media screen and (min-width: 768px) {
  .p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12 {
    flex: 0 0 auto;
  }

  .p-md-1 {
    width: 8.3333%;
  }

  .p-md-2 {
    width: 16.6667%;
  }

  .p-md-3 {
    width: 25%;
  }

  .p-md-4 {
    width: 33.3333%;
  }

  .p-md-5 {
    width: 41.6667%;
  }

  .p-md-6 {
    width: 50%;
  }

  .p-md-7 {
    width: 58.3333%;
  }

  .p-md-8 {
    width: 66.6667%;
  }

  .p-md-9 {
    width: 75%;
  }

  .p-md-10 {
    width: 83.3333%;
  }

  .p-md-11 {
    width: 91.6667%;
  }

  .p-md-12 {
    width: 100%;
  }

  .p-md-offset-12 {
    margin-left: 100%;
  }

  .p-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-md-offset-9 {
    margin-left: 75%;
  }

  .p-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-md-offset-6 {
    margin-left: 50%;
  }

  .p-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-md-offset-3 {
    margin-left: 25%;
  }

  .p-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-md-offset-0 {
    margin-left: 0%;
  }
}@media screen and (min-width: 992px) {
  .p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12 {
    flex: 0 0 auto;
  }

  .p-lg-1 {
    width: 8.3333%;
  }

  .p-lg-2 {
    width: 16.6667%;
  }

  .p-lg-3 {
    width: 25%;
  }

  .p-lg-4 {
    width: 33.3333%;
  }

  .p-lg-5 {
    width: 41.6667%;
  }

  .p-lg-6 {
    width: 50%;
  }

  .p-lg-7 {
    width: 58.3333%;
  }

  .p-lg-8 {
    width: 66.6667%;
  }

  .p-lg-9 {
    width: 75%;
  }

  .p-lg-10 {
    width: 83.3333%;
  }

  .p-lg-11 {
    width: 91.6667%;
  }

  .p-lg-12 {
    width: 100%;
  }

  .p-lg-offset-12 {
    margin-left: 100%;
  }

  .p-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-lg-offset-9 {
    margin-left: 75%;
  }

  .p-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-lg-offset-6 {
    margin-left: 50%;
  }

  .p-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-lg-offset-3 {
    margin-left: 25%;
  }

  .p-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-lg-offset-0 {
    margin-left: 0%;
  }
}@media screen and (min-width: 1200px) {
  .p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
    flex: 0 0 auto;
  }

  .p-xl-1 {
    width: 8.3333%;
  }

  .p-xl-2 {
    width: 16.6667%;
  }

  .p-xl-3 {
    width: 25%;
  }

  .p-xl-4 {
    width: 33.3333%;
  }

  .p-xl-5 {
    width: 41.6667%;
  }

  .p-xl-6 {
    width: 50%;
  }

  .p-xl-7 {
    width: 58.3333%;
  }

  .p-xl-8 {
    width: 66.6667%;
  }

  .p-xl-9 {
    width: 75%;
  }

  .p-xl-10 {
    width: 83.3333%;
  }

  .p-xl-11 {
    width: 91.6667%;
  }

  .p-xl-12 {
    width: 100%;
  }

  .p-xl-offset-12 {
    margin-left: 100%;
  }

  .p-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-xl-offset-9 {
    margin-left: 75%;
  }

  .p-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-xl-offset-6 {
    margin-left: 50%;
  }

  .p-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-xl-offset-3 {
    margin-left: 25%;
  }

  .p-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-xl-offset-0 {
    margin-left: 0%;
  }
}.p-justify-start {
  justify-content: flex-start;
}.p-justify-end {
  justify-content: flex-end;
}.p-justify-center {
  justify-content: center;
}.p-justify-between {
  justify-content: space-between;
}.p-justify-around {
  justify-content: space-around;
}.p-justify-even {
  justify-content: space-evenly;
}.p-align-start {
  align-items: flex-start;
}.p-align-end {
  align-items: flex-end;
}.p-align-center {
  align-items: center;
}.p-align-baseline {
  align-items: baseline;
}.p-align-stretch {
  align-items: stretch;
}.p-col-align-start {
  align-self: flex-start;
}.p-col-align-end {
  align-self: flex-end;
}.p-col-align-center {
  align-self: center;
}.p-col-align-baseline {
  align-self: baseline;
}.p-col-align-stretch {
  align-self: stretch;
}.p-dir-row {
  flex-direction: row;
}.p-dir-rev {
  flex-direction: row-reverse;
}.p-dir-col {
  flex-direction: column;
}.p-dir-col-rev {
  flex-direction: column-reverse;
}.p-dir-col > .p-col,
.p-dir-col-rev > .p-col {
  flex-basis: auto;
}.p-col-order-first {
  order: -1;
}.p-col-order-last {
  order: 13;
}.p-col-order-0 {
  order: 0;
}.p-col-order-1 {
  order: 1;
}.p-col-order-2 {
  order: 2;
}.p-col-order-3 {
  order: 3;
}.p-col-order-4 {
  order: 4;
}.p-col-order-5 {
  order: 5;
}.p-col-order-6 {
  order: 6;
}.p-col-order-7 {
  order: 7;
}.p-col-order-8 {
  order: 8;
}.p-col-order-9 {
  order: 9;
}.p-col-order-10 {
  order: 10;
}.p-col-order-11 {
  order: 11;
}.p-col-order-12 {
  order: 12;
}@media screen and (min-width: 576px) {
  .p-sm-order-first {
    order: -1;
  }

  .p-sm-order-last {
    order: 13;
  }

  .p-sm-order-0 {
    order: 0;
  }

  .p-sm-order-1 {
    order: 1;
  }

  .p-sm-order-2 {
    order: 2;
  }

  .p-sm-order-3 {
    order: 3;
  }

  .p-sm-order-4 {
    order: 4;
  }

  .p-sm-order-5 {
    order: 5;
  }

  .p-sm-order-6 {
    order: 6;
  }

  .p-sm-order-7 {
    order: 7;
  }

  .p-sm-order-8 {
    order: 8;
  }

  .p-sm-order-9 {
    order: 9;
  }

  .p-sm-order-10 {
    order: 10;
  }

  .p-sm-order-11 {
    order: 11;
  }

  .p-sm-order-12 {
    order: 12;
  }
}@media screen and (min-width: 768px) {
  .p-md-order-first {
    order: -1;
  }

  .p-md-order-last {
    order: 13;
  }

  .p-md-order-0 {
    order: 0;
  }

  .p-md-order-1 {
    order: 1;
  }

  .p-md-order-2 {
    order: 2;
  }

  .p-md-order-3 {
    order: 3;
  }

  .p-md-order-4 {
    order: 4;
  }

  .p-md-order-5 {
    order: 5;
  }

  .p-md-order-6 {
    order: 6;
  }

  .p-md-order-7 {
    order: 7;
  }

  .p-md-order-8 {
    order: 8;
  }

  .p-md-order-9 {
    order: 9;
  }

  .p-md-order-10 {
    order: 10;
  }

  .p-md-order-11 {
    order: 11;
  }

  .p-md-order-12 {
    order: 12;
  }
}@media screen and (min-width: 992px) {
  .p-lg-order-first {
    order: -1;
  }

  .p-lg-order-last {
    order: 13;
  }

  .p-lg-order-0 {
    order: 0;
  }

  .p-lg-order-1 {
    order: 1;
  }

  .p-lg-order-2 {
    order: 2;
  }

  .p-lg-order-3 {
    order: 3;
  }

  .p-lg-order-4 {
    order: 4;
  }

  .p-lg-order-5 {
    order: 5;
  }

  .p-lg-order-6 {
    order: 6;
  }

  .p-lg-order-7 {
    order: 7;
  }

  .p-lg-order-8 {
    order: 8;
  }

  .p-lg-order-9 {
    order: 9;
  }

  .p-lg-order-10 {
    order: 10;
  }

  .p-lg-order-11 {
    order: 11;
  }

  .p-lg-order-12 {
    order: 12;
  }
}@media screen and (min-width: 1200px) {
  .p-xl-order-first {
    order: -1;
  }

  .p-xl-order-last {
    order: 13;
  }

  .p-xl-order-0 {
    order: 0;
  }

  .p-xl-order-1 {
    order: 1;
  }

  .p-xl-order-2 {
    order: 2;
  }

  .p-xl-order-3 {
    order: 3;
  }

  .p-xl-order-4 {
    order: 4;
  }

  .p-xl-order-5 {
    order: 5;
  }

  .p-xl-order-6 {
    order: 6;
  }

  .p-xl-order-7 {
    order: 7;
  }

  .p-xl-order-8 {
    order: 8;
  }

  .p-xl-order-9 {
    order: 9;
  }

  .p-xl-order-10 {
    order: 10;
  }

  .p-xl-order-11 {
    order: 11;
  }

  .p-xl-order-12 {
    order: 12;
  }
}.p-field {
  margin-bottom: 1rem;
}.p-field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}.p-field.p-grid > label {
  display: flex;
  align-items: center;
}.p-field > small {
  margin-top: 0.25rem;
}.p-field.p-grid,
.p-formgrid.p-grid {
  margin-top: 0;
}.p-field.p-grid .p-col-fixed,
.p-formgrid.p-grid .p-col-fixed,
.p-field.p-grid .p-col,
.p-formgrid.p-grid .p-col,
.p-field.p-grid .p-col-1,
.p-formgrid.p-grid .p-col-1,
.p-field.p-grid .p-col-2,
.p-formgrid.p-grid .p-col-2,
.p-field.p-grid .p-col-3,
.p-formgrid.p-grid .p-col-3,
.p-field.p-grid .p-col-4,
.p-formgrid.p-grid .p-col-4,
.p-field.p-grid .p-col-5,
.p-formgrid.p-grid .p-col-5,
.p-field.p-grid .p-col-6,
.p-formgrid.p-grid .p-col-6,
.p-field.p-grid .p-col-7,
.p-formgrid.p-grid .p-col-7,
.p-field.p-grid .p-col-8,
.p-formgrid.p-grid .p-col-8,
.p-field.p-grid .p-col-9,
.p-formgrid.p-grid .p-col-9,
.p-field.p-grid .p-col-10,
.p-formgrid.p-grid .p-col-10,
.p-field.p-grid .p-col-11,
.p-formgrid.p-grid .p-col-11,
.p-field.p-grid .p-col-12,
.p-formgrid.p-grid .p-col-12 {
  padding-top: 0;
  padding-bottom: 0;
}.p-formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.p-formgroup-inline .p-field,
.p-formgroup-inline .p-field-checkbox,
.p-formgroup-inline .p-field-radiobutton {
  margin-right: 1rem;
}.p-formgroup-inline .p-field > label,
.p-formgroup-inline .p-field-checkbox > label,
.p-formgroup-inline .p-field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}.p-field-checkbox,
.p-field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}.p-field-checkbox > label,
.p-field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}.p-d-none {
  display: none !important;
}.p-d-inline {
  display: inline !important;
}.p-d-inline-block {
  display: inline-block !important;
}.p-d-block {
  display: block !important;
}.p-d-flex {
  display: flex !important;
}.p-d-inline-flex {
  display: inline-flex !important;
}@media screen and (min-width: 576px) {
  .p-d-sm-none {
    display: none !important;
  }

  .p-d-sm-inline {
    display: inline !important;
  }

  .p-d-sm-inline-block {
    display: inline-block !important;
  }

  .p-d-sm-block {
    display: block !important;
  }

  .p-d-sm-flex {
    display: flex !important;
  }

  .p-d-sm-inline-flex {
    display: inline-flex !important;
  }
}@media screen and (min-width: 768px) {
  .p-d-md-none {
    display: none !important;
  }

  .p-d-md-inline {
    display: inline !important;
  }

  .p-d-md-inline-block {
    display: inline-block !important;
  }

  .p-d-md-block {
    display: block !important;
  }

  .p-d-md-flex {
    display: flex !important;
  }

  .p-d-md-inline-flex {
    display: inline-flex !important;
  }
}@media screen and (min-width: 992px) {
  .p-d-lg-none {
    display: none !important;
  }

  .p-d-lg-inline {
    display: inline !important;
  }

  .p-d-lg-inline-block {
    display: inline-block !important;
  }

  .p-d-lg-block {
    display: block !important;
  }

  .p-d-lg-flex {
    display: flex !important;
  }

  .p-d-lg-inline-flex {
    display: inline-flex !important;
  }
}@media screen and (min-width: 1200px) {
  .p-d-xl-none {
    display: none !important;
  }

  .p-d-xl-inline {
    display: inline !important;
  }

  .p-d-xl-inline-block {
    display: inline-block !important;
  }

  .p-d-xl-block {
    display: block !important;
  }

  .p-d-xl-flex {
    display: flex !important;
  }

  .p-d-xl-inline-flex {
    display: inline-flex !important;
  }
}@media print {
  .p-d-print-none {
    display: none !important;
  }

  .p-d-print-inline {
    display: inline !important;
  }

  .p-d-print-inline-block {
    display: inline-block !important;
  }

  .p-d-print-block {
    display: block !important;
  }

  .p-d-print-flex {
    display: flex !important;
  }

  .p-d-print-inline-flex {
    display: inline-flex !important;
  }
}.p-text-justify {
  text-align: justify !important;
}.p-text-left {
  text-align: left !important;
}.p-text-right {
  text-align: right !important;
}.p-text-center {
  text-align: center !important;
}.p-text-nowrap {
  white-space: nowrap !important;
}.p-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.p-text-lowercase {
  text-transform: lowercase !important;
}.p-text-uppercase {
  text-transform: uppercase !important;
}.p-text-capitalize {
  text-transform: capitalize !important;
}.p-text-bold {
  font-weight: 700 !important;
}.p-text-normal {
  font-weight: 400 !important;
}.p-text-light {
  font-weight: 300 !important;
}.p-text-italic {
  font-style: italic !important;
}@media screen and (min-width: 576px) {
  .p-text-sm-justify {
    text-align: justify !important;
  }

  .p-text-sm-left {
    text-align: left !important;
  }

  .p-text-sm-right {
    text-align: right !important;
  }

  .p-text-sm-center {
    text-align: center !important;
  }
}@media screen and (min-width: 768px) {
  .p-text-md-justify {
    text-align: justify !important;
  }

  .p-text-md-left {
    text-align: left !important;
  }

  .p-text-md-right {
    text-align: right !important;
  }

  .p-text-md-center {
    text-align: center !important;
  }
}@media screen and (min-width: 992px) {
  .p-text-lg-justify {
    text-align: justify !important;
  }

  .p-text-lg-left {
    text-align: left !important;
  }

  .p-text-lg-right {
    text-align: right !important;
  }

  .p-text-lg-center {
    text-align: center !important;
  }
}@media screen and (min-width: 1200px) {
  .p-text-xl-justify {
    text-align: justify !important;
  }

  .p-text-xl-left {
    text-align: left !important;
  }

  .p-text-xl-right {
    text-align: right !important;
  }

  .p-text-xl-center {
    text-align: center !important;
  }
}.p-flex-row {
  flex-direction: row !important;
}.p-flex-row-reverse {
  flex-direction: row-reverse !important;
}.p-flex-column {
  flex-direction: column !important;
}.p-flex-column-reverse {
  flex-direction: column-reverse !important;
}@media screen and (min-width: 576px) {
  .p-flex-sm-row {
    flex-direction: row !important;
  }

  .p-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-sm-column {
    flex-direction: column !important;
  }

  .p-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}@media screen and (min-width: 768px) {
  .p-flex-md-row {
    flex-direction: row !important;
  }

  .p-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-md-column {
    flex-direction: column !important;
  }

  .p-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}@media screen and (min-width: 992px) {
  .p-flex-lg-row {
    flex-direction: row !important;
  }

  .p-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-lg-column {
    flex-direction: column !important;
  }

  .p-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}@media screen and (min-width: 1200px) {
  .p-flex-xl-row {
    flex-direction: row !important;
  }

  .p-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-xl-column {
    flex-direction: column !important;
  }

  .p-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}.p-jc-start {
  justify-content: flex-start;
}.p-jc-end {
  justify-content: flex-end;
}.p-jc-center {
  justify-content: center;
}.p-jc-between {
  justify-content: space-between;
}.p-jc-around {
  justify-content: space-around;
}.p-jc-evenly {
  justify-content: space-evenly;
}@media screen and (min-width: 576px) {
  .p-jc-sm-start {
    justify-content: flex-start;
  }

  .p-jc-sm-end {
    justify-content: flex-end;
  }

  .p-jc-sm-center {
    justify-content: center;
  }

  .p-jc-sm-between {
    justify-content: space-between;
  }

  .p-jc-sm-around {
    justify-content: space-around;
  }

  .p-jc-sm-evenly {
    justify-content: space-evenly;
  }
}@media screen and (min-width: 768px) {
  .p-jc-md-start {
    justify-content: flex-start;
  }

  .p-jc-md-end {
    justify-content: flex-end;
  }

  .p-jc-md-center {
    justify-content: center;
  }

  .p-jc-md-between {
    justify-content: space-between;
  }

  .p-jc-md-around {
    justify-content: space-around;
  }

  .p-jc-md-evenly {
    justify-content: space-evenly;
  }
}@media screen and (min-width: 992px) {
  .p-jc-lg-start {
    justify-content: flex-start;
  }

  .p-jc-lg-end {
    justify-content: flex-end;
  }

  .p-jc-lg-center {
    justify-content: center;
  }

  .p-jc-lg-between {
    justify-content: space-between;
  }

  .p-jc-lg-around {
    justify-content: space-around;
  }

  .p-jc-lg-evenly {
    justify-content: space-evenly;
  }
}@media screen and (min-width: 1200px) {
  .p-jc-xl-start {
    justify-content: flex-start;
  }

  .p-jc-xl-end {
    justify-content: flex-end;
  }

  .p-jc-xl-center {
    justify-content: center;
  }

  .p-jc-xl-between {
    justify-content: space-between;
  }

  .p-jc-xl-around {
    justify-content: space-around;
  }

  .p-jc-xl-evenly {
    justify-content: space-evenly;
  }
}.p-ai-start {
  align-items: flex-start;
}.p-ai-end {
  align-items: flex-end;
}.p-ai-center {
  align-items: center;
}.p-ai-baseline {
  align-items: baseline;
}.p-ai-stretch {
  align-items: stretch;
}@media screen and (min-width: 576px) {
  .p-ai-sm-start {
    align-items: flex-start;
  }

  .p-ai-sm-end {
    align-items: flex-end;
  }

  .p-ai-sm-center {
    align-items: center;
  }

  .p-ai-sm-baseline {
    align-items: baseline;
  }

  .p-ai-sm-stretch {
    align-items: stretch;
  }
}@media screen and (min-width: 768px) {
  .p-ai-md-start {
    align-items: flex-start;
  }

  .p-ai-md-end {
    align-items: flex-end;
  }

  .p-ai-md-center {
    align-items: center;
  }

  .p-ai-md-baseline {
    align-items: baseline;
  }

  .p-ai-md-stretch {
    align-items: stretch;
  }
}@media screen and (min-width: 992px) {
  .p-ai-lg-start {
    align-items: flex-start;
  }

  .p-ai-lg-end {
    align-items: flex-end;
  }

  .p-ai-lg-center {
    align-items: center;
  }

  .p-ai-lg-baseline {
    align-items: baseline;
  }

  .p-ai-lg-stretch {
    align-items: stretch;
  }
}@media screen and (min-width: 1200px) {
  .p-ai-xl-start {
    align-items: flex-start;
  }

  .p-ai-xl-end {
    align-items: flex-end;
  }

  .p-ai-xl-center {
    align-items: center;
  }

  .p-ai-xl-baseline {
    align-items: baseline;
  }

  .p-ai-xl-stretch {
    align-items: stretch;
  }
}.p-as-start {
  align-self: start;
}.p-as-end {
  align-self: flex-end;
}.p-as-center {
  align-self: center;
}.p-as-baseline {
  align-self: baseline;
}.p-as-stretch {
  align-self: stretch;
}@media screen and (min-width: 576px) {
  .p-as-sm-start {
    align-self: start;
  }

  .p-as-sm-end {
    align-self: flex-end;
  }

  .p-as-sm-center {
    align-self: center;
  }

  .p-as-sm-baseline {
    align-self: baseline;
  }

  .p-as-sm-stretch {
    align-self: stretch;
  }
}@media screen and (min-width: 768px) {
  .p-as-md-start {
    align-self: start;
  }

  .p-as-md-end {
    align-self: flex-end;
  }

  .p-as-md-center {
    align-self: center;
  }

  .p-as-md-baseline {
    align-self: baseline;
  }

  .p-as-md-stretch {
    align-self: stretch;
  }
}@media screen and (min-width: 992px) {
  .p-as-lg-start {
    align-self: start;
  }

  .p-as-lg-end {
    align-self: flex-end;
  }

  .p-as-lg-center {
    align-self: center;
  }

  .p-as-lg-baseline {
    align-self: baseline;
  }

  .p-as-lg-stretch {
    align-self: stretch;
  }
}@media screen and (min-width: 1200px) {
  .p-as-xl-start {
    align-self: start;
  }

  .p-as-xl-end {
    align-self: flex-end;
  }

  .p-as-xl-center {
    align-self: center;
  }

  .p-as-xl-baseline {
    align-self: baseline;
  }

  .p-as-xl-stretch {
    align-self: stretch;
  }
}.p-ac-start {
  align-content: flex-start;
}.p-ac-end {
  align-content: flex-end;
}.p-ac-center {
  align-content: center;
}.p-ac-around {
  align-content: space-around;
}.p-ac-stretch {
  align-content: stretch;
}.p-ac-between {
  align-content: space-between;
}@media screen and (min-width: 576px) {
  .p-ac-sm-start {
    align-content: flex-start;
  }

  .p-ac-sm-end {
    align-content: flex-end;
  }

  .p-ac-sm-center {
    align-content: center;
  }

  .p-ac-sm-around {
    align-content: space-around;
  }

  .p-ac-sm-stretch {
    align-content: stretch;
  }

  .p-ac-sm-between {
    align-content: space-between;
  }
}@media screen and (min-width: 768px) {
  .p-ac-md-start {
    align-content: flex-start;
  }

  .p-ac-md-end {
    align-content: flex-end;
  }

  .p-ac-md-center {
    align-content: center;
  }

  .p-ac-md-around {
    align-content: space-around;
  }

  .p-ac-md-stretch {
    align-content: stretch;
  }

  .p-ac-md-between {
    align-content: space-between;
  }
}@media screen and (min-width: 992px) {
  .p-ac-lg-start {
    align-content: flex-start;
  }

  .p-ac-lg-end {
    align-content: flex-end;
  }

  .p-ac-lg-center {
    align-content: center;
  }

  .p-ac-lg-around {
    align-content: space-around;
  }

  .p-ac-lg-stretch {
    align-content: stretch;
  }

  .p-ac-lg-between {
    align-content: space-between;
  }
}@media screen and (min-width: 1200px) {
  .p-ac-xl-start {
    align-content: flex-start;
  }

  .p-ac-xl-end {
    align-content: flex-end;
  }

  .p-ac-xl-center {
    align-content: center;
  }

  .p-ac-xl-around {
    align-content: space-around;
  }

  .p-ac-xl-stretch {
    align-content: stretch;
  }

  .p-ac-xl-between {
    align-content: space-between;
  }
}.p-order-0 {
  order: 0;
}.p-order-1 {
  order: 1;
}.p-order-2 {
  order: 2;
}.p-order-3 {
  order: 3;
}.p-order-4 {
  order: 4;
}.p-order-5 {
  order: 5;
}.p-order-6 {
  order: 6;
}@media screen and (min-width: 576px) {
  .p-order-sm-0 {
    order: 0;
  }

  .p-order-sm-1 {
    order: 1;
  }

  .p-order-sm-2 {
    order: 2;
  }

  .p-order-sm-3 {
    order: 3;
  }

  .p-order-sm-4 {
    order: 4;
  }

  .p-order-sm-5 {
    order: 5;
  }

  .p-order-sm-6 {
    order: 6;
  }
}@media screen and (min-width: 768px) {
  .p-order-md-0 {
    order: 0;
  }

  .p-order-md-1 {
    order: 1;
  }

  .p-order-md-2 {
    order: 2;
  }

  .p-order-md-3 {
    order: 3;
  }

  .p-order-md-4 {
    order: 4;
  }

  .p-order-md-5 {
    order: 5;
  }

  .p-order-md-6 {
    order: 6;
  }
}@media screen and (min-width: 992px) {
  .p-order-lg-0 {
    order: 0;
  }

  .p-order-lg-1 {
    order: 1;
  }

  .p-order-lg-2 {
    order: 2;
  }

  .p-order-lg-3 {
    order: 3;
  }

  .p-order-lg-4 {
    order: 4;
  }

  .p-order-lg-5 {
    order: 5;
  }

  .p-order-lg-6 {
    order: 6;
  }
}@media screen and (min-width: 1200px) {
  .p-order-xl-0 {
    order: 0;
  }

  .p-order-xl-1 {
    order: 1;
  }

  .p-order-xl-2 {
    order: 2;
  }

  .p-order-xl-3 {
    order: 3;
  }

  .p-order-xl-4 {
    order: 4;
  }

  .p-order-xl-5 {
    order: 5;
  }

  .p-order-xl-6 {
    order: 6;
  }
}.p-flex-nowrap {
  flex-wrap: nowrap;
}.p-flex-wrap {
  flex-wrap: wrap;
}.p-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}@media screen and (min-width: 576px) {
  .p-flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-sm-wrap {
    flex-wrap: wrap;
  }

  .p-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}@media screen and (min-width: 768px) {
  .p-flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-md-wrap {
    flex-wrap: wrap;
  }

  .p-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}@media screen and (min-width: 992px) {
  .p-flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-lg-wrap {
    flex-wrap: wrap;
  }

  .p-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}@media screen and (min-width: 1200px) {
  .p-flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-xl-wrap {
    flex-wrap: wrap;
  }

  .p-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}.p-pt-0 {
  padding-top: 0 !important;
}.p-pt-1 {
  padding-top: 0.25rem !important;
}.p-pt-2 {
  padding-top: 0.5rem !important;
}.p-pt-3 {
  padding-top: 1rem !important;
}.p-pt-4 {
  padding-top: 1.5rem !important;
}.p-pt-5 {
  padding-top: 2rem !important;
}.p-pt-6 {
  padding-top: 3rem !important;
}.p-pr-0 {
  padding-right: 0 !important;
}.p-pr-1 {
  padding-right: 0.25rem !important;
}.p-pr-2 {
  padding-right: 0.5rem !important;
}.p-pr-3 {
  padding-right: 1rem !important;
}.p-pr-4 {
  padding-right: 1.5rem !important;
}.p-pr-5 {
  padding-right: 2rem !important;
}.p-pr-6 {
  padding-right: 3rem !important;
}.p-pl-0 {
  padding-left: 0 !important;
}.p-pl-1 {
  padding-left: 0.25rem !important;
}.p-pl-2 {
  padding-left: 0.5rem !important;
}.p-pl-3 {
  padding-left: 1rem !important;
}.p-pl-4 {
  padding-left: 1.5rem !important;
}.p-pl-5 {
  padding-left: 2rem !important;
}.p-pl-6 {
  padding-left: 3rem !important;
}.p-pb-0 {
  padding-bottom: 0 !important;
}.p-pb-1 {
  padding-bottom: 0.25rem !important;
}.p-pb-2 {
  padding-bottom: 0.5rem !important;
}.p-pb-3 {
  padding-bottom: 1rem !important;
}.p-pb-4 {
  padding-bottom: 1.5rem !important;
}.p-pb-5 {
  padding-bottom: 2rem !important;
}.p-pb-6 {
  padding-bottom: 3rem !important;
}.p-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.p-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}.p-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.p-px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.p-px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}.p-px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}.p-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}.p-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}.p-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.p-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.p-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.p-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.p-py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}.p-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}.p-p-0 {
  padding: 0 !important;
}.p-p-1 {
  padding: 0.25rem !important;
}.p-p-2 {
  padding: 0.5rem !important;
}.p-p-3 {
  padding: 1rem !important;
}.p-p-4 {
  padding: 1.5rem !important;
}.p-p-5 {
  padding: 2rem !important;
}.p-p-6 {
  padding: 3rem !important;
}@media screen and (min-width: 576px) {
  .p-pt-sm-0 {
    padding-top: 0 !important;
  }

  .p-pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-sm-3 {
    padding-top: 1rem !important;
  }

  .p-pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-sm-5 {
    padding-top: 2rem !important;
  }

  .p-pt-sm-6 {
    padding-top: 3rem !important;
  }

  .p-pr-sm-0 {
    padding-right: 0 !important;
  }

  .p-pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-sm-3 {
    padding-right: 1rem !important;
  }

  .p-pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-sm-5 {
    padding-right: 2rem !important;
  }

  .p-pr-sm-6 {
    padding-right: 3rem !important;
  }

  .p-pl-sm-0 {
    padding-left: 0 !important;
  }

  .p-pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-sm-3 {
    padding-left: 1rem !important;
  }

  .p-pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-sm-5 {
    padding-left: 2rem !important;
  }

  .p-pl-sm-6 {
    padding-left: 3rem !important;
  }

  .p-pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-sm-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-sm-0 {
    padding: 0 !important;
  }

  .p-p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-p-sm-3 {
    padding: 1rem !important;
  }

  .p-p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-p-sm-5 {
    padding: 2rem !important;
  }

  .p-p-sm-6 {
    padding: 3rem !important;
  }
}@media screen and (min-width: 768px) {
  .p-pt-md-0 {
    padding-top: 0 !important;
  }

  .p-pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-md-3 {
    padding-top: 1rem !important;
  }

  .p-pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-md-5 {
    padding-top: 2rem !important;
  }

  .p-pt-md-6 {
    padding-top: 3rem !important;
  }

  .p-pr-md-0 {
    padding-right: 0 !important;
  }

  .p-pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-md-3 {
    padding-right: 1rem !important;
  }

  .p-pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-md-5 {
    padding-right: 2rem !important;
  }

  .p-pr-md-6 {
    padding-right: 3rem !important;
  }

  .p-pl-md-0 {
    padding-left: 0 !important;
  }

  .p-pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-md-3 {
    padding-left: 1rem !important;
  }

  .p-pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-md-5 {
    padding-left: 2rem !important;
  }

  .p-pl-md-6 {
    padding-left: 3rem !important;
  }

  .p-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-md-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-md-0 {
    padding: 0 !important;
  }

  .p-p-md-1 {
    padding: 0.25rem !important;
  }

  .p-p-md-2 {
    padding: 0.5rem !important;
  }

  .p-p-md-3 {
    padding: 1rem !important;
  }

  .p-p-md-4 {
    padding: 1.5rem !important;
  }

  .p-p-md-5 {
    padding: 2rem !important;
  }

  .p-p-md-6 {
    padding: 3rem !important;
  }
}@media screen and (min-width: 992px) {
  .p-pt-lg-0 {
    padding-top: 0 !important;
  }

  .p-pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-lg-3 {
    padding-top: 1rem !important;
  }

  .p-pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-lg-5 {
    padding-top: 2rem !important;
  }

  .p-pt-lg-6 {
    padding-top: 3rem !important;
  }

  .p-pt-lg-auto {
    padding-top: 3rem !important;
  }

  .p-pr-lg-0 {
    padding-right: 0 !important;
  }

  .p-pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-lg-3 {
    padding-right: 1rem !important;
  }

  .p-pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-lg-5 {
    padding-right: 2rem !important;
  }

  .p-pr-lg-6 {
    padding-right: 3rem !important;
  }

  .p-pl-lg-0 {
    padding-left: 0 !important;
  }

  .p-pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-lg-3 {
    padding-left: 1rem !important;
  }

  .p-pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-lg-5 {
    padding-left: 2rem !important;
  }

  .p-pl-lg-6 {
    padding-left: 3rem !important;
  }

  .p-pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-lg-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-lg-0 {
    padding: 0 !important;
  }

  .p-p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-p-lg-3 {
    padding: 1rem !important;
  }

  .p-p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-p-lg-5 {
    padding: 2rem !important;
  }

  .p-p-lg-6 {
    padding: 3rem !important;
  }
}@media screen and (min-width: 1200px) {
  .p-pt-xl-0 {
    padding-top: 0 !important;
  }

  .p-pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-xl-3 {
    padding-top: 1rem !important;
  }

  .p-pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-xl-5 {
    padding-top: 2rem !important;
  }

  .p-pt-xl-6 {
    padding-top: 3rem !important;
  }

  .p-pr-xl-0 {
    padding-right: 0 !important;
  }

  .p-pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-xl-3 {
    padding-right: 1rem !important;
  }

  .p-pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-xl-5 {
    padding-right: 2rem !important;
  }

  .p-pr-xl-6 {
    padding-right: 3rem !important;
  }

  .p-pl-xl-0 {
    padding-left: 0 !important;
  }

  .p-pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-xl-3 {
    padding-left: 1rem !important;
  }

  .p-pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-xl-5 {
    padding-left: 2rem !important;
  }

  .p-pl-xl-6 {
    padding-left: 3rem !important;
  }

  .p-pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-xl-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-xl-0 {
    padding: 0 !important;
  }

  .p-p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-p-xl-3 {
    padding: 1rem !important;
  }

  .p-p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-p-xl-5 {
    padding: 2rem !important;
  }

  .p-p-xl-6 {
    padding: 3rem !important;
  }
}.p-mt-0 {
  margin-top: 0 !important;
}.p-mt-1 {
  margin-top: 0.25rem !important;
}.p-mt-2 {
  margin-top: 0.5rem !important;
}.p-mt-3 {
  margin-top: 1rem !important;
}.p-mt-4 {
  margin-top: 1.5rem !important;
}.p-mt-5 {
  margin-top: 2rem !important;
}.p-mt-6 {
  margin-top: 3rem !important;
}.p-mt-auto {
  margin-top: auto !important;
}.p-mr-0 {
  margin-right: 0 !important;
}.p-mr-1 {
  margin-right: 0.25rem !important;
}.p-mr-2 {
  margin-right: 0.5rem !important;
}.p-mr-3 {
  margin-right: 1rem !important;
}.p-mr-4 {
  margin-right: 1.5rem !important;
}.p-mr-5 {
  margin-right: 2rem !important;
}.p-mr-6 {
  margin-right: 3rem !important;
}.p-mr-auto {
  margin-right: auto !important;
}.p-ml-0 {
  margin-left: 0 !important;
}.p-ml-1 {
  margin-left: 0.25rem !important;
}.p-ml-2 {
  margin-left: 0.5rem !important;
}.p-ml-3 {
  margin-left: 1rem !important;
}.p-ml-4 {
  margin-left: 1.5rem !important;
}.p-ml-5 {
  margin-left: 2rem !important;
}.p-ml-6 {
  margin-left: 3rem !important;
}.p-ml-auto {
  margin-left: auto !important;
}.p-mb-0 {
  margin-bottom: 0 !important;
}.p-mb-1 {
  margin-bottom: 0.25rem !important;
}.p-mb-2 {
  margin-bottom: 0.5rem !important;
}.p-mb-3 {
  margin-bottom: 1rem !important;
}.p-mb-4 {
  margin-bottom: 1.5rem !important;
}.p-mb-5 {
  margin-bottom: 2rem !important;
}.p-mb-6 {
  margin-bottom: 3rem !important;
}.p-mb-auto {
  margin-bottom: auto !important;
}.p-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}.p-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}.p-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}.p-mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}.p-mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}.p-mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}.p-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}.p-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}.p-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}.p-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}.p-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}.p-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}.p-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.p-my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}.p-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}.p-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}.p-m-0 {
  margin: 0 !important;
}.p-m-1 {
  margin: 0.25rem !important;
}.p-m-2 {
  margin: 0.5rem !important;
}.p-m-3 {
  margin: 1rem !important;
}.p-m-4 {
  margin: 1.5rem !important;
}.p-m-5 {
  margin: 2rem !important;
}.p-m-6 {
  margin: 3rem !important;
}.p-m-auto {
  margin: auto !important;
}@media screen and (min-width: 576px) {
  .p-mt-sm-0 {
    margin-top: 0 !important;
  }

  .p-mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-sm-3 {
    margin-top: 1rem !important;
  }

  .p-mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-sm-5 {
    margin-top: 2rem !important;
  }

  .p-mt-sm-6 {
    margin-top: 3rem !important;
  }

  .p-mt-sm-auto {
    margin-top: 3rem !important;
  }

  .p-mr-sm-0 {
    margin-right: 0 !important;
  }

  .p-mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-sm-3 {
    margin-right: 1rem !important;
  }

  .p-mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-sm-5 {
    margin-right: 2rem !important;
  }

  .p-mr-sm-6 {
    margin-right: 3rem !important;
  }

  .p-mr-sm-auto {
    margin-right: auto !important;
  }

  .p-ml-sm-0 {
    margin-left: 0 !important;
  }

  .p-ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-sm-3 {
    margin-left: 1rem !important;
  }

  .p-ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-sm-5 {
    margin-left: 2rem !important;
  }

  .p-ml-sm-6 {
    margin-left: 3rem !important;
  }

  .p-ml-sm-auto {
    margin-left: auto !important;
  }

  .p-mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-sm-auto {
    margin-bottom: auto !important;
  }

  .p-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-sm-0 {
    margin: 0 !important;
  }

  .p-m-sm-1 {
    margin: 0.25rem !important;
  }

  .p-m-sm-2 {
    margin: 0.5rem !important;
  }

  .p-m-sm-3 {
    margin: 1rem !important;
  }

  .p-m-sm-4 {
    margin: 1.5rem !important;
  }

  .p-m-sm-5 {
    margin: 2rem !important;
  }

  .p-m-sm-6 {
    margin: 3rem !important;
  }

  .p-m-sm-auto {
    margin: auto !important;
  }
}@media screen and (min-width: 768px) {
  .p-mt-md-0 {
    margin-top: 0 !important;
  }

  .p-mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-md-3 {
    margin-top: 1rem !important;
  }

  .p-mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-md-5 {
    margin-top: 2rem !important;
  }

  .p-mt-md-6 {
    margin-top: 3rem !important;
  }

  .p-mt-md-auto {
    margin-top: 3rem !important;
  }

  .p-mr-md-0 {
    margin-right: 0 !important;
  }

  .p-mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-md-3 {
    margin-right: 1rem !important;
  }

  .p-mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-md-5 {
    margin-right: 2rem !important;
  }

  .p-mr-md-6 {
    margin-right: 3rem !important;
  }

  .p-mr-md-auto {
    margin-right: auto !important;
  }

  .p-ml-md-0 {
    margin-left: 0 !important;
  }

  .p-ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-md-3 {
    margin-left: 1rem !important;
  }

  .p-ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-md-5 {
    margin-left: 2rem !important;
  }

  .p-ml-md-6 {
    margin-left: 3rem !important;
  }

  .p-ml-md-auto {
    margin-left: auto !important;
  }

  .p-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-md-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-md-auto {
    margin-bottom: auto !important;
  }

  .p-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-md-0 {
    margin: 0 !important;
  }

  .p-m-md-1 {
    margin: 0.25rem !important;
  }

  .p-m-md-2 {
    margin: 0.5rem !important;
  }

  .p-m-md-3 {
    margin: 1rem !important;
  }

  .p-m-md-4 {
    margin: 1.5rem !important;
  }

  .p-m-md-5 {
    margin: 2rem !important;
  }

  .p-m-md-6 {
    margin: 3rem !important;
  }

  .p-m-md-auto {
    margin: auto !important;
  }
}@media screen and (min-width: 992px) {
  .p-mt-lg-0 {
    margin-top: 0 !important;
  }

  .p-mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-lg-3 {
    margin-top: 1rem !important;
  }

  .p-mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-lg-5 {
    margin-top: 2rem !important;
  }

  .p-mt-lg-6 {
    margin-top: 3rem !important;
  }

  .p-mt-lg-auto {
    margin-top: 3rem !important;
  }

  .p-mr-lg-0 {
    margin-right: 0 !important;
  }

  .p-mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-lg-3 {
    margin-right: 1rem !important;
  }

  .p-mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-lg-5 {
    margin-right: 2rem !important;
  }

  .p-mr-lg-6 {
    margin-right: 3rem !important;
  }

  .p-mr-lg-auto {
    margin-right: auto !important;
  }

  .p-ml-lg-0 {
    margin-left: 0 !important;
  }

  .p-ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-lg-3 {
    margin-left: 1rem !important;
  }

  .p-ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-lg-5 {
    margin-left: 2rem !important;
  }

  .p-ml-lg-6 {
    margin-left: 3rem !important;
  }

  .p-ml-lg-auto {
    margin-left: auto !important;
  }

  .p-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-lg-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-lg-auto {
    margin-bottom: auto !important;
  }

  .p-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-lg-0 {
    margin: 0 !important;
  }

  .p-m-lg-1 {
    margin: 0.25rem !important;
  }

  .p-m-lg-2 {
    margin: 0.5rem !important;
  }

  .p-m-lg-3 {
    margin: 1rem !important;
  }

  .p-m-lg-4 {
    margin: 1.5rem !important;
  }

  .p-m-lg-5 {
    margin: 2rem !important;
  }

  .p-m-lg-6 {
    margin: 3rem !important;
  }

  .p-m-lg-auto {
    margin: auto !important;
  }
}@media screen and (min-width: 1200px) {
  .p-mt-xl-0 {
    margin-top: 0 !important;
  }

  .p-mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-xl-3 {
    margin-top: 1rem !important;
  }

  .p-mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-xl-5 {
    margin-top: 2rem !important;
  }

  .p-mt-xl-6 {
    margin-top: 3rem !important;
  }

  .p-mt-xl-auto {
    margin-top: 3rem !important;
  }

  .p-mr-xl-0 {
    margin-right: 0 !important;
  }

  .p-mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-xl-3 {
    margin-right: 1rem !important;
  }

  .p-mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-xl-5 {
    margin-right: 2rem !important;
  }

  .p-mr-xl-6 {
    margin-right: 3rem !important;
  }

  .p-mr-xl-auto {
    margin-right: auto !important;
  }

  .p-ml-xl-0 {
    margin-left: 0 !important;
  }

  .p-ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-xl-3 {
    margin-left: 1rem !important;
  }

  .p-ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-xl-5 {
    margin-left: 2rem !important;
  }

  .p-ml-xl-6 {
    margin-left: 3rem !important;
  }

  .p-ml-xl-auto {
    margin-left: auto !important;
  }

  .p-mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-xl-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-xl-auto {
    margin-bottom: auto !important;
  }

  .p-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-xl-0 {
    margin: 0 !important;
  }

  .p-m-xl-1 {
    margin: 0.25rem !important;
  }

  .p-m-xl-2 {
    margin: 0.5rem !important;
  }

  .p-m-xl-3 {
    margin: 1rem !important;
  }

  .p-m-xl-4 {
    margin: 1.5rem !important;
  }

  .p-m-xl-5 {
    margin: 2rem !important;
  }

  .p-m-xl-6 {
    margin: 3rem !important;
  }

  .p-m-xl-auto {
    margin: auto !important;
  }
}.p-shadow-1 {
  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);
}.p-shadow-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}.p-shadow-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}.p-shadow-4 {
  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);
}.p-shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}.p-shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}.p-shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}.p-shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}.p-shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}.p-shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}.p-shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}.p-shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}.p-shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}.p-shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}.p-shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}.p-shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}.p-shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}.p-shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}.p-shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}.p-shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}.p-shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}.p-shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}.p-shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}.p-shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}.f-monserrat {
  font-family: Montserrat,sans-serif;
}.f-open-sans {
  font-family: Open Sans,sans-serif;
}.f-size-11 {
  font-size: 11px;
}.f-size-12 {
  font-size: 12px;
}.f-size-14 {
  font-size: 14px;
}.f-size-16 {
  font-size: 16px;
}.f-size-18 {
  font-size: 18px;
}.f-size-20 {
  font-size: 20px;
}.f-size-22 {
  font-size: 22px;
}.f-size-24 {
  font-size: 24px;
}.f-size-40 {
  font-size: 40px;
}.mt-1 {
  margin-top: 0.25rem !important;
}.mt-2 {
  margin-top: 0.5rem !important;
}.mt-3 {
  margin-top: 1rem !important;
}.mt-4 {
  margin-top: 1.5rem !important;
}.mt-5 {
  margin-top: 2rem !important;
}.mt-6 {
  margin-top: 3em !important;
}.mt-7 {
  margin-top: 4em !important;
}.mt-8 {
  margin-top: 5em !important;
}.mr-1 {
  margin-right: 0.25rem !important;
}.mr-2 {
  margin-right: 0.5rem !important;
}.mr-3 {
  margin-right: 1rem !important;
}.mr-4 {
  margin-right: 1.5rem !important;
}.mr-5 {
  margin-right: 2rem !important;
}.mr-6 {
  margin-right: 3em !important;
}.mr-7 {
  margin-right: 4em !important;
}.mr-8 {
  margin-right: 5em !important;
}.mb-1 {
  margin-bottom: 0.25rem !important;
}.mb-2 {
  margin-bottom: 0.5rem !important;
}.mb-3 {
  margin-bottom: 1rem !important;
}.mb-4 {
  margin-bottom: 1.5rem !important;
}.mb-5 {
  margin-bottom: 2rem !important;
}.mb-6 {
  margin-bottom: 3em !important;
}.mb-7 {
  margin-bottom: 4em !important;
}.mb-8 {
  margin-bottom: 5em !important;
}.ml-1 {
  margin-left: 0.25rem !important;
}.ml-2 {
  margin-left: 0.5rem !important;
}.ml-3 {
  margin-left: 1rem !important;
}.ml-4 {
  margin-left: 1.5rem !important;
}.ml-5 {
  margin-left: 2rem !important;
}.ml-6 {
  margin-left: 3em !important;
}.ml-7 {
  margin-left: 4em !important;
}.ml-8 {
  margin-left: 5em !important;
}.pt-0 {
  padding-top: 0 !important;
}.pt-1 {
  padding-top: 0.25rem !important;
}.pt-2 {
  padding-top: 0.5rem !important;
}.pt-3 {
  padding-top: 1rem !important;
}.pt-4 {
  padding-top: 1.5rem !important;
}.pt-5 {
  padding-top: 2rem !important;
}.pt-6 {
  padding-top: 3em !important;
}.pt-7 {
  padding-top: 4em !important;
}.pt-8 {
  padding-top: 5em !important;
}.pr-0 {
  padding-right: 0 !important;
}.pr-1 {
  padding-right: 0.25rem !important;
}.pr-2 {
  padding-right: 0.5rem !important;
}.pr-3 {
  padding-right: 1rem !important;
}.pr-4 {
  padding-right: 1.5rem !important;
}.pr-5 {
  padding-right: 2rem !important;
}.pr-6 {
  padding-right: 3em !important;
}.pr-7 {
  padding-right: 4em !important;
}.pr-8 {
  padding-right: 5em !important;
}.pb-0 {
  padding-bottom: 0 !important;
}.pb-1 {
  padding-bottom: 0.25rem !important;
}.pb-2 {
  padding-bottom: 0.5rem !important;
}.pb-3 {
  padding-bottom: 1rem !important;
}.pb-4 {
  padding-bottom: 1.5rem !important;
}.pb-5 {
  padding-bottom: 2rem !important;
}.pb-6 {
  padding-bottom: 3em !important;
}.pb-7 {
  padding-bottom: 4em !important;
}.pb-8 {
  padding-bottom: 5em !important;
}.pl-0 {
  padding-left: 0 !important;
}.pl-1 {
  padding-left: 0.25rem !important;
}.pl-2 {
  padding-left: 0.5rem !important;
}.pl-3 {
  padding-left: 1rem !important;
}.pl-4 {
  padding-left: 1.5rem !important;
}.pl-5 {
  padding-left: 2rem !important;
}.pl-6 {
  padding-left: 3em !important;
}.pl-7 {
  padding-left: 4em !important;
}.pl-8 {
  padding-left: 5em !important;
}.fw-700 {
  font-weight: 700;
}.fw-400 {
  font-weight: 400;
}.bg-red {
  background-color: #FB4E4E;
  border: 1px solid #FB4E4E;
}.bg-mustard {
  background-color: #C4A34A;
  border: 1px solid #C4A34A;
}.bg-blue {
  background-color: #5170FD;
  border: 1px solid #5170FD;
}.bg-green {
  background-color: #53C7B2;
  border: 1px solid #53C7B2;
}.bg-black {
  background-color: black;
  border: 1px solid black;
}.m-rounded {
  border-radius: 1.5rem;
}.f-bold {
  font-weight: 700;
}.f-color-white {
  color: white;
}.f-color-blue {
  color: #5170FD;
}.f-color-red {
  color: #DF3321;
}.text-center {
  text-align: center;
}.text-justified {
  text-align: justify;
}.max-width-button-new-account {
  max-width: 394px;
}.max-width-promise-banner {
  max-width: 300px;
}.flex-justify-center {
  display: flex;
  justify-content: center;
}.justify-center {
  justify-content: center;
}.justify-space-between {
  justify-content: space-between;
}.align-center {
  display: flex;
  align-items: center;
}.flex-row {
  display: flex;
  flex-direction: row;
}.flex-column {
  display: flex;
  flex-direction: column;
}.w-100 {
  width: 100%;
}.grid {
  display: flex;
  flex-wrap: wrap;
}.col-1 {
  flex: 0 0 auto;
  width: 8.3333%;
}.col-2 {
  flex: 0 0 auto;
  width: 16.6667%;
}.col-3 {
  flex: 0 0 auto;
  width: 25%;
}.col-4 {
  flex: 0 0 auto;
  width: 33.3333%;
}.col-5 {
  flex: 0 0 auto;
  width: 41.6667%;
}.col-6 {
  flex: 0 0 auto;
  width: 50%;
}.col-7 {
  flex: 0 0 auto;
  width: 58.3333%;
}.col-8 {
  flex: 0 0 auto;
  width: 66.6667%;
}.col-9 {
  flex: 0 0 auto;
  width: 75%;
}.col-10 {
  flex: 0 0 auto;
  width: 83.3333%;
}.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/*# sourceMappingURL=styles.css.map*/