:root {
  --bg-surface: #131221;
  --bg-body: #191a1a;
  --primary: #4955ff;
  --seconday: #fff;
  --tertiary: #ffdf6d;
  --surface-1: #171717;
  --surface-2: #2b2b2b;
}

body {
  padding: 0;
  margin: 0;
  background: var(--bg-body);
  color: #fff;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  overflow: hidden;
}

* {
  font-family: "Poppins", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.Home {
  padding: 0 1rem;
  padding-top: 1rem;
}

h1.title-1 {
  margin: 0;
  padding: 0.5rem 0rem;
}

.text-secondary {
  opacity: 78%;
}

.project-descr {
  background: var(--surface-1);
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
}
.icon-bar {
  justify-content: space-between;
  align-items: center;
}
.icon-bar {
  align-items: center;
}

button.ic-btn {
  background: transparent;
  border: none;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.ic-btn:active,
button.ic-btn:hover {
  background: var(--surface-2);
}
.app-sheet-container {
  position: fixed;
  width: 100%;
  background: var(--surface-1);
  bottom: 0;
  left: 0;
  z-index: 10;
  /* border-radius: 1rem 1rem 0 0; */
  overflow: hidden;
  height: 100dvh;
}

.app-sheet-overlay {
  height: 100vh;
  width: 100vw;
  background: #00000096;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9;
}

.as-handle {
  height: 5px;
  width: 5rem;
  background: var(--surface-2);
  margin: auto;
  border-radius: 5px;
}

.app-sheet-header {
  height: 4.5rem;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
}
.sheet-content {
  overflow-y: auto;
  height: calc(100% - 4.5rem);
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow-y: auto;
}
.date-input {
  font-size: 18pt;
  margin-bottom: 1rem;
}

.editor {
  padding: 0px 0rem;
}

.ig-row {
  display: flex;
  gap: 1rem;
}

.ig {
  flex: 1;
  margin: 0.5rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

input.ig-input {
  width: 100%;
}

p.ig-label {
  margin: 0;
  padding-left: 6px;
  font-size: 11pt;
}

input.ig-input {
  background: #282929;
  border: 1px solid #ffffff21;
  color: #fff;
  padding: 10px 14px;
  box-sizing: border-box;
  border-radius: 12px;
}

input.ig-input:focus {
  border-color: transparent;
  outline: 2px solid dodgerblue;
}

button.btn-primary span {
  font-weight: 500;
}

button.btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  padding: 9px 9px;
  border: none;
  border-radius: 5px;
  color: #fff;
}
button.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #4955ff;
  padding: 10px 13px;
  border: none;
  border-radius: 2rem;
  color: #ffffff;
}

button.btn-primary span {
  font-weight: 500;
}

button.btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  padding: 9px 9px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.selectable {
  padding: 6px 0rem;
}

.selectionToggler {
  display: flex;
  gap: 6px;
  align-items: center;
  background: #ffffff0f;
  display: inline-flex;
  padding: 7px 1rem;
  border-radius: 1rem;
}

.title-3 {
  font-size: 16pt;
  padding: 10px 5px;
  font-weight: 600;
}

.selectionToggler.toggler-selected {
  background: #4caf504f;
}
textarea.journal-box {
  box-sizing: border-box;
  background: #2e2a3a;
  border: none;
  resize: none;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 12pt;
  color: #fff;
  height: calc(100% - 1rem);
  width: 100%;
  margin-top: 6px;
  padding-bottom: 5rem;
  border: 1px solid #ffffff21;
}

textarea.journal-box:focus {
  outline: 2px solid dodgerblue;
}
.meta-info {
  padding: 0 1rem;
}

.jnl-title {
  display: flex;
  justify-content: space-between;
  position: absolute;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.toast-container {
  position: fixed;
  width: 90%;
  padding: 13px 10px;
  left: 5%;
  bottom: 1.5rem;
  background: #313131;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  border-radius: 10px;
  align-items: center;
  box-sizing: border-box;
  z-index: 100;
}
.toast-text {
  flex: 1;
}

.toast-icon {
  font-size: 17pt;
  display: flex;
  align-items: center;
}
.d-date {
  font-size: 19pt;
  font-weight: 500;
}

.d-wt {
  color: #00d16f;
  padding: 5px 0;
}

.d-energy {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #1e90ff;
}

.cdot {
  height: 5px;
  width: 5px;
  background: #1e90ff;
  border-radius: 50%;
}

.d-story p {
  padding: 8px 0;
  margin: 0;
}

.d-bt {
  color: #ffdf6d;
  padding: 6px 0;
}

.day-entry-item {
  padding: 1rem 0.5rem;
  /* background: #ffffff08; */
  margin-bottom: 1rem;
  /* border-radius: 1rem; */
  border-bottom: 1px solid #ffffff26;
}
.nav-item svg {
  height: 1.7rem;
}

.navbar-wrapper {
  position: fixed;
  bottom: 6px;
  display: flex;
  background: #282929;
  height: 4.5rem;
  width: calc(100% - 1rem);
  justify-content: space-around;
  align-items: center;
  left: 0.5rem;
  border-radius: 2rem 2rem 2rem 2rem;
}

.nav-item.nav-item-selected svg {
  color: #868eff;
}
.flex-start-middle {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.block-day-count {
  background: #667dff26;
  padding: 5px 17px;
  border-radius: 2rem;
  color: #a27bff;
  font-weight: 600;
}
.day-night-div {
  display: flex;
  justify-content: center;
  gap: 1rem;
  /* margin: 1rem 0rem; */
  /* border-radius: 1rem; */
}

.day-night-sub:nth-child(2) {
}

.d-time-icon {
  color: #763cff;
  font-size: 21pt;
}

.d-wake {
}
.ritual-checks {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #00ff9b1a;
  padding: 7px 12px;
  border-radius: 1.5rem;
  color: #4caf6b;
  font-weight: 600;
  margin-bottom: 8px;
}

.d-story {
  margin: 1rem 0rem;
  padding: 0px 0 0 6px;
}
.day-night-sub {
  background: #212121;
  padding: 1rem 1rem;
  margin-top: 1rem;
  border-radius: 1rem;
  flex: 1;
  text-align: center;
  font-weight: 500;
}

.nav-item {
  display: flex;
  transition: background-color 0.13s;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18pt;
  cursor: pointer;
  transition: color 0.15s;
}

.nav-item:active {
  scale: 0.93;
}

.nav-item.nav-item-selected:active {
  background-color: transparent;
}
.editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1rem;
  height: 5rem;
  gap: 0rem;
  padding-left: 0.5rem;
}

textarea.journal-box::-webkit-scrollbar {
  opacity: 0;
}
.md-preview {
  padding-bottom: 5rem;
}
.d-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-date {
  opacity: 0.7;
}

.editor-tabs {
  display: flex;
  background: #282929;
  height: 2.5rem;
  margin: 1rem 1rem;
  border-radius: 15px;
  overflow: hidden;
  align-items: center;
  overflow: hidden;
  padding: 4px 5px;
}

.editor-tab {
  flex: 1;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-weight: 500;
}

.editor-tab.et-active {
  background: #8a9bff;
  color: #000626;
}
.markdown-editor-area {
  position: fixed;
  height: calc(100svh - 10.5rem);
  overflow-y: auto;
  padding: 0 1rem;
  top: 10.5rem;
  width: 100%;
  box-sizing: border-box;
}

.mdxeditor:focus {
  outline: none;
}

._contentEditable_uazmk_379:focus {
  outline: none;
}

.markdown-editor-area p {
  padding: 10px 0;
  margin: 0;
}

.markdown-editor-area h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 5px 0px;
}

._contentEditable_uazmk_379 {
  padding-bottom: 6rem;
}

button.btn-primary span {
  font-weight: 600;
}
.mdx-placeholder {
  position: absolute;
  opacity: 0.8;
}

button.btn-danger {
  display: flex;
  gap: 6px;
  align-items: center;
  background: #ff5b75;
  display: inline-flex;
  padding: 7px 1rem;
  border-radius: 1rem;
  border: navajowhite;
  color: #fff;
  font-size: 11pt;
  font-weight: 500;
  margin-top: 1rem;
}
button.toast-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16pt;
}
.dayList {
  /* padding-bottom: 5rem; */
}
.Stats {
  margin: 1rem;
  padding-bottom: 5rem;
}
::selection {
  background: #f8bcff;
  color: #4e004e;
}

