.egg_tray_container_worksheet {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.egg_tray_worksheet {
    width: 156px;
    height: 75px;
    background-color: #d8d090;
    border: 1px solid #d3c48d;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content:  center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 10px;
}

.egg_worksheet {
    width: 20px;
    height: 20px;
    border-radius: 80% 25% 55% 50%/55% 25% 80% 50%;
    border: 2px solid #1c446b;
    transform: rotate(-45deg);
    background: white;
}

.empty_egg_worksheet{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: rgba(50, 50, 93, 0.25) 0 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0 18px 36px -18px inset;
}

.mathematical_egg_tray_container_worksheet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}

.egg_tray_mathematical_symbol_worksheet {
    font-size: 2rem;
    font-weight: 700;
}

.egg_worksheet, .empty_egg_worksheet {
    margin: 7px 5px;
}

.egg_tray_worksheet_answer {
    width: 60px;
    height: 50px;
    border: 2px solid rgba(0,0,0,0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
}
