﻿:root {
  --sidebar-width: 220px;
}

.flipper {
  perspective: 1000px;
  position: relative;
}
.flipper-container {
  height: inherit;
  width: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1.3);
}
.flipper-flipped .flipper-container {
  transform: rotateY(-180deg);
}
.flipper-container-modal {
  display: flex;
  pointer-events: initial;
  will-change: left, top, height, width, transform, box-shadow;
  transform: rotateY(0deg) translate(0, 0);
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s, transform 0.3s, box-shadow 0.3s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1.3);
}
.flipper-container-modal.flipper-flipped {
  left: 50% !important;
  top: 50% !important;
  height: 400px !important;
  width: 400px !important;
  max-width: 100% !important;
  transform: rotateY(-180deg) translate(50%, -50%);
}
.flipper-container-modal.flipper-flipped .flipper-back {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}
.flipper-front, .flipper-back {
  float: left;
  height: inherit;
  width: inherit;
  overflow-y: auto;
  position: relative;
  will-change: max-height;
  transition: max-height 0s 0.12s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1.3);
}
.flipper-front {
  margin-right: -100%;
  max-height: 100vh;
}
.flipper-flipped .flipper-front {
  max-height: 0;
}
.flipper-back {
  background-color: #aaa;
  max-height: 0 !important;
  transform: rotateY(180deg);
}
.flipper-flipped .flipper-back {
  max-height: 100vh !important;
}
.flipper-modals {
  pointer-events: none;
  will-change: auto;
}
.flipper-modals-active {
  perspective: 1000px;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1060;
}

@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Hair.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "CaslonGraD";
  src: url("../fonts/CaslonGraD/CaslonGraD.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 12px !important;
  position: relative;
  min-height: 100%;
}

header {
  height: var(--nav-height);
  padding-bottom: 15px;
}

body {
  margin-bottom: 60px;
  background-color: #fff;
  overflow: hidden;
  font-family: "AktivGrotesk", sans-serif;
}

/* Headings and paragraphs */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  line-height: normal;
  color: #000000;
}

h1 {
  font-family: "CaslonGraD", sans-serif;
  font-size: 45px;
  font-weight: 400;
}

h2, h3, h4, h5, h6 {
  font-family: "AktivGrotesk", sans-serif;
}

h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 48px !important;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

h3.heading-light {
  font-size: 32px;
  font-weight: 300;
}

h4 {
  font-size: 23px;
  font-weight: 500;
}

h4.heading-light {
  font-size: 23px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

p {
  font-family: "AktivGrotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

small {
  font-family: "AktivGrotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a {
  color: #4BC0B1;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
}

#header {
  height: var(--nav-height);
  background-color: #6E7677;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  width: 100%;
}
#header .img-brand {
  height: 30px;
  margin: auto;
  padding: 0px 10px;
}
#header p, #header span, #header label, #header i, #header button {
  color: white;
}
#header .dropdown-menu i {
  color: #4D5759;
}

#mobile-header p, #mobile-header span, #mobile-header label, #mobile-header i, #mobile-header button {
  color: #4D5759;
}

.market-selector {
  background-color: #EBEDED;
  min-width: 160px;
  max-width: 240px;
  padding: 10px 20px;
  margin-right: 10px;
}
@media (max-width: 786px) {
  .market-selector {
    margin: 0 auto;
  }
}
.market-selector a, .market-selector p, .market-selector label, .market-selector i {
  color: #71797A;
  font-family: "AktivGrotesk";
  font-style: normal;
  line-height: normal;
  margin: 0;
}
.market-selector a {
  font-size: 12px;
  font-weight: 700;
}
.market-selector p {
  font-size: 16px;
  font-weight: 500;
}
.market-selector i {
  font-size: 1.25rem;
}

.dropdown-selector {
  font-size: 1.25rem;
  color: rgb(33, 37, 41);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
}

.page-link.active, .active > .page-link {
  background-color: #4BC0B1 !important;
  border-color: #4BC0B1 !important;
  color: white !important;
}

.text-custom-primary {
  color: #4BC0B1;
}

#footer-section a {
  color: #000 !important;
  font-family: "AktivGrotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footer-section h4 {
  color: #000 !important;
  font-family: "AktivGrotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#footer-section p {
  margin-bottom: 0;
  color: #000 !important;
  font-family: "AktivGrotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* Inputs */
input[type=text], input[type=password], select {
  height: 40px;
  padding: 8px 12px 8px 12px;
  border-radius: 8px;
  background: #EBEDED;
  font-size: 16px;
  line-height: 24px;
  border: none;
  outline: none;
}

input[type=text]:not(.datepicker), input[type=password], select {
  width: 100%;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
  background: #FFF;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12);
  border: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #00ADBD 0%, #59C5B7 100%);
  border-image-slice: 1;
}

input[type=text].input-validation-error, input[type=password].input-validation-error {
  border-bottom: 2px solid #dc3545;
}

input[type=text]:has(.valid) {
  display: none !important;
}

input[type=password]:has(.valid) .valid-indicator {
  display: inline;
}

.valid-indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  padding: 0 15px;
  pointer-events: none;
  font-size: 2em;
  color: #4BC0B1;
  transition: 0.5s;
}

/* Buttons */
a:hover {
  text-decoration: none;
  color: #3C9A8E !important;
}

/* Login */
#view-auth {
  width: 100vw;
  height: 100vh;
}
#view-auth #auth-header {
  height: 80px;
  position: sticky;
  top: 0;
  left: 0;
  padding: 24px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6E7677;
}
#view-auth .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: -100px;
}
#view-auth .btn {
  border-radius: 20px;
  display: inline-flex;
  height: 40px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-family: "AktivGrotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border: none;
}
#view-auth .btn i {
  font-size: 1.5em;
}

#reset-password, #back-to-login {
  color: #6E7677 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-img {
  height: 75px;
  width: 75px;
  border-radius: 35px;
}
.profile-img.profile-img-sm {
  height: 50px;
  width: 50px;
}
.profile-img img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