.lc-container {
  background: #ffffff08;
  border-radius: 1rem;
  padding: 12px 10px;
}
._LC h3 {
  margin: 1rem 0;
}
.markdown-editor-area p:first-child {
  padding-top: 0;
}
.d-story ul {
  margin: 0;
  padding-left: 2rem;
}

.markdown-editor-area ul {
  margin: 0;
  padding-left: 2rem;
}
.date-line {
  margin-bottom: 1.1rem;
  margin-top: -10px;
  margin-left: 3px;
  opacity: 0.8;
}
blockquote {
  background: #84ff7f26;
  margin: 8px 0;
  padding: 7px;
  border-radius: 9px;
  border: 2px solid #4caf507d;
  position: relative;
  padding-top: 24px;
  color: #b4ffb7;
  overflow: hidden;
}

blockquote:before {
  content: "Thought ☁️";
  position: absolute;
  top: 0;
  left: 0;
  background: #4caf507d;
  height: 24px;
  font-size: 11pt;
  font-weight: 600;
  padding: 0 5px;
  border-radius: 0 0 9px 0;
  color: #fff;
}
.appLayout {
  height: 100dvh;
  width: 100vw;
}

.content-space {
  height: calc(100vh - 4.5rem);
  overflow-y: auto;
}

.Manifesto {
  margin: 1rem;
}

.nav-item.nav-item-selected .nav-item-title {
  color: #868eff;
  font-weight: 600;
}
.nav-item-title {
  /* display: none; */
  font-size: 10pt;
}

.nav-item.nav-item-selected .nav-item-title {
  /* display: block; */
}

