/* Your CSS partials */
/* stylelint-disable import-notation */
@import url(/assets/intl-tel-input/build/css/intlTelInput-786ea56ab646710e4781cf647321615e5396c27f0fc0adcbfa07eb6b3fb0f118.css);
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap");
/* line 1, app/assets/stylesheets/components/_flashes.scss */
.alert {
  position: fixed;
  bottom: 20%;
  right: 16px;
  z-index: 100;
  animation: ease-in-out;
  display: block;
  animation: hideAnimation 0s ease-in 4s;
  animation-fill-mode: forwards;
}

/* line 13, app/assets/stylesheets/components/_flashes.scss */
.flash {
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border-radius: 3px;
  position: fixed;
  top: 0%;
  right: 16px;
  z-index: 100;
}

/* line 28, app/assets/stylesheets/components/_flashes.scss */
.hide-animation {
  animation: hideAnimation 0.5s 1;
  -webkit-animation: hideAnimation 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}

/* line 59, app/assets/stylesheets/components/_flashes.scss */
.flash-left-rectangle {
  border-radius: 3px 0px 0px 3px;
  height: 45px;
  width: 8px;
}

/* line 65, app/assets/stylesheets/components/_flashes.scss */
.flash-success div:first-child {
  background: #2FC26D;
}

/* line 69, app/assets/stylesheets/components/_flashes.scss */
.flash-error div:first-child {
  background: #FD8383;
}

/* line 73, app/assets/stylesheets/components/_flashes.scss */
.flash-info div:first-child {
  background: #C4C4CF;
}

/* line 77, app/assets/stylesheets/components/_flashes.scss */
.flash-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */
  letter-spacing: 0.98px;
  /* Text/Dark */
  color: #383852;
}

/* line 92, app/assets/stylesheets/components/_flashes.scss */
.flash-close-div {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  border-radius: 3px;
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/components/_flashes.scss */
.flash-close-div:hover {
  background: rgba(196, 196, 207, 0.3);
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/components/_navbar.scss */
  .first-name-message {
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.892857px;
    color: #FFFFFF;
  }
  /* line 12, app/assets/stylesheets/components/_navbar.scss */
  .logout-signin-text {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.642857px;
  }
}

@media screen and (min-width: 980px) {
  /* line 23, app/assets/stylesheets/components/_navbar.scss */
  .navbar {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/components/_simple_form.scss */
.simple-form-style .form-control {
  width: 100%;
}

/* line 4, app/assets/stylesheets/components/_simple_form.scss */
.invalid-feedback {
  color: red;
  font-size: small;
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/components/_bottom_buttons.scss */
  .bottom-menu {
    background-color: #22273E;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 100px;
    box-shadow: 0 -2px 5px -2px #333;
    padding-right: 1.0rem;
    padding-left: 1.0rem;
  }
  /* line 18, app/assets/stylesheets/components/_bottom_buttons.scss */
  .bottom-menu-item {
    margin: 0 auto;
  }
  /* line 22, app/assets/stylesheets/components/_bottom_buttons.scss */
  .bottom-menu-text {
    font-size: 12px;
    opacity: 0.7;
  }
  /* line 27, app/assets/stylesheets/components/_bottom_buttons.scss */
  .bottom-menu-text-highlight {
    color: #FFF;
    opacity: 1;
  }
}

@media screen and (min-width: 980px) {
  /* line 34, app/assets/stylesheets/components/_bottom_buttons.scss */
  .bottom-menu {
    display: none !important;
  }
}

/* stylelint-disable-next-line selector-class-pattern */
/* line 2, app/assets/stylesheets/components/_side_navbar_v2.scss */
.document_index {
  display: flex;
  height: 100vh;
  width: 100vw;
}

/* line 8, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-menu {
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 56px 32px 56px 32px;
  align-items: center;
  background: #22273EF5;
}

/* line 20, app/assets/stylesheets/components/_side_navbar_v2.scss */
.right-side-menu {
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 100vh;
  overflow: visible;
  padding: 56px 32px 56px 32px;
  align-items: center;
  background: #151729;
  justify-content: space-between;
}

/* line 32, app/assets/stylesheets/components/_side_navbar_v2.scss */
.mobile-menu-items {
  padding: 8px;
  gap: 4px;
  border-radius: 8px;
}

/* line 38, app/assets/stylesheets/components/_side_navbar_v2.scss */
.menu-item-active {
  padding: 8px;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #3AC6C7 !important;
  background: #444B6B;
}

/* line 46, app/assets/stylesheets/components/_side_navbar_v2.scss */
.menu-item-active-dashed {
  padding: 8px;
  gap: 4px;
  border-radius: 8px;
  border: 1px dashed #3AC6C7;
}

/* line 53, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-navbar-icon {
  height: 40px;
  padding: 8px;
  gap: 4px;
  border: 1px solid #22273EF5;
}

/* line 60, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-navbar-icon:hover {
  padding: 8px;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #3AC6C7;
  background: #444B6B;
}

/* line 68, app/assets/stylesheets/components/_side_navbar_v2.scss */
.help-icon-container {
  height: 40px;
  padding: 8px;
  gap: 4px;
  border: 1px solid #151729;
}

/* line 75, app/assets/stylesheets/components/_side_navbar_v2.scss */
.user-icon-active {
  border: 1px solid #3AC6C7;
}

/* line 79, app/assets/stylesheets/components/_side_navbar_v2.scss */
.mobile-user-icon-active {
  border: 1px solid #3AC6C7;
}

/* line 83, app/assets/stylesheets/components/_side_navbar_v2.scss */
.help-icon-container:hover {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #3AC6C7;
  background: #444B6B;
}

/* line 90, app/assets/stylesheets/components/_side_navbar_v2.scss */
.user-icon:hover {
  border: 1px solid #3AC6C7 !important;
}

/* line 94, app/assets/stylesheets/components/_side_navbar_v2.scss */
.mobile-help-icon-active {
  border: 1px solid #3AC6C7 !important;
}

/* line 98, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-navbar-logo {
  /* position: absolute; */
  width: 116.07px;
  height: 25px;
  margin-top: 29px;
  margin-left: 21px;
}

/* line 106, app/assets/stylesheets/components/_side_navbar_v2.scss */
.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  margin-top: 32px;
}

/* line 116, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-new-document {
  /* position: absolute; */
  width: 131px;
  height: 42px;
  min-height: 42px;
  margin-left: 24px;
  /* top: 104px; */
  margin-top: 50px;
  background: white;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 133, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-new-document:hover, .side-new-document:focus-visible {
  opacity: 0.7;
}

/* line 137, app/assets/stylesheets/components/_side_navbar_v2.scss */
.profile {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* position: absolute; */
  width: 189px;
  height: 45px;
  border-radius: 3px;
}

/* line 149, app/assets/stylesheets/components/_side_navbar_v2.scss */
.documents {
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 189px;
  height: 45px;
  border-radius: 3px;
}

/* line 159, app/assets/stylesheets/components/_side_navbar_v2.scss */
.boards {
  margin-top: 6px;
  display: flex;
  align-items: center;
  width: 189px;
  height: 45px;
  border-radius: 3px;
}

/* line 168, app/assets/stylesheets/components/_side_navbar_v2.scss */
.boards-link:hover .all-boards-display {
  display: flex;
  flex-direction: column;
}

/* line 173, app/assets/stylesheets/components/_side_navbar_v2.scss */
.boards-link:hover .boards-display-side-arrow {
  display: none;
}

/* line 177, app/assets/stylesheets/components/_side_navbar_v2.scss */
.boards-link:hover .boards-display-down-arrow {
  display: block;
}

/* line 181, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-menu-box-dark, .side-menu-box:focus {
  background: #080913;
}

/* line 185, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-menu-text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  padding-left: 14px;
  color: #FFF;
}

/* line 195, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-menu-svg {
  padding-left: 15px;
}

/* line 199, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-menu-boards-svg {
  padding-left: 20px;
}

/* line 203, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-new-document-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  /* identical to box height */
  letter-spacing: 1.26px;
  justify-items: center;
  color: #151729;
}

/* line 217, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-document-count {
  /*
  bottom: 20px !important;
  position: absolute;
  */
  width: 200px;
  padding-bottom: 20px;
}

/* line 226, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-document-counter-div {
  width: 90%;
  margin: 0 auto;
}

/* line 231, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-cloud-icon-box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

/* line 237, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-cloud-icon-label {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.6429px;
}

/* line 246, app/assets/stylesheets/components/_side_navbar_v2.scss */
.all-boards {
  padding-top: 8px;
  padding-right: 38.5px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  padding-left: 20px;
  color: #FFF;
  display: none;
}

/* line 259, app/assets/stylesheets/components/_side_navbar_v2.scss */
.all-boards-sidebar {
  flex-shrink: 0;
  flex-grow: 1;
  height: 20vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
  max-width: 170px;
}

/* line 269, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-new-board {
  width: 149px;
  height: 42px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  opacity: 0.85;
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-new-board-text {
  padding-left: 10px;
}

/* line 285, app/assets/stylesheets/components/_side_navbar_v2.scss */
.boards-text {
  opacity: 0.65;
  padding-bottom: 10px;
  display: block;
}

/*
.boards-index-menu{
  height: 500px;
  padding-top: 300px;
}
*/
/* line 298, app/assets/stylesheets/components/_side_navbar_v2.scss */
.all-boards .boards-text:hover,
.all-boards .side-new-board:hover {
  opacity: 1;
}

/* line 303, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-menu-dropdown {
  color: white;
  font-size: 20px;
  margin-left: 9px;
  margin-top: 1px;
}

/* line 310, app/assets/stylesheets/components/_side_navbar_v2.scss */
.hide-arrow {
  display: none;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 315, app/assets/stylesheets/components/_side_navbar_v2.scss */
.all-boards-display {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #FFF;
  max-width: 186px;
  margin-left: 20px;
}

/* line 326, app/assets/stylesheets/components/_side_navbar_v2.scss */
.hide-boards-display {
  display: none;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 331, app/assets/stylesheets/components/_side_navbar_v2.scss */
.all-boards-display .boards-text:hover,
.boards-text:focus-visible {
  opacity: 1;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 337, app/assets/stylesheets/components/_side_navbar_v2.scss */
.all-boards-display .side-new-board:hover,
.side-new-board:focus-visible {
  opacity: 1;
}

/* line 342, app/assets/stylesheets/components/_side_navbar_v2.scss */
.side-navbar-logout {
  color: white;
  font-size: 13px;
  padding-left: 50px;
  position: absolute;
  bottom: 30px;
  left: 70px;
}

/* line 351, app/assets/stylesheets/components/_side_navbar_v2.scss */
#new-document-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 99;
  justify-content: center;
  align-items: center;
  /* stylelint-disable-next-line selector-class-pattern */
}

/* line 365, app/assets/stylesheets/components/_side_navbar_v2.scss */
#new-document-overlay .document_academic_paper label {
  cursor: pointer;
  color: #151729;
  background: white;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.6429px;
}

/* line 382, app/assets/stylesheets/components/_side_navbar_v2.scss */
.new-doc-overlay-outside-div {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 99;
}

/* line 389, app/assets/stylesheets/components/_side_navbar_v2.scss */
.new-doc-overlay-closing {
  cursor: pointer;
  position: relative;
  bottom: 155px;
  left: 46px;
}

/* line 396, app/assets/stylesheets/components/_side_navbar_v2.scss */
.new-doc-overlay-closing:hover,
.new-doc-overlay-closing:focus {
  opacity: 0.7;
}

/* line 401, app/assets/stylesheets/components/_side_navbar_v2.scss */
.new-doc-overlay-outside-box {
  padding: 30px;
  background: #151729;
  border-radius: 6px;
  margin: 0 auto;
  padding-right: 15px;
}

/* line 409, app/assets/stylesheets/components/_side_navbar_v2.scss */
.upload-rectangle-side {
  width: 490px;
  height: 296px;
  background: rgba(240, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border-radius: 6px;
  padding-top: 3.5rem;
}

/* line 419, app/assets/stylesheets/components/_side_navbar_v2.scss */
.upload-rectangle-side input[type="file"] {
  display: none;
}

/* line 423, app/assets/stylesheets/components/_side_navbar_v2.scss */
.import-pdf-text-side {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */
  text-align: center;
  letter-spacing: -0.6429px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 435, app/assets/stylesheets/components/_side_navbar_v2.scss */
.import-pdf-icon {
  color: #BCBDC2;
}

/* line 439, app/assets/stylesheets/components/_side_navbar_v2.scss */
.import-pdf-or {
  display: flex;
  justify-content: space-around;
  padding-top: 5px;
  margin-bottom: -20px;
}

/* line 446, app/assets/stylesheets/components/_side_navbar_v2.scss */
.import-pdf-line {
  width: 55px;
  height: 0;
  opacity: 0.7;
  border: 1px solid #FFF;
  margin-top: 8px;
}

/* line 454, app/assets/stylesheets/components/_side_navbar_v2.scss */
.import-pdf-line-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */
  text-align: center;
  letter-spacing: -0.6429px;
  color: #FFF;
  opacity: 0.7;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 469, app/assets/stylesheets/components/_side_navbar_v2.scss */
#new-side-board-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding-top: 200px;
  z-index: 99;
  top: 0;
}

/* line 480, app/assets/stylesheets/components/_side_navbar_v2.scss */
#new-side-board-overlay .new-doc-overlay-closing {
  position: relative;
  bottom: 155px;
  left: 410px;
}

/* line 487, app/assets/stylesheets/components/_side_navbar_v2.scss */
.new-board-overlay-outside-box {
  width: 395px;
  height: 200px;
  margin: 0 auto;
  background: #151729;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
  color: #FFF;
}

/* line 503, app/assets/stylesheets/components/_side_navbar_v2.scss */
.create-new-board-side {
  justify-content: space-between;
  padding: 15px 35px;
}

/* line 508, app/assets/stylesheets/components/_side_navbar_v2.scss */
.board-modal-line {
  opacity: 0.3;
  border: 2px solid rgba(212, 212, 212, 0.18);
  width: 100%;
}

/* line 514, app/assets/stylesheets/components/_side_navbar_v2.scss */
.name-of-board {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 1.26px;
  color: #FFF;
  padding: 15px 35px;
}

@media screen and (max-width: 980px) {
  /* stylelint-disable-next-line selector-class-pattern */
  /* line 529, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .document_index {
    display: block;
    height: 100vh;
    width: 100vw;
  }
  /* line 534, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .discover_index .document_index {
    padding: 10px 16px 10px 16px;
  }
  /* line 538, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .side-menu {
    display: none;
  }
  /* line 542, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .right-side-menu {
    display: none;
  }
  /* line 546, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .side-navbar-logout {
    display: none;
  }
  /* line 550, app/assets/stylesheets/components/_side_navbar_v2.scss */
  #new-document-overlay {
    z-index: 21;
    overflow-y: hidden;
  }
  /* line 555, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .new-doc-overlay-outside-box {
    display: none;
    /* width: 250px; */
  }
  /* line 561, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .upload-rectangle-side {
    display: none;
    /*
    padding-top: 1rem;
    height: 150px;
    */
  }
  /* line 570, app/assets/stylesheets/components/_side_navbar_v2.scss */
  #new-side-board-overlay {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* line 576, app/assets/stylesheets/components/_side_navbar_v2.scss */
  .discover_index .document_index {
    padding: 0px;
  }
}

/* line 1, app/assets/stylesheets/components/_header.scss */
.mobile-header {
  min-width: 320px;
  max-width: 1280px;
  padding: 40px 16px 0px 16px;
  display: flex;
  justify-content: space-between;
}

/* line 9, app/assets/stylesheets/components/_header.scss */
.mobile-help-icon {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #2B3148;
  background: #2B3148;
}

@media screen and (min-width: 980px) {
  /* line 17, app/assets/stylesheets/components/_header.scss */
  .mobile-header {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/components/_open_acces_paper.scss */
.open-access-new-document {
  width: 184px;
  height: 39px;
  background: white;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 34px;
}

/* line 13, app/assets/stylesheets/components/_open_acces_paper.scss */
.open-access-new-document-mobile {
  width: 200px;
  height: 50px;
  background: white;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 23px;
  font-size: 16px !important;
}

/* line 28, app/assets/stylesheets/components/_open_acces_paper.scss */
.progress-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #A8A8B8;
}

/* line 35, app/assets/stylesheets/components/_open_acces_paper.scss */
#back-circle-svg {
  color: #C4C4CF;
}

/* line 40, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright #back-circle-svg, .banana #back-circle-svg, .peach #back-circle-svg {
  color: #969BB3;
}

/* line 45, app/assets/stylesheets/components/_open_acces_paper.scss */
.progress-dot.active {
  background: white;
}

/* line 50, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright .progress-dot.active, .banana .progress-dot.active, .peach .progress-dot.active {
  background: #565862;
}

/* line 55, app/assets/stylesheets/components/_open_acces_paper.scss */
.signup-modal-x > svg path {
  color: white;
  stroke-width: 3px;
}

/* line 61, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright .signup-modal-x, .banana .signup-modal-x, .peach .signup-modal-x {
  color: #1C1F32;
}

/* line 67, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright .upload-svg-color, .banana .upload-svg-color, .peach .upload-svg-color {
  fill: #9EEAEC;
}

/* line 72, app/assets/stylesheets/components/_open_acces_paper.scss */
#sign-up-modal {
  display: none;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

