/* /Pages/Index.razor.rz.scp.css */
.container[b-kuyuqb2j2n] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}

h1[b-kuyuqb2j2n] {
    font-size: 4rem;
    font-weight: 700;
    color: #262626;
    margin: 0;
}

p[b-kuyuqb2j2n] {
    font-size: 1.5rem;
    color: #999999;
    margin: 2rem 0 3rem 0;
    text-align: center;
    line-height: 1.5;
    max-width: 800px;
}

.button[b-kuyuqb2j2n] {
    background-color: #008CBA;
    color: #fff;
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .button:hover[b-kuyuqb2j2n] {
        background-color: #005c6b;
    }

@media screen and (max-width: 767px) {
    h1[b-kuyuqb2j2n] {
        font-size: 3rem;
    }

    p[b-kuyuqb2j2n] {
        font-size: 1.2rem;
    }

    .button[b-kuyuqb2j2n] {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }
}

.arrow[b-kuyuqb2j2n] {
    position: fixed;
    bottom: 30px;
    left: 30px;
    animation: bounce-b-kuyuqb2j2n 2s infinite;
    cursor: pointer;
}

    .arrow img[b-kuyuqb2j2n] {
        width: 60px;
        height: 60px;
    }

@keyframes bounce-b-kuyuqb2j2n {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xyhvxzzqcf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xyhvxzzqcf] {
    flex: 1;
}

.sidebar[b-xyhvxzzqcf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xyhvxzzqcf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xyhvxzzqcf]  a, .top-row[b-xyhvxzzqcf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xyhvxzzqcf]  a:hover, .top-row[b-xyhvxzzqcf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xyhvxzzqcf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xyhvxzzqcf] {
        display: none;
    }

    .top-row.auth[b-xyhvxzzqcf] {
        justify-content: space-between;
    }

    .top-row[b-xyhvxzzqcf]  a, .top-row[b-xyhvxzzqcf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xyhvxzzqcf] {
        flex-direction: row;
    }

    .sidebar[b-xyhvxzzqcf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xyhvxzzqcf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xyhvxzzqcf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xyhvxzzqcf], article[b-xyhvxzzqcf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/

.nav_link_custom[b-i201h7hti9] {
    /*grid-template-columns: none;*/
    margin-bottom: 0.8rem;
}

.nav_list[b-i201h7hti9] {
    height: 70vh;
    overflow-y: auto;
}
@media only screen and (min-width: 1400px) {
    .l-navbar[b-i201h7hti9] {
        padding: 1rem 1rem 0 0;
    }
}

.sidebar[b-i201h7hti9] {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a[b-i201h7hti9] {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover[b-i201h7hti9] {
  color: #f1f1f1;
}

.sidebar .closebtn[b-i201h7hti9] {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn[b-i201h7hti9] {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover[b-i201h7hti9] {
  background-color: #444;
}

#main[b-i201h7hti9] {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar[b-i201h7hti9] {padding-top: 15px;}
  .sidebar a[b-i201h7hti9] {font-size: 18px;}
}
