
.v-model[data-v-d63ec119] {
  position: fixed;
  pointer-events: none;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.v-model.-open[data-v-d63ec119] {
    pointer-events: all;
    background-color: rgba(50, 50, 50, 0.3);
}

.side-panel[data-v-113bcc7e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  pointer-events: none;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.side-panel aside[data-v-113bcc7e] {
    overflow: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: fixed;
    pointer-events: all;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    top: 0;
    right: 0;
    width: 0;
    background-color: #ffffff;
}
.side-panel aside > div[data-v-113bcc7e] {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.side-panel aside > div > header[data-v-113bcc7e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.side-panel.-open[data-v-113bcc7e] {
    pointer-events: all;
    background-color: rgba(50, 50, 50, 0.3);
}
.side-panel.-open aside[data-v-113bcc7e] {
  width: 100%;
}
@media (min-width: 640px) {
.side-panel.-open aside[data-v-113bcc7e] {
    width: 50%;
}
}
.notification--count {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0.5rem;
    top: 1rem;
    z-index: 10;
    display: inline-block;
    --tw-translate-y: -50%;
    --tw-translate-x: 50%;
    -webkit-transform: translate(50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    height: 1rem;
    width: 1rem;
    white-space: nowrap;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, 1);
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    padding: 2px;
    text-align: center;
    font-size: 0.6875rem;
    line-height: 0.1rem;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}.portal-footer {
    z-index: 10;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgba(20, 38, 58, 1);
    background-color: rgba(20, 38, 58, var(--tw-bg-opacity));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, 1);
    color: rgba(148, 163, 184, var(--tw-text-opacity))
}
@media (min-width: 640px) {
.portal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
}
.portal-footer .footer--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.75rem;
    line-height: 1rem
}
.portal-footer .footer--content .footer--content--left,
.portal-footer .footer--content .footer--content--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.portal-footer .footer--content .footer--content--right {
    margin-left: auto
}