@charset "UTF-8";
/*==================================================

//UNDER NO CIRCUMSTANCES ARE YOU TO MODIFY THIS PAGE CONSULT MARK BEFORE TOUCHING PLEASE

==================================================*/
/*
The MIT License (MIT)

Copyright (c) 2015 - 2016 Eduardo Bouças, Kitty Giraudel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

:root {
  --font-size-scaling: 1;
}

/*=================================================*/
/*=================================================*/
.btn-orange {
  --bs-btn-color: $primary;
  --bs-btn-bg: #fd910d;
  --bs-btn-border-color: #fd910d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e17c00;
  --bs-btn-hover-border-color: #e17c00;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e17c00;
  --bs-btn-active-border-color: #e17c00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd910d;
  --bs-btn-disabled-border-color: #fd910d;
}

.req-field {
  background-color: #fdd;
}

.required {
  border: 1px solid #ee0a0a !important;
  box-shadow: 0 0 3px rgba(238, 10, 10, 0.65) !important;
}

.doc-field {
  background-color: rgb(192, 230, 250);
}

.color {
  background-color: rgba(240, 236, 236, 0.8);
}

.btn-danger {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  color: white !important;
}

.hover-overlay-light:hover {
  background-color: rgba(206, 207, 207, 0.35) !important;
}

.hover-overlay-primary:hover {
  background-color: rgba(57, 71, 94, 0.35) !important;
  border: 1px solid #39475e !important;
  color: #39475e !important;
}

.hover-overlay-blue:hover {
  background-color: rgba(70, 130, 180, 0.75) !important;
}
.hover-overlay-blue:hover h1, .hover-overlay-blue:hover h2, .hover-overlay-blue:hover h3, .hover-overlay-blue:hover h4, .hover-overlay-blue:hover h5, .hover-overlay-blue:hover h6, .hover-overlay-blue:hover small {
  color: white !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.border-color-primary {
  border-color: #39475e !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #39475e !important;
}

.border-top-primary {
  border-top: 1px solid #39475e !important;
}

.rounded-circle {
  border-radius: 50px !important;
}

.mt-n5 {
  margin-top: -3rem;
}

.transform-center {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50%, -50%;
}

.img-sm {
  width: calc(2.25rem * var(--font-size-scaling));
  height: calc(2.25rem * var(--font-size-scaling));
}

.ovfl-a {
  overflow: hidden;
  overflow-y: auto;
}
.ovfl-a ::-webkit-scrollbar {
  display: flex !important;
}

.ovfl-x-a {
  overflow: hidden;
  overflow-x: auto;
}

.n-ovfl {
  overflow: unset !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.no-bg:not(.dark) {
  background: none !important;
  background-color: transparent !important;
}
.no-bg.dark {
  background-color: var(--main-inner-background) !important;
}

.no-shdw {
  box-shadow: none !important;
  filter: none !important;
}

.inset-shadow {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}

.rounded-circle-50 {
  border-radius: 50%;
}

.bg-fluid {
  background-color: var(--dashboard-background) !important;
}

.cursor-move {
  cursor: move;
}

.fs-7 {
  font-size: calc(0.6rem * var(--font-size-scaling)) !important;
}

.line-through {
  text-decoration: line-through !important;
}

.f-065 {
  font-size: calc(0.65rem * var(--font-size-scaling)) !important;
}

.p-rel {
  position: relative !important;
}

.w-max {
  width: max-content !important;
}

.w-min {
  width: min-content !important;
}

.no-mw {
  max-width: revert !important;
}

.no-minw {
  min-width: revert !important;
}

.w-revert {
  width: revert !important;
}

.w-max-r {
  max-width: revert !important;
}

.h-max {
  height: max-content;
}

.h-min {
  height: min-content;
}

.w-min {
  width: min-content !important;
}

.bdr-dsh-rd {
  border: 0.25px dashed rgb(208, 213, 221) !important;
  border-radius: 0.75rem !important;
}

.overflow-e {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hide_object {
  display: none !important;
}

.white-space-normal {
  white-space: normal !important;
}

.no-bdrR {
  border-radius: none !important;
}

.no-bdr {
  border: none !important;
}

.w-75 {
  width: 75% !important;
}

.w-65 {
  width: 65% !important;
}

.w-20 {
  width: calc(20rem * var(--font-size-scaling)) !important;
}

.w-19 {
  width: calc(19rem * var(--font-size-scaling)) !important;
}

.w-16 {
  width: calc(16rem * var(--font-size-scaling)) !important;
}

.w-lg {
  width: calc(14rem * var(--font-size-scaling)) !important;
}

.w-sm {
  width: calc(4rem * var(--font-size-scaling)) !important;
}

.w-md {
  width: calc(8rem * var(--font-size-scaling)) !important;
}

.w-12 {
  width: calc(12rem * var(--font-size-scaling)) !important;
}

.w-10 {
  width: calc(10rem * var(--font-size-scaling)) !important;
}

.w-8 {
  width: calc(8rem * var(--font-size-scaling)) !important;
}

.w-7 {
  width: calc(7rem * var(--font-size-scaling)) !important;
}

.w-6 {
  width: calc(6rem * var(--font-size-scaling)) !important;
}

.w-5 {
  width: calc(5rem * var(--font-size-scaling)) !important;
}

.w-4 {
  width: calc(4rem * var(--font-size-scaling)) !important;
}

.w-3 {
  width: calc(3rem * var(--font-size-scaling)) !important;
}

.w-2 {
  width: calc(2rem * var(--font-size-scaling)) !important;
}

.w-1 {
  width: calc(1rem * var(--font-size-scaling)) !important;
}

.w-05 {
  width: calc(0.5rem * var(--font-size-scaling)) !important;
}

.w-025 {
  width: calc(0.25rem * var(--font-size-scaling)) !important;
}

.h-20 {
  height: calc(20rem * var(--font-size-scaling)) !important;
}

.h-8 {
  height: calc(8rem * var(--font-size-scaling)) !important;
}

.h-4 {
  height: calc(4rem * var(--font-size-scaling)) !important;
}

.h-3 {
  height: calc(3rem * var(--font-size-scaling)) !important;
}

.h-2 {
  height: calc(2rem * var(--font-size-scaling)) !important;
}

.h-0 {
  height: 0 !important;
}

.h-revert {
  height: revert !important;
}

/*=================================================*/
.grid {
  display: grid;
}

/*=================================================*/
/* 
MEDIA QUERY MIXINS
CREDIT AND INSPIRATION IS ATTRIBUTED TO THE AUTHORS Eduardo Bouças AND Kitty Giraudel under the MIT LICENSE RULES
The below code is not theirs and is written soley in my formatting with the given inspiration.
*/
/*=============================*/
@keyframes ring {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(255, 251, 250);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(254, 205, 202);
  }
}
@keyframes pulse {
  0% {
    scale: 1;
  }
  20% {
    scale: 1.4;
  }
  50% {
    scale: 0.9;
  }
  80% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes outer-pulse {
  0% {
    scale: 0.9;
    opacity: 1;
  }
  100% {
    scale: 2;
    opacity: 0;
  }
}
@keyframes pill-outer-pulse {
  0% {
    scale: 0.9;
    opacity: 1;
  }
  100% {
    scale: 1.5;
    opacity: 0;
  }
}
@keyframes ring-dark {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(252, 252, 253);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(152, 162, 179);
  }
}
@keyframes ring-green {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(236, 253, 243);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(3, 152, 85);
  }
}
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

#strength__bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.35rem;
}
#strength__bar.w1 div:first-child {
  background: rgb(217, 45, 32);
}
#strength__bar.w2 div:first-child, #strength__bar.w2 div:nth-child(2) {
  background: rgb(217, 45, 32);
}
#strength__bar.w3 div:first-child, #strength__bar.w3 div:nth-child(2), #strength__bar.w3 div:nth-child(3) {
  background: rgb(255, 187, 13);
}
#strength__bar.w4 div:first-child, #strength__bar.w4 div:nth-child(2), #strength__bar.w4 div:nth-child(3), #strength__bar.w4 div:nth-child(4) {
  background: rgb(255, 187, 13);
}
#strength__bar.w5 div {
  background: rgb(3, 152, 85);
}
#strength__bar div {
  height: 0.35rem;
  width: 20%;
  background: rgb(208, 213, 221);
}

.auth-img {
  width: 14rem;
  height: 7rem;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  filter: blur(1px);
  border: 1px solid var(--default-border-color);
  backdrop-filter: blur(4px);
}
.auth-img#email-img {
  background-position: top;
  background-image: url("https://c.pxhere.com/photos/3d/25/laptop_desk_office_workstation_technology-113246.jpg!d");
}
.auth-img#phone-img {
  background-position: bottom;
  background-image: url("https://c.pxhere.com/photos/4d/16/iphone_phone_smartphone_mobile_apple-99033.jpg!d");
}
.auth-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.603));
}

.recommendation {
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  border-radius: 0.25rem;
  background-image: linear-gradient(180deg, var(--client-primary), var(--client-primary-dark));
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  width: min-content;
  height: min-content;
  z-index: 1;
  padding: 0.1rem 0.35rem;
  color: var(--contrast-paragraph-color) !important;
}

.lock {
  overflow: visible;
  position: relative;
  padding: 1.5rem;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
}
.lock path {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.lock.locked {
  color: #3099DD;
  background-color: rgba(48, 153, 221, 0.15);
}
.lock.unlocked {
  color: #1ADE3A;
  background: rgba(26, 222, 58, 0.15);
}
.lock.invalid {
  color: #E50505;
  background: rgba(229, 5, 5, 0.15);
}

#minimum__requirements {
  opacity: 1;
  transition-property: opacity , height;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
#minimum__requirements.BILLPAY {
  left: -90%;
  top: -200%;
}
#minimum__requirements.KEYPERMITS {
  top: -160%;
}
#minimum__requirements.BUSINESSSP {
  top: -170%;
}
#minimum__requirements.alter-pos {
  top: -200%;
}
#minimum__requirements.hide {
  opacity: 0;
  height: 0 !important;
  transition-property: opacity , height;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
#minimum__requirements #strength__bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.35rem;
}
#minimum__requirements #strength__bar.w1 div:first-child {
  background: rgb(217, 45, 32);
}
#minimum__requirements #strength__bar.w2 div:first-child, #minimum__requirements #strength__bar.w2 div:nth-child(2) {
  background: rgb(217, 45, 32);
}
#minimum__requirements #strength__bar.w3 div:first-child, #minimum__requirements #strength__bar.w3 div:nth-child(2), #minimum__requirements #strength__bar.w3 div:nth-child(3) {
  background: rgb(255, 187, 13);
}
#minimum__requirements #strength__bar.w4 div:first-child, #minimum__requirements #strength__bar.w4 div:nth-child(2), #minimum__requirements #strength__bar.w4 div:nth-child(3), #minimum__requirements #strength__bar.w4 div:nth-child(4) {
  background: rgb(255, 187, 13);
}
#minimum__requirements #strength__bar.w5 div {
  background: rgb(3, 152, 85);
}
#minimum__requirements #strength__bar div {
  height: 0.35rem;
  width: 20%;
  background: rgb(208, 213, 221);
}
#minimum__requirements small {
  color: rgb(217, 45, 32);
  font-weight: 600;
}
#minimum__requirements small.med {
  color: goldenrod;
}
#minimum__requirements small.strg {
  color: rgb(3, 152, 85);
}

#password__text {
  width: max-content;
}
#password__text ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.15rem;
  margin-bottom: 0 !important;
}
#password__text ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-start;
}
#password__text ul li i {
  font-weight: 600;
  font-size: 1.15rem;
}
#password__text ul li i.fail {
  color: rgb(217, 45, 32);
}
#password__text ul li i.pass {
  color: rgb(3, 152, 85);
}
#password__text ul li .text {
  font-size: 0.9rem;
}

/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

.client-window {
  width: -webkit-fill-available;
  width: -moz-available;
  width: -o-fill-available;
  width: fill-available;
}
@-moz-document url-prefix() {
  .client-window {
    width: 100%;
  }
}
.client-window h2 {
  max-width: 40rem !important;
}
@media screen and (max-width: 767px) {
  .client-window {
    display: none !important;
  }
}

.cred-layout {
  width: 100vw;
  height: 100dvh;
}
@supports not (height: 100dvh) {
  .cred-layout {
    height: 100vh;
  }
}
.cred-layout:before, .cred-layout:after {
  position: fixed;
  height: 0.35rem;
  width: 100%;
  content: "";
  z-index: 999;
  background-color: var(--client-primary);
}
@media screen and (max-width: 767px) {
  .cred-layout:before, .cred-layout:after {
    height: 0.15rem;
  }
}
.cred-layout:before {
  top: 0;
}
.cred-layout:after {
  bottom: 0;
}
.cred-layout .cred-wrapper:before {
  left: 0;
}
.cred-layout .cred-wrapper:after {
  right: 0;
}
.cred-layout .cred-wrapper:before, .cred-layout .cred-wrapper:after {
  position: fixed;
  height: 100dvh;
  width: 0.35rem;
  content: "";
  z-index: 99;
  top: 0;
  background-color: var(--client-primary);
}
@supports not (height: 100dvh) {
  .cred-layout .cred-wrapper:before, .cred-layout .cred-wrapper:after {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .cred-layout .cred-wrapper:before, .cred-layout .cred-wrapper:after {
    width: 0.15rem;
  }
}
.cred-layout .cred-wrapper .cred-main {
  height: 100dvh;
}
@supports not (height: 100dvh) {
  .cred-layout .cred-wrapper .cred-main {
    height: 100vh;
  }
}
.cred-layout .cred-wrapper .cred-main .lockScreen {
  max-height: 100% !important;
}
.cred-layout .cred-wrapper .cred-main .lockScreen .cred-container {
  width: revert !important;
  min-width: 22rem !important;
}
.cred-layout .cred-wrapper .cred-main:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: -2;
  background: url("../images/Login-bg-1.jpg") no-repeat top left fixed;
}
@supports not (height: 100dvh) {
  .cred-layout .cred-wrapper .cred-main:after {
    height: 100vh;
  }
}
.cred-layout .cred-wrapper .cred-main.apNEWU:before {
  width: 25rem;
}
.cred-layout .cred-wrapper .cred-main.vendorNEW:before {
  width: 33rem;
}
.cred-layout .cred-wrapper .cred-main.vendor:before {
  width: 28rem;
}
.cred-layout .cred-wrapper .cred-main:NOT(.apNEWU):NOT(.vendor):NOT(.vendorNEW):before {
  width: 22rem;
}
.cred-layout .cred-wrapper .cred-main:NOT(.jobView) .cred-container {
  width: 24rem;
  min-width: 24rem;
}
.cred-layout .cred-wrapper .cred-main:NOT(.jobView):before {
  background-image: linear-gradient(195deg, #42424a, #191919);
  border-radius: 0.75rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100dvh - 40px);
  z-index: -1;
  margin: 1.25rem;
}
@-moz-document url-prefix() {
  .cred-layout .cred-wrapper .cred-main:NOT(.jobView):before {
    height: calc(100vh - 40px);
  }
}
@media screen and (max-width: 575px) {
  .cred-layout .cred-wrapper .cred-main:NOT(.jobView):before {
    width: 100vw !important;
    height: 100dvh;
    margin: 0;
    border-radius: 0;
  }
  @supports not (height: 100dvh) {
    .cred-layout .cred-wrapper .cred-main:NOT(.jobView):before {
      height: 100vh;
    }
  }
}
.cred-layout .cred-wrapper .cred-main .cred-container {
  height: auto;
  margin-left: 8.5rem;
  padding-top: 2rem;
  overflow-y: auto;
}
.cred-layout .cred-wrapper .cred-main .cred-container#applicant_reg, .cred-layout .cred-wrapper .cred-main .cred-container#it_email {
  width: 40rem;
  min-width: 40rem;
}
.cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg {
  width: 60rem;
  min-width: 60rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  height: 100%;
}
.cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg::-webkit-scrollbar {
  display: none !important;
}
@media screen and (max-width: 1439px) {
  .cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg {
    width: 75% !important;
    min-width: 45rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg {
    width: 75% !important;
    min-width: 38rem !important;
  }
}
@media screen and (max-width: 575px) {
  .cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg {
    width: 90% !important;
    min-width: 24rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg {
    width: 80% !important;
    min-width: 24rem !important;
    margin: 0 auto;
  }
  .cred-layout .cred-wrapper .cred-main .cred-container#vendor_reg .card-footer {
    padding-bottom: 1rem !important;
  }
}
.cred-layout .cred-wrapper .cred-main .cred-container .client-name {
  display: none;
}
@media screen and (max-width: 575px) {
  .cred-layout .cred-wrapper .cred-main .cred-container .client-name {
    display: flex;
  }
}
.cred-layout .cred-wrapper .cred-main .cred-container .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem 1rem 1rem;
}
.cred-layout .cred-wrapper .cred-main .cred-container .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.cred-layout .cred-wrapper .cred-main .cred-container .logo img {
  background: #fff;
  height: 3rem;
  border-radius: 0.5rem;
}
.cred-layout .cred-wrapper .cred-main .cred-container .logo h2 {
  margin: 0;
}
.cred-layout .cred-wrapper .cred-main .cred-container .card-header {
  padding: 1rem;
  border: 0;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .cred-layout .cred-wrapper .cred-main .cred-container {
    width: 90% !important;
    min-width: 24rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cred-layout .cred-wrapper .cred-main .cred-container {
    width: 80% !important;
    min-width: 24rem !important;
    margin: 0 auto;
  }
  .cred-layout .cred-wrapper .cred-main .cred-container .card-footer {
    padding-bottom: 1rem !important;
  }
  .cred-layout .cred-wrapper .cred-main .cred-container .copyright {
    display: block;
    position: relative;
    bottom: calc(0% - 2rem);
    padding: 1rem 0;
    margin: 0;
  }
}
@media (max-height: 576px) {
  .cred-layout .cred-wrapper .cred-main .cred-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }
}
.cred-layout .cred-wrapper .cred-main .cred-container::-webkit-scrollbar {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .cred-layout .cred-wrapper .cred-main {
    flex-direction: column;
  }
}

/*==================================================

//UNDER NO CIRCUMSTANCES ARE YOU TO MODIFY THIS PAGE CONSULT MARK BEFORE TOUCHING PLEASE

==================================================*/
/*
The MIT License (MIT)

Copyright (c) 2015 - 2016 Eduardo Bouças, Kitty Giraudel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

:root {
  --font-size-scaling: 1;
}

/*=================================================*/
/*=================================================*/
.btn-orange {
  --bs-btn-color: $primary;
  --bs-btn-bg: #fd910d;
  --bs-btn-border-color: #fd910d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e17c00;
  --bs-btn-hover-border-color: #e17c00;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e17c00;
  --bs-btn-active-border-color: #e17c00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd910d;
  --bs-btn-disabled-border-color: #fd910d;
}

.req-field {
  background-color: #fdd;
}

.required {
  border: 1px solid #ee0a0a !important;
  box-shadow: 0 0 3px rgba(238, 10, 10, 0.65) !important;
}

.doc-field {
  background-color: rgb(192, 230, 250);
}

.color {
  background-color: rgba(240, 236, 236, 0.8);
}

.btn-danger {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  color: white !important;
}

.hover-overlay-light:hover {
  background-color: rgba(206, 207, 207, 0.35) !important;
}

.hover-overlay-primary:hover {
  background-color: rgba(57, 71, 94, 0.35) !important;
  border: 1px solid #39475e !important;
  color: #39475e !important;
}