/* Forms */
.form-control:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.scrollbar-thin {
  /* Handle */
  /* Handle on hover */
}
.scrollbar-thin::-webkit-scrollbar {
  width: 5px;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background: #888;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar-secondary {
  overflow: auto;
  height: calc(100vh - var(--nav-height));
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  width: var(--sidebar-width);
  z-index: 2;
}
.sidebar-secondary .accordion {
  border-left: 0 !important;
  border-right: 0 !important;
}
.sidebar-secondary .accordion-button {
  --bs-accordion-btn-bg: var(--bs-gray-200);
  height: 40px;
}
.sidebar-secondary .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.sidebar-secondary .accordion-item, .sidebar-secondary .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.sidebar-secondary .accordion-item:first-of-type, .sidebar-secondary .list-group-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.sidebar-secondary .accordion-item:first-of-type:not(.list-group-item), .sidebar-secondary .list-group-item:first-of-type:not(.list-group-item) {
  border-bottom: none;
}
.sidebar-secondary .accordion-item:last-of-type, .sidebar-secondary .list-group-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.sidebar-secondary .accordion-item .btn.btn-link.bi.collapsed:before, .sidebar-secondary .list-group-item .btn.btn-link.bi.collapsed:before {
  content: "\f4fe";
}
.sidebar-secondary .accordion-item .btn.btn-link.bi:not(.collapsed):before, .sidebar-secondary .list-group-item .btn.btn-link.bi:not(.collapsed):before {
  content: "\f2ea";
}

.list-group.dropdown-menu {
  display: none;
}
.list-group.dropdown-menu.show {
  display: flex;
}

.list-group-item:is(a, .btn):is(:hover, .active, :active) {
  text-decoration: none !important;
  --bs-list-group-active-color: #000;
  --bs-list-group-active-bg: var(--bs-gray-400);
  --bs-list-group-bg: var(--bs-gray-400);
  --bs-list-group-active-border-color: var(--bs-gray-500);
}
.list-group-item svg {
  height: 24px;
  margin: auto;
}

i.bi.bi-arrow-right {
  height: 24px;
  line-height: 24px;
}

span.indicator-progress {
  display: none;
}

span.indicator-label,
span.indicator-progress {
  height: 20px;
  line-height: 24px;
}

span.indicator-label[data-platform*=MacIntel],
span.indicator-progressl[data-platform*=MacIntel] span.indicator-label[data-useragent*="Safari/600.3"],
span.indicator-progressl[data-useragent*="Safari/600.3"],
span.indicator-label[data-platform=iPad],
span.indicator-progressl[data-platform=iPad],
span.indicator-label[data-platform=iPhone],
span.indicator-progressl[data-platform=iPhone] {
  height: 24px;
  line-height: 24px;
}

[data-ecw-indicator=on] > .indicator-progress {
  display: inline-block;
}

[data-ecw-indicator=on] > .indicator-label {
  display: none;
}

.btn:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.btn:active:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn.btn-icon {
  transition: box-shadow ease-in-out 0.2s;
}
.btn.btn-icon:focus {
  box-shadow: none;
  border-color: transparent;
}
.btn.btn-icon:is(:active, .active, .show) {
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 16px var(--bs-gray-300) !important;
}

.btn-link.nav-link:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Widget Grid */
#grid-holder {
  margin: auto;
  max-width: calc(300px * 4 + 20px * 3);
}
.aside-panel #grid-holder .grid, .aside-panel #grid-holder {
  margin: auto;
  max-width: calc(300px * 3 + 20px * 2);
}
@media (max-width: calc(300px * 4 + 20px * 3)) {
  .aside-panel #grid-holder .grid, .aside-panel #grid-holder {
    max-width: calc(300px * 2 + 20px);
  }
}
@media (max-width: calc(300px * 3 + 20px * 2)) {
  .aside-panel #grid-holder .grid, .aside-panel #grid-holder {
    max-width: 300px;
  }
}
@media (max-width: calc(300px * 4 + 20px * 3)) {
  #grid-holder {
    max-width: calc(300px * 3 + 20px * 2);
  }
}
@media (max-width: calc(300px * 3 + 20px * 2)) {
  #grid-holder {
    max-width: calc(300px * 2 + 20px);
  }
}
@media (max-width: calc(300px * 2 + 20px)) {
  #grid-holder {
    max-width: 300px;
  }
}
#grid-holder .grid-item {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
@media (min-width: calc(300px * 2 + 20px)) {
  #grid-holder .grid-item--width2 {
    max-width: calc(300px * 2 + 20px);
  }
}
@media (min-width: calc(300px * 3 + 20px * 2)) {
  #grid-holder .grid-item--width3 {
    max-width: calc(300px * 3 + 20px * 2);
  }
}
@media (min-width: calc(300px * 4 + 20px * 3)) {
  #grid-holder .grid-item--width4 {
    max-width: calc(300px * 4 + 20px * 3);
  }
}
#grid-holder .grid-item--height2 {
  height: calc(var(--grid-height) * 2 + var(--gutter));
}
#grid-holder .grid-item--height3 {
  height: calc(var(--grid-height) * 3 + var(--gutter) * 2);
}

/* Exigo Card */
.card {
  --bs-card-border-color: #e5e5e5;
}
.card-header {
  --bs-card-cap-padding-y: 16px;
  --bs-card-cap-padding-x: 14px;
}
.card-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.card-footer-link .bi {
  font-size: 20px;
}

/**
 * tab-nav.css
 * -----------
 *
 * HTML STRUCTURE:
 * <ul class="tab-nav">
 *   <li class="tab-nav-item">
 *     <button type="button" class="tab-nav-btn"></button>
 *   </li>
 * </ul>
 */
.tab-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.card .tab-nav {
  margin-top: -8px;
}

.tab-nav-item {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  position: relative;
  vertical-align: bottom;
}
.tab-nav-item:not(.collapsed) {
  pointer-events: none;
}

.tab-nav-btn,
.nav-link {
  background-color: transparent;
  border: 0;
  color: inherit;
  display: inline-block;
  padding: 16px 8px 12px;
  text-transform: uppercase;
  width: 100%;
}
.tab-nav-btn:after,
.nav-link:after {
  background-color: var(--bs-primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  content: " ";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.25s;
  transform: scale(0);
}

.tab-nav-btn:hover,
.tab-nav-btn:focus,
.nav-link:hover,
.nav-link:focus {
  color: inherit;
}

.tab-nav-item:not(.collapsed) .tab-nav-btn:after,
.tab-nav-item.active .nav-link:after {
  transform: scale(1);
  opacity: 1;
}

.card .tab-nav .tab-nav-btn:not(.collapsed):after {
  left: 0;
  width: 100%;
}

.tab-nav-contents {
  display: flex;
}

.tab-nav-content {
  width: 100%;
  min-width: 100%;
  margin-left: -100%;
  position: relative;
}
.tab-nav-content:first-of-type {
  margin-left: 0;
}

/* Utility */
.collapse-nodelay + :is(.show:not(.hiding), .collapsing, .showing).offcanvas-start {
  left: 0 !important;
}
.collapse-nodelay + :is(.show:not(.hiding), .collapsing, .showing).offcanvas-end {
  right: 0 !important;
}

.collapse-width {
  transition: width 0.2s linear;
}
.collapse-width.collapsing {
  width: 0;
  height: auto;
  overflow: hidden;
}

/* Squares */
.square-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  padding: 3px 6px;
}
.square-grid-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 94px;
  margin: 3px;
  text-align: center;
  width: calc(33.33333% - 6px);
  transition: all 0.2s;
}
.square-grid-item.flipper-flipped {
  cursor: initial;
}
.square-grid-item.flipper-flipped .flipper-container {
  display: none;
}
.square-grid-item:hover {
  transform: scale(1.06) translateZ(0);
  perspective: unset;
}

