:root {
    --member-brand-navy: #071f59;
    --member-brand-blue: #1a73ff;
    --member-brand-blue-dark: #0b57d0;
    --member-brand-blue-bright: #2a82ff;
    --member-brand-blue-deep: #1262e2;
    --member-brand-blue-soft: rgba(26, 115, 255, 0.10);
    --member-brand-panel-gradient: linear-gradient(160deg, rgba(7, 31, 89, 0.98), rgba(17, 77, 199, 0.94));
    --member-brand-action-gradient: linear-gradient(135deg, var(--member-brand-blue), var(--member-brand-blue-dark));
    --member-brand-action-gradient-hover: linear-gradient(135deg, var(--member-brand-blue-bright), var(--member-brand-blue-deep));
}

body {
    background:
        radial-gradient(circle at top right, rgba(42, 130, 255, 0.10), transparent 28%),
        linear-gradient(180deg, #eef4ff 0%, #f8fbff 42%, #f5f7fb 100%);
    padding-top: 72px;
}

#page_content {
    background: transparent;
}

#header_main,
#sidebar_main .sidebar_main_header,
.user_heading,
.title_sidebar {
    background: var(--member-brand-panel-gradient) !important;
}

#header_main {
    height: auto;
    padding: 8px 30px 0;
    background: transparent !important;
    box-shadow: none;
}

#header_main .header_main_content {
    max-width: none;
    margin: 0;
}

#header_main .uk-navbar.member-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 8px 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(8, 33, 92, 0.98), rgba(24, 81, 199, 0.95)) !important;
    box-shadow: 0 10px 22px rgba(11, 34, 85, 0.14);
}

#header_main .sSwitch .sSwitchIcon,
#header_main .sSwitch .sSwitchIcon:before,
#header_main .sSwitch .sSwitchIcon:after {
    background: rgba(255, 255, 255, 0.92) !important;
}

#header_main .logo_regular {
    width: 104px;
    margin: 0 !important;
}

.member-header__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.member-header__logo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 38px;
    padding: 6px 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 242, 255, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0 6px 14px rgba(8, 26, 74, 0.12);
}

.member-header__brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.member-header__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 18px;
    margin-bottom: 1px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.member-header__brand-copy strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.member-header__subtext {
    display: none;
}

.member-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.member-header__account {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.member-header__account-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.member-header__account-copy {
    display: flex;
    flex-direction: column;
}

.member-header__account-copy strong {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.member-header__account-copy span {
    display: none;
}

.member-header__action-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.member-header__action-btn {
    min-height: 34px;
    padding: 2px 12px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(11, 34, 85, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 242, 255, 0.96)) !important;
    color: #0f2454 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

.member-header__logout-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 242, 255, 0.96)) !important;
}

.member-header__action-btn i {
    color: #0f2454 !important;
    font-size: 18px !important;
    margin-right: 6px !important;
}

.member-header__action-btn:hover {
    background: #ffffff !important;
}

#sidebar_main .sidebar_main_header .sidebar_logo {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fa;
    border-bottom: 1px solid rgba(15, 36, 84, 0.08);
}

#sidebar_main .sidebar_main_header .sidebar_logo .logo_regular {
    width: 118px;
    margin: 0 !important;
}

.md-btn-primary,
.md-btn-primary:active,
.md-btn-primary:focus,
.md-btn-primary.uk-active,
.md-btn-success,
.md-btn-success:active,
.md-btn-success:focus,
.md-btn-success.uk-active {
    background: var(--member-brand-action-gradient) !important;
    color: #fff !important;
}

.md-btn-primary:hover,
.md-btn-success:hover {
    background: var(--member-brand-action-gradient-hover) !important;
}

.md-btn-primary,
.md-btn-success {
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(11, 34, 85, 0.16);
}

.member-header__logout-btn,
.member-header__logout-btn:active,
.member-header__logout-btn:focus,
.member-header__logout-btn:hover,
.member-header__logout-btn.uk-active {
    background: #ffffff !important;
    color: var(--member-brand-blue-dark) !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(11, 34, 85, 0.10) !important;
}

.member-header__logout-btn i,
.member-header__logout-btn:active i,
.member-header__logout-btn:focus i,
.member-header__logout-btn:hover i {
    color: var(--member-brand-blue-dark) !important;
}

