/* /Components/Calculator/WarlordComponent.razor.rz.scp.css */
.group[b-v46rdxz85i]  {
    
}
.warlord[b-v46rdxz85i]  {
    .card {

    }
}
.group[b-v46rdxz85i]  {

    select, input {

    }

}

/* /Components/Elements/Button.razor.rz.scp.css */
button[b-ca1un4z3s1] {
    pointer-events: all;
    cursor: pointer;
    padding: 1rem;
    border-radius: 4px;
    
    &:hover {
        box-shadow: 0 0 5px var(--primary);
    }
}

/*
button {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
*/
/* /Components/Elements/Card.razor.rz.scp.css */
.card[b-semn5hrrid] {
    width: 300px;
    padding: 1rem;
    border-radius: 4px;
    border-shape: ellipse(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.26);
}
/* /Components/Elements/CheckBox.razor.rz.scp.css */
input[b-0li7a9x4ug] {
    height: 1.5em;
    width: 1.5em;
}
label[b-0li7a9x4ug] {
    height: fit-content;
    display: inline-flex;
    align-items: center;
}
/* /Components/Elements/DragAndDrop.razor.rz.scp.css */
.draggable-container[b-snigtuwe38] {
    display: flex;
    gap: 1rem;
}

.draggable-item[b-snigtuwe38] {
    cursor: grab;
    .is-dragging {
        
    }
    *[b-snigtuwe38] {
        pointer-events: none;
    }
}
/* /Components/Elements/EnumSelect.razor.rz.scp.css */
/* /Components/Elements/FloatInput.razor.rz.scp.css */
/* /Components/Elements/NumberInput.razor.rz.scp.css */
/* /Components/Elements/TabView.razor.rz.scp.css */
.tab-view[b-jl9g5pbxn1] {
    display: flex;
    flex-direction: column;
}

.tab-headers[b-jl9g5pbxn1] {
    display: flex;
    gap: 0.25rem;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 0;
}

.tab-header[b-jl9g5pbxn1] {
    padding: 0.5rem 1rem;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    background: transparent;
    color: inherit;
    transition: background 0.15s;

    &:hover {
        background: color-mix(in srgb, var(--primary) 15%, transparent);
    }

    &.active[b-jl9g5pbxn1] {
        border-color: var(--primary);
        background: color-mix(in srgb, var(--primary) 25%, transparent);
    }
}

.tab-content[b-jl9g5pbxn1] {
    padding: 1rem;
}
/* /Components/Elements/TextInput.razor.rz.scp.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-skospf7ysc] {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
main > *:first-child[b-skospf7ysc] {
    margin-top: 2rem;
}
main > *:last-child[b-skospf7ysc] {
    margin-bottom: 2rem;
}

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

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

    .top-row[b-skospf7ysc]  a, .top-row[b-skospf7ysc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-skospf7ysc]  a:hover, .top-row[b-skospf7ysc]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-skospf7ysc] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-skospf7ysc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-skospf7ysc] {
    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-skospf7ysc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu/NavMenu.razor.rz.scp.css */
.nav-menu[b-tt245cmshp] {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex-shrink: 0;
  width: 200px;
  height: 100%;
  background-color: var(--good);
  padding: 1rem;

  >:last-child {
    margin-top: auto;
    margin-bottom: 1rem;
  }
}

.sub-menu[b-tt245cmshp] {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
  
  > *:not(p) {
    margin: 0;
    margin-left: 1rem;
  }
}

/* NavLink/buttons in menu */
.nav-menu[b-tt245cmshp], .sub-menu[b-tt245cmshp] {
  > *:not(.sub-menu, form, p), button {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    background-color: var(--primary);
    border-color: var(--border-color);
    border-style: solid;
    border-width: 0 0 0 1px;
    text-align: center;
    &:hover, &.active {
      background-color: var(--this);
    }
  }
}

h3[b-tt245cmshp] {
  text-align: center;
}

button[b-tt245cmshp] {
  width: 100%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dnkseo6odw],
.components-reconnect-repeated-attempt-visible[b-dnkseo6odw],
.components-reconnect-failed-visible[b-dnkseo6odw],
.components-pause-visible[b-dnkseo6odw],
.components-resume-failed-visible[b-dnkseo6odw],
.components-rejoining-animation[b-dnkseo6odw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-retrying[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-failed[b-dnkseo6odw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dnkseo6odw] {
    display: block;
}


#components-reconnect-modal[b-dnkseo6odw] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-dnkseo6odw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dnkseo6odw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dnkseo6odw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dnkseo6odw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dnkseo6odw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dnkseo6odw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dnkseo6odw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dnkseo6odw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dnkseo6odw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dnkseo6odw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dnkseo6odw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dnkseo6odw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dnkseo6odw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dnkseo6odw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dnkseo6odw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dnkseo6odw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dnkseo6odw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dnkseo6odw {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/admin/Kitchensink.razor.rz.scp.css */
.content[b-ojrvx492jf]  {
    .container {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        width: 100%;
        padding: 1rem;
        background-color: var(--quaternary);
    }
}
/* /Components/Pages/admin/WarlordOverview.razor.rz.scp.css */
.content[b-ru8ipu2ko5]  {
    .card {
        margin-bottom: 1rem;
    }
}
/* /Components/Pages/DistanceCalculator.razor.rz.scp.css */
.content[b-jvrmhvw9xe]  {
    .card {
        width: 400px;
        display: flex;
        flex-direction: column;
    }
}
/* /Components/Pages/DungeonCalculator.razor.rz.scp.css */
.content[b-rtugqm90nf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.horizontal-container[b-rtugqm90nf] {
    display: flex;
    gap: 1rem;
}
/* /Components/Pages/MasteriesPage.razor.rz.scp.css */
.content[b-46m4t44k70]  {
    >* {
        margin-right: 1rem;
    }
    .savebutton[b-46m4t44k70] {
        border-style: solid;
        border-width: 1px;
        background-color: var(--primary);
        border-color: var(--quinary);
        margin-left: 1rem;
    }
    .container[b-46m4t44k70] {
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        height: fit-content;
        .card {
            background-color: var(--primary);
            border-style: solid;
            border-width: 1px;
            border-color: var(--quinary);
            width: 15%;
            height: 270px;
            input {
                width: 50%;
            }
        }
        :nth-child(3n)[b-46m4t44k70] {
            background-color: pink;
            flex-basis: 100%;
        }
    }
}