/* fullcalendar overrides */
#calendar-wdgt .dot {
  height: 5px;
  width: 5px;
  background-color: #32CD32;
  border-radius: 50%;
  display: inline-block;
}
#calendar-wdgt .fc-scrollgrid, #calendar-wdgt th, #calendar-wdgt td {
  border: none;
}
#calendar-wdgt .fc-daygrid-day-frame {
  max-height: 40px;
}
#calendar-wdgt .fc-daygrid-day-top {
  width: 34px;
}
#calendar-wdgt .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  text-decoration: none;
  text-align: center;
}
#calendar-wdgt .fc-day-today .fc-daygrid-day-number {
  color: white;
  border-radius: 50%;
  background-color: gray;
}
#calendar-wdgt .fc-today-button {
  display: none;
}
#calendar-wdgt .fc-toolbar {
  background-image: url("../images/calendar-tmp-bg.jpg");
  height: 170px;
  padding: 0;
  margin: 0;
  text-align: left;
  background-size: 100% 171px;
  background-color: #fff;
  flex-direction: column;
}
#calendar-wdgt .fc-toolbar-chunk {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#calendar-wdgt .fc-toolbar-chunk .fc-bannerDate-button {
  background-color: transparent;
  font-size: 20px;
  border: none;
}
#calendar-wdgt .fc-toolbar-chunk .fc-bannerDate-button:hover {
  background-color: transparent;
  cursor: default;
}
#calendar-wdgt .fc-toolbar-chunk:nth-of-type(2) {
  justify-content: center;
}
#calendar-wdgt .fc-toolbar-chunk:last-of-type {
  background-color: #e5e5e5;
  padding: 5px 0;
}
#calendar-wdgt .fc-toolbar-chunk .fc-button-primary:is(:not(:disabled), :active, :focus) {
  box-shadow: none;
}
#calendar-wdgt .fc-toolbar-chunk .fc-button:not(.fc-bannerDate-button) {
  flex-grow: 0;
  background-color: transparent;
  color: #38516b;
  border: none;
  border-radius: 50%;
}
#calendar-wdgt .fc-toolbar-chunk .fc-button:not(.fc-bannerDate-button):hover {
  background-color: white;
}
#calendar-wdgt .fc-toolbar-chunk .fc-button:not(.fc-bannerDate-button) .fc-icon {
  font-family: "bootstrap-icons", serif !important;
  font-size: 16px;
}
#calendar-wdgt .fc-toolbar-chunk .fc-button:not(.fc-bannerDate-button) .fc-icon.fc-icon-chevron-left:before {
  content: "\f284";
}
#calendar-wdgt .fc-toolbar-chunk .fc-button:not(.fc-bannerDate-button) .fc-icon.fc-icon-chevron-right:before {
  content: "\f285";
}
#calendar-wdgt .fc-toolbar-title {
  text-align: center;
  font-size: 18px;
}
#calendar-wdgt .fc-daygrid-day-events .fc-daygrid-dot-event {
  justify-content: center;
}
#calendar-wdgt .fc-daygrid-day-events .fc-daygrid-dot-event .fc-event-time {
  display: none;
}
#calendar-wdgt .fc-daygrid-day-events .fc-daygrid-dot-event .fc-event-title {
  display: none;
}
#calendar-wdgt .fc-daygrid-day, #calendar-wdgt .fc-col-header-cell {
  border: none;
  background-color: white;
}
#calendar-wdgt .fc-col-header-cell-cushion {
  text-decoration: none;
  font-weight: 400;
}
#calendar-wdgt .fc-day-disabled .fc-daygrid-day-frame {
  max-height: 1px;
}
#calendar-wdgt .fc-button {
  padding: 0;
}

#view-event-modal a {
  text-decoration: none;
}
#view-event-modal a.btn {
  border-radius: 0;
}
#view-event-modal #event-color-box {
  width: 18px;
  height: 18px;
  border: 1px solid gray;
}

/*Visual Tree - Needs refactoring*/
#treeError, #leftJumpingNode, #rightJumpingNode {
  display: none;
}

.ds_Tree-viewer-tree {
  cursor: move;
  opacity: 1;
  transition: opacity 300ms;
  position: absolute;
  height: 100%;
  width: 100%;
}
.ds_Tree-viewer-tree--hidden {
  opacity: 0;
  touch-events: none;
  pointer-events: none;
}
.ds_Tree-viewer-tree-link {
  fill: none;
  stroke: #424242;
  stroke-width: 2px;
  opacity: 1;
  transition: opacity 300ms;
}
.ds_Tree-viewer-tree-link--hidden {
  opacity: 0;
}
.ds_Tree-viewer-tree .ds_Tree-viewer-tree-node {
  cursor: default;
}
.ds_Tree-viewer-tree .ds_Tree-viewer-tree-node__front {
  overflow: visible;
}
.ds_Tree-viewer-tree .ds_Tree-viewer-tree-node__placement {
  overflow: visible;
}
.ds_Tree-viewer-tree .ds_Tree-viewer-tree-node__name, .ds_Tree-viewer-tree .ds_Tree-viewer-tree-node-back__name, .ds_Tree-viewer-tree .ds_Tree-viewer-tree-node__rank, .ds_Tree-viewer-tree .ds_Tree-viewer-tree-node-back__rank, .ds_Tree-viewer-tree .ds_Tree-viewer-tree-node__custom-color-label {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
}

#nodeDetailsBottom {
  bottom: 0;
  height: auto;
  max-height: 60px;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
}
#nodeDetailsBottom.expanded {
  max-height: 500px;
}
#nodeDetailsBottom nav {
  font-size: 20px;
  height: 60px;
  padding: 10px 0;
}
#nodeDetailsBottom nav img {
  margin: 0 20px;
  max-height: 40px;
  max-width: 40px;
  border-radius: 50%;
}
#nodeDetailsBottom nav #noProfileImgBottom {
  font-size: 27px;
}
#nodeDetailsBottom nav button {
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
  margin-right: 20px;
  opacity: 1;
}
#nodeDetailsBottom nav button.detail-expanded {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#nodeDetailsBottom .content {
  background-color: #fff;
  overflow-y: scroll;
}
#nodeDetailsBottom .content section {
  padding: 10px 0;
}
#nodeDetailsBottom .content section #actionsBar {
  line-height: 18px;
}
#nodeDetailsBottom .content section a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}
#nodeDetailsBottom .content__left-col {
  font-size: 14px;
  padding: 2px 4px 2px 0;
  text-align: right;
}
#nodeDetailsBottom .content__right-col {
  font-size: 14px;
  padding: 2px 0 2px 4px;
}