/* line 79, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright #sign-up-modal, .banana #sign-up-modal, .peach #sign-up-modal {
  display: none;
  background: rgba(87, 94, 118, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

/* line 86, app/assets/stylesheets/components/_open_acces_paper.scss */
.sign-up-modal {
  background: #151729;
  border-radius: 6px;
}

/* line 91, app/assets/stylesheets/components/_open_acces_paper.scss */
.sign-up-link {
  color: #151729;
}

/* line 97, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright .sign-up-info h3, .banana .sign-up-info h3, .peach .sign-up-info h3 {
  color: #1C1F32;
}

/* line 101, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright .sign-up-info p, .banana .sign-up-info p, .peach .sign-up-info p {
  color: #595F7A;
}

/* line 106, app/assets/stylesheets/components/_open_acces_paper.scss */
.bright .account-link, .banana .account-link, .peach .account-link {
  color: #565862;
}

@media screen and (max-width: 768px) {
  /* line 112, app/assets/stylesheets/components/_open_acces_paper.scss */
  #close-sign-up-modal {
    right: 34px;
    top: 44px;
  }
  /* line 117, app/assets/stylesheets/components/_open_acces_paper.scss */
  .mobile-unlock-svg {
    height: 120px !important;
    width: 144px !important;
  }
  /* line 122, app/assets/stylesheets/components/_open_acces_paper.scss */
  .mobile-listen-svg {
    width: 101.62px !important;
    height: 120px !important;
  }
  /* line 127, app/assets/stylesheets/components/_open_acces_paper.scss */
  .mobile-notes-svg {
    width: 110px !important;
    height: 120px !important;
  }
  /* line 132, app/assets/stylesheets/components/_open_acces_paper.scss */
  .mobile-upload-svg {
    width: 114.96px !important;
    height: 120px !important;
  }
  /* line 137, app/assets/stylesheets/components/_open_acces_paper.scss */
  .side-new-document-text {
    font-size: 16px;
  }
  /* line 141, app/assets/stylesheets/components/_open_acces_paper.scss */
  .signup-modal-x {
    height: 22px !important;
    width: 22px !important;
  }
  /* line 146, app/assets/stylesheets/components/_open_acces_paper.scss */
  .sign-up-modal {
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 152, app/assets/stylesheets/components/_open_acces_paper.scss */
  #close-sign-up-modal {
    right: -28px;
    top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 159, app/assets/stylesheets/components/_open_acces_paper.scss */
  .open-access-new-document-mobile {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/components/_dropdowns.scss */
  .dark-dropdown {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.26px;
    color: #C4C4CF;
  }
}

@media screen and (min-width: 980px) {
  /* line 13, app/assets/stylesheets/components/_dropdowns.scss */
  .dark-dropdown {
    position: absolute;
    background: #363B51;
    border: 1px solid #464C69;
    border-radius: 4px;
    width: 192px;
    z-index: 0;
    /* used to be 1 */
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.26px;
    color: #C9CDE3;
    padding: 8px;
  }
  /* line 29, app/assets/stylesheets/components/_dropdowns.scss */
  .light-dropdown {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.26px;
    color: #363B51;
    position: absolute;
    background: #FFF;
    border: 1px solid #C4C4CF;
    border-radius: 4px;
    width: 225px;
    display: flex;
    flex-direction: column;
    padding: 8px;
  }
  /* line 44, app/assets/stylesheets/components/_dropdowns.scss */
  .dark-dropdown-item,
.light-dropdown-item {
    padding: 8px 0 8px 10px;
    /* changed the padding for document options menu */
    border-radius: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    letter-spacing: 1.26px;
  }
  /* line 55, app/assets/stylesheets/components/_dropdowns.scss */
  .dark-dropdown-item:hover,
.dark-dropdown-item:focus-visible {
    background: #464C69;
    border-radius: 4px;
  }
  /* line 61, app/assets/stylesheets/components/_dropdowns.scss */
  .light-dropdown-item:hover,
.light-dropdown-item:focus-visible {
    background: #F0F1F7;
    border-radius: 4px;
  }
  /* line 68, app/assets/stylesheets/components/_dropdowns.scss */
  .dark-dropdown-item-v2 {
    padding: 2px 16px 2px 16px;
    border-radius: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    letter-spacing: .25px;
    white-space: nowrap;
  }
  /* line 79, app/assets/stylesheets/components/_dropdowns.scss */
  .dark-dropdown-item-v2:hover,
.dark-dropdown-item-v2:focus-visible {
    background: #464C69;
    border-radius: 4px;
  }
}

/* line 1, app/assets/stylesheets/components/_tooltip.scss */
.info-icon {
  position: relative;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/components/_tooltip.scss */
.info-icon:hover .info-tooltip {
  display: block;
}

/* line 10, app/assets/stylesheets/components/_tooltip.scss */
.info-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  /* line 24, app/assets/stylesheets/components/_tooltip.scss */
  .info-tooltip {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 2, app/assets/stylesheets/components/_icon.scss */
.icon > svg {
  width: inherit;
  height: auto;
  color: inherit;
}

/* line 7, app/assets/stylesheets/components/_icon.scss */
.icon > svg path {
  stroke: currentColor;
}

/* line 11, app/assets/stylesheets/components/_icon.scss */
.icon > svg circle {
  fill: currentColor;
}

@media screen and (max-width: 980px) {
  /* line 4, app/assets/stylesheets/pages/_home.scss */
  .home-img-div {
    background-image: url("https://assets-for-audemic-mvp-feb-25.s3.eu-west-2.amazonaws.com/man_with_headphones.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    min-width: 390px;
  }
  /* line 12, app/assets/stylesheets/pages/_home.scss */
  .home-container-div {
    height: 100vh;
    width: 100vw;
  }
  /* line 17, app/assets/stylesheets/pages/_home.scss */
  .home-content-div {
    position: absolute;
    width: 390px;
    bottom: 0;
    padding-bottom: 1.5rem;
  }
  /* line 24, app/assets/stylesheets/pages/_home.scss */
  .home-action-text {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}

@media screen and (min-width: 980px) {
  /* line 32, app/assets/stylesheets/pages/_home.scss */
  .home-container-div {
    height: 100vh;
    width: 50vw;
  }
  /* line 37, app/assets/stylesheets/pages/_home.scss */
  .home-logo-link {
    position: absolute;
    top: 52px;
    left: 32px;
  }
  /* line 43, app/assets/stylesheets/pages/_home.scss */
  .home-content-div {
    position: absolute;
    width: 400px;
    top: 30vh;
    padding-bottom: 1.5rem;
  }
  /* line 50, app/assets/stylesheets/pages/_home.scss */
  .home-bottom-gradient {
    display: none;
  }
}

/* line 55, app/assets/stylesheets/pages/_home.scss */
.home-top-gradient {
  background: linear-gradient(0deg, rgba(21, 23, 41, 0) 14.23%, #121426 125%);
  height: 138px;
  padding-top: 3rem;
  padding-left: 2rem;
}

/* line 62, app/assets/stylesheets/pages/_home.scss */
.home-logo {
  width: 143px;
}

/* line 66, app/assets/stylesheets/pages/_home.scss */
.home-logo:hover {
  opacity: 0.7;
}

/* line 70, app/assets/stylesheets/pages/_home.scss */
.home-bottom-gradient {
  background: linear-gradient(181.02deg, rgba(21, 23, 41, 0) 0.87%, #121426 73.89%);
  position: absolute;
  bottom: 0;
  width: 390px;
  height: 478px;
}

/* line 78, app/assets/stylesheets/pages/_home.scss */
.home-action-text {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #FFF;
}

/* line 88, app/assets/stylesheets/pages/_home.scss */
.home-button-container {
  width: 85%;
  margin: 0 auto;
}

@keyframes background-pan {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}

/* line 103, app/assets/stylesheets/pages/_home.scss */
.home-action-text span {
  animation: background-pan 3s linear infinite;
  background: linear-gradient(to right, #3DB4DD, #6F6DF7, #3DB4DD);
  background-size: 200%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/* line 115, app/assets/stylesheets/pages/_home.scss */
.home-login-div {
  cursor: pointer;
  margin-top: 1.3rem;
  height: 53px;
  background-color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
  /* Dark Mode/Darker */
  color: #151729;
}

/* line 134, app/assets/stylesheets/pages/_home.scss */
.home-login-div:hover,
.home-login-div:focus {
  opacity: 0.7;
}

/* line 139, app/assets/stylesheets/pages/_home.scss */
.home-signup-div {
  cursor: pointer;
  margin-top: 0.75rem;
  height: 53px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #FFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  color: #FFF;
  letter-spacing: 1.26px;
}

/* line 156, app/assets/stylesheets/pages/_home.scss */
.home-signup-div:hover,
.home-signup-div:focus {
  opacity: 0.7;
}

/* line 161, app/assets/stylesheets/pages/_home.scss */
.first-page {
  min-height: 100vh !important;
}

/* line 1, app/assets/stylesheets/pages/_show_board.scss */
.board-show-name {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.6px;
  /* identical to box height */
  color: #FFF;
}

/* line 11, app/assets/stylesheets/pages/_show_board.scss */
.board-show-highlight-count {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.288px;
  text-align: center;
  color: #FFF;
}

/* line 21, app/assets/stylesheets/pages/_show_board.scss */
.board-header-section {
  padding-right: 8px;
}

/* line 25, app/assets/stylesheets/pages/_show_board.scss */
.board-setting-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #22273EF5;
}

/* line 32, app/assets/stylesheets/pages/_show_board.scss */
.board-setting-icon:hover {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #444B6B;
  background: #444B6B;
}

/* line 40, app/assets/stylesheets/pages/_show_board.scss */
.board-setting-icon-active {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #3AC6C7 !important;
  background: #444B6B;
}

/* line 48, app/assets/stylesheets/pages/_show_board.scss */
.folder-documents-box {
  padding: 32px !important;
}

/* line 52, app/assets/stylesheets/pages/_show_board.scss */
.highlight-content-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* or 136% */
  letter-spacing: 0.1px;
  color: #F9FAFB;
}

/* line 61, app/assets/stylesheets/pages/_show_board.scss */
.highlight-citation-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  /* or 108% */
  letter-spacing: 0.5px;
  mix-blend-mode: normal;
  color: #D5D6DB;
}

/* line 71, app/assets/stylesheets/pages/_show_board.scss */
.board-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
}

/* line 82, app/assets/stylesheets/pages/_show_board.scss */
.board-popup {
  padding: 28px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 865px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  background-color: #151729;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  color: white;
  position: relative;
}

@media screen and (min-width: 980px) {
  /* line 101, app/assets/stylesheets/pages/_show_board.scss */
  .backlink-boards {
    display: none !important;
  }
  /* line 105, app/assets/stylesheets/pages/_show_board.scss */
  .board-show-box {
    display: flex;
    padding: 30px;
  }
  /* line 109, app/assets/stylesheets/pages/_show_board.scss */
  .board-show-box img {
    width: 129px !important;
    height: 129px !important;
  }
  /* line 115, app/assets/stylesheets/pages/_show_board.scss */
  .board-show-name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin-left: 25px;
    letter-spacing: 1.12px;
    /* identical to box height */
    text-align: left;
  }
  /* line 125, app/assets/stylesheets/pages/_show_board.scss */
  .board-show-highlight-count {
    margin-left: 25px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 1.12px;
    /* identical to box height */
    color: #FFF;
    opacity: 0.6;
  }
  /* line 137, app/assets/stylesheets/pages/_show_board.scss */
  .highlights-index-box {
    height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  /* line 144, app/assets/stylesheets/pages/_show_board.scss */
  .closing-line {
    display: none;
  }
  /* line 148, app/assets/stylesheets/pages/_show_board.scss */
  .mob-board-settings {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  /* line 154, app/assets/stylesheets/pages/_show_board.scss */
  .mobile-boards-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px grey;
    padding-bottom: 30px;
  }
  /* line 161, app/assets/stylesheets/pages/_show_board.scss */
  .mobile-boards-nav .board-show-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 168, app/assets/stylesheets/pages/_show_board.scss */
  .backlink-boards {
    padding: 16px 0px 0px 8px;
  }
  /* line 172, app/assets/stylesheets/pages/_show_board.scss */
  .web-backlink-boards {
    display: none !important;
  }
  /* line 176, app/assets/stylesheets/pages/_show_board.scss */
  .folder-documents-box {
    padding: 32px 12px 32px 12px !important;
    margin: 32px 12px 32px 12px !important;
    border-radius: 14px;
    background: #22273EF5;
  }
  /* line 183, app/assets/stylesheets/pages/_show_board.scss */
  .board-header-section {
    padding: 0px;
    margin-top: 0px;
  }
  /* line 188, app/assets/stylesheets/pages/_show_board.scss */
  .web-download-csv {
    display: none;
  }
  /* line 192, app/assets/stylesheets/pages/_show_board.scss */
  .web-board-setting-icon {
    display: none;
  }
  /* line 196, app/assets/stylesheets/pages/_show_board.scss */
  .three-dots-board {
    display: flex;
    align-items: center;
    /* why does flex box not work */
  }
  /* line 201, app/assets/stylesheets/pages/_show_board.scss */
  .three-dots-board .three-dots {
    color: white;
    font-size: 25px;
    cursor: pointer;
    width: 20px;
    margin-left: 8px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}

@media screen and (min-width: 980px) {
  /* line 215, app/assets/stylesheets/pages/_show_board.scss */
  .mobile-boards-nav {
    width: 111%;
    margin-left: -30px;
    border-bottom: solid 1px grey;
  }
  /* line 221, app/assets/stylesheets/pages/_show_board.scss */
  .three-dots-board {
    display: flex;
    align-items: center;
    position: relative;
    /* why does flex box not work */
  }
  /* line 227, app/assets/stylesheets/pages/_show_board.scss */
  .three-dots-board .three-dots {
    color: white;
    font-size: 25px;
    cursor: pointer;
    width: 20px;
    margin-left: 8px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}

/* line 1, app/assets/stylesheets/pages/_index_boards.scss */
#create-board {
  background-color: white;
  border-radius: 5px;
  color: #55555C;
}

/* line 6, app/assets/stylesheets/pages/_index_boards.scss */
.create-board-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
  color: #55555C;
}

/* line 18, app/assets/stylesheets/pages/_index_boards.scss */
.your-boards-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 1.26px;
  color: #FFFFFF;
}

/* line 29, app/assets/stylesheets/pages/_index_boards.scss */
.your-boards-empty-text {
  opacity: 0.55;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.98px;
  color: #FFFFFF;
}

/* line 39, app/assets/stylesheets/pages/_index_boards.scss */
.index-board-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.12px;
  color: #FFFFFF;
}

/* line 48, app/assets/stylesheets/pages/_index_boards.scss */
#new-board-overlay {
  color: #FFFFFF;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  background: rgba(21, 23, 41, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

/* line 61, app/assets/stylesheets/pages/_index_boards.scss */
#new-board-overlay-from-highlight {
  color: #FFFFFF;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background: rgba(21, 23, 41, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

/* line 74, app/assets/stylesheets/pages/_index_boards.scss */
.create-board-overlay-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
}

/* line 84, app/assets/stylesheets/pages/_index_boards.scss */
#final-create-btn {
  background-color: white;
  color: #151729;
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
}

/* line 97, app/assets/stylesheets/pages/_index_boards.scss */
#final-create-btn-side {
  background: #FFFFFF;
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #151729;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
}

/* line 110, app/assets/stylesheets/pages/_index_boards.scss */
#board-name-input-side {
  background-color: white;
  border: 1px solid #A2A5B6;
  color: #55555C;
}

/* line 116, app/assets/stylesheets/pages/_index_boards.scss */
.create-board-overlay-header {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
}

/* line 124, app/assets/stylesheets/pages/_index_boards.scss */
.new-board-input {
  background: #FFFFFF;
  opacity: 0.8;
  box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
  color: #55555C;
}

