.lottery-number-circle {
    padding: 1em;
    border: 1px solid black;
    border-radius: 50%;
    background-color: white;
}

.lottery-section-background {
    padding: 1em;
    min-width: 38em;
    /* width: 60%; */
}

.test {
    background-color: #e195ff;
}

input[type=button], button {
    cursor: pointer;
}

.quick-pick-font-size {
    font-size: 1.5em;
}

.header-no-space {
    margin: 0px;
}

#lottery_email_section_box {
    padding: 1em;
    border: 1px solid black;
    min-width: 25%;
    max-width: 30%;
    height: fit-content;
}

#email_address_wrapper {
    width: 75%;
    position: relative;
}

#email_address_autocomplete_menu {
    border: 1px solid black;
    background-color: white;
    width: calc(100% - 2px);
    position: absolute;
    top: 26px;
    max-height: 12em;
    padding: unset;
    margin: unset;
    list-style: none;
    overflow: auto;
    /* z-index: 1000; */
    /* display: none; */
    /* visibility: hidden; */
}

#email_address_autocomplete_menu li:hover {
    background-color: gold;
}

#email_address_autocomplete_menu button {
    border: unset;
    background: unset;
    padding: 0.5em;
    width: 100%;
    text-align: left;
    display: block;
    /* border: 1px solid black; */
}