#nodeDetailsSideNav {
  overflow-x: hidden;
  position: absolute;
  max-width: 230px;
}
#nodeDetailsSideNav .offcanvas-header {
  min-height: 120px;
  max-height: 120px;
  height: 120px;
}
#nodeDetailsSideNav .offcanvas-header .header-profile img, #nodeDetailsSideNav .offcanvas-header header-profile i {
  border-radius: 50%;
  height: 80px;
  max-height: 80px;
  width: 80px;
  font-size: 80px;
}
#nodeDetailsSideNav .offcanvas-header #noProfileImg {
  fill: #FFF;
  font-size: 60px;
}
#nodeDetailsSideNav .offcanvas-header #msgUser {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  position: absolute;
  right: 15px;
  top: 95px;
}
#nodeDetailsSideNav .offcanvas-body h3 {
  cursor: pointer;
}
#nodeDetailsSideNav .offcanvas-body .content-item {
  display: block;
  color: #AAA;
  font-size: 12px;
}
#nodeDetailsSideNav .offcanvas-body .content-item-value {
  font-size: 14px;
}
#nodeDetailsSideNav .info-tip {
  background-color: #EEE;
  padding: 10px;
}
#nodeDetailsSideNav .info-tip-header {
  font-weight: bold;
}
#nodeDetailsSideNav .info-tip-header i {
  margin-right: 6px;
}
#nodeDetailsSideNav .focus {
  background-color: transparent;
  padding: 10px 2px;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
}
#nodeDetailsSideNav .focus span {
  position: relative;
  top: -1px;
}

.place-header {
  margin: -1rem -1rem 0 -1rem;
  padding: 10px;
}
.place-header img, .place-header i {
  border-radius: 50%;
  height: 80px;
  max-height: 80px;
  width: 80px;
  font-size: 80px;
}
.place-header i {
  position: relative;
  top: -17px;
}

#placementTable {
  max-height: 300px;
  padding-top: 25px;
}

#selectionMsg {
  padding-top: 25px;
}

.filter-toolbar {
  background-color: #FFF;
  min-height: 64px;
  font-size: 14px;
  overflow: visible;
  z-index: 1;
}
.filter-toolbar > div {
  margin: 0 12px;
}
.filter-toolbar .btn-icon {
  color: rgba(0, 0, 0, 0.54);
}
.filter-toolbar-desktop, .filter-toolbar-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 64px;
  transform: translateX(0);
  transition: transform 300ms;
}
.filter-toolbar-desktop.ng-hide {
  transform: translateX(-100%);
}
.filter-toolbar-mobile.ng-hide {
  transform: translateX(100%);
}

/*.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    max-height: 217px !important;
}*/
.zoom {
  width: 400px;
  padding: 0 20px;
}
.zoom input {
  margin: 0 20px;
}
.zoom i {
  color: #CCC;
}

#showCustomersMenu li, #showCustomersMenu li input, #showCustomersMenu li div {
  cursor: pointer;
}

#relBottom {
  bottom: 0;
  height: auto;
  max-height: 60px;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
}
#relBottom.expanded {
  max-height: 500px;
}
#relBottom nav {
  font-size: 20px;
  height: 60px;
  color: rgb(255, 255, 255);
  padding: 11px 0 11px 20px;
}
#relBottom nav h3, #relBottom nav h4 {
  margin: 0;
}
#relBottom nav button {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
  margin-right: 20px;
  opacity: 1;
}
#relBottom nav button.detail-expanded {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#relBottom nav.inactive {
  background-color: #d6d6d6;
}
#relBottom .content {
  background-color: #fff;
  overflow-y: scroll;
}
#relBottom .content section {
  padding: 10px 0;
}
#relBottom .content .list {
  margin: 20px;
}
#relBottom .content .list-item {
  cursor: pointer;
}
#relBottom .content .focus {
  background-color: transparent;
  padding: 10px;
  text-transform: uppercase;
}

#relSide {
  -webkit-box-shadow: -1px 0 4px -1px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -1px 0 4px -1px rgba(0, 0, 0, 0.54);
  box-shadow: -1px 0 4px -1px rgba(0, 0, 0, 0.54);
  overflow-x: hidden;
  position: absolute;
  max-width: 230px;
}
#relSide .offcanvas-body .list {
  margin: 20px 0;
}
#relSide .offcanvas-body .list-item {
  cursor: pointer;
}
#relSide .offcanvas-body .focus {
  background-color: transparent;
  padding: 10px 2px;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
}

/*Navigation*/
.navbar {
  background-color: #fff;
  height: var(--nav-height);
  z-index: 1030;
}
.navbar-header .form-control:focus {
  box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 78, 0.1);
  border-color: #000;
}

.navbar > .container-fluid {
  justify-content: flex-start;
}

/* Child Styles (Deep) */
/* Side Navigation */
.side-nav {
  width: calc(100vw - var(--sidenav-max) / 2);
  min-width: var(--sidenav-max);
  z-index: 1050;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1.2);
}
.side-nav-left {
  max-width: var(--sidenav-max);
  left: calc(-100vw + var(--sidenav-max) / 2);
  background-color: rgb(var(--main-backgroundcolor)) !important;
}
.side-nav-right {
  right: calc(-100vw + var(--sidenav-max) / 2);
  background-color: var(--body-backgroundcolor) !important;
}
.side-nav-right .menu-item {
  color: var(--main-fontcolor);
  font-weight: 500;
}
.side-nav hr {
  height: 0.5px;
  color: var(--main-fontcolor);
}

/* Menu */
.menu-folder {
  transition: all 0.4s;
  position: relative;
}
.menu-folder:after {
  content: "\f282";
  display: inline-block;
  font: 14px/1 "bootstrap-icons";
  text-rendering: auto;
  margin-right: 19px;
  transition: all 0.4s;
}
.menu-folder:not(.collapsed):after {
  transform: rotate(180deg);
}
.menu-folder:hover {
  left: 0;
}
.menu-sub {
  flex-direction: column;
  height: 0;
  transition: all 0.4s;
}
.menu-sub.show {
  display: block;
  height: auto;
}
.menu-link {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 1;
  transition: all 0.4s;
  cursor: pointer;
}
.menu-icon {
  fill: #9ca6b0;
  width: 24px;
}