/* line 139, app/assets/stylesheets/pages/_index_boards.scss */
.all-boards-index {
  max-height: 76vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 980px) {
  /* line 147, app/assets/stylesheets/pages/_index_boards.scss */
  .boards-index-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  /* line 153, app/assets/stylesheets/pages/_index_boards.scss */
  .logout-index-boards {
    display: none !important;
  }
  /* line 157, app/assets/stylesheets/pages/_index_boards.scss */
  .boards-index-mobile {
    display: none;
  }
  /* line 162, app/assets/stylesheets/pages/_index_boards.scss */
  .boards-index .documents_box {
    background-color: #22273E !important;
  }
  /* line 167, app/assets/stylesheets/pages/_index_boards.scss */
  .all-boards-index {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  /* line 174, app/assets/stylesheets/pages/_index_boards.scss */
  .board-desk-container {
    width: 150px;
    height: 198px;
    background: #2B3148;
    border-radius: 6px;
    padding: 20px;
    margin: 15px;
  }
  /* line 181, app/assets/stylesheets/pages/_index_boards.scss */
  .board-desk-container img {
    width: 110px;
    height: 110px;
    border-radius: 6px;
  }
  /* line 188, app/assets/stylesheets/pages/_index_boards.scss */
  .all-boards-text {
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    padding-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.12px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 204, app/assets/stylesheets/pages/_index_boards.scss */
  .all-boards-new-board {
    margin: 15px;
    box-sizing: border-box;
    width: 150px;
    height: 198px;
    background: #2B3148;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.12px;
    color: #FFFFFF;
    text-align: center;
    align-items: center;
    padding: 60px 30px;
  }
  /* line 223, app/assets/stylesheets/pages/_index_boards.scss */
  .all-boards-new-board-svg {
    margin-left: 30px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/pages/_new_user_session.scss */
  .new-user-session-top-div {
    padding: 3rem 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(231, 231, 231, 0.2);
  }
}

/* line 10, app/assets/stylesheets/pages/_new_user_session.scss */
.signup-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.26px;
  text-decoration-line: underline;
  color: #FFF;
}

/* line 20, app/assets/stylesheets/pages/_new_user_session.scss */
.login-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 26, app/assets/stylesheets/pages/_new_user_session.scss */
.login-form-flex-item {
  width: 95%;
  max-width: 390px;
}

/* line 31, app/assets/stylesheets/pages/_new_user_session.scss */
.login-form-header {
  padding: 88px 1.5rem 0;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #FFF;
}

@media (min-width: 980px) and (max-width: 1250px) {
  /* line 42, app/assets/stylesheets/pages/_new_user_session.scss */
  .login-form-header {
    padding: 58px 1.5rem 0;
  }
}

/* line 47, app/assets/stylesheets/pages/_new_user_session.scss */
.login-form-subheader {
  padding: 0.5rem 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #A8A8B8;
}

/* line 56, app/assets/stylesheets/pages/_new_user_session.scss */
.signin-form {
  margin-top: 13px;
  padding: 0 1.5rem;
}

/* line 61, app/assets/stylesheets/pages/_new_user_session.scss */
.signin-margin {
  margin-top: -35px;
}

/* line 65, app/assets/stylesheets/pages/_new_user_session.scss */
.forgot-your-password {
  text-align: end;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.6429px;
  color: #FFF;
  padding-right: 3px;
}

/* line 76, app/assets/stylesheets/pages/_new_user_session.scss */
.forgot-your-password:hover,
.forgot-your-password:focus {
  text-decoration: underline;
}

/* line 81, app/assets/stylesheets/pages/_new_user_session.scss */
.dont-you-have-account {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.6429px;
  color: #A8A8B8;
  margin-top: 33px;
}

/* line 92, app/assets/stylesheets/pages/_new_user_session.scss */
.dont-you-have-account-link {
  color: white;
  text-decoration: underline;
  padding: 5px;
}

/* line 99, app/assets/stylesheets/pages/_new_user_session.scss */
.bright .dont-you-have-account-link, .banana .dont-you-have-account-link, .peach .dont-you-have-account-link {
  color: #383852;
}

/* line 104, app/assets/stylesheets/pages/_new_user_session.scss */
.hide-asterisk abbr {
  display: none;
}

/* line 1, app/assets/stylesheets/pages/_custom_account.scss */
.custom-account-form-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem auto 0 auto;
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/pages/_custom_account.scss */
.custom-account-form-container form > * {
  margin: 0.5rem 0 0 0;
  width: 75%;
}

/* line 14, app/assets/stylesheets/pages/_custom_account.scss */
.custom-account-form-container form > input {
  color: black;
}

/* line 18, app/assets/stylesheets/pages/_custom_account.scss */
.custom-account-form-container form > input[type="submit"] {
  width: 15%;
  color: white;
  cursor: pointer;
  border: solid 1px white;
  border-radius: 5px;
}

/* line 26, app/assets/stylesheets/pages/_custom_account.scss */
.custom-account-form-container form > input[type="submit"]:hover {
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/pages/_change_password.scss */
.change-password-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 29px;
  letter-spacing: 1.12px;
  width: 80%;
  color: #FFF;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/pages/_change_password.scss */
.change-password-title-div {
  width: 100%;
  justify-content: space-between;
}

/* line 19, app/assets/stylesheets/pages/_change_password.scss */
.change-password-title-x {
  width: 20%;
  margin-right: 50px;
  margin-top: 60px;
  margin-left: 40px;
}

/* line 26, app/assets/stylesheets/pages/_change_password.scss */
.change-password-page {
  position: absolute;
  top: 12vh;
  height: 88vh;
  width: 100%;
  background: #22273E;
  border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/pages/_index_folders.scss */
  .all-folders-index {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    grid-template-rows: auto;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 10px;
    justify-items: center;
    margin: 30px 5px 0px 5px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
  }
  /* line 16, app/assets/stylesheets/pages/_index_folders.scss */
  .folder-desk-container {
    width: 173px;
    height: 139px;
    background: #2B3148;
    border-radius: 6px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 27, app/assets/stylesheets/pages/_index_folders.scss */
  .all-folders-new-folder {
    display: none !important;
  }
  /* line 31, app/assets/stylesheets/pages/_index_folders.scss */
  .new-folder-mobile {
    width: 173px;
    height: 139px;
    background: rgba(21, 23, 41, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.12px;
    color: #FFFFFF;
    align-items: center;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
  }
  /* line 52, app/assets/stylesheets/pages/_index_folders.scss */
  #new-side-folder-overlay {
    display: none !important;
  }
  /* line 56, app/assets/stylesheets/pages/_index_folders.scss */
  #new-folder-overlay {
    color: #FFFFFF;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    background: rgba(21, 23, 41, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
  }
  /* line 69, app/assets/stylesheets/pages/_index_folders.scss */
  #final-create-btn-folder-over {
    background-color: white;
    color: #151729;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    letter-spacing: 1.26px;
  }
  /* line 81, app/assets/stylesheets/pages/_index_folders.scss */
  .folder-show-heading {
    display: flex;
    align-items: center;
    padding: 32px;
  }
  /* line 85, app/assets/stylesheets/pages/_index_folders.scss */
  .folder-show-heading p {
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
  }
  /* line 93, app/assets/stylesheets/pages/_index_folders.scss */
  .circle-back-arrow {
    position: block;
  }
  /* line 96, app/assets/stylesheets/pages/_index_folders.scss */
  .three-dots-div {
    display: flex;
    justify-content: flex-end;
  }
  /* line 100, app/assets/stylesheets/pages/_index_folders.scss */
  .delete-folder-dropdown {
    position: fixed;
    color: white;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    background: black;
    border-radius: 30px 30px 0px 0px;
    width: 100%;
    height: 174px;
    z-index: 22;
  }
  /* line 114, app/assets/stylesheets/pages/_index_folders.scss */
  .flex-5 {
    flex: 5;
    margin-left: 35px;
  }
  /* line 119, app/assets/stylesheets/pages/_index_folders.scss */
  .flex-one {
    flex: 1;
  }
  /* line 123, app/assets/stylesheets/pages/_index_folders.scss */
  .delete-folder-modal-overlay {
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background: rgba(87, 94, 118, 0.7);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    display: none;
  }
  /* line 135, app/assets/stylesheets/pages/_index_folders.scss */
  .delete-folder-modal-content {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 42px;
  }
  /* line 142, app/assets/stylesheets/pages/_index_folders.scss */
  .closing-line-div {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 23px;
    padding-bottom: 5px;
  }
  /* line 149, app/assets/stylesheets/pages/_index_folders.scss */
  .show-mobile {
    display: block;
  }
  /* line 152, app/assets/stylesheets/pages/_index_folders.scss */
  .show-desktop {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  /* line 158, app/assets/stylesheets/pages/_index_folders.scss */
  .all-folders-index {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 980px) {
  /* line 164, app/assets/stylesheets/pages/_index_folders.scss */
  .show-mobile {
    display: none;
  }
  /* line 167, app/assets/stylesheets/pages/_index_folders.scss */
  .show-desktop {
    display: block;
  }
  /* line 171, app/assets/stylesheets/pages/_index_folders.scss */
  #new-folder-overlay {
    display: none !important;
  }
  /* line 175, app/assets/stylesheets/pages/_index_folders.scss */
  .all-folders-index {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px;
    margin-top: 40px;
    max-height: 65vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  /* line 189, app/assets/stylesheets/pages/_index_folders.scss */
  .folder-desk-container {
    width: 170px;
    height: 139px;
    background: #1C1F32;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 199, app/assets/stylesheets/pages/_index_folders.scss */
  .all-folders-new-folder {
    width: 170px;
    height: 139px;
    background: rgba(21, 23, 41, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1.12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 40px;
    justify-content: space-evenly;
  }
  /* line 219, app/assets/stylesheets/pages/_index_folders.scss */
  .new-folder-mobile {
    display: none !important;
  }
  /* line 223, app/assets/stylesheets/pages/_index_folders.scss */
  #new-side-folder-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(87, 94, 118, 0.7);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    padding-top: 200px;
    z-index: 100;
  }
  /* line 233, app/assets/stylesheets/pages/_index_folders.scss */
  #new-side-folder-overlay .new-doc-overlay-closing {
    position: relative;
    bottom: 155px;
    left: 410px;
  }
  /* line 241, app/assets/stylesheets/pages/_index_folders.scss */
  #new-side-folder-overlay .flex-one {
    width: 20%;
  }
  /* line 246, app/assets/stylesheets/pages/_index_folders.scss */
  #final-create-btn-folder {
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    color: #151729;
    letter-spacing: 1.26px;
  }
  /* line 258, app/assets/stylesheets/pages/_index_folders.scss */
  #folder-name-input-side {
    background-color: white;
    border: 1px solid #A2A5B6;
    color: #55555C;
  }
  /* line 263, app/assets/stylesheets/pages/_index_folders.scss */
  .delete-folder-dropdown {
    top: 75px;
    left: 155px;
  }
  /* line 267, app/assets/stylesheets/pages/_index_folders.scss */
  .delete-folder-dropdown button, .delete-folder-dropdown form {
    width: 100%;
    height: 100%;
  }
  /* line 275, app/assets/stylesheets/pages/_index_folders.scss */
  .folder-show-heading {
    display: flex;
    align-items: center;
    margin: 48px 0px 48px 18px;
  }
  /* line 279, app/assets/stylesheets/pages/_index_folders.scss */
  .folder-show-heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 1.12px;
    color: #FFFFFF;
  }
  /* line 287, app/assets/stylesheets/pages/_index_folders.scss */
  .circle-back-arrow {
    position: absolute;
    left: -57px;
    top: 0px;
  }
  /* line 292, app/assets/stylesheets/pages/_index_folders.scss */
  .closing-line-div {
    display: none;
  }
  /* line 295, app/assets/stylesheets/pages/_index_folders.scss */
  .delete-folder-modal-overlay {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    opacity: 0;
  }
}

/* line 307, app/assets/stylesheets/pages/_index_folders.scss */
.three-dots-div {
  padding: 5px 5px 5px 15px;
  position: relative;
}

/* line 314, app/assets/stylesheets/pages/_index_folders.scss */
.folder-svg {
  margin-left: 62px;
  margin-bottom: 2px;
}

/* line 319, app/assets/stylesheets/pages/_index_folders.scss */
.folder-name-desk {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17.6px;
  letter-spacing: 1.26px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 339, app/assets/stylesheets/pages/_index_folders.scss */
.folder-documents-desk {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.26px;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
  padding-top: 7px;
}

/* line 352, app/assets/stylesheets/pages/_index_folders.scss */
.folder-show-heading h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.63px;
  letter-spacing: 1.12px;
  color: #FFFFFF;
}

/* line 1, app/assets/stylesheets/pages/_new_password.scss */
.new-password-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  padding-top: 60px;
}

/* line 10, app/assets/stylesheets/pages/_new_password.scss */
.new-password-top-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/pages/_new_password.scss */
.new-password-back {
  padding-top: 2px;
}

/* line 20, app/assets/stylesheets/pages/_new_password.scss */
.new-password-title-box {
  margin-left: 26px;
  margin-right: 20px;
}

/* line 25, app/assets/stylesheets/pages/_new_password.scss */
.new-password-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #FFF;
}

/* line 34, app/assets/stylesheets/pages/_new_password.scss */
.new-password-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #A8A8B8;
  margin-top: 8px;
}

@media screen and (min-width: 980px) {
  /* line 44, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-back-mobile {
    display: none;
  }
  /* line 48, app/assets/stylesheets/pages/_new_password.scss */
  .success-email-back-mobile {
    display: none;
  }
  /* line 52, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-mobile-top-div {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  /* line 58, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-back {
    display: none;
  }
  /* line 62, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-mobile-top-div {
    background: rgba(89, 94, 117, 0.9);
    height: 15vh;
    border-bottom: none;
  }
  /* line 68, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-mobile-top-div-hidden {
    display: none;
  }
  /* line 72, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-box-mobile {
    height: 87vh;
    width: 100%;
    background: #22273E;
    border-radius: 15px 15px 0px 0px;
    margin-top: -2vh;
  }
  /* line 80, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-back-mobile {
    padding-top: 4px;
    margin-left: 28px;
    margin-right: 15px;
  }
  /* line 86, app/assets/stylesheets/pages/_new_password.scss */
  .success-email-back-mobile {
    padding-top: 4px;
    margin-left: -39px;
    margin-right: 15px;
  }
  /* line 92, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-title-box {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 97, app/assets/stylesheets/pages/_new_password.scss */
  .new-password-top-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 340px;
    width: 80vw;
  }
}

/* line 106, app/assets/stylesheets/pages/_new_password.scss */
.success-email-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 359px;
}

/* line 114, app/assets/stylesheets/pages/_new_password.scss */
.success-email-svg {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 119, app/assets/stylesheets/pages/_new_password.scss */
.success-email-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FFF;
}

/* line 128, app/assets/stylesheets/pages/_new_password.scss */
.underline {
  text-decoration: underline;
}

/* line 132, app/assets/stylesheets/pages/_new_password.scss */
.send-email-again {
  color: #FF9B19;
  text-decoration: underline;
  margin-left: 4px;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/pages/_edit_password.scss */
  .new-password-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
    letter-spacing: 1.12px;
    color: #FFF;
  }
}

/* line 1, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail {
  width: 100%;
  height: 647px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

/* line 11, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #2B3148;
}

/* line 20, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #363B51;
}

/* line 29, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail-button {
  padding: 13px;
  gap: 10px;
  width: 147px;
  background: #151729;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.125px;
  color: #FFFFFF;
}

/* line 44, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail-line {
  width: 600px;
  height: 2px;
  background: #000000;
}

/* line 50, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail-footer-text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 142.5%;
  text-align: center;
  color: #000000;
}

/* line 59, app/assets/stylesheets/pages/_reset_password_mail.scss */
.reset-password-mail-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 147px;
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/pages/_subscription_modal.scss */
  .subscription-close {
    display: none;
  }
}

/* line 7, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  overflow-y: hidden;
}

/* line 20, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-modal {
  width: 312px;
  height: 264px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #151729;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  color: white;
  position: relative;
}

/* line 35, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-modal .subtle-text {
  font-size: 16px;
  color: #C4C4CF;
  margin-top: 3px;
}

/* line 41, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-modal .congrats-text {
  margin-top: -10px;
}

/* line 45, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-modal .big-close-btn {
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1.26px;
  color: #151729;
  border-radius: 5px;
  width: 252px;
  height: 53px;
  margin-top: 16px;
}

/* line 60, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-popup {
  padding: 28px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 865px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  background-color: #151729;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  color: white;
  position: relative;
}

/* line 76, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-popup .l-text-title {
  font-size: 32px;
}

/* line 80, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-popup .download-text {
  font-size: 16px;
}

/* line 84, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-popup .android-qr-image {
  height: 112px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--color-background-darkmode-secondary, #2B3148);
}

/* line 91, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-popup .iphone-qr-image {
  height: 112px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--color-background-darkmode-secondary, #2B3148);
}

/* line 98, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-popup .big-close-btn {
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1.26px;
  color: #151729;
  border-radius: 5px;
  width: 252px;
  height: 53px;
  margin-top: 16px;
}

/* line 112, app/assets/stylesheets/pages/_subscription_modal.scss */
.subscription-close {
  position: absolute;
  right: -28px;
  top: 14px;
}

