:root {
  --gold: #ffcb41;
  --white: white;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 1.3;
}

a {
  color: var(--gold);
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.styles {
  display: none;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.wallpaper {
  background-color: #c7bad8;
  transition: filter 2s;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.wallpaper.evening-filter {
  filter: hue-rotate(-60deg);
}

.wallpaper.morning-filter {
  filter: hue-rotate(170deg);
}

.wallpaper_layer-10 {
  z-index: 1;
  object-fit: cover;
  width: 90vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.wallpaper_layer-1 {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 20vh;
  position: fixed;
  bottom: 0%;
  left: 0%;
}

.wallpaper_layer-4 {
  z-index: 7;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 85%;
  max-height: 90vh;
  position: fixed;
  bottom: 0%;
  left: 0%;
}

.wallpaper_layer-9 {
  z-index: 2;
  object-fit: cover;
  width: 90vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.wallpaper_layer-6 {
  z-index: 5;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
}

.wallpaper_layer-7 {
  z-index: 4;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.wallpaper_layer-5 {
  z-index: 6;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

.wallpaper_layer-2 {
  z-index: 9;
  object-fit: contain;
  object-position: 0% 100%;
  width: 100vw;
  height: 50vh;
  position: fixed;
  inset: auto 0% 0%;
}

.wallpaper_layer-8 {
  z-index: 3;
  object-fit: cover;
  width: 90vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.wallpaper_layer-3 {
  z-index: 8;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  max-height: 60vh;
  position: fixed;
  inset: auto 0% 0%;
}

.toggle_min-window {
  cursor: default;
  background-color: #febb2c;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
}

.toggle_min-window:hover {
  background-image: url('../images/Minimize.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 8px;
}

.toggle_min-window:active {
  background-color: #fcea74;
}

.notes_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 16rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.notes_collection {
  width: 100%;
}

.search_form {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.empty-state {
  background-color: #0000;
}

.text-color-grey {
  color: #b4b2b1;
  line-height: 1.5;
}

.text-color-grey.top-margin {
  margin-top: 1rem;
}

.notes_sidebar {
  background-color: #23242980;
  flex-direction: column;
  align-items: flex-start;
  width: 16rem;
  height: 100%;
  display: flex;
}

.notes_counter {
  z-index: 10;
  grid-column-gap: .2rem;
  color: #ffffff80;
  background-color: #ffffff0d;
  border-top: 1px solid #ffffff1a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 3.1rem;
  font-size: .8rem;
  display: flex;
}

.notes_collection-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, .25fr));
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.notes_collection-list.is-grid-view {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, .25fr));
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.menu {
  background-color: #232429cc;
  flex: none;
  align-items: center;
  width: 100%;
  height: 2.52rem;
  padding-left: 1rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.search_icon {
  z-index: 1;
  opacity: .7;
  height: .75rem;
  position: absolute;
  left: .5rem;
}

.notes_collection-item {
  width: 100%;
}

.toggle_max-list {
  cursor: default;
  background-color: #2bc740;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
}

.toggle_max-list:hover {
  background-image: url('../images/Maximize_1Maximize.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
}

.toggle_max-list:active {
  background-color: #85f07d;
}

.search {
  z-index: 5;
  align-items: center;
  width: 10rem;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}

.search_field {
  color: #fff;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 5px;
  width: 100%;
  height: 1.8rem;
  margin-bottom: 0;
  padding: 0 .5rem 1px 1.8rem;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .2s, border-color .2s;
  box-shadow: inset 0 0 0 1px #ffffff1a;
}

.search_field:hover {
  background-color: #fff3;
}

.search_field:focus {
  background-color: #fff3;
  border-style: solid;
  border-color: #ffffff0d;
}

.search_field::placeholder {
  color: #ffffff80;
}

.toggle_wrap {
  z-index: 11;
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.toggle_close {
  cursor: default;
  background-color: #ff5f58;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
}

.toggle_close:hover {
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 8px;
}

.toggle_close:active {
  background-color: #f0928a;
}

.notes_sidebar-list {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.notes {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #515158;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  width: 60rem;
  height: 42.7rem;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 20px 50px #00000080, 0 0 0 .5px #000;
}

.notes_window {
  background-color: #232429b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.notes_tab {
  z-index: 1;
  grid-row-gap: .25rem;
  cursor: pointer;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  padding: 1.1rem 1rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.notes_tab:hover {
  background-color: #ffffff08;
}

.notes_name {
  max-width: 14rem;
  overflow: hidden;
}

.notes_meta-text {
  color: #b4b2b1;
  font-size: .8rem;
}

.notes_highlight {
  z-index: 0;
  background-color: #ffffff1a;
  display: none;
  position: absolute;
  inset: 0%;
}

.notes_pin {
  width: .7rem;
  height: .7rem;
  position: absolute;
  inset: 10% 5% auto auto;
}

.notes_preview {
  z-index: 10;
  flex-direction: column;
  width: 73.5%;
  height: 94.5%;
  margin-top: 2.45rem;
  display: none;
  position: absolute;
  top: 0%;
  left: 16rem;
}

.notes_title {
  color: var(--gold);
  font-size: 1.5rem;
}

.notes_rich {
  margin-top: 2rem;
}

.notes_tab-trigger {
  z-index: 2;
  cursor: pointer;
  width: 16rem;
  height: 5rem;
  display: none;
  position: absolute;
}

.notes_intro {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  width: 30rem;
  display: flex;
}

.note_publish-date {
  color: #b4b2b1;
  text-align: center;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.menu_options-wrap {
  z-index: 1;
  grid-column-gap: .5rem;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.menu_options-wrap:hover {
  background-color: #ffffff1a;
}

.notes_thumbnail {
  background-color: #0000001a;
  border-radius: .5rem;
  width: 100%;
  height: 7rem;
  margin-bottom: 1rem;
  padding: .5rem;
  transition: background-color .2s;
  overflow: hidden;
}

.notes_thumbnail:hover {
  background-color: #0003;
}

.notes_thumbnail_richtext {
  width: 100%;
}

.notes_thumbnail_richtext h2 {
  font-size: 12px;
}

.notes_thumbnail_richtext p {
  font-size: .4rem;
  line-height: 1.2;
}

.notes_thumbnail_richtext h1 {
  font-size: 13px;
  line-height: 1;
}

.notes_thumbnail_richtext h3 {
  font-size: 11px;
}

.notes_thumbnail_richtext blockquote {
  border-left-width: 1px;
  margin-bottom: 0;
  padding: 5px 0 5px 5px;
  font-size: 6px;
  line-height: 1;
}

.notes_thumbnail_richtext h4 {
  font-size: 10px;
}

.notes_thumbnail_richtext h5 {
  font-size: 9px;
}

.notes_thumbnail_richtext h6 {
  font-size: 8px;
}

.notes_tile {
  z-index: 1;
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding: 1.1rem 1rem;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.notes_tile:hover {
  background-color: #ffffff08;
}

.notes_tile:active {
  background-color: #ffffff0d;
}

.notes_pin-tile {
  width: .7rem;
  height: .7rem;
  position: absolute;
  top: .9rem;
  right: .9rem;
}

.notes_name-small {
  font-size: .8rem;
}

.menu_options {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 10.2rem;
  display: flex;
  position: relative;
}

.menu_divider {
  z-index: 1;
  background-color: #ffffff1a;
  width: 1px;
  height: 1.8rem;
  margin-left: .8rem;
  margin-right: .8rem;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: .3rem;
  width: 7rem;
  font-size: .8rem;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: #fff3;
}

.button:active {
  background-color: var(--gold);
  color: #000;
}

.button.signin {
  width: 100%;
  margin-top: 1rem;
}

.button.is-large {
  width: 7rem;
}

.account_form-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: .3rem;
  margin-bottom: 0;
  font-size: 16px;
  transition: background-color .2s;
}

.account_form-field:hover {
  background-color: #ffffff0d;
}

.account_form-field:focus {
  background-color: #ffffff1a;
  border-style: solid;
  border-color: #ffffff1a;
}

.account_form-field.align-top {
  border-bottom-right-radius: ;
  border-bottom-left-radius: ;
}

.account_form-field.align-bottom {
  border-top-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-right: 2rem;
}

.account_form-field.align-middle {
  border-top-style: none;
  border-radius: 0;
}

.notes_preview-wrap {
  width: 100%;
  height: 100%;
  padding: 3rem;
  overflow: auto;
}

.compose {
  z-index: 1;
  width: 73.3%;
  height: 94%;
  margin-top: 2.52rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 16rem;
}

.quill_message {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  padding: 0;
}

.quill_name {
  color: var(--gold);
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.5rem;
}

.compose_form-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.compose_form {
  width: 100%;
  height: 100%;
  position: relative;
}

.dock_label {
  white-space: nowrap;
  background-color: #0000004d;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  margin-top: -2.8rem;
  padding: .2rem .6rem;
  font-size: .8rem;
  display: none;
  position: absolute;
}

.dock {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-left: 6px;
  padding-right: 6px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1rem;
  box-shadow: 0 0 3px #0000001a;
}

.dock_item {
  flex-direction: column;
  align-items: center;
  margin-left: .4rem;
  margin-right: .4rem;
  display: flex;
  position: relative;
}

.dock_item.note {
  width: 2.5rem;
  height: 2.5rem;
}

.dock_icon {
  border-radius: 10px;
  width: 2.5rem;
  height: 2.5rem;
  transition: filter .1s;
  position: relative;
}

.dock_icon:active {
  filter: brightness(70%);
}

.quill_toolbar {
  width: 100%;
}

.quill_textarea {
  margin-bottom: 0;
  display: none;
}

.delete {
  opacity: .5;
  background-color: #0000;
  border-radius: 5px;
  width: 2rem;
  height: 1.8rem;
  margin-bottom: 0;
  transition: opacity .2s, background-color .2s;
  position: absolute;
  top: -35px;
  left: 5.6rem;
  overflow: hidden;
}

.delete:hover {
  background-color: #fff3;
}

.delete_form {
  justify-content: center;
  display: flex;
}

.update-form {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  overflow: auto;
}

.account_signin {
  width: 100%;
  max-width: 15rem;
  display: none;
}

.account_form-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.account_signup {
  width: 100%;
  max-width: 15rem;
  display: flex;
}

.content-wrap {
  z-index: 1;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.notes_intro-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.delete_button {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  width: 2rem;
  height: 1.8rem;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.public-switch_label {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: .7rem;
  display: flex;
}

.notes_meta-wrap {
  display: flex;
}

.account_form-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.account_reset {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  left: auto;
  right: .5rem;
}

.account_reset:hover {
  opacity: 1;
}

.account_reset-icon {
  height: 60%;
}

.public-switch {
  height: 1.8rem;
  margin-bottom: 0;
  position: absolute;
  top: -34px;
  bottom: auto;
  left: 10.4rem;
}

.radio-button {
  z-index: 1;
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border: 0 #0000;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.radio-button_wrap {
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 1.8rem;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: color .2s, opacity .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff1a;
}

.radio-button_wrap:hover {
  background-color: #ffffff1a;
}

.radio-button_wrap:active {
  background-color: #fff3;
}

.radio-button_wrap.pinned {
  box-shadow: none;
  opacity: 1;
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}

.radio-button_wrap.pinned:hover {
  background-color: #ffffff1a;
}

.pin-switch_form {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.radio-button_submit {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  height: 1.8rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7rem;
  transition: background-color .2s;
  display: none;
  position: absolute;
  left: 6.2rem;
}

.radio-button_submit:hover {
  background-color: #fff3;
}

.pin-switch_embed {
  display: none;
}

.loading-lottie {
  width: 5rem;
  height: 5rem;
}

.text-block-spaced {
  color: #fff;
  letter-spacing: 2px;
}

.button_submit {
  border: 1px solid var(--gold);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  height: 1.7rem;
  margin-bottom: 0;
  padding: 0 .5rem;
  font-size: .7rem;
  transition: color .2s, opacity .2s, background-color .2s;
  display: none;
  position: absolute;
  top: -34px;
  bottom: auto;
  left: 1rem;
  overflow: hidden;
}

.button_submit:hover {
  background-color: var(--gold);
  color: #000;
}

.compose_container {
  flex-direction: column;
  padding: 3rem;
  display: flex;
}

.button_group {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.button_update {
  box-shadow: inset 0 0 0 1px var(--gold);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  width: 5rem;
  height: 1.8rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7rem;
  transition: color .2s, opacity .2s, background-color .2s;
  display: none;
  position: absolute;
  top: -34px;
  bottom: auto;
  left: 16.5rem;
  overflow: hidden;
}

.button_update:hover {
  background-color: var(--gold);
  color: #000;
}

.update-form_wrap {
  padding: 2rem 3rem;
}

.notes_sidebar-lottie {
  width: 4rem;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
}

.note_wrapper {
  background-color: #23242980;
  width: 100%;
  height: 100%;
  padding: 3rem;
  overflow: auto;
}

.share-url {
  display: none;
}

.share {
  position: absolute;
  top: -34px;
  left: 3.2rem;
}

.button_create {
  z-index: 1;
  box-shadow: 0 0 0 1px var(--gold);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  height: 1.8rem;
  margin-bottom: 0;
  margin-left: .5rem;
  padding: 0 .5rem;
  font-size: .7rem;
  transition: color .2s, opacity .2s, background-color .2s;
  display: flex;
  position: relative;
}

.button_create:hover {
  background-color: var(--gold);
  color: #000;
}

.app-intro_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 29rem;
  line-height: 2;
  display: flex;
}

.text-link {
  color: var(--gold);
}

.pin-switch {
  height: 1.8rem;
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  left: 8rem;
}

.text-color-gold {
  color: var(--gold);
}

.text-color-gold.pointer-on {
  cursor: pointer;
}

.text-hidden {
  display: none;
}

.quill_no-rich-element {
  width: 100%;
  min-height: 20rem;
}

.quill_no-rich-element.quill_editor {
  cursor: text;
}

.compose_wrap {
  height: 40rem;
  overflow: auto;
}

.heading-large {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.wallpaper_overlay {
  z-index: 11;
  position: absolute;
  inset: 0%;
}

.wallpaper_overlay.is-dark {
  background-color: #00000080;
}

.icon_list {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
}

.icon_list:hover {
  background-color: #fff3;
}

.icon_list:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_list-max {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
}

.icon_list-max:hover {
  background-color: #fff3;
}

.icon_list-max:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_grid {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
}

.icon_grid:hover {
  background-color: #fff3;
}

.icon_grid:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_grid-max {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
}

.icon_grid-max:hover {
  background-color: #fff3;
}

.icon_grid-max:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_public {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
}

.icon_public:hover {
  background-color: #fff3;
}

.icon_public:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_back-list {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
  position: relative;
}

.icon_back-list:hover {
  background-color: #fff3;
}

.icon_back-list:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_back-grid {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
  position: relative;
}

.icon_back-grid:hover {
  background-color: #fff3;
}

.icon_back-grid:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_list-create {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: .5rem;
  transition: opacity .2s, background-color .2s;
}

.icon_list-create:hover {
  background-color: #fff3;
}

.icon_list-create:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_grid-create {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
  position: relative;
}

.icon_grid-create:hover {
  background-color: #fff3;
}

.icon_grid-create:active {
  opacity: 1;
  background-color: #ffffff26;
}

.notes_cmsitem {
  display: none;
}

.icon_share {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: .5rem .4rem;
  transition: opacity .2s, background-color .2s;
}

.icon_share:hover {
  background-color: #fff3;
}

.icon_share:active {
  opacity: 1;
  background-color: #ffffff26;
}

.delete_embed {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  width: 2rem;
  height: 1.8rem;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.icon_trash {
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.9rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  position: relative;
}

.icon_trash:hover {
  background-color: #fff3;
}

.icon_trash:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_unpin {
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  position: relative;
}

.icon_unpin:hover {
  background-color: #fff3;
}

.icon_unpin:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_pin {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  position: relative;
}

.icon_pin:hover {
  background-color: #fff3;
}

.icon_pin:active {
  opacity: 1;
  background-color: #ffffff26;
}

.public-switch_embed {
  display: none;
}

.public-switch_form {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.toggle_max-grid {
  cursor: default;
  background-color: #2bc740;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  display: none;
}

.toggle_max-grid:hover {
  background-image: url('../images/Maximize_1Maximize.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
}

.toggle_max-grid:active {
  background-color: #85f07d;
}

.toggle_min-list {
  cursor: default;
  background-color: #2bc740;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  display: none;
}

.toggle_min-list:hover {
  background-image: url('../images/Maximize_1Maximize.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
}

.toggle_min-list:active {
  background-color: #85f07d;
}

.toggle_min-grid {
  cursor: default;
  background-color: #2bc740;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  display: none;
}

.toggle_min-grid:hover {
  background-image: url('../images/Maximize_1Maximize.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
}

.toggle_min-grid:active {
  background-color: #85f07d;
}

.menu_handle {
  position: absolute;
  inset: 0%;
}

.share-public {
  position: absolute;
  top: -34px;
  left: .9rem;
}

.icon_share-note {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  height: 1.8rem;
  margin-left: auto;
  padding: .5rem;
  transition: opacity .2s, background-color .2s;
  position: relative;
}

.icon_share-note:hover {
  background-color: #fff3;
}

.icon_share-note:active {
  opacity: 1;
  background-color: #ffffff26;
}

.search_close {
  z-index: 1;
  opacity: .7;
  height: .75rem;
  display: none;
  position: absolute;
  left: .5rem;
}

.text-wrap {
  display: flex;
}

.button_signin, .button_public, .button_profile {
  display: none;
}

.icon_mobile-create {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
}

.icon_mobile-create:hover {
  background-color: #fff3;
}

.icon_mobile-create:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_back-mobile {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
  display: none;
  position: relative;
}

.icon_back-mobile:hover {
  background-color: #fff3;
}

.icon_back-mobile:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_mobile-public {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
}

.icon_mobile-public:hover {
  background-color: #fff3;
}

.icon_mobile-public:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_mobile-profile {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .2s, background-color .2s;
}

.icon_mobile-profile:hover {
  background-color: #fff3;
}

.icon_mobile-profile:active {
  opacity: 1;
  background-color: #ffffff26;
}

.icon_mobile-profile-link, .icon_mobile-public-link {
  display: none;
}

.search_trigger-on, .search_trigger-off {
  z-index: 3;
  width: 2.5rem;
  height: 2.52rem;
  display: none;
  position: absolute;
  right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .notes_wrap {
    height: 100%;
  }

  .toggle_wrap {
    display: none;
  }

  .notes {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .menu_options {
    width: 14.2rem;
  }

  .dock, .menu_handle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .notes_sidebar {
    width: 100%;
    display: block;
  }

  .notes_counter {
    justify-content: flex-start;
    width: 100%;
    height: 10%;
    padding-left: 1rem;
  }

  .menu {
    padding-left: .5rem;
  }

  .search_icon {
    bottom: auto;
    left: auto;
    right: 1rem;
  }

  .search {
    width: 2rem;
    height: 2.52rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .search_field {
    box-shadow: none;
    background-color: #232429cc;
    border-radius: 0;
    height: 2.52rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    display: none;
    position: relative;
  }

  .search_field:hover, .search_field:focus {
    background-color: #232429cc;
  }

  .notes_sidebar-list {
    height: 90%;
  }

  .notes_window {
    background-color: #23242980;
    justify-content: flex-start;
    display: none;
  }

  .notes_name {
    max-width: 96%;
  }

  .notes_highlight {
    width: 0;
    height: 0;
    inset: 0% auto auto 0%;
  }

  .notes_pin {
    top: 1rem;
    right: 1rem;
  }

  .notes_preview {
    width: 100%;
    height: 97%;
    display: none;
    left: 0;
  }

  .notes_tab-trigger {
    width: 0;
    height: 0;
  }

  .notes_intro {
    width: auto;
    margin-top: 3rem;
    margin-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu_options-wrap {
    display: none;
  }

  .menu_options {
    grid-column-gap: .5rem;
    justify-content: flex-start;
    margin-left: -.5rem;
  }

  .menu_divider {
    display: none;
  }

  .notes_preview-wrap {
    padding: 2rem 1.5rem 1.5rem;
  }

  .compose {
    width: 100%;
    height: 97%;
    left: 0;
  }

  .delete {
    left: 4.9rem;
  }

  .public-switch, .button_submit {
    left: auto;
    right: .5rem;
  }

  .compose_container {
    padding: 2rem 1.5rem 5rem;
  }

  .button_update {
    left: auto;
    right: 6.5rem;
  }

  .update-form_wrap {
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .note_wrapper {
    padding: 2rem 1.5rem 5rem;
  }

  .share {
    top: -35px;
    left: 2.6rem;
  }

  .pin-switch {
    left: 7.4rem;
  }

  .compose_wrap {
    height: 100%;
  }

  .icon_back-list {
    display: none;
    position: absolute;
    left: .5rem;
  }

  .icon_list-create {
    display: none;
  }

  .share-public {
    left: auto;
    right: .2rem;
  }

  .search_close {
    bottom: auto;
    left: auto;
    right: 1rem;
  }

  .button_signin {
    box-shadow: 0 0 0 1px var(--gold);
    color: var(--gold);
    border-radius: 5px;
    align-items: center;
    height: 1.8rem;
    margin-left: .5rem;
    padding-left: .6rem;
    padding-right: .6rem;
    display: flex;
  }

  .button_public {
    box-shadow: 0 0 0 1px var(--gold);
    color: var(--gold);
    border-radius: 5px;
    align-items: center;
    height: 1.8rem;
    margin-left: .5rem;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .button_profile {
    color: var(--gold);
    background-color: #0000001a;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 2.52rem;
    display: none;
  }

  .icon_mobile-create {
    display: block;
  }

  .icon_back-mobile {
    display: block;
    position: absolute;
    top: -34px;
    left: .5rem;
  }

  .icon_mobile-public {
    display: block;
  }

  .icon_mobile-profile-link {
    margin-left: .5rem;
    display: block;
  }

  .icon_mobile-public-link {
    display: block;
  }

  .search_trigger-on {
    cursor: pointer;
    display: block;
  }

  .search_trigger-off {
    cursor: pointer;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .notes_counter {
    justify-content: center;
    height: 7%;
    padding-left: 0;
  }

  .notes_sidebar-list {
    height: 93%;
  }

  .notes_name {
    max-width: 94%;
  }

  .notes_intro {
    margin-top: 8rem;
  }

  .note_publish-date {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
  }

  .note_publish-date.no-wrap {
    flex-direction: row;
  }

  .dot {
    display: none;
  }
}


