@charset "UTF-8";
.hidingGoalWarning {
  margin: 10px 0;
  color: red;
}
.hidingGoalWarning div {
  margin-left: auto;
  margin-right: auto;
  padding: 3px 15px;
  background: white;
  width: fit-content;
  border-radius: 6px;
}

.noHidingGoalWarning {
  margin: 10px 0;
  color: green;
}
.noHidingGoalWarning div {
  margin-left: auto;
  margin-right: auto;
  padding: 3px 15px;
  background: white;
  width: fit-content;
  border-radius: 6px;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-thinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/font/lato-blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("/assets/font/inter-variable-font_opsz-wght.ttf") format("truetype-variations");
  font-weight: 100 700;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url("/assets/font/inter-italic-variable-font_opsz-wght.ttf") format("truetype-variations");
  font-weight: 100 700;
  font-stretch: 75% 100%;
  font-style: italic;
  font-display: swap;
}
.createGoalFixedButton {
  display: flex;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 6;
  background: #62a2ba;
  font-size: 50px;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  padding-bottom: 10px;
}

.createGoalFixedButton.nativeMobile {
  bottom: 35px;
}
.createGoalFixedButton.nativeMobile:hover {
  background: #62a2ba !important;
}

.nativeMobileFixedBadges {
  left: 15px;
  bottom: 35px;
  position: fixed;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nativeMobileFixedBadges .disabledBadge {
  background: #f1f1f1;
}
.nativeMobileFixedBadges .disabledBadge:hover {
  background: #f1f1f1;
}
.nativeMobileFixedBadges .disabledBadge:focus {
  background: #f1f1f1;
}
.nativeMobileFixedBadges * {
  padding: 0;
  margin: 0;
}
.nativeMobileFixedBadges > button {
  height: 60px !important;
  width: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
}
.nativeMobileFixedBadges img {
  height: 37px !important;
  width: 37px !important;
}

button.unstyled {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  display: inline;
  cursor: pointer;
  outline: none;
}

th {
  font-weight: 550;
}

.button:hover, .selector:hover {
  filter: brightness(1.2);
}

a.oldSchoolLink {
  color: #00608c;
}
a.oldSchoolLink:hover {
  text-decoration: underline;
}

a, a > * {
  text-decoration: none;
  color: inherit;
}

.underlineOnHover:hover {
  text-decoration: underline;
}

.standardText {
  border: none;
  line-height: 16px;
  font-size: 12px;
  font-family: "inter";
  white-space: pre-wrap;
  overflow-wrap: break-word;
  min-height: 16px;
  padding: 0px;
}

.inlineErrorMessage {
  color: red;
  font-weight: 600;
  font-size: 18px;
}

li.recurringListItem {
  list-style: none;
  margin-bottom: 15px;
}

h1 {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}

h2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 12px;
}

h5 {
  font-size: 12px;
  font-weight: 450;
}

html {
  background: #373737;
}

body {
  font-family: "inter";
  font-size: 12px;
  background: #cccccc;
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.childrenInlineBlock > * {
  display: inline-block;
}

input[type=range] {
  -webkit-appearance: none;
  width: 300px;
  background: transparent;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: #b9b9b9;
  border-radius: 3px;
}
input[type=range]::-moz-range-track {
  height: 6px;
  background: #b9b9b9;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0080a2;
  margin-top: -7px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0080a2;
  cursor: pointer;
}

.inlineTextImage {
  display: inline-block;
  height: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

.isHighlighted {
  background: #0080a2 !important;
  filter: brightness(0.85);
}

.isYellowHighlighted {
  background: #fbff00 !important;
  filter: brightness(1.2);
}

.hoverBlueBackground:hover {
  background: #d5e7ed !important;
}

.disabled {
  color: #8e8e8e;
}

button.login {
  padding: 15px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

div.genericTileLayout {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, min-content));
  justify-content: center;
  place-items: center;
}

#outerDiv {
  background-color: #cccccc;
}

#mainAppWidget {
  height: 100vh;
  height: 100dvh;
  background: #373737;
  display: flex;
  flex-direction: column;
}
#mainAppWidget #everythingUnderTopBarFullWidth {
  flex: 1;
  display: flex;
  flex-direction: row;
  min-height: 0;
}
#mainAppWidget #everythingUnderTopBarFullWidth #everythingRightOfSidebarMenu {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#mainAppWidget #everythingUnderTopBarFullWidth #everythingRightOfSidebarMenu #everythingUnderToolbar {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background: #cccccc;
}
#mainAppWidget #everythingUnderTopBarFullWidth #everythingRightOfSidebarMenu #roiRightOfSidebarPanel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#mainAppWidget #everythingUnderTopBarFullWidth #everythingRightOfSidebarMenu #roiRightOfSidebarPanel main {
  flex: 1;
  display: flex;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding: 0 20px 20px 20px;
  margin-bottom: 0;
  justify-content: center;
}
#mainAppWidget #everythingUnderTopBarFullWidth #everythingRightOfSidebarMenu #roiRightOfSidebarPanel main > div {
  justify-content: center;
  flex: 0 0 auto;
  width: 100% !important;
  height: fit-content !important;
}
.overrideWithDisplyBlock {
  display: block !important;
}

#userMessageFooter {
  grid-area: bottom;
  z-index: 5;
  border-top: 1px solid black;
  text-align: center;
  margin: 0;
  padding: 0;
  background: rgb(220, 220, 220);
  width: 100%;
  height: 20px;
  font-size: 14.2857142857px;
}

#upperNavWrapper {
  grid-area: top;
  top: 0;
  anchor-name: --hdr;
  background: #373737;
}

.combinedBreadcrumbsAndBadges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 0 5px;
  background: #f1f1f1;
}

.upperNavBorderRadii {
  border-radius: 10px 10px 0 0;
}

#upperNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  background: #f1f1f1;
  gap: 5px;
}

.splitScreenToolbarArea {
  background: white;
}

.roiBackground {
  background: #cccccc;
}

.topBarBackground {
  background: #F0F0F0;
}

.toolbar {
  grid-area: toolbar;
  display: flex;
  flex-direction: column;
  position-anchor: --hdr;
  top: anchor(--hdr bottom);
  align-items: center;
  /* critical: allow it to shrink so grid can resolve properly */
  min-width: 0;
  max-width: 100%;
}
.toolbar > div {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 3px 6px;
  padding: 4px;
  border-radius: 6px;
  background: #b9b9b9;
  width: 100%;
}
.toolbar > div > div {
  display: flex;
  gap: 2px;
}
.toolbar button {
  background: none;
  all: unset;
  padding: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  border-radius: 3px;
  height: fit-content;
}
.toolbar button:disabled {
  background: white;
}
.toolbar button:enabled {
  cursor: pointer;
  background: white;
}
.toolbar button:enabled:hover {
  opacity: 1;
  background: #d5e7ed;
}
.toolbar button > img {
  display: block;
  height: 22px;
  width: 22px;
}
.toolbar button:disabled > img {
  filter: invert(1) brightness(0.3);
}

.verticalDivider {
  display: inline-block;
  height: 80%;
  padding: 2px 5px;
  box-sizing: border-box;
}

.toolTipWrapper {
  position: relative;
}

.toolTip {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: min(300px, 100vw - 16px);
  z-index: 10;
  white-space: nowrap;
  padding: 8px;
  background: #373737;
  color: white;
  font-size: 14px;
  border: solid #b9b9b9 2px;
  border-radius: 10px;
}

.footerHeightBottomMargin {
  margin-bottom: 21px;
}

#sidebarPanel {
  height: 100%;
  display: flex;
  flex-direction: row;
  grid-area: side;
  position-anchor: --hdr;
  top: anchor(--hdr bottom);
  align-self: start;
  text-align: center;
  background: white;
  padding: 9px;
}
#sidebarPanel .panelAsPageLinkButton {
  font-size: 10px;
  margin: 5px;
  width: 80px;
  display: block;
}
#sidebarPanel > div > div > div {
  background: #F0F0F0;
  padding: 10px;
  border-radius: 6px;
}
#sidebarPanel .panelContent .topRow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
#sidebarPanel .panelContent .topRow :nth-child(1) {
  grid-column: 2;
}
#sidebarPanel .panelContent .topRow :nth-child(2) {
  grid-column: 3;
  justify-self: end;
}

