
  .wrapper.svelte-j7m423 {
     background-color: #F4F4F4;
     font-size: 14px;
  }
  .wrapper.svelte-j7m423 > div:where(.svelte-j7m423) {
      overflow-y: hidden;
      transition: max-height 200ms ease;
      max-height: 0;
  }
  .wrapper.expanded.svelte-j7m423 > div:where(.svelte-j7m423) {
      max-height: 1000px;
  }
  .wrapper.svelte-j7m423 > div > *:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  }
  .wrapper.svelte-j7m423 button:where(.svelte-j7m423),
  .wrapper.svelte-j7m423 > div > * {
      padding: 1rem;
  }
  .wrapper.svelte-j7m423 > div > *:first-child {
      padding-top: 0;
  }
  .wrapper.svelte-j7m423 button:where(.svelte-j7m423) {
      display: flex;
      justify-content: var(--buttonJustify, space-between);
      gap: 8px;
      flex-direction: var(--buttonDirection, row);
      background: none;
      align-items: center;
      font-weight: 700; color: var(--black);
      width: 100%;
      box-sizing: border-box;
      border: 0;
  }

  .wrapper.svelte-j7m423 svg:where(.svelte-j7m423) {
      /* Height and width lock required for Webkit */
      height: 1rem;
      width: 1.6rem;
      border: none;
      background-color: transparent;
  }
  .wrapper.svelte-j7m423 svg:where(.svelte-j7m423) {
      transition: transform 200ms;
  }
  .wrapper.expanded.svelte-j7m423 svg:where(.svelte-j7m423) {
      transform: scaleY(-1);
  }
:root {
  --black: #1e282d;
  --blackTransparent: rgba(30, 40, 45, 0.8);
  --white: #ffffff;
  --whiteTransparent: rgba(255, 255, 255, 0.8);
  --lighterGray: #faf9f5;
  --lightGray: #f4f4f4;
  --gray: #e7e6e2;
  --menuBorder: #4b5357;
  --darkGray: #5e5c58;
  --blue: #39a5db;
  --lightBlue: #8ec1db;
  --linkColor: #3d64a3;
  --pink: #CD006E;
  --pinkText: #CD006E;
  --red: red;
  --lightRed: #ffe4e7;
  --yellow: #f5ce50;
  --lightYellow: #f5ecce;
  --fieldGray: #dfdfdf;
  --green: #08cb08;
  --lightGreen: #def8cc;
  --brownOnYellow: #40340d;
  --boxShadow: rgba(0, 0, 0, 0.3);

  /* variables prefixed --cetera are external and set  inside _publication-style.html.erb */
  --publication-color-fallback: var(--black);
  --publication-color-inverted-fallback: var(--white);

  --background-color: var(
    --cetera-background-color,
    var(--lightGray)
  );
  --header-background-color: var(
    --cetera-publication-header-background-color,
    var(--white)
  );
  --header-border-color: var(
    --cetera-publication-header-border-color,
    var(--black)
  );
  --publication-color: var(
    --cetera-publication-color,
    var(--publication-color-fallback)
  );
  --publication-color-inverted: var(
    --cetera-publication-color-inverted,
    var(--publication-color-inverted-fallback)
  );

}

.session-list.svelte-1hxny7d {
    display: block;
    font-size: 16px;
    margin: 20px 0;
    color: var(--black);
    width: 100%;
}

.session-list.svelte-1hxny7d .title:where(.svelte-1hxny7d) {
    margin-bottom: 1em;
}

.session-list.svelte-1hxny7d > ul:where(.svelte-1hxny7d) {
    list-style-type: none;
    margin: 10px 0;
}

.session-list.svelte-1hxny7d > ul:where(.svelte-1hxny7d) > li:where(.svelte-1hxny7d) {
    display: flex;
    flex-direction: row;
    margin: 0;
    border-top: 3px solid var(--lightGray);
    padding: 1em 0;
}

.session-list.svelte-1hxny7d > ul:where(.svelte-1hxny7d) > li:where(.svelte-1hxny7d):last-child{
    border-bottom: 3px solid var(--lightGray);
}

.session-list.svelte-1hxny7d .device-info:where(.svelte-1hxny7d) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    min-width: 90px;
    margin: 0 5px;
    color: var(--black);
    line-height: 18px;
}

.session-list.svelte-1hxny7d .device-info:where(.svelte-1hxny7d) > :where(.svelte-1hxny7d):not(:first-child) {
    font-size: 13px;
    color: var(--darkGray);
}

.session-list.svelte-1hxny7d .device-info:where(.svelte-1hxny7d) b:where(.svelte-1hxny7d) {
    text-align: center;
    font-size: 18px;
}

.session-list.svelte-1hxny7d .device-info:where(.svelte-1hxny7d) svg {
    display: block;
    margin: 0px auto 8px auto;
}

