/* _content/ConquerGods.Web.Admin/Components/Game/BotjailComponent.razor.rz.scp.css */
.btns .k-button[b-pyyq81wozy] {
    width: 100% !important;
}
/* _content/ConquerGods.Web.Admin/Shared/AuthorizedLayout.razor.rz.scp.css */
.page[b-4qm1ephi2h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4qm1ephi2h] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-4qm1ephi2h], article[b-4qm1ephi2h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ConquerGods.Web.Admin/Shared/LoginLayout.razor.rz.scp.css */
.page[b-wmkcq3ozco] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wmkcq3ozco] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-wmkcq3ozco], article[b-wmkcq3ozco] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ConquerGods.Web.Admin/Shared/MainLayout.razor.rz.scp.css */
.site[b-d0ug6kw206] {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 2em;
}

.main[b-d0ug6kw206] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.content-area[b-d0ug6kw206] {
    width: 80%;
    overflow-y: scroll;
    flex: 1;
}
/* _content/ConquerGods.Web.Admin/Shared/TopNavBar.razor.rz.scp.css */
nav[b-174x93rvth] {
  background: white;
  height: 3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 5px rgb(50, 50, 50);
}
nav .links[b-174x93rvth] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
}

[b-174x93rvth] .link {
  padding: 1rem;
}
