/* /Shared/Loading.razor.rz.scp.css */

.lds-roller[b-52m39mn7iw] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div[b-52m39mn7iw] {
  animation: lds-roller-b-52m39mn7iw 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

  .lds-roller div[b-52m39mn7iw]:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    margin: -4px 0 0 -4px;
  }

  .lds-roller div:nth-child(1)[b-52m39mn7iw] {
    animation-delay: -0.036s;
  }

    .lds-roller div:nth-child(1)[b-52m39mn7iw]:after {
      top: 63px;
      left: 63px;
    }

  .lds-roller div:nth-child(2)[b-52m39mn7iw] {
    animation-delay: -0.072s;
  }

    .lds-roller div:nth-child(2)[b-52m39mn7iw]:after {
      top: 68px;
      left: 56px;
    }

  .lds-roller div:nth-child(3)[b-52m39mn7iw] {
    animation-delay: -0.108s;
  }

    .lds-roller div:nth-child(3)[b-52m39mn7iw]:after {
      top: 71px;
      left: 48px;
    }

  .lds-roller div:nth-child(4)[b-52m39mn7iw] {
    animation-delay: -0.144s;
  }

    .lds-roller div:nth-child(4)[b-52m39mn7iw]:after {
      top: 72px;
      left: 40px;
    }

  .lds-roller div:nth-child(5)[b-52m39mn7iw] {
    animation-delay: -0.18s;
  }

    .lds-roller div:nth-child(5)[b-52m39mn7iw]:after {
      top: 71px;
      left: 32px;
    }

  .lds-roller div:nth-child(6)[b-52m39mn7iw] {
    animation-delay: -0.216s;
  }

    .lds-roller div:nth-child(6)[b-52m39mn7iw]:after {
      top: 68px;
      left: 24px;
    }

  .lds-roller div:nth-child(7)[b-52m39mn7iw] {
    animation-delay: -0.252s;
  }

    .lds-roller div:nth-child(7)[b-52m39mn7iw]:after {
      top: 63px;
      left: 17px;
    }

  .lds-roller div:nth-child(8)[b-52m39mn7iw] {
    animation-delay: -0.288s;
  }

    .lds-roller div:nth-child(8)[b-52m39mn7iw]:after {
      top: 56px;
      left: 12px;
    }

@keyframes lds-roller-b-52m39mn7iw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */

.page[b-ajuqmoe560] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ajuqmoe560] {
    flex: 1;
}

.sidebar[b-ajuqmoe560] {
  /*  background-image: linear-gradient(180deg, rgb(0, 75, 135) 0%, #00455E 80%);*/
  background-color: #004b87;
}

.top-row[b-ajuqmoe560] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
  font-family: Cabin;
  font-weight: bold;
}

    .top-row[b-ajuqmoe560]  a, .top-row .btn-link[b-ajuqmoe560] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ajuqmoe560] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ajuqmoe560] {
        display: none;
    }

    .top-row.auth[b-ajuqmoe560] {
        justify-content: space-between;
    }

    .top-row a[b-ajuqmoe560], .top-row .btn-link[b-ajuqmoe560] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ajuqmoe560] {
        flex-direction: row;
    }

    .sidebar[b-ajuqmoe560] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ajuqmoe560] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .main > div[b-ajuqmoe560] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */


.navbar-toggler[b-npts17jac9] {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}

.top-row[b-npts17jac9] {
    height: auto;
    background-color: snow;
    font-family: Cabin;
}

.navbar-brand[b-npts17jac9] {
    font-size: 1em;
    font-family: Montserrat;
}

.oi[b-npts17jac9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
/*    top: -2px; why just why?*/
}

.nav-item[b-npts17jac9] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    font-family: Cabin;
}

    .nav-item:first-of-type[b-npts17jac9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-npts17jac9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-npts17jac9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-npts17jac9]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-npts17jac9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-npts17jac9] {
        display: none;
    }

    .collapse[b-npts17jac9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