.session-list.svelte-1hxny7d .session-info:where(.svelte-1hxny7d) {
    display: flex;
    flex-direction: column;
    align-items: start;
    min-height: 75px;
    font-size: 16px;
    margin: 0 5px 0 10px;
    word-break: break-word;
}

.session-list.svelte-1hxny7d .session-info:where(.svelte-1hxny7d) .session-current:where(.svelte-1hxny7d){
    font-weight: bold;
}

.session-list.svelte-1hxny7d .session-info:where(.svelte-1hxny7d) .session-last-used:where(.svelte-1hxny7d) {
    display: flex;
    flex-wrap: wrap;
    color: var(--darkGray);
}

.session-list.svelte-1hxny7d .session-info:where(.svelte-1hxny7d) .session-last-used:where(.svelte-1hxny7d) b:where(.svelte-1hxny7d) {
    color: var(--black);
}

.session-list.svelte-1hxny7d .session-visited-publications:where(.svelte-1hxny7d) {
    line-height: 24px;
    color: var(--darkGray);
}

.session-list.svelte-1hxny7d .session-visited-publications:where(.svelte-1hxny7d) .publications:where(.svelte-1hxny7d) {
    font-weight: bold;
    color: var(--black);
}

.session-list.svelte-1hxny7d .buttons-wrapper:where(.svelte-1hxny7d) {
    display: flex;
    margin: 60px 0;
    gap: 40px;
}

.session-list.svelte-1hxny7d .delete-button-wrapper:where(.svelte-1hxny7d), .profile-button-wrapper.svelte-1hxny7d {
    width: 100%;
    text-align: center;
}

.session-list.svelte-1hxny7d .device-info:where(.svelte-1hxny7d) i.app:where(.svelte-1hxny7d) {
    display: block;
    height: 30px;
    position: relative;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.session-list.svelte-1hxny7d .device-info:where(.svelte-1hxny7d) i.app:where(.svelte-1hxny7d):before {
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    color: white;
    border-radius: 6px;
    content: 'APP';
    padding: 5px;
    background: var(--black);
}


:root {
  --black: #1e282d;
  --blackTransparent: rgba(30, 40, 45, 0.8);
  --white: #ffffff;
  --whiteTransparent: rgba(255, 255, 255, 0.8);
  --lighterGray: #faf9f5;
  --lightGray: #f4f4f4;
  --gray: #e7e6e2;
  --menuBorder: #4b5357;
  --darkGray: #5e5c58;
  --blue: #39a5db;
  --lightBlue: #8ec1db;
  --linkColor: #3d64a3;
  --pink: #CD006E;
  --pinkText: #CD006E;
  --red: red;
  --lightRed: #ffe4e7;
  --yellow: #f5ce50;
  --lightYellow: #f5ecce;
  --fieldGray: #dfdfdf;
  --green: #08cb08;
  --lightGreen: #def8cc;
  --brownOnYellow: #40340d;
  --boxShadow: rgba(0, 0, 0, 0.3);

  /* variables prefixed --cetera are external and set  inside _publication-style.html.erb */
  --publication-color-fallback: var(--black);
  --publication-color-inverted-fallback: var(--white);

  --background-color: var(
    --cetera-background-color,
    var(--lightGray)
  );
  --header-background-color: var(
    --cetera-publication-header-background-color,
    var(--white)
  );
  --header-border-color: var(
    --cetera-publication-header-border-color,
    var(--black)
  );
  --publication-color: var(
    --cetera-publication-color,
    var(--publication-color-fallback)
  );
  --publication-color-inverted: var(
    --cetera-publication-color-inverted,
    var(--publication-color-inverted-fallback)
  );

}

    .infoBox.svelte-gdy2xa {
        padding: 20px;
        background: var(--lightGray);
        border: 3px solid var(--lightGray);
        display: flex;
        color: var(--black);
    }

    .infoBox.secondary.svelte-gdy2xa{
        background: transparent;
    }

    .infoBox.svelte-gdy2xa .info-box-content:where(.svelte-gdy2xa) {
        width: 100%;
        padding: 0;
        opacity: 1;
    }

    .infoBox.svelte-gdy2xa .title:where(.svelte-gdy2xa){
        color: var(--black);
        font-size: 19px;
        margin-top: 0;
        line-height: 1.2;
        margin-bottom: .5rem;
    }

    .info-box-icon.svelte-gdy2xa{
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        flex-shrink: 0;
    }

    .info-box-text.svelte-gdy2xa {
        margin: 0 0 0 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .info-box-text.svelte-gdy2xa p:where(.svelte-gdy2xa) {
        margin-bottom: 1rem;
    }

    .info-box-text.svelte-gdy2xa p:where(.svelte-gdy2xa):last-child{
        margin-bottom: 0;
    }