.sidebarPanelActive {
  position: relative;
  min-width: 150px;
  max-width: 60vw;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.sidebarPanelActive > div {
  height: 100%;
}

.sidebarPanelInactive {
  max-width: 0;
  overflow: hidden;
  padding: 0 !important;
}

.userPanel .noScrolling {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 8px;
}
.userPanel .noScrolling > div {
  padding: 5px;
  border-radius: 6px;
  background: #F0F0F0;
}
.userPanel .scrolling {
  margin: 5px;
  padding: 5px;
  border-radius: 6px;
  background: #F0F0F0;
  height: 100%;
  overflow-y: scroll;
}
.userPanel .scrolling::-webkit-scrollbar {
  width: 8px;
}
.userPanel ul {
  list-style: none;
  padding-left: 0;
  margin-block-end: 10px;
  margin-block-start: 10px;
}
.userPanel > div:first-child {
  padding-right: 8px;
}

.draggableUserOuter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: fit-content;
  border-radius: 6px;
  padding: 5px;
  background: white;
}

.userDragOver {
  background: #62a2ba !important;
}

.userDisplayedNarrow {
  display: flex;
  border-radius: 6px;
  background: #cccccc;
}

.userDisplayedNarrow .imageCrop {
  height: 50px;
  width: 50px;
}

.userDisplayedNarrow .imageCrop div {
  background: unset;
}

.userDisplayedNarrow .imageCrop img {
  min-height: 50px;
}

.userDetailsNarrow {
  font-weight: normal;
  font-size: 10px;
  padding: 5px !important;
}

.userDetailNarrowFilterButton {
  color: black !important;
  background: #f3db89;
  margin-left: auto;
  width: 80px;
  word-break: normal;
  white-space: normal;
  font-size: 10px;
  padding: 5px !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 6px 0 !important;
}

.panelAsPage h1 {
  text-align: center;
}

.buttonHoverEffect:hover {
  filter: brightness(1.1);
  opacity: 1 !important;
}

.narrowContactText {
  padding-top: 3px !important;
}

.noSearchResultIndicator {
  text-align: center;
  color: #373737;
}

.projectDedupeSummary {
  display: flex;
  justify-content: space-between;
  max-width: 370px;
  padding: 5px;
  border-radius: 4px;
  background: #d5e7ed;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.projectDedupeSummary > div {
  display: flex;
  align-items: center;
}
.projectDedupeSummary > div > * {
  display: inline;
  margin-right: 10px;
}
.projectDedupeSummary > div > img {
  height: 30px;
}
.projectDedupeSummary > :first-child {
  width: 50%;
}

#sidebarMenu {
  height: 100%;
  display: flex;
  flex-direction: row;
  grid-area: side;
  position-anchor: --hdr;
  top: anchor(--hdr bottom);
  align-self: start;
  align-self: start;
  height: 100%;
  padding-top: 10px;
  grid-area: side;
  background: #373737;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#sidebarMenu .panelAsPageLinkButton {
  font-size: 10px;
  margin: 5px;
  width: 80px;
  display: block;
}
#sidebarMenu h2 {
  padding-bottom: 10px;
}
#sidebarMenu .sidebarHeading {
  width: 50px;
}
#sidebarMenu > :last-child {
  margin-top: auto;
  margin-bottom: 10px;
}
#sidebarMenu > div {
  padding: 5px 7px 5px 3px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
#sidebarMenu .buttonLike {
  width: 50px;
  height: fit-content;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: unset;
  font-size: 12px;
  padding: 2px;
  border-radius: 10px;
}
#sidebarMenu .buttonLike > img {
  padding: 0;
  margin: 0;
}
#sidebarMenu .buttonLike > div {
  white-space: normal;
}
#sidebarMenu button {
  background: none;
}
#sidebarMenu button img {
  opacity: 70%;
}
#sidebarMenu button:hover img {
  opacity: 100%;
}
#sidebarMenu .navLink {
  color: white;
  text-align: center;
  background: #0f0f0f;
  margin: 3px;
  border: solid #282828 1px;
}
#sidebarMenu .navLink:hover {
  background: #999;
  filter: invert(1) brightness(2);
}
#sidebarMenu .panelButtonWrapper .toolTip {
  top: 10px !important;
  left: calc(100% + 5px) !important;
  transform: none !important;
}
#sidebarMenu .activePanelButton {
  border-left: 3px solid white;
}
#sidebarMenu .activePanelButton button img {
  opacity: 100%;
}
#sidebarMenu .inactivePanelButton {
  border-left: 3px solid transparent;
}
#sidebarMenu h2 {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  margin-top: 8px;
  color: white;
}
#sidebarMenu h3 {
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  margin-top: 8px;
  color: white;
}
#sidebarMenu img {
  width: 35px;
  height: 35px;
  padding: 3px;
  margin: 10px 7px 0 7px;
  border-radius: 3px;
}

.sidebarDivider {
  height: 2px;
  background: #8e8e8e;
  border: none;
  margin: 20px 6px;
}

iframe.splitScreenPanel {
  width: 100%;
  height: 100%;
}

.splitScreenWarning {
  width: 100%;
  font-size: 11px;
  text-align: center;
  padding: 5px;
  background: white;
  color: red;
}

.screenBody {
  background: white;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
  background: white;
  flex: 1 1 800px;
  max-width: 1100px;
}

.multiPaneScreenOuter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.multiPaneScreenPane {
  flex: 1 2 300px;
  background: #FFF;
  padding: 20px;
  border-radius: 6px;
}

#scrollRibbon {
  height: 100vh;
  width: 20%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: rgba(105, 105, 105, 0.7098039216);
}

.mainMenuBarInner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#appTitle {
  cursor: pointer;
}
@media (min-width: 751px) {
  #appTitle {
    height: 23px;
    margin-right: 8px;
  }
}
@media (max-width: 750px) {
  #appTitle {
    height: 19px;
    margin-right: 4px;
  }
}

