/* _content/MoneyKyberna/Components/FAB.razor.rz.scp.css */
.fab-container[b-pa5grf7ydj] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.fab-container:hover[b-pa5grf7ydj] {
  height: 100%;
}
.fab-container:hover .sub-button:nth-child(2)[b-pa5grf7ydj] {
  transform: translateY(-80px);
}
.fab-container:hover .sub-button:nth-child(3)[b-pa5grf7ydj] {
  transform: translateY(-140px);
}
.fab-container:hover .sub-button:nth-child(4)[b-pa5grf7ydj] {
  transform: translateY(-200px);
}
.fab-container:hover .sub-button:nth-child(5)[b-pa5grf7ydj] {
  transform: translateY(-260px);
}
.fab-container:hover .sub-button:nth-child(6)[b-pa5grf7ydj] {
  transform: translateY(-320px);
}
.fab-container .fab[b-pa5grf7ydj] {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: rgb(255, 98, 0);
  border-radius: 50%;
  z-index: 2;
}
.fab-container .fab[b-pa5grf7ydj]::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: inherit;
  border-radius: 0 0 10px 0;
  z-index: -1;
}
.fab-container .fab .fab-content[b-pa5grf7ydj] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fab-container .fab .fab-content .oi[b-pa5grf7ydj] {
  color: white;
  font-size: 34px;
}
.fab-container .sub-button[b-pa5grf7ydj] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background-color: rgb(255, 98, 0);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fab-container .sub-button:hover[b-pa5grf7ydj] {
  cursor: pointer;
}
.fab-container .sub-button:hover p[b-pa5grf7ydj] {
  opacity: 1;
  background: white;
  text-wrap: nowrap;
}
.fab-container .sub-button .oi[b-pa5grf7ydj] {
  color: white;
  padding-top: 6px;
}
.fab-container .sub-button button[b-pa5grf7ydj], .fab-container .sub-button a[b-pa5grf7ydj] {
  position: relative;
}
.fab-container .sub-button button p[b-pa5grf7ydj], .fab-container .sub-button a p[b-pa5grf7ydj] {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 56px;
  top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2196078431);
}

/*# sourceMappingURL=FAB.razor.css.map */
/* _content/MoneyKyberna/Pages/Student.razor.rz.scp.css */
.finance-card .card-title i[b-yzd87zuyy3] {
  padding-right: 10px;
}

@media print {
    [b-yzd87zuyy3] i.fa-forward {
        display: none;
    }
}

/*# sourceMappingURL=Student.razor.css.map */
/* _content/MoneyKyberna/Shared/MainLayout.razor.rz.scp.css */
.page[b-2qtx3lonbn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2qtx3lonbn] {
    flex: 1;
}
[b-2qtx3lonbn] main .container {
    display: flex;
}

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

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

    .top-row[b-2qtx3lonbn]  a, .top-row .btn-link[b-2qtx3lonbn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2qtx3lonbn] {
        display: none;
    }

    .top-row.auth[b-2qtx3lonbn] {
        justify-content: space-between;
    }

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

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

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

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

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