
.form > .opacity > .input {
    opacity: .5;
    transition: all 500ms;
}

.form > .opacity.active > .input {
    opacity: 1;
}

@media (min-width: 1250px) {
    .operator.games > .form {
        min-width: 1250px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}

.operator.games > .form > div {
    background: white;
    padding: 1em;
    border-radius: 5px;
    margin: 1em 0;
}

@media (min-width: 1250px) {
    .operator.games > .form > div {
        margin: 0;
    }
}

.form .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.form .center > .name {
    margin: 0;
}

.form .center > .name {
    margin: 0 0 1em;
    font-size: 1.25em;
    font-weight: 500;
    color: #0944AA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form .center > .wrap.commands.count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.form .center > .wrap.commands.count > .name {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #0944AA;
}

.form > div > .name {
    margin: 0 0 1em;
    font-size: 1.25em;
    font-weight: 500;
    color: #0944AA;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form > div > .name > .input.bool {
    margin-bottom: 0;
}

.form > div > .wrap {
    margin: 0 0 1.5em .5em;
}

.form > div > .wrap.checkbox {
    display: flex;
    align-items: center;
}

.form > div > .wrap > .name {
    font-weight: 500;
    margin-bottom: .5em;
    color: #8a8a8a;
}

.form > div > .wrap.checkbox > .name {
    margin: 0 0 0 .5em;
}

.form > div > .wrap > input[type="text"] {
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    margin-left: .5em;
}

.form > div > .wrap > input[type="checkbox"] {
    margin-left: .5em;
}






.admin {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
}

.links {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .links {
        flex-direction: row;
        align-items: center;
    }
}

.body .links .link {
    margin: 5px 0;
    background: white;
    padding: 1em;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 0 10px #c4c4c4;
    width: 100%;
}

@media (min-width: 768px) {
    .body .links .link {
        margin: 0 5px;
    }
}

.body .links .link:first-of-type {
    margin-top: 0;
}

@media (min-width: 768px) {
    .body .links .link:first-of-type {
        margin-left: 0;
    }
}

.body .links .link:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .body .links .link:last-of-type {
        margin-right: 0;
    }
}

.router-link-active {
    color: green;
}

.body .links > .name {
    margin: 1em;
    background: white;
    padding: 1em;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 0 10px #c4c4c4;
}

.detail_game {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.detail_game > .links {
    margin: 2em;
}

.detail_game > .wrap {
    width: 100%;
    margin-top: 1em;
}

.operator.games > .top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: white;
    padding: 1em;
    border-radius: 5px;
}

.operator.games > .top > .wrap {
    display: flex;
    align-items: center;
}

.operator.games > .top > .wrap svg {
    width: 2em;
    height: 2em;
    color: #003DA7;
}

.operator.games > .top > .wrap > img {
    cursor: pointer;
}

.operator.games > .top > .wrap.icons > a {
    margin-left: 1em;
}

.operator.games > .top > .wrap.icons > a.router-link-active.router-link-exact-active {
    border-bottom: 2px solid #003DA7;
}

.operator.games > .top > .wrap > .name {
    display: none;
    margin-left: 0.5em;
    color: #003DA7;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.02em;
}

.operator.games > .top > .wrap > .name.games {
    display: block;

}

@media (min-width: 768px) {
    .operator.games > .top > .wrap > .name {
        display: block;
    }
}




.operator.games > .top > .wrap > .name > a {
    color: currentColor;
}

.operator.games {
    width: 100%;
}

body.mangold-new-year .operator.games {
    margin-top: 1em;
}

.operator.games > .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background: white;
    padding: 1em;
    border-radius: 5px;
}

.operator.games > .top > .name {
    margin-left: 0.5em;
    color: #003DA7;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.02em;
}

.operator.games > .top > .admin-games .input.bool {
    margin-bottom: 0;
}

.operator.games > .center {
    background: white;
    padding: 1em;
    border-radius: 5px;
}

.operator.games > .center > .not-games {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5em 1em;
    flex-direction: column;
}

.operator.games > .center > .not-games svg {
    max-width: 24em;
}

.operator.games > .center > .not-games .name {
    font-size: 22px;
    color: grey;
}