.searchDialog {
  cursor: pointer;
  padding: 0px 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.searchDialog:hover {
  background: #9dc4d3;
}
.searchDialog img {
  height: 25px;
  width: 25px;
}

.avatarWrapper {
  position: relative;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.avatarWrapper > button {
  background: none;
  display: flex;
  align-items: center;
}
.avatarWrapper > button:hover {
  background: none !important;
}
.avatarWrapper > button > img {
  margin: auto;
}
.avatarWrapper:hover {
  background: #9dc4d3;
}
.avatarWrapper .avatarMenuIcon {
  height: 22px;
  padding: 0px 6px;
}

.avatarMenu {
  position: absolute;
  right: 10px;
  top: 100%;
  background: white;
  padding: 20px;
  z-index: 5;
  border-radius: 10px;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
  gap: 10px;
  align-items: center;
}
.avatarMenu .linkIsCurrent {
  background: #9dc4d3 !important;
}
.avatarMenu .linkIsCurrent:hover {
  background: #9dc4d3 !important;
}
.avatarMenu > img {
  background: #f1f1f1;
  border-radius: 6px;
  width: 80px;
  height: 80px;
}
.avatarMenu .buttonArea {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.avatarMenu .buttonArea .buttonLike {
  border-radius: 6px;
  padding: 3px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  background: #d5e7ed;
  border: 1px solid #9dc4d3;
  min-height: 30px;
}
.avatarMenu .buttonArea .buttonLike:hover {
  background: #9dc4d3;
}

#screenMenu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 749px) {
  #screenMenu {
    margin: 0 3px;
  }
}
#screenMenu h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.badgeWrapper {
  all: unset;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

button.badgeWrapper {
  box-sizing: content-box;
  height: 20px;
  padding: 4px;
  appearance: none;
  -webkit-appearance: none;
}

.badge {
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 2px;
}

.disabledBadge:hover {
  background: #9dc4d3;
}

.enabledBadge {
  background: #f3db89;
}
.enabledBadge img {
  filter: invert(1) brightness(2);
}
.enabledBadge:hover {
  box-shadow: none;
  background: #cccccc;
}
.enabledBadge:hover::after {
  content: "✕";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.2s;
  pointer-events: none;
}

.scrollRibbonInner {
  flex: 1 1 auto;
  border-radius: 6px;
  font-size: 40px;
  color: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.scrollRibbonInnerActive {
  box-shadow: inset 0 0 0 4px #7ba2ec;
  background-color: rgba(123, 162, 236, 0.4156862745);
  flex: 1 1 auto;
  border-radius: 6px;
  font-size: 40px;
  color: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.scrollRibbonText {
  flex: 0 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.scrollRibbonUpper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.scrollRibbonLower {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

table.modern {
  width: 100%;
  border-collapse: collapse;
  background-color: #f2f2f2;
  font-family: "inter";
}
table.modern th, table.modern td {
  text-align: center;
}
table.modern th > div, table.modern td > div {
  padding: 2px;
}
table.modern th > div, table.modern th > button, table.modern td > div, table.modern td > button {
  display: inline-block;
}
table.modern th {
  background-color: #F0F0F0;
}

div.goalDetailDialogsClosed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
div.goalDetailDialogsClosed div.goalSchedulingInfo {
  background: none;
  text-align: center;
  justify-content: center;
  text-decoration: underline;
}
div.goalDetailDialogsClosed div.goalSchedulingInfo .textSizedXButton {
  display: none;
}
div.goalDetailDialogsClosed > div {
  height: 190px;
  width: 160px;
  padding: 3px;
  margin: 3px;
  border-radius: 6px;
  background: #9dc4d3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
div.goalDetailDialogsClosed h3 {
  text-align: center;
}
div.goalDetailDialogsClosed .assignment-avatar-large {
  height: 95px;
  width: 95px;
  border-radius: 6px;
}

.goalDetailDialogs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
}
.goalDetailDialogs > div {
  border-radius: 10px;
  background: white;
  flex-wrap: wrap;
  border-radius: 10px;
  background: white;
  justify-content: flex-start;
  height: fit-content;
  gap: 10px;
}
.goalDetailDialogs .currentScheduling {
  display: inline-block;
  height: 3lh;
}

.goalDetailSchedulingDialog > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}

.quickEpochButton {
  width: 100% !important;
  padding: 5px 0 !important;
}

.assignment-avatar-large-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
}

.assignment-avatar-large {
  height: 125px;
  width: 125px;
  border-radius: 6px;
}

.indirect-assignment {
  opacity: 0.6;
}

.schedulingExplanation {
  max-width: 334px;
}

.goalInput {
  background: #FFF;
  font-size: 12px;
  box-shadow: none;
  resize: none;
  border: none;
  outline: none;
  width: 600px;
}

.goalDropZoneOuter {
  display: grid;
  grid-template: 1fr/1fr;
  place-items: center;
}

.goalDropZoneOuter > * {
  grid-column: 1/1;
  grid-row: 1/1;
}

.goalDropZoneOuter .goalDropZoneContent {
  z-index: 1;
}

.goalDropZoneOuter .goalDropZoneTargetsOuter {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.dropAreaUpper {
  background-color: cyan;
  width: 100%;
  height: 50%;
}

.dropAreaLower {
  background-color: yellow;
  width: 100%;
  height: 50%;
}

.allGoalsGoalAssignment {
  margin-left: 400px;
  max-width: 400px;
}

.errorMessage {
  font-weight: bold;
  color: red;
  background-color: #EEE;
}

div.swimLaneParentEpoch > div {
  margin-top: -20px;
}

.selected {
  background-color: #62a2ba;
}
.selected:hover {
  filter: brightness(1.2);
}

.selectableByFirstChild :first-child:hover {
  background-color: #DDDDDD;
}

.nonMatchingGoalsOuter {
  background: #DDDDDD;
}

.minimizedNonMatchingChildGoals {
  cursor: pointer;
}

.expandedNonMatchingChildGoalsMinimizeButton {
  border-style: none !important;
}

.expandedNonMatchingChildGoals {
  padding: 10px;
}

.noGoalsWarning {
  margin: 10px 0 0 0;
  color: #606060;
  text-align: center;
}

.childEpochGoals {
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #F0F0F0;
}
.childEpochGoals .childEpochGoalsHeader {
  cursor: pointer;
  font-size: 15px;
  text-align: center;
}

.previousNextEpochButtons {
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin-right: 2px;
  background-color: #cccccc;
  border-radius: 6px;
}
@media (min-width: 751px) {
  .previousNextEpochButtons {
    border-radius: 6px;
  }
}
@media (max-width: 750px) {
  .previousNextEpochButtons {
    border-radius: 4px;
    padding: 2px 4px;
  }
}
.previousNextEpochButtons:hover {
  background-color: #9dc4d3;
}

.epochDragOver {
  background-color: #62a2ba !important;
  box-shadow: 0 0 0 1px rgba(98, 162, 186, 0.45), 0 8px 22px rgba(98, 162, 186, 0.24), 0 0 36px rgba(98, 162, 186, 0.3) !important;
}

.breadcrumb {
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2px;
}
@media (min-width: 751px) {
  .breadcrumb {
    border-radius: 6px;
  }
}
@media (max-width: 750px) {
  .breadcrumb {
    border-radius: 4px;
    padding: 2px 4px;
  }
}
.breadcrumb:hover {
  background-color: #9dc4d3;
}

.currentBreadcrumb {
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  cursor: pointer;
  background-color: #9dc4d3;
  cursor: default;
}
@media (min-width: 751px) {
  .currentBreadcrumb {
    border-radius: 6px;
  }
}
@media (max-width: 750px) {
  .currentBreadcrumb {
    border-radius: 4px;
    padding: 2px 4px;
  }
}

.promptFstTextArea {
  box-shadow: none;
  resize: none;
  outline: none;
  border: none;
  padding: 10px 10px 10px 35px;
  border-radius: 6px;
  margin: 20px;
  width: 80%;
  max-width: 300px;
  background-color: #F0F0F0;
  font-family: "inter";
}
.promptFstTextArea > ::placeholder {
  color: #666;
  font-size: 12px;
  text-align: center;
}

.debugHeader {
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
}

.dsmStatusWarningBar {
  z-index: 200;
  border-radius: 6px;
  text-align: center;
  margin-top: 3px;
  padding: 3px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(255, 158, 74, 0.9882352941);
  border: solid rgba(156, 72, 0, 0.9882352941) 2px;
}

.dsmStatusNoticeFlag {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 200;
  border-radius: 6px;
  text-align: center;
  margin-top: 3px;
  padding: 3px;
}

.dsmStatusNoticeFlag > div {
  display: inline-block;
  background: #fff69e;
  padding: 2px 10px;
  border: solid #b3a72d 2px;
  border-radius: 6px;
}

#ScreenBody {
  width: 90%;
  padding: 0 0 20px 0;
  margin-left: auto;
  margin-right: auto;
  top: 116px;
  min-height: calc(100% - 250px);
  padding-bottom: 20px;
}

#ScreenSubHeading {
  left: 0;
  padding: 4px 30px;
  width: 100%;
  top: 25px;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.9) 100%);
}

.dashboardOuter {
  display: flex;
  flex-direction: column;
  background: white;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}

.genericScreenOuter {
  padding: 20px;
  background: white;
  border-radius: 10px;
  min-height: 60px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.genericScreenInnerColumnar {
  display: flex;
  flex-direction: column;
}

#searchInput {
  border-radius: 6px;
  padding: 5px;
  width: 300px;
  margin: 20px;
  border: 1px solid #cccccc;
}
#searchInput::placeholder {
  text-align: center;
}
#searchInput > ::placeholder {
  color: #b9b9b9;
}

.searchInputOuter {
  display: block;
  text-align: center;
}

.searchResultsOuter {
  margin-top: 10px;
}

.searchResult {
  text-align: left;
  padding: 5px;
  margin: 10px;
  border-radius: 10px;
  background: #f1f1f1;
}
.searchResult:hover {
  background: #9dc4d3;
}

.searchResult * > * > * {
  border-bottom: none !important;
}

.searchResult .goalTextOuter {
  padding-left: 8px;
}

.searchResultWithOverlay {
  position: relative;
}

