.dashboard-page {
    max-width: 1240px;
    margin: 0 auto;
    color: #353535;
}

.dashboard-row {
    justify-content: center;
}

.dashboard-column {
    margin: 0 auto;
}

.dashboard-card {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 44px rgba(58, 53, 43, 0.12);
}

.dashboard-card__header,
.dashboard-card > .card-header {
    padding: 22px 28px;
    background: linear-gradient(135deg, rgba(255, 234, 44, 0.9), rgba(240, 167, 51, 0.7));
    color: #2e2a23;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(53, 53, 53, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.dashboard-card--notice .dashboard-card__header,
.dashboard-card--notice > .card-header {
    background: linear-gradient(135deg, rgba(255, 234, 44, 0.9), rgba(240, 167, 51, 0.7));
    color: #2e2a23;
}

.dashboard-card__body,
.dashboard-card > .card-body {
    padding: 30px 32px 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 247, 240, 0.9));
    font-size: 18px;
    line-height: 1.85;
}

.dashboard-card__body strong {
    color: #26231d;
    font-weight: 600;
}

.dashboard-card__body a {
    color: #727271;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.dashboard-card__body .form-group,
.dashboard-card > .card-body .form-group {
    margin-bottom: 22px;
}

.dashboard-card__body .form-label,
.dashboard-card > .card-body .form-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(53, 53, 53, 0.7);
}

.dashboard-card__body .form-control,
.dashboard-card__body .select2-container--default .select2-selection--single,
.dashboard-card > .card-body .form-control {
    min-height: 54px;
    border: 1px solid rgba(53, 53, 53, 0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.dashboard-card__body .form-control,
.dashboard-card > .card-body .form-control {
    padding: 14px 16px;
    font-size: 16px;
}

.dashboard-card__body .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.dashboard-card__body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4;
    padding-left: 0;
    color: #353535;
}

.dashboard-card__body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.dashboard-card__body .checkbox-list {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 234, 44, 0.14);
}

.dashboard-card__body .checkbox {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

.dashboard-card__body .form-submit,
.dashboard-card > .card-body .form-submit {
    margin-top: 30px;
}

.dashboard-card__body .btn.btn-info,
.dashboard-card > .card-body .btn.btn-info {
    min-width: 180px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    background: #727271;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(53, 53, 53, 0.18);
}

.dashboard-card__body .btn.btn-info:hover,
.dashboard-card__body .btn.btn-info:focus,
.dashboard-card > .card-body .btn.btn-info:hover,
.dashboard-card > .card-body .btn.btn-info:focus {
    background: #5f5f5e;
}

.dashboard-card__body hr {
    margin: 28px 0;
    border-color: rgba(53, 53, 53, 0.1);
}

.paypal-frame {
    max-width: 1000px;
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(53, 53, 53, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.resi-app-footer {
    margin-top: 48px;
    background: #353535;
    color: #ffffff;
}

.resi-app-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 20px;
}

.resi-app-footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.resi-app-footer__meta {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
}

.resi-app-footer__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.resi-app-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.resi-app-footer__list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.resi-app-footer__list a:hover,
.resi-app-footer__list a:focus {
    color: #ffea2c;
    text-decoration: none;
}

@media (max-width: 991px) {
    .dashboard-card__header,
    .dashboard-card > .card-header {
        padding: 20px 22px;
        font-size: 26px;
    }

    .dashboard-card__body,
    .dashboard-card > .card-body {
        padding: 24px 22px 28px;
        font-size: 17px;
    }

    .resi-app-footer__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .resi-app-footer__nav,
    .resi-app-footer__list {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .dashboard-card {
        border-radius: 18px;
    }

    .dashboard-card__header,
    .dashboard-card > .card-header {
        font-size: 22px;
    }

    .dashboard-card__body,
    .dashboard-card > .card-body {
        padding: 22px 18px 24px;
        font-size: 16px;
        line-height: 1.75;
    }

    .paypal-frame {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .resi-app-footer {
        margin-top: 36px;
    }

    .resi-app-footer__inner {
        padding: 18px 16px;
    }

    .resi-app-footer__meta,
    .resi-app-footer__list a {
        font-size: 15px;
    }
}