@media screen and (max-width: 980px) {
  /* line 119, app/assets/stylesheets/pages/_subscription_modal.scss */
  .subscription-popup {
    width: 100%;
  }
  /* line 122, app/assets/stylesheets/pages/_subscription_modal.scss */
  .qr-section {
    display: none;
  }
  /* line 125, app/assets/stylesheets/pages/_subscription_modal.scss */
  .modal-devider {
    width: 100%;
  }
  /* line 128, app/assets/stylesheets/pages/_subscription_modal.scss */
  .mobile-image-section {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.menu-header-options {
  display: flex;
  flex-direction: row;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.642857px;
  color: #FFF;
}

/* line 13, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.three-dots {
  position: relative;
  color: white;
  font-size: 25px;
  cursor: pointer;
  width: 20px;
  right: 0;
  bottom: 10px;
}

/* line 24, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.loading-msg-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.98px;
}

@keyframes shimmer {
  0% {
    background-position-x: -400px;
  }
  50% {
    background-position-x: 400px;
  }
  100% {
    background-position-x: 400px;
  }
}

@keyframes shimmer-mobile {
  0% {
    background-position-x: -800px;
  }
  50% {
    background-position-x: 800px;
  }
  100% {
    background-position-x: 800px;
  }
}

@media screen and (max-width: 980px) {
  /* line 60, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-line {
    height: 1px;
    background-color: white;
    opacity: 0.2;
    margin-top: -1px;
  }
  /* line 67, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .mobile-blur {
    background: rgba(87, 94, 118, 0.7);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  /* line 72, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(87, 94, 118, 0.8);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    bottom: 0;
    left: 0;
    z-index: 20;
  }
  /* line 83, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    opacity: 1;
    height: 364px;
    background: #22273E;
    z-index: 20;
    border-radius: 15px 15px 0 0;
  }
  /* line 94, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 22px;
  }
  /* line 102, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 4px 22px;
  }
  /* line 110, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile-title-line {
    width: 93px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 28px;
  }
  /* line 117, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile-line {
    width: 100%;
    opacity: 0.4;
    border: 1px solid #FFF;
    height: 0px;
    margin: 22px 0;
  }
  /* line 125, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile-date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #FFF;
    opacity: 0.6;
    width: 100%;
    text-align: center;
    margin-top: 36px;
  }
  /* line 138, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-to-folder,
.share-paper,
.delete-paper-index {
    padding: 20px;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    align-items: center;
  }
  /* line 150, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .svg-three-dots-desk {
    display: none !important;
  }
  /* line 154, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .delete-paper-modal {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(87, 94, 118, 0.7);
    z-index: 21;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  /* line 166, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(87, 94, 118, 0.7);
    z-index: 21;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  /* line 177, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-inside-box {
    height: 100vh;
    width: 100vw;
    background: #151729;
    border-radius: 0;
    padding: 0;
  }
  /* line 185, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-inside-box-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #FFF;
    padding: 33px 33px 15px;
  }
  /* line 195, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .all-folders-index-add-paper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(100vh - 165px);
    overflow-x: hidden;
    overflow-y: auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    justify-content: flex-start;
    margin-left: 10px;
    align-content: flex-start;
  }
  /* line 209, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-closing {
    cursor: pointer;
    position: absolute;
    right: 31px;
    top: 32px;
  }
  /* line 216, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-closing:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 980px) {
  /* line 222, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options-mobile-title,
.three-dots-options-mobile-top,
.three-dots-options-mobile-line,
.svg-three-dots-mobile,
.three-dots-options-mobile-date {
    display: none !important;
  }
  /* line 230, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-line {
    height: 1px;
    background-color: white;
    opacity: 0.2;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -1px;
  }
  /* line 239, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .three-dots-options {
    right: 0;
    z-index: 20;
  }
  /* line 249, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .delete-paper-modal {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(87, 94, 118, 0.7);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: 100%;
    z-index: 21;
  }
  /* line 263, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(87, 94, 118, 0.7);
    z-index: 20;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  /* line 274, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-inside-box {
    width: 640px;
    height: 500px;
    background: #151729;
    border-radius: 6px;
    padding: 33px;
  }
  /* line 282, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-inside-box-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #FFF;
    padding-bottom: 15px;
  }
  /* line 292, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .all-folders-index-add-paper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 380px;
    max-width: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  /* line 306, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-closing {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: -115px;
    width: 100px;
  }
  /* line 314, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .add-paper-modal-closing:hover {
    opacity: 0.7;
  }
}

/* line 319, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.document-img-new {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #25BBBF;
  position: relative;
  top: -101px;
  left: 70px;
  border: 1px solid #2B3148;
  margin-bottom: -11px;
}

/* line 331, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-modal-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100%;
  overflow-y: hidden;
}

/* line 340, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-modal-inside-box {
  background: #151729;
  border-radius: 6px;
  width: 368px;
  height: 276px;
  padding: 33px 42px;
}

/* line 348, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-modal-inside-box-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  color: #FFF;
  padding-bottom: 10px;
}

/* line 358, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-modal-inside-box-text2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 117.7%;
  letter-spacing: 1.26px;
  color: #FFF;
  opacity: 0.7;
  padding-bottom: 25px;
}

/* line 369, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
#delete-paper-link:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  opacity: 0.75;
}

/* line 374, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-modal-inside-box-delete {
  width: 100%;
  height: 50px;
  background: #EE5757;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.26px;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 390, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-modal-inside-box-cancel {
  width: 100%;
  height: 50px;
  background: white;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #151729;
  cursor: pointer;
}

/* line 405, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.menu-header-text {
  font-style: normal;
  font-weight: 600;
  color: #FFF;
}

/* line 411, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.menu-document-title {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #F9FAFB;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 426, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.menu-document-author {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #D5D6DB;
  mix-blend-mode: normal;
  opacity: 0.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* try to make this work */
/* line 444, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.menu-document-author:hover {
  text-decoration: none !important;
}

/* line 448, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.menu-document-time {
  width: 70px;
  height: 20px;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.1) 0%, rgba(216, 216, 216, 0.2) 100%);
  border-radius: 10px;
  text-align: center;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.98px;
  color: #FFF;
  mix-blend-mode: normal;
  opacity: 0.85;
}

/* line 464, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.document-new-banner {
  width: 50px;
  height: 20px;
  background: rgba(37, 187, 191, 0.15);
  border-radius: 10px;
  text-align: center;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.98px;
  color: #25BBBF;
  mix-blend-mode: normal;
  opacity: 0.85;
}

/* line 480, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.document-tag {
  text-align: center;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.98px;
  mix-blend-mode: normal;
  opacity: 0.85;
  border-radius: 10px;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 494, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.new-doc-tag {
  text-align: center;
  line-height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  opacity: 1;
  font-weight: 600;
  font-size: 12px;
}

/* line 505, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.document-new-tag {
  background: rgba(37, 187, 191, 0.15);
  color: #25BBBF;
}

/* line 510, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.document-zotero-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}

/* line 515, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.document-broadcast-tag {
  background: rgba(160, 99, 162, 0.15);
  color: #efbee9;
}

/* line 520, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.skeleton-bar-0, .skeleton-bar-1, .skeleton-bar-2 {
  height: 10px;
  border-radius: 2px;
  margin-bottom: .3rem;
  background: linear-gradient(90deg, #9EA3BA 8%, #F7F7F7 18%, #9EA3BA 30%, #9EA3BA 8%);
  animation: 1.7s shimmer linear infinite;
  animation-delay: .15s;
}

@media screen and (max-width: 980px) {
  /* line 534, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-options {
    justify-content: space-around;
    margin-right: 50px !important;
  }
  /* line 539, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-option-active {
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
  }
  /* line 548, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-option {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    opacity: 0.4;
    cursor: pointer;
  }
  /* line 557, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .all-documents-box {
    padding-bottom: 120px !important;
  }
  /* line 561, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .documents_border {
    width: 100%;
    overflow-x: hidden;
  }
  /* line 566, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .documents_box {
    padding: 32px 12px 32px 12px;
    margin: 32px 12px 32px 12px;
    border-radius: 14px;
    background: #22273EF5;
  }
  /* line 573, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .pages_profile .documents_box {
    padding: 32px 8px 32px 8px;
    margin: 32px 8px 140px 8px;
  }
  /* line 578, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-0 {
    width: 200px;
    background-size: 1200% 100%;
  }
  /* line 583, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-1 {
    width: 187px;
    background-size: 1200% 100%;
  }
  /* line 588, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-2 {
    width: 49px;
    background-size: 4000% 200%;
  }
  /* line 593, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-img {
    width: 78px;
    height: 98px;
    left: 0px;
    top: 1px;
    border-radius: 4px;
    background: #9EA3BA;
    background: linear-gradient(90deg, #9EA3BA 8%, #f7f7f7 18%, #9EA3BA 30%, #9EA3BA 8%);
    background-size: 4000% 400%;
    animation: 1.7s shimmer-mobile linear infinite;
  }
  /* line 609, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-0, .skeleton-bar-1, .skeleton-bar-2 {
    animation: 1.7s shimmer-mobile linear infinite;
    animation-delay: .15s;
  }
}

@media screen and (min-width: 980px) {
  /* line 616, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .documents_border {
    background: #151729;
    height: 100vh !important;
    width: 100%;
    padding: 40px 20px 40px 70px;
  }
  /* line 623, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .documents_box {
    width: 100%;
    height: 100%;
    background: #22273EF5;
    border-radius: 12px;
    padding: 5px 0px 30px 30px;
    position: relative;
    overflow: hidden;
  }
  /* line 632, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .discover_index .documents_box {
    padding: 5px 0px 32px 30px;
  }
  /* line 635, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .all-documents-box {
    height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-right: 28px;
  }
  /* line 643, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .doc-sep {
    width: 100%;
    background-color: #15172966;
    height: 1px;
    margin-top: 15px;
    margin-bottom: -5px;
  }
  /* line 651, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-option-active {
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
  }
  /* line 660, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-option {
    margin-right: 50px;
    opacity: 0.4;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 669, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .menu-header-option:hover,
.menu-header-option:focus-visible, .menu-header-option-active:focus-visible {
    border-bottom: 3px solid !important;
    opacity: 0.5;
  }
  /* line 676, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-0 {
    width: 400px;
    background-size: 400% 200%;
  }
  /* line 681, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-1 {
    width: 374px;
    background-size: 400% 200%;
  }
  /* line 686, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-2 {
    width: 97px;
    background-size: 1600% 400%;
  }
  /* line 691, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-img {
    width: 78px;
    height: 98px;
    left: 0px;
    top: 1px;
    border-radius: 4px;
    background: #9EA3BA;
    background: linear-gradient(90deg, #9EA3BA 8%, #f7f7f7 18%, #9EA3BA 30%, #9EA3BA 8%);
    background-size: 1600% 400%;
    animation: 1.7s shimmer linear infinite;
  }
  /* line 707, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .skeleton-bar-0, .skeleton-bar-1, .skeleton-bar-2 {
    animation: 1.7s shimmer linear infinite;
    animation-delay: .15s;
  }
}

@media screen and (max-width: 980px) {
  /* line 715, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
  .discover_index .documents_box {
    padding: 5px 0px 32px 6px;
  }
}

/* line 720, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.error-msg-header {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FD8383;
}

/* line 728, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.error-msg-body {
  margin-top: 0.2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #C4C4CF;
}

/* line 737, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.contact-support-btn {
  margin-top: 0.5rem;
  border: 1px solid #FFF;
  width: 152px;
  height: 28px;
  border-radius: 3px;
}

/* line 745, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.contact-support-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #FFF;
}

/* line 755, app/assets/stylesheets/documents/documents_index/_index_documents.scss */
.delete-paper-after-error-btn {
  padding-right: 5px;
  padding-top: 18px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/documents/documents_index/_new_document_dropdown.scss */
.new-document-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  display: none;
}

/* line 11, app/assets/stylesheets/documents/documents_index/_new_document_dropdown.scss */
.new-document-mobile-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 1;
  background: #22273E;
  z-index: 101;
  border-radius: 15px 15px 0 0;
}

/* line 21, app/assets/stylesheets/documents/documents_index/_new_document_dropdown.scss */
.new-document-mobile-menu-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 22px;
}

/* line 29, app/assets/stylesheets/documents/documents_index/_new_document_dropdown.scss */
.new-document-mobile-menu-line {
  width: 93px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 28px;
}

/* line 36, app/assets/stylesheets/documents/documents_index/_new_document_dropdown.scss */
.zotero-svg,
.new-document-dropdown-background .icon svg {
  height: 16px;
  width: auto;
}

/* line 1, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-document-translate-select {
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* line 5, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-document-translate-select p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4CF;
  letter-spacing: 1.26px;
}

/* line 13, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-document-translate-select h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  color: #FFFFFF;
}

/* line 21, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language, .new-upload-choose-voice {
  flex-direction: column;
  align-items: center;
  background-color: #23273F;
}

/* line 25, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language h3, .new-upload-choose-voice h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  color: #FFFFFF;
}

/* line 32, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language p, .new-upload-choose-voice p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4CF;
}

/* line 40, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language button span.playbtn, .new-upload-choose-voice button span.playbtn {
  display: block;
}

/* line 43, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language button span.checkmark, .new-upload-choose-voice button span.checkmark {
  display: none;
}

/* line 49, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language button.active p, .new-upload-choose-voice button.active p {
  color: white;
}

/* line 52, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-upload-choose-language button.active span.checkmark, .new-upload-choose-voice button.active span.checkmark {
  display: block;
}

/* line 58, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-document-translate-line {
  height: 0px;
  opacity: 0.3;
  border: 1px solid rgba(212, 212, 212, 0.18);
  width: 100%;
}

/* line 65, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.new-document-translate-language {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4CF;
  display: flex;
  align-items: center;
}

/* line 75, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.selected-language p {
  color: white !important;
  font-weight: 600 !important;
}

/* line 79, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.selected-language svg {
  display: block;
}

/* line 84, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
#new-document-translate-button {
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1.26px;
  color: #1C1F32;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 95, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.select-language-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #808393;
  border-radius: 4px;
}

/* line 101, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.select-language-btn p {
  color: #C4C4CF;
  font-weight: 600;
  line-height: 140%;
}

/* line 108, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.icon.no-fill > svg circle {
  fill: none;
}

/* line 112, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
.icon.no-stroke > svg path {
  stroke: none;
}

@media screen and (max-width: 768px) {
  /* line 118, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-select p {
    font-size: 16px;
  }
  /* line 122, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-box {
    width: 100%;
    height: 531px;
    background: #23273F;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    bottom: 0px;
  }
  /* line 130, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate {
    width: 100%;
  }
  /* line 133, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-title-mobile {
    height: 0px;
  }
  /* line 134, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-title-mobile h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
  }
  /* line 142, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .select-language-btn {
    padding: 12px 18px;
    width: 245px;
    height: 46px;
  }
  /* line 146, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .select-language-btn p {
    font-size: 16px;
  }
  /* line 150, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  #new-document-translate-button {
    width: 304px;
    height: 55px;
    font-size: 18px;
    line-height: 23px;
  }
  /* line 156, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-select, .new-upload-choose-language, .new-upload-choose-voice {
    height: 318px;
  }
  /* line 160, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-upload-choose-language p {
    font-size: 16px;
  }
  /* line 166, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-language p {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  /* line 173, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-doc-overlay-closing-translation {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -30px;
  }
  /* line 179, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-box {
    width: 330px;
    height: 360px;
    background: #23273F;
    border-radius: 6px;
  }
  /* line 185, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
  }
  /* line 191, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-title {
    background-color: #1C1F32;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #FFFFFF;
    padding: 24px 28px;
    padding-bottom: 15px;
    border-radius: 6px 6px 0px 0px;
  }
  /* line 204, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .select-language-btn {
    padding: 8px 16px;
    width: 224px;
    height: 36px;
  }
  /* line 209, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .select-language-btn p {
    font-size: 14px;
  }
  /* line 213, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  #new-document-translate-button {
    width: 224px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
  }
  /* line 220, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-document-translate-select {
    height: 206px;
  }
  /* line 223, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-upload-choose-language {
    height: 212px;
  }
  /* line 226, app/assets/stylesheets/documents/documents_index/_new_document_overlay.scss */
  .new-upload-choose-voice {
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.new-header-text {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.642857px;
}

/* line 8, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.upload-rectangle {
  width: 90%;
  margin: 0 auto 0 auto;
  height: 309px;
  background-color: rgba(255, 255, 255, 0.123192);
  border: 1px dashed #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
}

/* line 18, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.import-pdf-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.35px;
  color: #FFFFFF;
}

/* line 29, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.upload-rectangle input[type="file"] {
  display: none;
}

/* line 33, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.document_academic_paper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 40, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.document_academic_paper label {
  cursor: pointer;
  color: #FFFFFF;
  background: white;
  border-radius: 6px;
  width: 214px;
  height: 62px;
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.642857px;
  color: #151729;
}

/* line 58, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.document_academic_paper label:hover, .document_academic_paper label:focus {
  opacity: 80%;
}

/* line 62, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.document-counter-div {
  background: #212334;
  width: 90%;
  margin: 0 auto 0 auto;
}

/* line 67, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.cloud-icon-box {
  width: 40px;
  height: 40px;
  background: #1FA7AB;
  border-radius: 6px;
}

/* line 74, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.cloud-icon-label {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.642857px;
}

/* line 84, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.number-in-counter {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.464286px;
  opacity: 0.48;
}

/* line 93, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.empty-progress-bar {
  width: 100%;
  height: 4px;
  margin: 0 auto 0 auto;
  background: rgba(255, 255, 255, 0.199491);
  border-radius: 2px;
}

/* line 101, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.full-progress-bar {
  height: 4px;
  background: #1FA7AB;
  border-radius: 2px;
}

/* line 107, app/assets/stylesheets/documents/documents_index/_new_document.scss */
#document-limit-modal {
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  background: rgba(21, 23, 41, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

/* line 131, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.icon-color {
  filter: invert(50%) sepia(96%) saturate(7387%) hue-rotate(351deg) brightness(90%) contrast(88%);
}

/* line 134, app/assets/stylesheets/documents/documents_index/_new_document.scss */
#document-limit-modal .contact-cta {
  background: #25BBBF;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
}

@media screen and (min-width: 980px) {
  /* line 147, app/assets/stylesheets/documents/documents_index/_new_document.scss */
  .your-storage-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  /* line 153, app/assets/stylesheets/documents/documents_index/_new_document.scss */
  .new-header-text {
    margin-top: 50px !important;
  }
}

/* line 158, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.translation-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #575e76;
  z-index: 100;
  top: 0;
}

/* line 167, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.translation-mobile-box {
  position: absolute;
  top: 12vh;
  height: 88vh;
  width: 100%;
  background: #22273E;
  border-radius: 15px 15px 0px 0px;
}

/* line 176, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.translation-mobile-closing {
  margin-top: 70px;
  margin-right: 40px;
}

/* line 181, app/assets/stylesheets/documents/documents_index/_new_document.scss */
#new-document-translate-button-mobile {
  width: 320px;
  height: 40px;
  background: #197C7F;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px auto;
  cursor: pointer;
}

