@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/ExorPay/Components/Layout/Loader.razor.rz.scp.css */
.loading[b-jfcj8bcb3j] {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 20rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}



.loading-body[b-jfcj8bcb3j] {
    padding-left: 0.5rem;
}

.loading-visible[b-jfcj8bcb3j] {
    display: block;
}
.spinner-examples[b-jfcj8bcb3j] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10rem;
    grid-gap: 4rem;
   
}

.example[b-jfcj8bcb3j] {
    display: block;
    height: 10rem;
    position: relative;
    letter-spacing: 0.5px;
}



.spinner[b-jfcj8bcb3j]::after {
    content: '';
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
}

.spinner.smooth[b-jfcj8bcb3j]::after {
    border-top: 4px solid rgba(25, 25, 25, 1.0);
    border-left: 4px solid rgba(25, 25, 25, 1.0);
    border-right: 4px solid rgba(25, 25, 25, 0.0);
    animation: spinner-b-jfcj8bcb3j .6s linear infinite;
}


@keyframes spinner-b-jfcj8bcb3j {

    to {
        transform: rotate(360deg);
    }
}

/* _content/ExorPay/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rng2odfyez] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-rng2odfyez] {
  flex: 1;
}

.sidebar[b-rng2odfyez] {
  /* background-image: linear-gradient(180deg, #558dd9 0%, #8eacd5 70%); */
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rng2odfyez] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-rng2odfyez]  a,
.top-row[b-rng2odfyez]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-rng2odfyez]  a:hover,
.top-row[b-rng2odfyez]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-rng2odfyez]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row[b-rng2odfyez] {
    justify-content: space-between;
  }

  .top-row[b-rng2odfyez]  a,
  .top-row[b-rng2odfyez]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-rng2odfyez] {
    flex-direction: row;
  }

  .sidebar[b-rng2odfyez] {
    width: 280px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-rng2odfyez] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-rng2odfyez]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-rng2odfyez],
  article[b-rng2odfyez] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-rng2odfyez] {
  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-rng2odfyez] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* _content/ExorPay/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sie80s0jx4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sie80s0jx4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sie80s0jx4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bi[b-sie80s0jx4] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.navbar-logo[b-sie80s0jx4] {
  height: 50px;
  display: block;
}

.nav-item[b-sie80s0jx4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sie80s0jx4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sie80s0jx4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sie80s0jx4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-sie80s0jx4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-sie80s0jx4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-sie80s0jx4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sie80s0jx4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sie80s0jx4] {
        display: none;
    }

    .nav-scrollable[b-sie80s0jx4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.icons[b-sie80s0jx4] {
  font-size: 1.3rem !important;
/*  margin-right: 10px !important;*/
}


/* _content/ExorPay/Components/Layout/Toaster.razor.rz.scp.css */
.toaster[b-rdj6dxiajd] {
    display: none;
    color: white;
    z-index: 1000;
    position: fixed;
    padding:10px;
    width: 30rem;
    bottom: 1rem;
    right: 1rem;
    border-radius: 1rem;

}
.failed[b-rdj6dxiajd] {
    background-color: #FF5C5C;
}
.successful[b-rdj6dxiajd] {
    background-color: #049e04;
}



.toast-body[b-rdj6dxiajd] {
    padding-left: 0.5rem;
}


.toast-visible[b-rdj6dxiajd] {
    display: block;
    opacity: 1;
}
