.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-18999 .elementor-element.elementor-element-27b92ba6:not(.elementor-motion-effects-element-type-background), .elementor-18999 .elementor-element.elementor-element-27b92ba6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7E8C9;background-image:url("https://7days.competence-alliance.eu/wp-content/uploads/2025/12/BackgroundV2_2560x1000.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18999 .elementor-element.elementor-element-27b92ba6 > .elementor-container{max-width:1320px;}.elementor-18999 .elementor-element.elementor-element-27b92ba6{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 20px 80px 20px;}.elementor-18999 .elementor-element.elementor-element-27b92ba6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18999 .elementor-element.elementor-element-0c10ab6 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-18999 .elementor-element.elementor-element-0c10ab6{text-align:center;}.elementor-18999 .elementor-element.elementor-element-0c10ab6 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:#FFFFFF;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-18999 .elementor-element.elementor-element-27b92ba6{padding:70px 20px 70px 20px;}.elementor-18999 .elementor-element.elementor-element-0c10ab6 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-18999 .elementor-element.elementor-element-0c10ab6{text-align:center;}}@media(max-width:767px){.elementor-18999 .elementor-element.elementor-element-27b92ba6{padding:30px 20px 30px 20px;}.elementor-18999 .elementor-element.elementor-element-0c10ab6 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-346a729 *//* Gesamte Sidebar */
.um-dashboard-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Profilbereich */
.um-sidebar-profile {
    text-align: center;
}

.um-sidebar-profile .avatar img {
    border-radius: 50%;
}

.um-sidebar-profile .email {
    margin-top: 15px;
    font-weight: 600;
    color: #333;
    word-break: break-all;
}

.balance-box {
    margin-top: 15px;
    font-size: 15px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 8px;
}

.balance-label {
    font-weight: 600;
    color: #555;
}

.balance-value {
    float: right;
    font-weight: 700;
    color: #b42222;
}

/* Navigation */
.um-sidebar-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.um-sidebar-section ul li {
    margin: 12px 0;
}

.um-sidebar-section ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #444;
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.2s;
}

.um-sidebar-section ul li a:hover {
    background: #f0f0f0;
}

/* Logout Button */
.um-sidebar-logout {
    margin-top: auto;
}

.logout-button {
    display: block;
    width: 100%;
    padding: 12px;
    background: #e60000;
    color: white !important;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
}

.logout-button:hover {
    background: #b80000;
}

.um-sidebar-profile .email {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    color: #222;
}

.um-sidebar-profile .avatar img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.balance-value {
    color: #c40000;
    font-size: 16px;
}

.um-sidebar-section ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 15px auto;
}/* End custom CSS */