/* Accounts */
.account-dropdown.dropdown {
  display: none !important;
  padding: 0.5rem;
}
@media (width > 768px) {
.account-dropdown.dropdown {
    display: flex !important;
}
  }
.account-dropdown.dropdown  > button {
    align-items: flex-start;
    padding: 0.5rem;
    width: 100%;
  }
:is(.account-dropdown.dropdown > button):hover,:is(.account-dropdown.dropdown > button):active,:is(.account-dropdown.dropdown > button):focus {
      background-color: transparent;
    }
:is(:is(.account-dropdown.dropdown > button):hover,:is(.account-dropdown.dropdown > button):active,:is(.account-dropdown.dropdown > button):focus) svg {
        opacity: 1;
      }
.account-dropdown.dropdown menu {
    left: 8px !important;
    top: 8px !important;
    border-color: var(--medium-gray);
    border-radius: 0.5rem;
    margin: 0;
    max-height: 90dvh;
    min-width: 15rem;
  }
:is(.account-dropdown.dropdown menu) button.account-dropdown--info {
      align-items: flex-start;
      padding: calc(0.5rem - 1px);
    }
:is(:is(.account-dropdown.dropdown menu) button.account-dropdown--info):hover,:is(:is(.account-dropdown.dropdown menu) button.account-dropdown--info):active,:is(:is(.account-dropdown.dropdown menu) button.account-dropdown--info):focus {
        background-color: light-dark(transparent, transparent);
      }
:is(:is(.account-dropdown.dropdown menu) button.account-dropdown--info) svg.chevron {
        opacity: 1;
        transform: rotate(180deg);
      }
:is(.account-dropdown.dropdown menu) p {
      align-items: center;
      color: var(--base-hint-color);
      display: flex;
      flex-wrap: nowrap;
      font-size: 0.75rem;
      font-weight: 700;
      gap: 2rem;
      letter-spacing: 3%;
      margin-top: 0.5rem;
      padding-bottom: 0.25rem;
      text-transform: uppercase;
    }
:is(:is(.account-dropdown.dropdown menu) p) .account-dropdown-account {
        align-items: center;
        color: var(--accent-color);
        display: flex;
        font-size: 0.75rem;
        font-weight: normal;
        gap: 0.25rem;
        letter-spacing: 0;
        text-transform: none;
      }
.account-dropdown--info {
  align-items: flex-start;
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.account-dropdown--info > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
.account-dropdown--info .primary,.account-dropdown--info .secondary {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.account-dropdown--info .primary {
    font-weight: 600;
  }
.account-dropdown--info .secondary {
    opacity: 0.75;
    font-size: 0.875rem;
  }
.account-dropdown--info svg.chevron {
    color: var(--scampi-500);
    opacity: 0.5;
    transform: rotate(0deg);
  }
.account-icon {
  background: var(--account-icon);
  border-radius: 0.25rem;
  display: flex;
  font-size: 0.625rem;
  font-weight: bold;
  height: 1.4375rem;
  justify-content: center;
  padding: 0.25rem;
  text-align: center;
  width: 1.4375rem;
}
.account-icon.account-icon--favicon {
    padding: 0;
  }
.chequered-bg {
  background-color: var(--checker-bg);
  background-image:
    linear-gradient(45deg, var(--checker-color) 25%, transparent 25%),
    linear-gradient(-45deg, var(--checker-color) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--checker-color) 75%),
    linear-gradient(-45deg, transparent 75%, var(--checker-color) 75%);
  background-position:
    0 0,
    0 6px,
    6px -6px,
    -6px 0;
  background-size: 12px 12px;
}
.chequered-bg.library-image {
    display: inline-block;
    max-width: 400px;
  }
.chequered-bg.sm {
    background-position:
      0 0,
      0 3px,
      3px -3px,
      -3px 0;
    background-size: 6px 6px;
  }
.chequered-bg.sm.library-image-in-list {
      height: 2rem;
      margin: -0.5rem 0;
    }

/*# sourceMappingURL=/assets/application-accounts-e296c343.css.map */