/* /Components/SkillComponent.razor.rz.scp.css */
.skill-item[b-y12kqe56ao] {
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.indent-0[b-y12kqe56ao] {
  padding-left: 0rem;
}

.indent-1[b-y12kqe56ao] {
  padding-left: 1.5rem;
}

.indent-2[b-y12kqe56ao] {
  padding-left: 3rem;
}

.skill[b-y12kqe56ao] {
  margin-bottom: 5px;
  margin-top: 5px;
}

.skill-cost[b-y12kqe56ao] {
  padding-right: 5px;
  font-weight: bold;
  min-width: 3rem;
}

label[b-y12kqe56ao] {
    padding-left: 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 1;
    min-width: 0;
}

.inner-skill-item[b-y12kqe56ao] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
}

.inner-skill-metadata[b-y12kqe56ao] {
    min-width: 5.5rem;
    display: flex;
    justify-content: space-between;
}

.pretendbutton[b-y12kqe56ao] {
    cursor: pointer;
    vertical-align: middle;
    width: 1.2rem;
    text-align: center;
}
/* /Components/SpellComponent.razor.rz.scp.css */
.spell-cost[b-4oc46h7pqi] {
    min-width: 3rem;
    font-weight: bold;
    padding-right: 5px;
}

.spell-item[b-4oc46h7pqi] {
    margin-right: auto;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    label {
        font-size: 0.9rem;
    }
}

label[b-4oc46h7pqi] {
    align-items: center;
    padding-left: 0.5rem;
    cursor: pointer;
    user-select: none;
    max-width: 8rem;
}

.inner-spell-item[b-4oc46h7pqi] {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1500px) {
    label[b-4oc46h7pqi] {
        max-width: 12rem;
    }
}

@media (max-width: 900px) {
    label[b-4oc46h7pqi] {
        max-width: 8rem;
    }
}

@media (max-width: 600px) {
    label[b-4oc46h7pqi] {
        max-width: 12rem;
    }
}
/* /Pages/AddSkill.razor.rz.scp.css */
.input-field[b-b7j2akb3cn] {
  padding: 8px;
}

.skill-effects-area[b-b7j2akb3cn] {
  background-color: lightgray;
}

.skill-input[b-b7j2akb3cn] {
  max-width: 90%;
  margin: 0 12px 0 0;
}

.skill-input-small[b-b7j2akb3cn] {
  max-width: 45%;
  margin: 0 12px 0 0;
}
/* /Pages/Index.razor.rz.scp.css */
.pretend-body[b-xzvgte4pkj] {
    display: flex;
}

.main-content[b-xzvgte4pkj] {
    flex: 10;
}