.operator.games > .center > .wrap {
    display: grid;
    grid-template-columns: 1fr minmax(50px, auto) minmax(50px, auto) minmax(50px, auto);
    grid-gap: 0.5em;
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap {
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        grid-gap: 1em;
    }
}


.operator.games > .center > .wrap.top {
    margin-bottom: 20px;
}

.operator.games > .center > .wrap.top > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.operator.games > .center > .wrap.top > .wrap.start {
    justify-content: flex-start;
}

.operator.games > .center > .wrap.top > .wrap.hidden {
    display: none;
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap.top > .wrap.hidden {
        display: block;
    }
}

.operator.games > .center > .wrap.top > .wrap.end {
    width: 24px;
}

.operator.games > .center > .wrap.top > .wrap > .name {
    color: #0944AA;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-left: 0.5em;
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap.top > .wrap > .name {
        margin-left: 0;
    }
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap.top > .wrap > .name.hidden {
        display: block;
    }
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap.top > .wrap > svg {
        display: none;
    }
}

.operator.games > .center > .wrap.center > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.operator.games > .center > .wrap.center > .wrap.start {
    justify-content: flex-start;
    text-decoration: none;
}

.operator.games > .center > .wrap.center > .wrap.end {
    justify-content: flex-end;
}

.operator.games > .center > .wrap.center > .wrap.hidden {
    display: none;
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap.center > .wrap.hidden {
        display: block;
    }
}

.operator.games > .center > .wrap.center > .wrap > .status {
    width: 15px;
    height: 15px;
    border-radius: 1em;
}

@media (min-width: 650px) {
    .operator.games > .center > .wrap.center > .wrap > .status {
        margin-right: 0.25em;
    }
}

@media (min-width: 1250px) {
    .operator.games > .center > .wrap.center > .wrap > .status {
        display: none;
    }
}