.searchResultClickOverlay {
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.searchResultDragHandle {
  position: relative;
  z-index: 2;
}

.searchResultContent {
  display: flex;
  flex-direction: column;
}

.searchResultMainRow {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.searchResultGoalInfo {
  flex: 1;
  min-width: 0;
}

.searchResultDetails {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.searchResultChildCount {
  font-size: 0.8em;
  color: #b9b9b9;
  white-space: nowrap;
}

.caseSensitiveToggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
  font-size: 0.9em;
  cursor: pointer;
  white-space: nowrap;
}

.searchScreenNoResults {
  padding: 10px;
}

.selectable {
  cursor: pointer;
}

.epochQuickLinks button {
  border: none !important;
  background: #d5e7ed;
}
.epochQuickLinks button:hover {
  background: #9dc4d3;
}

.calendarStyleEpochSelector {
  padding: 5px;
  height: fit-content;
  background: #d5e7ed;
  display: inline-block;
  padding: 0;
  border-radius: 10px;
  min-width: 225px;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.calendarStyleEpochSelector .yearSelector {
  height: unset;
  margin: 5px;
}
.calendarStyleEpochSelector .yearSelector > * {
  display: inline-block;
  padding: 3px;
  height: unset;
}
.calendarStyleEpochSelector .yearSelector > div {
  margin: 0 5px;
}
.calendarStyleEpochSelector .yearSelector > button {
  border: none !important;
  padding: 3px 6px 2px 6px;
}
.calendarStyleEpochSelector .yearSelector > button:hover {
  background: #9dc4d3;
}
.calendarStyleEpochSelector .yearSelector > div {
  width: 40px;
}
.calendarStyleEpochSelector .monthSelector {
  height: unset;
  margin: 5px;
}
.calendarStyleEpochSelector .monthSelector > * {
  display: inline-block;
  padding: 3px;
  height: unset;
}
.calendarStyleEpochSelector .monthSelector > div {
  margin: 0 5px;
}
.calendarStyleEpochSelector .monthSelector > button {
  border: none !important;
  padding: 3px 6px 2px 6px;
}
.calendarStyleEpochSelector .monthSelector > button:hover {
  background: #9dc4d3;
}
.calendarStyleEpochSelector .monthSelector > div {
  width: 60px;
}
.calendarStyleEpochSelector th:first-child {
  width: 70px;
}
.calendarStyleEpochSelector > .div {
  padding: 10px;
  background: #d5e7ed;
}
.calendarStyleEpochSelector .descheduler {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 0 0;
  border: none;
  background: #d18989;
}
.calendarStyleEpochSelector .descheduler:hover {
  background: #d30000;
}
.calendarStyleEpochSelector .descheduler:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #ccc;
  color: #666;
}
.calendarStyleEpochSelector * > * > * {
  height: 25px;
  border-radius: 4px;
}
.calendarStyleEpochSelector .selectable:hover {
  background: white;
}
.calendarStyleEpochSelector .selectableIndicated {
  background-color: #9dc4d3 !important;
  color: black;
}
.calendarStyleEpochSelector .selectableIndicated:hover {
  background: #0080a2;
  color: white;
}
.calendarStyleEpochSelector > * {
  margin: 5px;
}
.calendarStyleEpochSelector .isToday {
  border: 2px solid #00608c;
}

.weekRow {
  background-color: #d5e7ed;
}
.weekRow:has(:first-child:hover) {
  background: white !important;
}

.calendarDay {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  text-align: center;
  border: 2px transparent solid;
}

.selectedEpoch {
  background-color: #62a2ba;
  color: white;
  border: 2px #0080a2 solid;
}
.selectedEpoch:hover {
  color: black;
}

.todayEpoch {
  background-color: red;
}
.todayEpoch:hover {
  filter: brightness(1.2);
}

.selectableEpoch {
  background-color: #d5e7ed;
}
.selectableEpoch:hover {
  background: white;
}

.dashboardTileLayout {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  place-items: center;
  justify-content: center;
}
.dashboardTileLayout > a > div {
  margin: 10px;
  background: #F0F0F0;
  height: 50px;
  width: 70px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.dashboardTileLayout > a > div:hover {
  background: #9dc4d3;
}
.dashboardTileLayout img {
  width: 25px;
  height: 25px;
}

.makeSvgBlack {
  filter: invert(1) brightness(0.8);
}

.navigationPanel {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 60px 0px;
  border-radius: 10px;
  background: white;
}

.mainMenuBarOuter {
  right: 0;
  top: 0px;
  display: inline-block;
}

.splitScreenWrapper {
  flex-grow: 0.6;
}

.signleColumnScreenWrapperOuter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.singleColumnScreenWrapperInner {
  max-width: 1100px;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.epochScreenOuter {
  position: relative;
}

.epochGoalColumns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.childEpochLinks {
  display: block;
  top: 0;
  width: 100%;
  padding-bottom: 5px;
  position: absolute;
}

.childEpochLinksSpacer {
  display: block;
  top: 0;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  visibility: hidden;
}

.outerAllGoalColumns {
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background: white;
  display: flex;
  flex: 1 1 800px;
  flex-direction: column;
  max-width: 1100px;
}

.goalDeltailComponentWrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.closeOutX {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 55px;
  height: 55px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-size: 40px;
  z-index: 999;
}

.archiveButton {
  position: absolute;
  background-color: #55FFFF;
  bottom: 0px;
  left: 0px;
  border: none;
  cursor: pointer;
  width: 100%;
  outline: none;
  font-size: 40px;
  text-align: center;
}

#archiveNotes {
  width: 100%;
  height: 400px;
  border: 3px solid #cccccc;
  padding: 5px;
  font-family: "inter";
  font-size: 30px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.linkLike {
  cursor: pointer;
}
.linkLike:hover {
  text-decoration: underline;
}

.lightboxForeground {
  position: absolute;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 70%;
  left: 8%;
}

.lightboxForegroundInner {
  position: relative;
  display: block;
  margin-top: 0;
  min-height: 600px;
  width: 100%;
  height: 100%;
  padding: 100px;
  background: #FFF;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  display: inline-block;
  cursor: pointer;
}

.CLICKABLE {
  cursor: pointer;
}
.CLICKABLE:hover, .CLICKABLE .selector:hover {
  filter: brightness(1.2);
}

.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 3px solid;
  padding: 0px 5px;
  cursor: pointer;
  border-radius: 0px;
}

.button-reset {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

.buttonLike {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  border-color: #ccc;
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  background-color: #fff;
}
.buttonLike:focus {
  outline: none;
}
.buttonLike:hover, .buttonLike .selector:hover {
  background-color: #9dc4d3;
}

.buttonLikeDragHover {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  border-color: #ccc;
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  background-color: #62a2ba;
}
.buttonLikeDragHover:focus {
  outline: none;
}

.buttonLikePastEpoch {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  border-color: #ccc;
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  background-color: #b9b9b9;
}
.buttonLikePastEpoch:focus {
  outline: none;
}
.buttonLikePastEpoch:hover, .buttonLikePastEpoch .selector:hover {
  background-color: #cccccc;
}

.buttonLikeDragHoverPastEpoch {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  border-color: #ccc;
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  background-color: #0080a2;
}
.buttonLikeDragHoverPastEpoch:focus {
  outline: none;
}

.topNavButton {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 550;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  border-radius: 6px;
  padding: 3px 20px;
  color: #264f65;
  height: 100%;
}

.workspace-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.workspace-list > li {
  padding: 0;
  margin: 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
}

.workspace-list > li > button {
  padding: 30px;
  width: 100px;
  margin: 0;
  margin-right: 30px;
  border: none;
  border-radius: 6px 0 0 6px;
}

.workspace-list > li > * {
  margin-right: 20px;
}

.workspace-list > li > button {
  background: #62a2ba;
}

.active-entry {
  background: #f1f1f1 !important;
}

.inactive-entry {
  background: #cccccc !important;
  color: #999;
}

.workspaceSelectorOuter {
  display: inline-block;
  background: #373737;
  padding: 0;
  border-right: solid black 2px;
  border-left: solid black 2px;
}

div.workspaceSelectorTitle {
  display: inline-block;
  font-size: 13px;
  padding: 3px 5px;
  color: #fff;
}

div.workspaceSelectorWrapper {
  display: inline-block;
}

.topNavWorkspaceButton {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 550;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  border-radius: 6px;
  padding: 3px 5px;
  color: #fff;
}

.dedupeResultsPageOuter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.dedupeGroup {
  display: flex;
  justify-content: space-between;
  margin: 5px;
  border-radius: 6px;
  background: white;
  width: 90%;
  max-width: 700px;
}
.dedupeGroup > button {
  margin: 0 !important;
  margin-right: -1px !important;
  border: none !important;
  background: #9dc4d3;
}
.dedupeGroup > button:hover {
  background: #0080a2;
}
.dedupeGroup > :first-child {
  flex: 1;
}
.dedupeGroup > div > ol > li {
  display: flex;
  list-style-position: inside;
  background-color: lightblue;
  padding: 10px;
}
.dedupeGroup > div > ol > li > :first-child {
  flex: 1;
}
.dedupeGroup > div > ol > :nth-child(odd) {
  background-color: #f0f0f0;
}
.dedupeGroup > div > ol > :nth-child(even) {
  background-color: #ffffff;
}

.dedupeGroupItem {
  display: flex;
  justify-content: space-between;
}
.dedupeGroupItem > * {
  display: inline-block;
  margin: 5px;
}

.selector {
  -moz-appearance: button;
  user-select: none;
  -moz-user-select: none;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: #373737;
  border-radius: 0px;
  font-size: 13px;
  color: #fff;
  font-family: "inter";
  font-weight: bold;
  height: 25px;
  margin: 0;
  padding: 0;
}

.selector:focus {
  outline: none;
  box-shadow: none;
}

div.selectorButtonContainer {
  display: inline-block;
}

button {
  color: black;
  border: solid #DDDDDD 2px;
  background: #F0F0F0;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 1px;
}
button:hover {
  background: #d5e7ed;
}
button:active {
  transform: scale(0.97);
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #ccc;
  color: #666;
}

button.selector {
  font-size: 20px;
  height: 30px;
}

.nativeMobile.breadcrumbRow {
  height: 45px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.nativeMobile.breadcrumbRow * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 35px;
  align-items: center;
  text-decoration: none !important;
}
@media (min-width: 600px) {
  .nativeMobile.breadcrumbRow .breadcrumbPrevNext {
    margin-bottom: auto;
  }
}
.nativeMobile.breadcrumbRow .previousNextEpochButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media (min-width: 600px) {
  .nativeMobile.breadcrumbRow .previousNextEpochButtons {
    width: 60px;
  }
}
@media (max-width: 599px) {
  .nativeMobile.breadcrumbRow .previousNextEpochButtons {
    width: 30px;
    padding: 0 0 !important;
    background: #DDDDDD !important;
  }
}
.nativeMobile.breadcrumbRow .breadcrumb {
  background: #DDDDDD !important;
}
.nativeMobile.breadcrumbRow .currentBreadcrumb {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.nativeMobile.breadcrumbRow .currentBreadcrumb * {
  display: flex !important;
}
.nativeMobile.breadcrumbRow .breadcrumbText {
  font-weight: 600;
}

.breadcrumbRow {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1px;
  margin-left: 10px;
  justify-content: flex-start;
  align-items: center;
  font-weight: normal;
}
@media (min-width: 850px) {
  .breadcrumbRow {
    font-size: 15px;
  }
}
@media (max-width: 849px) {
  .breadcrumbRow {
    font-size: 13px;
  }
}
@media (max-width: 749px) {
  .breadcrumbRow {
    font-size: 11px;
    margin-left: 5px;
  }
}
.breadcrumbRow > a {
  margin-bottom: auto;
  padding-top: 4px;
}
.breadcrumbRow > a > .breadcrumbText {
  margin: 0 3px;
}

.breadcrumbWrapper {
  display: flex;
  margin-bottom: auto;
}
.breadcrumbWrapper > * {
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0 2px;
  margin-bottom: auto;
  display: inline-flex;
}

.breadcrumbWrapperIsWidthLocked {
  display: flex;
  margin-bottom: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.breadcrumbWrapperIsWidthLocked > * {
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0 2px;
  margin-bottom: auto;
  margin-left: 2px;
  margin-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
  box-sizing: border-box;
  direction: rtl;
}
.breadcrumbWrapperIsWidthLocked > :last-child {
  overflow: visible;
}

.breadcrumbTitle {
  padding: 4px 6px;
  font-weight: 600;
}

.breadcrumbPrevNext {
  display: flex;
  flex-direction: row;
  margin-left: 5px;
}
.breadcrumbPrevNext .previousNextEpochButtons {
  margin: 0 2px;
  padding: 4px 6px;
}

.breadcrumbDivider {
  display: inline-flex;
  padding: 4px 0 0 0;
  align-items: center;
  margin-bottom: auto;
}

.goalColumn {
  border-radius: 10px;
  background: white;
  min-height: 150px;
  min-width: 250px;
  flex: 1;
}

.goalColumnProjectTitle {
  padding-bottom: 10px;
  font-weight: 550;
  margin: 5px;
}

.singleGoalDropTargetWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.singleGoalDropTargetWrapper > .singleGoalDropTargetWrapperInnerLower {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
}

.dropTargetPreviousSibling {
  height: 50%;
  background: blue;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 10px;
  background: #333;
  color: #FFF;
  font-weight: bold;
  opacity: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2;
}

.dropTargetNextSiblingRegular {
  text-align: center;
  font-size: 10px;
  background: #333;
  color: #FFF;
  font-weight: bold;
  opacity: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2;
  height: 100%;
  width: 50%;
  max-width: 350px;
  border-radius: 0 0 0 4px;
}

.dropTargetFirstChild {
  height: 100%;
  width: 50%;
  background: green;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0 0 4px 0;
  text-align: center;
  font-size: 10px;
  background: #333;
  color: #FFF;
  font-weight: bold;
  opacity: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2;
}
.dropTargetFirstChild > div {
  white-space: nowrap;
}

.goalTreeOuterFrame {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.goalTreeOuterFrame > .wrapperVerticalBarAndChildren {
  position: relative;
  display: flex;
  flex-direction: row;
}
.goalTreeOuterFrame > .wrapperVerticalBarAndChildren > .dropTargetNextSiblingVerticalBar {
  text-align: center;
  font-size: 10px;
  background: #333;
  color: #FFF;
  font-weight: bold;
  opacity: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2;
  position: absolute;
  width: 28px;
  height: calc(100% + 5px);
  margin-top: -5px;
  top: -1px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  letter-spacing: 5px;
}
.goalTreeOuterFrame > .wrapperVerticalBarAndChildren > .allChildGoals {
  margin-left: 28px;
  flex: 1;
}

.singleGoalBottomUnderline {
  border-bottom: 1px solid #dedede;
}

.singleGoal {
  position: relative;
  border-radius: 4px;
}
.singleGoal > .singleGoalNonDragElements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}
.singleGoal .singleGoalNonDragElements.nativeMobile {
  flex-wrap: nowrap !important;
}

.goalHoveredWithUser {
  background: #9dc4d3 !important;
}

.goalDetailData {
  z-index: 1;
  display: flex;
  margin-left: auto;
  flex-direction: column;
}

.goalDetailData > * {
  margin: 2px;
}

.goalDetailData > .topRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.goalDetailData > .topRow > * {
  padding: 4px;
  border-radius: 6px;
}

.goalDetailSchedulingInner1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.quickEpochLinkWrapper {
  width: 340px;
  max-width: 80vw;
}

.quickAssignmentWrapper {
  width: 450px;
  max-width: 80vw;
}

.goalDetailSchedulingInnerQuickAssign {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.goalDetailSchedulingInnerQuickAssign > h3 {
  width: 100%;
  text-align: center;
}

.G {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
}
.G > * {
  margin: 5px;
}

.goalUserAssignmentInfoDirect {
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-radius: 6px;
  padding: 0px !important;
  background: #f3db89;
}

.goalUserAssignmentInfoIndirect {
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-radius: 6px;
  padding: 0px !important;
  background: #f3db89;
  opacity: 0.65;
}

.goalUserAssignmentText {
  display: block;
  padding: 4px;
}

.goalTextAndEditButton {
  min-height: 26px;
  display: flex;
  position: relative;
  flex-grow: 1;
}

.goalSchedulingInfo {
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-radius: 6px;
  background: #d5e7ed;
}
.goalSchedulingInfo:hover {
  background: #62a2ba;
}

.goalSchedulingInfo > * > * {
  padding: 2px;
}

.goalSchedulingText {
  align-items: center;
  display: flex;
}
.goalSchedulingText:hover {
  text-decoration: underline;
}

.goalDetailSchedulingInnerDetailedAssign {
  text-align: center;
}
.goalDetailSchedulingInnerDetailedAssign .importanceSelection {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.goalDetailSchedulingInnerDetailedAssign .importanceSelection > * {
  display: inline-block;
}
.goalDetailSchedulingInnerDetailedAssign .goalDetailCalendarWrapper {
  margin-bottom: 5px;
}
.goalDetailSchedulingInnerDetailedAssign .goalDetailCalendarWrapper h4 {
  display: inline-block;
}
.goalDetailSchedulingInnerDetailedAssign .unsavedWarning {
  height: 3lh;
}

.textSizedXButton {
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  background: #d18989;
  color: white;
  margin: 0;
}
.textSizedXButton:hover {
  background: #d30000;
  transition: filter 0.1s ease;
}

.hiddenGoalWarning {
  margin: 2px 0px 2px 20px;
  padding: 1px 3px;
  width: fit-content;
  border: dotted #8e8e8e 1px;
  background: unset;
  font-size: 10px;
  color: #8e8e8e;
}
.hiddenGoalWarning:hover {
  color: black;
  border: solid black 1px;
}

.goal-detail-root {
  border-bottom: 2px solid #8e8e8e;
  margin-bottom: 20px;
}

.nativeMobile.goalTextOuter {
  background: none !important;
}
.nativeMobile.goalTextOuter:hover {
  background: none !important;
}

.goalTextOuter {
  cursor: text !important;
  flex-grow: 1;
  display: flex;
  flex: 1 1 0%;
  display: flex;
  align-items: stretch;
  padding: 10px 5px 5px 10px;
  margin: 4px 0 4px -5px;
  border-radius: 6px;
}
.goalTextOuter:hover {
  background: #DDDDDD;
}
.goalTextOuter > * {
  flex: 1 1 0%;
  box-sizing: border-box;
}

.activeGoal {
  background: #00608c;
}
.activeGoal:hover {
  background: #00608c !important;
}
.activeGoal * {
  color: white;
}

.activeGoalBackground {
  background: #00608c !important;
}

div.goalText {
  margin: 0;
  outline: none;
  border: none;
  font-size: 13px;
  font-family: "inter";
  top: 0px;
  left: 0px;
  white-space: pre-wrap;
  background: none;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  min-width: 150px;
  overflow-y: auto;
}

.nativeGoalText {
  height: fit-content !important;
}

textarea.goalText {
  margin: 0;
  outline: none;
  border: none;
  font-size: 13px;
  font-family: "inter";
  top: 0px;
  left: 0px;
  white-space: pre-wrap;
  background: none;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  min-width: 150px;
  resize: none;
  padding: 0px;
}

.completedGoalText {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 128, 162, 0.7);
  min-height: 16.111px;
}

.goalButton {
  filter: opacity(85%);
  cursor: pointer;
  height: 25px;
  margin-left: 5px;
  flex: 0 0 auto;
}
.goalButton:hover {
  filter: opacity(100%);
}

.editButton {
  width: 22px;
  padding: 3px;
  border-radius: 4px;
}
.editButton:hover {
  background: #9dc4d3;
}

.checkboxImg {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 2px;
  flex: 0 0 auto;
  bottom: 0;
  -webkit-touch-callout: none;
}

.recurringIcon {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 2px;
  margin-top: 2px;
}

.draggableIndicator {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 2px;
  margin-top: 2px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  opacity: 0.2;
  flex: 0 0 auto;
  margin-right: 2px;
  -webkit-touch-callout: none;
}
.draggableIndicator:hover {
  opacity: 1;
}

.checkboxContainer {
  flex: 0 0 auto;
  z-index: 1;
}

.goalSubTreeWithLineage div.goalLineage {
  margin-top: 5px;
  margin-left: 0;
  color: #444;
  font-size: 13px;
}
.goalSubTreeWithLineage div.goalLineageChildContainer {
  margin-left: 26px;
}
.goalSubTreeWithLineage .goalBreadcrumb {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 4px;
}
.goalSubTreeWithLineage .goalBreadcrumb:hover {
  background: #DDDDDD;
}
.goalSubTreeWithLineage .dragHandleStandInSpacer {
  display: inline-block;
  margin-left: 1px;
  width: 29px;
  background: none;
  height: 5px;
  border-radius: 25px;
  margin: 2px 2px 2px 4px;
}
.goalSubTreeWithLineage .leadCharacter {
  display: inline-block;
  width: 14px;
  margin-right: 0;
  text-align: center;
}

.goalControlsLeftSide:hover .draggableIndicator {
  filter: opacity(100%);
}

.draggableIndicator:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.dragImageContainer {
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
}

.dimmingLayer {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 998;
}
@supports (-webkit-touch-callout: none) {
  .dimmingLayer {
    position: absolute;
  }
}

.configurableDimmingLayer {
  padding: 0;
  background: rgba(0, 0, 0, 0.449);
}

.highlitDropTarget {
  background: #d5e7ed;
  position: relative !important;
  z-index: 999;
}
@media (min-width: 500px) {
  .highlitDropTarget {
    box-shadow: 0 0 0 1px rgba(213, 231, 237, 0.35), 0 6px 18px rgba(213, 231, 237, 0.18), 0 0 28px rgba(213, 231, 237, 0.22);
  }
}
.highlitDropTarget:hover {
  box-shadow: none;
}

.multiCheckBoxContainer {
  display: inline-flex;
}

.checkBoxRegularAndPrintable {
  display: inline-flex;
}

.checkBoxPrintable {
  display: none;
}

.goalInfo {
  display: inline;
}

.goalTxtButtonContainer {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  display: flex;
  top: 7px;
  left: 7px;
}

.goalButtons {
  right: 0px;
  min-width: 150px;
}

div.outerPrintable {
  padding-left: 8mm;
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
  line-height: 150%;
  display: block;
}

.swimLaneOuter {
  min-height: 200px;
  width: 100%;
  clear: both;
}

.printableDate {
  display: none;
}

.epochSummary {
  border: 2px solid #AAA;
  background-color: #AFF;
}

.dialogOuter {
  background-color: #DDD;
  padding: 10px;
}

.loginDialog {
  padding: 20px;
  position: relative;
  top: -20px;
}

input {
  font-family: "inter";
  padding: 0px;
  outline: none;
  margin: 0px;
  border: 0px;
  background: #FFF;
}

.strikeout {
  position: relative;
  font-size: 12px;
}
.strikeout::after {
  border-bottom: 3px solid #0080a2;
  content: "";
  left: 0;
  margin-top: -0.0625em;
  position: absolute;
  right: 0;
  top: 50%;
}

.failedGoal {
  background-color: #fa8484;
  color: #5a3232;
}

img.inboxIcon {
  postion: absolute;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
}

div.inboxCounter {
  position: absolute;
  width: 15px;
  top: -4px;
  right: 16px;
  border-radius: 50%;
  background: #000;
  border: 3px solid #000;
  color: #FFF;
  text-align: center;
  font-weight: 900;
}

div.debugInfo {
  font-size: 8px;
}

div.debugGoalOuter {
  border: 3px solid rgba(0, 217, 255, 0.3450980392);
}

.unstyledList {
  list-style-type: none;
  padding: 0;
}

.unstyledList > * {
  padding: 0;
  margin: 0;
}

.cardInList {
  border-radius: 6px;
  background: #F1F1F1;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  display: flex;
}

.cardInList > :first-child {
  margin-left: 0;
  border-radius: 6px 0 0 6px;
}

.cardInList > :last-child {
  margin-left: auto;
  border-radius: 0 6px 6px 0;
}

.deleteButton {
  background: #d30000;
  color: white;
  border: none;
  width: 40px;
  transition: filter 0.1s ease;
}
.deleteButton:hover {
  filter: brightness(1.2);
}

.imageCrop {
  width: 90px;
  height: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0 6px;
  padding-left: 0 !important;
  margin-left: 0;
  position: relative;
}

.imageCrop div {
  background: #373737;
}

.imageCrop img {
  border-radius: 6px 0 0 6px;
  padding-left: 0;
  margin-left: 0;
  object-fit: cover;
  width: 100%;
  min-height: 90px;
}

.imageCrop imgdata-error {
  display: none;
}

.cardInListHighlighted {
  background: #0d6a9d;
}
.cardInListHighlighted > * {
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px;
  color: white;
  display: inline-block;
}

.cardInListNormal > div {
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px;
}
.cardInListNormal > div > * {
  display: inline-block;
}

.cardInList > img {
  padding: 0px;
  margin: 0px;
  height: 90px;
}

.contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 12px;
  padding: 6px;
}

.contact dt {
  font-weight: bold;
}

.contact dd {
  margin: 0;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.getting-started {
  line-height: 1.5;
}

.dsmStatusOverlayAlert {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.loadingAppContainer {
  position: relative;
  width: 350px;
  top: 0;
  left: 0;
  background-color: #FFF;
  border-radius: 10px;
  border: 2px solid #0986A6;
  margin: 50px auto 0 auto;
}

.loadingAppText {
  font-size: 30px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.spinnerOuter {
  width: 100%;
  height: 230px;
}

.loadingAppSpinner {
  width: 0px;
  height: 0px;
}

.spinnerCssAnimation {
  position: absolute;
  width: 0;
  height: 0;
  top: 140px;
  left: 50%;
}

.spinnerCssAnimation div {
  animation: spinnerCssAnimation 1.2s linear infinite;
}

.spinnerCssAnimation div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  left: -9px;
  width: 18px;
  height: 38px;
  border-radius: 20%;
  background: #0983A6;
}

.spinnerCssAnimation div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.spinnerCssAnimation div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.spinnerCssAnimation div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.spinnerCssAnimation div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.spinnerCssAnimation div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.spinnerCssAnimation div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.spinnerCssAnimation div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.spinnerCssAnimation div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.spinnerCssAnimation div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.spinnerCssAnimation div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.spinnerCssAnimation div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.spinnerCssAnimation div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes spinnerCssAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.breadcrumbText {
  display: flex;
  justify-content: center;
  margin-bottom: auto;
}
@media (min-width: 850px) {
  .breadcrumbText {
    padding: 0 3px;
  }
}

.multiWayToggle {
  border-radius: 10px;
  display: flex;
  width: fit-content;
  border: 2px solid black;
}

.multiWayToggleChild {
  display: inline-block;
  padding: 20px;
  width: 70px;
}
.multiWayToggleChild:hover {
  background: #d5e7ed;
}

.multiWayToggleChild:not(:last-child) {
  border-right: 2px solid black;
}

.multiWayToggle > :last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.multiWayToggle > :first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.selectedToggleButton {
  background: #62a2ba;
  color: white;
}
.selectedToggleButton:hover {
  background: #0080a2;
}

.blueButton {
  background: #9dc4d3;
}

.filteringBadgeDisabled {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  filter: brightness(0.8);
}

.filteringBadgeEnabled {
  width: 20px;
  height: 20px;
  padding: 1.5px;
  border-radius: 50%;
  background: #f3db89;
}

.filteringBadgeEnabledX {
  position: relative;
  display: inline-block;
}

.filteringBadgeEnabledX::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/redX_05e73c5420daa735c718e18c3f52a7bb88ab85d6_fc_.svg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.1s ease;
  pointer-events: none;
}

.filteringBadgeEnabledX:hover::after {
  opacity: 0.6;
}

.disabledButton:hover {
  filter: brightness(1) !important;
  cursor: default !important;
}

div.lightBox {
  max-width: unset;
  box-sizing: border-box;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 5;
  will-change: transform;
  margin: 0;
  padding: 20px;
  background: unset;
}
div.lightBox button:enabled {
  background: #f1f1f1;
}
div.lightBox button:hover {
  background: #9dc4d3;
}
div.lightBox #lightboxBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: saturate(0%) brightness(0.25);
}
div.lightBox div.contentOuterWrapper {
  position: relative;
  background: white;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: fit-content;
  padding-bottom: 100px;
}
@media (min-width: 501px) {
  div.lightBox div.contentOuterWrapper {
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  div.lightBox div.contentOuterWrapper {
    padding-bottom: 20px;
    border-radius: 0;
  }
}
div.lightBox div.content {
  margin: 20px auto;
  width: calc(100% - 40px);
  background: white;
  padding: 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  div.lightBox div.content {
    width: 100%;
    padding: 10px;
    height: 85dvh;
  }
}
div.lightBox button.closeButton {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  right: 0;
  top: 0;
  margin: 0;
  border: none;
  background: #d18989 !important;
}
div.lightBox button.closeButton:hover {
  background: #d30000 !important;
}
@media (min-width: 501px) {
  div.lightBox button.closeButton {
    border-radius: 0 10px 0 10px;
    width: 30px;
    height: 30px;
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  div.lightBox button.closeButton {
    width: 40px;
    height: 30px;
    border-radius: 0;
    font-size: 18px;
  }
}
div.lightBox div.goalDetailDialogs > div {
  border-radius: 0 !important;
  width: 100%;
  text-align: center;
}
div.lightBox div.goalDetailUserAssignmentRo {
  width: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

div.searchLightbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(100vh - 120px);
}
div.searchLightbox .searchInputOuter {
  flex-shrink: 0;
}
div.searchLightbox #searchLightboxInput {
  border-radius: 6px;
  padding: 5px;
  width: 300px;
  margin: 20px;
  border: 1px solid #cccccc;
}
div.searchLightbox #searchLightboxInput::placeholder {
  text-align: center;
}
div.searchLightbox .searchLightboxResults {
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}
div.searchLightbox .searchLightboxFooter {
  flex-shrink: 0;
  margin-top: 10px;
  text-align: center;
}

div.welcomeSlides {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  max-width: 700px;
  width: 80%;
}
@media (max-width: 500px) {
  div.welcomeSlides {
    width: 100%;
    gap: 10px;
  }
}
div.welcomeSlides h2 {
  font-weight: 400;
  padding-bottom: 10px;
}
div.welcomeSlides .slideAndButtons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
div.welcomeSlides .slideAndButtons .slide {
  flex: 1;
  display: block;
  min-height: 300px;
  margin: 10px 30px;
  font-size: 15px;
}
@media (min-width: 950px) {
  div.welcomeSlides .slideAndButtons .slide {
    height: 315px;
  }
}
@media (max-width: 949px) {
  div.welcomeSlides .slideAndButtons .slide {
    height: 500px;
  }
}
@media (max-width: 600px) {
  div.welcomeSlides .slideAndButtons .slide {
    height: 620px;
  }
}
@media (max-width: 500px) {
  div.welcomeSlides .slideAndButtons .slide {
    height: unset;
    font-size: 14px;
    margin: 0;
  }
}
div.welcomeSlides .slideAndButtons .slide img {
  height: 18px;
  margin-bottom: -5px;
}
div.welcomeSlides .slideAndButtons .slide a {
  color: #00608c;
}
div.welcomeSlides .slideAndButtons .slide a:hover {
  text-decoration: underline;
}
div.welcomeSlides .slideAndButtons .slide ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 2px;
}
@media (max-width: 500px) {
  div.welcomeSlides .slideAndButtons .slide ul {
    padding-left: 18px;
  }
}
div.welcomeSlides .slideAndButtons button {
  height: 70%;
  margin: 50px 10px;
}
@media (min-width: 700px) {
  div.welcomeSlides .slideAndButtons button {
    padding: 25px 10px;
  }
}
@media (max-width: 699px) {
  div.welcomeSlides .slideAndButtons button {
    padding: 15px 5px;
  }
}
div.welcomeSlides .slideAndButtons button img {
  object-fit: fill;
}
@media (min-width: 700px) {
  div.welcomeSlides .slideAndButtons button img {
    width: 50px;
  }
}
@media (max-width: 699px) {
  div.welcomeSlides .slideAndButtons button img {
    width: 20px;
  }
}
div.welcomeSlides .progress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  gap: 5px;
  font-size: 18px;
  width: 80%;
}
div.welcomeSlides .progress .progressBar {
  height: 30px;
  width: 80%;
  border: solid black 2px;
}
div.welcomeSlides .progress .progressBar > div {
  background: #00608c;
  height: 30px;
}
div.welcomeSlides .buttonMockup {
  background: #cccccc;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 2px;
  margin: 0 2px;
}

#goalDetailScreen .userAssignmentRo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
#goalDetailScreen .userAssignmentRo > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.helpScreen {
  font-size: 1.3em;
}
.helpScreen > div:first-of-type {
  margin-top: 10px;
}
.helpScreen > div:not(:first-of-type) {
  margin-top: 35px;
}
.helpScreen img {
  width: 18px;
  border: solid black 1px;
  border-radius: 4px;
  filter: invert(1) hue-rotate(180deg) brightness(0);
  margin: 0 4px;
}

.mindTheGap * {
  margin-bottom: 25px;
}

.helpMiniMapOuter {
  margin: 20px 0;
  max-width: 500px;
}

.helpMiniMapLabel {
  font-size: 14px;
  color: #606060;
  margin-bottom: 8px;
}

.helpMiniMap {
  display: grid;
  grid-template-columns: 70px 1fr 80px;
  grid-template-rows: 30px 24px 200px;
  grid-template-areas: "breadcrumbs breadcrumbs search" "sidebar toolbar toolbar" "sidebar main main";
  gap: 2px;
  background: #444;
  border: 2px solid #444;
  border-radius: 6px;
  overflow: hidden;
}

.minimap-region {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f1f1f1;
  color: #606060;
  font-size: 11px;
  text-align: center;
}
.minimap-region:hover {
  background: #9dc4d3;
  border-color: #62a2ba;
  color: #333;
}

.minimap-breadcrumbs {
  grid-area: breadcrumbs;
}

.minimap-search {
  grid-area: search;
}

.minimap-sidebar {
  grid-area: sidebar;
}

.minimap-toolbar {
  grid-area: toolbar;
}

.minimap-main {
  grid-area: main;
}

.youtubeVideoPlayer {
  position: relative;
  height: 89vh;
  aspect-ratio: 2296/2164;
  max-width: 90vw;
}
.youtubeVideoPlayer .videowrapper {
  padding-bottom: 0;
  padding-top: 0;
  height: 100%;
  width: 100%;
}

.youtubeVideoPlayerLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: #606060;
  font-size: 14px;
  z-index: 0;
}

.youtubeVideoPlayer .videowrapper {
  position: relative;
  z-index: 1;
}

#debugLink {
  text-align: right;
  margin-top: 60px;
  margin-left: auto;
  text-align: right;
  bottom: 30px;
  right: 10px;
  opacity: 0%;
  bottom: 20px;
  right: 20px;
  position: absolute;
}
#debugLink:hover {
  opacity: 50%;
}