#side-nav-btn {
  display: flex;
  height: var(--nav-height);
  width: var(--nav-height);
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: rgb(var(--main-backgroundcolor));
}
#side-nav-btn:hover {
  cursor: pointer;
  background-color: #2a3846;
}

.menu-bg-transition .menu-folder:not(.collapsed) {
  background-image: linear-gradient(to right, #2a3846 50%, var(--theme-color1) 50%);
  background-size: 200% 100%;
  background-position: -100% 0;
}
.menu-bg-transition .menu-link {
  position: relative;
}
.menu-bg-transition .menu-link:hover:before {
  left: 0;
}
.menu-bg-transition .menu-link:before {
  content: "";
  background-color: var(--theme-color1);
  height: 100%;
  width: 4px;
  position: absolute;
  left: -4px;
  top: 0;
  transition: all 0.4s;
}

.menu-link {
  color: var(--sidenav-fontcolor);
}
.menu-link:hover {
  color: white;
  background-color: #2a3846;
}

.profile-nav ul.dropdown-menu {
  display: block !important;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0.1);
  right: -90px;
  left: auto;
  top: -30px;
}
.profile-nav ul.dropdown-menu.show {
  opacity: 1;
  transform: scale(1);
  top: 100%;
  right: 0;
}
.profile-nav .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: var(--main-fontcolor);
  font-weight: 400;
}
.profile-nav .dropdown-item:hover {
  text-decoration: none;
}
.profile-nav button {
  font-weight: 500;
  color: var(--main-fontcolor) !important;
}

.itemcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: 2px solid #EBEDED;
  background: #FFF;
  min-width: 284px;
  max-width: 320px;
  height: 100%;
  padding: 0 20px 24px 20px;
  margin: 0 auto;
  font-size: 14px;
}
.itemcard p, .itemcard span, .itemcard i, .itemcard b, .itemcard input, .itemcard select {
  font-size: 14px;
}
.itemcard h3 {
  font-size: 22px;
}
.itemcard .img-container {
  height: 300px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.itemcard .img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
}
.itemcard .img-container img:hover {
  transform: scale(1.25);
}

#button-addon {
  height: 40px !important;
  min-height: auto;
  border: 2px solid #EBEDED;
  border-left: none;
}

#distributor-query {
  margin: 0 !important;
}

.top-logo {
  max-width: 200px;
}

.custom-filter {
  list-style: none;
}
.custom-filter .dropdown-item {
  font-size: 16px;
}

#item-detail-view {
  max-width: 100vw;
}
#item-detail-view #shopping-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto;
  position: relative;
  padding: 0 20px;
}
#item-detail-view h2, #item-detail-view h4 {
  font-family: "Playfair Display";
  font-stretch: condensed;
}
#item-detail-view ul {
  font-family: "AktivGrotesk";
  font-stretch: condensed;
}
#item-detail-view .img-itemdetail {
  width: 100%;
  height: 90%;
}
#item-detail-view .bottom-40 {
  bottom: 40%;
}
@media (max-width: 991px) {
  #item-detail-view .bottom-40 {
    bottom: 20%;
  }
}
#item-detail-view .bottom-30 {
  bottom: 30%;
}
@media (max-width: 991px) {
  #item-detail-view .bottom-30 {
    bottom: 15%;
  }
}
#item-detail-view .benefits-section ul {
  font-family: "AktivGrotesk";
  font-size: 12px;
  font-stretch: condensed;
}
#item-detail-view .benefits-section img {
  width: 193px;
  height: 190px;
}
#item-detail-view .benefits-section .bg-blue {
  background-color: rgb(232, 244, 252);
  border-color: rgb(232, 244, 252);
  color: black;
}
#item-detail-view .benefits-section .bg-yellow {
  background-color: rgb(250, 245, 220);
  border-color: rgb(250, 245, 220);
  color: black;
}
#item-detail-view .benefits-section .bg-green {
  background-color: rgb(230, 242, 240);
  border-color: rgb(230, 242, 240);
  color: black;
}
#item-detail-view .keys-success-section li {
  list-style: none;
  display: flex;
}
#item-detail-view .keys-success-section li > div {
  display: inline-block;
  border: 2px solid black;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 10px;
  font-weight: bold;
}
#item-detail-view .the-science-section img {
  width: 55%;
}
@media (max-width: 991px) {
  #item-detail-view .the-science-section img {
    width: 100%;
  }
}

#cart-btn {
  border: none;
  background: transparent;
  color: #1a1818;
  font-size: 24px;
  width: 35px;
}
#cart-btn .cart-button-count {
  font-size: 10px;
  background-color: red;
  color: white;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  padding-top: 5px;
  position: absolute;
  right: -7px;
  top: 0;
  text-align: center;
}

#price-container {
  padding: 20px 30px;
  margin: 30px 0;
}

.item-detail #main-img {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  object-fit: contain;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .item-detail #main-img {
    max-width: 90vw;
    margin: 0 auto;
  }
}
.item-detail #main-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.item-detail #main-img img:hover {
  transform: scale(1.25);
}
.item-detail .images-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.item-detail .images-container .img-wrapper {
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin: 0.25rem 0;
  overflow: hidden;
}
.item-detail .images-container .img-wrapper.active {
  border: 2px solid #dee2e6;
}
.item-detail .images-container .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.item-detail .images-container .img-wrapper img:hover {
  transform: scale(1.25);
}
.item-detail .img-prev, .item-detail .img-next {
  display: block;
  width: 100%;
  text-align: center;
  color: #9d9d9d;
  cursor: pointer;
}

#subscription-disclaimer .border-bottom.border-md-right {
  border-right: none !important;
  border-bottom: solid 1px #ccc !important;
}
@media (min-width: 768px) {
  #subscription-disclaimer .border-bottom.border-md-right {
    border-right: solid 1px #ccc !important;
    border-bottom: none !important;
  }
}
#subscription-disclaimer h3 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-stretch: condensed;
}
#subscription-disclaimer img {
  max-height: 180px;
}

.title-container h3 {
  font-family: "CaslonGraD";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #00ADBD 0%, #59C5B7 100%);
  border-image-slice: 1;
}

#review-view {
  /*td.ui-datepicker-week-end {
      visibility: hidden;
  }*/
}
#review-view .title {
  font-size: 30px;
  font-weight: 500;
}
#review-view text, #review-view span {
  font-size: 16px;
}
#review-view .edit-address,
#review-view .edit-shipMethod,
#review-view .edit-payment,
#review-view .edit-ao,
#review-view .edit-aod {
  font-size: 1rem;
  cursor: pointer;
  float: right;
}
#review-view .card-number-display,
#review-view .ship-method-display {
  font-size: 1.25rem;
}
#review-view .terms-agree {
  font-size: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
