.elementor-1736 .elementor-element.elementor-element-9d0cf73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1736 .elementor-element.elementor-element-9b4fcbf{--display:flex;}.elementor-1736 .elementor-element.elementor-element-9b4fcbf.premium-cursor-icon .premium-global-cursor-9b4fcbf i{font-size:20px;line-height:20px;}.elementor-1736 .elementor-element.elementor-element-9b4fcbf.premium-cursor-icon .premium-global-cursor-9b4fcbf i,
					.elementor-1736 .elementor-element.elementor-element-9b4fcbf.premium-cursor-image .premium-global-cursor-9b4fcbf,
					.elementor-1736 .elementor-element.elementor-element-9b4fcbf.premium-cursor-fimage .premium-global-cursor-9b4fcbf,
					.elementor-1736 .elementor-element.elementor-element-9b4fcbf.premium-cursor-lottie .premium-global-cursor-9b4fcbf .premium-cursor-lottie-icon,
					.elementor-1736 .elementor-element.elementor-element-9b4fcbf.premium-cursor-icon .premium-global-cursor-9b4fcbf .premium-cursor-icon-svg{height:20px;width:20px;}.elementor-1736 .elementor-element.elementor-element-9b4fcbf .premium-global-cursor-9b4fcbf{transform:rotate(0deg);}/* Start custom CSS for container, class: .elementor-element-9b4fcbf */body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.dashboard {
    max-width: 1200px;
    margin: 50px auto;
    background: #A1C3DA;
    padding: 20px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.dashboard-header {
    background: #2E7D32;
    color: white;
    padding: 30px 20px;
    text-align: center;
    font-size: 32px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 40px;
    font-weight: bold;
}

.dashboard-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.dashboard-item {
    background: #E8F5E9;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex: 1 1 250px;
    max-width: 350px;
    margin: 0 10px;
}

.dashboard-item:hover {
    background: #F79985;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.dashboard-item i {
    font-size: 50px;
    color: #2E7D32;
    margin-bottom: 20px;
}

.dashboard-item h3 {
    font-size: 26px;
    color: #000000;
    margin: 0;
    font-weight: bold;
}

.puntentelling-item {
    flex-basis: 100%;
    max-width: 500px;
    background-color: #F4D00F;
    color: #000000;
    border-radius: 20px;
    padding: 40px 30px;
    margin: 40px auto 0 auto;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    cursor: pointer;
}

.puntentelling-item:hover {
    background-color: #FFD700;
    color: #ffffff;
    transform: translateY(-10px);
}

.puntentelling-item i {
    font-size: 60px;
    margin-bottom: 20px;
}

.puntentelling-item h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}/* End custom CSS */