#mobileOmnibusHeader {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding-top: env(safe-area-inset-top);
  background: #f1f1f1;
  align-items: center;
}
#mobileOmnibusHeader .contentAndDimmerWrapper {
  position: relative;
}
#mobileOmnibusHeader .innerContent > * {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#mobileOmnibusHeader .configurableDimmingLayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
#mobileOmnibusHeader .mobileMenuBadges {
  flex-grow: 1;
  padding: 0 5px;
}
#mobileOmnibusHeader .breadcrumbRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  justify-content: flex-start;
}
#mobileOmnibusHeader .breadcrumb {
  padding: 0;
}
#mobileOmnibusHeader .previousNextEpochButtons {
  padding: 10px;
}

.goalDetailUserAssignmentDialog {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  align-items: center;
  padding: 5px;
  width: fit-content;
}
.goalDetailUserAssignmentDialog select {
  display: block;
}
.goalDetailUserAssignmentDialog h3 {
  magin-top: 0;
}
.goalDetailUserAssignmentDialog > * {
  width: 180px;
}

.goalDetailSchedulersWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.goalDetailSchedulersWrapper > * > h2 {
  text-align: center;
}

.goalDetailSchedulers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center !important;
}

.goalDetailSchedulingInnerQuickAssign > * {
  width: 260px;
}

