@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    vertical-align: middle;
}

body {
    max-width: 90vw;
    margin: 0 auto;
    background: hsl(228deg 5% 7%);
    color: hsl(0deg 0% 63%);
}

a {
    text-decoration: none;
    color: hsl(0deg 0% 63%);
}

header {
    padding: 1.4rem 0;
}

.logo {
    font-size: 160%;
    font-weight: bold;
    color: var(--color-main);
}

.group, .grid, .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
}

.grid, .card {
    align-items: flex-start;
    justify-content: flex-start;
}

.card {
    margin: .75rem -.75rem;
}

.card_x1, .card_x0, .card_x2 {
    width: calc(100% / 3);
    padding: 1.25rem;
    border: .18rem solid hsl(240deg 4% 18%);
    border-radius: .45rem;
    margin: .75rem;
    overflow: hidden;
    background-color: hsl(240deg 3% 8%);
}

.card_x2 {
    width: calc(100% / 1.6);
}

.card_x0 {
    width: 100%;
}

button {
    background: var(--color-main);
    padding: .625rem 1rem;
    color: hsl(0deg 0% 83%);
    border-radius: .35rem;
    border: none;
    cursor: pointer;
}

.buttons_card {
    margin: 1rem 0 0;
}

.avatar_m {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: .5rem;
    object-fit: cover;
}

.group.mobile_buttons_head {
    flex-wrap: wrap;
}

.spn {
    margin: 1.5rem .75rem 0;
}

.title_block {
    margin: -1.5rem -1.5rem 1.25rem;
    padding: 1rem 1.5rem;
    border-bottom: .18rem solid hsl(240deg 4% 18%);
    background-color: hsl(240deg 3% 8%);
}

.no_b_k {
    background: hsl(240deg 5% 22%);
    text-align: center;
    width: 100%;
    margin: 1rem 0 0 0;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: .35rem .35rem 0 0;
    overflow: hidden;
    margin: 0 0 -.25rem 0;
}

tr {
    text-align: center;
}

td, th {
    padding: .75rem;
    border-bottom: .1rem solid hsl(240deg 4% 18%);
}

input, select, textarea {
    display: block;
    padding: .625rem 1rem;
    margin: 0 0 1rem 0;
    border-radius: .35rem;
    color: hsl(0deg 0% 84%);
    border: none;
    background: hsl(240deg 5% 13%);
    transition: .2s;
    width: 100%;
}

textarea {
    min-height: 10rem;
    max-height: 50rem;
    min-width: 100%;
    max-width: 100%;
}

.buttons_v {
    width: 100%;
    margin: .5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons_v button {
    background: #2c2c30;
}

.slide {
    height: 0;
    overflow: hidden;
    transition: height 500ms ease;
}

input:last-child {
    margin: 0;
}

.form-group label {
    font-size: 110%;
    font-weight: 500;
    margin: 0 0 .5rem 0;
    display: block;
}

.form-group input {
    margin: .5rem;
}

.form-group .group {
    margin: 0 -.5rem;
}

.form-group .group input {
    margin: 0 .5rem 1rem .5rem
}

.no_active {
    background: hsl(240deg 4% 18%);
}
.no_active_green {
    background: hsl(112deg 36% 24%);;
}
.nom {
    margin-bottom: 0;
    margin-top: 0;
}

.nop {
    padding: 0;
}

.okp {
    padding: 1.25rem;
}

.v, .vv, .vn, .vb {
    background: hsl(240deg 4% 18%);
    padding: .25rem .6rem;
    border-radius: .25rem;
    margin: 0 0 0 .2rem;
    font-size: 90%;
}

.vn {
    background: var(--color-main);
}

.vv {
    background: hsl(124deg 45% 26%);
}

input[type="submit"] {
    background: hsl(112deg 36% 24%);
    color: hwb(0deg 84% 16%);
    border: 0;
    padding: .55rem;
    text-align: center;
    cursor: pointer;margin: .25rem 0 1rem;
    padding: .25rem;
    width: 50%;
}

.help {
    position: relative;
    top: -.6rem;
}

.help a {
    font-size: 80%;
}

td a::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: var(--color-main);
    bottom: -.25rem;
    left: 0;
}

td a {
    position: relative;
}

