html, body {
    background-color: white;
    font-family: Arial, sans-serif;
    max-width: 425px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%; /* Use 100% instead of 100vw to avoid overflow */
    height: 100%; /* Ensure the background covers full height */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.image-container {
    max-width: 100%;
    margin: 0 auto;
}

.footerContent {
    text-align: center;
    padding: 12px !important;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.terms-text {
    text-align: center;
    font-size: 14px;
    color: darkgrey;
}

    .terms-text a {
        color: darkgrey !important;
        text-decoration: none !important;
        font-weight: bold;
    }

        .terms-text a:hover {
            text-decoration: underline;
        }

.glass-image {
    width: 100%;
    height: auto;
}

.padding-LR {
    padding: 0px 15px
}

.label-image {
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
}

.toplabel {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 16px 30px;
    text-transform: uppercase;
}

.promoForm-container {
    margin: 0px 5px;
}

.message-text {
    font-size: 1.5rem;
    color: #fff;
}

.content {
    margin-top: 25px;
}

.contentMargin {
    margin: 0px;
}

.btnSize {
    width: 70% !important;
}

.terms-text a {
    color: #fff;
    text-decoration: underline;
}

.responsibility-text {
    font-size: 13px;
    margin-bottom: 5px !important;
}

.no-under-18 {
    font-size: 15px;
    font-weight: bold;
}

.verification-field {
}

    .verification-field h6 {
        font-size: 13px;
        font-weight: bold;
    }

    .verification-field input {
        text-align: center;
        color: darkgray !important;
        font-size: 11px !important;
        border: none !important;
        border-radius: 0px !important;
        border-bottom: 4px solid #136534 !important;
    }

.submit-verification-btn, .submit-entry-btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 50px;
    background-color: #136534;
    border-color: #136534;
    border-radius: 0px;
}

.form-social-btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #194568;
    border-color: #194568;
    border-radius: 0px;
}

input.form-control, select.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
}

.mb-3 {
    margin-bottom: 20px;
}

.messageLabel {
    padding: 50px 15px 0px 15px;
}

/*    .messageLabel img {
        width: 100% !important;
    }*/

    .termsLabel {
        padding: 15px 30px
    }

.promoForm-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 5px;
    border: 0px solid #ccc;
    font-size: 15px;
    color: #333 !important;
    background-color: #eaeaea;
    appearance: none;
    text-align: center;
}

#selfieLabel {
    font-size: 15px;
}

.text-align-center {
    text-align: center;
}

.select2.select2-container {
    width: 100% !important;
}

span.select2-container.select2-container--disabled {
    background: darkgrey !important;
}

.select2-container--default .select2-selection--single {
    background-color: #eaeaea !important;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2.select2-container .select2-selection {
    border: 0px solid #ccc !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px !important;
    height: 45px;
    margin-bottom: 5px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

    .select2.select2-container .select2-selection .select2-selection__rendered {
        color: #333 !important;
        line-height: 45px;
        padding-right: 20px;
        text-align: center;
    }

    .select2.select2-container .select2-selection .select2-selection__arrow {
        background: #eaeaea;
        border-left: 0px solid #ccc;
        height: 44px;
        width: 40px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 25px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #eaeaea;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #999 !important;
}

.background-container {
    position: relative; /* Position relative for the pseudo-element */
    display: inline-block; /* Adjust as needed */
}

.background-image {
    display: block; /* Remove bottom space */
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
}

.background-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, /* Fully transparent at the top */
    rgba(255, 255, 255, 0) 90%, /* 50% opacity in the middle */
    rgba(255, 255, 255, 0.9) 100%); /* 80% opacity at the bottom */
    pointer-events: none; /* Allow clicks to pass through */
}

.content-overlay {
    position: absolute;
    z-index: 1; /* Ensure the content is above the background image */
    max-width: 425px;
    width: 100%;
}

@media (min-width: 768px) {
    html, body {
        margin: 0 auto;
        background-size: initial !important;
        background-position: initial !important;
    }
}

/*@media (min-width: 425px) {
    body {       
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (min-width: 375px) {
    body {
        background-size: initial ;
        background-position: initial ;
    }
}

@media (min-width: 320px) {
    body {
        background-size: initial ;
        background-position: initial ;
    }
}*/
