/* _content/ConfirmMe.Client.WebApp/Components/Layouts/MainLayout.razor.rz.scp.css */
.page[b-py3vsviyu2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-py3vsviyu2] {
    flex: 1;
}

.sidebar[b-py3vsviyu2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-py3vsviyu2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-py3vsviyu2]  a, .top-row[b-py3vsviyu2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-py3vsviyu2]  a:hover, .top-row[b-py3vsviyu2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-py3vsviyu2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-py3vsviyu2] {
        justify-content: space-between;
    }

    .top-row[b-py3vsviyu2]  a, .top-row[b-py3vsviyu2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-py3vsviyu2] {
        flex-direction: row;
    }

    .sidebar[b-py3vsviyu2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-py3vsviyu2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-py3vsviyu2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-py3vsviyu2], article[b-py3vsviyu2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-py3vsviyu2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-py3vsviyu2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ConfirmMe.Client.WebApp/Components/Shared/Waves.razor.rz.scp.css */
.waves[b-wdsbjxu52g],
.wave-bottom-bar[b-wdsbjxu52g] {
  /* keep your current heights */
  flex-shrink: 0;               /* prevent shrinking */
}

.wave-bottom-bar[b-wdsbjxu52g] {
  height: 30px;       /* Adjust to cover the visible gap */
  background-color: #0276db;
  width: 100%;
  margin-top: -5px;   /* pull it slightly up under the waves */
}

.waves[b-wdsbjxu52g] {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:80px;
  max-height:120px;
}

.wave-dark[b-wdsbjxu52g]{
  fill: rgba(32,42,51,0.3)
}

.wave-light[b-wdsbjxu52g]{
  fill: rgba(22,176,248,0.7)
}

.wave-mid[b-wdsbjxu52g]{
  fill: rgba(26,133,247,0.5)
}

.wave-solid[b-wdsbjxu52g]{
  fill: #0276db
}

/* Animation */

.parallax > use[b-wdsbjxu52g] {
  animation: move-forever-b-wdsbjxu52g 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1)[b-wdsbjxu52g] {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2)[b-wdsbjxu52g] {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3)[b-wdsbjxu52g] {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4)[b-wdsbjxu52g] {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever-b-wdsbjxu52g {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves[b-wdsbjxu52g] {
    height:8vh;
    min-height:40px;
  }
  .content[b-wdsbjxu52g] {
    height:30vh;
  }
}