.hover-overlay-blue:hover {
  background-color: rgba(70, 130, 180, 0.75) !important;
}
.hover-overlay-blue:hover h1, .hover-overlay-blue:hover h2, .hover-overlay-blue:hover h3, .hover-overlay-blue:hover h4, .hover-overlay-blue:hover h5, .hover-overlay-blue:hover h6, .hover-overlay-blue:hover small {
  color: white !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.border-color-primary {
  border-color: #39475e !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #39475e !important;
}

.border-top-primary {
  border-top: 1px solid #39475e !important;
}

.rounded-circle {
  border-radius: 50px !important;
}

.mt-n5 {
  margin-top: -3rem;
}

.transform-center {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50%, -50%;
}

.img-sm {
  width: calc(2.25rem * var(--font-size-scaling));
  height: calc(2.25rem * var(--font-size-scaling));
}

.ovfl-a {
  overflow: hidden;
  overflow-y: auto;
}
.ovfl-a ::-webkit-scrollbar {
  display: flex !important;
}

.ovfl-x-a {
  overflow: hidden;
  overflow-x: auto;
}

.n-ovfl {
  overflow: unset !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.no-bg:not(.dark) {
  background: none !important;
  background-color: transparent !important;
}
.no-bg.dark {
  background-color: var(--main-inner-background) !important;
}

.no-shdw {
  box-shadow: none !important;
  filter: none !important;
}

.inset-shadow {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}

.rounded-circle-50 {
  border-radius: 50%;
}

.bg-fluid {
  background-color: var(--dashboard-background) !important;
}

.cursor-move {
  cursor: move;
}

.fs-7 {
  font-size: calc(0.6rem * var(--font-size-scaling)) !important;
}

.line-through {
  text-decoration: line-through !important;
}

.f-065 {
  font-size: calc(0.65rem * var(--font-size-scaling)) !important;
}

.p-rel {
  position: relative !important;
}

.w-max {
  width: max-content !important;
}

.w-min {
  width: min-content !important;
}

.no-mw {
  max-width: revert !important;
}

.no-minw {
  min-width: revert !important;
}

.w-revert {
  width: revert !important;
}

.w-max-r {
  max-width: revert !important;
}

.h-max {
  height: max-content;
}

.h-min {
  height: min-content;
}

.w-min {
  width: min-content !important;
}

.bdr-dsh-rd {
  border: 0.25px dashed rgb(208, 213, 221) !important;
  border-radius: 0.75rem !important;
}

.overflow-e {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hide_object {
  display: none !important;
}

.white-space-normal {
  white-space: normal !important;
}

.no-bdrR {
  border-radius: none !important;
}

.no-bdr {
  border: none !important;
}

.w-75 {
  width: 75% !important;
}

.w-65 {
  width: 65% !important;
}

.w-20 {
  width: calc(20rem * var(--font-size-scaling)) !important;
}

.w-19 {
  width: calc(19rem * var(--font-size-scaling)) !important;
}

.w-16 {
  width: calc(16rem * var(--font-size-scaling)) !important;
}

.w-lg {
  width: calc(14rem * var(--font-size-scaling)) !important;
}

.w-sm {
  width: calc(4rem * var(--font-size-scaling)) !important;
}

.w-md {
  width: calc(8rem * var(--font-size-scaling)) !important;
}

.w-12 {
  width: calc(12rem * var(--font-size-scaling)) !important;
}

.w-10 {
  width: calc(10rem * var(--font-size-scaling)) !important;
}

.w-8 {
  width: calc(8rem * var(--font-size-scaling)) !important;
}

.w-7 {
  width: calc(7rem * var(--font-size-scaling)) !important;
}

.w-6 {
  width: calc(6rem * var(--font-size-scaling)) !important;
}

.w-5 {
  width: calc(5rem * var(--font-size-scaling)) !important;
}

.w-4 {
  width: calc(4rem * var(--font-size-scaling)) !important;
}

.w-3 {
  width: calc(3rem * var(--font-size-scaling)) !important;
}

.w-2 {
  width: calc(2rem * var(--font-size-scaling)) !important;
}

.w-1 {
  width: calc(1rem * var(--font-size-scaling)) !important;
}

.w-05 {
  width: calc(0.5rem * var(--font-size-scaling)) !important;
}

.w-025 {
  width: calc(0.25rem * var(--font-size-scaling)) !important;
}

.h-20 {
  height: calc(20rem * var(--font-size-scaling)) !important;
}

.h-8 {
  height: calc(8rem * var(--font-size-scaling)) !important;
}

.h-4 {
  height: calc(4rem * var(--font-size-scaling)) !important;
}

.h-3 {
  height: calc(3rem * var(--font-size-scaling)) !important;
}

.h-2 {
  height: calc(2rem * var(--font-size-scaling)) !important;
}

.h-0 {
  height: 0 !important;
}

.h-revert {
  height: revert !important;
}

/*=================================================*/
.grid {
  display: grid;
}

/*=================================================*/
/* 
MEDIA QUERY MIXINS
CREDIT AND INSPIRATION IS ATTRIBUTED TO THE AUTHORS Eduardo Bouças AND Kitty Giraudel under the MIT LICENSE RULES
The below code is not theirs and is written soley in my formatting with the given inspiration.
*/
/*=============================*/
@keyframes ring {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(255, 251, 250);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(254, 205, 202);
  }
}
@keyframes pulse {
  0% {
    scale: 1;
  }
  20% {
    scale: 1.4;
  }
  50% {
    scale: 0.9;
  }
  80% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes outer-pulse {
  0% {
    scale: 0.9;
    opacity: 1;
  }
  100% {
    scale: 2;
    opacity: 0;
  }
}
@keyframes pill-outer-pulse {
  0% {
    scale: 0.9;
    opacity: 1;
  }
  100% {
    scale: 1.5;
    opacity: 0;
  }
}
@keyframes ring-dark {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(252, 252, 253);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(152, 162, 179);
  }
}
@keyframes ring-green {
  0% {
    rotate: 0deg;
    box-shadow: 1px 5px 2px rgb(236, 253, 243);
  }
  50% {
    rotate: 180deg;
    box-shadow: 1px 5px 2px rgb(29, 41, 57);
  }
  100% {
    rotate: 360deg;
    box-shadow: 1px 5px 2px rgb(3, 152, 85);
  }
}
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

.cs-bg-themed {
  background-color: var(--dash-primary-c);
}

.cs-bg-gray {
  background-color: #555;
}

.cs-bg-primary {
  background-color: #39475e;
}

.cs-bg-spartan {
  background-color: #18453B;
}

.cs-bg-violet {
  background-color: #8d65c5;
}

.cs-bg-orange {
  background-color: #ea8407;
}

.cs-bg-danger {
  background-color: rgb(180, 35, 24);
}

.cs-bg-coffee {
  background-color: #58483d;
}

.cs-bg-coral {
  background-color: #FF7F50;
}

.cs-bg-night {
  background-color: #1c1628;
}

.cs-bg-grass {
  background-color: #6ab187;
}

.cs-bg-sky {
  background-color: #9DC3CC;
}

.cs-bg-sunnyDay {
  background-color: #cd9f43;
}

.cs-bg-client-theme {
  background-color: var(--client-primary);
}

.cs-bg-black-gold-mesh {
  background-color: #000;
  overflow: hidden;
}
.cs-bg-black-gold-mesh::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #5b4a08;
  rotate: 45deg;
  translate: -37% -37%;
  left: 0%;
  top: 0%;
}

.cs-swatch {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: none;
  position: relative;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: ease-in;
}
.cs-swatch:hover {
  transform: translateY(-5.5%);
}
.cs-swatch.cs-swatch-xl {
  width: 2.5rem;
  height: 2.5rem;
}

.color-scheme-btn {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.35rem;
  display: flex;
  flex-direction: collumn;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

body:not(.ced-layout) {
  /****************************************
   NAVIGATION / BUTTON NAVIGATIONS / PAGE TOGGLES
   ****************************************/
  /****************************************
   TEXT & BORDERS & BACKGROUNDS
   ****************************************/
  /**************************************** 
  INPUTS & BUTTONS
  ****************************************/
  /****************************************
   CONTAINERS
  ****************************************/
  /****************************************
   TABLES
  ****************************************/
  /****************************************
   MISCELANEOUS
  ****************************************/
}
body:not(.ced-layout).dark .offcanvas .custom-tooltip, body:not(.ced-layout).light .offcanvas .custom-tooltip, body:not(.ced-layout).themed .offcanvas .custom-tooltip {
  z-index: 9999 !important;
}
body:not(.ced-layout).dark sidebar .nav-item.active .nav-link, body:not(.ced-layout).themed sidebar .nav-item.active .nav-link {
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  background-color: rgba(199, 199, 199, 0.2) !important;
}
body:not(.ced-layout).dark sidebar .nav-link:hover, body:not(.ced-layout).themed sidebar .nav-link:hover {
  background-color: rgba(199, 199, 199, 0.2) !important;
}
body:not(.ced-layout).dark .pagination .page-link {
  background-color: var(--default-box-background) !important;
  border-color: var(--default-border-color) !important;
  color: #bb86fc !important;
}
body:not(.ced-layout).dark .pagination .page-link i {
  color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).dark .pagination .page-link:hover {
  background-color: #bb86fc !important;
  color: var(--default-box-background) !important;
}
body:not(.ced-layout).dark .pagination .page-link:hover i {
  color: var(--default-box-background) !important;
}
body:not(.ced-layout).dark .pagination .page-link.active {
  background-color: #bb86fc !important;
  color: var(--default-box-background) !important;
}
body:not(.ced-layout).dark .pagination .page-link.active i {
  color: var(--default-box-background) !important;
}
body:not(.ced-layout).dark sidebar .nav-item .nav-link {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark .offcanvas {
  border-color: #03DAC6 !important;
}
body:not(.ced-layout).dark .offcanvas .offcanvas-header h1, body:not(.ced-layout).dark .offcanvas .offcanvas-header h2, body:not(.ced-layout).dark .offcanvas .offcanvas-header h3, body:not(.ced-layout).dark .offcanvas .offcanvas-header h4, body:not(.ced-layout).dark .offcanvas .offcanvas-header h5 {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark .offcanvas .offcanvas-body h1, body:not(.ced-layout).dark .offcanvas .offcanvas-body h2, body:not(.ced-layout).dark .offcanvas .offcanvas-body h3, body:not(.ced-layout).dark .offcanvas .offcanvas-body h4, body:not(.ced-layout).dark .offcanvas .offcanvas-body h5 {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark .offcanvas .offCanvas-btn {
  background-color: #03DAC6 !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .offcanvas .offCanvas-btn i {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .offcanvas .nav-item .nav-link {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark .offcanvas .text-dark {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .to-top-widget {
  background-color: var(--dash-secondary);
}
body:not(.ced-layout).dark ::-webkit-scrollbar-thumb {
  background-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).light ::-webkit-scrollbar-thumb {
  background-color: #8f50e9 !important;
}
body:not(.ced-layout).light sidebar .sidebar__header {
  border-bottom-color: var(--default-border-color) !important;
}
body:not(.ced-layout).light sidebar .sidebar__header .title {
  color: #555 !important;
}
body:not(.ced-layout).light sidebar .profile__container {
  border-top-color: var(--default-border-color) !important;
}
body:not(.ced-layout).light sidebar .nav-item.active i {
  color: white !important;
}
body:not(.ced-layout).light sidebar .nav-item.active .nav-link {
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  background-color: #8f50e9 !important;
}
body:not(.ced-layout).light sidebar .nav-item.active .nav-link .text {
  color: white !important;
}
body:not(.ced-layout).light sidebar .nav-link {
  color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).light sidebar .nav-link span {
  color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).light sidebar .nav-link i {
  color: #555;
}
body:not(.ced-layout).light sidebar .nav-link .bi-door-open-fill, body:not(.ced-layout).light sidebar .nav-link .bi-house-fill {
  color: #555 !important;
}
body:not(.ced-layout).light sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body:not(.ced-layout).light .pagination .page-link {
  background-color: var(--default-border-color) !important;
  border-color: #8f50e9 !important;
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .pagination .page-link i {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .pagination .page-link:hover {
  background-color: #8f50e9 !important;
  color: var(--default-border-color) !important;
}
body:not(.ced-layout).light .pagination .page-link:hover i {
  color: var(--default-border-color) !important;
}
body:not(.ced-layout).light .pagination .page-link.active {
  background-color: #8f50e9 !important;
  color: var(--default-border-color) !important;
}
body:not(.ced-layout).light .pagination .page-link.active i {
  color: var(--default-border-color) !important;
}
body:not(.ced-layout).light .offcanvas {
  border-color: #555 !important;
  background-color: var(--default-box-background) !important;
}
body:not(.ced-layout).light .offcanvas .offcanvas-header h1, body:not(.ced-layout).light .offcanvas .offcanvas-header h2, body:not(.ced-layout).light .offcanvas .offcanvas-header h3, body:not(.ced-layout).light .offcanvas .offcanvas-header h4, body:not(.ced-layout).light .offcanvas .offcanvas-header h5 {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .offcanvas .offcanvas-body h1, body:not(.ced-layout).light .offcanvas .offcanvas-body h2, body:not(.ced-layout).light .offcanvas .offcanvas-body h3, body:not(.ced-layout).light .offcanvas .offcanvas-body h4, body:not(.ced-layout).light .offcanvas .offcanvas-body h5 {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .offcanvas .offCanvas-btn {
  background-color: #555 !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .offcanvas .offCanvas-btn i {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .offcanvas .text-dark {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .to-top-widget {
  background-color: var(--dash-secondary);
}
body:not(.ced-layout).themed .pagination .page-item .page-link {
  background-color: var(--dash-primary-c) !important;
  color: var(--default-box-background) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed .pagination .page-item .page-link i {
  color: var(--default-box-background) !important;
}
body:not(.ced-layout).themed .pagination .page-item .page-link:hover {
  background-color: var(--default-box-background) !important;
  color: var(--dash-primary-c) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed .pagination .page-item .page-link:hover i {
  color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed .pagination .page-item .page-link.active {
  background-color: var(--default-box-background) !important;
  color: var(--dash-primary-c) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed .pagination .page-item .page-link.active i {
  color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed .offcanvas {
  border-color: var(--dash-secondary) !important;
  background-color: var(--default-box-background) !important;
}
body:not(.ced-layout).themed .offcanvas .offcanvas-header h1, body:not(.ced-layout).themed .offcanvas .offcanvas-header h2, body:not(.ced-layout).themed .offcanvas .offcanvas-header h3, body:not(.ced-layout).themed .offcanvas .offcanvas-header h4, body:not(.ced-layout).themed .offcanvas .offcanvas-header h5 {
  color: var(--dash-secondary) !important;
}
body:not(.ced-layout).themed .offcanvas .offcanvas-body h1, body:not(.ced-layout).themed .offcanvas .offcanvas-body h2, body:not(.ced-layout).themed .offcanvas .offcanvas-body h3, body:not(.ced-layout).themed .offcanvas .offcanvas-body h4, body:not(.ced-layout).themed .offcanvas .offcanvas-body h5 {
  color: #000 !important;
}
body:not(.ced-layout).themed .offcanvas .offCanvas-btn {
  background-image: var(--sidebar-background) !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .offcanvas .offCanvas-btn i {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .offcanvas .text-dark {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed ::-webkit-scrollbar-thumb {
  background-color: var(--dash-secondary) !important;
}
body:not(.ced-layout).themed sidebar .sidebar__header .title {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed sidebar .nav-item.active .nav-link {
  background-color: var(--dash-primary-c) !important;
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
}
body:not(.ced-layout).themed sidebar .nav-item.active .nav-link span, body:not(.ced-layout).themed sidebar .nav-item.active .nav-link .bi-house-fill.bi-door-open-fill {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed sidebar .nav-link:hover {
  background-color: rgba(199, 199, 199, 0.2) !important;
}
body:not(.ced-layout).dark:not(a):not(body:not(.ced-layout).dark.user__info, body:not(.ced-layout).light.user__info, body:not(.ced-layout).themed.user__info):not(.text-blue), body:not(.ced-layout).light:not(a):not(body:not(.ced-layout).dark.user__info, body:not(.ced-layout).light.user__info, body:not(.ced-layout).themed.user__info):not(.text-blue), body:not(.ced-layout).themed:not(a):not(body:not(.ced-layout).dark.user__info, body:not(.ced-layout).light.user__info, body:not(.ced-layout).themed.user__info):not(.text-blue) {
  color: var(--default-text-color);
}
body:not(.ced-layout).dark a u, body:not(.ced-layout).light a u, body:not(.ced-layout).themed a u {
  color: #ee0a0a !important;
}
body:not(.ced-layout).dark .border-warning, body:not(.ced-layout).light .border-warning, body:not(.ced-layout).themed .border-warning {
  border-color: rgb(254, 200, 75) !important;
}
body:not(.ced-layout).dark .border-success, body:not(.ced-layout).light .border-success, body:not(.ced-layout).themed .border-success {
  border-color: #86b01d !important;
}
body:not(.ced-layout).dark .border:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).dark .border-dark:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).dark .border-light:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).dark .border-muted:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).dark .border-secondary:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).dark .border-secondary-subtle:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).light .border:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).light .border-dark:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).light .border-light:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).light .border-muted:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).light .border-secondary:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).light .border-secondary-subtle:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).themed .border:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).themed .border-dark:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).themed .border-light:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).themed .border-muted:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).themed .border-secondary:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success), body:not(.ced-layout).themed .border-secondary-subtle:not(body:not(.ced-layout).dark .border.border-warning, body:not(.ced-layout).dark .border-dark.border-warning, body:not(.ced-layout).dark .border-light.border-warning, body:not(.ced-layout).dark .border-muted.border-warning, body:not(.ced-layout).dark .border-secondary.border-warning, body:not(.ced-layout).dark .border-secondary-subtle.border-warning, body:not(.ced-layout).light .border.border-warning, body:not(.ced-layout).light .border-dark.border-warning, body:not(.ced-layout).light .border-light.border-warning, body:not(.ced-layout).light .border-muted.border-warning, body:not(.ced-layout).light .border-secondary.border-warning, body:not(.ced-layout).light .border-secondary-subtle.border-warning, body:not(.ced-layout).themed .border.border-warning, body:not(.ced-layout).themed .border-dark.border-warning, body:not(.ced-layout).themed .border-light.border-warning, body:not(.ced-layout).themed .border-muted.border-warning, body:not(.ced-layout).themed .border-secondary.border-warning, body:not(.ced-layout).themed .border-secondary-subtle.border-warning):not(body:not(.ced-layout).dark .border.border-danger, body:not(.ced-layout).dark .border-dark.border-danger, body:not(.ced-layout).dark .border-light.border-danger, body:not(.ced-layout).dark .border-muted.border-danger, body:not(.ced-layout).dark .border-secondary.border-danger, body:not(.ced-layout).dark .border-secondary-subtle.border-danger, body:not(.ced-layout).light .border.border-danger, body:not(.ced-layout).light .border-dark.border-danger, body:not(.ced-layout).light .border-light.border-danger, body:not(.ced-layout).light .border-muted.border-danger, body:not(.ced-layout).light .border-secondary.border-danger, body:not(.ced-layout).light .border-secondary-subtle.border-danger, body:not(.ced-layout).themed .border.border-danger, body:not(.ced-layout).themed .border-dark.border-danger, body:not(.ced-layout).themed .border-light.border-danger, body:not(.ced-layout).themed .border-muted.border-danger, body:not(.ced-layout).themed .border-secondary.border-danger, body:not(.ced-layout).themed .border-secondary-subtle.border-danger):not(body:not(.ced-layout).dark .border.border-success, body:not(.ced-layout).dark .border-dark.border-success, body:not(.ced-layout).dark .border-light.border-success, body:not(.ced-layout).dark .border-muted.border-success, body:not(.ced-layout).dark .border-secondary.border-success, body:not(.ced-layout).dark .border-secondary-subtle.border-success, body:not(.ced-layout).light .border.border-success, body:not(.ced-layout).light .border-dark.border-success, body:not(.ced-layout).light .border-light.border-success, body:not(.ced-layout).light .border-muted.border-success, body:not(.ced-layout).light .border-secondary.border-success, body:not(.ced-layout).light .border-secondary-subtle.border-success, body:not(.ced-layout).themed .border.border-success, body:not(.ced-layout).themed .border-dark.border-success, body:not(.ced-layout).themed .border-light.border-success, body:not(.ced-layout).themed .border-muted.border-success, body:not(.ced-layout).themed .border-secondary.border-success, body:not(.ced-layout).themed .border-secondary-subtle.border-success) {
  border-color: var(--default-border-color) !important;
}
body:not(.ced-layout).dark .border-top, body:not(.ced-layout).dark .border-bottom, body:not(.ced-layout).dark .border-start, body:not(.ced-layout).dark .border-end, body:not(.ced-layout).light .border-top, body:not(.ced-layout).light .border-bottom, body:not(.ced-layout).light .border-start, body:not(.ced-layout).light .border-end, body:not(.ced-layout).themed .border-top, body:not(.ced-layout).themed .border-bottom, body:not(.ced-layout).themed .border-start, body:not(.ced-layout).themed .border-end {
  border-color: var(--default-border-color) !important;
}
body:not(.ced-layout).dark h2:not(.override-theme-color), body:not(.ced-layout).dark h3:not(.override-theme-color), body:not(.ced-layout).light h2:not(.override-theme-color), body:not(.ced-layout).light h3:not(.override-theme-color) {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark h1:not(.override-theme-color), body:not(.ced-layout).dark h4:not(.override-theme-color), body:not(.ced-layout).dark h5:not(.override-theme-color), body:not(.ced-layout).dark h6:not(.override-theme-color), body:not(.ced-layout).dark .user__info:not(.override-theme-color), body:not(.ced-layout).dark .sideHeader:not(.override-theme-color) {
  color: #fff !important;
}
body:not(.ced-layout).dark .maint-gear-2 {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .maint-gear-1, body:not(.ced-layout).dark .maintenance-error h1 {
  color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark .spin-c, body:not(.ced-layout).dark .spin-cc {
  filter: drop-shadow(0px 0px 2px var(--main-inner-background)) !important;
}
body:not(.ced-layout).dark .card-header:not(body:not(.ced-layout).dark .card-header.list-group-item-success, body:not(.ced-layout).dark .list-group-item.list-group-item-success) h2, body:not(.ced-layout).dark .card-header:not(body:not(.ced-layout).dark .card-header.list-group-item-success, body:not(.ced-layout).dark .list-group-item.list-group-item-success) h3, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .card-header.list-group-item-success, body:not(.ced-layout).dark .list-group-item.list-group-item-success) h2, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .card-header.list-group-item-success, body:not(.ced-layout).dark .list-group-item.list-group-item-success) h3 {
  color: #fff !important;
}
body:not(.ced-layout).dark .card-header.list-group-item-success h2, body:not(.ced-layout).dark .card-header.list-group-item-success h3, body:not(.ced-layout).dark .list-group-item.list-group-item-success h2, body:not(.ced-layout).dark .list-group-item.list-group-item-success h3 {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .card-header.list-group-item-danger .eMessage, body:not(.ced-layout).dark .card-header.list-group-item-warning .eMessage, body:not(.ced-layout).dark .list-group-item.list-group-item-danger .eMessage, body:not(.ced-layout).dark .list-group-item.list-group-item-warning .eMessage {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .card-body {
  color: #afb4bb !important;
}
body:not(.ced-layout).dark .offcanvas-title h1, body:not(.ced-layout).dark .offcanvas-title h4, body:not(.ced-layout).dark .offcanvas-title h5, body:not(.ced-layout).dark .offcanvas-title h6 {
  color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).dark .themed-widget .themed-widget-link, body:not(.ced-layout).dark .themed-widget .themed-widget-icon, body:not(.ced-layout).dark .themed-widget .btn-widget-themed-title {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark .header__group small {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark .welcome__bar .title {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark .user__info span {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .text-primary:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark .text-dark:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark strong:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark label:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark th:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark td:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark p:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark span:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark li:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed), body:not(.ced-layout).dark small:not(body:not(.ced-layout).dark .text-primary.text-icon, body:not(.ced-layout).dark .text-dark.text-icon, body:not(.ced-layout).dark strong.text-icon, body:not(.ced-layout).dark label.text-icon, body:not(.ced-layout).dark th.text-icon, body:not(.ced-layout).dark td.text-icon, body:not(.ced-layout).dark p.text-icon, body:not(.ced-layout).dark span.text-icon, body:not(.ced-layout).dark li.text-icon, body:not(.ced-layout).dark small.text-icon):not(body:not(.ced-layout).dark .text-primary.text, body:not(.ced-layout).dark .text-dark.text, body:not(.ced-layout).dark strong.text, body:not(.ced-layout).dark label.text, body:not(.ced-layout).dark th.text, body:not(.ced-layout).dark td.text, body:not(.ced-layout).dark p.text, body:not(.ced-layout).dark span.text, body:not(.ced-layout).dark li.text, body:not(.ced-layout).dark small.text):not(body:not(.ced-layout).dark .text-primary.calendar-month, body:not(.ced-layout).dark .text-dark.calendar-month, body:not(.ced-layout).dark strong.calendar-month, body:not(.ced-layout).dark label.calendar-month, body:not(.ced-layout).dark th.calendar-month, body:not(.ced-layout).dark td.calendar-month, body:not(.ced-layout).dark p.calendar-month, body:not(.ced-layout).dark span.calendar-month, body:not(.ced-layout).dark li.calendar-month, body:not(.ced-layout).dark small.calendar-month):not(body:not(.ced-layout).dark .text-primary.bi, body:not(.ced-layout).dark .text-dark.bi, body:not(.ced-layout).dark strong.bi, body:not(.ced-layout).dark label.bi, body:not(.ced-layout).dark th.bi, body:not(.ced-layout).dark td.bi, body:not(.ced-layout).dark p.bi, body:not(.ced-layout).dark span.bi, body:not(.ced-layout).dark li.bi, body:not(.ced-layout).dark small.bi):not(body:not(.ced-layout).dark .text-primary.text-warning, body:not(.ced-layout).dark .text-dark.text-warning, body:not(.ced-layout).dark strong.text-warning, body:not(.ced-layout).dark label.text-warning, body:not(.ced-layout).dark th.text-warning, body:not(.ced-layout).dark td.text-warning, body:not(.ced-layout).dark p.text-warning, body:not(.ced-layout).dark span.text-warning, body:not(.ced-layout).dark li.text-warning, body:not(.ced-layout).dark small.text-warning):not(body:not(.ced-layout).dark .text-primary.red, body:not(.ced-layout).dark .text-dark.red, body:not(.ced-layout).dark strong.red, body:not(.ced-layout).dark label.red, body:not(.ced-layout).dark th.red, body:not(.ced-layout).dark td.red, body:not(.ced-layout).dark p.red, body:not(.ced-layout).dark span.red, body:not(.ced-layout).dark li.red, body:not(.ced-layout).dark small.red):not(body:not(.ced-layout).dark .text-primary.text-danger, body:not(.ced-layout).dark .text-dark.text-danger, body:not(.ced-layout).dark strong.text-danger, body:not(.ced-layout).dark label.text-danger, body:not(.ced-layout).dark th.text-danger, body:not(.ced-layout).dark td.text-danger, body:not(.ced-layout).dark p.text-danger, body:not(.ced-layout).dark span.text-danger, body:not(.ced-layout).dark li.text-danger, body:not(.ced-layout).dark small.text-danger):not(body:not(.ced-layout).dark .text-primary.text-success, body:not(.ced-layout).dark .text-dark.text-success, body:not(.ced-layout).dark strong.text-success, body:not(.ced-layout).dark label.text-success, body:not(.ced-layout).dark th.text-success, body:not(.ced-layout).dark td.text-success, body:not(.ced-layout).dark p.text-success, body:not(.ced-layout).dark span.text-success, body:not(.ced-layout).dark li.text-success, body:not(.ced-layout).dark small.text-success):not(body:not(.ced-layout).dark .text-primary.override-theme-color, body:not(.ced-layout).dark .text-dark.override-theme-color, body:not(.ced-layout).dark strong.override-theme-color, body:not(.ced-layout).dark label.override-theme-color, body:not(.ced-layout).dark th.override-theme-color, body:not(.ced-layout).dark td.override-theme-color, body:not(.ced-layout).dark p.override-theme-color, body:not(.ced-layout).dark span.override-theme-color, body:not(.ced-layout).dark li.override-theme-color, body:not(.ced-layout).dark small.override-theme-color):not(body:not(.ced-layout).dark .text-primary.eMessage, body:not(.ced-layout).dark .text-dark.eMessage, body:not(.ced-layout).dark strong.eMessage, body:not(.ced-layout).dark label.eMessage, body:not(.ced-layout).dark th.eMessage, body:not(.ced-layout).dark td.eMessage, body:not(.ced-layout).dark p.eMessage, body:not(.ced-layout).dark span.eMessage, body:not(.ced-layout).dark li.eMessage, body:not(.ced-layout).dark small.eMessage):not(a):not(body:not(.ced-layout).dark .text-primary.notification-title, body:not(.ced-layout).dark .text-dark.notification-title, body:not(.ced-layout).dark strong.notification-title, body:not(.ced-layout).dark label.notification-title, body:not(.ced-layout).dark th.notification-title, body:not(.ced-layout).dark td.notification-title, body:not(.ced-layout).dark p.notification-title, body:not(.ced-layout).dark span.notification-title, body:not(.ced-layout).dark li.notification-title, body:not(.ced-layout).dark small.notification-title):not(body:not(.ced-layout).dark .text-primary.notification-time, body:not(.ced-layout).dark .text-dark.notification-time, body:not(.ced-layout).dark strong.notification-time, body:not(.ced-layout).dark label.notification-time, body:not(.ced-layout).dark th.notification-time, body:not(.ced-layout).dark td.notification-time, body:not(.ced-layout).dark p.notification-time, body:not(.ced-layout).dark span.notification-time, body:not(.ced-layout).dark li.notification-time, body:not(.ced-layout).dark small.notification-time):not(body:not(.ced-layout).dark .text-primary.btn-widget-text-reversed, body:not(.ced-layout).dark .text-dark.btn-widget-text-reversed, body:not(.ced-layout).dark strong.btn-widget-text-reversed, body:not(.ced-layout).dark label.btn-widget-text-reversed, body:not(.ced-layout).dark th.btn-widget-text-reversed, body:not(.ced-layout).dark td.btn-widget-text-reversed, body:not(.ced-layout).dark p.btn-widget-text-reversed, body:not(.ced-layout).dark span.btn-widget-text-reversed, body:not(.ced-layout).dark li.btn-widget-text-reversed, body:not(.ced-layout).dark small.btn-widget-text-reversed) {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .text-black:not(.bi):not(body:not(.ced-layout).dark .text-black.text-purple, body:not(.ced-layout).dark i.text-purple, body:not(.ced-layout).dark .btn-close.text-purple):not(body:not(.ced-layout).dark .text-black.text-blue, body:not(.ced-layout).dark i.text-blue, body:not(.ced-layout).dark .btn-close.text-blue):not(body:not(.ced-layout).dark .text-black.text-warning, body:not(.ced-layout).dark i.text-warning, body:not(.ced-layout).dark .btn-close.text-warning):not(body:not(.ced-layout).dark .text-black.text-success, body:not(.ced-layout).dark i.text-success, body:not(.ced-layout).dark .btn-close.text-success):not(body:not(.ced-layout).dark .text-black.text-muted, body:not(.ced-layout).dark i.text-muted, body:not(.ced-layout).dark .btn-close.text-muted):not(body:not(.ced-layout).dark .text-black.red, body:not(.ced-layout).dark i.red, body:not(.ced-layout).dark .btn-close.red):not(body:not(.ced-layout).dark .text-black.eMessage, body:not(.ced-layout).dark i.eMessage, body:not(.ced-layout).dark .btn-close.eMessage):not(body:not(.ced-layout).dark .text-black.text-danger, body:not(.ced-layout).dark i.text-danger, body:not(.ced-layout).dark .btn-close.text-danger):not(body:not(.ced-layout).dark .text-black.override-theme-color, body:not(.ced-layout).dark i.override-theme-color, body:not(.ced-layout).dark .btn-close.override-theme-color):not(body:not(.ced-layout).dark .text-black.mi, body:not(.ced-layout).dark i.mi, body:not(.ced-layout).dark .btn-close.mi):not(body:not(.ced-layout).dark .text-black.md, body:not(.ced-layout).dark i.md, body:not(.ced-layout).dark .btn-close.md):not(body:not(.ced-layout).dark .text-black.fm, body:not(.ced-layout).dark i.fm, body:not(.ced-layout).dark .btn-close.fm):not(body:not(.ced-layout).dark .text-black.em, body:not(.ced-layout).dark i.em, body:not(.ced-layout).dark .btn-close.em):not(body:not(.ced-layout).dark .text-black.oo, body:not(.ced-layout).dark i.oo, body:not(.ced-layout).dark .btn-close.oo):not(body:not(.ced-layout).dark .text-black.notification-icon, body:not(.ced-layout).dark i.notification-icon, body:not(.ced-layout).dark .btn-close.notification-icon), body:not(.ced-layout).dark i:not(.bi):not(body:not(.ced-layout).dark .text-black.text-purple, body:not(.ced-layout).dark i.text-purple, body:not(.ced-layout).dark .btn-close.text-purple):not(body:not(.ced-layout).dark .text-black.text-blue, body:not(.ced-layout).dark i.text-blue, body:not(.ced-layout).dark .btn-close.text-blue):not(body:not(.ced-layout).dark .text-black.text-warning, body:not(.ced-layout).dark i.text-warning, body:not(.ced-layout).dark .btn-close.text-warning):not(body:not(.ced-layout).dark .text-black.text-success, body:not(.ced-layout).dark i.text-success, body:not(.ced-layout).dark .btn-close.text-success):not(body:not(.ced-layout).dark .text-black.text-muted, body:not(.ced-layout).dark i.text-muted, body:not(.ced-layout).dark .btn-close.text-muted):not(body:not(.ced-layout).dark .text-black.red, body:not(.ced-layout).dark i.red, body:not(.ced-layout).dark .btn-close.red):not(body:not(.ced-layout).dark .text-black.eMessage, body:not(.ced-layout).dark i.eMessage, body:not(.ced-layout).dark .btn-close.eMessage):not(body:not(.ced-layout).dark .text-black.text-danger, body:not(.ced-layout).dark i.text-danger, body:not(.ced-layout).dark .btn-close.text-danger):not(body:not(.ced-layout).dark .text-black.override-theme-color, body:not(.ced-layout).dark i.override-theme-color, body:not(.ced-layout).dark .btn-close.override-theme-color):not(body:not(.ced-layout).dark .text-black.mi, body:not(.ced-layout).dark i.mi, body:not(.ced-layout).dark .btn-close.mi):not(body:not(.ced-layout).dark .text-black.md, body:not(.ced-layout).dark i.md, body:not(.ced-layout).dark .btn-close.md):not(body:not(.ced-layout).dark .text-black.fm, body:not(.ced-layout).dark i.fm, body:not(.ced-layout).dark .btn-close.fm):not(body:not(.ced-layout).dark .text-black.em, body:not(.ced-layout).dark i.em, body:not(.ced-layout).dark .btn-close.em):not(body:not(.ced-layout).dark .text-black.oo, body:not(.ced-layout).dark i.oo, body:not(.ced-layout).dark .btn-close.oo):not(body:not(.ced-layout).dark .text-black.notification-icon, body:not(.ced-layout).dark i.notification-icon, body:not(.ced-layout).dark .btn-close.notification-icon), body:not(.ced-layout).dark .btn-close:not(.bi):not(body:not(.ced-layout).dark .text-black.text-purple, body:not(.ced-layout).dark i.text-purple, body:not(.ced-layout).dark .btn-close.text-purple):not(body:not(.ced-layout).dark .text-black.text-blue, body:not(.ced-layout).dark i.text-blue, body:not(.ced-layout).dark .btn-close.text-blue):not(body:not(.ced-layout).dark .text-black.text-warning, body:not(.ced-layout).dark i.text-warning, body:not(.ced-layout).dark .btn-close.text-warning):not(body:not(.ced-layout).dark .text-black.text-success, body:not(.ced-layout).dark i.text-success, body:not(.ced-layout).dark .btn-close.text-success):not(body:not(.ced-layout).dark .text-black.text-muted, body:not(.ced-layout).dark i.text-muted, body:not(.ced-layout).dark .btn-close.text-muted):not(body:not(.ced-layout).dark .text-black.red, body:not(.ced-layout).dark i.red, body:not(.ced-layout).dark .btn-close.red):not(body:not(.ced-layout).dark .text-black.eMessage, body:not(.ced-layout).dark i.eMessage, body:not(.ced-layout).dark .btn-close.eMessage):not(body:not(.ced-layout).dark .text-black.text-danger, body:not(.ced-layout).dark i.text-danger, body:not(.ced-layout).dark .btn-close.text-danger):not(body:not(.ced-layout).dark .text-black.override-theme-color, body:not(.ced-layout).dark i.override-theme-color, body:not(.ced-layout).dark .btn-close.override-theme-color):not(body:not(.ced-layout).dark .text-black.mi, body:not(.ced-layout).dark i.mi, body:not(.ced-layout).dark .btn-close.mi):not(body:not(.ced-layout).dark .text-black.md, body:not(.ced-layout).dark i.md, body:not(.ced-layout).dark .btn-close.md):not(body:not(.ced-layout).dark .text-black.fm, body:not(.ced-layout).dark i.fm, body:not(.ced-layout).dark .btn-close.fm):not(body:not(.ced-layout).dark .text-black.em, body:not(.ced-layout).dark i.em, body:not(.ced-layout).dark .btn-close.em):not(body:not(.ced-layout).dark .text-black.oo, body:not(.ced-layout).dark i.oo, body:not(.ced-layout).dark .btn-close.oo):not(body:not(.ced-layout).dark .text-black.notification-icon, body:not(.ced-layout).dark i.notification-icon, body:not(.ced-layout).dark .btn-close.notification-icon) {
  color: white !important;
}
body:not(.ced-layout).dark .text-muted {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .text-success {
  color: rgb(159, 204, 46) !important;
}
body:not(.ced-layout).dark .red, body:not(.ced-layout).dark .eMessage, body:not(.ced-layout).dark .text-danger {
  color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark a:not(a.title):not(a.nav-link):not(.override-theme-color):not(a.page-link) {
  color: rgb(3, 169, 244) !important;
}
body:not(.ced-layout).dark .to-top-widget, body:not(.ced-layout).dark .to-top-widget::after {
  border-color: #bb86fc !important;
}
body:not(.ced-layout).dark .border-danger {
  border-color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark .required {
  border-color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark .bg-danger {
  background-color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark .bg-success {
  background-color: rgb(159, 204, 46) !important;
}
body:not(.ced-layout).dark .bg-themed {
  background-color: rgb(66, 74, 87);
}
body:not(.ced-layout).dark .alert-warning {
  background-color: rgb(233, 167, 69) !important;
}
body:not(.ced-layout).dark .bg-muted input, body:not(.ced-layout).dark .bg-muted select {
  background-color: color-mix(in srgb, var(--dash-primary-c), transparent 80%) !important;
  color: color-mix(in srgb, var(--dash-primary-c), transparent 50%) !important;
}
body:not(.ced-layout).dark .bg-muted .month, body:not(.ced-layout).dark .bg-muted .day {
  color: color-mix(in srgb, #fff, transparent 90%);
}
body:not(.ced-layout).light h1:not(.override-theme-color), body:not(.ced-layout).light h4:not(.override-theme-color), body:not(.ced-layout).light h5:not(.override-theme-color), body:not(.ced-layout).light h6:not(.override-theme-color), body:not(.ced-layout).light .sideHeader:not(.override-theme-color) {
  color: #555 !important;
}
body:not(.ced-layout).light .maint-gear-2 {
  color: #555 !important;
}
body:not(.ced-layout).light .maint-gear-1, body:not(.ced-layout).light .maintenance-error h1 {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .card h1, body:not(.ced-layout).light .card h2 {
  color: #555 !important;
}
body:not(.ced-layout).light .card-header h2, body:not(.ced-layout).light .card-header h3, body:not(.ced-layout).light .list-group-item h2, body:not(.ced-layout).light .list-group-item h3 {
  color: #555 !important;
}
body:not(.ced-layout).light .card-header.list-group-item-danger .eMessage, body:not(.ced-layout).light .card-header.list-group-item-warning .eMessage, body:not(.ced-layout).light .list-group-item.list-group-item-danger .eMessage, body:not(.ced-layout).light .list-group-item.list-group-item-warning .eMessage {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).light .offcanvas h1, body:not(.ced-layout).light .offcanvas h4, body:not(.ced-layout).light .offcanvas h5, body:not(.ced-layout).light .offcanvas h6 {
  color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).light h1.sideHeader:not(body:not(.ced-layout).light h1.sideHeader.offcanvas-title, body:not(.ced-layout).light .title.offcanvas-title), body:not(.ced-layout).light .title:not(body:not(.ced-layout).light h1.sideHeader.offcanvas-title, body:not(.ced-layout).light .title.offcanvas-title) {
  color: #555;
}
body:not(.ced-layout).light:not(.offcanvas) h1, body:not(.ced-layout).light:not(.offcanvas) h4, body:not(.ced-layout).light:not(.offcanvas) h5, body:not(.ced-layout).light:not(.offcanvas) h6, body:not(.ced-layout).light:not(.offcanvas) .sideHeader {
  color: #555;
}
body:not(.ced-layout).light .offcanvas-title h1, body:not(.ced-layout).light .offcanvas-title h4, body:not(.ced-layout).light .offcanvas-title h5, body:not(.ced-layout).light .offcanvas-title h6 {
  color: #555 !important;
}
body:not(.ced-layout).light .themed-widget .themed-widget-link, body:not(.ced-layout).light .themed-widget .themed-widget-icon, body:not(.ced-layout).light .themed-widget .btn-widget-themed-title {
  color: #555 !important;
}
body:not(.ced-layout).light .header__group small {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .welcome__bar .title {
  color: #555 !important;
}
body:not(.ced-layout).light .user__info span {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).light .nav-container i {
  color: #555 !important;
}
body:not(.ced-layout).light .text-primary:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light .text-dark:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light strong:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light label:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light th:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light td:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light p:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light span:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light li:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text), body:not(.ced-layout).light small:not(body:not(.ced-layout).light .text-primary.calendar-month, body:not(.ced-layout).light .text-dark.calendar-month, body:not(.ced-layout).light strong.calendar-month, body:not(.ced-layout).light label.calendar-month, body:not(.ced-layout).light th.calendar-month, body:not(.ced-layout).light td.calendar-month, body:not(.ced-layout).light p.calendar-month, body:not(.ced-layout).light span.calendar-month, body:not(.ced-layout).light li.calendar-month, body:not(.ced-layout).light small.calendar-month):not(body:not(.ced-layout).light .text-primary.bi, body:not(.ced-layout).light .text-dark.bi, body:not(.ced-layout).light strong.bi, body:not(.ced-layout).light label.bi, body:not(.ced-layout).light th.bi, body:not(.ced-layout).light td.bi, body:not(.ced-layout).light p.bi, body:not(.ced-layout).light span.bi, body:not(.ced-layout).light li.bi, body:not(.ced-layout).light small.bi):not(body:not(.ced-layout).light .text-primary.text-warning, body:not(.ced-layout).light .text-dark.text-warning, body:not(.ced-layout).light strong.text-warning, body:not(.ced-layout).light label.text-warning, body:not(.ced-layout).light th.text-warning, body:not(.ced-layout).light td.text-warning, body:not(.ced-layout).light p.text-warning, body:not(.ced-layout).light span.text-warning, body:not(.ced-layout).light li.text-warning, body:not(.ced-layout).light small.text-warning):not(body:not(.ced-layout).light .text-primary.red, body:not(.ced-layout).light .text-dark.red, body:not(.ced-layout).light strong.red, body:not(.ced-layout).light label.red, body:not(.ced-layout).light th.red, body:not(.ced-layout).light td.red, body:not(.ced-layout).light p.red, body:not(.ced-layout).light span.red, body:not(.ced-layout).light li.red, body:not(.ced-layout).light small.red):not(body:not(.ced-layout).light .text-primary.text-danger, body:not(.ced-layout).light .text-dark.text-danger, body:not(.ced-layout).light strong.text-danger, body:not(.ced-layout).light label.text-danger, body:not(.ced-layout).light th.text-danger, body:not(.ced-layout).light td.text-danger, body:not(.ced-layout).light p.text-danger, body:not(.ced-layout).light span.text-danger, body:not(.ced-layout).light li.text-danger, body:not(.ced-layout).light small.text-danger):not(body:not(.ced-layout).light .text-primary.text-success, body:not(.ced-layout).light .text-dark.text-success, body:not(.ced-layout).light strong.text-success, body:not(.ced-layout).light label.text-success, body:not(.ced-layout).light th.text-success, body:not(.ced-layout).light td.text-success, body:not(.ced-layout).light p.text-success, body:not(.ced-layout).light span.text-success, body:not(.ced-layout).light li.text-success, body:not(.ced-layout).light small.text-success):not(body:not(.ced-layout).light .text-primary.override-theme-color, body:not(.ced-layout).light .text-dark.override-theme-color, body:not(.ced-layout).light strong.override-theme-color, body:not(.ced-layout).light label.override-theme-color, body:not(.ced-layout).light th.override-theme-color, body:not(.ced-layout).light td.override-theme-color, body:not(.ced-layout).light p.override-theme-color, body:not(.ced-layout).light span.override-theme-color, body:not(.ced-layout).light li.override-theme-color, body:not(.ced-layout).light small.override-theme-color):not(body:not(.ced-layout).light .text-primary.rounded-pill, body:not(.ced-layout).light .text-dark.rounded-pill, body:not(.ced-layout).light strong.rounded-pill, body:not(.ced-layout).light label.rounded-pill, body:not(.ced-layout).light th.rounded-pill, body:not(.ced-layout).light td.rounded-pill, body:not(.ced-layout).light p.rounded-pill, body:not(.ced-layout).light span.rounded-pill, body:not(.ced-layout).light li.rounded-pill, body:not(.ced-layout).light small.rounded-pill):not(body:not(.ced-layout).light .text-primary.eMessage, body:not(.ced-layout).light .text-dark.eMessage, body:not(.ced-layout).light strong.eMessage, body:not(.ced-layout).light label.eMessage, body:not(.ced-layout).light th.eMessage, body:not(.ced-layout).light td.eMessage, body:not(.ced-layout).light p.eMessage, body:not(.ced-layout).light span.eMessage, body:not(.ced-layout).light li.eMessage, body:not(.ced-layout).light small.eMessage):not(a):not(.text) {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).light .text-white:not(body:not(.ced-layout).light .text-white.text-purple, body:not(.ced-layout).light .btn-close.text-purple):not(body:not(.ced-layout).light .text-white.text-warning, body:not(.ced-layout).light .btn-close.text-warning):not(body:not(.ced-layout).light .text-white.text-success, body:not(.ced-layout).light .btn-close.text-success):not(body:not(.ced-layout).light .text-white.text-muted, body:not(.ced-layout).light .btn-close.text-muted):not(body:not(.ced-layout).light .text-white.red, body:not(.ced-layout).light .btn-close.red):not(body:not(.ced-layout).light .text-white.eMessage, body:not(.ced-layout).light .btn-close.eMessage):not(body:not(.ced-layout).light .text-white.text-danger, body:not(.ced-layout).light .btn-close.text-danger):not(body:not(.ced-layout).light .text-white.override-theme-color, body:not(.ced-layout).light .btn-close.override-theme-color):not(body:not(.ced-layout).light .text-white.mi, body:not(.ced-layout).light .btn-close.mi):not(body:not(.ced-layout).light .text-white.md, body:not(.ced-layout).light .btn-close.md):not(body:not(.ced-layout).light .text-white.fm, body:not(.ced-layout).light .btn-close.fm):not(body:not(.ced-layout).light .text-white.em, body:not(.ced-layout).light .btn-close.em):not(body:not(.ced-layout).light .text-white.oo, body:not(.ced-layout).light .btn-close.oo):not(body:not(.ced-layout).light .text-white.text-purple, body:not(.ced-layout).light .btn-close.text-purple), body:not(.ced-layout).light .btn-close:not(body:not(.ced-layout).light .text-white.text-purple, body:not(.ced-layout).light .btn-close.text-purple):not(body:not(.ced-layout).light .text-white.text-warning, body:not(.ced-layout).light .btn-close.text-warning):not(body:not(.ced-layout).light .text-white.text-success, body:not(.ced-layout).light .btn-close.text-success):not(body:not(.ced-layout).light .text-white.text-muted, body:not(.ced-layout).light .btn-close.text-muted):not(body:not(.ced-layout).light .text-white.red, body:not(.ced-layout).light .btn-close.red):not(body:not(.ced-layout).light .text-white.eMessage, body:not(.ced-layout).light .btn-close.eMessage):not(body:not(.ced-layout).light .text-white.text-danger, body:not(.ced-layout).light .btn-close.text-danger):not(body:not(.ced-layout).light .text-white.override-theme-color, body:not(.ced-layout).light .btn-close.override-theme-color):not(body:not(.ced-layout).light .text-white.mi, body:not(.ced-layout).light .btn-close.mi):not(body:not(.ced-layout).light .text-white.md, body:not(.ced-layout).light .btn-close.md):not(body:not(.ced-layout).light .text-white.fm, body:not(.ced-layout).light .btn-close.fm):not(body:not(.ced-layout).light .text-white.em, body:not(.ced-layout).light .btn-close.em):not(body:not(.ced-layout).light .text-white.oo, body:not(.ced-layout).light .btn-close.oo):not(body:not(.ced-layout).light .text-white.text-purple, body:not(.ced-layout).light .btn-close.text-purple) {
  color: #555 !important;
}
body:not(.ced-layout).light .text-muted {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).light .text-success {
  color: #83BF6E !important;
}
body:not(.ced-layout).light .text-purple {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .red, body:not(.ced-layout).light .eMessage, body:not(.ced-layout).light .text-danger {
  color: #cf6679 !important;
}
body:not(.ced-layout).light .text-icon, body:not(.ced-layout).light .text {
  font-weight: 400 !important;
}
body:not(.ced-layout).light .required {
  border-color: #cf6679 !important;
}
body:not(.ced-layout).light .border-success {
  border-color: #83BF6E !important;
}
body:not(.ced-layout).light .to-top-widget, body:not(.ced-layout).light .to-top-widget::after {
  border-color: #555 !important;
}
body:not(.ced-layout).light .border-danger {
  border-color: #cf6679 !important;
}
body:not(.ced-layout).light .bg-danger {
  background-color: #cf6679 !important;
}
body:not(.ced-layout).light .bg-success {
  background-color: #83BF6E !important;
}
body:not(.ced-layout).light .bg-purple {
  background-color: #8f50e9 !important;
}
body:not(.ced-layout).light .bg-themed {
  background-color: #CABDFF;
}
body:not(.ced-layout).light .bg-muted {
  background-color: color-mix(in srgb, #CABDFF, transparent 80%) !important;
}
body:not(.ced-layout).light .bg-muted input, body:not(.ced-layout).light .bg-muted select {
  background-color: color-mix(in srgb, var(--dash-primary-c), transparent 80%) !important;
  color: color-mix(in srgb, var(--dash-primary-c), transparent 50%) !important;
}
body:not(.ced-layout).light .bg-muted .month, body:not(.ced-layout).light .bg-muted .day {
  color: color-mix(in srgb, #CABDFF, transparent 50%);
}
body:not(.ced-layout).themed h2:not(.override-theme-color), body:not(.ced-layout).themed h3:not(.override-theme-color) {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).themed .maint-gear-2 {
  color: var(--dash-secondary) !important;
}
body:not(.ced-layout).themed .maint-gear-1, body:not(.ced-layout).themed .maintenance-error h1 {
  color: #555 !important;
}
body:not(.ced-layout).themed .card-header:not(body:not(.ced-layout).themed .card-header.list-group-item-light, body:not(.ced-layout).themed .list-group-item.list-group-item-light):not(body:not(.ced-layout).themed .card-header.list-group-item-success, body:not(.ced-layout).themed .list-group-item.list-group-item-success) h2, body:not(.ced-layout).themed .card-header:not(body:not(.ced-layout).themed .card-header.list-group-item-light, body:not(.ced-layout).themed .list-group-item.list-group-item-light):not(body:not(.ced-layout).themed .card-header.list-group-item-success, body:not(.ced-layout).themed .list-group-item.list-group-item-success) h3, body:not(.ced-layout).themed .list-group-item:not(body:not(.ced-layout).themed .card-header.list-group-item-light, body:not(.ced-layout).themed .list-group-item.list-group-item-light):not(body:not(.ced-layout).themed .card-header.list-group-item-success, body:not(.ced-layout).themed .list-group-item.list-group-item-success) h2, body:not(.ced-layout).themed .list-group-item:not(body:not(.ced-layout).themed .card-header.list-group-item-light, body:not(.ced-layout).themed .list-group-item.list-group-item-light):not(body:not(.ced-layout).themed .card-header.list-group-item-success, body:not(.ced-layout).themed .list-group-item.list-group-item-success) h3 {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .card-header.list-group-item-danger .eMessage, body:not(.ced-layout).themed .card-header.list-group-item-warning .eMessage, body:not(.ced-layout).themed .list-group-item.list-group-item-danger .eMessage, body:not(.ced-layout).themed .list-group-item.list-group-item-warning .eMessage {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).themed h1:not(.notification-center-title):not(.override-theme-color), body:not(.ced-layout).themed .sideHeader:not(.notification-center-title):not(.override-theme-color) {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .offcanvas h1, body:not(.ced-layout).themed .offcanvas h4, body:not(.ced-layout).themed .offcanvas h5, body:not(.ced-layout).themed .offcanvas h6 {
  color: var(--dash-secondary) !important;
}
body:not(.ced-layout).themed .themed-widget .themed-widget-link, body:not(.ced-layout).themed .themed-widget .themed-widget-icon, body:not(.ced-layout).themed .themed-widget .btn-widget-themed-title {
  color: var(--default-box-background) !important;
}
body:not(.ced-layout).themed .header__group small {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .welcome__bar .title {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .user__info span {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .text-primary:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed .text-dark:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed strong:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed label:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed th:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed td:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed p:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed span:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed li:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast), body:not(.ced-layout).themed small:not(body:not(.ced-layout).themed .text-primary.text-icon, body:not(.ced-layout).themed .text-dark.text-icon, body:not(.ced-layout).themed strong.text-icon, body:not(.ced-layout).themed label.text-icon, body:not(.ced-layout).themed th.text-icon, body:not(.ced-layout).themed td.text-icon, body:not(.ced-layout).themed p.text-icon, body:not(.ced-layout).themed span.text-icon, body:not(.ced-layout).themed li.text-icon, body:not(.ced-layout).themed small.text-icon):not(body:not(.ced-layout).themed .text-primary.text, body:not(.ced-layout).themed .text-dark.text, body:not(.ced-layout).themed strong.text, body:not(.ced-layout).themed label.text, body:not(.ced-layout).themed th.text, body:not(.ced-layout).themed td.text, body:not(.ced-layout).themed p.text, body:not(.ced-layout).themed span.text, body:not(.ced-layout).themed li.text, body:not(.ced-layout).themed small.text):not(body:not(.ced-layout).themed .text-primary.calendar-month, body:not(.ced-layout).themed .text-dark.calendar-month, body:not(.ced-layout).themed strong.calendar-month, body:not(.ced-layout).themed label.calendar-month, body:not(.ced-layout).themed th.calendar-month, body:not(.ced-layout).themed td.calendar-month, body:not(.ced-layout).themed p.calendar-month, body:not(.ced-layout).themed span.calendar-month, body:not(.ced-layout).themed li.calendar-month, body:not(.ced-layout).themed small.calendar-month):not(body:not(.ced-layout).themed .text-primary.bi, body:not(.ced-layout).themed .text-dark.bi, body:not(.ced-layout).themed strong.bi, body:not(.ced-layout).themed label.bi, body:not(.ced-layout).themed th.bi, body:not(.ced-layout).themed td.bi, body:not(.ced-layout).themed p.bi, body:not(.ced-layout).themed span.bi, body:not(.ced-layout).themed li.bi, body:not(.ced-layout).themed small.bi):not(body:not(.ced-layout).themed .text-primary.text-warning, body:not(.ced-layout).themed .text-dark.text-warning, body:not(.ced-layout).themed strong.text-warning, body:not(.ced-layout).themed label.text-warning, body:not(.ced-layout).themed th.text-warning, body:not(.ced-layout).themed td.text-warning, body:not(.ced-layout).themed p.text-warning, body:not(.ced-layout).themed span.text-warning, body:not(.ced-layout).themed li.text-warning, body:not(.ced-layout).themed small.text-warning):not(body:not(.ced-layout).themed .text-primary.red, body:not(.ced-layout).themed .text-dark.red, body:not(.ced-layout).themed strong.red, body:not(.ced-layout).themed label.red, body:not(.ced-layout).themed th.red, body:not(.ced-layout).themed td.red, body:not(.ced-layout).themed p.red, body:not(.ced-layout).themed span.red, body:not(.ced-layout).themed li.red, body:not(.ced-layout).themed small.red):not(body:not(.ced-layout).themed .text-primary.text-danger, body:not(.ced-layout).themed .text-dark.text-danger, body:not(.ced-layout).themed strong.text-danger, body:not(.ced-layout).themed label.text-danger, body:not(.ced-layout).themed th.text-danger, body:not(.ced-layout).themed td.text-danger, body:not(.ced-layout).themed p.text-danger, body:not(.ced-layout).themed span.text-danger, body:not(.ced-layout).themed li.text-danger, body:not(.ced-layout).themed small.text-danger):not(body:not(.ced-layout).themed .text-primary.text-success, body:not(.ced-layout).themed .text-dark.text-success, body:not(.ced-layout).themed strong.text-success, body:not(.ced-layout).themed label.text-success, body:not(.ced-layout).themed th.text-success, body:not(.ced-layout).themed td.text-success, body:not(.ced-layout).themed p.text-success, body:not(.ced-layout).themed span.text-success, body:not(.ced-layout).themed li.text-success, body:not(.ced-layout).themed small.text-success):not(body:not(.ced-layout).themed .text-primary.override-theme-color, body:not(.ced-layout).themed .text-dark.override-theme-color, body:not(.ced-layout).themed strong.override-theme-color, body:not(.ced-layout).themed label.override-theme-color, body:not(.ced-layout).themed th.override-theme-color, body:not(.ced-layout).themed td.override-theme-color, body:not(.ced-layout).themed p.override-theme-color, body:not(.ced-layout).themed span.override-theme-color, body:not(.ced-layout).themed li.override-theme-color, body:not(.ced-layout).themed small.override-theme-color):not(body:not(.ced-layout).themed .text-primary.eMessage, body:not(.ced-layout).themed .text-dark.eMessage, body:not(.ced-layout).themed strong.eMessage, body:not(.ced-layout).themed label.eMessage, body:not(.ced-layout).themed th.eMessage, body:not(.ced-layout).themed td.eMessage, body:not(.ced-layout).themed p.eMessage, body:not(.ced-layout).themed span.eMessage, body:not(.ced-layout).themed li.eMessage, body:not(.ced-layout).themed small.eMessage):not(a):not(body:not(.ced-layout).themed .text-primary.userINFO, body:not(.ced-layout).themed .text-dark.userINFO, body:not(.ced-layout).themed strong.userINFO, body:not(.ced-layout).themed label.userINFO, body:not(.ced-layout).themed th.userINFO, body:not(.ced-layout).themed td.userINFO, body:not(.ced-layout).themed p.userINFO, body:not(.ced-layout).themed span.userINFO, body:not(.ced-layout).themed li.userINFO, body:not(.ced-layout).themed small.userINFO):not(body:not(.ced-layout).themed .text-primary.tHead, body:not(.ced-layout).themed .text-dark.tHead, body:not(.ced-layout).themed strong.tHead, body:not(.ced-layout).themed label.tHead, body:not(.ced-layout).themed th.tHead, body:not(.ced-layout).themed td.tHead, body:not(.ced-layout).themed p.tHead, body:not(.ced-layout).themed span.tHead, body:not(.ced-layout).themed li.tHead, body:not(.ced-layout).themed small.tHead):not(.text-contrast) {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).themed .text-success {
  color: #86b01d !important;
}
body:not(.ced-layout).themed .red, body:not(.ced-layout).themed .eMessage, body:not(.ced-layout).themed .text-danger {
  color: #cf6679 !important;
}
body:not(.ced-layout).themed .border-danger {
  border-color: #cf6679 !important;
}
body:not(.ced-layout).themed .border-success {
  border-color: #86b01d !important;
}
body:not(.ced-layout).themed .required {
  border-color: #cf6679 !important;
}
body:not(.ced-layout).themed .bg-danger {
  background-color: #cf6679 !important;
}
body:not(.ced-layout).themed .bg-themed {
  background-color: revert !important;
  background-image: var(--sidebar-background);
}
body:not(.ced-layout).themed .bg-muted input, body:not(.ced-layout).themed .bg-muted select {
  background-color: color-mix(in srgb, var(--dash-primary-c), transparent 80%) !important;
  color: color-mix(in srgb, var(--dash-primary-c), transparent 50%) !important;
}
body:not(.ced-layout).themed .bg-muted .month, body:not(.ced-layout).themed .bg-muted .day {
  color: color-mix(in srgb, var(--dash-primary-c), transparent 50%);
}
body:not(.ced-layout).dark .card-select-icon.selected::before, body:not(.ced-layout).light .card-select-icon.selected::before, body:not(.ced-layout).themed .card-select-icon.selected::before {
  background-color: #B5E4CA !important;
}
body:not(.ced-layout).dark i.KEYbtn.outline, body:not(.ced-layout).dark button.outline, body:not(.ced-layout).dark input[type=button].outline, body:not(.ced-layout).dark input[type=submit].outline, body:not(.ced-layout).dark input[type=reset].outline, body:not(.ced-layout).light i.KEYbtn.outline, body:not(.ced-layout).light button.outline, body:not(.ced-layout).light input[type=button].outline, body:not(.ced-layout).light input[type=submit].outline, body:not(.ced-layout).light input[type=reset].outline, body:not(.ced-layout).themed i.KEYbtn.outline, body:not(.ced-layout).themed button.outline, body:not(.ced-layout).themed input[type=button].outline, body:not(.ced-layout).themed input[type=submit].outline, body:not(.ced-layout).themed input[type=reset].outline {
  background-color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark .accordion .no-bg, body:not(.ced-layout).light .accordion .no-bg, body:not(.ced-layout).themed .accordion .no-bg {
  background-color: transparent !important;
}
body:not(.ced-layout).dark .accordion-button a, body:not(.ced-layout).dark .accordion-button strong, body:not(.ced-layout).dark .accordion-button small, body:not(.ced-layout).themed .accordion-button a, body:not(.ced-layout).themed .accordion-button strong, body:not(.ced-layout).themed .accordion-button small {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark i.KEYbtn:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]), body:not(.ced-layout).dark input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]), body:not(.ced-layout).dark select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]), body:not(.ced-layout).dark textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]) {
  color: #afb4bb !important;
  -webkit-text-fill-color: #afb4bb !important;
  border-color: var(--default-border-color);
}
body:not(.ced-layout).dark i.KEYbtn:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):not(.override-theme-color):not(:checked), body:not(.ced-layout).dark input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):not(.override-theme-color):not(:checked), body:not(.ced-layout).dark select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):not(.override-theme-color):not(:checked), body:not(.ced-layout).dark textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):not(.override-theme-color):not(:checked) {
  background-color: var(--default-box-background) !important;
}
body:not(.ced-layout).dark i.KEYbtn:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):focus, body:not(.ced-layout).dark input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):focus, body:not(.ced-layout).dark select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):focus, body:not(.ced-layout).dark textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=file]):focus {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark input[type=radio], body:not(.ced-layout).dark input[type=checkbox] {
  accent-color: #bb86fc !important;
}
body:not(.ced-layout).dark input[type=radio]:checked, body:not(.ced-layout).dark input[type=checkbox]:checked {
  background-color: #bb86fc !important;
  border-color: #bb86fc !important;
}
body:not(.ced-layout).dark .card-select-icon::before {
  background-color: rgb(223, 86, 69);
}
body:not(.ced-layout).dark i.KEYbtn, body:not(.ced-layout).dark button, body:not(.ced-layout).dark input[type=button], body:not(.ced-layout).dark input[type=submit], body:not(.ced-layout).dark input[type=reset] {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark i.KEYbtn.primary, body:not(.ced-layout).dark button.primary, body:not(.ced-layout).dark input[type=button].primary, body:not(.ced-layout).dark input[type=submit].primary, body:not(.ced-layout).dark input[type=reset].primary {
  background-image: linear-gradient(to right, #03DAC6, #029687) !important;
}
body:not(.ced-layout).dark i.KEYbtn.success, body:not(.ced-layout).dark button.success, body:not(.ced-layout).dark input[type=button].success, body:not(.ced-layout).dark input[type=submit].success, body:not(.ced-layout).dark input[type=reset].success {
  background-color: rgb(159, 204, 46) !important;
  border: none !important;
}
body:not(.ced-layout).dark i.KEYbtn.success:hover, body:not(.ced-layout).dark button.success:hover, body:not(.ced-layout).dark input[type=button].success:hover, body:not(.ced-layout).dark input[type=submit].success:hover, body:not(.ced-layout).dark input[type=reset].success:hover {
  box-shadow: none !important;
  background-color: rgb(133, 171, 37) !important;
}
body:not(.ced-layout).dark i.KEYbtn.outline, body:not(.ced-layout).dark button.outline, body:not(.ced-layout).dark input[type=button].outline, body:not(.ced-layout).dark input[type=submit].outline, body:not(.ced-layout).dark input[type=reset].outline {
  color: rgb(223, 86, 69) !important;
  border-color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark i.KEYbtn.outline i, body:not(.ced-layout).dark button.outline i, body:not(.ced-layout).dark input[type=button].outline i, body:not(.ced-layout).dark input[type=submit].outline i, body:not(.ced-layout).dark input[type=reset].outline i {
  color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark i.KEYbtn.outline:hover, body:not(.ced-layout).dark button.outline:hover, body:not(.ced-layout).dark input[type=button].outline:hover, body:not(.ced-layout).dark input[type=submit].outline:hover, body:not(.ced-layout).dark input[type=reset].outline:hover {
  color: var(--contrast-color) !important;
  background-color: rgb(223, 86, 69) !important;
  border-color: none !important;
}
body:not(.ced-layout).dark i.KEYbtn.outline:hover i, body:not(.ced-layout).dark button.outline:hover i, body:not(.ced-layout).dark input[type=button].outline:hover i, body:not(.ced-layout).dark input[type=submit].outline:hover i, body:not(.ced-layout).dark input[type=reset].outline:hover i {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark .prog-bar.active {
  background-color: #bb86fc !important;
}
body:not(.ced-layout).dark #sidebar-toggler {
  background-color: #03DAC6 !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .accordion-button:not(.no-style) {
  background-color: rgb(66, 74, 87) !important;
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).dark .accordion-button:not(.no-style).collapsed {
  background-color: #42424a !important;
}
body:not(.ced-layout).dark .accordion-button.no-style {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark .btn-widget-link .btn-widget-text-reversed {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .btn-widget-link:hover .btn-widget-text-reversed {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .btn-widget-link:hover .btn-heading-overlay.success {
  color: rgb(159, 204, 46) !important;
}
body:not(.ced-layout).dark .btn-widget-link:hover .btn-heading-overlay.danger {
  color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).light i.KEYbtn:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]), body:not(.ced-layout).light input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]), body:not(.ced-layout).light select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]), body:not(.ced-layout).light textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]) {
  border-color: var(--default-border-color);
}
body:not(.ced-layout).light i.KEYbtn:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(.override-theme-color), body:not(.ced-layout).light input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(.override-theme-color), body:not(.ced-layout).light select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(.override-theme-color), body:not(.ced-layout).light textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(.override-theme-color) {
  background-color: var(--default-box-background) !important;
}
body:not(.ced-layout).light input[type=radio], body:not(.ced-layout).light input[type=checkbox] {
  accent-color: #8f50e9 !important;
}
body:not(.ced-layout).light input[type=radio]:checked, body:not(.ced-layout).light input[type=checkbox]:checked {
  background-color: #8f50e9 !important;
}
body:not(.ced-layout).light .input__drop__area i {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .input__drop__area i::before {
  background: #83BF6E !important;
  background-color: #83BF6E !important;
}
body:not(.ced-layout).light .card-select-icon::before {
  background-color: #cf6679;
}
body:not(.ced-layout).light i.KEYbtn, body:not(.ced-layout).light button, body:not(.ced-layout).light input[type=button], body:not(.ced-layout).light input[type=submit], body:not(.ced-layout).light input[type=reset] {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light i.KEYbtn.primary, body:not(.ced-layout).light button.primary, body:not(.ced-layout).light input[type=button].primary, body:not(.ced-layout).light input[type=submit].primary, body:not(.ced-layout).light input[type=reset].primary {
  background-image: linear-gradient(21deg, #bb86fc, #936fc7) !important; /*to right,  $light-err,#df5645) !important;  */
}
body:not(.ced-layout).light i.KEYbtn.success, body:not(.ced-layout).light button.success, body:not(.ced-layout).light input[type=button].success, body:not(.ced-layout).light input[type=submit].success, body:not(.ced-layout).light input[type=reset].success {
  background-color: #83BF6E !important;
  border: none !important;
}
body:not(.ced-layout).light i.KEYbtn.success:hover, body:not(.ced-layout).light button.success:hover, body:not(.ced-layout).light input[type=button].success:hover, body:not(.ced-layout).light input[type=submit].success:hover, body:not(.ced-layout).light input[type=reset].success:hover {
  box-shadow: none !important;
  background-color: #B5E4CA !important;
}
body:not(.ced-layout).light i.KEYbtn.outline, body:not(.ced-layout).light button.outline, body:not(.ced-layout).light input[type=button].outline, body:not(.ced-layout).light input[type=submit].outline, body:not(.ced-layout).light input[type=reset].outline {
  color: #bb86fc !important;
  border-color: #bb86fc !important;
}
body:not(.ced-layout).light i.KEYbtn.outline i, body:not(.ced-layout).light button.outline i, body:not(.ced-layout).light input[type=button].outline i, body:not(.ced-layout).light input[type=submit].outline i, body:not(.ced-layout).light input[type=reset].outline i {
  color: #bb86fc !important;
}
body:not(.ced-layout).light i.KEYbtn.outline:hover, body:not(.ced-layout).light button.outline:hover, body:not(.ced-layout).light input[type=button].outline:hover, body:not(.ced-layout).light input[type=submit].outline:hover, body:not(.ced-layout).light input[type=reset].outline:hover {
  color: var(--contrast-color) !important;
  background-color: #bb86fc !important;
  border-color: none !important;
}
body:not(.ced-layout).light i.KEYbtn.outline:hover i, body:not(.ced-layout).light button.outline:hover i, body:not(.ced-layout).light input[type=button].outline:hover i, body:not(.ced-layout).light input[type=submit].outline:hover i, body:not(.ced-layout).light input[type=reset].outline:hover i {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).light .prog-bar.active {
  background-color: #8f50e9 !important;
}
body:not(.ced-layout).light #sidebar-toggler {
  background-color: #555 !important;
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).light .accordion-button:not(.no-style) {
  background-color: #CABDFF !important;
}
body:not(.ced-layout).light .accordion-button:not(.no-style).collapsed {
  background-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).light .accordion-button.no-style {
  color: #555 !important;
}
body:not(.ced-layout).light .btn-widget-link .btn-widget-text-reversed {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).light .btn-widget-link:hover .btn-heading-overlay.success {
  color: #83BF6E !important;
}
body:not(.ced-layout).light .btn-widget-link:hover .btn-heading-overlay.danger {
  color: #cf6679 !important;
}
body:not(.ced-layout).themed .card-select-icon::before {
  background-color: #cf6679;
}
body:not(.ced-layout).themed input[type=radio], body:not(.ced-layout).themed input[type=checkbox] {
  accent-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed input[type=radio]:checked, body:not(.ced-layout).themed input[type=checkbox]:checked {
  background-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed .input__drop__area i {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .input__drop__area i::before {
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}
body:not(.ced-layout).themed .to-top-widget, body:not(.ced-layout).themed .to-top-widget::after {
  border-color: var(--dash-secondary) !important;
  background-color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed i.KEYbtn:NOT(.override-theme-color), body:not(.ced-layout).themed button:NOT(.override-theme-color), body:not(.ced-layout).themed input[type=button]:NOT(.override-theme-color), body:not(.ced-layout).themed input[type=submit]:NOT(.override-theme-color), body:not(.ced-layout).themed input[type=reset]:NOT(.override-theme-color) {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed i.KEYbtn.primary, body:not(.ced-layout).themed button.primary, body:not(.ced-layout).themed input[type=button].primary, body:not(.ced-layout).themed input[type=submit].primary, body:not(.ced-layout).themed input[type=reset].primary {
  background-image: linear-gradient(177deg, var(--dash-primary-c), var(--dash-secondary)) !important; /*$dark-err,$error400) !important;  */
}
body:not(.ced-layout).themed i.KEYbtn.outline, body:not(.ced-layout).themed button.outline, body:not(.ced-layout).themed input[type=button].outline, body:not(.ced-layout).themed input[type=submit].outline, body:not(.ced-layout).themed input[type=reset].outline {
  color: var(--dash-primary-c) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed i.KEYbtn.outline i, body:not(.ced-layout).themed button.outline i, body:not(.ced-layout).themed input[type=button].outline i, body:not(.ced-layout).themed input[type=submit].outline i, body:not(.ced-layout).themed input[type=reset].outline i {
  color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed i.KEYbtn.outline:hover, body:not(.ced-layout).themed button.outline:hover, body:not(.ced-layout).themed input[type=button].outline:hover, body:not(.ced-layout).themed input[type=submit].outline:hover, body:not(.ced-layout).themed input[type=reset].outline:hover {
  color: var(--contrast-color) !important;
  background-color: var(--dash-primary-c) !important;
  border-color: none !important;
}
body:not(.ced-layout).themed i.KEYbtn.outline:hover i, body:not(.ced-layout).themed button.outline:hover i, body:not(.ced-layout).themed input[type=button].outline:hover i, body:not(.ced-layout).themed input[type=submit].outline:hover i, body:not(.ced-layout).themed input[type=reset].outline:hover i {
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .prog-bar.active {
  background-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed #sidebar-toggler {
  background-color: var(--dash-secondary) !important;
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .accordion-button:not(.no-style) {
  background-image: var(--sidebar-background) !important;
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .accordion-button:not(.no-style).collapsed {
  background-image: revert !important;
  background-color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .btn-widget-link .btn-widget-text-reversed {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).themed .btn-widget-link:hover .btn-heading-overlay.success {
  color: #86b01d !important;
}
body:not(.ced-layout).themed .btn-widget-link:hover .btn-heading-overlay.danger {
  color: #cf6679 !important;
}
body:not(.ced-layout).dark .card, body:not(.ced-layout).dark .list-group, body:not(.ced-layout).dark .accordion-item, body:not(.ced-layout).dark .dropdown-menu, body:not(.ced-layout).light .card, body:not(.ced-layout).light .list-group, body:not(.ced-layout).light .accordion-item, body:not(.ced-layout).light .dropdown-menu, body:not(.ced-layout).themed .card, body:not(.ced-layout).themed .list-group, body:not(.ced-layout).themed .accordion-item, body:not(.ced-layout).themed .dropdown-menu {
  /*&:not(.border-warning):not(&.border-danger):not(&.border-success){
      border-color: var(--default-border-color) !important;
  }*/
}
body:not(.ced-layout).dark .card:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).dark .accordion-body:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).dark .accordion-collapse:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).dark .dropdown-menu:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).dark .bg-light:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).light .card:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).light .accordion-body:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).light .accordion-collapse:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).light .dropdown-menu:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).light .bg-light:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).themed .card:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).themed .accordion-body:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).themed .accordion-collapse:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).themed .dropdown-menu:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color), body:not(.ced-layout).themed .bg-light:not(body:not(.ced-layout).dark .card.no-bg, body:not(.ced-layout).dark .accordion-body.no-bg, body:not(.ced-layout).dark .accordion-collapse.no-bg, body:not(.ced-layout).dark .dropdown-menu.no-bg, body:not(.ced-layout).dark .bg-light.no-bg, body:not(.ced-layout).light .card.no-bg, body:not(.ced-layout).light .accordion-body.no-bg, body:not(.ced-layout).light .accordion-collapse.no-bg, body:not(.ced-layout).light .dropdown-menu.no-bg, body:not(.ced-layout).light .bg-light.no-bg, body:not(.ced-layout).themed .card.no-bg, body:not(.ced-layout).themed .accordion-body.no-bg, body:not(.ced-layout).themed .accordion-collapse.no-bg, body:not(.ced-layout).themed .dropdown-menu.no-bg, body:not(.ced-layout).themed .bg-light.no-bg):not(.bg-white):not(.override-theme-color) {
  background-color: var(--default-box-background) !important;
}
body:not(.ced-layout).dark .card .card-header.toolbar, body:not(.ced-layout).light .card .card-header.toolbar, body:not(.ced-layout).themed .card .card-header.toolbar {
  background-color: transparent !important;
}
body:not(.ced-layout).dark .card .card-header.toolbar .nav-tabs, body:not(.ced-layout).light .card .card-header.toolbar .nav-tabs, body:not(.ced-layout).themed .card .card-header.toolbar .nav-tabs {
  border-bottom-color: var(--default-border-color);
}
body:not(.ced-layout).dark .list-group-item, body:not(.ced-layout).light .list-group-item, body:not(.ced-layout).themed .list-group-item {
  background-color: var(--default-box-background);
}
body:not(.ced-layout).dark .list-group-item.list-group-item-warning, body:not(.ced-layout).light .list-group-item.list-group-item-warning, body:not(.ced-layout).themed .list-group-item.list-group-item-warning {
  background-color: rgba(254, 200, 75, 0.5) !important;
}
body:not(.ced-layout).dark .list-group-item.list-group-item-danger, body:not(.ced-layout).light .list-group-item.list-group-item-danger, body:not(.ced-layout).themed .list-group-item.list-group-item-danger {
  background-color: rgba(207, 102, 121, 0.35) !important;
}
body:not(.ced-layout).dark .list-group-item.list-group-item-success, body:not(.ced-layout).light .list-group-item.list-group-item-success, body:not(.ced-layout).themed .list-group-item.list-group-item-success {
  background-color: #B5E4CA !important;
}
body:not(.ced-layout).dark .fourOThree-error .fourOThree-icon {
  border-color: rgb(223, 86, 69);
}
body:not(.ced-layout).dark .fourOThree-error path, body:not(.ced-layout).dark .fourOThree-error .display-1 {
  color: rgb(223, 86, 69) !important;
}
body:not(.ced-layout).dark .card {
  box-shadow: none !important;
}
body:not(.ced-layout).dark .card .card-header:NOT(.toolbar) {
  background-color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).dark .card .card-header.toolbar .toolbar-end .nav-tabs {
  border-bottom-color: transparent;
}
body:not(.ced-layout).dark .card .card-header.toolbar .toolbar-end .nav-tabs .nav-link:hover {
  background-color: var(--bs-card-border-color);
}
body:not(.ced-layout).dark .card .card-header.toolbar .toolbar-end .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom-color: var(--default-box-background) !important;
  border-bottom: 1px solid var(--default-box-background) !important;
}
body:not(.ced-layout).dark .progress {
  background-color: #2b3640 !important;
}
body:not(.ced-layout).dark .themed-widget .themed-widget-bg {
  background-color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).dark .themed-widget .custom-tooltip {
  --bs-tooltip-color: var(--dark-tooltip-bg) !important;
  --bs-tooltip-bg: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) h1, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) h2, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) h3, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) h4, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) h5, body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) h6 {
  color: #03DAC6 !important;
}
body:not(.ced-layout).dark .list-group-item:not(body:not(.ced-layout).dark .list-group-item.list-group-item-warning):not(body:not(.ced-layout).dark .list-group-item.list-group-item-danger):not(body:not(.ced-layout).dark .list-group-item.no-bg):not(body:not(.ced-layout).dark .list-group-item.list-group-item-light):not(body:not(.ced-layout).dark .list-group-item.list-group-item-action):not(body:not(.ced-layout).dark .list-group-item.list-group-item-success) {
  background-color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).dark .list-group-item.list-group-item-danger {
  border-color: #03DAC6 !important;
}
body:not(.ced-layout).dark .list-group-item.list-group-item-warning .text-danger, body:not(.ced-layout).dark .list-group-item.list-group-item-warning .eMessage {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .list-group-item.list-group-item-action:hover {
  background-color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .calendar-wrapper .ui-mobile-calendar-cell-footer .cal-dow, body:not(.ced-layout).dark .calendar-wrapper .calendar-header .cal-dow {
  background-color: rgb(66, 74, 87);
}
body:not(.ced-layout).dark .custom-tooltip {
  --bs-tooltip-bg: var(--dark-tooltip-bg);
  --bs-tooltip-color: var(--main-inner-background);
}
body:not(.ced-layout).dark .toast .toast-header {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .toast .toast-header i, body:not(.ced-layout).dark .toast .toast-header strong, body:not(.ced-layout).dark .toast .toast-header small {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .fourOThree-error .fourOThree-icon {
  border-color: #8f50e9;
}
body:not(.ced-layout).light .fourOThree-error path {
  color: #CABDFF !important;
}
body:not(.ced-layout).light .fourOThree-error .display-1 {
  color: #8f50e9 !important;
}
body:not(.ced-layout).light .card .card-header:NOT(.toolbar) {
  background-color: #CABDFF !important;
}
body:not(.ced-layout).light .card .tab-content {
  background-color: white;
}
body:not(.ced-layout).light .themed-widget .themed-widget-bg {
  background-color: #CABDFF !important;
}
body:not(.ced-layout).light .themed-widget .custom-tooltip {
  --bs-tooltip-color: var(--light-tooltip-bg) !important;
  --bs-tooltip-bg: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .themed-widget .custom-tooltip {
  --bs-tooltip-bg: var(--light-tooltip-bg);
  --bs-tooltip-color: var(--main-inner-background);
}
body:not(.ced-layout).light .list-group-item:not(body:not(.ced-layout).light .list-group-item.list-group-item-warning):not(body:not(.ced-layout).light .list-group-item.list-group-item-danger):not(body:not(.ced-layout).light .list-group-item.no-bg):not(body:not(.ced-layout).light .list-group-item.list-group-item-light):not(body:not(.ced-layout).light .list-group-item.list-group-item-success):not(body:not(.ced-layout).light .list-group-item.list-group-item-action) {
  background-color: #CABDFF !important;
}
body:not(.ced-layout).light .list-group-item.list-group-item-danger {
  border-color: #cf6679 !important;
}
body:not(.ced-layout).light .calendar-wrapper .ui-mobile-calendar-cell-footer .cal-dow, body:not(.ced-layout).light .calendar-wrapper .calendar-header .cal-dow {
  background-color: #CABDFF;
}
body:not(.ced-layout).light .custom-tooltip {
  --bs-tooltip-bg: var(--light-tooltip-bg);
  --bs-tooltip-color: var(--main-inner-background);
}
body:not(.ced-layout).themed .card .card-header:NOT(.toolbar) {
  background-image: var(--sidebar-background) !important;
}
body:not(.ced-layout).themed .themed-widget .themed-widget-bg {
  background-image: var(--sidebar-background) !important;
}
body:not(.ced-layout).themed .themed-widget .custom-tooltip {
  --bs-tooltip-color: var(--themed-tooltip-bg) !important;
  --bs-tooltip-bg: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .calendar-wrapper .ui-mobile-calendar-cell-footer .cal-dow, body:not(.ced-layout).themed .calendar-wrapper .calendar-header .cal-dow {
  background-image: var(--sidebar-background);
}
body:not(.ced-layout).themed .custom-tooltip {
  --bs-tooltip-bg: var(--themed-tooltip-bg);
  --bs-tooltip-color: var(--main-inner-background);
}
body:not(.ced-layout).themed .list-group-item.list-group-item-dark:not(.active), body:not(.ced-layout).themed .list-group-item.list-group-item-secondary:not(.active), body:not(.ced-layout).themed .list-group-item.list-group-item-secondary-subtle:not(.active) {
  background-image: var(--sidebar-background) !important;
}
body:not(.ced-layout).themed .list-group-item.list-group-item-danger {
  border-color: #cf6679 !important;
}
body:not(.ced-layout).themed .list-group-item.list-group-item-danger .text-danger, body:not(.ced-layout).themed .list-group-item.list-group-item-danger .eMessage {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).themed .list-group-item.list-group-item-dark.active {
  background-color: var(--dash-secondary) !important;
}
body:not(.ced-layout).dark td:NOT(.curDay), body:not(.ced-layout).light td:NOT(.curDay), body:not(.ced-layout).themed td:NOT(.curDay) {
  background-color: transparent !important;
  background: transparent !important;
}
body:not(.ced-layout).dark table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(2), body:not(.ced-layout).dark table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(3), body:not(.ced-layout).dark .table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(2), body:not(.ced-layout).dark .table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(3) {
  background-color: var(--dash-primary-c) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).dark table:NOT(.calendar):NOT(.unformat) tr:first-child, body:not(.ced-layout).dark table:NOT(.calendar):NOT(.unformat) tr.bg-themed, body:not(.ced-layout).dark .table:NOT(.calendar):NOT(.unformat) tr:first-child, body:not(.ced-layout).dark .table:NOT(.calendar):NOT(.unformat) tr.bg-themed {
  background-color: var(--dash-primary-c) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).light table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(2), body:not(.ced-layout).light table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(3), body:not(.ced-layout).light .table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(2), body:not(.ced-layout).light .table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(3) {
  border-color: #8f50e9 !important;
  background-color: #CABDFF !important;
}
body:not(.ced-layout).light table:NOT(.calendar):NOT(.unformat) tr:first-child, body:not(.ced-layout).light table:NOT(.calendar):NOT(.unformat) tr.bg-themed, body:not(.ced-layout).light .table:NOT(.calendar):NOT(.unformat) tr:first-child, body:not(.ced-layout).light .table:NOT(.calendar):NOT(.unformat) tr.bg-themed {
  border-color: #8f50e9 !important;
  background-color: #CABDFF !important;
}
body:not(.ced-layout).light table:NOT(.calendar):NOT(.unformat) tr.table-footer, body:not(.ced-layout).light .table:NOT(.calendar):NOT(.unformat) tr.table-footer {
  background-color: #efeeee !important;
}
body:not(.ced-layout).themed table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(2), body:not(.ced-layout).themed table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(3), body:not(.ced-layout).themed .table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(2), body:not(.ced-layout).themed .table:NOT(.calendar):NOT(.unformat) #PR tr:nth-child(3) {
  background-color: var(--dash-secondary) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed table:NOT(.calendar):NOT(.unformat) tr:first-child, body:not(.ced-layout).themed table:NOT(.calendar):NOT(.unformat) tr.bg-themed, body:not(.ced-layout).themed .table:NOT(.calendar):NOT(.unformat) tr:first-child, body:not(.ced-layout).themed .table:NOT(.calendar):NOT(.unformat) tr.bg-themed {
  background-color: var(--dash-secondary) !important;
  border-color: var(--dash-primary-c) !important;
}
body:not(.ced-layout).themed table:NOT(.calendar):NOT(.unformat) tr.table-footer, body:not(.ced-layout).themed .table:NOT(.calendar):NOT(.unformat) tr.table-footer {
  background-color: #efeeee !important;
}
body:not(.ced-layout).dark .calendar-month {
  background-color: #bb86fc !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .calendar-day {
  background-color: var(--default-text-color) !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark footer {
  border-color: var(--default-border-color) !important;
}
body:not(.ced-layout).dark .input__drop__area i {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .input__drop__area i::before {
  background: #bb86fc !important;
  background-color: #bb86fc !important;
}
body:not(.ced-layout).dark .badge.rounded-pill, body:not(.ced-layout).dark .badge.rounded {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .badge.rounded-pill p, body:not(.ced-layout).dark .badge.rounded-pill span, body:not(.ced-layout).dark .badge.rounded p, body:not(.ced-layout).dark .badge.rounded span {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .badge.rounded-pill .visibility-hidden, body:not(.ced-layout).dark .badge.rounded .visibility-hidden {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).dark .badge.animate:not(.bg-themed)::after {
  border-color: rgb(223, 86, 69);
}
body:not(.ced-layout).dark .badge.animate.bg-themed {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .badge.animate.bg-themed::after {
  border-color: var(--default-border-color);
}
body:not(.ced-layout).dark .input__drop__area {
  background-color: rgb(66, 74, 87) !important;
}
body:not(.ced-layout).dark .calendar-wrapper .cal-dow {
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).dark .calendar-wrapper .calendar-body .col:first-child:NOT(.bg-muted), body:not(.ced-layout).dark .calendar-wrapper .calendar-body .col:last-child:NOT(.bg-muted) {
  background-color: #383838 !important;
}
body:not(.ced-layout).light .calendar-month {
  background-color: #83BF6E !important;
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .calendar-day {
  background-color: var(--main-inner-background) !important;
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).light footer {
  border-color: var(--default-border-color) !important;
}
body:not(.ced-layout).light .badge.rounded-pill, body:not(.ced-layout).light .badge.rounded {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .badge.rounded-pill p, body:not(.ced-layout).light .badge.rounded-pill span, body:not(.ced-layout).light .badge.rounded p, body:not(.ced-layout).light .badge.rounded span {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .badge.rounded-pill .visibility-hidden, body:not(.ced-layout).light .badge.rounded .visibility-hidden {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).light .badge.animate:not(.bg-themed)::after {
  border-color: #cf6679;
}
body:not(.ced-layout).light .badge.animate.bg-themed {
  color: var(--default-text-color);
}
body:not(.ced-layout).light .badge.animate.bg-themed::after {
  border-color: color-mix(in srgb, var(--default-border-color), rgba(0, 0, 0, 0.35));
}
body:not(.ced-layout).light .calendar-wrapper .cal-dow {
  color: #555 !important;
}
body:not(.ced-layout).light .calendar-wrapper .calendar-body .col:first-child:NOT(.bg-muted), body:not(.ced-layout).light .calendar-wrapper .calendar-body .col:last-child:NOT(.bg-muted) {
  background-color: #e3e3ed !important;
}
body:not(.ced-layout).themed .calendar-month {
  background-image: var(--sidebar-background) !important;
  color: var(--contrast-color) !important;
}
body:not(.ced-layout).themed .calendar-day {
  background-color: #ededed !important;
  color: var(--default-text-color) !important;
}
body:not(.ced-layout).themed footer {
  border-color: var(--default-border-color) !important;
}
body:not(.ced-layout).themed .badge.rounded-pill:not(.override-theme-color), body:not(.ced-layout).themed .badge.rounded:not(.override-theme-color) {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .badge.rounded-pill:not(.override-theme-color) p, body:not(.ced-layout).themed .badge.rounded-pill:not(.override-theme-color) span, body:not(.ced-layout).themed .badge.rounded:not(.override-theme-color) p, body:not(.ced-layout).themed .badge.rounded:not(.override-theme-color) span {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .badge.rounded-pill:not(.override-theme-color) .visibility-hidden, body:not(.ced-layout).themed .badge.rounded:not(.override-theme-color) .visibility-hidden {
  color: var(--main-inner-background) !important;
}
body:not(.ced-layout).themed .badge.animate:not(.bg-themed)::after {
  border-color: #cf6679;
}
body:not(.ced-layout).themed .badge.animate.bg-themed::after {
  border-color: var(--dash-primary-c);
}
body:not(.ced-layout).themed .calendar-wrapper .calendar-body .ui-mobile-calendar-cell:first-child:NOT(.bg-muted), body:not(.ced-layout).themed .calendar-wrapper .calendar-body .ui-mobile-calendar-cell:last-child:NOT(.bg-muted) {
  background-color: #ededed !important;
}

/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--default-box-background);
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  transition: transform 0.3s ease-in-out;
  z-index: 999999999;
}
.offcanvas .offcanvas-body .main-nav {
  width: 11rem;
  position: relative;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.offcanvas .offcanvas-body .main-nav .nav-item .nav-link {
  width: 10rem;
  padding: 0.33rem 0.65rem;
  position: relative;
  background: transparent;
  border-radius: 3px;
  margin: 0.25rem 1rem 0;
  border: none;
  text-shadow: none;
  display: block;
  white-space: nowrap;
  text-transform: capitalize;
}
.offcanvas .offcanvas-body .main-nav .nav-item .nav-link:hover {
  border-radius: 0.375rem;
}
.offcanvas .offcanvas-body .main-nav .nav-item .nav-link.active {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.offcanvas .offCanvas-btn {
  position: absolute !important;
  line-height: 1em;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  inset: 40% auto auto 0 !important;
  transform: translateY(-50%) translateX(-100%) !important;
  visibility: visible !important;
}
.offcanvas.OC-container {
  border-left: 5px solid rgb(180, 35, 24);
  bottom: auto;
  display: flex;
  pointer-events: unset;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  width: auto;
  max-height: 100dvh;
}
@-moz-document url-prefix() {
  .offcanvas.OC-container {
    height: 100vh;
  }
}
.offcanvas.OC-container.show {
  transform: translateX(0) translateY(-50%);
}
@media (min-width: 990px) {
  .offcanvas.OC-container .container__content {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas {
    height: 100dvh;
    width: 100% !important;
  }
}
@media screen and (orientation: landscape) and (max-height: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (orientation: landscape) and (max-height: 767px) and (min-resolution: 192dpi), screen and (orientation: landscape) and (max-height: 767px) and (min-resolution: 2dppx) {
  .offcanvas {
    width: 100% !important;
  }
}
@media screen and (orientation: landscape) and (max-height: 767px) {
  .offcanvas {
    height: 100dvh;
  }
}

.notification-toast {
  z-index: 999;
}

.tab-base .nav-callout {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tab-base .nav-callout .nav-link {
  appearance: none;
  background-color: transparent;
  border: 0;
  align-items: center;
  display: flex;
  min-height: 2.5rem;
  padding-top: 1rem;
  padding: 0.5rem 1rem;
  color: #75868f;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.tab-base .nav-callout .nav-link.active {
  font-weight: 700;
  color: #39475e;
  box-shadow: inset 0 -0.0875rem var(--contrast-color);
}
.tab-base .tab-content > .tab-pane {
  display: none;
}
.tab-base .tab-content > .tab-pane.active {
  display: block;
}
.tab-base .tab-content .fade {
  transition: opacity 0.25s linear;
}

.toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.toolbar .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: -0.55rem;
  list-style: none;
}
.toolbar .nav-tabs .nav-link {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  margin-right: 1px;
  min-height: 2.5rem;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.toolbar .nav-tabs .nav-link.active {
  color: #39475e;
  font-weight: 700;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.175);
  border-bottom: none !important;
}
.toolbar .nav-tabs .nav-link:hover:not(.disabled):not(.active) {
  background-color: #e6ecf3;
  border-bottom-color: rgba(0, 0, 0, 0.175);
}

#sidebar-toggler {
  width: 2.25rem;
  height: 2.25rem;
  aspect-ratio: 1/1;
  font-size: 0.75rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition-property: color , transform;
  transition-duration: 450ms , 150ms;
  transition-timing-function: ease;
}
#sidebar-toggler:hover {
  cursor: pointer;
  transform: scale(1.01);
}
#sidebar-toggler:active {
  background: rgb(180, 35, 24);
  transform: scale(0.96);
}
#sidebar-toggler.hidden {
  display: none;
}

sidebar {
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  z-index: 99;
  position: relative;
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.005, 1.045, 0.25, 0.915);
}
@media screen and (max-width: 768px) {
  sidebar {
    position: absolute;
  }
}
@media (orientation: landscape) and (min-width: 481px) and (max-width: 1023px) {
  sidebar {
    position: absolute;
  }
}
@media (orientation: portrait) and (min-width: 481px) and (max-width: 767px) {
  sidebar {
    position: absolute;
  }
}
sidebar.hide {
  transform: translateX(calc(-100% - 1rem));
  box-shadow: none;
}
sidebar.show {
  transform: translateX(0%);
}
sidebar:NOT(.fluid) {
  background-image: var(--sidebar-background);
  border: 1px solid var(--default-border-color);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.75rem;
  margin: 1rem 0 1rem 1rem;
  height: calc(100dvh - 2rem);
  transform: translateX(0%);
}
sidebar:NOT(.fluid) .sidebar__header {
  height: max-content;
  margin: 0;
  position: relative;
  display: block;
  padding: calc(1.5rem * var(--font-size-scaling)) 0;
  border-bottom: 0.5px solid var(--default-border-color);
}
sidebar:NOT(.fluid) .sidebar__header img {
  padding-left: calc(1.75rem * var(--font-size-scaling));
  padding-right: calc(1rem * var(--font-size-scaling));
  height: calc(2rem * var(--font-size-scaling));
  float: left;
  overflow: hidden;
}
sidebar:NOT(.fluid) .sidebar__header .title, sidebar:NOT(.fluid) .sidebar__header .sub-title {
  display: block;
  opacity: 1;
  height: min-content;
  line-height: 1.5;
  text-decoration: none;
  color: var(--contrast-color);
  white-space: nowrap;
  overflow: hidden;
  transform: translate3d(0px, 0, 0);
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease-in-out;
}
sidebar:NOT(.fluid) .sidebar__wrapper {
  height: -webkit-fill-available;
  height: -o-fill-available;
  height: -moz-available;
  height: fill-available;
  width: calc(17.5rem * var(--font-size-scaling));
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  overflow-anchor: none;
  touch-action: auto;
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease;
  /*
  .profile__container{
      height:max-content;
      margin:0;
      position:relative;
      display:block;
      border-top:0.5px solid var(--default-border-color);
      margin-top: 1.5rem;
      padding: 1.5rem;
      padding-left: 1.75rem;
      position:relative;
      white-space: nowrap;
      overflow:hidden;
      @include transition-properties(all);
      @include transition-duration(350ms);
      @include transition-timing(ease-in-out);


      #EMPIMAGE{
          height:calc(2rem * var(--font-size-scaling));
          width:calc(2rem * var(--font-size-scaling));
          aspect-ratio:1/1;
          border-radius:50%;
          background-repeat: no-repeat!important;
          background-size: cover !important;
          background-position: center !important;
          margin-right: 1rem;
          float:left;
          white-space: nowrap;
          border: 2px solid var(--default-border-color);
      }
      .user__info{
          @include flex_col("nowrap");
          align-items:flex-start;
          justify-content:center;
          color:#fff;
          gap:0.25rem;
          margin:0;
          white-space: nowrap;
          transform: translate3d(0px, 0, 0);
          @include transition-properties(all);
          @include transition-duration(350ms);
          @include transition-timing(ease);
          span{
              max-width: calc(100% * var(--font-size-scaling));
              font-size:calc(0.8rem * var(--font-size-scaling));
              @include overflow_dots();
          }
      }
  }*/
}
@-moz-document url-prefix() {
  sidebar:NOT(.fluid) .sidebar__wrapper {
    height: 100%;
  }
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet, sidebar:NOT(.fluid) .sidebar__wrapper #manForm {
  height: -webkit-fill-available;
  height: -o-fill-available;
  height: -moz-available;
  height: fill-available;
  position: relative;
  left: revert;
  right: revert;
  top: revert;
  bottom: revert;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*.main-nav,.bottom-nav{
      position:relative;
      list-style: none;
      background:transparent;
  }
  .main-nav{
      top:0;
      overflow:hidden;
      overflow-y:auto;
      @-moz-document url-prefix() {
          height:100%;
      }
      height:-webkit-fill-available;
      height:-moz-available;
      height:-o-fill-available;
      height: fill-available;
      &#splash-editor-menu{
          background-color:var(--dashboard-background) !important;

      }
  }
  .bottom-nav{
      margin-top: 1rem;
      bottom:0;
      height:max-content;
  }
  .inner-nav,.inner-inner-nav{
      position:relative;
      height:max-content;
      list-style: none;
      background:transparent;
      &::before{
          content: '';
          height: 100%;
          width: 1px;
          border-left: 1.5px dashed;
          position:absolute;
      }
  }*/
}
@-moz-document url-prefix() {
  sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet, sidebar:NOT(.fluid) .sidebar__wrapper #manForm {
    height: 100%;
  }
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav::before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1.5px dashed;
  position: absolute;
  bottom: 0.5rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.dsh::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.dsh::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.dsh::before {
  border-color: rgb(189, 99, 211) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.dsh .inner-inner-nav::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.dsh .inner-inner-nav::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.dsh .inner-inner-nav::before {
  border-color: rgb(189, 99, 211) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.dsh > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.dsh > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.dsh > .nav-item > .nav-link:first-child:before {
  border-color: rgb(189, 99, 211) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.fin::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.fin::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.fin::before {
  border-color: SteelBlue !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.fin .inner-inner-nav::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.fin .inner-inner-nav::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.fin .inner-inner-nav::before {
  border-color: SteelBlue !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.fin > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.fin > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.fin > .nav-item > .nav-link:first-child:before {
  border-color: SteelBlue !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.man:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.man:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.man:before {
  border-color: #86b01d !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.man .inner-inner-nav:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.man .inner-inner-nav:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.man .inner-inner-nav:before {
  border-color: #86b01d !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.man > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.man > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.man > .nav-item > .nav-link:first-child:before {
  border-color: #86b01d !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.emp:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.emp:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.emp:before {
  border-color: rgb(217, 45, 32) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.emp .inner-inner-nav:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.emp .inner-inner-nav:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.emp .inner-inner-nav:before {
  border-color: rgb(217, 45, 32) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.emp > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.emp > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.emp > .nav-item > .nav-link:first-child:before {
  border-color: rgb(217, 45, 32) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.oth:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.oth:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.oth:before {
  border-color: rgb(218, 165, 32) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.oth .inner-inner-nav:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.oth .inner-inner-nav:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.oth .inner-inner-nav:before {
  border-color: rgb(218, 165, 32) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav.oth > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav.oth > .nav-item > .nav-link:first-child:before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav.oth > .nav-item > .nav-link:first-child:before {
  border-color: rgb(218, 165, 32) !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav > .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav > .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav > .nav-item {
  overflow: hidden;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav > .nav-item > .nav-link:first-child, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav > .nav-item > .nav-link:first-child, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav > .nav-item > .nav-link:first-child {
  margin-left: 1.5rem !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav {
  margin-left: 2.5rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-link {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .nav-inner-wrapper, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .nav-inner-wrapper, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .nav-inner-wrapper {
  border-left: 1px dashed Var(--default-border-color);
  width: max-content;
  margin-left: 1rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .nav-inner-wrapper .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .nav-inner-wrapper .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .nav-inner-wrapper .nav-item {
  padding-left: 0 !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .nav-inner-wrapper .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .nav-inner-wrapper .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .nav-inner-wrapper .nav-item .nav-link {
  padding: 0.15rem 1rem !important;
  margin: 0.25rem 0.5rem 0 !important;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item {
  white-space: nowrap;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .caret {
  position: relative;
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .caret.toggle::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .caret.toggle::before, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .caret.toggle::after {
  transform: translateY(-50%) rotateZ(180deg);
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .caret::after, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .caret::after {
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%) rotateZ(0deg);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: Font Awesome\ 5 Free;
  font-weight: 700;
  content: "\f107";
  margin-left: auto;
  color: Var(--default-border-color);
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link {
  position: relative;
  background: transparent;
  border-radius: 3px;
  padding: 0.25rem 1rem;
  margin: 0.25rem 1rem 0;
  border: none;
  text-shadow: none;
  display: block;
  color: #fff;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: calc(0.75rem * var(--font-size-scaling));
  border-radius: 0.375rem;
  font-weight: 300;
  cursor: pointer;
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link.internal .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link.internal .caret {
  position: absolute;
  top: 50%;
  right: 1.75rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i {
  position: relative;
  width: 1.75rem;
  line-height: 1.75rem;
  font-size: calc(1rem * var(--font-size-scaling));
  text-align: center;
  margin-right: 1.5rem;
  float: left;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i.text, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i.text {
  font-size: calc(0.875rem * var(--font-size-scaling));
  letter-spacing: 0.1rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i.md, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i.md {
  color: rgb(189, 99, 211);
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i.mi, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i.mi {
  color: rgb(217, 45, 32);
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i.fm, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i.fm {
  color: SteelBlue;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i.em, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i.em {
  color: #86b01d;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link i.oo, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link i.oo {
  color: rgb(218, 165, 32);
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link span, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link span {
  white-space: nowrap;
  line-height: 1.75rem;
  margin: 0;
  letter-spacing: 0.05rem;
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link span .caret, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link span .caret {
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link span.text-icon, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link span.text-icon {
  display: flex;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link span.dbl-ln, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link span.dbl-ln {
  line-height: 1.25rem;
}
sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .main-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .bottom-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper .sidebar__content .inner-inner-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .main-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .bottom-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #AMDet .inner-inner-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .main-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .bottom-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-nav .nav-item .nav-link:hover, sidebar:NOT(.fluid) .sidebar__wrapper #manForm .inner-inner-nav .nav-item .nav-link:hover {
  background-color: rgba(199, 199, 199, 0.2);
}
sidebar:NOT(.fluid).sub-navigation {
  height: max-content;
  max-height: calc(100dvh - 2rem);
}
sidebar:NOT(.fluid).sub-navigation .sidebar__header {
  padding: 0.875rem 0;
}
sidebar:NOT(.fluid).sub-navigation .sidebar__header .sub-title {
  text-align: center;
}
sidebar:NOT(.fluid).sub-navigation .sidebar__wrapper {
  width: max-content;
  min-width: 11rem;
}
sidebar:NOT(.fluid).sub-navigation .sidebar__wrapper .profile__container {
  padding: 0.875rem;
}
sidebar:NOT(.fluid).sub-navigation .sidebar__wrapper .nav-link {
  text-align: right;
  padding: 0.25rem 1rem !important;
  margin: 0.35rem 1rem 0 !important;
}

sidebar.fluid {
  position: sticky;
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  z-index: 100;
  display: flex;
  max-width: calc(15rem * var(--font-size-scaling));
  width: calc(15rem * var(--font-size-scaling));
  background-color: transparent;
  border-left: none;
  border-bottom: none;
}
sidebar.fluid .collapse:not(.show) {
  display: none;
}
sidebar.fluid .sidebar__wrapper {
  background-color: var(--default-box-background);
  color: #75868f;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  sidebar.fluid .sidebar__wrapper {
    position: absolute;
  }
}
sidebar.fluid .sidebar__wrapper ul {
  list-style: none !important;
}
sidebar.fluid .sidebar__wrapper .sidebar__upper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 100%;
}
sidebar.fluid .sidebar__wrapper .sidebar__upper .sidebar__profile img {
  padding: 0.1rem;
  height: 4rem;
  width: 4rem;
  aspect-ratio: 1/1;
}
sidebar.fluid .sidebar__wrapper .sidebar__upper .sidebar__profile .sidebar-profile-content {
  transform: none !important;
}
sidebar.fluid .sidebar__wrapper .sidebar__upper .sidebar__content {
  padding: 1rem;
}
sidebar.fluid .sidebar__wrapper .sidebar__lower {
  background-color: var(--default-box-background);
  bottom: 0;
  margin-top: auto;
  position: sticky;
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link {
  display: flex;
  border-radius: 0.4375rem;
  padding: 0.59rem;
  color: #75868f;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 500;
  font-size: calc(0.75rem * var(--font-size-scaling));
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link.internal {
  margin-left: 0.5rem;
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link .text, sidebar.fluid .sidebar__wrapper .nav-item .nav-link .text-icon {
  display: inline-block;
  color: #75868f;
  line-height: 1rem;
  font-size: calc(0.75rem * var(--font-size-scaling));
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link i {
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1rem;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5rem;
  font-size: calc(0.75rem * var(--font-size-scaling));
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link i.md {
  color: rgb(189, 99, 211);
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link i.mi {
  color: rgb(217, 45, 32);
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link i.fm {
  color: SteelBlue;
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link i.em {
  color: #86b01d;
}
sidebar.fluid .sidebar__wrapper .nav-item .nav-link i.oo {
  color: rgb(218, 165, 32);
}
sidebar.fluid .sidebar__wrapper .nav-item.active .nav-link {
  background-color: var(--dash-primary-c);
  border-radius: 0.4375rem;
  box-shadow: none;
  color: var(--contrast-color) !important;
}
sidebar.fluid .sidebar__wrapper .nav-item.active .text, sidebar.fluid .sidebar__wrapper .nav-item.active .text-icon {
  font-weight: 700;
  color: var(--contrast-color) !important;
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-nav, sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav {
  border-inline-start: 1px dashed;
  margin-inline-start: 1.25rem;
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-nav.dsh, sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav.dsh {
  border-color: rgb(189, 99, 211);
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-nav.emp, sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav.emp {
  border-color: rgb(217, 45, 32);
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-nav.fin, sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav.fin {
  border-color: SteelBlue;
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-nav.man, sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav.man {
  border-color: #86b01d;
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-nav.oth, sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav.oth {
  border-color: rgb(218, 165, 32);
}
sidebar.fluid .sidebar__wrapper .nav-item.has-subnav .inner-inner-nav {
  margin-left: 1rem;
}

body:NOT(.nv-hidden) sidebar.fluid {
  grid-area: 2/1/3/2;
}
body:NOT(.nv-hidden) sidebar.fluid .sidebar__wrapper {
  border-radius: 0 0.75rem 0 0;
}
body.nv-min sidebar.fluid, body.nv-min .header-brand {
  max-width: calc(4rem * var(--font-size-scaling));
}
body.nv-min .sidebar__wrapper .sidebar__upper {
  overflow: visible;
}
body.nv-min .sidebar__wrapper .sidebar__upper .sidebar__content {
  padding: 1rem 0.75rem 1rem 0.75rem;
}
body.nv-min .sidebar__wrapper .sidebar__upper .sidebar__content > h6 {
  display: none;
}
@media (min-width: 992px) {
  body.nv-min .sidebar__wrapper .sidebar__upper .sidebar__profile img {
    height: auto;
    width: 2.25rem;
    aspect-ratio: 1/1;
  }
  body.nv-min .sidebar__wrapper .sidebar__upper .sidebar__profile .sidebar-profile-content {
    position: fixed;
    inset: 0px auto auto 0px;
    margin: 0px;
    z-index: 100;
    transition: all 100ms linear 100ms;
    background-color: #fff;
    border-radius: 0.4375rem;
    box-shadow: 0.25rem 0 1.5rem 0 rgba(0, 0, 0, 0.2);
    min-width: 11rem;
    max-width: 19rem;
    white-space: nowrap;
    margin-inline-start: 1rem !important;
  }
}
body.nv-min .sidebar__wrapper .main-nav > .nav-item, body.nv-min .sidebar__wrapper .bottom-nav > .nav-item {
  position: relative;
}
body.nv-min .sidebar__wrapper .main-nav > .nav-item > .nav-link, body.nv-min .sidebar__wrapper .bottom-nav > .nav-item > .nav-link {
  justify-content: center;
}
body.nv-min .sidebar__wrapper .main-nav > .nav-item > .nav-link i, body.nv-min .sidebar__wrapper .bottom-nav > .nav-item > .nav-link i {
  margin-right: 0;
}
body.nv-min .sidebar__wrapper .main-nav > .nav-item > .nav-link span:NOT(.show), body.nv-min .sidebar__wrapper .bottom-nav > .nav-item > .nav-link span:NOT(.show) {
  display: none !important;
}
body.nv-min .sidebar__wrapper .main-nav > .nav-item .inner-nav, body.nv-min .sidebar__wrapper .bottom-nav > .nav-item .inner-nav {
  position: absolute;
  opacity: 0;
}
body.nv-min .sidebar__wrapper .main-nav > .nav-item .inner-nav.show, body.nv-min .sidebar__wrapper .bottom-nav > .nav-item .inner-nav.show {
  z-index: 100;
  transition: all 100ms linear 100ms;
  inset: 0px auto auto 0px;
  margin: 0px;
  opacity: 1;
  transform: translate(45px, 0);
  padding: 0.5rem 0.25rem;
  background-color: var(--default-box-background);
  border-radius: 0.4375rem;
  box-shadow: 0.25rem 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  min-width: 11rem;
  max-width: 19rem;
  white-space: nowrap;
  margin-inline-start: 1rem !important;
  border: none !important;
}
body.nv-hidden sidebar.fluid {
  transform: translateX(-15.75rem);
  z-index: 1002;
}
body.nv-hidden sidebar.fluid {
  inset: 0 auto;
  position: absolute !important;
}
body.nv-hidden.nv-hidden-show sidebar.fluid {
  transition: transform 0.5s ease;
  transform: translateX(0);
  z-index: 9999;
}

.header-fluid {
  background-color: var(--dash-primary-c);
  grid-area: 1/1/2/3;
  width: 100%;
}
.header-fluid .header-inner {
  display: flex;
  flex-flow: row nowrap;
}
.header-fluid .header-inner .header-brand {
  max-width: calc(15rem * var(--font-size-scaling));
  width: calc(15rem * var(--font-size-scaling));
  will-change: max-width;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.005, 1.045, 0.25, 0.915);
}
.header-fluid .header-inner .header-brand img {
  padding-left: calc(1.75rem * var(--font-size-scaling));
  padding-right: calc(1rem * var(--font-size-scaling));
  height: calc(2rem * var(--font-size-scaling));
  float: left;
  overflow: hidden;
}
.header-fluid .header-inner .header-brand .title, .header-fluid .header-inner .header-brand .sub-title {
  display: block;
  opacity: 1;
  height: min-content;
  line-height: 1.5;
  text-decoration: none;
  color: var(--contrast-color);
  white-space: nowrap;
  overflow: hidden;
  transform: translate3d(0px, 0, 0);
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 480px) {
  .header-fluid .header-inner .header-brand .title, .header-fluid .header-inner .header-brand .sub-title {
    display: none;
  }
}
.header-fluid .header-inner .nav-container {
  padding-inline-start: 1.25rem;
  flex-grow: 1;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .header-fluid .header-inner .nav-container {
    padding-inline-end: 1.25rem;
    flex-direction: row-reverse;
  }
}

.inset-wrapper {
  position: relative;
  overflow-x: hidden;
}

.inset-container {
  overflow-x: auto;
}
.inset-container.not-at-left:before {
  content: "";
  height: 100%;
  width: 15px;
  top: 0;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.inset-container.not-at-right:after {
  content: "";
  height: 100%;
  width: 15px;
  top: 0;
  position: absolute;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.toast-wrapper {
  visibility: visible;
  opacity: 1;
  transition: visibility 1.5s, opacity 1.5s linear;
}
@media screen and (max-width: 767px) {
  .toast-wrapper {
    transform-origin: 100% 100%;
    scale: 0.85;
  }
}
.toast-wrapper.hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.toast-wrapper .hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.toast {
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
}

.accordion:NOT(.shadow-none) {
  box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175) !important;
}
.accordion .accordion-item {
  border: 1px solid var(--default-border-color) !important;
}
.accordion .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion .accordion-item:Not(:first-of-type) {
  margin-top: calc(0.25rem * var(--font-size-scaling)) !important;
}
.accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: calc(1rem * var(--font-size-scaling)) calc(1.25rem * var(--font-size-scaling));
  font-size: calc(0.75rem * var(--font-size-scaling));
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-radius 0.15s ease;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #39475e;
  font-weight: 600;
  background-color: rgba(57, 71, 94, 0.35);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.07);
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-body {
  padding: calc(1rem * var(--font-size-scaling)) calc(1.25rem * var(--font-size-scaling));
}

.modal {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1rem;
  z-index: 9999999999;
  font-size: calc(11px * var(--font-size-scaling));
}
.modal .modal-dialog {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  overflow: hidden;
  border-radius: 0.75rem;
}
.modal .modal-dialog .modal-content .modal-header {
  width: 100%;
  border-bottom: none !important;
}
.modal .modal-dialog .modal-content .modal-body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog.modal-sm {
    max-width: 100% !important;
    width: 75%;
  }
}

.announcements-wrapper {
  min-height: 8.313rem;
  max-height: 33rem;
}
.announcements-wrapper .card-body {
  overflow: hidden;
  overflow-y: auto;
}

.fourOThree-wrapper {
  height: -webkit-fill-available;
  height: -moz-available;
  height: -o-fill-available;
  height: fill-available;
}
@-moz-document url-prefix() {
  .fourOThree-wrapper {
    height: 100%;
  }
}
@keyframes spin-cc {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -359deg;
  }
}
.fourOThree-wrapper .spin-cc {
  filter: drop-shadow(0px 0px 2px var(--contrast-color));
  animation: spin-cc 1.5s infinite linear;
}
@keyframes spin-c {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 359deg;
  }
}
.fourOThree-wrapper .spin-c {
  filter: drop-shadow(0px 0px 2px var(--contrast-color));
  animation: spin-c 2s infinite linear;
}
.fourOThree-wrapper .bottom-25 {
  bottom: 25%;
}
.fourOThree-wrapper .maintenance-error .display-1 {
  color: var(--dash-secondary) !important;
  font-size: calc(2rem * var(--font-size-scaling)) !important;
  text-transform: none;
}
.fourOThree-wrapper .maintenance-error h2 {
  text-transform: uppercase;
}
.fourOThree-wrapper .fourOThree-error .fourOThree-icon {
  height: 6rem;
  width: 6rem;
  border: 3px solid var(--dash-secondary);
  border-radius: 50%;
  overflow: hidden !important;
  background-color: var(--default-box-background);
}
.fourOThree-wrapper .fourOThree-error .fourOThree-icon svg path {
  color: var(--dash-secondary);
}
.fourOThree-wrapper .fourOThree-error .display-1 {
  color: var(--dash-secondary) !important;
  font-size: calc(8rem * var(--font-size-scaling)) !important;
}
.fourOThree-wrapper h2 {
  text-transform: uppercase;
}

section {
  padding: 0 calc(1.5rem * var(--font-size-scaling));
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  section {
    padding: 0 calc(0.75rem * var(--font-size-scaling));
    align-items: center;
  }
}
section.cal-history {
  display: flex;
  flex-flow: row-reverse wrap !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: calc(2rem * var(--font-size-scaling));
}
section div.required {
  background-color: rgb(254, 200, 75);
  border: 0.5px solid var(--default-border-color);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 0.75rem 1rem;
  font-size: calc(0.875rem * var(--font-size-scaling));
  text-align: center;
}
section div.required button, section div.required input[type=button] {
  background-color: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
section.compressed-tables table {
  margin-top: 0;
  margin-bottom: 0;
}

#dashboard {
  max-width: 80rem;
}
#dashboard #dashL, #dashboard #dashR {
  width: 36.5rem;
  height: 24.25rem;
  padding: 0.25rem;
  background-color: white;
  border: 0.25px solid var(--default-border-color);
}

.content__box:before {
  background-color: var(--dash-primary-c);
  content: "";
  display: block;
  height: 1.09375rem;
  margin-left: 0;
  -webkit-mask-image: radial-gradient(circle at 0 1.09375rem, transparent 0, transparent 1.09375rem, #000 1.09375rem);
  mask-image: radial-gradient(circle 1.09375rem at 0 1.09375rem, transparent 0, transparent 1.09375rem, #000 1.09375rem);
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-1.09375rem);
  width: 1.155rem;
  z-index: 10;
}
.content__box:after {
  background-color: var(--dash-primary-c);
  content: "";
  display: block;
  height: 1.09375rem;
  margin-left: 0;
  -webkit-mask-image: radial-gradient(circle at 0 0, transparent 1.09375rem, transparent 0, #000 1.09375rem);
  mask-image: radial-gradient(circle at 0 0, transparent 1.09375rem, transparent 0, #000 1.09375rem);
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: translateX(-1.09375rem);
  width: 1.155rem;
  z-index: 10;
}

.card {
  max-width: 100%;
  box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
}
.card::-webkit-scrollbar {
  display: revert !important;
}
@media screen and (max-width: 768px) {
  .card.lockScreen {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  .card.lockScreen:not(.w-100) {
    width: min-content !important;
    min-width: 22rem !important;
  }
}
.card.lockScreen.shadow::before, .card.lockScreen.shadow::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  background: linear-gradient(45deg, var(--client-primary), var(--client-primary-overlay), color-mix(in srgb, var(--client-primary-overlay), rgba(255, 255, 255, 0.5)), rgba(72, 69, 69, 0.35), var(--client-primary-dark), rgba(72, 69, 69, 0.35), var(--client-primary), var(--client-primary-overlay));
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: animate 20s linear infinite;
  border-radius: 0.375rem;
}
.card.lockScreen::after {
  filter: blur(10px);
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.card.lockScreen #EMPIMAGE {
  padding: 0.25rem;
  background-color: white;
  aspect-ratio: 1/1;
  width: 6rem;
  height: 6rem;
  border: 0.5px solid rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card .card-content {
  flex: 1 1 auto;
}
.card .card-content ul:NOT(.ms-3), .card .card-content ol:NOT(.ms-3) {
  margin-left: 1rem;
}
.card .card-body {
  padding: 0;
}
.card .card-body:NOT(.n-ovfl) {
  overflow: hidden !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.card .rounded-icon-bg {
  color: var(--contrast-color) !important;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1 !important;
}
.card .rounded-icon-bg::after {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--contrast-color);
  width: 110%;
  height: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.75rem;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .card {
    width: 100%;
  }
}

.calendar {
  width: 3.125rem;
  line-height: 1;
  flex-direction: column;
  text-align: center;
  border-radius: 0.5rem;
}
.calendar .calendar-month {
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.275rem;
  font-weight: 500;
}
.calendar .calendar-day {
  font-size: calc(1.5rem * var(--font-size-scaling));
  padding: 0.25rem;
  border-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .calendar .min-vh-100 {
    min-height: max-content !important;
  }
}
.calendar .h-50w {
  height: 50vw !important;
}
@media (max-width: 767px) {
  .calendar .h-50w {
    height: 30vw !important;
  }
}
.calendar .h-30w {
  height: 30vw !important;
}
@media (max-width: 767px) {
  .calendar .h-30w {
    height: 40vw !important;
  }
}
.calendar .h-20w {
  height: 20vw !important;
}
@media (max-width: 767px) {
  .calendar .h-20w {
    height: 30vw !important;
  }
}
.calendar .h-10w {
  height: 10vw !important;
}
@media (max-width: 767px) {
  .calendar .h-10w {
    height: 20vw !important;
  }
}

.calendar-grid:not(.single-week) {
  height: calc(50vw + 34.07px);
}
@media (max-width: 767px) {
  .calendar-grid:not(.single-week) {
    height: calc(60vw + 34.07px) !important;
  }
}
.calendar-grid.tri-week {
  height: calc(30vw + 34.07px);
}
@media (max-width: 767px) {
  .calendar-grid.tri-week {
    height: calc(40vw + 34.07px) !important;
  }
}
.calendar-grid.double-week {
  height: calc(20vw + 34.07px);
}
@media (max-width: 767px) {
  .calendar-grid.double-week {
    height: calc(30vw + 34.07px) !important;
  }
}
.calendar-grid.single-week {
  height: calc(10vw + 34.07px);
}
@media (max-width: 767px) {
  .calendar-grid.single-week {
    height: calc(20vw + 34.07px) !important;
  }
}

.list-group .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #75868f;
  background-color: var(--default-box-background);
  text-decoration: none;
  border: 1px solid var(--default-border-color);
}
.list-group .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group .list-group-item.list-group-item-action:hover {
  border-radius: 0.4375rem;
  z-index: 1;
  color: #75868f;
  text-decoration: none;
  background-color: #f2f4f8 !important;
}
.list-group a.active {
  background-color: #0088cc !important;
  border-color: #0088cc !important;
}

@media screen and (min-width: 769px) {
  .list-group-cluster {
    width: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .list-group-cluster {
    width: 100%;
  }
}
.list-group-cluster .list-group .list-group-item {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease-in-out;
}
.list-group-cluster .list-group .list-group-item.active {
  color: white;
  background-color: linear-gradient(360deg, #42424a, #353535) !important;
}
.list-group-cluster .list-group .list-group-item.active label {
  color: white !important;
}
.list-group-cluster .list-group .list-group-item .link:hover {
  color: #ee0a0a;
}
.list-group-borderless > .list-group-item {
  border: 0;
}

.mega-dropdown {
  max-width: 100vw;
  width: max-content;
}
@media screen and (min-width: 992px) {
  .mega-dropdown {
    max-width: 75vw !important;
  }
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: calc(0.75rem * var(--font-size-scaling));
  color: #75868f;
  text-align: left;
  list-style: none;
  background-color: var(--main-inner-background);
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.4375rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(33, 48, 85, 0.31);
}
@media screen and (max-width: 767px) {
  .dropdown-menu {
    margin-inline: 0.5rem !important;
    max-width: calc(100vw - 2rem);
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu {
    min-width: 20rem;
  }
}

.ja_wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.85);
}
.ja_wrap .alert {
  min-width: 18rem !important;
}
.ja_wrap .optBack {
  margin-top: 1rem;
}

/* SPLASH PAGE REARRANGE BOXES */
#splash-rearrange-window {
  z-index: 99999999991 !important;
}

.splash-box {
  cursor: move;
  transition: all 0.45s ease;
}
.splash-box h6 {
  transition: all 0.45s ease;
}
.splash-box.is-dragging {
  transform: scale(1.05);
  background-color: var(--dash-secondary);
}
.splash-box.is-dragging h6 {
  color: var(--contrast-color) !important;
}

.splash-column-cell.active {
  border: 0.5px dashed var(--default-border-color);
  background-color: rgba(213, 213, 213, 0.15);
}

.splash-card {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.splash-card .card-select-icon {
  position: absolute;
  top: -0.875rem;
  left: -0.875rem;
  transition: all 0.5s ease-in;
}
.splash-card .card-select-icon::before {
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1/1;
  border-radius: 50px;
  display: block;
  pointer-events: none;
  text-align: center;
  transition: all 0.1s ease-out;
  line-height: 1.75rem;
  opacity: 0;
  backdrop-filter: blur(10px);
  border: 0.5px solid var(--default-border-color);
}
.splash-card .card-select-icon.active::before {
  opacity: 1 !important;
}
.splash-card .card-select-icon.selected::before {
  content: "\f00c" !important;
}
.splash-card .card-select-icon:hover {
  cursor: pointer;
}
.splash-card .card-select-icon:hover::before {
  background-color: var(--default-border-color) !important;
}
.splash-card.selected {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.65) !important;
}
.splash-card.draggable {
  cursor: move;
}
.splash-card.animate {
  animation-name: wiggle;
  animation-duration: 300ms;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.splash-card.is-dragging {
  transform: scale(1.05);
  background-color: var(--dash-secondary);
}
.splash-card.is-dragging h6 {
  color: var(--contrast-color) !important;
}
@keyframes wiggle {
  0% {
    transform: rotate3d(0, 0, 0.5, 0deg);
  }
  50% {
    transform: rotate3d(0, 0, 0.5, -0.5deg);
  }
}

hr.divider {
  height: 1px;
  margin: 1.5rem 0;
  padding: 0;
  overflow: visible;
  border: none;
  background-color: #e7e7e9;
  color: #6e6d7a;
  text-align: center;
  opacity: 1;
}
hr.divider::after {
  content: "or";
  display: inline-block;
  position: relative;
  top: -7px;
  padding: 0 1rem;
  font-size: 0.8rem;
  background: #fff;
}

.splash-card {
  overflow: hidden;
}
.splash-card.card ul li, .splash-card .card ul li, .splash-card .list-group ul li, .splash-card table ul li {
  list-style-type: "❭❭   ";
  padding-bottom: 0.175rem;
}
.splash-card.card ul li::marker, .splash-card .card ul li::marker, .splash-card .list-group ul li::marker, .splash-card table ul li::marker {
  margin-right: 0.75rem;
  font-weight: bolder;
  color: var(--dash-secondary);
}
.splash-card.card ul ul.sub-menu, .splash-card .card ul ul.sub-menu, .splash-card .list-group ul ul.sub-menu, .splash-card table ul ul.sub-menu {
  margin: 0.5rem 0 0.4rem 1rem;
}

.maintenance {
  height: 75dvh !important;
}
@-moz-document url-prefix() {
  .maintenance {
    height: 75vh;
  }
}

.clockin-message .rounded-circle {
  aspect-ratio: 1/1;
}

/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

.f-bg {
  border-radius: 0.75rem;
  background: rgb(252, 252, 253);
  box-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.25), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1.65rem;
}

.grid-100 {
  grid-template-columns: 100% !important;
}

table, .table {
  font-size: calc(11px * var(--font-size-scaling)) !important;
}
table:NOT(.calendar) .tHead, .table:NOT(.calendar) .tHead {
  color: var(--contrast-color) !important;
}
table:NOT(.calendar).r-DATA, table:NOT(.calendar).r-Data, table:NOT(.calendar).r-data, .table:NOT(.calendar).r-DATA, .table:NOT(.calendar).r-Data, .table:NOT(.calendar).r-data {
  width: 100%;
}
table:NOT(.calendar) tr td, table:NOT(.calendar) tr .td, table:NOT(.calendar) .tr td, table:NOT(.calendar) .tr .td, .table:NOT(.calendar) tr td, .table:NOT(.calendar) tr .td, .table:NOT(.calendar) .tr td, .table:NOT(.calendar) .tr .td {
  padding: 0.45rem 0.25rem;
  max-width: calc(14rem * var(--font-size-scaling));
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table:NOT(.calendar) tr td a, table:NOT(.calendar) tr td strong, table:NOT(.calendar) tr td small, table:NOT(.calendar) tr td em, table:NOT(.calendar) tr td b, table:NOT(.calendar) tr .td a, table:NOT(.calendar) tr .td strong, table:NOT(.calendar) tr .td small, table:NOT(.calendar) tr .td em, table:NOT(.calendar) tr .td b, table:NOT(.calendar) .tr td a, table:NOT(.calendar) .tr td strong, table:NOT(.calendar) .tr td small, table:NOT(.calendar) .tr td em, table:NOT(.calendar) .tr td b, table:NOT(.calendar) .tr .td a, table:NOT(.calendar) .tr .td strong, table:NOT(.calendar) .tr .td small, table:NOT(.calendar) .tr .td em, table:NOT(.calendar) .tr .td b, .table:NOT(.calendar) tr td a, .table:NOT(.calendar) tr td strong, .table:NOT(.calendar) tr td small, .table:NOT(.calendar) tr td em, .table:NOT(.calendar) tr td b, .table:NOT(.calendar) tr .td a, .table:NOT(.calendar) tr .td strong, .table:NOT(.calendar) tr .td small, .table:NOT(.calendar) tr .td em, .table:NOT(.calendar) tr .td b, .table:NOT(.calendar) .tr td a, .table:NOT(.calendar) .tr td strong, .table:NOT(.calendar) .tr td small, .table:NOT(.calendar) .tr td em, .table:NOT(.calendar) .tr td b, .table:NOT(.calendar) .tr .td a, .table:NOT(.calendar) .tr .td strong, .table:NOT(.calendar) .tr .td small, .table:NOT(.calendar) .tr .td em, .table:NOT(.calendar) .tr .td b {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table:NOT(.calendar) tr:first-child, table:NOT(.calendar) tr.table-footer, table:NOT(.calendar) .tr:first-child, table:NOT(.calendar) .tr.table-footer, .table:NOT(.calendar) tr:first-child, .table:NOT(.calendar) tr.table-footer, .table:NOT(.calendar) .tr:first-child, .table:NOT(.calendar) .tr.table-footer {
  border-bottom: 0.5px solid;
}
table:NOT(.calendar) tr:first-child th, table:NOT(.calendar) tr.table-footer th, table:NOT(.calendar) .tr:first-child th, table:NOT(.calendar) .tr.table-footer th, .table:NOT(.calendar) tr:first-child th, .table:NOT(.calendar) tr.table-footer th, .table:NOT(.calendar) .tr:first-child th, .table:NOT(.calendar) .tr.table-footer th {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.75rem 0.25rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
table:NOT(.calendar) tr:NOT(&:first-child):NOT(&.table-footer), table:NOT(.calendar) .tr:NOT(&:first-child):NOT(&.table-footer), .table:NOT(.calendar) tr:NOT(&:first-child):NOT(&.table-footer), .table:NOT(.calendar) .tr:NOT(&:first-child):NOT(&.table-footer) {
  border-bottom: 0.5px solid var(--default-border-color);
}
table:NOT(.calendar).border-override tr, .table:NOT(.calendar).border-override tr {
  border-bottom: none !important;
}
table:NOT(.calendar)#PR tr:nth-child(2) th, table:NOT(.calendar)#PR tr:nth-child(3) th, .table:NOT(.calendar)#PR tr:nth-child(2) th, .table:NOT(.calendar)#PR tr:nth-child(3) th {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.45rem 0.25rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
table:NOT(.calendar)#PR tr:first-child, table:NOT(.calendar)#PR tr:nth-child(1), table:NOT(.calendar)#PR tr:nth-child(2), table:NOT(.calendar)#PR tr:nth-child(3), .table:NOT(.calendar)#PR tr:first-child, .table:NOT(.calendar)#PR tr:nth-child(1), .table:NOT(.calendar)#PR tr:nth-child(2), .table:NOT(.calendar)#PR tr:nth-child(3) {
  border-bottom: none;
}
table.calendar, .table.calendar {
  border-width: 1px 0;
  border-right-width: 0;
  border-collapse: collapse;
  border-bottom-width: 0;
}
table.calendar tr, .table.calendar tr {
  border-width: 0;
}
table.calendar tr.h-1, .table.calendar tr.h-1 {
  height: 1px;
}
table.calendar.calendar_labels, .table.calendar.calendar_labels {
  border-width: 1px 0;
  table-layout: fixed;
}
table.calendar.calendar_labels th, .table.calendar.calendar_labels th {
  vertical-align: middle;
  border: 0.5px solid var(--default-border-color);
  padding: 0.35rem 0.75rem;
  font-weight: bold;
  border-bottom: none;
}
table.calendar.calendar_labels th a, .table.calendar.calendar_labels th a {
  color: var(--default-text-color) !important;
}
table.calendar.calendar_body, .table.calendar.calendar_body {
  height: 1px;
  table-layout: fixed;
}
table.calendar.calendar_body td, .table.calendar.calendar_body td {
  border: 0.5px solid var(--default-border-color);
  padding: 0.25rem;
  position: relative;
  min-height: 100%;
}
table.calendar.calendar_body td.curDay::before, .table.calendar.calendar_body td.curDay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.25;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: color-mix(in srgb, var(--dash-primary-c), transparent);
}
table.calendar.calendar_body td .list-group, .table.calendar.calendar_body td .list-group {
  width: 95% !important;
}

/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=radio]:focus,
input[type=color]:focus,
.form-check-input:focus,
.uneditable-input:focus {
  border-color: var(--default-border-color);
  box-shadow: 0 0 0 0.2rem rgba(57, 71, 94, 0.35);
  outline: 0 none;
}

input, select, textarea {
  font-weight: 500;
  color: var(--default-text-color) !important;
}
input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(input[type=range]):not(i.KEYbtn), select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(input[type=range]):not(i.KEYbtn), textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(input[type=range]):not(i.KEYbtn) {
  border-color: var(--default-border-color);
}
input:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(input[type=range]):not(i.KEYbtn):not(.override-theme-color):NOT([disabled]), select:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(input[type=range]):not(i.KEYbtn):not(.override-theme-color):NOT([disabled]), textarea:not(input[type=button]):not(input[type=submit]):not(input[type=reset]):not(input[type=radio]):not(input[type=checkbox]):not(input[type=range]):not(i.KEYbtn):not(.override-theme-color):NOT([disabled]) {
  background-color: var(--default-box-background) !important;
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-background-clip: text;
  color: var(--default-text-color) !important;
}
input.n-border, select.n-border, textarea.n-border {
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
}
input.n-border:hover, select.n-border:hover, textarea.n-border:hover {
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
}
input:hover, select:hover, textarea:hover {
  border-color: #39475e;
}
input:focus-visible, input:focus, select:focus-visible, select:focus, textarea:focus-visible, textarea:focus {
  outline: none !important;
}
input:not(input[type=range]):NOT(.no-drshdw):focus-visible, input:not(input[type=range]):NOT(.no-drshdw):focus, select:not(input[type=range]):NOT(.no-drshdw):focus-visible, select:not(input[type=range]):NOT(.no-drshdw):focus, textarea:not(input[type=range]):NOT(.no-drshdw):focus-visible, textarea:not(input[type=range]):NOT(.no-drshdw):focus {
  border: 1.5px solid #39475e !important;
}
input input[type=range]::-webkit-slider-thumb, select input[type=range]::-webkit-slider-thumb, textarea input[type=range]::-webkit-slider-thumb {
  background-color: var(--dash-primary-c) !important;
}
input input[type=range]::-webkit-slider-runnable-track, select input[type=range]::-webkit-slider-runnable-track, textarea input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--default-border-color) !important;
}
input.form-range::-webkit-slider-thumb, select.form-range::-webkit-slider-thumb, textarea.form-range::-webkit-slider-thumb {
  background-color: var(--dash-primary-c) !important;
}
input.form-range::-webkit-slider-runnable-track, select.form-range::-webkit-slider-runnable-track, textarea.form-range::-webkit-slider-runnable-track {
  background-color: var(--default-border-color) !important;
}

select {
  text-align: left;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
select#s_IPP, select#s_Page, select#TSIZE, select#TTSIZE, select#TCSIZE, select#ISIZE, select#BSIZE, select#ITEMSPERPAGE, select#s_Type {
  width: max-content;
}
select option[value=""] {
  color: #AAA !important;
  font-style: italic;
}

label {
  font-weight: 600;
  color: #75868f !important;
}
label#r_Attn-label {
  margin-left: 0.75rem;
}

.input__group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.input__group p {
  margin: 0 1rem 0 0.75rem;
  font-weight: 500;
}
.input__group.textarea {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.input__group.textarea label {
  width: 10rem;
  margin: 0 0 2rem 0;
}
.input__group.col {
  flex-direction: column;
}

.input__container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.input__color__ctr {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.26);
  border: 0.5px solid var(--default-border-color);
}

textarea {
  min-height: 4rem;
  min-width: 10rem;
  width: 100%;
  max-width: 15rem;
  background: var(--main-inner-background);
  border-radius: 8px;
  border: solid 1px var(--default-border-color);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  resize: none !important;
  padding: 0.4rem;
}
textarea#Comment4, textarea#Comment5, textarea#Comment7 {
  display: none;
}
textarea.h-2 {
  height: 2rem !important;
}

input {
  background: var(--main-inner-background);
}
input[disabled], input[readonly] {
  background: rgb(242, 244, 247);
  color: rgb(102, 112, 133) !important;
}
input[disabled]:not(.ps-0):not(.placeholder), input[readonly]:not(.ps-0):not(.placeholder) {
  padding-left: 1rem !important;
}
input:hover[disabled], input:hover[readonly], input:active[disabled], input:active[readonly], input:focus[disabled], input:focus[readonly] {
  border: 1px solid var(--default-border-color) !important;
  outline: none !important;
  box-shadow: none !important;
}
input.no-drshdw:focus {
  border: none !important;
  box-shadow: none !important;
}

input[type=color] {
  width: 100%;
  height: 100%;
  background: var(--main-inner-background) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  transform: scale(1.5);
}

input[list=list], input[type=text], input[type=tel], input[type=email], input[type=date], input[type=number], input[type=time], input[type=password], select {
  padding-left: 1rem;
  height: 1.75rem;
  width: 15rem;
  border: solid 1px var(--default-border-color);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
input[list=list]:NOT(.search-box), input[type=text]:NOT(.search-box), input[type=tel]:NOT(.search-box), input[type=email]:NOT(.search-box), input[type=date]:NOT(.search-box), input[type=number]:NOT(.search-box), input[type=time]:NOT(.search-box), input[type=password]:NOT(.search-box), select:NOT(.search-box) {
  border-radius: 8px;
}
input[list=list].search-box, input[type=text].search-box, input[type=tel].search-box, input[type=email].search-box, input[type=date].search-box, input[type=number].search-box, input[type=time].search-box, input[type=password].search-box, select.search-box {
  border-radius: 8px 0 0 8px;
  border-right: none !important;
}

input[type=checkbox] {
  height: 0.875rem;
  width: 0.875rem;
  border: solid 1px var(--default-border-color);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 0.35em;
}

input[type=radio], input[type=checkbox] {
  accent-color: var(--dash-primary-c);
  margin-right: 0.5rem;
}

.form-check {
  padding-left: revert !important;
  min-height: 1.25rem !important;
}

.form-check-input {
  margin-left: revert !important;
  margin: 0;
  margin-right: 0.5rem;
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.2095);
  appearance: none;
  color-adjust: exact;
}
.form-check-input:disabled {
  padding-left: 0 !important;
}
.form-check-input:checked {
  background-color: var(--dash-secondary) !important;
  border-color: var(--dash-secondary) !important;
}

.float-inp {
  position: relative;
}
.float-inp input[type=text], .float-inp input[type=number], .float-inp input[type=email], .float-inp input[type=password], .float-inp input[type=tel], .float-inp input[type=date], .float-inp input[type=time], .float-inp select, .float-inp textarea {
  font-size: calc(0.7rem * var(--font-size-scaling)) !important;
  padding: 1rem 0.675rem;
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
  opacity: 1;
  transition: all 150ms ease;
}
.float-inp input[type=text]::placeholder, .float-inp input[type=number]::placeholder, .float-inp input[type=email]::placeholder, .float-inp input[type=password]::placeholder, .float-inp input[type=tel]::placeholder, .float-inp input[type=date]::placeholder, .float-inp input[type=time]::placeholder, .float-inp select::placeholder, .float-inp textarea::placeholder {
  opacity: 0 !important;
}
.float-inp input[type=text]:not(:placeholder-shown):not(.phone-nbr), .float-inp input[type=number]:not(:placeholder-shown):not(.phone-nbr), .float-inp input[type=email]:not(:placeholder-shown):not(.phone-nbr), .float-inp input[type=password]:not(:placeholder-shown):not(.phone-nbr), .float-inp input[type=tel]:not(:placeholder-shown):not(.phone-nbr), .float-inp input[type=date]:not(:placeholder-shown):not(.phone-nbr), .float-inp input[type=time]:not(:placeholder-shown):not(.phone-nbr), .float-inp select:not(:placeholder-shown):not(.phone-nbr), .float-inp textarea:not(:placeholder-shown):not(.phone-nbr) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.float-inp input[type=text]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp input[type=number]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp input[type=email]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp input[type=password]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp input[type=tel]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp input[type=date]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp input[type=time]:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp select:not(:placeholder-shown):not(.phone-nbr) ~ label, .float-inp textarea:not(:placeholder-shown):not(.phone-nbr) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.float-inp input[type=text]:not(:placeholder-shown).phone-nbr, .float-inp input[type=number]:not(:placeholder-shown).phone-nbr, .float-inp input[type=email]:not(:placeholder-shown).phone-nbr, .float-inp input[type=password]:not(:placeholder-shown).phone-nbr, .float-inp input[type=tel]:not(:placeholder-shown).phone-nbr, .float-inp input[type=date]:not(:placeholder-shown).phone-nbr, .float-inp input[type=time]:not(:placeholder-shown).phone-nbr, .float-inp select:not(:placeholder-shown).phone-nbr, .float-inp textarea:not(:placeholder-shown).phone-nbr {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.float-inp input[type=text]:focus, .float-inp input[type=number]:focus, .float-inp input[type=email]:focus, .float-inp input[type=password]:focus, .float-inp input[type=tel]:focus, .float-inp input[type=date]:focus, .float-inp input[type=time]:focus, .float-inp select:focus, .float-inp textarea:focus {
  font-weight: 600;
  color: var(--client-primary-dark) !important;
}
.float-inp input[type=text]:focus:not(.phone-nbr) ~ label, .float-inp input[type=number]:focus:not(.phone-nbr) ~ label, .float-inp input[type=email]:focus:not(.phone-nbr) ~ label, .float-inp input[type=password]:focus:not(.phone-nbr) ~ label, .float-inp input[type=tel]:focus:not(.phone-nbr) ~ label, .float-inp input[type=date]:focus:not(.phone-nbr) ~ label, .float-inp input[type=time]:focus:not(.phone-nbr) ~ label, .float-inp select:focus:not(.phone-nbr) ~ label, .float-inp textarea:focus:not(.phone-nbr) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.float-inp input[type=text]:focus.phone-nbr ~ label, .float-inp input[type=number]:focus.phone-nbr ~ label, .float-inp input[type=email]:focus.phone-nbr ~ label, .float-inp input[type=password]:focus.phone-nbr ~ label, .float-inp input[type=tel]:focus.phone-nbr ~ label, .float-inp input[type=date]:focus.phone-nbr ~ label, .float-inp input[type=time]:focus.phone-nbr ~ label, .float-inp select:focus.phone-nbr ~ label, .float-inp textarea:focus.phone-nbr ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.float-inp input[type=text]:not(.phone-nbr).placeholder ~ label, .float-inp input[type=number]:not(.phone-nbr).placeholder ~ label, .float-inp input[type=email]:not(.phone-nbr).placeholder ~ label, .float-inp input[type=password]:not(.phone-nbr).placeholder ~ label, .float-inp input[type=tel]:not(.phone-nbr).placeholder ~ label, .float-inp input[type=date]:not(.phone-nbr).placeholder ~ label, .float-inp input[type=time]:not(.phone-nbr).placeholder ~ label, .float-inp select:not(.phone-nbr).placeholder ~ label, .float-inp textarea:not(.phone-nbr).placeholder ~ label {
  padding-left: 0.5rem !important;
}
.float-inp input[type=text].phone-nbr ~ label, .float-inp input[type=number].phone-nbr ~ label, .float-inp input[type=email].phone-nbr ~ label, .float-inp input[type=password].phone-nbr ~ label, .float-inp input[type=tel].phone-nbr ~ label, .float-inp input[type=date].phone-nbr ~ label, .float-inp input[type=time].phone-nbr ~ label, .float-inp select.phone-nbr ~ label, .float-inp textarea.phone-nbr ~ label {
  padding-left: 0;
  translate: 0 -60%;
}
.float-inp input[type=text].placeholder, .float-inp input[type=number].placeholder, .float-inp input[type=email].placeholder, .float-inp input[type=password].placeholder, .float-inp input[type=tel].placeholder, .float-inp input[type=date].placeholder, .float-inp input[type=time].placeholder, .float-inp select.placeholder, .float-inp textarea.placeholder {
  line-height: 1.25;
  font-size: calc(0.7rem * var(--font-size-scaling)) !important;
  padding-left: 0.5rem !important;
}
.float-inp input[type=text].placeholder:NOT(.editable), .float-inp input[type=number].placeholder:NOT(.editable), .float-inp input[type=email].placeholder:NOT(.editable), .float-inp input[type=password].placeholder:NOT(.editable), .float-inp input[type=tel].placeholder:NOT(.editable), .float-inp input[type=date].placeholder:NOT(.editable), .float-inp input[type=time].placeholder:NOT(.editable), .float-inp select.placeholder:NOT(.editable), .float-inp textarea.placeholder:NOT(.editable) {
  max-height: 8rem;
  height: max-content;
  min-height: calc(2.75rem + var(--bs-border-width) * 2);
}
.float-inp input[type=text].placeholder:not([disabled]), .float-inp input[type=number].placeholder:not([disabled]), .float-inp input[type=email].placeholder:not([disabled]), .float-inp input[type=password].placeholder:not([disabled]), .float-inp input[type=tel].placeholder:not([disabled]), .float-inp input[type=date].placeholder:not([disabled]), .float-inp input[type=time].placeholder:not([disabled]), .float-inp select.placeholder:not([disabled]), .float-inp textarea.placeholder:not([disabled]) {
  cursor: pointer;
}
.float-inp input[type=text].placeholder[disabled], .float-inp input[type=number].placeholder[disabled], .float-inp input[type=email].placeholder[disabled], .float-inp input[type=password].placeholder[disabled], .float-inp input[type=tel].placeholder[disabled], .float-inp input[type=date].placeholder[disabled], .float-inp input[type=time].placeholder[disabled], .float-inp select.placeholder[disabled], .float-inp textarea.placeholder[disabled] {
  cursor: not-allowed;
}
.float-inp input[type=text].placeholder ~ label, .float-inp input[type=number].placeholder ~ label, .float-inp input[type=email].placeholder ~ label, .float-inp input[type=password].placeholder ~ label, .float-inp input[type=tel].placeholder ~ label, .float-inp input[type=date].placeholder ~ label, .float-inp input[type=time].placeholder ~ label, .float-inp select.placeholder ~ label, .float-inp textarea.placeholder ~ label {
  font-weight: bold !important;
}
.float-inp input[type=text].placeholder ~ label a, .float-inp input[type=number].placeholder ~ label a, .float-inp input[type=email].placeholder ~ label a, .float-inp input[type=password].placeholder ~ label a, .float-inp input[type=tel].placeholder ~ label a, .float-inp input[type=date].placeholder ~ label a, .float-inp input[type=time].placeholder ~ label a, .float-inp select.placeholder ~ label a, .float-inp textarea.placeholder ~ label a {
  cursor: zoom-in !important;
}
.float-inp select {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
}
.float-inp label {
  z-index: 2;
  height: 100%;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  font-weight: 500 !important;
  font-weight: bold !important;
}
.float-inp label:not(.radio-check) {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 0.75rem;
}
.float-inp .search-btn {
  border-color: var(--default-border-color) !important;
  border-left: none !important;
  padding: 1rem 0.675rem !important;
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
}

.prog-bar {
  height: 3px;
  width: 7rem;
  border-radius: 15px;
  background-color: var(--default-border-color);
}

i.KEYbtn.keypad-event {
  padding: 0.25rem !important;
}
i.KEYbtn:hover {
  cursor: pointer;
}

i.KEYbtn.primary, button.primary, input[type=button].primary, input[type=submit].primary, input[type=reset].primary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  width: max-content;
  transition-property: transform , color , background-color , border-color;
  transition-duration: 250ms , 500ms , 500ms , 500ms;
  transition-timing-function: ease;
  color: var(--contrast-color) !important;
}
i.KEYbtn.primary:not(i.KEYbtn.primary.AddD, button.primary.AddD, input[type=button].primary.AddD, input[type=submit].primary.AddD, input[type=reset].primary.AddD):not(.keypad-event), button.primary:not(i.KEYbtn.primary.AddD, button.primary.AddD, input[type=button].primary.AddD, input[type=submit].primary.AddD, input[type=reset].primary.AddD):not(.keypad-event), input[type=button].primary:not(i.KEYbtn.primary.AddD, button.primary.AddD, input[type=button].primary.AddD, input[type=submit].primary.AddD, input[type=reset].primary.AddD):not(.keypad-event), input[type=submit].primary:not(i.KEYbtn.primary.AddD, button.primary.AddD, input[type=button].primary.AddD, input[type=submit].primary.AddD, input[type=reset].primary.AddD):not(.keypad-event), input[type=reset].primary:not(i.KEYbtn.primary.AddD, button.primary.AddD, input[type=button].primary.AddD, input[type=submit].primary.AddD, input[type=reset].primary.AddD):not(.keypad-event) {
  padding: 0.25rem 0.75rem !important;
}
i.KEYbtn.primary[disabled], button.primary[disabled], input[type=button].primary[disabled], input[type=submit].primary[disabled], input[type=reset].primary[disabled] {
  background-color: #42424a !important;
  border-color: var(--default-border-color) !important;
}
i.KEYbtn.primary[disabled]:hover, button.primary[disabled]:hover, input[type=button].primary[disabled]:hover, input[type=submit].primary[disabled]:hover, input[type=reset].primary[disabled]:hover {
  transform: none !important;
  cursor: not-allowed !important;
}
i.KEYbtn.primary:NOT(.search-btn):hover, button.primary:NOT(.search-btn):hover, input[type=button].primary:NOT(.search-btn):hover, input[type=submit].primary:NOT(.search-btn):hover, input[type=reset].primary:NOT(.search-btn):hover {
  transform: translateY(-5%);
}
i.KEYbtn.primary.form .button__text, button.primary.form .button__text, input[type=button].primary.form .button__text, input[type=submit].primary.form .button__text, input[type=reset].primary.form .button__text {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
i.KEYbtn.primary.narrow, button.primary.narrow, input[type=button].primary.narrow, input[type=submit].primary.narrow, input[type=reset].primary.narrow {
  padding: calc(0.35rem * var(--font-size-scaling)) calc(1.125rem * var(--font-size-scaling));
}
i.KEYbtn.primary.expanded, button.primary.expanded, input[type=button].primary.expanded, input[type=submit].primary.expanded, input[type=reset].primary.expanded {
  width: calc(15rem * var(--font-size-scaling));
}
i.KEYbtn.primary.fill, button.primary.fill, input[type=button].primary.fill, input[type=submit].primary.fill, input[type=reset].primary.fill {
  width: 100%;
}
i.KEYbtn.success, button.success, input[type=button].success, input[type=submit].success, input[type=reset].success {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  width: max-content;
  transition-property: transform , color , background-color , border-color;
  transition-duration: 250ms , 500ms , 500ms , 500ms;
  transition-timing-function: ease;
  color: #fff;
  background-color: #86b01d;
  border: 0.25px solid #7b9e23;
}
i.KEYbtn.success:not(i.KEYbtn.success.AddD, button.success.AddD, input[type=button].success.AddD, input[type=submit].success.AddD, input[type=reset].success.AddD):not(.keypad-event), button.success:not(i.KEYbtn.success.AddD, button.success.AddD, input[type=button].success.AddD, input[type=submit].success.AddD, input[type=reset].success.AddD):not(.keypad-event), input[type=button].success:not(i.KEYbtn.success.AddD, button.success.AddD, input[type=button].success.AddD, input[type=submit].success.AddD, input[type=reset].success.AddD):not(.keypad-event), input[type=submit].success:not(i.KEYbtn.success.AddD, button.success.AddD, input[type=button].success.AddD, input[type=submit].success.AddD, input[type=reset].success.AddD):not(.keypad-event), input[type=reset].success:not(i.KEYbtn.success.AddD, button.success.AddD, input[type=button].success.AddD, input[type=submit].success.AddD, input[type=reset].success.AddD):not(.keypad-event) {
  padding: 0.25rem 0.75rem !important;
}
i.KEYbtn.success[disabled], button.success[disabled], input[type=button].success[disabled], input[type=submit].success[disabled], input[type=reset].success[disabled] {
  background-color: #42424a !important;
  border-color: var(--default-border-color) !important;
}
i.KEYbtn.success[disabled]:hover, button.success[disabled]:hover, input[type=button].success[disabled]:hover, input[type=submit].success[disabled]:hover, input[type=reset].success[disabled]:hover {
  transform: none !important;
  cursor: not-allowed !important;
}
i.KEYbtn.success:NOT(.search-btn):hover, button.success:NOT(.search-btn):hover, input[type=button].success:NOT(.search-btn):hover, input[type=submit].success:NOT(.search-btn):hover, input[type=reset].success:NOT(.search-btn):hover {
  transform: translateY(-5%);
}
i.KEYbtn.success.form .button__text, button.success.form .button__text, input[type=button].success.form .button__text, input[type=submit].success.form .button__text, input[type=reset].success.form .button__text {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
i.KEYbtn.success.narrow, button.success.narrow, input[type=button].success.narrow, input[type=submit].success.narrow, input[type=reset].success.narrow {
  padding: calc(0.35rem * var(--font-size-scaling)) calc(1.125rem * var(--font-size-scaling));
}
i.KEYbtn.success.expanded, button.success.expanded, input[type=button].success.expanded, input[type=submit].success.expanded, input[type=reset].success.expanded {
  width: calc(15rem * var(--font-size-scaling));
}
i.KEYbtn.success.fill, button.success.fill, input[type=button].success.fill, input[type=submit].success.fill, input[type=reset].success.fill {
  width: 100%;
}
i.KEYbtn.success:hover:not(i.KEYbtn.success:hover[disabled], button.success:hover[disabled], input[type=button].success:hover[disabled], input[type=submit].success:hover[disabled], input[type=reset].success:hover[disabled]), button.success:hover:not(i.KEYbtn.success:hover[disabled], button.success:hover[disabled], input[type=button].success:hover[disabled], input[type=submit].success:hover[disabled], input[type=reset].success:hover[disabled]), input[type=button].success:hover:not(i.KEYbtn.success:hover[disabled], button.success:hover[disabled], input[type=button].success:hover[disabled], input[type=submit].success:hover[disabled], input[type=reset].success:hover[disabled]), input[type=submit].success:hover:not(i.KEYbtn.success:hover[disabled], button.success:hover[disabled], input[type=button].success:hover[disabled], input[type=submit].success:hover[disabled], input[type=reset].success:hover[disabled]), input[type=reset].success:hover:not(i.KEYbtn.success:hover[disabled], button.success:hover[disabled], input[type=button].success:hover[disabled], input[type=submit].success:hover[disabled], input[type=reset].success:hover[disabled]) {
  box-shadow: 0 0.1rem 0.5rem rgba(159, 204, 46, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
  background-color: #789925;
  border-color: #719020;
}
i.KEYbtn.success:active, i.KEYbtn.success:focus, button.success:active, button.success:focus, input[type=button].success:active, input[type=button].success:focus, input[type=submit].success:active, input[type=submit].success:focus, input[type=reset].success:active, input[type=reset].success:focus {
  border-color: rgb(3, 152, 85);
}
i.KEYbtn.outline, button.outline, input[type=button].outline, input[type=submit].outline, input[type=reset].outline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  width: max-content;
  transition-property: transform , color , background-color , border-color;
  transition-duration: 250ms , 500ms , 500ms , 500ms;
  transition-timing-function: ease;
  font-weight: bold !important;
  border-radius: 8px;
  border: 0.25px solid !important;
  font-size: calc(0.75rem * var(--font-size-scaling)) !important;
}
i.KEYbtn.outline:not(i.KEYbtn.outline.AddD, button.outline.AddD, input[type=button].outline.AddD, input[type=submit].outline.AddD, input[type=reset].outline.AddD):not(.keypad-event), button.outline:not(i.KEYbtn.outline.AddD, button.outline.AddD, input[type=button].outline.AddD, input[type=submit].outline.AddD, input[type=reset].outline.AddD):not(.keypad-event), input[type=button].outline:not(i.KEYbtn.outline.AddD, button.outline.AddD, input[type=button].outline.AddD, input[type=submit].outline.AddD, input[type=reset].outline.AddD):not(.keypad-event), input[type=submit].outline:not(i.KEYbtn.outline.AddD, button.outline.AddD, input[type=button].outline.AddD, input[type=submit].outline.AddD, input[type=reset].outline.AddD):not(.keypad-event), input[type=reset].outline:not(i.KEYbtn.outline.AddD, button.outline.AddD, input[type=button].outline.AddD, input[type=submit].outline.AddD, input[type=reset].outline.AddD):not(.keypad-event) {
  padding: 0.25rem 0.75rem !important;
}
i.KEYbtn.outline[disabled], button.outline[disabled], input[type=button].outline[disabled], input[type=submit].outline[disabled], input[type=reset].outline[disabled] {
  background-color: #42424a !important;
  border-color: var(--default-border-color) !important;
}
i.KEYbtn.outline[disabled]:hover, button.outline[disabled]:hover, input[type=button].outline[disabled]:hover, input[type=submit].outline[disabled]:hover, input[type=reset].outline[disabled]:hover {
  transform: none !important;
  cursor: not-allowed !important;
}
i.KEYbtn.outline:NOT(.search-btn):hover, button.outline:NOT(.search-btn):hover, input[type=button].outline:NOT(.search-btn):hover, input[type=submit].outline:NOT(.search-btn):hover, input[type=reset].outline:NOT(.search-btn):hover {
  transform: translateY(-5%);
}
i.KEYbtn.outline.form .button__text, button.outline.form .button__text, input[type=button].outline.form .button__text, input[type=submit].outline.form .button__text, input[type=reset].outline.form .button__text {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
i.KEYbtn.outline.narrow, button.outline.narrow, input[type=button].outline.narrow, input[type=submit].outline.narrow, input[type=reset].outline.narrow {
  padding: calc(0.35rem * var(--font-size-scaling)) calc(1.125rem * var(--font-size-scaling));
}
i.KEYbtn.outline.expanded, button.outline.expanded, input[type=button].outline.expanded, input[type=submit].outline.expanded, input[type=reset].outline.expanded {
  width: calc(15rem * var(--font-size-scaling));
}
i.KEYbtn.outline.fill, button.outline.fill, input[type=button].outline.fill, input[type=submit].outline.fill, input[type=reset].outline.fill {
  width: 100%;
}
i.KEYbtn.outline i, button.outline i, input[type=button].outline i, input[type=submit].outline i, input[type=reset].outline i {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
i.KEYbtn.client-primary, button.client-primary, input[type=button].client-primary, input[type=submit].client-primary, input[type=reset].client-primary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  width: max-content;
  transition-property: transform , color , background-color , border-color;
  transition-duration: 250ms , 500ms , 500ms , 500ms;
  transition-timing-function: ease;
  color: white !important;
  background-color: var(--client-primary) !important;
  border: 0.25px solid var(--client-primary-dark) !important;
}
i.KEYbtn.client-primary:not(i.KEYbtn.client-primary.AddD, button.client-primary.AddD, input[type=button].client-primary.AddD, input[type=submit].client-primary.AddD, input[type=reset].client-primary.AddD):not(.keypad-event), button.client-primary:not(i.KEYbtn.client-primary.AddD, button.client-primary.AddD, input[type=button].client-primary.AddD, input[type=submit].client-primary.AddD, input[type=reset].client-primary.AddD):not(.keypad-event), input[type=button].client-primary:not(i.KEYbtn.client-primary.AddD, button.client-primary.AddD, input[type=button].client-primary.AddD, input[type=submit].client-primary.AddD, input[type=reset].client-primary.AddD):not(.keypad-event), input[type=submit].client-primary:not(i.KEYbtn.client-primary.AddD, button.client-primary.AddD, input[type=button].client-primary.AddD, input[type=submit].client-primary.AddD, input[type=reset].client-primary.AddD):not(.keypad-event), input[type=reset].client-primary:not(i.KEYbtn.client-primary.AddD, button.client-primary.AddD, input[type=button].client-primary.AddD, input[type=submit].client-primary.AddD, input[type=reset].client-primary.AddD):not(.keypad-event) {
  padding: 0.25rem 0.75rem !important;
}
i.KEYbtn.client-primary[disabled], button.client-primary[disabled], input[type=button].client-primary[disabled], input[type=submit].client-primary[disabled], input[type=reset].client-primary[disabled] {
  background-color: #42424a !important;
  border-color: var(--default-border-color) !important;
}
i.KEYbtn.client-primary[disabled]:hover, button.client-primary[disabled]:hover, input[type=button].client-primary[disabled]:hover, input[type=submit].client-primary[disabled]:hover, input[type=reset].client-primary[disabled]:hover {
  transform: none !important;
  cursor: not-allowed !important;
}
i.KEYbtn.client-primary:NOT(.search-btn):hover, button.client-primary:NOT(.search-btn):hover, input[type=button].client-primary:NOT(.search-btn):hover, input[type=submit].client-primary:NOT(.search-btn):hover, input[type=reset].client-primary:NOT(.search-btn):hover {
  transform: translateY(-5%);
}
i.KEYbtn.client-primary.form .button__text, button.client-primary.form .button__text, input[type=button].client-primary.form .button__text, input[type=submit].client-primary.form .button__text, input[type=reset].client-primary.form .button__text {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
i.KEYbtn.client-primary.narrow, button.client-primary.narrow, input[type=button].client-primary.narrow, input[type=submit].client-primary.narrow, input[type=reset].client-primary.narrow {
  padding: calc(0.35rem * var(--font-size-scaling)) calc(1.125rem * var(--font-size-scaling));
}
i.KEYbtn.client-primary.expanded, button.client-primary.expanded, input[type=button].client-primary.expanded, input[type=submit].client-primary.expanded, input[type=reset].client-primary.expanded {
  width: calc(15rem * var(--font-size-scaling));
}
i.KEYbtn.client-primary.fill, button.client-primary.fill, input[type=button].client-primary.fill, input[type=submit].client-primary.fill, input[type=reset].client-primary.fill {
  width: 100%;
}
i.KEYbtn.client-primary:hover, button.client-primary:hover, input[type=button].client-primary:hover, input[type=submit].client-primary:hover, input[type=reset].client-primary:hover {
  box-shadow: 0 0.1rem 0.5rem var(--client-primary-overlay), 0 0.25rem 1rem rgba(55, 60, 67, 0.2) !important;
  background-color: var(--client-primary-dark) !important;
  border-color: var(--client-primary) !important;
}
input[type=button], input[type=submit], input[type=reset] {
  overflow: hidden;
  position: relative;
  flex-flow: revert;
  flex-direction: revert !important;
  font-size: calc(0.75rem * var(--font-size-scaling)) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-transform: capitalize;
  font-size: calc(1.25rem * var(--font-size-scaling));
  font-weight: 500;
  width: max-content;
  transition-property: transform , color , background-color , border-color;
  transition-duration: 250ms , 500ms , 500ms , 500ms;
  transition-timing-function: ease;
  color: var(--contrast-color) !important;
}
input[type=button] :not(.d-flex), input[type=submit] :not(.d-flex), input[type=reset] :not(.d-flex) {
  display: inline-block !important;
}
input[type=button]:not(input[type=button].AddD, input[type=submit].AddD, input[type=reset].AddD):not(.keypad-event), input[type=submit]:not(input[type=button].AddD, input[type=submit].AddD, input[type=reset].AddD):not(.keypad-event), input[type=reset]:not(input[type=button].AddD, input[type=submit].AddD, input[type=reset].AddD):not(.keypad-event) {
  padding: 0.25rem 0.75rem !important;
}
input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] {
  background-color: #42424a !important;
  border-color: var(--default-border-color) !important;
}
input[type=button][disabled]:hover, input[type=submit][disabled]:hover, input[type=reset][disabled]:hover {
  transform: none !important;
  cursor: not-allowed !important;
}
input[type=button]:NOT(.search-btn):hover, input[type=submit]:NOT(.search-btn):hover, input[type=reset]:NOT(.search-btn):hover {
  transform: translateY(-5%);
}
input[type=button].form .button__text, input[type=submit].form .button__text, input[type=reset].form .button__text {
  font-size: calc(1.25rem * var(--font-size-scaling));
}
input[type=button].narrow, input[type=submit].narrow, input[type=reset].narrow {
  padding: calc(0.35rem * var(--font-size-scaling)) calc(1.125rem * var(--font-size-scaling));
}
input[type=button].expanded, input[type=submit].expanded, input[type=reset].expanded {
  width: calc(15rem * var(--font-size-scaling));
}
input[type=button].fill, input[type=submit].fill, input[type=reset].fill {
  width: 100%;
}

.btn-widget.apprbtn .btn-widget-title {
  width: 7rem;
}
.btn-widget.reqWidget .btn-widget-title {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 480px) {
  .btn-widget.apprbtn, .btn-widget.reqWidget {
    width: 50% !important;
    height: 50% !important;
  }
  .btn-widget.apprbtn .btn-widget-link, .btn-widget.reqWidget .btn-widget-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.btn-widget .btn-widget-sphere {
  display: block;
  padding: 0.5rem 0.85rem 0.5rem 0.5rem;
  overflow: hidden;
  position: relative;
  border-radius: 11px;
  width: fit-content;
}
.btn-widget .btn-widget-sphere small {
  z-index: 1;
  transition: all 0.375s ease-in;
}
.btn-widget .btn-widget-sphere .btn-widget-bg {
  position: relative !important;
  border-radius: 11px;
  height: calc(2rem * var(--font-size-scaling));
  width: calc(2rem * var(--font-size-scaling));
}
.btn-widget .btn-widget-sphere .btn-widget-bg::before {
  content: "";
  z-index: -1;
  background-color: inherit;
  position: absolute;
  width: 0;
  height: 0;
  transition: all 0.25s ease-in;
  border-radius: inherit;
}
.btn-widget .btn-widget-sphere .btn-widget-icon {
  font-size: calc(1.25rem * var(--font-size-scaling));
  color: var(--default-box-background) !important;
  position: relative;
  opacity: 0.75;
  filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
}
.btn-widget .btn-widget-sphere .btn-widget-title {
  min-height: calc(2rem * var(--font-size-scaling));
  height: calc(2rem * var(--font-size-scaling));
  max-height: calc(2rem * var(--font-size-scaling));
  min-width: calc(7rem * var(--font-size-scaling));
  width: calc(7rem * var(--font-size-scaling));
  max-width: calc(7rem * var(--font-size-scaling));
  overflow: visible !important;
}
.btn-widget .btn-widget-sphere:hover .btn-widget-bg::before {
  width: calc(250px * var(--font-size-scaling));
  height: calc(100px * var(--font-size-scaling));
}
.btn-widget .btn-widget-sphere:hover .btn-widget-title {
  overflow: revert;
}
.btn-widget .btn-widget-sphere:hover .btn-widget-title small {
  color: var(--default-box-background) !important;
  filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
}
.btn-widget .btn-widget-link {
  padding: 0.5rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.btn-widget .btn-widget-link:hover.themed-widget-link .btn-widget-themed-title, .btn-widget .btn-widget-link:hover.themed-widget-link .themed-reverse-icon {
  color: var(--dash-primary-c) !important;
}
.btn-widget .btn-widget-link:hover .widget-bg-full {
  scale: 0;
}
.btn-widget .btn-widget-link:hover small {
  color: var(--default-text-color) !important;
  transition: all 0.75s ease;
}
.btn-widget .btn-widget-link:hover .btn-widget-title {
  color: var(--default-box-background) !important;
  filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
}
.btn-widget .btn-widget-link:hover .btn-widget-bg {
  scale: 10;
}
.btn-widget .btn-widget-link:hover .btn-widget-icon {
  color: var(--contrast-color) !important;
  filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
}
.btn-widget .btn-widget-link .btn-widget-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: calc(4.5rem * var(--font-size-scaling));
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 4) {
  .btn-widget .btn-widget-link:focus .widget-bg-full {
    scale: 0;
  }
  .btn-widget .btn-widget-link:focus .btn-widget-title {
    color: var(--default-box-background) !important;
    filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
  }
  .btn-widget .btn-widget-link:focus .btn-widget-bg {
    scale: 10;
  }
  .btn-widget .btn-widget-link:focus .btn-widget-icon {
    color: var(--default-box-background) !important;
    filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
  }
}
.btn-widget .btn-heading-overlay {
  opacity: 0.25;
  z-index: 2;
  color: var(--default-box-background) !important;
  transition: all 0.5s ease;
  filter: drop-shadow(0 -2px 5px hsla(220deg, 3%, 15%, 0.07)) drop-shadow(0 1px 1px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 2px 2px hsla(220deg, 3%, 15%, 0.08)) drop-shadow(0 5px 5px hsla(220deg, 3%, 15%, 0.09)) drop-shadow(0 9px 9px hsla(220deg, 3%, 15%, 0.1)) drop-shadow(0 16px 16px hsla(220deg, 3%, 15%, 0.11)) !important;
}
.btn-widget .btn-heading-overlay .btn-widget-title {
  min-height: calc(4.5rem * var(--font-size-scaling));
  height: calc(4.5rem * var(--font-size-scaling));
  max-height: calc(4.5rem * var(--font-size-scaling));
}
.btn-widget .btn-widget-title {
  overflow: hidden;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
  color: var(--default-text-color) !important;
  width: calc(100% * var(--font-size-scaling));
}
.btn-widget .btn-widget-text {
  color: var(--default-text-color) !important;
  z-index: 2;
}
.btn-widget .btn-widget-icon {
  z-index: 2;
  opacity: 0.25;
  transition: all 0.5s ease;
}
.btn-widget .btn-widget-bg, .btn-widget .widget-bg-full {
  z-index: 1;
  transition: all 0.5s ease;
}
.btn-widget .widget-bg-full {
  position: absolute;
  border-radius: 50%;
  height: calc(128px * var(--font-size-scaling));
  width: calc(128px * var(--font-size-scaling));
  scale: 10;
  top: -90px;
  right: -90px;
}
.btn-widget .btn-widget-themed-title, .btn-widget .themed-reverse-icon {
  transition: all 0.5s ease;
}
.btn-widget .btn-widget-cube {
  width: 100%;
  min-height: 4.9rem;
  height: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.btn-widget .btn-widget-cube .btn-widget-bg {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.btn {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.55rem 1rem !important;
  font-size: calc(0.7125rem * var(--font-size-scaling));
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
}
.btn:not(.narrow-v):NOT(.btn-icon) {
  padding: 0.55rem 1rem !important;
}
.btn.narrow-v {
  padding: 0.15rem 1rem !important;
}
.btn:NOT(.search-btn) {
  border: 1px solid !important;
  border-color: transparent !important;
}
.btn:NOT(.search-btn) {
  border-radius: 0.4375rem !important;
}
.btn.search-btn {
  border-radius: 0 0.4375rem 0.4375rem 0 !important;
}
.btn:not(.text-white) {
  color: #75868f;
}

.btn2 {
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 56px;
  width: 100%;
  padding: 0 1.5rem;
  font-size: 0.7rem;
  font-weight: bolder;
  border-radius: 50px;
  border: 1px solid var(--default-border-color);
}
.btn2:not(.d-none):not(.d-override) {
  display: inline-block !important;
}
.btn2 .btn-img {
  height: 1rem;
}

.btn-sm {
  padding: 0.45rem 0.95rem !important;
  font-size: calc(0.65625rem * var(--font-size-scaling)) !important;
  border-radius: 0.3125rem !important;
}

.btn-icon {
  align-items: center !important;
  box-sizing: content-box !important;
  display: inline-flex !important;
  height: calc((1.1rem + 1em) * var(--font-size-scaling)) !important;
  justify-content: center !important;
}
.btn-icon:NOT(.rect) {
  padding: 0 !important;
  width: calc((1.1rem + 1em) * var(--font-size-scaling)) !important;
}
.btn-icon.rect {
  padding: 0 0.5rem !important;
}

.btn-icon .btn-sm {
  width: calc((0.9rem + 1em) * var(--font-size-scaling));
  height: calc((0.9rem + 1em) * var(--font-size-scaling));
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: calc(0.6em * var(--font-size-scaling));
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50px;
}
.badge.notification-alert {
  height: calc(1rem * var(--font-size-scaling));
  min-width: calc(1rem * var(--font-size-scaling));
}
.badge.rounded-pill.animate::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  border: 2px solid;
  width: 100%;
  height: 100%;
  animation: pill-outer-pulse 1.5s infinite;
}
.badge.badge-super {
  position: absolute !important;
  inset: 0.15rem auto auto 80% !important;
  transform: translate(max(-0.625rem, -50%), -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge.badge-super.animate {
  animation: pulse 1.5s 1;
}
.badge.badge-super.animate::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid;
  width: 100%;
  height: 100%;
  animation: outer-pulse 1.5s infinite;
}
.badge.badge-super .visibilty-hidden {
  font-size: calc(9px * var(--font-size-scaling));
  font-weight: 500;
  letter-spacing: 0.07rem;
}

i {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.rotate-action i {
  position: relative;
  transition-property: rotate;
  transition-duration: 175ms;
  transition-timing-function: ease-in;
}
.rotate-action:hover i, .rotate-action:focus i {
  rotate: 350deg;
  scale: 1.15;
}

.input__drop__area {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: border-color 350ms ease;
}
.input__drop__area.highlight {
  background-color: rgb(254, 243, 242);
  border-color: rgb(3, 152, 85) !important;
}
.input__drop__area.highlight i {
  transform: translate(0, -15%);
}
.input__drop__area.highlight h4 {
  color: rgb(3, 152, 85) !important;
}
.input__drop__area input {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  z-index: 5;
  position: absolute;
}
.input__drop__area input::-webkit-file-upload-button {
  visibility: hidden;
  user-select: none;
}
.input__drop__area label {
  margin: 1rem 0;
}
.input__drop__area #click {
  width: max-content;
  position: relative;
  font-weight: 600;
  z-index: 4;
  margin-top: 1.5rem;
}
.input__drop__area #click span {
  color: rgb(180, 35, 24);
}
.input__drop__area i {
  font-size: calc(1.25rem * var(--font-size-scaling)) !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: rgb(3, 152, 85) !important;
  z-index: 0;
  transition: transform 350ms ease;
}
.input__drop__area i::before {
  padding: 0.5rem;
  background-color: rgb(209, 250, 223) !important;
  border-radius: 50%;
  z-index: 2;
}
.input__drop__area i::after {
  content: "";
  width: 130%;
  height: 130%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  background-color: rgb(236, 253, 243) !important;
  border-radius: 50%;
  z-index: 1;
}
.input__drop__area h4 {
  transition: color 350ms ease;
}

.input__drop__area__toggles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  gap: 0.5rem;
}

.to-top-container {
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: min(100% - 7em, 100dvh);
  bottom: 4em;
  z-index: 999;
}
@-moz-document url-prefix() {
  .to-top-container {
    top: min(100% - 7em, 100vh);
  }
}
.to-top-container .to-top-widget {
  align-items: center;
  border-width: 4px !important;
  border-style: solid !important;
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
  border-radius: 0.4375rem;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: visible;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  bottom: 1rem;
  width: calc(4em * var(--font-size-scaling));
  z-index: 99999;
  transform-origin: center;
  transition-property: transform , color;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
}
.to-top-container .to-top-widget:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: calc(0.75em * var(--font-size-scaling));
  left: calc(50% - 0.375em);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.175em);
  transform-origin: center center;
  transform: rotate(-45deg);
  width: calc(0.75em * var(--font-size-scaling));
}
.to-top-container .to-top-widget:hover {
  transform: translateY(-5.5%);
}
@media screen and (max-width: 480px) {
  .to-top-container {
    top: min(100% - 2em, 100dvh);
    right: 1.5rem;
  }
  @-moz-document url-prefix() {
    .to-top-container {
      top: min(100% - 2em, 100vh);
    }
  }
}

/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
.bg-red {
  background-color: #ee0a0a !important;
}

.bg-blue {
  background-color: SteelBlue !important;
}

.bg-green {
  background-color: #86b01d !important;
}

.bg-primary {
  background-color: #39475e !important;
}

.bg-orange {
  background-color: #fd910d !important;
}

.bg-dark {
  background-color: #353535 !important;
}

.bg-success {
  background-color: #86b01d !important;
}

.bg-purple {
  background-color: rgb(189, 99, 211) !important;
}

.bg-warning {
  background-color: rgb(254, 200, 75) !important;
}

.bg-danger {
  background-color: rgb(180, 35, 24) !important;
}

.bg-danger-or {
  background-color: #dc3545 !important;
}

.bg-client {
  background-color: var(--client-primary) !important;
}

.bg-muted {
  background-color: var(--dashboard-background) !important;
}

.border-purple {
  border-color: rgb(189, 99, 211) !important;
}

.bg-gold-50 {
  background-color: rgba(218, 165, 32, 0.5) !important;
}

.bg-purple-50 {
  background-color: rgba(186, 85, 211, 0.5) !important;
}

.bg-steelblue-50 {
  background-color: rgba(70, 131, 180, 0.505) !important;
}

.bg-green-50 {
  background-color: rgba(134, 176, 29, 0.5) !important;
}

.bg-red-25 {
  background-color: rgba(238, 10, 10, 0.25) !important;
}

.bg-green-10 {
  background-color: rgba(134, 176, 29, 0.15) !important;
}

.bg-warning-10 {
  background-color: rgba(254, 200, 75, 0.1) !important;
}

.bg-purple-25 {
  background-color: rgba(186, 85, 211, 0.25) !important;
}

.bg-red-10 {
  background-color: rgba(238, 10, 10, 0.1) !important;
}

.nav-contrast {
  background-color: var(--dashboard-background) !important;
}

/*=================================================*/
/*=================================================*/
.text-client-primary {
  color: var(--client-primary) !important;
}

.text-warning {
  color: rgb(254, 200, 75) !important;
}

.text-success {
  color: #86b01d !important;
}

.text-warning {
  color: rgb(218, 165, 32) !important;
}

.text-blue {
  color: SteelBlue !important;
}

.text-primary {
  color: #39475e !important;
}

.text-purple {
  color: rgb(189, 99, 211) !important;
}

.text-contrast {
  color: var(--contrast-color) !important;
}

/*=================================================*/
:root {
  --client-primary: ;
  --client-primary-dark: ;
  --client-primary-overlay: ;
  --dash-primary: linear-gradient(180deg,rgb(180, 35, 24),#FFF);
  --dash-primary-c: rgb(180, 35, 24);
  --dash-secondary: rgb(145, 32, 24);
  --contrast-paragraph-color: ;
  --dashboard-background:#eee;
  --sidebar-gradient: ;
  --sidebar-background: linear-gradient(195deg, var(--dash-primary-c),var(--sidebar-gradient)) !important;
  --main-inner-background: ;
  --default-border-color: ;
  --default-box-background: ;
  --default-text-color: ;
  --light-tooltip-bg: #8f50e9;
  --dark-tooltip-bg: #bb86fc;
  --themed-tooltip-bg: var(--dash-secondary);
  --contrast-color: ;
  --bs-highlight-bg: rgb(254, 242, 75) !important;
}

a {
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) {
  color: #0088cc;
}
a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) strong, a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) span, a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) div, a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) p, a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) small, a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color) u {
  color: #0088cc;
}
a:not(a.title):not(a.nav-link):not(i):not(.override-theme-color):hover {
  color: var(-dash-primary-c) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  line-height: 1.375;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: calc(1.875rem * var(--font-size-scaling)) !important;
  font-weight: 600 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
h1 span, .h1 span {
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 1rem 0;
  font-size: calc(1.75rem * var(--font-size-scaling)) !important;
  font-weight: 600 !important;
  text-decoration: uppercase;
}

h2, .h2 {
  font-size: calc(1.5rem * var(--font-size-scaling)) !important;
}
h2:not(span):not(button):not(input), .h2:not(span):not(button):not(input) {
  font-weight: 600 !important;
}
h2.f-c, .h2.f-c {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
h2 span, .h2 span {
  font-size: calc(150% * var(--font-size-scaling));
  font-weight: 500 !important;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: calc(1.25rem * var(--font-size-scaling)) !important;
}

h4, .h4 {
  font-size: calc(1rem * var(--font-size-scaling)) !important;
  line-height: 1.625;
}

h5, .h5 {
  font-size: calc(0.875rem * var(--font-size-scaling)) !important;
}

h6, .h6 {
  font-size: calc(0.75rem * var(--font-size-scaling)) !important;
  line-height: 1.25;
}

strong {
  font-weight: 600 !important;
}

small {
  line-height: 1.25;
  font-size: calc(0.65625rem * var(--font-size-scaling)) !important;
}

.eMessage {
  color: var(--default-text-color) !important;
  font-weight: 600 !important;
  font-size: calc(0.875rem * var(--font-size-scaling)) !important;
}

.fs-3 {
  font-size: calc(1.25625rem + 0.075vw * var(--font-size-scaling)) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
    font-size: calc(1.3125rem * var(--font-size-scaling)) !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-wrap: balance;
  word-break: keep-all;
  white-space: normal;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, mark {
  font-weight: bold;
}

a b {
  color: #ee0a0a !important;
}

i {
  font-style: italic;
}

body {
  font-weight: 400;
  font-size: 11px;
  width: 100vw;
  min-height: 100dvh !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
}
@-moz-document url-prefix() {
  body {
    min-height: 100vh !important;
  }
}
body.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 1200px) {
  body.centered-layout header .header-inner {
    margin: 0 auto;
    max-width: calc(1000px + 2.5rem);
  }
  body.centered-layout .main__window-fluid .content .fluid-container {
    padding-left: calc((100vw - 1000px) / 2 - 13.75rem - 1.25rem);
    padding-right: calc((100vw - 1000px) / 2 - 1.25rem);
  }
  body.box-layout {
    background-attachment: fixed;
    background-color: #888;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2rem 1rem rgba(55, 60, 67, 0.25);
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 1rem;
    padding-inline-end: 0 !important;
  }
  body.box-layout .main__window-fluid {
    clip-path: inset(0 0 0 0 round 0.75rem);
  }
}
@supports not (-webkit-touch-callout: none) {
  body {
    /* CSS for other than iOS devices */
  }
  body.mac .main__window-fluid {
    overflow: scroll;
  }
  body.win .main__window-fluid {
    overflow: visible;
  }
}

maintenance {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  max-width: 75%;
  letter-spacing: 0.075rem !important;
}
maintenance h4 {
  color: rgb(253, 162, 155);
  font-size: calc(1.5rem * var(--font-size-scaling)) !important;
}
maintenance .gears {
  position: relative;
}
maintenance .gears .gear-1 {
  top: 0.475rem;
  left: 0.165rem;
  transform: rotate(19deg);
  font-size: calc(2.5rem * var(--font-size-scaling)) !important;
}
maintenance .gears .gear-2 {
  right: 0.165rem;
  color: rgb(253, 162, 155);
  font-size: calc(3rem * var(--font-size-scaling)) !important;
}
maintenance .gears .gear-3 {
  left: 50%;
  top: -1.15rem;
  transform: scale(1.85) translate(-50%, 12%) rotate(3deg);
  font-size: calc(2.5rem * var(--font-size-scaling)) !important;
}
@media (max-width: 1199px) {
  maintenance .fs-1 {
    font-size: calc((3.375rem + 1.5vw) * var(--font-size-scaling)) !important;
  }
  maintenance .fs-3 {
    font-size: calc((1.75em + 0.075vw) * var(--font-size-scaling)) !important;
  }
}
@media (min-width: 1200px) {
  maintenance .fs-3 {
    font-size: calc(1rem * var(--font-size-scaling)) !important;
  }
}

.maintenance-blob {
  z-index: -1;
  filter: drop-shadow(-4px 9px 21px rgba(13, 13, 13, 0.5019607843));
}
@media (min-width: 320px) and (orientation: landscape) {
  .maintenance-blob {
    transform: translateY(15%);
  }
}
.container.max {
  max-width: 100% !important;
}

::-webkit-scrollbar {
  width: 0.7rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  outline: 1px solid var(--default-border-color) !important;
  background-color: color-mix(in srgb, var(--dash-primary-c), rgba(0, 0, 0, 0.5));
}

.title, .sub-title {
  font-family: Merriweather;
  font-weight: 600;
  color: rgb(145, 32, 24);
  letter-spacing: 0.1rem;
  font-size: calc(1.45rem * var(--font-size-scaling));
}

.overlay {
  height: 100dvh !important;
  width: 100vw !important;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 99999;
  display: none !important;
  opacity: 0;
  transition: opacity 1000ms ease;
}
@-moz-document url-prefix() {
  .overlay {
    height: 100vh !important;
  }
}
.overlay.show {
  display: revert !important;
  opacity: 1;
}

.disable-screen {
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 9999;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@-moz-document url-prefix() {
  .disable-screen {
    height: 100vh;
  }
}
.disable-screen.isActive {
  opacity: 1;
}

.load-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--client-primary);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-out;
}
.load-wrapper.isActive {
  opacity: 1;
}
.load-wrapper span {
  text-transform: uppercase;
  color: var(--contrast-paragraph-color);
  font-size: calc(1.25rem * var(--font-size-scaling));
  animation: load-opacity 3s infinite ease-in-out;
}
.load-wrapper .load-cube-grid {
  width: 60px;
  height: 60px;
}
.load-wrapper .load-cube-grid .load-cube {
  width: 33%;
  height: 33%;
  background-color: var(--contrast-paragraph-color);
  float: left;
  animation: cube-load-Grid 1.3s infinite ease-in-out;
}
.load-wrapper .load-cube-grid .load-cube1 {
  animation-delay: 0.2s;
}
.load-wrapper .load-cube-grid .load-cube2 {
  animation-delay: 0.3s;
}
.load-wrapper .load-cube-grid .load-cube3 {
  animation-delay: 0.4s;
}
.load-wrapper .load-cube-grid .load-cube4 {
  animation-delay: 0.1s;
}
.load-wrapper .load-cube-grid .load-cube5 {
  animation-delay: 0.2s;
}
.load-wrapper .load-cube-grid .load-cube6 {
  animation-delay: 0.3s;
}
.load-wrapper .load-cube-grid .load-cube7 {
  animation-delay: 0s;
}
.load-wrapper .load-cube-grid .load-cube8 {
  animation-delay: 0.1s;
}
.load-wrapper .load-cube-grid .load-cube9 {
  animation-delay: 0.2s;
}
@keyframes load-opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes cube-load-Grid {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.alert {
  z-index: 999 !important;
}
.alert:not(.alert-width-override) {
  max-width: 40rem !important;
  min-width: 10rem !important;
  width: max-content !important;
}
.alert.table-alert {
  z-index: 9999999 !important;
}
@media screen and (min-width: 600px) and (max-width: 1299px) {
  .alert.table-alert {
    width: 50% !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1919px) {
  .alert.table-alert {
    width: 40% !important;
  }
}
@media screen and (min-width: 1920px) {
  .alert.table-alert {
    width: 25% !important;
  }
}

.pMessage {
  max-width: 20rem;
}
@media screen and (max-width: 480px) {
  .pMessage {
    max-width: 100%;
  }
}

.pageinfo {
  max-width: 25rem;
}

#KEYalert {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: calc(1.5rem * var(--font-size-scaling));
  position: absolute;
  z-index: 999999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main-inner-background);
  border: 0.25px solid var(--default-border-color);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 12px 12px;
  border-radius: 0.75rem;
}
#KEYalert strong {
  color: rgb(217, 45, 32);
  margin-bottom: calc(1rem * var(--font-size-scaling));
}
#KEYalert h3 {
  font-size: calc(1.1rem * var(--font-size-scaling));
  font-weight: 600;
  margin-bottom: calc(0.5rem * var(--font-size-scaling));
}
#KEYalert .year__container {
  width: calc(12rem * var(--font-size-scaling));
}
#KEYalert .year__container span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #KEYalert .buttons {
    flex-direction: column !important;
  }
  #KEYalert .buttons input {
    margin: 0 !important;
  }
}

#besenroll {
  margin: 0 !important;
  padding: 0 !important;
}

#besback {
  width: 0px !important;
  max-width: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#BES_Header a {
  overflow: inherit;
}

.wsp-n {
  white-space: normal !important;
}

fheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
fheader.splash-header {
  height: revert;
}
@media screen and (max-width: 767px) {
  fheader.splash-header {
    padding-top: calc(3rem * var(--font-size-scaling));
  }
  fheader.splash-header::before {
    top: 0;
  }
}
fheader.splash-header > p {
  color: var(--contrast-paragraph-color);
}
fheader h1 {
  text-transform: uppercase;
  text-align: center;
  margin: calc(2rem * var(--font-size-scaling)) 0 calc(1rem * var(--font-size-scaling)) 0;
  text-decoration: uppercase;
  color: white !important;
}
fheader h1 input[type=button], fheader h1 input[type=submit], fheader h1 input[type=reset] {
  margin-top: calc(1rem * var(--font-size-scaling));
  margin-bottom: calc(1rem * var(--font-size-scaling));
}
@media screen and (max-width: 480px) {
  fheader h1 input[type=button], fheader h1 input[type=submit], fheader h1 input[type=reset] {
    margin-bottom: 0;
  }
}
fheader p {
  font-size: calc(0.75rem * var(--font-size-scaling));
  font-weight: 500;
}
fheader .required {
  position: relative;
}
@media screen and (max-width: 480px) {
  fheader {
    padding: 0;
  }
}

.main__window, .main__window-fluid {
  width: 100%;
  position: relative;
  transform: translateX(0);
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease;
}
@supports (-webkit-touch-callout: none) {
  .main__window, .main__window-fluid {
    /* CSS specific to iOS devices */
    overflow: scroll;
  }
}
.main__window.main__window-fluid, .main__window-fluid.main__window-fluid {
  min-height: 100dvh;
  display: grid;
  gap: 0 0;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  background-color: var(--dashboard-background) !important;
}
.main__window.main__window, .main__window-fluid.main__window {
  background-color: var(--dashboard-background);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 1rem 0 1rem;
  min-width: 0;
  max-width: 100vw;
}
@-moz-document url-prefix() {
  .main__window.main__window, .main__window-fluid.main__window {
    height: 100vh;
  }
}
.main__window header, .main__window-fluid header {
  height: fit-content;
  left: 0;
  z-index: 9999;
  border-radius: 0;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
}
.main__window header.splash, .main__window-fluid header.splash {
  padding: 0 0.5rem 0 0.5rem;
  background-color: transparent;
  position: absolute !important;
  border: none !important;
  top: 0;
}
.main__window header.splash .welcome__bar small, .main__window-fluid header.splash .welcome__bar small {
  color: rgb(255, 251, 250);
  font-weight: 300;
}
.main__window header.general, .main__window-fluid header.general {
  background-color: transparent;
  position: sticky !important;
  margin: 0 0.5rem 0 0.5rem;
  border: 0.5px solid rgb(255, 251, 250);
  border-bottom: 0.5px solid rgb(208, 213, 221);
  top: 0.5rem;
}
.main__window header.general .welcome__bar p, .main__window-fluid header.general .welcome__bar p {
  color: rgb(71, 84, 103);
  font-weight: 500;
}
.main__window header.general .nav-container.blur, .main__window-fluid header.general .nav-container.blur {
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
  border-radius: 0.75rem;
  border: 0.5px solid rgb(208, 213, 221);
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  -moz-backdrop-filter: saturate(200%) blur(30px);
  -o-backdrop-filter: saturate(200%) blur(30px);
  -ms-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.main__window header .nav-container, .main__window-fluid header .nav-container {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.main__window header .nav-container .header__toggle__bar, .main__window-fluid header .nav-container .header__toggle__bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-left: 0.75rem;
}
.main__window header .nav-container .header__toggle__bar .welcome__bar, .main__window-fluid header .nav-container .header__toggle__bar .welcome__bar {
  width: max-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .main__window header .nav-container .header__toggle__bar .welcome__bar, .main__window-fluid header .nav-container .header__toggle__bar .welcome__bar {
    display: none;
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1023px) {
  .main__window header .nav-container .header__toggle__bar .welcome__bar, .main__window-fluid header .nav-container .header__toggle__bar .welcome__bar {
    display: flex;
  }
}
.main__window header .nav-container .header__toggle__bar .welcome__bar .header__group, .main__window-fluid header .nav-container .header__toggle__bar .welcome__bar .header__group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.15rem;
  width: max-content;
  height: max-content;
}
.main__window header .nav-container .header__toggle__bar .welcome__bar .header__group img, .main__window-fluid header .nav-container .header__toggle__bar .welcome__bar .header__group img {
  height: 2.25rem;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.375rem;
}
.main__window header .nav-container .header__toggle__bar .welcome__bar .header__group p, .main__window-fluid header .nav-container .header__toggle__bar .welcome__bar .header__group p {
  text-shadow: none;
  font-size: calc(0.875rem * var(--font-size-scaling));
}
@media screen and (max-width: 480px) {
  .main__window header .nav-container .header__toggle__bar, .main__window-fluid header .nav-container .header__toggle__bar {
    flex-direction: row-reverse;
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1023px) {
  .main__window header .nav-container .header__toggle__bar, .main__window-fluid header .nav-container .header__toggle__bar {
    flex-direction: row-reverse;
  }
}
.main__window header .nav-container .header__content-end, .main__window-fluid header .nav-container .header__content-end {
  align-items: center;
  display: flex;
  gap: 0.3rem;
}
.main__window header .nav-container .header__content-end .header__btn, .main__window-fluid header .nav-container .header__content-end .header__btn {
  border-radius: 0.875rem !important;
  box-shadow: none !important;
  color: white !important;
}
.main__window header .nav-container .header__content-end .header__btn:not(.main__window header .nav-container .header__content-end .header__btn.text-btn, .main__window-fluid header .nav-container .header__content-end .header__btn.text-btn), .main__window-fluid header .nav-container .header__content-end .header__btn:not(.main__window header .nav-container .header__content-end .header__btn.text-btn, .main__window-fluid header .nav-container .header__content-end .header__btn.text-btn) {
  font-size: calc(1.1rem * var(--font-size-scaling)) !important;
}
.main__window header .nav-container .header__content-end .header__btn:hover, .main__window-fluid header .nav-container .header__content-end .header__btn:hover {
  background-color: var(--dash-secondary);
  color: #fff !important;
}
.main__window header .nav-container .header__content-end .header__btn.text-btn, .main__window-fluid header .nav-container .header__content-end .header__btn.text-btn {
  height: 1.25rem !important;
  width: max-content !important;
  padding: 0 0.5rem !important;
  border: 0.5px solid var(--default-border-color) !important;
}
.main__window header .nav-container ebutton, .main__window-fluid header .nav-container ebutton {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.main__window header .nav-container ebutton#logoff, .main__window-fluid header .nav-container ebutton#logoff {
  position: relative;
  right: 0;
  left: revert;
  top: revert;
  bottom: revert;
}
@media screen and (max-width: 480px) {
  .main__window header .nav-container ebutton#logoff, .main__window-fluid header .nav-container ebutton#logoff {
    width: 100%;
  }
  .main__window header .nav-container ebutton#logoff img, .main__window-fluid header .nav-container ebutton#logoff img {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .main__window header .nav-container ebutton, .main__window-fluid header .nav-container ebutton {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .main__window header, .main__window-fluid header {
    margin: 0;
  }
}
.main__window main, .main__window-fluid main {
  margin: 0;
  position: relative;
  top: revert;
  bottom: revert;
  left: 0;
  height: -webkit-fill-available;
  height: -moz-available;
  height: -o-fill-available;
  height: fill-available;
  border: none;
  z-index: 999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.main__window main:NOT(.content), .main__window-fluid main:NOT(.content) {
  width: -webkit-fill-available;
  width: -moz-available;
  width: -o-fill-available;
  width: fill-available;
  overflow: hidden;
  overflow-y: auto;
  margin: 1rem 0;
  border-radius: 0.75rem;
  border: 0.5px solid var(--default-border-color);
  box-shadow: 0 -2px 5px 0 hsla(220deg, 3%, 15%, 0.07), 0 1px 1px -2px hsla(220deg, 3%, 15%, 0.08), 0 2px 2px -2px hsla(220deg, 3%, 15%, 0.08), 0 5px 5px -2px hsla(220deg, 3%, 15%, 0.09), 0 9px 9px -2px hsla(220deg, 3%, 15%, 0.1), 0 16px 16px -2px hsla(220deg, 3%, 15%, 0.11);
}
@-moz-document url-prefix() {
  .main__window main:NOT(.content), .main__window-fluid main:NOT(.content) {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .main__window main:NOT(.content), .main__window-fluid main:NOT(.content) {
    width: revert;
    margin: 1rem 0;
  }
}
.main__window main.content, .main__window-fluid main.content {
  background-color: #edf1f6;
  display: flex;
  flex-direction: column;
  grid-area: 2/2/3/3;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  min-height: 100%;
  background-color: transparent !important;
  z-index: 99;
}
.main__window main .main-content-header, .main__window-fluid main .main-content-header {
  background-color: var(--dash-primary-c);
}
.main__window main .main-content-header::before, .main__window-fluid main .main-content-header::before {
  background-color: var(--dash-primary-c);
  content: "";
  display: block;
  height: 1.09375rem;
  margin-left: 0;
  -webkit-mask-image: radial-gradient(circle at 0 1.09375rem, transparent 0, transparent 1.09375rem, #000 1.09375rem);
  mask-image: radial-gradient(circle 1.09375rem at 0 1.09375rem, transparent 0, transparent 1.09375rem, #000 1.09375rem);
  position: relative;
  top: -0.06125rem;
  transform: translateX(-1.09375rem);
  width: 1.155rem;
  z-index: 10;
}
.main__window main .main-content-wrapper, .main__window-fluid main .main-content-wrapper {
  width: 100%;
  position: relative;
  height: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .main__window main .main-content-wrapper, .main__window-fluid main .main-content-wrapper {
    width: 100% !important;
  }
}
.main__window main .main-content-wrapper .sub-dashboard-wrapper, .main__window-fluid main .main-content-wrapper .sub-dashboard-wrapper {
  display: flex;
  flex-flow: row-reverse;
  position: relative;
  width: 100%;
  top: 0.5rem;
}
.main__window main .main-content-wrapper .sub-dashboard-wrapper article, .main__window-fluid main .main-content-wrapper .sub-dashboard-wrapper article {
  width: -webkit-fill-available;
  width: -o-fill-available;
  width: -moz-available;
  width: fill-available;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 1rem 0;
}
@-moz-document url-prefix() {
  .main__window main .main-content-wrapper .sub-dashboard-wrapper article, .main__window-fluid main .main-content-wrapper .sub-dashboard-wrapper article {
    width: 100%;
  }
}
.main__window main .main-content-wrapper ebutton, .main__window-fluid main .main-content-wrapper ebutton {
  position: absolute;
  right: 0.5rem;
  top: 5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main__window, .main__window-fluid {
    width: 100vw;
  }
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 480px) {
  form {
    width: 100% !important;
  }
  form#e_Head {
    width: 100%;
  }
}

.splash-header {
  border-radius: 0 0 100% 100%/0 0 3vw 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.splash-header:NOT(.main__window-fluid) {
  padding: 0 1.5rem;
  padding-top: 1rem;
}
.splash-header:NOT(.main__window-fluid).dashboard-header {
  height: 17rem;
}
@media screen and (max-width: 480px) {
  .splash-header {
    padding: 0 0.75rem;
  }
  .splash-header.dashboard {
    padding: 4rem 1.5rem 0 1.5rem;
  }
}
.splash-header:NOT(.non-header):before {
  background-color: var(--dash-primary-c) !important;
  background-image: none !important;
}
.splash-header.bf-mx-height:before {
  height: 100% !important;
  border-radius: 0 !important;
}
.splash-header:before {
  content: "";
  background-image: linear-gradient(180deg, var(--dash-primary-c), var(--dashboard-background));
  border-radius: 0 0 100% 100%/0 0 4vw 4vw;
  width: 100%;
  height: 18rem;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.splash-content {
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
  bottom: 10rem;
}

.splash-margin {
  margin-bottom: 8rem !important;
}

.clientIMAGE {
  max-height: 8rem !important;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.clientIMAGE.fill {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .clientIMAGE:not(.fill) {
    width: 80% !important;
  }
}

footer {
  border-top: 1px solid var(--default-border-color);
  padding: 0.9375rem 1rem;
  margin: 2rem 0 0 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  footer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 2rem 0 0 0;
  }
}
footer .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  footer .container-fluid {
    align-items: flex-start;
  }
}
footer a {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
footer a span {
  margin-left: 0.75rem;
}
footer .float-left a {
  align-items: flex-start;
}
footer .float-right a {
  align-items: flex-end;
}

.filter-wrapper-toggle {
  display: none !important;
}

/*
.pRt,.pLf{
    font-weight: 900;
    vertical-align: middle;
    font-weight:500;
    color:$gray600;
    text-decoration: none;
    &:hover{
        color: $error700;
        cursor:pointer;
    }
}
.pRt{
    padding-right:0.15rem;
    &:last-child{
        margin-right:0.75rem;
    }
}
.pLf{
    padding-left:0.15rem;
    padding-right:0;
}
*/
.calendar-wrapper .ui-mobile-calendar-wrapper {
  align-items: center !important;
}
.calendar-wrapper .calendar-header .cal-dow {
  text-transform: uppercase;
  color: var(--main-inner-background) !important;
  padding: calc(0.5rem * var(--font-size-scaling)) 0;
  width: calc(8rem * var(--font-size-scaling)) !important;
  min-width: calc(8rem * var(--font-size-scaling)) !important;
  max-width: calc(8rem * var(--font-size-scaling)) !important;
  text-align: center;
  display: block;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.calendar-wrapper .calendar-header .cal-dow.screen-adjust {
  width: calc((100% - 3rem) / 7 * var(--font-size-scaling)) !important;
  min-width: calc((100% - 3rem) / 7 * var(--font-size-scaling)) !important;
  max-width: calc((100% - 3rem) / 7 * var(--font-size-scaling)) !important;
}
.calendar-wrapper .calendar-body {
  flex-wrap: nowrap;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper {
  width: calc(8rem * var(--font-size-scaling)) !important;
  min-width: calc(8rem * var(--font-size-scaling)) !important;
  max-width: calc(8rem * var(--font-size-scaling)) !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper.screen-adjust {
  width: calc((100% - 5rem) / 7 * var(--font-size-scaling)) !important;
  min-width: calc((100% - 5rem) / 7 * var(--font-size-scaling)) !important;
  max-width: calc((100% - 5rem) / 7 * var(--font-size-scaling)) !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper.screen-adjust .fs-6 {
  font-size: calc(100% * var(--font-size-scaling)) !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell {
  padding: 0;
  width: 100% !important;
  height: calc(8rem * var(--font-size-scaling)) !important;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell.screen-adjust {
  height: revert !important;
  aspect-ratio: 1/1;
  /*
  width:calc(((100% - 5rem)/7) * var(--font-size-scaling)) !important;
  min-width:calc(((100% - 5rem)/7) * var(--font-size-scaling)) !important;
  max-width:calc(((100% - 5rem)/7) * var(--font-size-scaling)) !important;
  */
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell.screen-adjust .fs-6 {
  font-size: calc(100% * var(--font-size-scaling)) !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell ul li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell {
    max-width: 100% !important;
    height: revert !important;
    min-height: 7rem !important;
    margin-top: 0 !important;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0 calc(0.75rem * var(--font-size-scaling));
  }
}
@media screen and (max-width: 480px) {
  .calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell {
    width: 100% !important;
  }
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell .content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: calc(0.5rem * var(--font-size-scaling));
  margin: 0 !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell .content.cal-month-date {
  width: revert !important;
  height: revert !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell .content .currDAY {
  border: 1px solid var(--dash-secondary) !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell .content .calendar-cell-body {
  overflow: hidden;
  overflow-y: auto;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell .content .calandar-cell-actions a {
  font-size: calc(0.65rem * var(--font-size-scaling)) !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell .content .arDate:hover {
  cursor: pointer;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell-footer {
  width: 100% !important;
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell-footer .cal-dow {
  width: 100% !important;
  text-transform: uppercase;
  color: var(--main-inner-background) !important;
  padding: calc(0.5rem * var(--font-size-scaling)) 0;
  text-align: center;
  display: block;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.calendar-wrapper .calendar-body .ui-calendar-cell-wrapper .ui-mobile-calendar-cell-footer .cal-dow.screen-adjust {
  /*
  width:calc(((100% - 3rem)/7) * var(--font-size-scaling)) !important;
  min-width:calc(((100% - 3rem)/7) * var(--font-size-scaling)) !important;
  max-width:calc(((100% - 3rem)/7) * var(--font-size-scaling)) !important;
  */
}
@media screen and (max-width: 991px) {
  .calendar-wrapper .calendar-body .ui-calendar-cell-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .calendar-wrapper .calendar-body {
    justify-content: center;
    flex-wrap: wrap;
  }
  .calendar-wrapper .calendar-body .calandar-cell-actions {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(8rem * var(--font-size-scaling));
    padding-right: 0.25rem !important;
  }
  .calendar-wrapper .calendar-body.mobile-spacer {
    margin-top: calc(3rem * var(--font-size-scaling));
    border-top: 1px solid var(--dash-secondary);
    padding-top: calc(2rem * var(--font-size-scaling)) !important;
  }
}
@media screen and (max-width: 299px) {
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    position: relative;
    border: 1px solid rgba(143, 155, 171, 0.5) !important;
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell .calEventTXT, .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell .calEventTXT__ctr {
    position: relative !important;
    top: revert !important;
    right: revert !important;
    bottom: revert !important;
    left: revert !important;
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell .calEventTXT__ctr {
    transform: none !important;
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell .calEventTXT {
    white-space: nowrap !important;
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.minimize {
    height: calc(4.5rem * var(--font-size-scaling));
    background-color: rgb(234, 236, 240) !important;
    padding: calc(0.75rem * var(--font-size-scaling)) calc(1rem * var(--font-size-scaling));
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.minimize .cal-month-date {
    flex-flow: row !important;
    gap: calc(0.5rem * var(--font-size-scaling));
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.minimize .cal-month-date .month, .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.minimize .cal-month-date .day {
    font-size: calc(2.25rem * var(--font-size-scaling));
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.minimize .ui-mobile-leave-label {
    font-size: calc(0.75rem * var(--font-size-scaling));
    color: rgb(152, 162, 179);
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize {
    background-color: rgb(143, 155, 171) !important;
    border: 1px solid #39475e !important;
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize .ui-mobile-leave-label, .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize .ui-mobile-calendar-label {
    color: rgb(252, 252, 253) !important;
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize .cal-month-date .month, .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize .cal-month-date .day {
    color: rgb(48, 52, 58);
  }
  .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize .ui-leave-date-container {
    width: -webkit-fill-available;
    width: -moz-available;
    width: -o-fill-available;
    width: fill-available;
  }
  @-moz-document url-prefix() {
    .calendar-wrapper .ui-mobile-calendar-wrapper .ui-mobile-calendar-cell.maximize .ui-leave-date-container {
      width: 100%;
    }
  }
  .calendar-wrapper .ui-mobile-calendar-label {
    font-size: calc(0.9rem * var(--font-size-scaling));
    font-weight: 500;
  }
}

.leave-time-container {
  z-index: 99;
  padding: 0;
  position: absolute;
  background-color: var(--default-box-background) !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--default-border-color) !important;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform-origin: center;
  margin: 0 auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition-property: width , height , padding , transform , opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.leave-time-container button {
  transition: none;
}
.leave-time-container.show {
  width: calc(12rem * var(--font-size-scaling));
  height: max-content;
  padding: calc(0.75rem * var(--font-size-scaling));
  opacity: 1;
}
.leave-time-container.show .content-wrapper {
  opacity: 1;
}
.leave-time-container.show-sm {
  width: calc(8rem * var(--font-size-scaling));
  height: max-content;
  padding: calc(0.75rem * var(--font-size-scaling));
  opacity: 1;
}
.leave-time-container.show-sm.mobile {
  width: max-content;
}
.leave-time-container.show-sm .content-wrapper {
  opacity: 1;
}
.leave-time-container.show-sm .close {
  position: absolute;
  right: 0.35rem;
  top: 0.35rem;
}
.leave-time-container .content-wrapper {
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
  transition-delay: 200ms;
}
.leave-time-container .content-wrapper .col {
  width: revert !important;
  height: revert !important;
  background-color: revert !important;
}
.leave-time-container .content-wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
}
.leave-time-container .content-wrapper .adjustment-wrapper {
  padding: calc(0.75rem * var(--font-size-scaling));
}

.other-leave-container {
  position: relative !important;
}

.cal-month-date .month, .cal-month-date .day {
  line-height: 1;
  text-transform: uppercase;
}
.cal-month-date .arDate {
  position: relative !important;
  top: revert !important;
  left: revert !important;
}

.grDay {
  text-align: center;
  font-size: calc(10px * var(--font-size-scaling));
  color: Black;
  font-weight: normal;
  border-radius: 3px;
}

.tDay {
  border: solid 1px Crimson;
  color: Crimson;
  border-radius: 3px;
}

square {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3px;
}
square.curDay {
  border: 1px solid Crimson;
}
square.vDay {
  background-color: color-mix(in srgb, var(--client-primary-dark) 75%, rgba(255, 255, 255, 0.15));
}
square.hDay {
  background-color: rgb(152, 162, 179);
}
square.rDay {
  background-color: rgb(108, 173, 181);
}

.yearCal {
  transform-origin: center;
}
.yearCal .wDay {
  background-color: rgba(215, 236, 255, 0.95);
  text-align: center;
  font-weight: bold;
  font-size: calc(10px * var(--font-size-scaling));
  border-radius: 3px;
}
.yearCal .holiday {
  background-color: rgb(152, 162, 179);
  color: white;
  border-radius: 3px;
}
.yearCal .Req {
  background-color: color-mix(in srgb, var(--client-primary-dark) 75%, rgba(255, 255, 255, 0.15));
  color: white;
  border-radius: 3px;
}
.yearCal .Req2 {
  background-color: rgb(108, 173, 181);
  color: white;
  border-radius: 3px;
}
.yearCal .grMonth {
  color: rgb(29, 41, 57);
  font-weight: 500;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(7, 15px);
  grid-auto-flow: rows;
  vertical-align: top;
  cursor: pointer;
}
.yearCal .grMonth h3 {
  grid-column: 1/8;
  font-size: calc(12px * var(--font-size-scaling));
  text-transform: capitalize;
}

.queryCHT {
  position: relative;
  width: calc(25rem * var(--font-size-scaling));
}

#UpAtt {
  display: none;
  visibility: visible;
}
#UpAtt.show {
  display: flex;
}
#UpAtt.collapse-view {
  visibility: collapse;
}

#AddBtn {
  display: inline;
}
#AddBtn.hide {
  display: none !important;
}
#AddBtn.collapse-view {
  visibility: collapse !important;
}

.center__all {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

#EMPIMAGE-header {
  border: 2px solid var(--dash-primary-c);
}

.jobView:NOT(.lockScreen) {
  max-height: 80% !important;
}

@media print {
  * {
    overflow: revert !important;
    overflow-y: revert !important;
    overflow-x: revert !important;
  }
  .not-at-right::before, .not-at-right::after, .not-at-left::before, .not-at-left::after {
    display: none !important;
  }
  sidebar, header, ebutton, input[type=button], input[type=submit], button, .pagination, .toast, .alert {
    display: none !important;
  }
  .card, .list-group {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
  }
  .list-group-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .inset-wrapper, .card-body.inset-container {
    overflow: revert !important;
    overflow-y: revert !important;
    overflow-x: revert !important;
  }
  table {
    width: 100%;
    height: 100%;
  }
  .themed tr:first-child {
    border-color: rgba(0, 0, 0, 0.253) !important;
  }
  table, tr, tr:first-child, .table-footer, td {
    border: 0.5px solid rgba(0, 0, 0, 0.253) !important;
  }
  .not-at-left::before, .not-at-left::after, .not-to-right::before, .not-to-right::after {
    display: none !important;
    background: none !important;
  }
  label {
    border: none !important;
  }
}

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