@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Pacifico&family=Roboto:wght@100;400;700&family=Rubik+Glitch&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html .og_max-width p, html .og_max-width a {
    font-size: 20px;
}

a {
    color: #0FA6AB;
    text-decoration: underline;
}

.og_h1 {
    margin: 0;
}

.og_head {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/img/profile/payment/bg.png);
}
.og_head p {
    font-family: "Rubik Glitch", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.og_max-width:not(:last-child) {
    margin-bottom: 70px;
}

.og_max-width > span, html h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #0FA6AB;
    display: block;
    margin: 70px 0 20px 0;
    text-align: center;
}

.dotable {
    font-size: 16px;
    margin: 10px;
}

.report_main a {
    color: #FF7C03;
    width: fit-content;
    display: block;
    margin: 10px auto 0;
}

.report_main .payment_billet {
    background-size: cover;
    margin: 0 auto 30px auto;
}

table {
    width: 100%;
    border-bottom: 1px solid #333333;
}
table.active tbody tr:nth-child(n+6) {
    display: table-row;
}
table thead tr {
    background: #0FA6AB;
    color: #ffffff;
}
table thead td {
    text-align: center;
    padding: 8px 5px;
}
table tbody tr:nth-child(even) {
    background-color: rgb(239, 239, 239);
}
table tbody tr:nth-child(n+6) {
    display: none;
}
table tbody tr td, table tfoot tr td {
    padding: 10px;
}

.report_income p {
    margin-top: 30px;
}

.report_section div {
    margin-bottom: 30px;
}
.report_section div p {
    font-size: 16px;
}
.report_section div p:first-child {
    margin-bottom: 5px;
}
.report_section div p:last-child {
    margin-top: 5px;
}
.report_section_summ {
    margin: 20px 0 50px 0 !important;
}
.report_section_hands table {
    margin-bottom: 20px;
}
.report_section_hands tfoot tr {
    background: rgba(89, 204, 208, 0.8);
    color: #ffffff;
}
.report_section_hands p:last-child {
    font-size: 20px;
}
.report_section .bir {
    margin-bottom: 70px;
}

.report_text > p {
    margin: 50px 0 15px 0;
    font-size: 16px;
}

.report_audio > p, .report_balance > p {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .og_head p {
        font-size: 30px;
    }
}
@media (max-width: 820px) {
    .og_max-width.report_section {
        margin: 0 !important;
    }
    .og_max-width {
        margin: 0;
    }
    .report_main .payment_billet .white {
        width: auto;
        padding: 8px 13px 8px 16px !important;
        font-size: 16px;
    }
    .report_main .payment_billet p {
        font-size: 14px !important;
        margin-top: 20px;
    }
    .report_main p {
        margin: 0;
    }
    .og_max-width p, .og_max-width a {
        font-size: 16px;
    }
    .og_max-width > span, html h1 {
        font-size: 24px;
        margin: 0 0 0 0;
    }
    .og_max-width:not(:last-child) {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    html .og_head {
        height: 80px;
    }
    html .og_head p {
        font-size: 25px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
    .house_table {
        overflow: auto;
    }
    table thead td, table tbody td {
        white-space: pre;
    }
    html body > div.og_head > div > p {
        font-size: 20px !important;
    }
    .payment_billet {
        flex-direction: column;
    }
    .payment_billet .left {
        text-align: center;
}
.payment_billet .left span {
    font-size: 16px;
}
.payment_billet .left p {
    margin: 10px 0;
    line-height: 16px;
}
.payment_billet .white {
    font-size: 14px !important;
}
.og_max-width > span, html h1 {
    font-size: 20px;
    line-height: 26px;
}
}

.author-levels {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

.author-levels__summary {
    flex: 1 1 280px;
    background: #f5f9fc;
    border-radius: 16px;
    padding: 24px;
    display: grid;
    gap: 12px;
}

.author-levels__intro {
    flex: 1 1 320px;
    background: #ffffff;
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    padding: 24px;
}

.author-levels__details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.author-levels__block {
    background: #ffffff;
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.author-levels__cta .lnk1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.author-bonus {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.author-bonus__purchase {
    background: #fff7e6;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #ffd9a0;
}

.author-bonus__purchase-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.author-bonus__purchase-form p {
    margin: 0;
}

.author-bonus__stats {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e4ebf3;
    padding: 24px;
}

.author-bonus__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 16px;
}

.author-bonus__card {
    border-radius: 12px;
    border: 1px solid #edf2f7;
    padding: 16px;
    background: #f9fbff;
    display: grid;
    gap: 8px;
}

.author-bonus__card--success {
    border-color: #38a169;
    background: #f0fff4;
}

.author-bonus__card--pending {
    border-color: #f6ad55;
    background: #fffaf0;
}

.author-bonus__label {
    font-size: 14px;
    color: #4a5568;
}

.author-bonus__value {
    font-size: 20px;
    color: #1a202c;
}

.author-bonus__note {
    font-size: 13px;
    color: #718096;
}

.author-bonus__table {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e4ebf3;
    padding: 24px;
}

.author-bonus__hint {
    margin-top: 12px;
    color: #c05621;
}

@media (max-width: 640px) {
    .author-levels {
        flex-direction: column;
    }

    .author-levels__intro,
    .author-levels__summary {
        width: 100%;
    }
}

/*# sourceMappingURL=report.css.map */