#sidebar_main .menu_section > ul > li > a {
    border-radius: 16px;
    margin: 4px 10px;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

#sidebar_main .menu_section > ul > li > a:hover {
    background: rgba(26, 115, 255, 0.08);
}

#sidebar_main .menu_section > ul > li.current_section > a,
#sidebar_main .menu_section > ul > li.current_section > a:hover {
    background: var(--member-brand-action-gradient);
    box-shadow: 0 14px 30px rgba(11, 34, 85, 0.14);
}

#sidebar_main .menu_section > ul > li.current_section > a .menu_icon i,
#sidebar_main .menu_section > ul > li.current_section > a .menu_title {
    color: #fff !important;
}

.card-tryoutku {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(26, 115, 255, 0.10);
    box-shadow: 0 26px 56px rgba(11, 34, 85, 0.10);
}

.card-tryoutku .user_heading {
    position: relative;
    padding: 28px 28px 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
        var(--member-brand-panel-gradient) !important;
}

.card-tryoutku .user_heading_avatar .thumbnail {
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 22px rgba(11, 34, 85, 0.18);
}

.card-tryoutku .user_heading_content .heading_b,
.card-tryoutku .user_heading_content .heading_b .uk-text-truncate {
    color: #fff;
}

.card-tryoutku .user_heading_content .sub-heading {
    color: rgba(255, 255, 255, 0.78) !important;
}

.card-tryoutku .user_stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.card-tryoutku .user_stats > li {
    min-width: 150px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
}

.card-tryoutku .user_stats .heading_a {
    margin: 0;
    color: #fff;
}

.card-tryoutku .user_stats .heading_a .sub-heading {
    color: rgba(255, 255, 255, 0.76) !important;
}

.card-tryoutku .user_content {
    padding: 24px 28px 28px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
}

#user_profile_tabs {
    margin: 0 -28px 22px;
    padding: 0 28px;
    border-bottom-color: rgba(15, 36, 84, 0.10);
    background: rgba(248, 251, 255, 0.92);
}

#user_profile_tabs > li > a {
    min-width: 120px;
    color: #5f7097;
    font-weight: 700;
    border-bottom-width: 3px;
}

#user_profile_tabs > li > a:hover {
    color: #0f2454;
    border-bottom-color: rgba(26, 115, 255, 0.18);
}

#user_profile_tabs > li.uk-active > a {
    color: #0f2454;
    border-bottom-color: var(--member-brand-blue);
}

#user_profile_tabs_content {
    margin-top: 0;
}

body.member-dashboard-page #page_content_inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 28px 28px 110px;
}

.member-dashboard-profile {
    width: 100%;
}

.member-profile-shell {
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(26, 115, 255, 0.10);
    box-shadow: 0 20px 48px rgba(11, 34, 85, 0.08);
}

.member-profile-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 22px 24px 18px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(160deg, rgba(7, 31, 89, 0.98), rgba(17, 77, 199, 0.94));
}

.member-profile-hero__main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.member-profile-avatar {
    position: relative;
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(6, 22, 61, 0.16);
}