.sidebar[b-xzvgte4pkj] {
    background-color: light-dark(burlywood, #2A1B0E);
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    min-height: calc(100vh - 1px);
    align-content: flex-start;
}

.header-row[b-xzvgte4pkj] {
    padding-bottom: 0.5rem;
}

.sidebar-closed[b-xzvgte4pkj] {
    flex: 0 !important;
}

.sidebar-button-wrapper[b-xzvgte4pkj] {
    margin-left: auto;
    max-height: 40px;
}

.burger-icon[b-xzvgte4pkj] {
    color: light-dark(black, white);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.sidebar-content[b-xzvgte4pkj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding-top: 1rem;
    position: initial;
}

.sidebar-item[b-xzvgte4pkj] {
    width: 100%;
}

a[b-xzvgte4pkj] {
    color: white;
    text-decoration: none;
}

h1[b-xzvgte4pkj] {
    font-size: 2rem;
    font-weight: bold;
}

h2[b-xzvgte4pkj] {
    font-size: 1.5rem;
    font-weight: bold;
}

.header-container[b-xzvgte4pkj] {
    background-color: light-dark(burlywood, #2A1B0E);
    min-height: 10vh;
    width: 100%;
    border-bottom: solid 1px black;
    padding: 0.5rem 0;
    box-sizing: border-box;
}

header[b-xzvgte4pkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 6rem;
}

.button[b-xzvgte4pkj] {
    color: white;
    display: inline-block;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 16px 12px;
    margin-top: 0.5rem;
    border-radius: 10px;
    margin-left: 1rem;
    box-sizing: border-box;
    width: 90%;
    background-color: light-dark(darkslategrey, lightblue);
    text-align: center;
    cursor: pointer;
    user-select: none;

    span {
        width: 100%;
    }
}

.button:active[b-xzvgte4pkj] {
    background-color: light-dark(darkgrey, blueviolet);
}

.clickable[b-xzvgte4pkj] {
    cursor: pointer;
    user-select: none;
}

.block[b-xzvgte4pkj] {
    display: block;
}

.level-info[b-xzvgte4pkj] {
    flex: 8;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5%;
}

.cp-sources[b-xzvgte4pkj] {
    justify-content: center;
    align-items: center;
}

.cp-result[b-xzvgte4pkj] {
    display: flex;
    align-items: center;
    justify-content: center;

    h1 {
        width: 100%;
    }
}

details > summary[b-xzvgte4pkj] {
    list-style: none;
    cursor: pointer;
}

details > summary[b-xzvgte4pkj]::-webkit-details-marker {
    display: none;
}

.skill-info[b-xzvgte4pkj] {
    margin: 0.5rem;
}

select[b-xzvgte4pkj] {
    min-width: 10rem;
    margin: 0.5rem;
}

.full-width[b-xzvgte4pkj] {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.flex-center[b-xzvgte4pkj] {
    align-items: center;
}

input[b-xzvgte4pkj] {
    min-width: 10rem;
}

.content[b-xzvgte4pkj] {
    min-height: calc(88vh - 1px);
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 0;
}

.class-block[b-xzvgte4pkj] {
    border-right: 1px solid black;
    width: 33%;
    min-height: 50%;
    padding-top: 0.5rem;
    box-sizing: border-box;
    h1, h2 {
        text-align: center;
    }

    input[b-xzvgte4pkj] {
        min-width: 0;
    }

    &:last-of-type[b-xzvgte4pkj] {
        border-right: 0;
    }
}

.class-select[b-xzvgte4pkj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-skills[b-xzvgte4pkj] {
    padding: 0.5rem;
    label {
        font-size: 0.9rem;
    }
}

label[b-xzvgte4pkj] {
    min-width: 10rem;
    overflow: hidden;
}

.spells[b-xzvgte4pkj] {
    padding-top: 2rem;
    h1 {
        padding-bottom: 1rem;
    }

    h2[b-xzvgte4pkj] {
        padding-bottom: 0.5rem;
    }
}

.spell-group-container[b-xzvgte4pkj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spell-group-header[b-xzvgte4pkj] {
    text-align: center;
}

.spell-group[b-xzvgte4pkj] {
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem;
}

@media (max-width: 1500px) {
    .spell-group[b-xzvgte4pkj] {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .main-content[b-xzvgte4pkj] {
        flex: 1;
    }

    .sidebar[b-xzvgte4pkj] {
        flex: 1;
    }

    .class-block[b-xzvgte4pkj] {
        width: 100%;
        border: none;
        border-bottom: 1px black solid;
        &:last-of-type {
            border: none;
        }
    }

    .content[b-xzvgte4pkj] {
        height: unset;
        min-height: 80%
    }

    .cp-sources[b-xzvgte4pkj] {
        width: 100%;
    }

    .cp-result[b-xzvgte4pkj] {
        width: 100%;
    }

    .spell-group[b-xzvgte4pkj] {
        width: 50%;
    }

    .sidebar[b-xzvgte4pkj] {
        position: absolute;
        right: 0px;
        width: 100%;
    }

    .sidebar-closed[b-xzvgte4pkj] {
        width: 40px;
        position: relative;
    }
}

@media (max-width: 600px) {
    .spell-group[b-xzvgte4pkj] {
        width: 100%;
    }
}

@media (max-height: 820px) {
    .skill-info[b-xzvgte4pkj] {
        span {
            font-size: 0.8rem;
            line-height: 0.8rem;
            word-spacing: -1px;
        }

        h1[b-xzvgte4pkj] {
            margin-bottom: 0;
        }
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mvzl6u4l4z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

*[b-mvzl6u4l4z] {
    background-color: light-dark(#FFFFD0, #654321);
}

main[b-mvzl6u4l4z] {
    flex: 1;
/*    background-color: light-dark(#FFFFD0, #654321);*/
/*    height: 100%;*/
}

.sidebar[b-mvzl6u4l4z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mvzl6u4l4z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mvzl6u4l4z]  a, .top-row .btn-link[b-mvzl6u4l4z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mvzl6u4l4z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mvzl6u4l4z] {
        display: none;
    }

    .top-row.auth[b-mvzl6u4l4z] {
        justify-content: space-between;
    }

    .top-row a[b-mvzl6u4l4z], .top-row .btn-link[b-mvzl6u4l4z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mvzl6u4l4z] {
        flex-direction: row;
    }

    .sidebar[b-mvzl6u4l4z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mvzl6u4l4z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
/*
    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v1f46i1rib] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v1f46i1rib] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v1f46i1rib] {
    font-size: 1.1rem;
}

.oi[b-v1f46i1rib] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-v1f46i1rib] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v1f46i1rib] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v1f46i1rib] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v1f46i1rib]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-v1f46i1rib]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-v1f46i1rib]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v1f46i1rib] {
        display: none;
    }

    .collapse[b-v1f46i1rib] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
