﻿.lotto-selection-btn {
    width: 100%;
    height: auto;
    padding: 10px;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.advanced-play-wrapper {
    position: relative;
    width: 237px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid rgba(5, 70, 126, 0.16);
    background: #FFF;
    box-shadow: 0 1px 1px rgba(5, 58, 105, 0.12), 0 4px 4px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
}

.multi-select-container {
    float: right;
}


.checkout-container {
    width: 100%;
    max-width: 100%;
}

#checkout-grid {
    margin-top: 15px;
    max-height: 645px;
    overflow-y: auto;
    padding-right: 6px; /* Optional: avoids content cutoff due to scrollbar */
}

.checkout-header {
    position: sticky;
    top: 0;
    background: #fff; /* Ensure it's not transparent */
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 576px) {
  

    .checkout-purchase-btn {
        margin-bottom: 10px;
    }

    .dropdown-wrapper {
        flex-basis: 100%;
        margin-top: 0.5rem;
        z-index: 10;
        font-size: 1.4rem;
        padding: 1rem;
        position:relative;
        z-index:899;
    }

    #advanced-play-multi-select {
        width: 100%;
    }

    .multi-select-container {
        float: left;
    }

}
