/*Setup global variables */
/* Spacing helpers */
/* Container size */
:root, .theme--light {
  --primary-light: #c3dfdf;
  --primary: #478cd0;
  --primary-dark: #3762dd;
  --secondary-orange: #ec6937;
  --beta-purple: #574ae2;
  --grey: #d1d1d6;
  --grey-lighter: #f1f1f1;
  --grey-lightest: #fafafa;
  --grey-dark: #2d2d2d;
  --grey-darkest: #1d1d1d;
  --background-grey-light: #f7f9fa;
  --background-blue-light: #d9e3ed;
  --background-blue-lightest: #f1f5f8;
  --input-focus-box-shadow-size: 0 0 0 0;
  --button-focus-box-shadow-size: 0 0 0 0;
  --transparent: transparent;
  --body-background: #ffffff;
  --black: #1f1f1f;
  --white: #ffffff;
  --red: #bf3045;
  --info: #ecf2f8;
  --scrollbar-color: #e0e0e0;
  --scrollbar-background: transparent;
  --background-interactive: #376ef2;
  /* Buttons */
  --secondary-button-background-hover: #ecf3f3;
  --is-white-button-background-hover: rgba(255, 255, 255, 0.9);
  --is-transparent-button-background-hover: rgba(255, 255, 255, 0.1);
  /* Subscribe modal */
  --subscribe-modal-text-secondary: #606c79;
  --subscribe-modal-purchase-btn-background: #2675de;
  --subscribe-modal-background: #ffffff;
  --subscribe-modal-text-primary: #29313a;
  --subscribe-modal-plan-border-color: #c1c7cf;
  --subscribe-modal-form-invalid: #d8403a;
  --subscribe-modal-label-color: rgb(147, 159, 173);
  --subscribe-modal-input-bg: #ffffff;
  --subscribe-modal-input-color: #29313a;
  --subscribe-modal-input-color-placeholder: #9da0a3;
  --subscribe-modal-input-color-border: #e6e6e6;
  --subscribe-modal-input-color-border-focus: rgba(38, 118, 223, 0.5);
  --subscribe-modal-input-color-border-focus-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(38, 118, 223, 0.25), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  /* Text Colors */
  --text: var(--black);
  --text-strong: var(--black);
  --text-dark-grey: var(--grey-dark);
  --text-grey: #606c7c;
  --text-light-grey: #6b7888;
  --card-background: #ffffff;
  --text-primary-inverse: #ffffff;
  --box-background: #ffffff;
  --input-background-color: var(--white);
  --input-placeholder-color: #c3c3c3;
  --input-border-color: var(--grey);
  /* Gradients */
  --primary-gradient: linear-gradient(180deg, rgb(116, 150, 247) 0%, rgb(72, 139, 210) 50%);
  --primary-gradient-horizontal: linear-gradient(121.11deg, #5278fe 0%, #478cd0 96.22%);
  --primary-gradient-horizontal-darker: linear-gradient(121.11deg, #3762dd 0%, #2d64b3 51.56%);
  --primary-gradient-darker: linear-gradient(180deg, #3762dd 0%, #2d64b3 51.56%);
  --primary-gradient-darker-flipped: linear-gradient(0deg, #3762dd 0%, #2d64b3 51.56%);
  --beta-gradient-horizontal: linear-gradient(121.11deg, #574ae2 0%, #5e4efc 96.22%);
  --grey-gradient-horizontal: linear-gradient(121.11deg, #6d6d6d 0%, #478cd0 96.22%);
  --grey-gradient-horizontal-darker: linear-gradient(121.11deg, #6d6d6d 0%, #2d64b3 51.56%);
  /* Filters */
  --grey-filter: invert(73%) sepia(50%) saturate(17%) hue-rotate(202deg) brightness(108%) contrast(86%);
  --grey-dark-filter: invert(13%) sepia(7%) saturate(14%) hue-rotate(314deg) brightness(102%) contrast(89%);
  --black-filter: invert(0%) sepia(0%) saturate(12%) hue-rotate(257deg) brightness(104%) contrast(104%);
  --white-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  --primary-filter: invert(75%) sepia(71%) saturate(4613%) hue-rotate(185deg) brightness(87%) contrast(86%);
  --primary-dark-filter: invert(34%) sepia(35%) saturate(6497%) hue-rotate(218deg) brightness(92%) contrast(88%);
  --secondary-orange-filter: invert(63%) sepia(38%) saturate(5896%) hue-rotate(337deg) brightness(95%) contrast(95%);
  --secondary-filter: invert(62%) sepia(10%) saturate(396%) hue-rotate(169deg) brightness(92%) contrast(79%);
  --svg-filter-black: var(--black-filter);
  --tile-primary-shadow-color: rgba(0, 0, 0, 0.2);
  --tag-row-hover-color: #f4f6f9;
  --dropdown-content-background-color: var(--white);
  --dropdown-item-background-color-hover: whitesmoke;
  --book-gallery-card-shadow-color: #8a8a8a;
  --modal-background-background-color: rgba(31, 31, 31, 0.86);
  --base-font-weight: 400;
  --notification-is-info-is-light-color: #1d72aa;
  --notification-is-info-is-light-background-color: #eef6fc; }

.theme--dark {
  --card-background: #2d2f33;
  --black: #f8f8f8;
  --white: #1f1f1f;
  --primary-light: #c3dfdf;
  --primary: #7ebcff;
  --primary-dark: #94c5ff;
  --secondary-orange: #ec6937;
  --beta-purple: #574ae2;
  --grey: #3c3e43;
  --grey-lighter: #585b64;
  --grey-lightest: #676a74;
  --grey-dark: #2d2f33;
  --grey-darkest: #292a2e;
  --info: #36495c;
  --background-interactive: #84acf1;
  --text: #f8f8f8;
  --text-primary-inverse: #232323;
  --text-strong: #f8f8f8;
  --text-grey: #c5d2e3;
  --text-dark-grey: #cfdfec;
  --text-light-grey: #c9c9c9;
  --input-background-color: var(--grey-dark);
  --input-border-color: var(--grey-lighter);
  --input-placeholder-color: var(--grey-lightest);
  --input-background-color-disabled: var(--grey);
  --input-focus-box-shadow-size: 0 0 0 0;
  --button-focus-box-shadow-size: 0 0 0 0;
  --body-background: #1f2023;
  --scrollbar-color: var(--grey-lighter);
  --scrollbar-background: var(--card-background);
  --box-background: var(--grey-dark);
  --primary-filter: invert(66%) sepia(14%) saturate(1557%) hue-rotate(179deg) brightness(105%) contrast(102%);
  --primary-dark-filter: invert(83%) sepia(16%) saturate(4304%) hue-rotate(181deg) brightness(101%) contrast(102%);
  --secondary-filter: invert(45%) sepia(14%) saturate(387%) hue-rotate(169deg) brightness(88%) contrast(89%);
  /* Subscribe modal */
  --subscribe-modal-text-secondary: #939fad;
  --subscribe-modal-purchase-btn-background: #7caeec;
  --subscribe-modal-background: #29313a;
  --subscribe-modal-text-primary: #e0e3e6;
  --subscribe-modal-plan-border-color: #8592a0;
  --subscribe-modal-input-bg: #333C46;
  --subscribe-modal-label-color: rgb(224, 227, 230);
  --subscribe-modal-input-color: #e0e3e6;
  --subscribe-modal-input-color-placeholder: #606C79;
  --subscribe-modal-input-color-border: #4d5966;
  --subscribe-modal-input-color-border-focus: hsla(213, 75%, 71%, 50%);
  --subscribe-modal-input-color-border-focus-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(213, 75%, 71%, 25%), 0 1px 1px 0 rgba(255, 255, 255, 0.12);
  /* Buttons */
  --secondary-button-background-hover: rgba(0, 0, 0, 0.9);
  --is-white-button-background-hover: rgba(0, 0, 0, 0.9);
  --is-transparent-button-background-hover: rgba(255, 255, 255, 0.1);
  --tile-primary-shadow-color: rgba(0, 0, 0, 1);
  --tag-row-hover-color: var(--grey-lighter);
  --dropdown-content-background-color: var(--card-background);
  --dropdown-item-background-color-hover: var(--grey);
  --book-gallery-card-shadow-color: #000000;
  --modal-background-background-color: rgba(19, 18, 18, 0.86);
  --base-font-weight: 500;
  --primary-gradient-horizontal: linear-gradient(121.11deg, #3f58c2 0%, #376da0 96.22%);
  --svg-filter-black: var(--white-filter);
  --notification-is-info-is-light-color: #a9d6f6;
  --notification-is-info-is-light-background-color: #5c6f7b; }

.is-native-app:not(.theme--dark) {
  --body-background: #f1f5f8; }
  .is-native-app:not(.theme--dark) .input.search-input {
    background-color: white; }

/* Colors */
/* Gradients */
/* Filters */
/* Text Colors */
/* sizes */
/* Buttons (bulma) */
/* input form element variables */
/* Card */
/* Font families */
/* Tabs */
/* HR */
/* Dropdown */
/* Tables */
/* Tags */
/* Bulma Footer */
/* table width styles */
/* this generates styles like w-2 w-3 that equal to width: 20% and width: 30% respectively */
/* if we ever need another width, go ahead and add here */
/* these classes help us avoid inline styling for very specific width values */
.w-auto {
  width: auto !important; }

@media screen and (max-width: 768px) {
  .w-auto-mobile {
    width: auto !important; } }

@media screen and (min-width: 768px) {
  .w-auto-tablet {
    width: auto !important; } }

.w-0 {
  width: 1% !important; }

@media screen and (max-width: 768px) {
  .w-0-mobile {
    width: 1% !important; } }

@media screen and (min-width: 768px) {
  .w-0-tablet {
    width: 1% !important; } }

.w-03 {
  width: 3% !important; }

@media screen and (max-width: 768px) {
  .w-03-mobile {
    width: 3% !important; } }

@media screen and (min-width: 768px) {
  .w-03-tablet {
    width: 3% !important; } }

.w-05 {
  width: 5% !important; }

@media screen and (max-width: 768px) {
  .w-05-mobile {
    width: 5% !important; } }

@media screen and (min-width: 768px) {
  .w-05-tablet {
    width: 5% !important; } }

.w-1 {
  width: 10% !important; }

@media screen and (max-width: 768px) {
  .w-1-mobile {
    width: 10% !important; } }

@media screen and (min-width: 768px) {
  .w-1-tablet {
    width: 10% !important; } }

.w-2 {
  width: 20% !important; }

@media screen and (max-width: 768px) {
  .w-2-mobile {
    width: 20% !important; } }

@media screen and (min-width: 768px) {
  .w-2-tablet {
    width: 20% !important; } }

.w-3 {
  width: 30% !important; }

@media screen and (max-width: 768px) {
  .w-3-mobile {
    width: 30% !important; } }

@media screen and (min-width: 768px) {
  .w-3-tablet {
    width: 30% !important; } }

.w-4 {
  width: 40% !important; }

@media screen and (max-width: 768px) {
  .w-4-mobile {
    width: 40% !important; } }

@media screen and (min-width: 768px) {
  .w-4-tablet {
    width: 40% !important; } }

.w-5 {
  width: 50% !important; }

@media screen and (max-width: 768px) {
  .w-5-mobile {
    width: 50% !important; } }

@media screen and (min-width: 768px) {
  .w-5-tablet {
    width: 50% !important; } }

.w-6 {
  width: 60% !important; }

@media screen and (max-width: 768px) {
  .w-6-mobile {
    width: 60% !important; } }

@media screen and (min-width: 768px) {
  .w-6-tablet {
    width: 60% !important; } }

.w-7 {
  width: 70% !important; }

@media screen and (max-width: 768px) {
  .w-7-mobile {
    width: 70% !important; } }

@media screen and (min-width: 768px) {
  .w-7-tablet {
    width: 70% !important; } }

.w-8 {
  width: 80% !important; }

@media screen and (max-width: 768px) {
  .w-8-mobile {
    width: 80% !important; } }

@media screen and (min-width: 768px) {
  .w-8-tablet {
    width: 80% !important; } }

.w-9 {
  width: 90% !important; }

@media screen and (max-width: 768px) {
  .w-9-mobile {
    width: 90% !important; } }

@media screen and (min-width: 768px) {
  .w-9-tablet {
    width: 90% !important; } }

.w-10 {
  width: 100% !important; }

@media screen and (max-width: 768px) {
  .w-10-mobile {
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .w-10-tablet {
    width: 100% !important; } }

.h-10 {
  height: 100%; }

.m-auto {
  margin: auto; }

/* Mobile only spacing */
@media screen and (max-width: 768px) {
  .mt-0-mobile {
    margin-top: 0 !important; } }

@media screen and (min-width: 768px) {
  .mt-0-tablet {
    margin-top: 0 !important; } }

@media screen and (max-width: 768px) {
  .mr-0-mobile {
    margin-right: 0 !important; } }

@media screen and (min-width: 768px) {
  .mr-0-tablet {
    margin-right: 0 !important; } }

@media screen and (max-width: 768px) {
  .mb-0-mobile {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  .mb-0-tablet {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 768px) {
  .ml-0-mobile {
    margin-left: 0 !important; } }

@media screen and (min-width: 768px) {
  .ml-0-tablet {
    margin-left: 0 !important; } }

@media screen and (max-width: 768px) {
  .mt-1-mobile {
    margin-top: 10px !important; } }

@media screen and (min-width: 768px) {
  .mt-1-tablet {
    margin-top: 10px !important; } }

@media screen and (max-width: 768px) {
  .mr-1-mobile {
    margin-right: 10px !important; } }

@media screen and (min-width: 768px) {
  .mr-1-tablet {
    margin-right: 10px !important; } }

@media screen and (max-width: 768px) {
  .mb-1-mobile {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 768px) {
  .mb-1-tablet {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 768px) {
  .ml-1-mobile {
    margin-left: 10px !important; } }

@media screen and (min-width: 768px) {
  .ml-1-tablet {
    margin-left: 10px !important; } }

@media screen and (max-width: 768px) {
  .mt-2-mobile {
    margin-top: 20px !important; } }

@media screen and (min-width: 768px) {
  .mt-2-tablet {
    margin-top: 20px !important; } }

@media screen and (max-width: 768px) {
  .mr-2-mobile {
    margin-right: 20px !important; } }

@media screen and (min-width: 768px) {
  .mr-2-tablet {
    margin-right: 20px !important; } }

@media screen and (max-width: 768px) {
  .mb-2-mobile {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 768px) {
  .mb-2-tablet {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 768px) {
  .ml-2-mobile {
    margin-left: 20px !important; } }

@media screen and (min-width: 768px) {
  .ml-2-tablet {
    margin-left: 20px !important; } }

@media screen and (max-width: 768px) {
  .mt-3-mobile {
    margin-top: 30px !important; } }

@media screen and (min-width: 768px) {
  .mt-3-tablet {
    margin-top: 30px !important; } }

@media screen and (max-width: 768px) {
  .mr-3-mobile {
    margin-right: 30px !important; } }

@media screen and (min-width: 768px) {
  .mr-3-tablet {
    margin-right: 30px !important; } }

@media screen and (max-width: 768px) {
  .mb-3-mobile {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 768px) {
  .mb-3-tablet {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 768px) {
  .ml-3-mobile {
    margin-left: 30px !important; } }

@media screen and (min-width: 768px) {
  .ml-3-tablet {
    margin-left: 30px !important; } }

@media screen and (max-width: 768px) {
  .mt-4-mobile {
    margin-top: 40px !important; } }

@media screen and (min-width: 768px) {
  .mt-4-tablet {
    margin-top: 40px !important; } }

@media screen and (max-width: 768px) {
  .mr-4-mobile {
    margin-right: 40px !important; } }

@media screen and (min-width: 768px) {
  .mr-4-tablet {
    margin-right: 40px !important; } }

@media screen and (max-width: 768px) {
  .mb-4-mobile {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 768px) {
  .mb-4-tablet {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .ml-4-mobile {
    margin-left: 40px !important; } }

@media screen and (min-width: 768px) {
  .ml-4-tablet {
    margin-left: 40px !important; } }

@media screen and (max-width: 768px) {
  .mt-5-mobile {
    margin-top: 50px !important; } }

@media screen and (min-width: 768px) {
  .mt-5-tablet {
    margin-top: 50px !important; } }

@media screen and (max-width: 768px) {
  .mr-5-mobile {
    margin-right: 50px !important; } }

@media screen and (min-width: 768px) {
  .mr-5-tablet {
    margin-right: 50px !important; } }

@media screen and (max-width: 768px) {
  .mb-5-mobile {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 768px) {
  .mb-5-tablet {
    margin-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .ml-5-mobile {
    margin-left: 50px !important; } }

@media screen and (min-width: 768px) {
  .ml-5-tablet {
    margin-left: 50px !important; } }

@media screen and (max-width: 768px) {
  .mt-6-mobile {
    margin-top: 60px !important; } }

@media screen and (min-width: 768px) {
  .mt-6-tablet {
    margin-top: 60px !important; } }

@media screen and (max-width: 768px) {
  .mr-6-mobile {
    margin-right: 60px !important; } }

@media screen and (min-width: 768px) {
  .mr-6-tablet {
    margin-right: 60px !important; } }

@media screen and (max-width: 768px) {
  .mb-6-mobile {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 768px) {
  .mb-6-tablet {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 768px) {
  .ml-6-mobile {
    margin-left: 60px !important; } }

@media screen and (min-width: 768px) {
  .ml-6-tablet {
    margin-left: 60px !important; } }

@media screen and (max-width: 768px) {
  .pt-0-mobile {
    padding-top: 0 !important; } }

@media screen and (min-width: 768px) {
  .pt-0-tablet {
    padding-top: 0 !important; } }

@media screen and (max-width: 768px) {
  .pr-0-mobile {
    padding-right: 0 !important; } }

@media screen and (min-width: 768px) {
  .pr-0-tablet {
    padding-right: 0 !important; } }

@media screen and (max-width: 768px) {
  .pb-0-mobile {
    padding-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  .pb-0-tablet {
    padding-bottom: 0 !important; } }

@media screen and (max-width: 768px) {
  .pl-0-mobile {
    padding-left: 0 !important; } }

@media screen and (min-width: 768px) {
  .pl-0-tablet {
    padding-left: 0 !important; } }

@media screen and (max-width: 768px) {
  .pt-1-mobile {
    padding-top: 10px !important; } }

@media screen and (min-width: 768px) {
  .pt-1-tablet {
    padding-top: 10px !important; } }

@media screen and (max-width: 768px) {
  .pr-1-mobile {
    padding-right: 10px !important; } }

@media screen and (min-width: 768px) {
  .pr-1-tablet {
    padding-right: 10px !important; } }

@media screen and (max-width: 768px) {
  .pb-1-mobile {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 768px) {
  .pb-1-tablet {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 768px) {
  .pl-1-mobile {
    padding-left: 10px !important; } }

@media screen and (min-width: 768px) {
  .pl-1-tablet {
    padding-left: 10px !important; } }

@media screen and (max-width: 768px) {
  .pt-2-mobile {
    padding-top: 20px !important; } }

@media screen and (min-width: 768px) {
  .pt-2-tablet {
    padding-top: 20px !important; } }

@media screen and (max-width: 768px) {
  .pr-2-mobile {
    padding-right: 20px !important; } }

@media screen and (min-width: 768px) {
  .pr-2-tablet {
    padding-right: 20px !important; } }

@media screen and (max-width: 768px) {
  .pb-2-mobile {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 768px) {
  .pb-2-tablet {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 768px) {
  .pl-2-mobile {
    padding-left: 20px !important; } }

@media screen and (min-width: 768px) {
  .pl-2-tablet {
    padding-left: 20px !important; } }

@media screen and (max-width: 768px) {
  .pt-3-mobile {
    padding-top: 30px !important; } }

@media screen and (min-width: 768px) {
  .pt-3-tablet {
    padding-top: 30px !important; } }

@media screen and (max-width: 768px) {
  .pr-3-mobile {
    padding-right: 30px !important; } }

@media screen and (min-width: 768px) {
  .pr-3-tablet {
    padding-right: 30px !important; } }

@media screen and (max-width: 768px) {
  .pb-3-mobile {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 768px) {
  .pb-3-tablet {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 768px) {
  .pl-3-mobile {
    padding-left: 30px !important; } }

@media screen and (min-width: 768px) {
  .pl-3-tablet {
    padding-left: 30px !important; } }

@media screen and (max-width: 768px) {
  .pt-4-mobile {
    padding-top: 40px !important; } }

@media screen and (min-width: 768px) {
  .pt-4-tablet {
    padding-top: 40px !important; } }

@media screen and (max-width: 768px) {
  .pr-4-mobile {
    padding-right: 40px !important; } }

@media screen and (min-width: 768px) {
  .pr-4-tablet {
    padding-right: 40px !important; } }

@media screen and (max-width: 768px) {
  .pb-4-mobile {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 768px) {
  .pb-4-tablet {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .pl-4-mobile {
    padding-left: 40px !important; } }

@media screen and (min-width: 768px) {
  .pl-4-tablet {
    padding-left: 40px !important; } }

@media screen and (max-width: 768px) {
  .pt-5-mobile {
    padding-top: 50px !important; } }

@media screen and (min-width: 768px) {
  .pt-5-tablet {
    padding-top: 50px !important; } }

@media screen and (max-width: 768px) {
  .pr-5-mobile {
    padding-right: 50px !important; } }

@media screen and (min-width: 768px) {
  .pr-5-tablet {
    padding-right: 50px !important; } }

@media screen and (max-width: 768px) {
  .pb-5-mobile {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 768px) {
  .pb-5-tablet {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .pl-5-mobile {
    padding-left: 50px !important; } }

@media screen and (min-width: 768px) {
  .pl-5-tablet {
    padding-left: 50px !important; } }

@media screen and (max-width: 768px) {
  .pt-6-mobile {
    padding-top: 60px !important; } }

@media screen and (min-width: 768px) {
  .pt-6-tablet {
    padding-top: 60px !important; } }

@media screen and (max-width: 768px) {
  .pr-6-mobile {
    padding-right: 60px !important; } }

@media screen and (min-width: 768px) {
  .pr-6-tablet {
    padding-right: 60px !important; } }

@media screen and (max-width: 768px) {
  .pb-6-mobile {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 768px) {
  .pb-6-tablet {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 768px) {
  .pl-6-mobile {
    padding-left: 60px !important; } }

@media screen and (min-width: 768px) {
  .pl-6-tablet {
    padding-left: 60px !important; } }

.rot-left-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.rot-left-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.rot-left-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.rot-left-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.rot-right-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.rot-right-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rot-right-180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.rot-right-270 {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg); }

@media screen and (max-width: 768px) {
  .clamp-text-two-lines-mobile {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden; } }

.clamp-text-one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.login-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  white-space: normal; }

.login-popover:after {
  height: 0;
  width: 0;
  position: absolute;
  top: -19px;
  right: 30px;
  left: auto;
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block; }

.login-popover li {
  text-align: center;
  margin-bottom: 5px; }

.amazon-login, .amazon-login:hover {
  width: 100%;
  font-size: 15px; }

.login {
  padding-top: 0.5rem;
  font-weight: bold; }

.login-submit, .login-submit:hover {
  width: 100%;
  color: white;
  font-size: 11px;
  margin-bottom: 0px; }

.login-submit:hover {
  border-color: gray; }

.pwd-reset {
  font-size: 11px;
  color: gray; }

.header-icon {
  width: 16px; }

.theme--dark .readwise-header-logo {
  filter: invert(1); }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  70% {
    opacity: 0.8; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

.navbar-section {
  max-width: 1440px;
  margin: auto;
  padding: 0px 10px; }

.rw-navbar {
  max-width: 1440px;
  margin-top: -7px; }
  .rw-navbar .top-bar {
    margin-top: 0; }
  .rw-navbar .navbar__title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 24px;
    margin: 0px 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    text-decoration: none;
    border-top: 2px solid transparent; }
    @media screen and (min-width: 700px) {
      .rw-navbar .navbar__title {
        margin-right: 24px; } }
    .rw-navbar .navbar__title.active {
      color: var(--text);
      opacity: 0.7;
      border-top: 2px solid var(--text); }
    .rw-navbar .navbar__title:active, .rw-navbar .navbar__title:focus, .rw-navbar .navbar__title:hover {
      color: var(--text-color); }
    .rw-navbar .navbar__title:hover {
      opacity: 0.8; }
  .rw-navbar .navbar__icon {
    margin-right: 10px;
    border-radius: 4px;
    margin-top: 24px; }
    @media screen and (min-width: 700px) {
      .rw-navbar .navbar__icon {
        margin-right: 48px; } }
  .rw-navbar .level-right {
    padding-top: 24px; }
  .rw-navbar .navbar__new-pill-container {
    display: flex;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(1, 0.3, 0.54, 1.39);
    transition-delay: 1s;
    margin-left: 8px;
    align-items: center;
    position: relative; }
    .rw-navbar .navbar__new-pill-container.show {
      transition-delay: 0.5s;
      transform: scale(1);
      opacity: 1; }
    .rw-navbar .navbar__new-pill-container .navbar__new-pill {
      background: #FB9100;
      padding: 2px 6px;
      border-radius: 16px;
      color: white;
      font-style: normal;
      font-weight: 800;
      font-size: 11px;
      line-height: 12px;
      /* identical to box height, or 120% */
      text-align: center;
      font-family: 'Mulish';
      letter-spacing: -0.02em; }
    .rw-navbar .navbar__new-pill-container .navbar__new-pill-background {
      background: #FB910026;
      border-radius: 16px;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation-name: pulse;
      animation-duration: 2s;
      animation-delay: 2s;
      animation-iteration-count: infinite; }

/*# sourceMappingURL=public_header.css.map */