@font-face {
    font-family: "honor_sans";
    src: url(../fonts/honor_sans/HONORSans-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}


body {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
}

.typeahead-container {
    position: relative;
    margin-bottom: 20px;
}

.typeahead-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .typeahead-input:focus {
        border-color: #BBD4F7;
    }

.typeahead-dropdown {
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    top: 100%;
    left: 0;
    right: 0;
    border-top: none;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.typeahead-item {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

    .typeahead-item:last-child {
        border-bottom: none;
    }

    .typeahead-item:hover,
    .typeahead-item.highlighted {
        background-color: #BBD4F7;
    }

    .typeahead-item.active {
        background-color: #7D97FF;
        color: white;
    }

.no-results {
    padding: 12px;
    color: #666;
    font-style: italic;
}

.demo-section {
    margin-bottom: 30px;
}

h2 {
    color: #333;
    margin-bottom: 15px;
}

.selected-value {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #e9ecef;
}


.modal-xl {
    max-width: 1400px; /* Or 1400px, depending on your layout needs */
}

.modal_data_width {
    flex: 0 0 auto;
    width: 100%;
}

html, body {
    margin: 0;
    overflow: hidden; /* Prevents scrolling on the entire page */

    padding: 0px;
    font-family: 'honor_sans';
    text-decoration: none;
}

header {
    background-color: #FFFFFF;
    height: 120px;
    width: 100%;
    top: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 1000;
}

.custom-border {
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 1rem;
    border-radius: 20px;
}

.honor_image {
    height: 8%;
}

.go_beyond_image {
    margin-left: -60px;
    height: 10%;
}

.header_height {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between; /* Pushes items to the edges */
    padding: 10px 20px; /* Adds padding */
    background-color: #FFFFFF;
    height: 100px;
    width: 100%;
    top: 0px;
    margin: 0px;
    z-index: 1000;
}

.left_header {
    display: flex;
    justify-content: flex-end; /* Moves first image to the right */
    padding-right: 20px; /* Adds space from edge */
}

.right_header {
    display: flex;
    justify-content: flex-start; /* Moves second image to the left */
    padding-left: 20px; /* Adds space from edge */
}

.home_description {
    padding-top: 20px;
    vertical-align: middle;
    font-family: 'honor_sans';
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    color: #9D9D9D;
}

footer {
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Adjust height as needed */
    padding: 15px;
    background-color: white;
    z-index: 1000;
    font-weight: 400;
    font-family: 'honor_sans';
    font-style: normal;
}

.section_height {
    height: auto;
    position: absolute;
    top: 100px;
    bottom: 50px;
    padding: 20px;
    overflow-y: auto;
    padding-bottom: 50px;
}

.a_img_small {
    display: none;
    max-height: 250px;
}

.b_img_small {
    max-height: 200px;
    display: none;
}

.home_middle_div {
    width: 100vw;
}

.c_img_small {
    max-height: 200px;
    display: none;
}

section {
    top: 0px;
    left: 0px;
    width: 100vw;
    background: transparent url(../images/honor_background.png) 0% 0% no-repeat padding-box;
    background-size: cover; /* Add this line */
    background-position: center center; /* Optional: centers the image */
    opacity: 1;
    border-top: 2mm ridge rgba(204, 204, 204, 0.3);
    border-bottom: 2mm ridge rgba(204, 204, 204, 0.3);
}


.form-select {
    text-align: left !important;
    background-color: #FFFFFF;
    border: solid 1px #9D9D9D !important;
    border-radius: 20px !important;
    color: #9D9D9D !important;
    font-size: 1em;
    font-family: 'honor_sans';
}

select {
    text-align: left !important;
    background-color: #FFFFFF;
    border: solid 1px #9D9D9D;
    border-radius: 20px !important;
    color: #9D9D9D !important;
    font-family: 'honor_sans';
}

.inpp {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Ensures consistent spacing */
}

form {
    min-width: 100% !important;
    height: auto;
}

input[type=file] {
    color: transparent;
}

    input[type=file]:after {
        color: #9D9D9D !important;
        text-align: left !important;
        left: 0px;
    }

a:link {
    color: gray;
    text-transform: none;
}


a:hover {
    color: #9D9D9D !important;
    text-transform: none;
}

a:active {
    color: #9D9D9D !important;
    text-transform: none;
}

a {
    text-decoration: none;
}
.btn.disabled {
    background-color: gray;
}

.sold-out-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-align: center;
}
.sold-out-x {
    font-size: 100px;
    line-height: 1;
}

.sold-out-text {
    font-size: 28px;
    margin-top: 10px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: red !important;
}

    ul li {
        display: inline;
    }

.form-check {
    padding: 0px;
}

.details_box {
    border-radius: 20px;
    background-color: #fff;
    border: 1px #9D9D9D solid;
}

.product_image {
    color: #9D9D9D !important;
    vertical-align: middle !important;
    text-align: center !important;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
}

.text-start {
    padding-bottom: 10px;
}

.sub_now_btn {
    width: 230px;
    height: 45px;
    border: solid 1px #9D9D9D;
    text-align: center;
    border-radius: 20px !important;
    font-size: 20px;
    background-color: gray;
    opacity: 1;
    --bs-btn-hover-bg: gray;
    color: #FFFFFF;
    font-family: 'honor_sans';
}

.footer_height {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between; /* Pushes items to the edges */
    padding: 10px 100px; /* Adds padding */
    height: 25px;
    width: 100%;
    top: 0px;
    margin: 0px;
    z-index: 1000;
}

.left_footer {
    display: flex;
    justify-content: flex-end; /* Moves first image to the right */
    padding-right: 20px; /* Adds space from edge */
}

.right_footer {
    display: flex;
    justify-content: flex-start; /* Moves second image to the left */
    padding-left: 20px; /* Adds space from edge */
}

.fileUpload {
    max-width: 50vw;
    min-width: 300px;
}

.forminput {
    float: left;
    padding-left: 10px;
    padding-right: 0;
}


.verify_lable_span {
    width: 50vw;
    text-align: left;
}

.verify_containing_span {
    display: flex;
}

.verify_input_span {
    width: 50%;
    min-width: 50%;
    text-align: left;
    font-weight: bold;
    text-align: center;
}

.input_div {
    width: 50vw;
}

.radio_input {
    width: 15vw;
    min-width: 15vw
}

.field-validation-error {
    display: flex !important;
}

.imei {
    width: 450px !important;
    height: 55px !important;
    text-align: center !important;
    background-color: #FFFFFF !important;
    border: solid 1px #9D9D9D !important;
    border-radius: 30px !important;
    color: #9D9D9D !important;
    font-size: 25px !important;
    font-family: 'honor_sans' !important;
}

.SubmitButton {
    width: 450px;
    height: 55px;
    border: solid 1px #9D9D9D;
    text-align: center;
    border-radius: 20px !important;
    font-size: 25px;
    background-color: #808080;
    color: #FFFFFF;
    font-family: 'honor_sans';
}

    .SubmitButton:hover {
        background-color: #6E6E6E;
        transition: 0.7s;
    }

.ViewPromotionsButton {
    width: 280px;
    height: 55px;
    border: solid 1px #9D9D9D;
    text-align: center;
    border-radius: 20px !important;
    font-size: 25px;
    background-color: gray;
    color: #FFFFFF;
    font-family: 'honor_sans';
}

.submit_div {
    padding-bottom: 15px;
    padding-top: 20px;
}

@media screen and (max-width: 1240px) {
    .radio_input {
        float: none;
        width: 100%;
        min-width: 100%;
    }
}
.btn-secondary {
    color: #fff !important;
}
@media screen and (min-width: 1764px) {

    .field-validation-error {
        /*display: flex;
        flex-direction: row-reverse;
        margin-top: -30px;
        position: absolute;
        margin-left: 50px;*/
    }
}

@media screen and (min-width: 1478px) {
    field-validation-error {
        display: flex;
        flex-direction: row-reverse;
        margin-top: -30px;
        position: absolute;
        margin-left: 50px;
    }

    .mainav {
        height: 10vh;
    }

    .honor_container {
        max-width: 1920px;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }

    .footer_link_a {
        color: #9D9D9D !important;
        text-transform: none;
        font-size: 1em;
    }

    .home_welcome {
        padding-top: 20px;
        vertical-align: middle;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 600;
        font-size: 2em;
    }

    .home_rewards {
        padding-top: 0px;
        vertical-align: middle;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 600;
        font-size: 3em;
        text-transform: uppercase;
    }

    .form-control {
        background-color: #FFFFFF;
        border: solid 1px #9D9D9D;
        border-radius: 20px !important;
        color: black !important;
        font-size: 1em;
        font-family: 'honor_sans';
    }

    .form-group {
        margin: 2px;
    }

    .validation-message {
        top: 52%;
        text-align: center;
        justify-content: center;
        /*        width: 100%;*/
        color: red;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        text-transform: uppercase;
    }

    .prd-image {
        border-radius: 20px;
        max-height: 450px !important;
        max-width: 550px !important;
    }

    .promo-image {
        border-radius: 20px;
        max-height: 40vh !important;
    }

    .field-validation-error {
        display: inline;
    }
}

@media screen and (min-width: 1210px) {
    .forminput {
        padding-right: 8vw;
    }
}

@media screen and (max-width: 1477px) {

    .forminput {
        text-align: center;
        padding: 0;
    }

    .verify_containing_span {
        display: flex;
    }

    .radio_input {
        float: none;
        width: 100%;
        min-width: 100%;
    }

    .input_div {
        width: 60vw;
    }

    .honor_container {
        height: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }

    .product_image {
        height: fit-content;
        flex-direction: column;
        justify-content: center;
        background-color: #fff0 !important;
        border: 0px !important;
    }

    .footer_link_a {
        color: #9D9D9D !important;
        text-transform: none;
    }

    .home_welcome {
        padding-top: 20px;
        vertical-align: middle;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 600;
    }

    .form-group {
        margin: 2px;
    }

    .validation-message {
        top: 52%;
        text-align: center;
        justify-content: center;
        /*        width: 100vw;*/
        max-height: 20vh;
        color: red;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
    }


    .prd-image {
        border-radius: 20px;
        max-height: 80vh !important;
    }

    .promo-image {
        border-radius: 20px;
        max-height: 40vh !important;
    }
}

@media screen and (max-width: 1176px) {
    .forminput {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .verify_containing_span {
        display: block;
    }
}



@media screen and (max-width: 1035px) {
    .right_header {
        display: none;
    }

    .left_header {
        display: flex;
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        width: 100%; /* Takes full width */
        padding: 10px 0; /* Optional padding */
    }
}

@media screen and (max-width: 992px) {
    .verify_input_span {
        width: 100%;
        justify-content: space-around;
    }

    /*    .other_image {
        display: none;
    }*/
    .input_div {
        width: 70vw;
    }

    .bud_lg {
        display: none;
    }

    .honor_container {
        height: 130% !important;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }

    .product_image {
        height: fit-content;
        flex-direction: column;
        justify-content: center;
        background-color: #fff0 !important;
        border: 0px !important;
    }


    .footer_link_a {
        color: #9D9D9D !important;
        text-transform: none;
    }

    .home_welcome {
        padding-top: 20px;
        vertical-align: middle;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 600;
    }


    .form-group {
        margin: 2px;
    }

    .validation-message {
        top: 52%;
        text-align: center;
        justify-content: center;
        /*        width: 100vw;*/
        max-height: 20vh;
        color: red;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
    }

    .imei {
        width: 450px !important;
        height: 50px !important;
        text-align: center !important;
        background-color: #FFFFFF !important;
        border: solid 1px #9D9D9D !important;
        border-radius: 20px !important;
        color: #9D9D9D !important;
        font-family: 'honor_sans' !important;
        font-size: 1.5em !important;
    }

    .SubmitButton {
        width: 450px !important;
        height: 50px;
        border: solid 1px #9D9D9D;
        text-align: center;
        border-radius: 20px !important;
        background-color: gray;
        color: #FFFFFF;
        font-family: 'honor_sans';
    }

    .ViewPromotionsButton {
        width: 300px;
        height: 50px;
        border: solid 1px #9D9D9D;
        text-align: center;
        border-radius: 20px !important;
        font-size: 20px;
        background-color: gray;
        color: #FFFFFF;
        font-family: 'honor_sans';
    }

    .submit_div {
        padding-bottom: 5px;
        padding-top: 15px;
    }

    .prd-image {
        border-radius: 20px;
        max-height: 80vh !important;
    }

    .promo-image {
        border-radius: 20px;
        max-height: 40vh !important;
    }

    /* .section {
        display: flex;
        justify-content: center;
    }*/
}

@media screen and (max-width: 867px) {
    .forminput {
        float: none;
    }

    .form-group {
        display: block;
    }
}

@media screen and (max-width: 747px) {
    .verify_input_span {
        width: 50%;
    }

    .verify_containing_span {
        display: flex;
    }

    footer {
        height: 80px; /* Adjust height dynamically based on content */
        display: block;
        flex-wrap: wrap; /* Allows content to wrap if needed */
        justify-content: center; /* Centers the content horizontally */
        align-items: center; /* Aligns items properly */
        text-align: center;
        padding: 10px; /* Adds some padding */
    }


    .left_footer, .right_footer {
        display: block;
        text-align: center;
        padding: 5px;
    }

    .footer_height {
        padding: 0;
        display: block;
    }
}

@media screen and (min-width: 631px) {
    #mobilePromo {
        display: none;
    }

    #bigPromo {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #mobilePromo {
        display: block;
    }

    #bigPromo {
        display: none;
    }
}