#review-view .review-ordertotal span {
  font-size: 1.5rem;
}
#review-view .review-change-address,
#review-view .review-change-payment,
#review-view .review-change-method,
#review-view .review-cancel-shipmethod-update,
#review-view .review-cancel-payment-update,
#review-view .review-cancel-address-update,
#review-view .review-method-change {
  cursor: pointer;
}
#review-view .review-change-address:hover,
#review-view .review-change-payment:hover,
#review-view .review-change-method:hover,
#review-view .review-cancel-shipmethod-update span:hover,
#review-view .review-cancel-payment-update span:hover,
#review-view .review-cancel-address-update span:hover {
  font-weight: bold;
}
#review-view .new-address-choice {
  cursor: pointer;
}
#review-view .review-img {
  position: relative;
}
#review-view .review-img span {
  position: absolute;
  right: 0.5rem;
  padding: 2px 12px;
  background-color: yellow;
  border-radius: 50rem;
}
#review-view .labl {
  display: block;
}
#review-view .labl > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
#review-view .labl > input + div { /* DIV STYLES */
  cursor: pointer;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
#review-view .labl > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
  border: 3px solid #000;
}
#review-view .new-card-trigger, #review-view .new-card-cancel {
  margin: 0.5rem 0.5rem 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  cursor: pointer;
}
#review-view .new-card-trigger:hover, #review-view .new-card-cancel:hover {
  text-decoration: underline;
}
#review-view label {
  display: block;
  border-radius: 5px;
  padding-left: 0.5rem;
}
#review-view label.active {
  background-color: #FBF5EF;
  border: 1px solid #F5D9B8;
}
#review-view label input {
  vertical-align: middle;
}
#review-view .bg-gray {
  background-color: #F8F9F9;
  border-radius: 8px;
  padding: 1rem 2rem;
}
#review-view .shopping-cart-body .card {
  margin-bottom: 2rem;
  padding: 1rem;
}
#review-view .shopping-cart-body .card .card-img-top {
  width: 50px;
  height: 50px;
}
#review-view .total-label span {
  font-size: 24px;
}

.ship-addresses span,
.ship-methods span {
  left: 3px;
  top: 3px;
  position: relative;
}

#shopping-cart {
  z-index: 99999;
  width: 100%;
}
#shopping-cart.offcanvas.offcanvas-end {
  max-width: 400px;
}
#shopping-cart #cart-items {
  max-height: calc(100vh - 295px);
  overflow-y: auto;
}
#shopping-cart #cart-totals {
  padding: 35px 10px;
  border-top: solid 1px gainsboro;
  font-size: 16px;
}
#shopping-cart .item-container {
  margin: 20px 0px;
}
#shopping-cart .item-container .cart-item-description,
#shopping-cart .item-container .select-item-type {
  font-size: 13px;
}
#shopping-cart .item-container .cart-item-price {
  font-size: 16px;
}
#shopping-cart .item-container .top-cart-container .top-cart-header {
  height: 3.25rem;
}
#shopping-cart .item-container .top-cart-item-image img {
  width: 80px;
}
#shopping-cart .top-cart-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#shopping-cart .top-cart-item .top-cart-item-desc {
  padding: 0px 2rem;
  font-family: "AktivGrotesk", sans-serif;
  font-size: 13px;
}
#shopping-cart .top-cart-item .top-cart-item-desc select.form-select.update-cart {
  width: 100px;
}
#shopping-cart .offcanvas-header {
  justify-content: end;
  padding-right: 3rem;
}
#shopping-cart .offcanvas-footer {
  height: 175px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#shopping-cart .offcanvas-footer a {
  width: 80%;
}
#shopping-cart .sc-title {
  text-transform: uppercase;
  text-align: center;
  background-color: rgb(212, 212, 212);
  padding: 0.25rem;
  justify-content: center;
  font-weight: 700;
}
#shopping-cart .cart-item-quantity-control {
  height: 3.75rem;
}
#shopping-cart .cart-item-quantity-control .quantity-select {
  line-height: 3.75rem;
  vertical-align: middle;
}
#shopping-cart select[name*=quantity] {
  border-radius: 3px;
  padding: 2px 10px 2px 5px;
}
#shopping-cart .sc-title {
  text-transform: uppercase;
  text-align: center;
  background-color: rgb(212, 212, 212);
  padding: 0.25rem;
  justify-content: center;
  font-weight: 700;
}
#shopping-cart .cart-item-quantity-control {
  height: 3.75rem;
}
#shopping-cart .cart-item-quantity-control .quantity-select {
  line-height: 3.75rem;
  vertical-align: middle;
}
#shopping-cart .bi-cart3 {
  font-size: 12rem;
}
#shopping-cart .counter {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  height: 30px;
  padding-top: 2px;
}
#shopping-cart .counter input {
  width: 40px;
  border: 0;
  text-align: right;
  appearance: none;
  outline: 0;
}
#shopping-cart .counter .down {
  padding-left: 1rem;
  cursor: pointer;
}
#shopping-cart .counter .up {
  padding-right: 1rem;
  cursor: pointer;
}
#shopping-cart .delete {
  font-size: 16px;
  cursor: pointer;
}

#itemlist {
  margin: auto;
  min-height: 100dvh;
}
#itemlist .accordion-item {
  background-color: inherit;
  border: 0;
}
#itemlist .accordion-button {
  width: unset;
  background-color: unset;
  border-bottom: 0 !important;
  color: #555;
  font-size: 1.25rem;
  font-weight: 600;
}
#itemlist .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
#itemlist .accordion-button::after, #itemlist .accordion-button:not(.collapsed)::after {
  margin-left: 0.5rem;
  color: #555 !important;
}
#itemlist .shopping_cart_body {
  overflow-y: auto;
  overflow-x: hidden;
}

.tealquoise {
  color: #4BC0B1;
}

#placeOrder {
  width: 100%;
  max-width: 350px;
}

/*Shopping Header*/
.shopping-header {
  background-color: rgb(var(--main-backgroundcolor));
  min-height: 5rem;
  color: white;
}
.shopping-header a {
  display: block;
  font-size: 1rem;
  padding: 0 0.75rem;
  line-height: 3.25rem;
  vertical-align: middle;
}
.shopping-header a:hover {
  text-decoration: none !important;
}
.shopping-header .row, .shopping-header [class^=col] {
  height: inherit;
}
.shopping-header h3, .shopping-header i {
  line-height: inherit;
  vertical-align: middle;
}
.shopping-header i {
  font-size: 2rem;
  cursor: pointer;
}
.shopping-header .shopping-drop-down .btn {
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.shopping-header .shopping-drop-down .dropdown-menu {
  padding: 0;
}
.shopping-header .shopping-drop-down .dropdown-menu li, .shopping-header .shopping-drop-down .dropdown-menu a {
  cursor: pointer;
}
.shopping-header .shopping-drop-down .dropdown-menu li.slcted, .shopping-header .shopping-drop-down .dropdown-menu li:hover, .shopping-header .shopping-drop-down .dropdown-menu a.slcted, .shopping-header .shopping-drop-down .dropdown-menu a:hover {
  background-color: #ededed;
}

/*Parties*/
#parties-container .modal-content {
  overflow-y: auto;
}