.member-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.member-profile-avatar__initial {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(8, 33, 92, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.member-profile-hero__copy {
    min-width: 0;
}

.member-profile-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    margin-bottom: 8px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.member-profile-title {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 800;
}

.member-profile-subtitle {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.5;
}

.member-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.member-profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.member-profile-badge i {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
}

.member-profile-hero__summary {
    min-width: 0;
}

.member-profile-summary-card {
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.09));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.member-profile-summary-card__eyebrow {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.member-profile-summary-card__title {
    margin: 8px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.member-profile-summary-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.member-profile-summary-card__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.member-profile-summary-card__item > span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
}

.member-profile-summary-card__item > strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.member-profile-stat-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.member-profile-stat-card {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.member-profile-stat-card__label {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.member-profile-stat-card__value {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
}

.member-profile-stat-card__meta {
    display: none;
}

.member-profile-content {
    padding: 0 32px 32px !important;
    background: linear-gradient(180deg, #ffffff, #f9fbff) !important;
}

.member-profile-shell #user_profile_tabs {
    margin: 0;
    padding: 0 6px;
    border-bottom-color: rgba(15, 36, 84, 0.10);
    background: transparent;
}

.member-profile-shell #user_profile_tabs > li > a {
    min-width: 136px;
    padding: 12px 16px !important;
    color: #66779c;
    font-weight: 800;
}

.member-profile-switcher {
    margin-top: 0;
    padding-top: 24px;
}

.member-profile-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 22px;
    align-items: start;
}

.member-profile-panel {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(26, 115, 255, 0.10);
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    box-shadow: 0 16px 34px rgba(15, 36, 84, 0.05);
}

.member-profile-panel--accent {
    background: linear-gradient(180deg, rgba(241, 246, 255, 0.98), rgba(252, 253, 255, 0.98));
}

.member-profile-panel--tryout {
    padding: 24px;
}

.member-section-heading {
    margin-bottom: 20px;
}

.member-section-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.member-section-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(26, 115, 255, 0.10);
    color: var(--member-brand-blue-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.member-section-heading__title {
    margin: 10px 0 0;
    color: #0f2454;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 800;
}

.member-profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.member-profile-detail-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #f7faff);
    border: 1px solid rgba(26, 115, 255, 0.08);
}

.member-profile-detail-card--wide {
    grid-column: 1 / -1;
}

.member-profile-detail-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 16px;
    background: rgba(26, 115, 255, 0.12);
}

.member-profile-detail-card__icon i {
    color: var(--member-brand-blue-dark);
    font-size: 22px;
}

.member-profile-detail-card__content {
    min-width: 0;
}

.member-profile-detail-card__label {
    display: block;
    color: #6d7d9d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.member-profile-detail-card__value {
    display: block;
    margin-top: 8px;
    color: #0f2454;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 700;
}

.member-profile-detail-card__value--multiline {
    white-space: normal;
}

.member-profile-quick-list {
    display: grid;
    gap: 12px;
}

.member-profile-quick-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(26, 115, 255, 0.08);
}

.member-profile-quick-item__label {
    color: #6d7d9d;
    font-size: 13px;
}

.member-profile-quick-item__value {
    color: #0f2454;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
    text-align: right;
}

.member-profile-highlight {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(140deg, rgba(8, 33, 92, 0.98), rgba(24, 81, 199, 0.92));
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 36, 84, 0.14);
}

.member-profile-highlight__eyebrow {
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.member-profile-highlight__title {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}

.member-profile-highlight__text {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.member-profile-message:empty {
    display: none;
}

.member-profile-message {
    margin-bottom: 18px;
}

.member-tryout-total {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(26, 115, 255, 0.10);
    color: var(--member-brand-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.member-tryout-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}

.member-tryout-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(26, 115, 255, 0.08);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 12px 28px rgba(15, 36, 84, 0.05);
}

.member-tryout-card__main {
    min-width: 0;
}

.member-tryout-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.member-tryout-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.member-tryout-status.is-ready {
    background: rgba(36, 180, 126, 0.12);
    color: #137f57;
}

.member-tryout-status.is-finished {
    background: rgba(26, 115, 255, 0.12);
    color: var(--member-brand-blue-dark);
}

.member-tryout-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6d7d9d;
    font-size: 13px;
    font-weight: 600;
}

.member-tryout-date i {
    color: #7f8fb1;
    font-size: 18px;
}

.member-tryout-card__title {
    margin: 12px 0 0;
    color: #0f2454;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 800;
}

.member-tryout-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 14px;
}

.member-tryout-card__meta > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #627392;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.member-tryout-card__meta i {
    color: var(--member-brand-blue-dark);
    font-size: 18px;
}

.member-tryout-card__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.member-tryout-btn {
    min-width: 152px;
    min-height: 40px;
    border-radius: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
}

.member-tryout-btn--secondary,
.member-tryout-btn--secondary:active,
.member-tryout-btn--secondary:focus,
.member-tryout-btn--secondary:hover {
    background: rgba(26, 115, 255, 0.10) !important;
    color: #0f2454 !important;
    box-shadow: none !important;
}

.member-tryout-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 38px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    border: 1px dashed rgba(26, 115, 255, 0.22);
    text-align: center;
}

.member-tryout-empty i {
    color: var(--member-brand-blue-dark);
    font-size: 32px;
}

.member-tryout-empty strong {
    color: #0f2454;
    font-size: 19px;
    font-weight: 800;
}

.member-tryout-empty span {
    max-width: 480px;
    color: #6d7d9d;
    font-size: 14px;
    line-height: 1.7;
}