/* line 200, app/assets/stylesheets/documents/documents_index/_new_document.scss */
.title-audio-icon-color {
  color: #1FA7AB;
}

/* line 1, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

/* line 16, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-main {
  width: 752px;
  height: 549px;
  background: #2B3148;
  border-radius: 6px;
}

/* line 23, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-close {
  cursor: pointer;
  position: absolute;
  height: 35px;
  width: 35px;
  right: -38px;
  top: 2px;
}

/* line 32, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-close:hover {
  opacity: 0.7;
}

/* line 36, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-header {
  background: #151729;
  min-height: 50px;
  height: 50px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 52, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-authenticate-msg {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #FFF;
}

/* line 62, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-authenticate-button {
  width: 181px;
  height: 46px;
  background: rgba(205, 40, 53, 0.8);
  border: 2px solid rgba(205, 40, 53, 0.3);
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.26px;
  color: #FFF;
  transition: background-color 200ms linear;
}

/* line 78, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-authenticate-button:hover {
  background-color: #cd2835;
  transition: background-color 200ms linear;
}

/* line 83, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader {
  min-height: 47px;
  height: 47px;
  background: #22273E;
}

/* line 88, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader .zotero-logo-overlay {
  margin-left: 32px;
}

/* line 92, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader .zotero-logo-text {
  margin-left: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #FFF;
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader #first-zotero-logo-text::before {
  content: '';
}

/* line 108, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader .zotero-logo-text::before {
  content: '/ ';
}

/* line 112, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader .zotero-username {
  margin-right: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #A8A8B8;
}

/* line 123, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-overlay-subheader .zotero-navigation-menu {
  white-space: nowrap;
  height: inherit;
  max-width: 530px;
  overflow: auto;
}

/* line 131, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-view-item {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

/* line 137, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-view-item:hover,
.zotero-view-item label:focus {
  background: #252A41;
}

/* line 142, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-input-box {
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #A8A8B8;
  border-radius: 3px;
}

/* line 150, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
input.zotero-radio[type="radio"] {
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #A8A8B8;
  border-radius: 3px;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #25BBBF;
  cursor: pointer;
}

/* line 162, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
label.zotero-view-item:hover input.zotero-radio[type="radio"] {
  border: 1px solid #FFF;
  min-width: 18px;
  width: 18px;
  height: 18px;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 170, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
input.zotero-radio[type="radio"]:focus {
  background: #252A41;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 175, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
input.zotero-radio[type="radio"]:checked {
  background-color: #25BBBF;
  outline: 2px solid rgba(37, 187, 191, 0.3);
  border-radius: 3px;
  padding: 2px;
  border: none !important;
}

/* line 183, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
#zotero-radio-group:focus-visible {
  outline: solid 1px yellow;
}

/* line 187, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-bottom-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: rgba(34, 39, 62, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 199, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-bottom-box-import {
  width: 116px;
  height: 40px;
  background: #FFF;
  outline: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.26px;
  color: #383852;
  cursor: pointer;
  transition: .3s;
}

/* line 215, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-bottom-box-import:hover,
.zotero-bottom-box-import:focus {
  animation: vibrate 1s infinite;
  transition: .3s;
}

@keyframes vibrate {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* line 235, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-bottom-box-cancel {
  cursor: pointer;
  width: 116px;
  height: 40px;
}

/* line 241, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.zotero-error-icon {
  top: -2px;
  right: -2px;
}

/* line 246, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.permission-option {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #FFF;
}

/* line 258, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.gdrive-overlay .zotero-authenticate-button {
  background: #1967d2;
  border: 2px solid #1153b0;
}

/* line 262, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.gdrive-overlay .zotero-authenticate-button:hover {
  background-color: #1153b0;
}

/* line 267, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.gdrive-overlay .hidden {
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}

/* line 273, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.gdrive-overlay :not(.hidden) {
  opacity: 1;
}

/* line 277, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
.gdrive-overlay .gdrive-logo svg {
  height: 70px;
}

@media screen and (max-width: 980px) {
  /* line 283, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
  .zotero-overlay-close {
    display: none;
  }
  /* line 287, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
  .zotero-overlay-main {
    width: 500px;
  }
}

@media screen and (max-width: 580px) {
  /* line 294, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
  .zotero-overlay {
    align-items: end;
  }
  /* line 298, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
  .zotero-overlay-main {
    width: 80vw;
    margin-bottom: 3vh;
    max-height: 80vh;
  }
}

@media screen and (max-width: 350px) {
  /* line 306, app/assets/stylesheets/documents/documents_index/_zotero_overlay.scss */
  .zotero-overlay-main {
    width: 96vw;
    margin-bottom: 5vh;
    max-height: 70vh;
  }
}

@media screen and (min-width: 1024px) {
  /* line 2, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document_show {
    display: flex;
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
  }
}

/* line 10, app/assets/stylesheets/documents/document_show/_show_document.scss */
.show-document-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.98px;
  color: #FFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/documents/document_show/_show_document.scss */
.show-document-doi {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.84px;
  color: #FFF;
  mix-blend-mode: normal;
  opacity: 0.6;
}

/* line 37, app/assets/stylesheets/documents/document_show/_show_document.scss */
.cursor-pointer {
  cursor: pointer;
}

/* All content related to highlight function */
/* line 42, app/assets/stylesheets/documents/document_show/_show_document.scss */
#find-me {
  font-size: 18px;
}

/* line 46, app/assets/stylesheets/documents/document_show/_show_document.scss */
#mobile-find-me {
  background: #25BBBF;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 30px;
}

/* line 53, app/assets/stylesheets/documents/document_show/_show_document.scss */
#mobile-find-me:hover svg {
  opacity: 0.8;
}

/* line 57, app/assets/stylesheets/documents/document_show/_show_document.scss */
#mobile-find-me:hover .highlight-popup-text {
  opacity: 0.8;
}

/* line 61, app/assets/stylesheets/documents/document_show/_show_document.scss */
#highlight-popup-text {
  color: black;
  position: relative;
  top: -45px;
}

/* line 67, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright #find-me svg path {
  fill: #EBECED;
}

/* line 71, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright #highlight-popup-text {
  background: #EBECED;
}

/* line 75, app/assets/stylesheets/documents/document_show/_show_document.scss */
#create-highlight-overlay {
  color: #FFF;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: #2B3148F3;
  overflow-x: hidden;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  /* line 88, app/assets/stylesheets/documents/document_show/_show_document.scss */
  #new-board {
    margin-left: 1.25rem;
    padding-top: 0.75rem;
    margin-right: 1.25rem;
    margin-top: 3rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 640px) {
  /* line 97, app/assets/stylesheets/documents/document_show/_show_document.scss */
  #new-board {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 1rem;
    margin-top: auto;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}

/* line 109, app/assets/stylesheets/documents/document_show/_show_document.scss */
#overlay-close {
  padding-bottom: 4.5px;
}

/* line 113, app/assets/stylesheets/documents/document_show/_show_document.scss */
#create-highlight-overlay .overlay-title {
  font-weight: 500;
  letter-spacing: 1.26px;
  font-size: 18px;
}

/* line 119, app/assets/stylesheets/documents/document_show/_show_document.scss */
#overlay-highlight-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.12px;
}

/* line 126, app/assets/stylesheets/documents/document_show/_show_document.scss */
#overlay-highlight-citation {
  font-weight: 400;
  font-size: 14px;
  line-height: 20.27px;
  letter-spacing: 0.98px;
  opacity: 0.55;
}

/* line 134, app/assets/stylesheets/documents/document_show/_show_document.scss */
.overlay-board-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.12px;
}

/* line 141, app/assets/stylesheets/documents/document_show/_show_document.scss */
.overlay-board-name-div:hover {
  background: rgba(37, 187, 191, 0.15);
}

/* line 145, app/assets/stylesheets/documents/document_show/_show_document.scss */
.overlay-board-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.12px;
}

/* line 152, app/assets/stylesheets/documents/document_show/_show_document.scss */
#new-board {
  background: rgba(21, 23, 41, 0.95);
}

/* line 156, app/assets/stylesheets/documents/document_show/_show_document.scss */
.new-board-div:hover {
  background: rgba(37, 187, 191, 0.15);
}

/* line 160, app/assets/stylesheets/documents/document_show/_show_document.scss */
.overlay-new-board-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.12px;
}