#party-details-container #guest-list {
  max-height: 217px;
  overflow-y: auto;
}
#party-details-container #kpi-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  overflow-x: auto;
}
#party-details-container .modal-content {
  overflow-y: auto;
}

.rewards-container .col-12 {
  max-height: 250px;
  overflow-y: auto;
}

#search-results {
  max-height: 125px;
}

#clear-search {
  position: absolute;
  top: 6px;
  right: 13px;
}

#loading-search {
  position: absolute;
  top: 5px;
  right: 14px;
  height: 20px;
  width: 20px;
}

/*Calendar*/
#calendar-page-container {
  padding: 30px 20px 20px;
}
#calendar-page-container a {
  text-decoration: none;
}
#calendar-page-container a.btn {
  border-radius: 0;
}
#calendar-page-container #event-color-box {
  width: 18px;
  height: 18px;
  border: 1px solid gray;
}
#calendar-page-container #event-event-type {
  margin-top: -2px;
}
#calendar-page-container #event-date-recurrence:first-letter {
  text-transform: capitalize;
}
#calendar-page-container .f-s-22 {
  font-size: 22px;
  line-height: 22px;
}
#calendar-page-container .fc .fc-toolbar button {
  text-transform: capitalize;
}
#calendar-page-container .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  align-content: flex-end;
  flex-wrap: wrap;
  color: white;
  height: 200px;
  z-index: 1;
  text-transform: uppercase;
  background-color: gray;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: 100% 100%;
}
#calendar-page-container .fc .fc-toolbar.fc-header-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: relative;
  top: 50px;
  z-index: -1;
}
#calendar-page-container .fc .fc-button {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  color: white;
  height: 50px;
}
#calendar-page-container .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: inherit;
}
#calendar-page-container .fc-daygrid-event {
  border-radius: 0;
}
#calendar-page-container .event-container-item {
  background-color: #364150;
  color: white;
  padding: 8px;
  margin-bottom: 4px;
}
#calendar-page-container .fc-toolbar-title {
  display: inline-block;
}

#calendar-subscriptions-container #find-customer-results-col {
  z-index: 10;
}
#calendar-subscriptions-container #other-calendars-row {
  max-height: 280px;
  overflow-y: auto;
}
#calendar-subscriptions-container .card .bi {
  color: inherit;
}
#calendar-subscriptions-container .modal-content {
  overflow-y: auto;
}

#calendar-event-legend-container .card .bi {
  color: inherit;
}

/*Chat*/
.msgBubble {
  border-radius: 3px;
  box-shadow: 0 3px 3px hsla(0, 0%, 0%, 0.2);
  padding: 10px;
}
.msgBubble:before, .msgBubble:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  transform: skew(45deg, 0deg);
  z-index: -1;
}
.msgBubble:before {
  z-index: 1;
}
.flex-row .msgBubble {
  border-top-left-radius: 0;
  margin-left: 10px;
  word-break: break-word;
}
.flex-row .msgBubble:before, .flex-row .msgBubble:after {
  left: -6px;
  box-shadow: -4px 6px 3px hsla(0, 0%, 0%, 0.2);
}
.flex-row .msgBubble:before {
  box-shadow: none;
}
.flex-row-reverse .msgBubble {
  border-top-right-radius: 0;
  margin-right: 10px;
  word-break: break-word;
}
.flex-row-reverse .msgBubble:before, .flex-row-reverse .msgBubble:after {
  right: -6px;
  transform: skew(-45deg, 0deg);
  box-shadow: 4px 6px 3px hsla(0, 0%, 0%, 0.2);
}
.flex-row-reverse .msgBubble:before {
  box-shadow: none;
}

.convo {
  cursor: pointer;
  max-height: 65px;
}
.convo:hover {
  background-color: hsl(0, 0%, 97%);
}
.convo img {
  height: 40px;
  width: 40px;
}
.convo .bi-person-circle {
  font-size: 40px;
  position: relative;
  top: -10px;
}
.convo .lastMessage {
  max-width: 280px;
}

.participant:hover {
  background-color: hsl(0, 0%, 97%);
}
.participant:hover .partDeleteBtn {
  display: block;
}

.partDeleteBtn {
  display: none;
}

/*Profile Settings*/
#profile-settings .btn-primary {
  margin-top: 7px;
}
#profile-settings .card-title {
  font-family: "AktivGrotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