.card-tryoutku .md-list.md-list-addon,
.card-tryoutku .md-list:not(.md-list-addon) {
    border-radius: 22px;
    overflow: hidden;
}

.card-tryoutku .md-list.md-list-addon > li,
.card-tryoutku .md-list > li {
    border-bottom-color: rgba(15, 36, 84, 0.08);
    background: #fff;
}

.card-tryoutku .md-list.md-list-addon > li:nth-child(even),
.card-tryoutku .md-list > li:nth-child(even) {
    background: rgba(248, 251, 255, 0.86);
}

.card-tryoutku .md-list-addon-element > .md-list-addon-icon,
.card-tryoutku .md-list-addon-element > .material-icons {
    color: var(--member-brand-blue-dark);
}

.card-tryoutku .md-list-content .md-list-heading {
    color: #0f2454;
    font-weight: 700;
}

.list-tryout {
    padding: 20px 22px;
    border-radius: 20px;
    border: 1px solid rgba(26, 115, 255, 0.08);
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    box-shadow: inset 0 0 0 1px rgba(26, 115, 255, 0.03);
}

.list-tryout .name a {
    color: #0f2454;
    font-weight: 800;
}

.list-tryout .action {
    text-align: right;
}

.uk-tab > li.uk-active > a {
    border-bottom-color: var(--member-brand-blue);
}

.uk-pagination > li.uk-active > a,
.uk-pagination > li.uk-active > span {
    background: var(--member-brand-action-gradient) !important;
}

@media (max-width: 959px) {
    body {
        padding-top: 68px;
    }

    body.member-dashboard-page #page_content_inner {
        padding: 18px 14px 88px;
    }

    #header_main {
        padding: 8px 8px 0;
    }

    #header_main .uk-navbar.member-header__nav {
        flex-direction: row;
        align-items: center;
        min-height: 48px;
        padding: 6px 10px;
        border-radius: 18px;
    }

    .member-header__brand,
    .member-header__actions {
        width: auto;
    }

    .member-header__brand {
        gap: 8px;
        min-width: 0;
    }

    .member-header__logo-panel {
        min-width: 88px;
        min-height: 32px;
        padding: 5px 8px;
        border-radius: 12px;
    }

    #header_main .logo_regular {
        width: 82px;
    }

    .member-header__brand-copy {
        justify-content: center;
    }

    .member-header__eyebrow {
        display: none;
    }

    .member-header__brand-copy strong {
        font-size: 13px;
    }

    .member-header__actions {
        gap: 6px;
    }

    .member-header__account {
        padding: 0;
        border: none;
        background: transparent;
    }

    .member-header__account-copy {
        display: none;
    }

    .member-header__account-badge {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .member-header__action-group {
        width: auto;
        justify-content: flex-end;
    }

    .member-header__action-btn {
        min-height: 30px;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 12px !important;
        line-height: 28px !important;
    }

    .member-header__action-btn i {
        font-size: 16px !important;
        margin-right: 4px !important;
    }

    .card-tryoutku .user_heading {
        padding: 22px 20px 20px;
    }

    .card-tryoutku .user_content {
        padding: 18px 18px 22px;
    }

    #user_profile_tabs {
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .list-tryout .action {
        text-align: left;
    }

    .member-profile-shell {
        border-radius: 24px;
    }

    .member-profile-hero {
        grid-template-columns: 1fr;
        padding: 18px 18px 16px;
    }

    .member-profile-hero__main {
        flex-direction: column;
        align-items: flex-start;
    }

    .member-profile-title {
        font-size: 22px;
    }

    .member-profile-stat-grid,
    .member-profile-overview,
    .member-profile-detail-grid,
    .member-tryout-card {
        grid-template-columns: 1fr;
    }

    .member-profile-summary-card__list {
        grid-template-columns: 1fr;
    }

    .member-profile-content {
        padding: 0 18px 22px !important;
    }

    .member-profile-shell #user_profile_tabs {
        padding: 0;
    }

    .member-profile-shell #user_profile_tabs > li > a {
        min-width: 0;
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center;
    }

    .member-section-heading--row {
        flex-direction: column;
        align-items: flex-start;
    }

    .member-tryout-card__action {
        justify-content: flex-start;
    }

    .member-tryout-btn {
        min-width: 100%;
    }
}