/* line 169, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document-sidebar-right .content {
  height: 100%;
}

@media screen and (min-width: 1900px) {
  /* line 174, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar {
    min-width: 350px !important;
    max-width: 350px !important;
  }
  /* line 179, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar-right {
    min-width: 350px !important;
    max-width: 350px !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 186, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-title-mobile {
    display: none !important;
  }
  /* line 190, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .main-document {
    height: 100%;
    width: 100%;
    width: calc(100% - 576px);
  }
  /* line 196, app/assets/stylesheets/documents/document_show/_show_document.scss */
  #audio-player {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1900px) {
  /* line 207, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .main-document {
    height: 100%;
    width: 100%;
    width: calc(100% - 732px);
  }
}

/* line 214, app/assets/stylesheets/documents/document_show/_show_document.scss */
.sidebar-left-gap {
  min-width: 288px;
  max-width: 288px;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  /* line 214, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .sidebar-left-gap {
    position: absolute;
    left: -100vw;
    top: -100vh;
    width: 0;
    height: 0;
  }
}

@media screen and (min-width: 1900px) {
  /* line 214, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .sidebar-left-gap {
    min-width: 350px !important;
    max-width: 350px !important;
  }
}

/* line 234, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document-sidebar {
  min-width: 288px;
  max-width: 288px;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  /* line 234, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar {
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 75vh;
    top: auto;
    padding: 0px;
    position: fixed;
    z-index: 10;
    display: none;
    min-width: 100%;
    max-width: 100%;
    z-index: 1001;
  }
  /* line 257, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar.hidden {
    display: flex;
  }
}

@media (min-width: 1024px) {
  /* line 263, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar-mobile {
    display: none !important;
  }
}

/* line 269, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document-sidebar-left-content {
  background: #2B3148;
  height: 100%;
  padding: 0;
  padding-top: 20px;
}

/* line 274, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document-sidebar-left-content .custom-bar {
  padding: 16px;
  padding-top: 0px;
}

/* line 280, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document-go-back {
  display: flex;
}

/* line 286, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document-sidebar-right {
  text-align: center;
  background: #2B3148;
  min-width: 288px;
  max-width: 288px;
}

@media screen and (max-width: 1024px) {
  /* line 286, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar-right {
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 75vh;
    top: auto;
    padding: 16px 8px 150px 8px;
    position: fixed;
    z-index: 100;
    display: none;
    min-width: 100%;
    max-width: 100%;
    z-index: 1001;
    padding: 0;
    padding-top: 20px;
  }
  /* line 308, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar-right.hidden {
    display: block;
  }
  /* line 311, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar-right.content {
    padding: 16px;
    padding-top: 0px;
  }
}

/* line 319, app/assets/stylesheets/documents/document_show/_show_document.scss */
.dyslexia {
  font-family: 'Dyslexia Font' !important;
}

/* line 323, app/assets/stylesheets/documents/document_show/_show_document.scss */
object {
  background: white;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  /* line 329, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .pdf-div {
    height: calc(100vh - 210px);
  }
}

@media screen and (min-width: 980px) {
  /* line 335, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .pdf-div {
    height: calc(100vh - 175px);
  }
}

@media screen and (min-width: 1280px) {
  /* line 341, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .pdf-div {
    height: calc(100vh - 183px);
  }
}

/* line 347, app/assets/stylesheets/documents/document_show/_show_document.scss */
.text-options-dropdown-container .appearance-btn {
  background: #363B51;
}

/* line 352, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-btn {
  cursor: pointer;
  transition-duration: 500;
  letter-spacing: 0;
}

/* line 358, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-btn {
  color: #D5D6DB;
  cursor: pointer;
}

/* line 362, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-btn.active {
  background: #444B6B;
  transition-duration: 500;
}

/* line 368, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-btn:hover {
  background: #444B6B;
  transition-duration: 500;
  color: #D5D6DB;
}

/* line 374, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-svg path {
  fill: #D0D1D9;
}

/* line 378, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-svg:hover path {
  fill: #B5B7C2;
  color: #4B5563;
}

/* line 385, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .appearance-btn {
  color: #151729;
}

/* line 388, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .appearance-btn.active, .bright .appearance-btn:hover {
  background: #D0D1D9;
  transition-duration: 500;
}

/* line 395, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .appearance-svg path {
  fill: #6B7280;
}

/* line 399, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .appearance-svg:hover path {
  fill: #5F646E;
}

/* line 405, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-btn {
  color: #151729;
}

/* line 409, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-btn.active, .banana .appearance-btn:hover {
  background: #FFE284;
  transition-duration: 500;
}

/* line 416, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-svg path {
  fill: #E4AC0E;
}

/* line 420, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-svg:hover path {
  fill: #FFE284;
}

/* line 424, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-svg:hover path {
  fill: #824B11;
  transition-duration: 500;
}

/* line 431, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .appearance-btn {
  color: #151729;
}

/* line 435, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .appearance-btn.active, .peach .appearance-btn:hover {
  background: #FFC885;
  transition-duration: 500;
}

/* line 442, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .appearance-svg path {
  fill: #F97907;
}

/* line 446, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .appearance-svg:hover path {
  fill: #824B11;
}

/* line 452, app/assets/stylesheets/documents/document_show/_show_document.scss */
.karger .appearance-btn {
  color: #151729;
}

/* line 455, app/assets/stylesheets/documents/document_show/_show_document.scss */
.karger .appearance-btn.active, .karger .appearance-btn:hover {
  background: #E2E2E8;
  transition-duration: 500;
}

/* line 462, app/assets/stylesheets/documents/document_show/_show_document.scss */
.karger .appearance-svg path {
  fill: #E2E2E8;
}

/* line 467, app/assets/stylesheets/documents/document_show/_show_document.scss */
.document_show .content-wrap {
  height: calc(100vh - 112px);
  padding-bottom: 102px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  /* line 467, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document_show .content-wrap {
    padding-bottom: 0;
  }
  /* line 475, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document_show .content-wrap .document-section-content {
    overflow-y: auto;
  }
  /* line 479, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document_show .content-wrap .main-document,
.document_show .content-wrap .document-show-margin {
    height: 100%;
  }
  /* line 484, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document_show .content-wrap .document-show-margin {
    overflow-y: scroll;
  }
}

/* line 492, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .title-wrapper .back path {
  fill: #6B7280;
}

/* line 498, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .title-wrapper .back path {
  fill: #E4AC0E;
}

/* line 504, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .title-wrapper .back path {
  fill: #FF9B19;
}

/* line 510, app/assets/stylesheets/documents/document_show/_show_document.scss */
.karger .title-wrapper .back path {
  fill: #E2E2E8;
}

/* line 516, app/assets/stylesheets/documents/document_show/_show_document.scss */
.text-options-dropdown-container .appearance-btn {
  background: #363B51;
}

/* line 521, app/assets/stylesheets/documents/document_show/_show_document.scss */
.gradient-button {
  position: relative;
  padding: 4px 8px;
  /* Adjust padding to control the border width */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  background: #FF9B19;
  color: #151729;
}

/* line 533, app/assets/stylesheets/documents/document_show/_show_document.scss */
.gradient-content {
  background: none;
}

/* line 570, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon {
  height: 40px;
  padding: 8px;
  gap: 4px;
  transition-duration: 200;
  border: 1px solid transparent;
}

/* line 576, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon svg {
  display: none;
}

/* line 578, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon svg.current {
  display: block;
}

/* line 582, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon path {
  fill: #D1D5DB;
}

/* line 587, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon-link {
  height: 40px;
  padding: 8px;
  gap: 4px;
  transition-duration: 200;
  border: 1px solid transparent;
}

/* line 594, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon-link path {
  fill: #D1D5DB;
}

/* line 601, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-icon:hover, .appearance-icon:focus,
.appearance-icon.active, .appearance-icon-link:hover, .appearance-icon-link.active {
  padding: 8px;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #3AC6C7;
  background: #444B6B;
  transition-duration: 200;
}

/* line 610, app/assets/stylesheets/documents/document_show/_show_document.scss */
.appearance-btn {
  letter-spacing: 1px;
}

/* line 616, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .text-options-dropdown-container .appearance-btn {
  background: #D0D1D9;
}

/* line 620, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .button-content {
  background: #D0D1D9;
}

/* line 624, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .appearance-icon path, .bright .appearance-icon-link path {
  fill: #444B6B;
}

/* line 628, app/assets/stylesheets/documents/document_show/_show_document.scss */
.bright .appearance-icon:hover, .bright .appearance-icon:focus, .bright .appearance-icon.active, .bright .appearance-icon-link:hover, .bright .appearance-icon-link:focus, .bright .appearance-icon-link.active {
  border: 1px solid #151729;
  background: #D0D1D9;
}

/* line 638, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .text-options-dropdown-container .appearance-btn {
  background: #FFE284;
}

/* line 642, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .button-content {
  background: #FFE284;
}

/* line 646, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-icon path, .banana .appearance-icon-link path {
  fill: #9D5E0B;
}

/* line 650, app/assets/stylesheets/documents/document_show/_show_document.scss */
.banana .appearance-icon:hover, .banana .appearance-icon:focus, .banana .appearance-icon.active, .banana .appearance-icon-link:hover, .banana .appearance-icon-link:focus, .banana .appearance-icon-link.active {
  background: #FBEC8D;
  border: 1px solid #151729;
}

/* line 661, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .text-options-dropdown-container .appearance-btn {
  background: #FFC885;
}

/* line 664, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .button-content {
  background: #FFC885;
}

/* line 668, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .appearance-icon path, .peach .appearance-icon-link path {
  fill: #B73706;
}

/* line 672, app/assets/stylesheets/documents/document_show/_show_document.scss */
.peach .appearance-icon:hover, .peach .appearance-icon:focus, .peach .appearance-icon.active, .peach .appearance-icon-link:hover, .peach .appearance-icon-link:focus, .peach .appearance-icon-link.active {
  background: #FFD488;
  border: 1px solid #151729;
}

/* line 682, app/assets/stylesheets/documents/document_show/_show_document.scss */
.karger .text-options-dropdown-container .appearance-btn {
  background: #E2E2E8;
}

/* line 685, app/assets/stylesheets/documents/document_show/_show_document.scss */
.karger .button-content {
  background: #E2E2E8;
}

/* line 690, app/assets/stylesheets/documents/document_show/_show_document.scss */
.documents_show .mobile-header {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  /* line 695, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .appearance-icon {
    border: 1px solid transparent !important;
    background: transparent !important;
  }
  /* line 700, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .document-sidebar-left-content, .speed-options-mobile, .text-options-dropdown-container, .document-sidebar-right {
    border-radius: 12px 12px 0 0;
    border-top: 1px solid #151729;
  }
  /* line 706, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .peach .document-sidebar-left-content,
.peach .speed-options-mobile,
.peach .text-options-dropdown-container,
.peach .document-sidebar-right {
    border-top: 1px solid #edd1b0;
  }
  /* line 715, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .banana .document-sidebar-left-content,
.banana .speed-options-mobile,
.banana .text-options-dropdown-container,
.banana .document-sidebar-right {
    border-top: 1px solid #f9f9b2;
  }
  /* line 724, app/assets/stylesheets/documents/document_show/_show_document.scss */
  .bright .document-sidebar-left-content,
.bright .speed-options-mobile,
.bright .text-options-dropdown-container,
.bright .document-sidebar-right {
    border-top: 1px solid #ffffff;
  }
}

/* line 733, app/assets/stylesheets/documents/document_show/_show_document.scss */
.hide-overflow {
  overflow: hidden !important;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
/* line 2, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-title-box {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #23273F;
  border: 1px solid #363B51;
  border-radius: 4px;
  height: 44px;
  width: 223px;
}

/* line 15, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-title-box:hover,
.document-appearance-title-box:focus-visible {
  border: 1px solid #595F7A;
}

/* line 20, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-svg-text {
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-options-container {
  position: relative;
}

/* line 29, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  color: #FFF;
  padding-left: 15px;
}

/* line 40, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-line {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
}

/* line 46, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
#document-appearance-options-s {
  font-weight: 400;
  opacity: 0.6;
}

/* line 51, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
#document-appearance-options-m {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 1.26px;
  opacity: 0.6;
}

/* line 59, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
#document-appearance-options-l {
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 1.26px;
  opacity: 0.6;
}

/* line 67, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-options-active {
  opacity: 1 !important;
  text-decoration: underline;
}

/* line 72, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.document-appearance-dyslexia-svg {
  padding-top: 6px;
}

/* line 76, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
#document-appearance-dyslexia-active {
  margin-right: -6px;
}

/* line 80, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.rotate-180 {
  transform: rotate(180deg);
}

/* line 84, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.dyslexia {
  font-family: 'Dyslexia Font' !important;
  font-weight: 300;
}

/* line 89, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.dyslexia-bold {
  font-family: 'Dyslexia Font' !important;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  /* line 95, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .document-appearance-options-title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  /* line 103, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .document-appearance-options-subtitle {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.26px;
  }
  /* line 110, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .document-appearance-options-box-title {
    font-style: normal;
    font-size: 16px;
    line-height: 20.11px;
    letter-spacing: 1.26px;
  }
  /* line 117, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .document-appearance-mobile-header {
    display: none;
  }
  /* line 121, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .document-appearance-options-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* line 130, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
.text-options-dropdown-container {
  position: fixed;
  top: 7rem;
  right: 1.5rem;
  min-width: 288px;
  max-width: 288px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.26px;
  color: #FFF;
  height: calc(100vh - 112px);
  padding-bottom: 142px;
  z-index: 999;
}

@media screen and (min-width: 1900px) {
  /* line 130, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .text-options-dropdown-container {
    min-width: 350px !important;
    max-width: 350px !important;
  }
}

@media screen and (max-width: 1024px) {
  /* line 130, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .text-options-dropdown-container {
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 75vh;
    top: auto;
    padding: 16px 8px 150px 8px;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1001;
    padding: 0;
    padding-top: 20px;
  }
  /* line 165, app/assets/stylesheets/documents/document_show/_document_appearance.scss */
  .text-options-dropdown-container .custom-bar {
    padding: 16px;
    padding-top: 0px;
  }
}

/* line 1, app/assets/stylesheets/documents/document_show/_document_title.scss */
.document-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 8, app/assets/stylesheets/documents/document_show/_document_title.scss */
.document-title-listening-to-desk {
  width: 127px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFF;
}

/* line 25, app/assets/stylesheets/documents/document_show/_document_title.scss */
.document-title-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.98px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/documents/document_show/_document_title.scss */
.document-title-author {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.98px;
  mix-blend-mode: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/documents/document_show/_document_title.scss */
.document-title-line {
  width: 100%;
  height: 0;
  opacity: 0.1;
  border: 1px solid #FFF;
}

@media screen and (max-width: 1024px) {
  /* line 57, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-listening-to-desk {
    display: none;
  }
  /* line 61, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-listening-to-mobile {
    width: 114px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 2px;
  }
  /* line 77, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-title {
    font-size: 16px;
  }
  /* line 81, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-author {
    font-size: 14px;
  }
  /* line 85, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-line {
    display: none;
  }
  /* line 89, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-go-back-button {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 22px 24px;
  }
  /* line 95, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-go-back-button.static {
    padding-left: 2rem;
    padding-top: 2rem;
    margin-bottom: -0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 103, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-listening-to-mobile {
    display: none;
  }
  /* line 107, app/assets/stylesheets/documents/document_show/_document_title.scss */
  .document-title-title {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 2, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .mobile-only {
    display: block;
  }
  /* line 6, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .desktop-only {
    display: none;
  }
  /* line 10, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .none {
    display: none !important;
  }
  /* line 13, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .document-section-tabs h2 {
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 8px;
    margin-left: 3px;
  }
  /* line 21, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .document-section-tabs button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
}

/* line 31, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.karger .left-bar-mobile {
  background-color: #F5F5F5;
}

/* line 35, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.bright .left-bar-mobile {
  background-color: #F5F5F5;
}

/* line 39, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.peach .left-bar-mobile {
  background-color: #FFD6A3;
}

/* line 43, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.banana .left-bar-mobile {
  background-color: #FFF29D;
}

/* line 48, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.grouped-section-headers {
  padding: 0;
  margin: 0;
}

/* line 53, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-box {
  min-height: 37px;
  width: 100%;
  mix-blend-mode: normal;
  border: 1px solid #383852;
  -webkit-backdrop-filter: blur(2.71828px);
          backdrop-filter: blur(2.71828px);
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 8px 15px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  color: #A8A8B8;
}

/* line 68, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-box h3 {
  font-weight: normal !important;
}

/* line 73, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-box:hover {
  background: #444B6B;
  border: 1px solid #2B3148;
  border-radius: 6px;
  opacity: 1;
  color: #3AC6C7;
}

/* line 80, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-box:hover svg,
.show-document-section-header-box:hover clippath,
.show-document-section-header-box:hover path {
  fill: #3AC6C7;
}

/* line 88, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header.active .show-document-section-header-active-dot {
  display: none;
}

/* line 93, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header {
  display: flex;
  cursor: grab;
}

/* line 98, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-active-dot {
  display: none;
}

/* line 103, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header.active .show-document-section-header-box {
  background: #444B6B;
  border: 1px solid #2B3148;
  border-radius: 6px;
  opacity: 1;
  color: #3AC6C7;
}

/* line 109, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header.active .show-document-section-header-box svg, .show-document-section-header.active .show-document-section-header-box clippath, .show-document-section-header.active .show-document-section-header-box path {
  fill: #3AC6C7;
}

/* line 116, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-box {
  background: #2B3148;
  border: 1px solid #444B6B;
  border-radius: 6px;
  opacity: 1;
  color: #F9FAFB;
}

/* line 123, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header-box svg, .show-document-section-header-box clippath, .show-document-section-header-box path {
  fill: #F9FAFB;
}

/* line 130, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.karger .show-document-section-header .show-document-section-header-box {
  border-color: #C4C4CF;
  color: #2b3148;
}

/* line 134, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.karger .show-document-section-header .show-document-section-header-box:hover {
  border-color: #565862;
}

/* line 141, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.karger .show-document-section-header.active .show-document-section-header-box {
  background: #E2E2E8;
  border-color: #565862;
  color: #151729;
}

/* line 152, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.bright .show-document-section-header .show-document-section-header-box {
  background: #E2E2E8;
  border-color: #C4C4CF;
  color: #2b3148;
}

/* line 157, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.bright .show-document-section-header .show-document-section-header-box:hover {
  border-color: #565862;
}

/* line 162, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.bright .show-document-section-header svg path {
  fill: #6B7280;
}

/* line 168, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.bright .show-document-section-header.active .show-document-section-header-box {
  background: #6B7280;
  border-color: #565862;
  color: #E2E2E8;
}

/* line 178, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.peach .show-document-section-header .show-document-section-header-box {
  border-color: #808393;
  color: #2b3148;
  background-color: #FFD6A3;
}

/* line 182, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.peach .show-document-section-header .show-document-section-header-box:hover {
  border-color: #565862;
}

/* line 186, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.peach .show-document-section-header svg path {
  fill: #F97907;
}

/* line 192, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.peach .show-document-section-header.active .show-document-section-header-box {
  background: #FFC885;
  border-color: #FFC885;
  color: #151729;
}

/* line 202, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.banana .show-document-section-header .show-document-section-header-box {
  border-color: #C4C4CF;
  color: #2b3148;
  background-color: #FFF29D;
}

/* line 206, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.banana .show-document-section-header .show-document-section-header-box:hover {
  border-color: #565862;
}

/* line 210, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.banana .show-document-section-header svg path {
  fill: #E4AC0E;
}

/* line 216, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.banana .show-document-section-header.active .show-document-section-header-box {
  background: #FFE284;
  border-color: #FFE284;
  color: #151729;
}

/* line 225, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.show-document-section-header.active::before {
  background-color: #FFFFFF;
}

/* line 231, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.karger .show-document-section-header.active::before {
  background-color: #333;
}

/* line 238, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.peach .show-document-section-header.active::before {
  background-color: #23273F;
}

/* line 245, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.bright .show-document-section-header.active::before {
  background-color: #333;
}

/* line 252, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.banana .show-document-section-header.active::before {
  background-color: #23273F;
}

/* line 257, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.sortable {
  width: 100%;
}

/* line 261, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.sortable-scroll {
  position: absolute;
  top: 241px;
  height: calc(100vh - 241px);
  flex-direction: column;
  overflow-y: scroll;
}

@media (min-width: 980px) and (max-width: 1024px) {
  /* line 270, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  #scroll-right-btn {
    margin-right: 2.3rem;
    display: block;
  }
  /* line 275, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  #scroll-left-btn {
    transform: rotate(180deg);
    display: none;
    z-index: 3;
  }
  /* line 281, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .vertical-options.show-document-section-header-box {
    max-width: 400px !important;
  }
}

@media (max-width: 980px) {
  /* line 287, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  #scroll-right-btn, #scroll-left-btn {
    display: none;
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  /* line 294, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  #scroll-right-btn, #scroll-left-btn {
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 1900px) {
  /* line 301, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .left-bar {
    width: 330px;
    padding-right: 0;
  }
  /* line 306, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .show-document-section-header-box {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1250px) {
  /* line 313, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
  .vertical-options .show-document-section-header-box {
    max-width: 500px;
  }
}

/* line 318, app/assets/stylesheets/documents/document_show/_document_section_tabs.scss */
.document-section-tabs [data-disabled="true"] {
  opacity: 0.5;
}

/* line 2, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.full-content {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: relative;
  max-width: 688px;
  margin: auto;
}

/* line 10, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.document-section-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

/* line 19, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.document-section-content-box {
  max-width: 815px;
}

/* line 23, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.content-item {
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 0.1px;
  color: #FFF;
}

/* line 33, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.content-item .player-icon {
  opacity: 0;
}

/* line 37, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.content-item.active .player-icon {
  opacity: 1;
}

/* line 41, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.content-item.active .read-along-highlight {
  border-radius: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #FF9B191F;
}

/* line 49, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.document-section-content-box p, .full-content p {
  border: 2px solid #2b314800;
  border-radius: 5px;
  padding: 10px;
}

/* line 55, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.content-item.active p.read-along-section-bg {
  border: 2px solid #2B3148;
  border-radius: 5px;
  padding: 10px;
}

/* line 60, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.peach .content-item.active p.read-along-section-bg {
  border: 2px solid #DABB92CB;
}

/* line 64, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.banana .content-item.active p.read-along-section-bg {
  border: 2px solid #DD891BA9;
}

/* line 68, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.bright .content-item.active p.read-along-section-bg {
  border: 2px solid #8585859A;
}

/* line 74, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.peach .content-item.active .read-along-section-bg {
  background-color: #FFD7A3;
}

/* line 78, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.peach .content-item.active .read-along-highlight {
  background-color: #FF9B19;
}

/* line 84, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.bright .content-item.active .read-along-section-bg {
  background-color: #EBEBEB;
}

/* line 88, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.bright .content-item.active .read-along-highlight {
  background-color: #92DDDF;
}

/* line 94, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.banana .content-item.active .read-along-section-bg {
  background-color: #FDF2A7;
}

/* line 97, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.banana .content-item.active .read-along-highlight {
  background-color: #F4C51F;
}

@media screen and (min-width: 1025px) {
  /* line 104, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
  .document-section-content-box {
    height: calc(100vh - 300px);
    padding-top: 0;
    overflow-y: auto;
  }
}

/* line 113, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
.document-section-content-box.collapsed {
  height: 42vh;
  overflow: hidden;
}

/* Apply styles to all elements with IDs starting with "svg-animation-" */
/* line 119, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] {
  position: relative;
  width: 24px;
  height: 24px;
}

/* Apply animation to each frame within the svg-animation containers */
/* line 126, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: play 2s steps(10) infinite;
  /* Duration set to 2s for faster playback */
}

@keyframes play {
  0%,
90% {
    opacity: 0;
  }
  10%,
20% {
    opacity: 1;
  }
  30%,
40% {
    opacity: 0;
  }
  50%,
60% {
    opacity: 1;
  }
  70%,
80% {
    opacity: 0;
  }
  90%,
100% {
    opacity: 1;
  }
}

/* Set delays for each frame to ensure sequential animation */
/* line 169, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(1) {
  animation-delay: 0s;
}

/* line 173, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 177, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(3) {
  animation-delay: 0.4s;
}

/* line 181, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(4) {
  animation-delay: 0.6s;
}

/* line 185, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(5) {
  animation-delay: 0.8s;
}

/* line 189, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(6) {
  animation-delay: 1s;
}

/* line 193, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(7) {
  animation-delay: 1.2s;
}

/* line 197, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(8) {
  animation-delay: 1.4s;
}

/* line 201, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(9) {
  animation-delay: 1.6s;
}

/* line 205, app/assets/stylesheets/documents/document_show/_document_section_content.scss */
[id^="svg-animation-"] .frame:nth-child(10) {
  animation-delay: 1.8s;
}

/* line 1, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#audio-player {
  --seek-before-width: 0%;
  --buffered-width: 0%;
  --margin-in-audio: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  height: 142px;
  align-items: center;
  padding-top: 0;
}

/* line 17, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input {
  background: #151729;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  height: 0.3rem;
  width: 100%;
}

/* line 27, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.karger #audio-player {
  background-color: #FEFEFE;
}

/* line 33, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach #audio-player {
  background-color: #EDD1B0;
}

/* line 36, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach #seek-slider-input {
  background: #edd1b0;
}

/* line 42, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright #audio-player {
  background-color: #FEFEFE;
}

/* line 45, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright #seek-slider-input {
  background: #ffffff;
}

/* line 51, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #audio-player {
  background-color: #F9F9B2;
}

/* line 54, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #seek-slider-input {
  background: #ffffff;
}

/* line 60, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#generating-audio-message {
  bottom: 96px;
  font-size: 9pt;
  width: 100%;
}

/* line 67, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2.51px;
  cursor: pointer;
  background: #151729;
  mix-blend-mode: normal;
  border-radius: 2px;
}

/* line 76, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.karger #seek-slider-input::-webkit-slider-runnable-track {
  background-color: #383852;
}

/* line 80, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright #seek-slider-input::-webkit-slider-runnable-track {
  background-color: #ffffff;
}

/* line 84, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #seek-slider-input::-webkit-slider-runnable-track {
  background-color: #f9f9b2;
}

/* line 87, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #seek-slider-input {
  background-color: #f9f9b2;
}

/* line 91, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach #seek-slider-input::-webkit-slider-runnable-track {
  background-color: #edd1b0;
}

/* line 95, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: var(--seek-before-width);
  height: 4px;
  background-color: #3AC6C7 !important;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
  margin: -6px 0 0;
}

/* line 118, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
}

/* line 125, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-moz-range-progress {
  background-color: #FFF !important;
  width: 10px !important;
}

/* line 130, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.karger #seek-slider-input::-moz-range-progress {
  background-color: #F89300 !important;
}

/* line 134, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright #seek-slider-input::-moz-range-progress {
  background-color: #23273F !important;
}

/* line 138, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #seek-slider-input::-moz-range-progress {
  background-color: #23273F !important;
}

/* line 142, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach #seek-slider-input::-moz-range-progress {
  background-color: #23273F !important;
}

/* line 146, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-moz-focus-outer {
  border: 0;
}

/* line 150, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #FFF;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

/* line 160, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.karger #seek-slider-input::-moz-range-thumb {
  border-color: #F89300;
  background-color: #F89300;
}

/* line 165, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright #seek-slider-input::-moz-range-thumb {
  border-color: #23273F;
  background-color: #23273F;
}

/* line 170, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #seek-slider-input::-moz-range-thumb {
  border-color: #23273F;
  background-color: #23273F;
}

/* line 175, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach #seek-slider-input::-moz-range-thumb {
  border-color: #23273F;
  background-color: #23273F;
}

/* line 180, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #FFF;
}

/* line 185, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.karger #seek-slider-input:active::-moz-range-thumb {
  background-color: #F89300;
}

/* line 189, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright, .banana, .peach #seek-slider-input:active::-moz-range-thumb {
  background-color: #23273F;
}

/* line 193, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}

/* line 202, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-ms-fill-lower {
  background-color: #25BBBF;
}

/* line 206, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-ms-fill-upper {
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

/* line 210, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #FFF;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#seek-slider-input:active::-ms-thumb {
  transform: scale(1.2);
  background: #FFF;
}

/* line 225, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.back-button {
  margin: 8px var(--margin-in-audio) 8px 0;
}

/* line 229, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.forward-button {
  margin: 8px 0 8px var(--margin-in-audio);
}

/* line 233, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#loading-animation {
  padding-top: 6px;
}

/* line 237, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.first-loader {
  --color: #25BBBF;
  --background-color: #40465A;
  --size-mid: 22px;
  transform: translate(-50%, 0);
  z-index: 5;
  width: 50%;
  display: block;
  display: grid;
  place-items: center;
}

/* line 250, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.first-loader::before,
.first-loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
}

/* line 257, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.first-loader::before {
  width: var(--size-mid);
  height: var(--size-mid);
  border: 2.5px solid var(--background-color);
  border-top-color: var(--color);
  border-radius: 50%;
  animation: loader-1 1.2s linear infinite;
}

@keyframes loader-1 {
  100% {
    transform: rotate(1turn);
  }
}

/* line 272, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.fading-icon {
  opacity: 1;
  animation: fade-in-out 2s linear infinite;
}

@keyframes fade-in-out {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/* line 287, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.audio-options {
  margin-right: 1.75rem;
}

/* line 291, app/assets/stylesheets/documents/document_show/_audio_player.scss */
#audio-options-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 299, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.hidden-audio-player {
  display: flex;
  flex-direction: row;
  align-self: center;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.23077px;
}

/* line 314, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.speed-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

/* line 326, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.speed-slider input[type="range" i] {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  height: 30px;
  padding: 5px 10px;
}

/* line 334, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.speed-slider input[type="range" i]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(to right, #5CCCCF 0%, #5CCCCF var(--slider-value), #3a3a3ab4 var(--slider-value), #5c5c5cb4 100%);
}

/* line 342, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.speed-slider input[type="range" i]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5CCCCF;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin-top: -4px;
  z-index: 1;
}

/* line 356, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.panel-button {
  width: 48px;
  background-color: #363B51;
  height: 48px;
  border-radius: 50%;
  text-align: center;
}

/* line 363, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.panel-button span {
  font-weight: 400;
  size: 16px;
  color: #A8A8B8;
}

/* line 369, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.panel-button.highlighted {
  background-color: #151729;
  color: #25BBBF !important;
}

/* line 376, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright .panel-button {
  background: #D0D1D9;
  color: #151729;
}

/* line 383, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana .panel-button {
  background: #FFE284;
  color: #151729;
}

/* line 390, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach .panel-button {
  background: #FFC885;
  color: #151729;
}

/* line 396, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.output {
  overflow-y: scroll;
  height: 30px;
}

/* line 400, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.output::-webkit-scrollbar {
  display: none;
}

/* line 404, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.output li {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  /* line 413, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .audio-player-box {
    width: 100%;
    padding-top: 5px;
  }
  /* line 418, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  #audio-player {
    --seek-before-width: 0%;
    --buffered-width: 0%;
    --margin-in-audio: 20px;
  }
  /* line 424, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .speed-header {
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.25px;
    text-align: left;
  }
  /* line 433, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .mobile-speed-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  /* line 439, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .hidden-audio-player {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1.23077px;
    color: #FFF;
    opacity: 1 !important;
    background: #151729;
  }
  /* line 457, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .audio-options {
    display: none;
  }
  /* line 461, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  #audio-speed-options {
    width: 312px;
    height: 380px;
    border-radius: 8px;
    position: absolute;
    justify-content: center;
    cursor: pointer;
    bottom: 136px;
    z-index: -1;
    right: 300px;
    padding: 32px 16px 40px 16px;
  }
  /* line 474, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .audio-speed-option {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.11px;
    letter-spacing: 1.26px;
    display: flex;
    align-items: center;
    padding: 11px;
    margin: 0px 8px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill;
  }
  /* line 490, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .karger .speed-active,
.karger .audio-speed-option:hover,
.karger .audio-speed-option:focus-visible {
    background-color: #F3F4F6;
    color: #151729;
    opacity: 1;
  }
  /* line 500, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .bright .speed-active,
.bright .audio-speed-option:hover,
.bright .audio-speed-option:focus-visible {
    background-color: #F3F4F6;
    color: #151729;
    opacity: 1;
  }
  /* line 510, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .peach .speed-active,
.peach .audio-speed-option:hover,
.peach .audio-speed-option:focus-visible {
    background-color: #F3F4F6;
    color: #151729;
    opacity: 1;
  }
  /* line 520, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .banana .speed-active,
.banana .audio-speed-option:hover,
.banana .audio-speed-option:focus-visible {
    background-color: #F3F4F6;
    color: #151729;
    opacity: 1;
  }
  /* line 529, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .speed-options-mobile-header {
    display: none !important;
  }
  /* line 535, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  #generating-audio-message {
    width: 754px;
    left: auto;
  }
}

@media screen and (max-width: 980px) {
  /* line 542, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  #delete-folder-menu-mobile-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(87, 94, 118, 0.8);
    bottom: 0;
    left: 0;
    z-index: 200;
  }
}

@media screen and (max-width: 1024px) {
  /* line 556, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .speed-options-mobile {
    position: fixed;
    min-height: 60vh;
    max-height: 80vh;
    width: 100vw;
    bottom: 0;
    padding: 16px;
    padding: 30px 15px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    z-index: 1001;
  }
  /* line 570, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .speed-title-div {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  /* line 576, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .speed-options-mobile-header {
    pointer-events: none;
  }
  /* line 581, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  #options-mobile-closing {
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 50px;
    margin-bottom: 20px;
  }
  /* line 588, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .audio-speed-option {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.26px;
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 12px;
    width: 90%;
    margin-left: -16px;
  }
  /* line 603, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .speed-active {
    border-radius: 6px;
    background: #363B51;
    opacity: 1;
    font-weight: 600;
    color: #FFF;
  }
  /* line 612, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .karger .speed-active {
    background-color: #363B51;
    font-weight: 600;
    color: #FFF;
  }
  /* line 620, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .bright .speed-active {
    background-color: #F3F4F6;
    font-weight: 600;
    color: #FFF;
  }
  /* line 628, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .peach .speed-active {
    background-color: #F3F4F6;
    font-weight: 600;
    color: #FFF;
  }
  /* line 636, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .banana .speed-active {
    background-color: #F3F4F6;
    font-weight: 600;
    color: #FFF;
  }
  /* line 643, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .change-speed-title {
    margin: 48px 48px 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
    letter-spacing: 1.12px;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    display: none;
  }
  /* line 656, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .mobile-speed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 360px) {
  /* line 665, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  #audio-player {
    padding: 0 !important;
  }
  /* line 670, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .audio-player-box svg {
    transform: scale(0.7);
  }
}

/* line 678, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.banana #audio-player svg path {
  fill: #E4AC0E;
}

/* line 682, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.peach #audio-player svg path {
  fill: #FF9B19;
}

/* line 686, app/assets/stylesheets/documents/document_show/_audio_player.scss */
.bright #audio-player svg path {
  fill: #828385;
}

@media screen and (max-width: 420px) {
  /* line 692, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .audio-player-box svg {
    transform: scale(0.7);
  }
  /* line 696, app/assets/stylesheets/documents/document_show/_audio_player.scss */
  .back-button, .forward-button {
    margin: 0;
  }
}

/* line 1, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#highlight-overlay-desktop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: 0.2s;
}

/* line 20, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
.highlight-overlay-desktop-box {
  position: relative;
  border-radius: 6px;
  background: #151729;
  width: 481px;
  height: 537px;
  min-height: 537px;
}

/* line 29, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#overlay-close-desktop {
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 10px;
  left: 493px;
}

/* line 36, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
.highlight-overlay-desktop-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 1.26px;
  border-bottom: 2px solid rgba(212, 212, 212, 0.08);
}

/* line 52, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
.overlay-highlight-content-box-desktop {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.0rem;
  border-bottom: 2px solid rgba(212, 212, 212, 0.08);
  margin-bottom: 0.5rem;
  height: 150px;
}

/* line 62, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#overlay-highlight-content-desktop {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  height: 94px;
}

/* line 71, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#overlay-highlight-citation-desktop {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.98px;
  opacity: 0.55;
  height: 56px;
}

/* line 82, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
.desktop-add-note-btn {
  width: 115px;
  height: 42px;
  background: #676C85;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0 8px 0 4px;
  position: relative;
  top: -22px;
  left: 183px;
}

/* line 102, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
.all-boards-highlight-desktop {
  overflow-y: scroll;
  height: 308px;
  padding-bottom: 55px;
}

/* line 108, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#new-board-desktop {
  position: absolute;
  bottom: 0px;
  width: 94%;
  height: 56px;
  background: rgba(21, 23, 41, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  border-radius: 6px;
}

/* line 125, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#new-board-from-highlight-button-desktop {
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem 0.75rem 2rem;
}

/* line 132, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
.new-board-from-highlight-text-desktop {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

/* line 138, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#new-board-overlay-from-highlight-desktop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

/* line 154, app/assets/stylesheets/documents/document_show/_desktop_highlight_overlay.scss */
#new-board-overlay-from-highlight-desktop .new-doc-overlay-closing {
  width: -moz-min-content;
  width: min-content;
  position: relative;
  bottom: 155px;
  left: 410px;
}

/* line 2, app/assets/stylesheets/documents/document_edit/edit_document.scss */
.edit-document textarea {
  color: white;
  background-color: #50515F;
  width: 100%;
  min-height: 0;
  height: auto;
}

/* line 10, app/assets/stylesheets/documents/document_edit/edit_document.scss */
.edit-document input[type=file] {
  color: white;
}

/* line 14, app/assets/stylesheets/documents/document_edit/edit_document.scss */
.edit-document .document_article_date div {
  width: 100%;
}

/* line 18, app/assets/stylesheets/documents/document_edit/edit_document.scss */
.edit-document .tab-menu {
  color: rgba(255, 255, 255, 0.5);
}

/* line 22, app/assets/stylesheets/documents/document_edit/edit_document.scss */
.edit-document .active {
  color: white;
}

/* line 2, app/assets/stylesheets/documents/../components/_modal.scss */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(87, 94, 118, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 15, app/assets/stylesheets/documents/../components/_modal.scss */
.modal-overlay .modal-content {
  padding: 30px;
  background: #374151;
  border-radius: 6px;
  margin: auto;
  padding-right: 15px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* line 27, app/assets/stylesheets/documents/../components/_modal.scss */
.modal-overlay .overlay-closing {
  cursor: pointer;
  top: -1.5rem;
  right: -1.5rem;
  position: absolute;
}

/* line 1, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-viewport * {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

/* line 25, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6);
}

/* line 30, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-mandatory {
  background: #000;
}

/* line 34, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #FFFF;
  background-size: 100% auto;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}

/* line 52, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container small {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  margin-top: 0.5em;
}

/* line 59, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}

/* line 65, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em;
}

/* line 70, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em;
}

/* line 75, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet,
.ath-ios11.ath-tablet,
.ath-ios12.ath-tablet,
.ath-ios13.ath-tablet,
.ath-ios14.ath-tablet,
.ath-ios15.ath-tablet {
  right: 0.4em;
  top: 1.8em;
}

/* line 87, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}

/* close icon */
/* line 94, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: transparent;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642;
}

/* line 113, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none;
}

/* line 121, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-mandatory .ath-container:before {
  display: none;
}

/* line 125, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em;
}

/* line 130, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none;
}

/* applied only if the application icon is shown */
/* line 143, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}

/* line 152, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon,
.ath-ios11 .ath-action-icon,
.ath-ios12 .ath-action-icon,
.ath-ios13 .ath-action-icon,
.ath-ios14 .ath-action-icon,
.ath-ios15 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  background-size: auto 100%;
}

/* line 168, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
  margin-bottom: 0.4em;
  background-size: 100% auto;
}

/* line 176, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  background-size: 100% auto;
}

/* line 183, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em;
}

/* line 192, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios.ath-phone:after {
  content: '';
  background: #FFFF;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  transform: scaleX(0.9) rotate(45deg);
}

/* line 205, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641;
}

/* line 219, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 4em;
  width: 4em;
  z-index: 2147483642;
}

/* line 229, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
  /* line 237, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
  .ath-container.ath-phone {
    width: 24em;
  }
  /* line 241, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
  .ath-android.ath-phone {
    margin-left: -12em;
  }
  /* line 245, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
  .ath-ios.ath-phone {
    margin-left: -12em;
  }
  /* line 249, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
  .ath-ios6:after {
    left: 39%;
  }
  /* line 253, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em;
  }
  /* line 260, app/assets/stylesheets/sign_up/_add_to_homescreen.scss */
  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    box-shadow: none;
  }
}

@media screen and (max-width: 980px) {
  /* line 2, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .awareness-notes {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(87, 94, 118, 0.7);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 16, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .awareness-notes-inside-box {
    width: 345px;
    height: 345px;
    background: #151729;
    border-radius: 6px;
    z-index: 200;
    padding: 20px;
    margin-bottom: 100px;
  }
  /* line 26, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-close-skip {
    text-align: end;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.26px;
    text-decoration-line: underline;
    color: #FFFFFF;
  }
  /* line 37, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-take-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 47, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-svg-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.26px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  /* line 58, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-svg-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1.26px;
    color: #FFFFFF;
    opacity: 0.8;
  }
  /* line 70, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 800;
    justify-content: center;
  }
  /* line 80, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-elipse {
    height: 6px;
    width: 6px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
  }
  /* line 87, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .an-active {
    background: #FFFFFF !important;
  }
}

@media screen and (min-width: 980px) {
  /* line 93, app/assets/stylesheets/sign_up/_awareness_notes.scss */
  .awareness-notes {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-top-div {
  flex: 0 1 auto;
  padding: 3rem 2rem 1.5rem 2rem;
  display: flex;
  border-bottom: solid 1px rgba(231, 231, 231, 0.2);
}

/* line 14, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  width: 320px;
}

/* line 23, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-header {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 1.26px;
  color: #FFFFFF;
}

/* line 34, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-message {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.26px;
  color: #FFFFFF;
  opacity: 0.85;
  padding: 0.5rem 2rem;
}

/* line 48, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-email {
  color: #92DDDF;
}

/* line 52, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mobile-mail-confirm-buttons {
  margin-bottom: 80px;
}

/* line 56, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.desktop-mail-confirm-buttons {
  display: none;
}

/* line 60, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-buttons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 290px;
}

/* line 67, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-logout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 3px;
}

/* line 80, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-logout-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 1px;
  /* Dark Mode/ Mild Dark 2 */
  color: #2B3148;
}

/* line 95, app/assets/stylesheets/sign_up/_mail_confirm.scss */
.mail-confirm-contact {
  height: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 1px;
  /* Text/Light */
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  /* line 120, app/assets/stylesheets/sign_up/_mail_confirm.scss */
  .mail-confirm-top-div {
    border: none;
    justify-content: flex-end;
  }
  /* line 124, app/assets/stylesheets/sign_up/_mail_confirm.scss */
  .desktop-mail-confirm-buttons {
    display: block;
  }
  /* line 127, app/assets/stylesheets/sign_up/_mail_confirm.scss */
  .mobile-mail-confirm-buttons {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.signup-form {
  margin-top: 1rem;
}

/* line 4, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.signup-form p {
  color: white;
}

/* line 8, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.input-box {
  border-radius: 12px;
  padding: 16px;
  background: #151729;
  border: 1px solid #444B6B;
}

/* line 15, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.regisgration-submit-btn {
  border-radius: 16px;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 32px;
  background: #3AC6C7;
}

/* line 24, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.error {
  font-style: normal;
  font-weight: 400;
  font-size: 0;
  letter-spacing: 0.98px;
  color: #C4C4CF;
  transition: all .2s ease-in-out;
  display: flex;
  justify-content: flex-end;
}

/* line 35, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.error.active {
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
  margin-top: -3px;
  margin-bottom: 14px;
}

/* line 43, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.error.active::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 5.16667V9.16667M14 8.5C14 11.8137 11.3137 14.5 8 14.5C4.68629 14.5 2 11.8137 2 8.5C2 5.18629 4.68629 2.5 8 2.5C11.3137 2.5 14 5.18629 14 8.5Z' stroke='%23C4C4CF' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='7.99967' cy='11.4997' r='0.666667' fill='%23C4C4CF'/%3e%3c/svg%3e ");
  transform: translateX(-2px);
  margin-right: 5px;
}

/* line 49, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.password-toggle {
  padding: 1rem 1rem 1rem .75rem;
  cursor: pointer;
  color: #A2A5B6;
  position: absolute;
  right: 0;
  top: 2.25rem;
}

/* line 58, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.password-toggle:hover {
  opacity: .9;
}

/* line 62, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.empty-onboarding-progress-bar {
  width: 100%;
  height: 2px;
  margin: 0 auto 0 auto;
  background: rgba(255, 255, 255, 0.199491);
  border-radius: 2px;
}

/* line 70, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.onboarding-progress-bar {
  height: 2px;
  background: #FF9B19;
  border-radius: 2px;
}

@media screen and (min-width: 980px) {
  /* line 77, app/assets/stylesheets/sign_up/_new_user_registration.scss */
  .sign-up-page {
    display: flex;
    height: 100vh;
  }
  /* line 82, app/assets/stylesheets/sign_up/_new_user_registration.scss */
  .sign-up-photo {
    background-image: url("https://d1q9hyrjatynmh.cloudfront.net/responsive_images/man-with-headphones-desktop-3.png");
    background-repeat: no-repeat;
    width: 50%;
    background-position: center;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
  }
  /* line 94, app/assets/stylesheets/sign_up/_new_user_registration.scss */
  .sign-up-left {
    width: 100%;
    width: 50vw;
  }
  /* line 99, app/assets/stylesheets/sign_up/_new_user_registration.scss */
  .new-user-session-top-div {
    padding: 2.5rem 3rem;
    display: flex;
    justify-content: space-between;
  }
  /* line 105, app/assets/stylesheets/sign_up/_new_user_registration.scss */
  .home-logo {
    width: 116px;
  }
  /* line 109, app/assets/stylesheets/sign_up/_new_user_registration.scss */
  .login-form-flex-item {
    width: 100%;
  }
}

/* error messages style - maybe can move to separate css file */
/* input error */
/* line 117, app/assets/stylesheets/sign_up/_new_user_registration.scss */
p.mt-2.text-red-500.text-xs.italic {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
  margin-left: 8px;
  margin-bottom: 0;
  color: #FD8383;
}

/* line 128, app/assets/stylesheets/sign_up/_new_user_registration.scss */
p.mt-2.text-red-500.text-xs.italic::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6.49998' cy='10.2143' r='0.928571' fill='%23FD8383'/%3e%3cpath d='M6.5 5.57143L6.5 8.35714' stroke='%23FD8383' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.44721 10.1056L4.71115 3.57771C5.44819 2.10361 7.5518 2.10361 8.28885 3.57771L11.5528 10.1056C12.2177 11.4354 11.2507 13 9.76393 13H3.23607C1.7493 13 0.782311 11.4354 1.44721 10.1056Z' stroke='%23FD8383' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
  color: #FD8383;
}

/* line 138, app/assets/stylesheets/sign_up/_new_user_registration.scss */
p.block.text-red-500.text-xs.italic::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6.49998' cy='10.2143' r='0.75' fill='%238B8E96' stroke='%238B8E96' stroke-width='0.357143'/%3e%3cpath d='M6.5 5.57143L6.5 8.35714' stroke='%238B8E96' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.44721 10.1056L4.71115 3.57771C5.44819 2.10361 7.5518 2.10361 8.28885 3.57771L11.5528 10.1056C12.2177 11.4354 11.2507 13 9.76393 13H3.23607C1.7493 13 0.782311 11.4354 1.44721 10.1056Z' stroke='%238B8E96' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
}

/* line 147, app/assets/stylesheets/sign_up/_new_user_registration.scss */
p.block.text-red-500.text-xs.italic::before::before {
  content: ' ';
  border: 1px solid #FD8383;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  background-color: transparent;
  margin-top: 4px;
}

/* check box errors */
/* line 160, app/assets/stylesheets/sign_up/_new_user_registration.scss */
p.block.text-red-500.text-xs.italic {
  font-size: 0;
  color: #FD8383;
  margin-top: 5px;
  margin-bottom: -5px;
}

/* hides general error at top of page */
/* line 168, app/assets/stylesheets/sign_up/_new_user_registration.scss */
div.text-white.px-6.py-4.border-0.rounded.relative.mb-4.bg-red-400 {
  position: absolute;
}

/* line 171, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.text-green {
  color: #3AC6C7;
}

/* line 174, app/assets/stylesheets/sign_up/_new_user_registration.scss */
#university-step-popup {
  margin-left: -205px;
  z-index: 40;
}

/* line 179, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.mobile-checkboxes {
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
}

/* line 185, app/assets/stylesheets/sign_up/_new_user_registration.scss */
.user_email label, .user_password label, .user_password_confirmation label {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  vertical-align: bottom;
  color: #F9FAFB;
}

/* stylelint-disable selector-class-pattern */
/* line 4, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti {
  width: 100%;
  color: #FFF;
}

/* line 9, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti__country-list {
  background-color: #23273F;
  border-radius: 5px;
  border: 1px solid #595F7A;
  width: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 18, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti__country-list .iti__country {
  padding-left: 20px;
}

/* When dropdown is active, change color of active country */
/* line 23, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti__country-list .iti__active {
  background-color: #1C1F32;
}

/* On hover, change color of country */
/* line 28, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti__country-list .iti__highlight {
  background-color: #363B51;
}

/* line 32, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti__flag {
  background-image: url(/assets/intl-tel-input/build/img/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 37, app/assets/stylesheets/sign_up/_phone_number.scss */
  .iti__flag {
    background-image: url(/assets/intl-tel-input/build/img/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png);
  }
}