#outerDivIframe {
  height: 100% !important;
  background-color: #cccccc;
}

.bigScreenInIframe {
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
}
.bigScreenInIframe .sansFooterContentWrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  min-height: 0;
}
.bigScreenInIframe .sansFooterContentWrapper .rightSide {
  display: flex;
  flex-direction: column;
}
.bigScreenInIframe main {
  overflow: scroll !important;
  min-height: 100%;
}
.bigScreenInIframe #userMessageFooter {
  flex: 0 0 auto;
}

.my-dithered-ghost {
  mask-image: radial-gradient(circle at 1px 1px, transparent 50%, black 50%);
  mask-size: 4px 4px;
  -webkit-mask-image: radial-gradient(circle at 1px 1px, transparent 50%, black 50%);
  -webkit-mask-size: 4px 4px;
}

.my-dithered-ghost {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.2) 2px, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0.5) 4px);
}

div.unrecoverableError {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  margin: 0;
  padding: 0;
}
div.unrecoverableError .unrecoverableErrorBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
div.unrecoverableError .unrecoverableErrorContent {
  background: white;
  margin: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  max-height: 800px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: black;
}
div.unrecoverableError .unrecoverableErrorContent .errorIllustration {
  max-width: 90%;
  width: 450px;
  margin-bottom: 24px;
}
div.unrecoverableError .unrecoverableErrorContent h2 {
  font-family: "Lato";
  font-size: 24px;
  margin: 0 0 12px 0;
}
div.unrecoverableError .unrecoverableErrorContent p {
  font-size: 14px;
  max-width: 400px;
  margin: 0 0 24px 0;
  opacity: 0.8;
}
div.unrecoverableError .unrecoverableErrorContent button.reloadButton {
  margin-top: 10px;
  background: #9dc4d3;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
div.unrecoverableError .unrecoverableErrorContent button.reloadButton:hover {
  background: #0080a2;
  color: white;
}

#mainAppWidget.smallScreen {
  background: white;
  overflow: visible !important;
  height: 100dvh;
}