#profile-settings input, #profile-settings div, #profile-settings span, #profile-settings label, #profile-settings p, #profile-settings select {
  font-family: "AktivGrotesk", sans-serif;
  font-size: 16px;
}
#profile-settings small {
  font-family: "AktivGrotesk", sans-serif;
}
#profile-settings select {
  width: 100%;
}
#profile-settings input[readonly] {
  border: none;
  background-color: white;
}
#profile-settings .profile-btn-toggle:not(.collapsed) {
  display: none;
}
#profile-settings .collapsing {
  transition: height 0s;
}
#profile-settings .form-control {
  width: 100%;
  background: #EBEDED;
}
#profile-settings .form-control.show {
  display: inline;
}
#profile-settings .form-control:focus {
  box-shadow: none;
  color: none;
  border-color: none;
  outline: 0;
  background-color: white;
}
#profile-settings .flipper-back {
  background-color: white !important;
}
#profile-settings .field-desc {
  width: 70%;
  padding-left: 12px;
}
#profile-settings .field-editor-desc {
  width: 70%;
}
#profile-settings .field-editor-desc label {
  padding-left: 12px;
}
#profile-settings .field-non-edit {
  width: 80%;
  padding-left: 12px;
}
#profile-settings .field-title {
  width: 20%;
}
#profile-settings .field-edit {
  width: 10%;
}
#profile-settings #ProfileInfo_Website-input {
  max-width: 300px;
  width: 70vw;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ExpandOut {
  from {
    width: var(--sidenav-min);
  }
  to {
    width: var(--sidenav-max);
  }
}
@keyframes ExpandIn {
  from {
    width: var(--sidenav-max);
  }
  to {
    width: var(--sidenav-min);
  }
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
/* Transitions */
.transition-scale > * {
  transition: opacity 0.8s, transform 0.25s;
  opacity: 0;
  transform: scale(0);
}
.transition-scale > .show {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.menu-icon-transform {
  transition: all 0.3s;
}
.show .menu-icon-transform, .menu-link:not(.collapsed) .menu-icon-transform {
  transform: rotateZ(180deg);
}

.transition-scale .collapsing {
  transition: height 0s;
}

.transition-scale .collapse:not(.show) {
  display: flex;
}

.transition-scale-badge .badge {
  transition: font-size 0.04s linear;
  font-size: 5px;
}
.transition-scale-badge .badge span {
  opacity: 0;
}
.transition-scale-badge:hover .badge {
  font-size: var(--bs-badge-font-size);
}
.transition-scale-badge:hover .badge span {
  opacity: 1;
}

.transition-collapse-icon .bi:before {
  transition: all 0.3s;
}
.transition-collapse-icon.collapsed .bi:before {
  transform: rotateZ(180deg);
}

.transition-place-holder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px;
  pointer-events: none;
  font-size: 16px;
  font-weight: 300;
  color: #6E7677;
  text-transform: capitalize;
  transition: 0.5s;
}
input:is(:not(:placeholder-shown), :focus) ~ .transition-place-holder, select ~ .transition-place-holder {
  transform: translateX(1px) translateY(-8px);
  font-size: 12px;
  padding: 0 12px;
  background: transparent;
  font-weight: 400;
  color: #6E7677;
}

.grid.transition-scale > * {
  transition: opacity 0s, transform 0.25s;
}

/* DataTables CSS overrides */
table.dataTable > tbody > tr.selected > td.select-checkbox:after,
table.dataTable > tbody > tr.selected > th.select-checkbox:after {
  color: white;
  margin-top: -27px;
}

.text-truncate-clamp {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton span,
.loading-skeleton text,
.loading-skeleton small,
.loading-skeleton select,
.loading-skeleton a,
.loading-skeleton .form-control {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #B7B7B7;
  border-color: #eee;
}

.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton span::placeholder,
.loading-skeleton text::placeholder,
.loading-skeleton small::placeholder,
.loading-skeleton select::placeholder,
.loading-skeleton a::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}

.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}

.nav-item .nav-link.active {
  color: #49C5B1 !important;
}

.hr-details {
  height: 2px;
  background-color: #49C5B1;
  border: none;
  margin-top: 1px;
}

.tabbeddetails .nav-tabs {
  border-width: 0px;
}

.tabbeddetails .nav-tabs li a {
  font-size: 16px;
}

#filter-toolbar__search-menu {
  background-color: white;
  padding-left: 1em;
  max-height: 250px;
  overflow: auto;
  width: 300px;
}

#filter-toolbar__search-results {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}

#filter-toolbar__search-results li {
  height: 1.5em;
  font-weight: 500;
}

.filter-toolbar__search {
  margin-top: 14px;
}

@media (max-width: 575.98px) {
  .d-flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
}

/*.dataTables_scrollHead {
    @media(max-width: 768px) {
        height: 0px !important;
        width: 0px !important;
        opacity: 0 !important;
    }
}*/
#view-subscriptions {
  padding: 35px;
}
@media (max-width: 768px) {
  #view-subscriptions {
    padding: 20px 20px 35px 20px;
  }
}
#view-subscriptions .title-wrapper {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #view-subscriptions .title-wrapper {
    margin-top: 35px;
  }
}
#view-subscriptions .dataTables_scrollBody {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  #view-subscriptions .edit-btn, #view-subscriptions .cancel-btn {
    padding: 2px 15px;
  }
}
#view-subscriptions .cancel-btn {
  border-left: solid 1px lightgray;
}
#view-subscriptions td.child {
  min-width: 350px;
}
@media (max-width: 768px) {
  #view-subscriptions .dataTables_scrollHead {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
  }
}

.rank-qualifications-content, .rank-qualifications-content .carousel {
  min-height: 350px;
}

.progress-bar-teal, .progress-bar-qualification {
  background-color: #49C5B1 !important;
}

.progress-bar-founders {
  background-color: #4BC0B1 !important;
}

.report-page a {
  color: #4BC0B1 !important;
}
.report-page .bg-success {
  background-color: #198754;
  color: black;
}
.report-page .bg-danger {
  color: black;
}
.report-page .btn-primary {
  background-color: #49C5B1 !important;
  border: solid 1px #49C5B1 !important;
}
.report-page .btn-primary:hover {
  background-color: #52DEC7 !important;
  background-image: none !important;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1), 0px 0px 24px 0px rgba(82, 222, 199, 0.67) !important;
  border: none !important;
  color: white !important;
  text-decoration: none !important;
}
.report-page .btn-outline-secondary {
  border-radius: 0.375rem !important;
  background-color: transparent !important;
  border: solid 1px #DDE1E1 !important;
  color: #DDE1E1 !important;
  transition: background-color 0.8s ease !important;
  -moz-transition: background-color 0.8s ease !important;
  -webkit-transition: background-color 0.8s ease !important;
}
.report-page .btn-outline-secondary:hover {
  background-color: #DDE1E1 !important;
  border: solid 1px #DDE1E1 !important;
  color: #000000 !important;
}
.report-page .form-check-input:checked {
  background-color: #49C5B1 !important;
  border-color: #49C5B1 !important;
}

#promo-code-input {
  text-transform: uppercase;
}

.responsive-table tr {
  padding: 1rem;
}
.responsive-table td {
  overflow: hidden;
}
.responsive-table td .td-header {
  display: none;
}
.responsive-table td .modify-btn-group button {
  max-width: 50px !important;
  padding: 12px;
}
.responsive-table td .modify-btn-group button i {
  font-size: 2rem;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .responsive-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: none !important;
  }
  .responsive-table thead, .responsive-table th {
    display: none;
    border: none !important;
  }
  .responsive-table tbody {
    display: flex;
    flex-direction: column;
    border: none !important;
    padding: 1rem 1.5rem;
  }
  .responsive-table tr, .responsive-table td {
    display: flex;
    flex-direction: column;
    border: none;
  }
  .responsive-table tr {
    padding: 1.5rem;
    margin: 12px 0px;
    border: solid 1px gainsboro;
  }
  .responsive-table tr:hover, .responsive-table tr:active, .responsive-table tr:focus {
    background-color: none;
  }
  .responsive-table td {
    padding: 1rem;
    justify-content: flex-start;
  }
  .responsive-table td .td-header {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
  }
  .responsive-table td .modify-btn-group .col {
    padding: 0px 7px;
    text-align: center;
  }
  .responsive-table td .modify-btn-group .col button {
    max-width: 150px !important;
    min-width: min-content;
    width: 100%;
  }
  .responsive-table td .modify-btn-group .col button i {
    font-size: 1.5rem;
  }
}
