@media screen and (max-width: 1360px) {
    .right-sidebar {flex-flow:column;}
    .right-sidebar .cab-awards {width:100%;}
}
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 860px) {
    .history-spreadsheet.transactions-table .hsr-list[data-v-81d1ced6] {grid-template-columns:30% 40% 30%; gap:20px;}
    .history-spreadsheet.transactions-table .hsr-list[data-v-81d1ced6] li:nth-child(3) {order:5;}
}
@media screen and (max-width: 460px) {
    .history-spreadsheet.transactions-table .hsr-list[data-v-81d1ced6] {overflow:hidden;}
    .history-spreadsheet.transactions-table .hsr-list[data-v-81d1ced6] {grid-template-columns:50% 50%; gap:10px;}
    .breads {flex-wrap:wrap;}
    .breads li a {white-space:nowrap;}
    .breads li span.no-before:before {order:2;content: ''; width: 15px; height: 15px; min-width: 15px; background: url(../images/breads-arrow.svg) center / 6px no-repeat; display:inline-flex;}
    .breads li span:before {order:2;}
    .breads li:last-child span:before {display:none;}
    .awards-cell {gap:10px; flex-flow:column;}
    .awards-cell[data-v-0f777530] {flex-flow:column;}
    .panel-list li {width:16.6%;}
    .panel-list li a {width:auto;}
    .my_balance-table h2 {text-align:center;}
    header.header,
    .currency-rating,
    .right-sidebar {min-width:auto;}
    .sidebar-nav { padding: 10px 5px;}
}

@media screen and (max-width: 360px) {
    .logotype a {font-size:12px;}
    .cabinet-header h1, .team-info-column h3, .fw-right ul li, .hiw-list li, .hm-right ul li, .of-header p, .trick-text p, .profitable-list li h4, .fw-item h4, .for-whom-header h3, .what-get-right h3, .trick-list li, .faq-question h4, .stepbystep-list li h3, .wei-head h3, .contact-form h2, .site-link, .safety-name h3, .ets-rightside ul li, .wtl-details h2 {font-size:20px;}
    .breads li span, .breads li a, .scrollbar span, .reg-action a, .navigation li a {font-size:12px;}
    .cabinet-header, .cabinet-body, header, .header, .cabinet-wrapper, .cabinet-sidebar, .sidebar-nav {min-width:auto;}
    .create-btn, .payment-btn,
    .my_balance-table h2,
    .currency-rating h2, .cab-transactions h2, .cab-awards h2 {font-size:15px;}
}


/* ============================ */

.clickable {
    cursor: pointer;
}


.sheet-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sheet-row.head .sheet-list {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
}

.sheet-row .sheet-list {
    display: grid;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 16px;
}

.sheet-row .sheet-list > .is-right-col {
    justify-self: end;
    text-align: right;
}

.sheet-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .sheet-row.head .sheet-list li {
        font-size: 12px;
    }
    .sheet-row:not(.head) .sheet-list li {
        font-size: 13px;
    }
    .sheet-row .sheet-list li {
        min-width: auto;
    }

    .sheet-row .sheet-list li span.money-amount {font-size:13px;}
}

@media screen and (max-width: 460px) {
    .sheet-list li {
        min-width: 200px;
    }
}

/* ------------------------ */

.right-panel {
    display: flex;
    flex-flow: column;
    padding: 32px 16px;
    background: #001519;
    gap: 8px;
}

@media screen and (max-width: 1390px) {
    .right-sidebar, .right-panel {
        width: 100%;
    }

    .right-sidebar {
        display: grid;
        grid-template-columns: 49% 49%;
    }
}

@media screen and (max-width: 1150px) {
    .right-sidebar {
        display: flex;
    }
}


.rp-item {
    display: flex;
    flex-flow: column;
    gap: 14px;
}

.rp-item h2{
    text-align: center;
}

.rp-list {
    display: flex;
    flex-flow: column;
    gap: 24px;
    margin-top: 10px;
}

.rp-cell {
    display: grid;
    align-items: center;
    padding: 4px 0;
}

@media screen and (max-width: 460px) {
    .rp-cell {
        gap: 10px;
        flex-flow: column;
    }
}

@media screen and (max-width: 440px) {
    .rp-cell {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}


/* ------------------ */

h2 {
    font-weight: 700;
    font-size: 20px;
    color: #F2F2F2;
}

@media screen and (max-width: 1700px) {
    h2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 460px) {
    h2 {
        text-align: center;
        font-size: 16px;
    }
}

/* ----------------------- */
.common-btn {
    color: #F2F2F2;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 48px;
    background: #788C30;
    border: 0;
    border-radius: 8px;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    gap: 10px;
    user-select: none;
    transition: transform 80ms ease, filter 120ms ease, box-shadow 120ms ease;
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
}

.common-btn:hover { filter: brightness(1.05); }

.common-btn:active {
    transform: translateY(1px) scale(0.98);
    filter: brightness(0.92);
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.common-btn:focus-visible {
    outline: 2px solid #DCE6A6;
    outline-offset: 2px;
}

.common-btn:disabled { opacity: .6; cursor: not-allowed; }

@media (prefers-reduced-motion: reduce) {
    .common-btn { transition: none; }
}

.btn-mini {
    font-size: 14px;
    line-height: 1;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 6px;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

@media (max-width: 950px) {
    .common-btn {
        font-size: 15px;
        line-height: 42px;
        border-radius: 7px;
        gap: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,.12);
        white-space: nowrap;
    }
    .common-btn svg,
    .common-btn img.icon { width: 18px; height: 18px; }

    .btn-mini,
    .common-btn.btn-mini {
        font-size: 13px;
        line-height: 0.9;
        min-height: 30px;
        padding: 0 10px;
        border-radius: 6px;
        gap: 5px;
        box-shadow: 0 2px 6px rgba(0,0,0,.08);
        white-space: nowrap;
    }
    .btn-mini svg,
    .btn-mini img.icon { width: 16px; height: 16px; }

}

@media (max-width: 460px) {

    .btn-mini,
    .common-btn.btn-mini {
        font-size: 12px;
        min-height: 28px;
        padding: 0 10px;
        border-radius: 5px;
        gap: 4px;
        box-shadow: 0 1px 4px rgba(0,0,0,.12);
    }
    .btn-mini svg,
    .btn-mini img.icon { width: 14px; height: 14px; }

    .common-btn {
        font-size: 14px;
        line-height: 36px;
        border-radius: 6px;
        gap: 6px;
        box-shadow: 0 3px 8px rgba(0,0,0,.12);
        padding: 0 12px;
        white-space: nowrap;
    }
    .common-btn svg,
    .common-btn img.icon { width: 16px; height: 16px; }
}