.smallScreen #mobileOmnibusHeader::before {
  content: "";
  display: block;
  position: fixed;
  background: #f1f1f1;
  width: 100%;
  top: 0;
  height: 40px;
  z-index: -1;
}
.smallScreen .topRow {
  padding: 2px 0 0 0;
  display: flex;
}
.smallScreen .topRow .mainMenuBarOuter {
  margin-left: auto;
}
.smallScreen .badge {
  height: 18px;
  width: 18px;
  padding: 0 2px;
}
@media (max-width: 499px) {
  .smallScreen .breadcrumbRow {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 5px;
  }
}
@media (max-width: 375px) {
  .smallScreen .breadcrumbRow {
    flex-wrap: wrap;
  }
}
.smallScreen .breadcrumbRow > a {
  margin-top: auto;
}
.smallScreen .breadcrumb > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smallScreen .breadcrumbDivider {
  margin-top: auto;
}
.smallScreen .breadcrumbWrapper {
  margin-bottom: 0;
}
.smallScreen .breadcrumbWrapper > * {
  padding-bottom: 0;
  margin: 0 2px;
}
.smallScreen .breadcrumbWrapper .breadcrumbDivider {
  margin-top: 0;
}
.smallScreen .breadcrumbText {
  margin-bottom: 0;
  text-align: center;
}
.smallScreen .breadcrumbPrevNext {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.smallScreen .breadcrumbPrevNext .previousNextEpochButtons {
  padding: 12px 10px;
}
.smallScreen > div > div {
  padding: 3px;
}
.smallScreen > div > div > * > img {
  height: 23px;
  width: 23px;
}
.smallScreen .goalDetailSchedulingInnerQuickAssign > * {
  width: unset;
}
.smallScreen .goalDetailSchedulingInnerQuickAssign > a {
  height: 2lh;
}
.smallScreen main {
  flex-grow: 1;
  background: white;
  padding: 5px 0;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  scroll-padding-top: env(safe-area-inset-top, 0);
}
.smallScreen main .dimmableLayerAndContentWrapper {
  position: relative;
  height: fit-content;
}
.smallScreen main .dimmableLayerAndContentWrapper .configurableDimmingLayer {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smallScreen main .dimmableLayerAndContentWrapper .contentWrapper {
  padding-bottom: 150px !important;
}
.smallScreen .outerAllGoalColumns {
  flex-direction: column;
  border-radius: 0;
}
.smallScreen .goalColumnProjectTitle {
  padding-bottom: 5px;
  text-orientation: sideways-right;
  writing-mode: horizontal-tb;
  margin: 5px;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}
.smallScreen .genericScreenOuter {
  border-radius: 0;
  margin: 0;
  padding: 5px;
}
.smallScreen .navigationPanel {
  gap: 15px;
  padding: 0;
  margin: 0;
}
.smallScreen .navigationPanel h2 {
  text-align: center;
}
.smallScreen .goalDetailDialogs > div {
  padding: 5px;
  margin: 0;
}
.smallScreen .goalDetailSchedulers {
  display: block;
  background: white;
  padding: 6px;
}
.smallScreen .goalTextOuter > * {
  min-width: 80px;
}
.smallScreen .calendarStyleEpochSelector {
  height: 247px;
  padding: 2px;
  font-size: 12px;
  border-radius: 0;
  min-width: 200px;
}
.smallScreen .calendarStyleEpochSelector > .div {
  padding: 5px;
}
.smallScreen .calendarStyleEpochSelector .calendarDay {
  width: 28px;
  height: 28px;
  border-radius: 0;
  text-align: center;
  border: none;
}
.smallScreen .calendarStyleEpochSelector table {
  border-collapse: collapse;
}
.smallScreen .calendarStyleEpochSelector table th, .smallScreen .calendarStyleEpochSelector table td {
  padding: 1px;
}
.smallScreen .pageAsPanel {
  width: 90vw;
}
.smallScreen .unrecoverableErrorContent {
  margin: 20px !important;
}