.nav-item.nav-item-selected {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 6px; */
  /* background: #bf00ff42; */
  /* padding: 5px 16px; */
  /* border-radius: 2rem; */
}
.nav-central-add-btn {
  background: #4955ff;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15pt;
  cursor: pointer;
  transition: background-color 0.18s;
}
.editor-header .title-1 {
  flex: 1;
}

button.btn-back {
  background: transparent;
  border: none;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 24pt;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}

button.btn-back:active,
button.btn-back:hover {
  background: #ffffff24;
}
.tstack-container {
  position: fixed;
  height: calc(100dvh - 5rem);
  top: 5rem;
  width: 100vw;
}

.tstack-writer {
  background: #ffffff24;
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 1rem);
  left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 2rem;
}

.tstak-input {
  flex: 1;
  resize: none;
  background: transparent;
  color: #fff;
  border: none;
  /* padding: 10px; */
  /* background: red; */
  height: 1rem;
  max-height: 10rem;
  margin: 10px 10px;
  box-sizing: border-box;
}

.t-list-container {
  position: absolute;
  width: 100%;
  height: calc(100% - 5rem);
  overflow-y: auto;
  position: relative;
}

.t-list-central {
  font-size: 13pt;
  display: flex;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  padding: 0rem 2rem;
  width: 100%;
  box-sizing: border-box;
}
textarea.tstak-input:focus {
  outline: none;
}

button.btn-send {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17pt;
  background: #f3acff;
  color: #630074;
}
.nav-item:hover {
  color: #df9aff;
}
button {
  cursor: pointer;
}

.nav-central-add-btn:hover {
  background-color: #e25ff8;
}
.tsi-actions {
  display: flex;
}

.tStackItem {
  padding: 1rem;
  border-bottom: 1px solid #ffffff42;
}

.tsi-time {
  font-size: 11pt;
  opacity: 0.7;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.circularProgressIndicatorWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0rem;
}
.csticks-list {
  width: 100%;
  overflow-x: auto;
  display: flex;
  gap: 2rem;
}
.csticks-list::-webkit-scrollbar {
  display: none;
}

.cstick-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.cst-candle {
  width: 1rem;
}

.cst-leg {
  white-space: nowrap;
  font-size: 10pt;
}

.cst-lab {
  font-size: 10pt;
}

.wvs-candle-leg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wvs-visualizer-container {
  background: #ffffff08;
  border-radius: 1rem;
  padding: 3rem 2rem;
}
.shield-icon svg {
  height: 13rem;
  transition: scale 0.15;
}

.shield-icon svg:active {
  scale: 0.92;
}

.shield-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.input {
  background: #282929;
  border: 1px solid #ffffff21;
  color: #fff;
  padding: 10px 14px;
  box-sizing: border-box;
  border-radius: 12px;
  width: 5rem;
}

.input:focus {
  border-color: transparent;
  outline: 2px solid dodgerblue;
}

.w-full {
  width: 100%;
}

.rule-form {
  padding: 1rem;
}

.flex-end-center {
  display: flex;
  justify-content: end;
  align-items: center;
}

.my-2 {
  margin: 0.5rem 0;
}

.rule-desc {
  height: 20rem;
}
.btn {
  background: var(--primary);
  padding: 0.7rem 1rem;
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
}

button.btn.btn-full {
  width: 100%;
}

.rules-caution {
  margin-bottom: 1rem;
  font-size: 11pt;
  background: #89290059;
  color: #ff9d3b;
  /* outline: 2px solid #ff9d3b4a; */
  /* outline-offset: 4px; */
  border-radius: 1rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ffa14230;
}
button.btn.btn-full.btn-danger {
  background: red;
}

.btn-error {
  background: #f44336;
}
.content-space.content-space-h-full {
  height: 100vh;
}
.rule-viewer {
  position: fixed;
  background: var(--bg-body);
  height: 100vh;
  width: 100vw;
  padding: 1rem;
  box-sizing: border-box;
}
.rv-heading {
  font-size: 29pt;
  text-align: center;
  font-weight: bold;
}

.rv-title {
  text-align: center;
  font-size: 20pt;
  margin: 2rem 0;
}

.rv-desc {
  font-size: 14pt;
  font-weight: 400;
  text-align: center;
}

button.btn.btn-neutral {
  background: white;
  color: black;
}

.rv-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1rem;
}

.rv-action-buttons .btn {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.bigAssCircularProgressIndicatorWrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.bigAssCircularProgressIndicatorWrapper .loader {
  height: 12rem;
  width: 12rem;
}

.som-ttl {
  font-size: 18pt;
  padding: 10px;
  font-weight: bold;
}

.som-container > * {
  font-family: auto;
  color: #000;
}

.som-container {
  position: absolute;
  width: 100%;
  height: calc(100vh - 55px);
  background: #fff;
}
.termSheets > * {
  font-family: auto;
  color: #000;
}

.termSheets {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  overflow-y: auto;
}
.accord {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

button.ifjiwjf {
  background: #03a9f4;
  border: 1px solid #3f51b5;
  padding: 9px 21px;
  font-size: 12pt;
}