@media screen and (max-width: 630px) {

   

    .text-start {
        padding-top: 10px;
    }
    /*    .other_image{
    display: none;
}*/
    .bud_lg {
        display: none;
    }

    .product_image {
        height: fit-content;
        flex-direction: column;
        justify-content: center;
        background-color: #fff0 !important;
        border: 0px !important;
    }

    .right_header {
        display: none;
    }

    .text-start {
        padding-top: 25px !important;
    }

    .honor_container {
        height: 130% !important;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }

    .footer_link_a {
        color: #9D9D9D !important;
        text-transform: none;
    }

    /**/ .section {
        display: flex;
        justify-content: center;
    }

    */

    .home_welcome {
        padding-top: 20px;
        vertical-align: middle;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 600;
    }

    .form-group {
        margin: 2px;
    }

    .validation-message {
        top: 52%;
        left: 0px;
        text-align: center;
        justify-content: left;
        /*        width: 100vw;*/
        /*        max-height: 20vh;*/
        max-height: 20px;
        color: red;
        font-family: 'honor_sans';
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
    }

    .imei {
        width: 85% !important;
        height: 40px !important;
        text-align: center !important;
        background-color: #FFFFFF !important;
        border: solid 1px #9D9D9D !important;
        border-radius: 20px !important;
        color: #9D9D9D !important;
        font-family: 'honor_sans' !important;
        font-size: 1.2em !important;
    }

    .SubmitButton {
        width: 85% !important;
        height: 45px !important;
        border: solid 1px #9D9D9D;
        text-align: center;
        border-radius: 20px !important;
        background-color: gray;
        color: #FFFFFF;
        font-size: 20px;
        font-family: 'honor_sans';
    }

    .ViewPromotionsButton {
        width: 85% !important;
        height: 45px;
        border: solid 1px #9D9D9D;
        text-align: center;
        border-radius: 20px !important;
        font-size: 20px;
        background-color: gray;
        color: #FFFFFF;
        font-family: 'honor_sans';
    }

    .prd-image {
        border-radius: 20px;
        /*        max-height: 80vh !important;*/
        max-height: 80% !important;
    }

    .promo-image {
        border-radius: 20px;
        /*        max-height: 40vh !important;*/
        max-height: 40% !important;
    }

    input[type=file]:after {
        color: #9D9D9D !important;
        text-align: left !important;
        left: 0px;
    }
}

@media screen and (max-width: 510px) {
    .verify_input_span {
        width: 100%;
    }

    .verify_containing_span {
        display: block;
    }
}