/* line 42, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-radius: 3px 0 0 3px;
  padding-left: 20px;
  border: 1px solid transparent;
  outline: none;
}

/* line 49, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti--separate-dial-code .iti__selected-flag:focus-visible, .iti--separate-dial-code .iti__selected-flag:focus {
  box-shadow: 0 0 0 2px white;
}

/* line 55, app/assets/stylesheets/sign_up/_phone_number.scss */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #1C1F32;
}

/* line 1, app/assets/stylesheets/profile/_account.scss */
.document_box_closing {
  margin-top: 55px;
  margin-left: 40px;
}

/* line 6, app/assets/stylesheets/profile/_account.scss */
.documents_box_title {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 1.12px;
  color: #FFFFFF;
  margin-top: -25px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/profile/_account.scss */
.user-info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 29, app/assets/stylesheets/profile/_account.scss */
.user-info-box {
  width: 326px;
  height: 50px;
  background-color: white;
  border: 1px solid #A2A5B6;
  color: #55555C;
  box-sizing: border-box;
  border-radius: 6px;
  padding-left: 15px;
  padding-top: 19px;
  padding-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  overflow-x: scroll;
  letter-spacing: 1.26px;
}

/* line 50, app/assets/stylesheets/profile/_account.scss */
.user-change-password {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.12px;
  margin-left: 5px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

/* line 63, app/assets/stylesheets/profile/_account.scss */
.user-change-password-svg {
  margin-top: 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

/* line 70, app/assets/stylesheets/profile/_account.scss */
.user-change-password-svg-arrow {
  margin-top: 6px;
  margin-left: 12px;
  display: flex;
  align-items: center;
}

/* line 77, app/assets/stylesheets/profile/_account.scss */
.account-down-menu {
  position: absolute;
  bottom: 4vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 87, app/assets/stylesheets/profile/_account.scss */
.delete-account {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.11px;
  /* identical to box height */
  letter-spacing: 1.26px;
  color: #FFFFFF;
  text-align: center;
}

/* line 100, app/assets/stylesheets/profile/_account.scss */
.account-type-message {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.26px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 50px;
}

/* line 1, app/assets/stylesheets/profile/_profile.scss */
.profile-name-text {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.8929px;
}

/* line 10, app/assets/stylesheets/profile/_profile.scss */
.delete-account-note {
  left: 20px;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  right: 32px;
  bottom: 23px;
}

/* line 19, app/assets/stylesheets/profile/_profile.scss */
.delete-account-note-mobile {
  left: 20px;
  font-size: 10px;
  font-style: italic;
  right: 32px;
  margin-top: 24px;
}

/* line 27, app/assets/stylesheets/profile/_profile.scss */
.premium-box {
  background: linear-gradient(90deg, #2DCAD4 -7.93%, #6E6FF9 107.93%);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.8929px;
  color: #FFF;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 42, app/assets/stylesheets/profile/_profile.scss */
.credit-section {
  width: 277px;
  padding-left: 65px;
}

/* line 47, app/assets/stylesheets/profile/_profile.scss */
.upgrade-account-button {
  background: linear-gradient(89.91deg, #2BCDD3 -2.33%, #7269FB 104.18%);
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-style: normal;
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.8929px;
}

/* line 62, app/assets/stylesheets/profile/_profile.scss */
.manage-subscription-link {
  display: flex;
  padding: 26px 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  color: #A0EFEA;
}

/* line 72, app/assets/stylesheets/profile/_profile.scss */
.upgrade-account-button:hover,
.upgrade-account-button:focus {
  opacity: 0.8;
}

/* line 77, app/assets/stylesheets/profile/_profile.scss */
.log-out-button:hover,
.log-out-button:focus {
  background: rgba(255, 255, 255, 0.07);
}

/* line 82, app/assets/stylesheets/profile/_profile.scss */
.profile-options-line {
  height: 0;
  border: 1px solid rgba(44, 47, 69, 0.5);
}

/* line 87, app/assets/stylesheets/profile/_profile.scss */
.profile-options-button:hover,
.profile-options-button:focus {
  background: rgba(255, 255, 255, 0.07);
}

/* line 91, app/assets/stylesheets/profile/_profile.scss */
.log-out-link {
  display: none;
}

@media screen and (max-width: 980px) {
  /* line 97, app/assets/stylesheets/profile/_profile.scss */
  .credit-section {
    width: 185px;
    padding-left: 20px;
  }
  /* line 101, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-desktop {
    display: none !important;
  }
  /* line 105, app/assets/stylesheets/profile/_profile.scss */
  .log-out-link {
    display: flex;
    margin-top: 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
  /* line 113, app/assets/stylesheets/profile/_profile.scss */
  .log-out-link-web {
    display: none;
  }
  /* line 117, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-mobile {
    padding-top: 18px;
    margin: 0;
  }
  /* line 122, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-delete {
    display: none !important;
  }
  /* line 126, app/assets/stylesheets/profile/_profile.scss */
  .upgrade-account-button {
    max-width: 25rem;
    padding-right: 28px;
  }
  /* line 131, app/assets/stylesheets/profile/_profile.scss */
  .profile-options {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    max-width: 25rem;
  }
  /* line 138, app/assets/stylesheets/profile/_profile.scss */
  .profile-options-button {
    max-width: 25rem;
    margin: 0 auto;
    padding: 0 30px 0 28px;
    cursor: pointer;
    height: 55px;
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/profile/_profile.scss */
  .log-out-button {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    max-width: 25rem;
    margin: 0 auto;
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.63px;
    letter-spacing: -0.64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    cursor: pointer;
    height: 57px;
  }
  /* line 166, app/assets/stylesheets/profile/_profile.scss */
  .username {
    font-size: 25px;
    font-weight: 400;
    line-height: 31.43px;
    letter-spacing: -.89px;
  }
  /* line 173, app/assets/stylesheets/profile/_profile.scss */
  .profile-btn {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 22.63px;
    letter-spacing: 1.12px;
  }
}

@media screen and (min-width: 980px) {
  /* line 183, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-mobile {
    display: none;
  }
  /* line 187, app/assets/stylesheets/profile/_profile.scss */
  .profile-name-text {
    padding-left: 45px;
  }
  /* line 191, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-desktop {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    max-height: calc(100% - 7rem);
  }
  /* line 199, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-desktop-left {
    width: 40%;
    overflow-y: scroll;
    max-height: 100%;
  }
  /* line 205, app/assets/stylesheets/profile/_profile.scss */
  .user-info-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 211, app/assets/stylesheets/profile/_profile.scss */
  .user-info-box-profile {
    width: 100%;
    height: 56px;
    border-radius: 4px;
    background-color: #363B51;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px 20px 16px;
  }
  /* line 222, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-desktop-right {
    width: 60%;
  }
  /* line 226, app/assets/stylesheets/profile/_profile.scss */
  .account-type-message {
    text-align: center;
    margin-top: 40px;
  }
  /* line 231, app/assets/stylesheets/profile/_profile.scss */
  .delete-account {
    position: absolute;
    right: 24px;
    bottom: 24px;
  }
  /* line 237, app/assets/stylesheets/profile/_profile.scss */
  .profile-menu-delete {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    bottom: 45px;
  }
  /* line 245, app/assets/stylesheets/profile/_profile.scss */
  .profile-options {
    width: 93%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
  }
  /* line 252, app/assets/stylesheets/profile/_profile.scss */
  .profile-options-button {
    margin: 0 auto;
    padding: 1px 30px 1px 28px;
    cursor: pointer;
    width: 100%;
  }
  /* line 259, app/assets/stylesheets/profile/_profile.scss */
  .log-out-button {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    width: 93%;
    margin: 0 auto;
    margin-top: 16px;
    font-style: normal;
    align-items: center;
    color: #FFF;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.63px;
    letter-spacing: -0.64px;
    display: flex;
    justify-content: center;
  }
  /* line 277, app/assets/stylesheets/profile/_profile.scss */
  .username {
    font-size: 21px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: -.89px;
  }
  /* line 284, app/assets/stylesheets/profile/_profile.scss */
  .profile-btn {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 20.27px;
    letter-spacing: 1.12px;
    text-align: left;
  }
}

/* line 294, app/assets/stylesheets/profile/_profile.scss */
.save-changes-btn {
  color: #151729;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.892;
  background: #FFF;
  opacity: 0.6;
  border-radius: 5px;
  width: 100%;
  height: 53px;
  margin-top: 18px;
}

/* line 308, app/assets/stylesheets/profile/_profile.scss */
.save-changes-btn:hover,
.save-changes-btn:focus {
  opacity: 0.7;
}

/* line 1, app/assets/stylesheets/discover/_search.scss */
.filters select {
  color: aliceblue;
  background-color: #444B6B;
  border-radius: 5px;
  padding: 5px 1rem;
  min-width: 90px;
}

@media (max-width: 991px) {
  /* line 10, app/assets/stylesheets/discover/_search.scss */
  .overflow-hidden {
    overflow-y: hidden;
    max-height: 80vh;
  }
}

/* stylelint-enable import-notation */
/* Source sans pro font */
@font-face {
  font-family: 'Dyslexia Font';
  /* stylelint-disable-next-line function-no-unknown */
  src: url(/assets/OpenDyslexic-Regular-a4f40c89e96a2d2fb46fa049ef220ad335c383a476a78b040cab3fcf02d0bb9e.otf) format("truetype");
}

/* Prevent Chrome from changing colors for auto-filled inputs (mostly the login form) */
/* line 30, app/assets/stylesheets/application.scss */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

/* line 35, app/assets/stylesheets/application.scss */
html {
  color-scheme: dark;
}

/* line 40, app/assets/stylesheets/application.scss */
.narrow-tutorial-popover {
  min-width: 200px !important;
}

/* line 44, app/assets/stylesheets/application.scss */
#loader {
  animation: spin 2s linear infinite;
  width: 108px;
  height: 109px;
}

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

/* line 55, app/assets/stylesheets/application.scss */
.notification-modal {
  width: 600px;
}

@media (max-width: 1024px) {
  /* line 55, app/assets/stylesheets/application.scss */
  .notification-modal {
    width: 100%;
    height: auto;
    min-height: 50vh;
    padding-bottom: 130px;
    bottom: 0;
    max-height: 90vh;
    overflow-y: auto;
  }
}

@media (min-width: 540px) and (max-width: 1024px) {
  /* line 71, app/assets/stylesheets/application.scss */
  .notification-modal .modal_content {
    padding-right: 20vw;
    padding-left: 20vw;
  }
}

/* line 78, app/assets/stylesheets/application.scss */
.email-button.disabled {
  background-color: #1F2937;
  color: #9CA3AF;
}

/* line 83, app/assets/stylesheets/application.scss */
.success-btn {
  background-color: #63D191 !important;
  color: black !important;
}