a.refresh, a.delete {
    background: hsl(240deg 4% 18%);
    color: hsl(0deg 0% 100%);
    font-weight: 400;
    padding: .4rem .6rem;
    border-radius: .35rem;
    font-size: 90%;
    margin: 0 .5rem 0 0;
    position: unset;
}

a.delete {
    background: var(--color-main);
    margin: 0;
}

.menu_x1 {
    width: 14%;
    margin: 0 4rem 0 0;
}

.menu_x2 {
    width: calc(100% - 14% - 4rem);
}

.title {
    font-size: 150%;
    font-weight: bold;
    margin: .25rem 0 1rem;
    padding: .25rem;
}

.buttons_link {
    margin: .4rem -.9rem;
}

.buttons_link a {
    display: block;
    padding: .625rem 1rem .425rem;
    margin: 0 0 .25rem 0;
    border-radius: .35rem;
    color: hsl(0deg 0% 63%);
    transition: .2s;
}

.buttons_link a:hover, .buttons_link a.active {
    background: hsl(240deg 4% 18%);
}

.tab {
    display: table;
    margin: 0 0 .85rem;
    position: relative;
}

.buttons_link a:last-child, .tab:last-child {
    margin: 0;
}

.position__absolute {
    position: absolute;
    top: 21px;
    right: 0;
}

.module .card_x1 {
    width: 100%;
}

.position__absolute a {
    font-size: 70%;
    color: var(--color-main);
}

.bi {
    font-size: 130%;
    margin: 0 .5rem 0 0;
}

strong a {
    color: var(--color-main);
}

strong {
    position: relative;
    top: -0.12rem;
}

.module {
    /* background: hsl(0deg 100% 50% / 31%); */
    backdrop-filter: blur(.5rem);
    -webkit-backdrop-filter: blur(.5rem);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
}

.block_cc {
    width: 20rem;
    background: hsl(240deg 2% 10%);
    border-radius: .5rem;
    padding: 2rem;
}

.by {
    font-size: 75%;
    background: var(--color-main);
    font-weight: 500;
    width: max-content;
    border-radius: .25rem;
    margin: .25rem 0 1rem;
    padding: .25rem;
}

.mini_a {
    font-size: 90%;
    color: hsl(0deg 0% 33%);
    margin: .5rem 0 0 0;
    display: block;
}

#bg-wrap {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.card_c {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_mod {
    width: 40rem;
    background: hsl(240deg 3% 8%);
    padding: 2rem;
    border-radius: .5rem;
    overflow: auto;
}

.block_mod_b {
    background: hsl(240deg 3% 8%);
}

.title_module {
    font-size: 150%;
    margin: 0 0 1.5rem 0;
    font-weight: 600;
}

.block_mod textarea {
    height: 25rem;
    margin: 0 0 1.8rem 0;
}

@media screen and (max-width: 1420px) {
    a.refresh_m, a.delete_m {
        margin: 0 auto .25rem auto;
        position: unset;
        display: block;
        width: max-content;
    }

.ove {
    overflow: overlay;
}

.razff {
    width: 200%;
}
}

@media screen and (max-width: 1190px) {

    .card_x1, .card_x2 {
        width: calc(100% / 2);
    }
    
}

@media screen and (max-width: 1060px) {

.bi {
    font-size: 90%;
    margin: 0 .5rem 0 0;
}

}

@media screen and (max-width: 1035px) {

    .card_x1, .card_x2 {
        width: 100%;
    }

    .card {
        flex-wrap: wrap;
    }
    
}

.mobile {
    display: none;
}

@media screen and (max-width: 1025px) {

    .menu_x1, .menu_x2 {
        width: 100%;
    }

    .buttons_link {
        margin: 0;
    }

    .menu_x1 {
        margin: 1rem 0;
    }

    .grid {
        flex-wrap: wrap;
    }

    .mobile {
        display: block;
    }

    .license {
        display: none;
    }

    .mobile a .bi {
        font-size: 160%;
        margin: 0;
    }

    header {
        margin: 0 0 -1.4rem;
    }

    .menu_slide {
        height: 0;
        overflow: hidden;
        transition: height 500ms ease;
    }
    
}

@media screen and (max-width: 725px) {
    a.refresh_am, a.delete_am {
        margin: 0 auto .25rem auto;
        position: unset;
        display: block;
        width: max-content;
    }

.ovea {
    overflow: overlay;
}

.razffa {
    width: 150%;
}
}

:root {
    --color-main: hsl(0deg 64% 44%);
}