.operator.games > .center > .wrap.center > .wrap > .status.active {
    background: linear-gradient(229.73deg, #00A76B -19.09%, #50FFAB 131.11%);
}

.operator.games > .center > .wrap.center > .wrap > .status.not-active {
    background: grey;
}

.operator.games > .center > .wrap.center > .wrap > .status.finished {
    background: linear-gradient(229.73deg, #A70000 -19.09%, #FF5050 131.11%);
}

.operator.games > .center > .wrap.center > .wrap > .name {
    color: #0944AA;
    font-size: 18px;
    letter-spacing: 0.02em;
    word-break: break-all;
    width: 100%;
}

.operator.games > .center > .wrap.center > .wrap > .name img {
    max-width: 65px;
}

.operator.games > .center > .wrap.center > .wrap > .name.active {
    color: green;
}

.operator.games > .center > .wrap.center > .wrap > .name.not-active {
    color: grey;
}

.operator.games > .center > .wrap.center > .wrap > .name.finished {
    color: red;
}


@media (min-width: 650px) {
    .operator.games > .center > .wrap.center > .wrap > .name.hidden {
        display: block;
    }
}

.operator.games > .btm {
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    background: white;
    padding: 1em;
    border-radius: 5px;
}

.operator.games > .btm > .name {
    margin-left: 0.5em;
    color: #0944AA;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.02em;
}

.new_style {
    display: grid;
    background: white;
    border-radius: 5px;
    padding: 5px;
    grid-template-columns: minmax(150px, auto) 1fr auto;
}

.new_style > .wrap {
    display: flex;
}

.new_style > .wrap.fixed {
    max-width: 125px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
}

@media (min-width: 500px) {
    .new_style > .wrap.fixed {
        max-width: 300px;
        white-space: break-spaces;
    }
}

.new_style > .wrap.scroll {
    overflow-x: scroll;
    max-width: 100%;
    position: relative;
}

.new_style > .wrap > .wrap >  .top.name {
    padding: 5px;
    margin: 0 5px;
    min-height: 50px;
    display: flex;
    align-items: center;

    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #0944AA;
}

.new_style > .wrap > .wrap > .name > .name {
    max-width: 55px;
    width: 100%;
}

.new_style > .wrap > .wrap >  .top.name > .icons {
    display: flex;
    align-items: center;
    margin-left: 1em;
}

.new_style > .wrap > .wrap >  .top.name > .icons.active {
    filter: grayscale(100%);
}

.new_style > .icons {
    display: flex;
    margin-left: 1em;
}

.new_style > .icons > svg {
    cursor: pointer;
}

.new_style > .wrap > .wrap >  .top.name > .icons > svg {
    cursor: pointer;
}

.new_style > .wrap > .wrap >  .name {
    padding: 5px;
    margin: 0 5px;
    min-height: 50px;
    display: flex;
    align-items: center;

    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #0944AA;
    word-break: break-all;
}

.new_style > .wrap > .wrap >  .name.finished {
    background: #f5f5f5;
    color: #a5a5a5;
}

.new_style > .wrap > .wrap >  .name > svg {
    width: 1.5em;
    height: 1.5em;
    color: red;
}

.new_style > .wrap > .wrap >  .name > svg.active {
    color: #b3b3b3;
}

.new_style > .wrap > .wrap >  .name > input {
    border: none;
    max-width: 60px;
    outline: none;
    color: currentColor;
    background: none;
    font-size: inherit;
}

.new_style > .wrap > .wrap >  .name.finished > input {
    cursor: none;
}

.new_style > .wrap > .wrap >  .name > input:focus {
    border-bottom: 2px solid #ababab;
}

@media (min-width: 1250px) {
    .operator.tacts > .wrap {
        display: grid;
        min-width: 1250px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}

.operator.tacts > .wrap > .left {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 5px 0;
    position: relative;
}

.operator.tacts > .wrap > .left > .block {
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    border-radius: 8px;
    color: white;
    display: flex;
    padding: 1em;
    align-items: center;
    justify-content: center;
}

.operator.tacts > .wrap > .right {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 5px 0;
    margin-top: 10px;
}

@media (min-width: 1250px) {
    .operator.tacts > .wrap > .right {
        margin-top: 0;
    }
}

.operator.tacts > .wrap > .right > .plug {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5em 0;
}

.operator.tacts > .wrap > .right > .plug > .name {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E5E5E;
    opacity: 0.5;
    margin-top: 20px;
    max-width: 315px;
}



.operator.tacts > .bottom {
    margin-top: 10px;
    position: relative;
}

.operator.tacts > .bottom > .plug {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5em 0;
    background: white;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.operator.tacts > .bottom > .plug > .name {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E5E5E;
    opacity: 0.5;
    margin-top: 20px;
    max-width: 315px;
}



.operator.tacts > .bottom > .block {
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    border-radius: 8px;
    color: white;
    display: flex;
    padding: 1em;
    align-items: center;
    justify-content: center;
    z-index: 998;
}

.operator.tacts > .btn {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 15px 20px;
    background: linear-gradient(229.73deg, #A70000 -19.09%, #FF5050 131.11%);
    border-radius: 4px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} 

.operator.tacts > .btn.grey {
    opacity: .5;
    background: grey;
}

.operator.teams > .top {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.operator.teams > .top > .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #0944AA;
}

.operator.teams > .top > svg {
    cursor: pointer;
}

.operator.teams > .bottom {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}

.operator.teams > .bottom > .team {
    margin-top: 10px;
}

.operator.teams > .bottom > .team .user {
    display: flex;
    align-items: center;
    margin-top: 10px;
}


@media (min-width: 500px) {
    .operator.teams > .bottom > .team > div > .wrap {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

.operator.teams > .bottom > .team > div > .wrap > .btn {
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 10px 15px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

@media (min-width: 500px) {
    .operator.teams > .bottom > .team > div > .wrap > .btn {
        margin: 0 10px;
    }
}

.operator.teams > .bottom > .team > div > .wrap > .btn.blue {
    background: linear-gradient(229.73deg, #003DA7 -19.09%, #50C7FF 131.11%);
}

.operator.teams > .bottom > .team > div > .wrap > .btn.red {
    background: linear-gradient(229.73deg, #A70000 -19.09%, #FF5050 131.11%);
}

.operator.teams > .btn {
    background: linear-gradient(229.73deg, #00A76B -19.09%, #50FFAB 131.11%);
    border-radius: 4px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 10px 15px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.operator.teams > .btn.active {
    background: #858585;
    opacity: 0.75;
}

.operator.tacts > .btn.active {
    background: #858585;
    opacity: 0.75;
}