﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

:root {
    --black: #000000;
}

html, body {
    height: 100%;
}

html {
    /* display: table;
    margin: auto;*/
}

body {
    vertical-align: middle;
    font-family: var(--fontFamily), 'Poppins', sans-serif;
}

p {
    display: inline-block !important;
}

.inputlikelabel {
    background: rgba(0, 0, 0, 0);
    border: none;
}

footer {
    background-color: rgb(40, 40, 40);
    width: 100%;
}

button:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    color: black;
}

a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */

    text-decoration-line: underline;
    color: black;
}

/*#region ADA*/
.labelFreeform {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.uploadfocus:focus-visible,
.modal-bodyoffertermslink:focus-visible,
.submissioninfocheck:focus-visible,
button:focus-visible {
    outline-style: dotted !important;
    outline-width: 3px !important;
    outline-color: black !important;
}

input:focus-visible,
#UPCClass:focus-visible,
select:focus-visible,
#sortbydp:focus-visible {
    outline-style: solid !important;
    outline-width: 2px !important;
    outline-color: black !important;
}

a:focus-visible {
    outline-width: 3px !important;
    outline-offset: 1px !important;
    outline-color: white !important;
    outline-style: dotted !important;
}

/*#endregion ADA*/
.site-gate {
    background: #FFFFFF;
    align-items: center;
    display: table;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

select,
input {
    outline: none;
    box-shadow: none;
}

    select:invalid,
    input:invalid {
        /*border: 1px solid red;*/
    }

    select:valid,
    input:valid {
        outline: none;
        box-shadow: none;
    }

.RebateModal {
    display: block;
    background-color: rgba(10,10,10,.8);
}

.generalmodaltitle {
    text-align: center;
    font-weight: bold;
}

.modal-general {
    max-width: 500px !important;
}

/*#region general*/

.ADATable {
    border-collapse: separate;
    border-spacing: 5px !important;
    margin-left: -5px;
    margin-top: -15px;
}

.ADATableTh {
    vertical-align: baseline !important;
    min-width: 250px !important;
}

.ADATabletd {
    vertical-align: top !important;
}

.primarybutton {
    background-color: #130B69;
    color: white;
    text-align: center;
    border: none;
    min-height: 42px;
    cursor: pointer;
}

.secondarybutton {
    background-color: #DFDFE0;
    color: black;
    text-align: center;
    border: solid;
    border-color: black;
    height: 42px;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
}

/*#endregion general*/

/*#region carousel*/
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}
/*#endregion carousel*/

/*#region Header*/
.site-header {
    max-height: 200px;
    width: 100%;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
}

.rowheader {
    width: 100%;
    text-align: center;
}

.image-logo-header {
    max-width: 350px;
    max-height: 75px;
}

.rowheadertitle {
    margin: 20px 0px 23px 0px;
}

.headertitle {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: var(--black);
    margin: 0px;
}

.rowheaderlabel {
    margin: -20px 0px 24px 0px;
}

.headerlabel {
    /* Subheader */

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */

    text-align: center;
    color: #000000;
    margin: 10px 0px 0px 0px;
}

/*#endregion Header*/

/*#region Banner*/
.site-banner {
    max-height: 350px;
    background-repeat: no-repeat;
    background-size: auto;
}

.image-banner {
    max-height: 350px;
    width: 100%;
    height: auto;
    object-fit: fill;
}
/*#endregion Banner*/

/*#region Body*/

.site-body {
}

.top-body {
    height: auto;
    background: var(--backgroundColor);
}

.content-body {
    max-width: 960px;
    margin: auto;
}

    .content-body hr {
        border-top: 4px solid rgba(0,0,0,.1)
    }

.rowtopbody {
    display: flex;
    justify-content: center;
    column-gap: 32px;
}

.contentfilter {
    margin-left: 10px;
}

.colummsearch {
    width: 445px;
    height: 180px;
    box-shadow: 5px 5px 5px #130B69;
    margin-top: -30px;
    background-color: white;
    z-index: 100;
}

.contentlblmessage {
    color: #E81C24;
    padding: 0px 0px 0px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}

.offerlblmessage {
    color: #E81C24;
    padding: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    height: 48px;
}

.contentsortbydp {
    margin-left: 10px;
}

.filterinside {
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
}

.rowcontentnoOffersActive {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}

.content-NoOffersAct {
    width: 100%;
    height: 360px;
    margin-top: 73px;
}

.lblfilter {
    margin-bottom: 0px;
    font-weight: bold;
}

.lblsortby {
    margin-bottom: 0px;
    margin-left: 10px;
    font-weight: bold;
}

#inputSearch {
    background-color: white;
    background-image: url('../images/icon/searchicon.jpg');
    background-position: 10px 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 30px;
    width: 150px;
    border-style: none;
    outline: none;
    box-shadow: none;
}

#sortbydp {
    height: 30px;
    width: 155px;
    border-style: none;
    outline: none;
    box-shadow: none;
    background: none;
    appearance: auto;
}

.rowcontenttopbody {
    display: flex;
    padding: 16px 20px 0px 20px;
}

.contenttopbody-fields {
    padding: 0px 0px 0px 20px;
}

#lblcheckexistingrebate {
    font-weight: 900;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.divloadingtile {
    margin-bottom: -100px;
}

.lblcheckexistingrebatesearch {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #130B69;
    margin-bottom: 0px;
    line-height: 24px;
    min-height: 48px;
}

.buttonSearch {
    height: 42px;
    width: 42px;
    color: white;
    border: none;
}

#txtsearchrebate {
    width: 99%;
    height: 100%;
    outline: none;
    box-shadow: none;
    padding: 0 0 0 10px;
}

#txtsearchrebatetile {
    width: 75%;
    height: 100%;
    outline: none;
    height: 44px;
    box-shadow: none;
    padding: 10px;
}

.contenttxtsearchrebate {
    width: 100%;
    margin-right: 14px;
}

.offertiletxtsearchrebate {
    display: flex;
    height: 42px;
    text-align: center;
}

.rowcontentbodytile,
.rowcontentbody {
    display: flex;
    flex-wrap: wrap;
    /*margin: 10px 0 0 150px;*/
}

.rowcontentfilter {
    width: 100%;
    margin: 45px 0 20px 0px;
}

.rowfeaturedcontent {
    width: 100%;
    margin: 45px 0 20px 0px;
}

    .rowfeaturedcontent h4 {
        margin-left: 8px;
    }

.columcontentfilter {
    display: flex;
    align-items: center !important;
    margin-left: 8px;
}

.columcontentbody {
    /*width: 33%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.productcontentbody {
    position: relative;
    height: 400px;
    min-width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0 10px;
    font-style: normal;
}

.productimgdiv {
    width: 100%;
    height: 60%;
    background-color: white;
}

.productimg {
    width: 205px;
    height: 205px;
    margin-top: 27px;
}

.productdesclabel {
    position: absolute;
    bottom: 2px;
}

.productdesc {
    position: absolute;
    bottom: 2px;
    padding: 0 10px;
    width: 100%;
}

.productbutton {
    width: 100%;
}

.offerbuttontile {
    width: 75%;
}

.offersearchbutton {
    background-color: #130B69;
    color: white;
    text-align: center;
    border: none;
    height: 42px;
    width: 100%;
    cursor: pointer;
    padding: 0px 50px 0px 50px
}

.contentproductbutton {
    margin: 10px 0;
}

.contentproductbuttontile {
    margin: 10px 0px 82px 0px
}

.productcontentheading {
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    line-height: 125%;
    margin-bottom: 0;
}

.productcontentlabel {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

/*#endregion Body*/

/*#region Footer*/
.site-footer {
    height: auto;
    margin-top: 51px !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 1200px;
    background: #282828;
    color: white;
    margin: auto;
}

.site-footer-inmarterm {
    display: flex;
    height: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #3d3d3d;
    justify-content: center;
    color: white;
}

.rowfooter {
    display: flex;
    padding: 20px 0px 0px 0px;
}

.content-left-footer {
    padding-right: 10px;
}

.brand-icon-footer {
    max-width: 200px;
    max-height: 60px;
}

.brand-icon-div-footer {
    width: 200px;
    height: 60px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columnfooterleft, .content-row-footer, .content-row-inmarterm-footer {
    display: flex;
}

.content-row-inmarterm-footer {
    margin: 16px 0 16px 0;
}

.columnfooterright {
    margin-left: auto;
}

.content-body-top-footer {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    vertical-align: top;
    margin: 0px 10px 10px;
}

.content-body-top-footer-RSTitle {
    background-color: var(--primaryColor);
    padding: 8px;
    font-weight: bold;
    margin-top: -8px;
}

    .content-body-top-footer-RSTitle a {
        font-weight: bold;
    }

.miscfooter {
    min-height: 24px;
}

.content-body-top-footer-ConnectWithUs {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    vertical-align: top;
    margin: 0px 10px 5px;
}

.content-link-top-footer {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.content-body-bottom-footer {
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    vertical-align: top;
    margin: 0px 10px 0px;
}

.content-link-bottom-footer {
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #FFFFFF;
}

    .content-link-top-footer:hover, .content-link-bottom-footer:hover {
        color: white;
    }

.socialicons {
    margin: 0px 10px;
    width: 24px;
    height: 24px;
}

.contenticons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.content-right-footer {
    margin: 0px 0px 15px 0px;
}

/*#endregion Footer*/

/*#region Blazor*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #E81C24;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*#endregion Blazor*/

/*#region Modal-Trackrebate*/
.modal-brandheader {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 56px;
}

.modal-headerclose {
    margin-left: auto;
}

.modal-headertitle {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}

.modal-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 8px 0px 0px 10px;
}

.modal-titleofferCode {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.modal-titleoffer {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.modal-titleofferdescription {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.modal-headerstatus {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}

.close:focus {
    outline: none;
    box-shadow: none;
}

/*Status Modal-----------------------*/
.Valid,
.Successful {
    color: #07872a;
}

.Invalid {
    color: #E81C24;
}

.Processing, .AwaitingSubmission {
    color: #5A400C;
}
/*Status Modal-----------------------*/

.modal-rowheader {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.modal-rowheadertitle {
    margin: -12px 0px 0px 0px;
}

.modal-rowheaderDescription {
    margin: 5px 0px -10px 0px;
}

.modal-rowheaderTitleOffer {
    margin: 5px 0px -10px 0px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
    max-height: 700px;
    overflow-y: auto;
    padding: 20px 50px 48px 50px;
}

/*.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;*/
/*border-bottom: 1px solid #dee2e6;*/
/*}*/

.modal-bodyfield {
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    margin: 0px;
}

.modal-bodyfieldmultiline {
    border-top: 2px solid #dee2e6;
}

.modal-bodyfieldmulti {
    border-bottom: 2px solid #dee2e6;
    margin: 0px;
}

.modal-labelofferterms {
    margin-top: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    /*text-align: justify;*/
    /* identical to box height, or 20px */
    color: #2F2F2F;
}

.modal-bodyofferterms {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /*text-align: justify;*/
    /* identical to box height, or 20px */
    color: #2F2F2F;
}

.modal-bodyoffertermslink {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    /* identical to box height, or 20px */
    color: #2F2F2F;
}

.modal-bodyoffertermslink-opt {
    margin-top: 5px;
}

#opt-terms-conditions {
    color: black !important;
    font-weight: bold;
}

.blueLinks a {
    color: blue !important;
}

.modal-submissionlabes {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    margin: auto;
}

.modal-rowheadermultiple {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #000000;
    margin: -12px 0px -20px 0px;
    text-align: center;
}

.modal-submissionField {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    margin: auto;
}

.modal-table {
    display: block;
    margin: 12px 0px 12px 0px;
}

.modal-row {
    display: block;
}

.modal-cell {
    display: inline-block;
    width: 200px;
}

.modal-cellvalue {
    display: inline-block;
}

body .modal-dialog { /* Width */
    max-width: 1000px;
    min-height: 445px;
}

.modal-bodyoffertermslink:hover {
    color: black;
}

/*#endregion Modal-Trackrebate*/

/*#region Modal-SupportCenter*/

.modal-divSupportCenterGroupSection {
    margin-bottom: 56px;
}

.modal-dividerSupportCenter {
    margin: 12px 0px;
}

.modal-dividerSupportCenter-last {
    margin: 36px 0px;
}

.modal-h4SupportCenterGroupName {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.modal-pSupportCenterQuestion {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
}

.modal-pSupportCenterAnswer {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
}

.modal-divSupportCenterHelpSection {
    margin-bottom: 36px;
}

.modal-contenttxtcontactus {
    width: 100%;
    margin-right: 14px;
    margin-bottom: 20px;
}

.modal-label-rowcontactus {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.modal-label-asterisk::after {
    content: ' *';
    color: #E81C24;
}

.modal-divSupportCenterContactUs-firstrow {
    margin-top: 20px;
}

.modal-divSupportCenterContactUs-lastrow {
    margin-bottom: 56px;
}

.modal-contexttextquestions {
    padding: 10px;
    width: 100%;
    height: 164px;
    border: 1px solid #949494;
}

.modal-submissionFieldSubmit, .modal-submissionFieldContactUs {
    width: 100%;
    max-width: 300px;
    height: 44px;
    border: 1px solid #949494;
    padding: 10px;
}

.modal-submissionFieldContactUs-small {
    max-width: 150px;
}

.modal-submissionFieldContactUs-large {
    max-width: 450px;
}

.modal-supportCenterSubmit {
    width: 202px;
    height: 42px;
    margin-top: 56px;
}

.confirmationHeaderContactUs {
    color: #00A22D;
}

.modal-h4SupportCenterSubmissionDetails {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
}

.modal-bodyconfirmation {
    max-height: 700px;
    overflow-y: auto;
}

.contactusRowConfirmation {
    width: 268px;
}

.supportlogo {
    margin-bottom: 27px;
}
/*#endregion*/
/*#region ModalSubmission*/
.modal-bodySubmissionfield {
    max-height: 520px;
    overflow-y: auto;
    padding: 20px 50px 48px 50px;
}

.submissionmodalmain {
    min-height: 400px;
    background-color: #DFDFE0;
    text-align: center;
    padding-bottom: 12px;
}

.labelbycontinuing {
    padding: 44px 0px 0px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    /* identical to box height, or 20px */

    text-align: center;
    margin: 0px 12px;
}

.labelyoullneed {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 350px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.labeldescriptionoffer {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.notfoundofferdescription {
    margin: 40px 40px 20px;
    color: #E81C24;
}

.notValidofferdescription {
    width: 250px;
}

.offerimg {
    width: 205px;
    height: 205px;
}

.contentmodalrectangletable {
    display: block;
    margin: 12px 20px 12px 0px;
}

.labelyoumay {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    margin: 32px 12px 0px;
}

.labelyouwill {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 8px 12px;
}

.submit-rectangle {
    max-width: 594px;
    box-shadow: 5px 5px 5px #130B69;
    background-color: white;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-height: 253px;
    width: 100%;
    height: 100%;
}

.contentmodalrectangle {
    display: flex;
}

.contentmodalrectanglerow-left {
    display: flex;
    margin: auto;
}

.contentmodalrectanglerow-right {
    display: flex;
}

.submissionmainbutton {
    width: 280px;
}

.modal-rowsubmissionlabel {
    display: block;
    margin-top: 20px;
}

.labelseparator {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.rowseparator {
    margin-top: 45px;
}

.rowseparatorsuccess {
    margin-top: 20px;
}

.rowseparatorforinquiries {
    margin-top: 5px;
}

.rowbuttonprint {
    margin-top: 26px;
    text-align: center;
}

.rowcontentmail {
    text-align: center;
    margin-top: 37px;
}

.rowmail {
}

.rowmailaddress {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.submissionbuttonprintofferdetails {
    background-color: #130B69;
    color: white;
    text-align: center;
    border: none;
    height: 42px;
    width: 192px;
    cursor: pointer;
}

.rowsubmissiontrackingnumber {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-top: 23px;
}

.modal-bottombuttons {
    height: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #DFDFE0;
}

.submissioninfobuttoncontinue {
    background-color: #130B69;
    color: white;
    text-align: center;
    border: none;
    height: 42px;
    width: 134px;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 30px;
}

.submissioninfobuttoncancel {
    width: 134px;
    margin-top: 31px;
    margin-left: 30px;
}

.submissioninfocheck {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    /* Primary */

    border: 1px solid #221D55;
}

.submissioninfochecklabel {
    display: flex;
    align-items: center;
}

.checkmark {
    margin-left: 5px;
}

.submissioninfolabelupload {
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    width: 664px;
}

.submissioninfoimageupload {
    padding-right: 15px;
    padding-left: 15px;
}

.submissioninfoseparatorupload {
    margin-top: 5px;
}

.submissioninfoinputimageupload > input {
    display: none;
}

.submissioninfoinputimageupload {
    margin-left: 10px;
}

.submissioninfoimageaddfile {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

#imagePreview {
    width: 100px;
    height: 100px;
    margin-left: 5px;
}

.errorsubmitGif {
    text-align: center;
}

.submissioninfoinputimagepreview {
    margin-left: 138px;
}

.image-area {
    position: relative;
    float: left;
    margin-left: 10px;
}

    .image-area img {
        max-width: 100%;
        height: auto;
    }

.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .remove-image:hover {
        color: #FFF;
        text-decoration: none;
    }

    .remove-image:active {
        color: #FFF;
        text-decoration: none;
    }

.image-logo-header-sub {
    max-width: 375px;
    max-height: 75px;
}

/*#endregion ModalSubmission*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*#region ModalAge, ModalMaint*/
body .modal-dialogage {
    max-width: 676px !important;
    min-height: 328px !important;
}

.modal-contentage {
    min-height: 328px !important;
}

.contentmonthdayyear {
    display: flex;
    margin: 16px 128px 0px 128px;
}

.columday,
.colummonth {
}

.columyear {
}

.lblagevalidatio {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    /* or 30px */

    text-align: center;
    color: #000000;
}

.inputagevalidation {
    height: 60px;
    background: #FFFFFF;
    border: 2px solid var(--primaryColor);
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
}

.bodyagenotvalid {
    margin: 134px 30px 134px 30px !important;
}

.contentbuttonenter {
    margin-top: 30px;
}

.divinputagevalidation {
    margin: 0px 10px;
    max-width: 120px;
}

.divinputagevalidationyear {
    max-width: 150px !important;
}

.modal-dialogmaint-div {
    padding: 0px 12px;
}

body .modal-dialogmaint {
    max-width: 370px !important;
    min-height: 92px !important;
    margin: 1.75rem auto;
    white-space: pre-line;
}

.modal-headerage, .modal-headermaint {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    min-height: 94px;
}

.h3-modal-headerage {
    font-weight: 400;
    font-size: 20px;
}

.modal-bodyage {
    max-height: 100% !important;
    padding: 0px 0px 30px 0px !important;
    overflow-y: hidden;
    text-align: center;
}

.agebuttonyes {
    width: 206px;
}

.agebuttonyesDBO {
    /*margin-bottom: 30px;*/
    width: 206px;
}

.agebuttonnot {
    background-color: white;
    color: #130B69;
    text-align: center;
    border: solid;
    border-color: #130B69;
    height: 42px;
    width: 134px;
    cursor: pointer;
    margin-top: 31px;
    margin-left: 30px;
    margin-right: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
}

.ageenterDOB {
    padding: 0px 16px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.enterAge {
    padding: 0px 16px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.state-gate-select {
    width: 100%;
    max-width: 400px;
    height: 60px;
    border: 2px solid var(--primaryColor);
    padding: 10px;
    font-size: 24px;
}

.state-gate-select-combined {
    max-width: 300px;
    font-size: 20px;
}
/*#endregion ModalAge*/
/*#region AgeGate, MaintenanceGate*/
.site-age-gate {
    background: #FFFFFF;
    align-items: center;
    background-size: cover;
    display: table;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

.site-maint-gate {
    height: 100%;
}

.site-age-footer {
    height: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 1200px;
    background: #282828;
    color: white;
    margin: auto;
}

.site-age-header {
    width: 100%;
}

.site-age-body {
    height: 800px;
}

.age-rowheader {
    width: 100%;
    text-align: center;
    margin-top: 136px;
}

.age-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.age-headertitle {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: var(--black) !important;
    margin: 0px;
}

.datemobileview {
    display: none;
    margin: auto;
}

.agevalidationDOB {
    color: #E81C24;
    margin-top: -20px;
}
/*#endregion AgeGate*/
/*#region Brand specific styles*/
.rectangle-brand {
    box-shadow: 5px 5px 5px var(--offerPrimaryColor);
}

.colummsearch-brand {
    /*box-shadow: 5px 5px 5px #130B69,0px 2px 4px #130B69;*/
    box-shadow: 5px 5px 5px var(--primaryColor);
}

.maintbox-shadow {
    /*box-shadow: 5px 5px 5px #130B69,0px 2px 4px #130B69;*/
    box-shadow: 5px 5px 5px var(--primaryColor);
}

.primarybutton-brand {
    background-color: var(--offerPrimaryColor);
}

.primarybutton-brand-disabled :disabled,
.primarybutton-brand-disabled[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
}

.modal-bodyoffertermslink-brand:hover,
.modal-bodyoffertermslink-brand,
.lblcheckexistingrebatesearch-brand {
    color: var(--offerPrimaryColor);
}

.agebuttonnot-brand {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

/*#endregion Brand specific styles*/

/*#region Payment*/

.payment-details {
    background-color: rgba(223, 223, 224, 0.5);
    max-width: 440px;
    margin-top: 20px;
}

.payment-modal-field {
    max-width: 440px !important;
}

.payment-content {
    margin-left: 20px;
    margin-right: 20px;
}

.paymentfield-email,
.paymentfield-phone,
.paymentfield-street {
    width: 100% !important;
    max-width: 100% !important;
}

.paymentfield-city,
.paymentfield-state {
    width: 80% !important;
    max-width: 80% !important;
}

.paymentfield-zip {
    width: 40% !important;
    max-width: 40% !important;
}

.payment-table {
    width: 100% !important;
}

.paymentfield {
    background-color: rgba(223, 223, 224, 0.5);
}

.paymentlabel {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    text-indent: 10px;
}

.paymentlabelheader {
    max-width: 350px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
}

/*#endregion Payment*/

.accordion {
    cursor: pointer;
    text-align: left;
    outline: none;
    background-color: white;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    max-width: 300px;
}

.panelcontent {
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
    max-height: 150px;
    overflow-y: scroll;
}

.inputupc {
    margin-bottom: 2px;
}

.inputcountupc {
    max-width: 60px;
    max-height: 25px;
    text-align: center;
}

.panelrow {
    margin-top: 1px;
    margin-bottom: 4px;
}

.panelecellvalue {
    margin-left: 10px;
}

.upccount {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.accordioncell {
    display: inline-block;
    width: 70%;
}

.buttonpanel {
    height: 42px;
    width: 42px;
    color: var(--primaryColor);
    border: none;
    background-color: white;
    border: 2px solid var(--primaryColor);
    font-weight: bold;
}

.buttonright {
    border-left: none;
}

.loadingcontinue {
    text-align: center;
    align-content: center;
}

.arrow {
    appearance: none;
    border: 1px solid #ccc;
    background: var(--imagearrow) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 20px) 17px;
    background-repeat: no-repeat;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: var(--imagearrow) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 20px) 17px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.panelcontent::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.panelcontent::-webkit-scrollbar-track {
    background: white; /* color of the tracking area */
}

.panelcontent::-webkit-scrollbar-thumb {
    background-color: var(--primaryColor);
}

/*#region GenericBrand*/

.colummsearchgeneric {
    width: 786.06px;
    height: 165.28px;
    box-shadow: 5px 5px 5px var(--primaryColor);
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 100;
}

.colummsearchLayout {
    width: 786.06px;
    height: 165.28px;
    box-shadow: 5px 5px 5px var(--primaryColor);
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 100;
    margin-bottom: 10px;
}

.colummsearchgenericsec {
    margin-top: 23px;
    height: auto;
}

.colummsearchLayoutsec {
    height: auto;
}

#lblcheckexistingrebategeneric {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0px;
}

#lblcheckexistingrebategenericsecond {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0px;
}

#lblcheckexistingrebatesearchgeneric {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rowcontenttopbodygeneric {
    display: flex;
    padding: 26px 0px 0px 10px;
}

.rowcontenttopbodygenericsecond {
    display: flex;
    padding: 15px 40px 0px 20px;
}

.rowcontenttopbodygenericlabels {
    width: 100%;
}

.rowcontenttopbodygenericbuttontext {
    display: flex;
    width: 50%;
    margin-top: 15px;
    margin-left: 40px;
}

.contenttopbodygeneric-fields {
    width: 100%;
    text-align: center;
}

.rowtopbodygeneric {
    flex-direction: column;
    justify-content: center;
    column-gap: 32px;
    display: flex;
}

.contenttxtsearchrebategeneric {
    width: 100%;
}

#txtsearchrebategenericsecond {
    width: 248px;
    height: 42px;
    outline: none;
    box-shadow: none;
    padding: 0 0 0 10px;
}

.buttonSearchgeneric {
    height: 56px;
    width: 56px;
    color: white;
    border: none;
}

.buttonSearchgenericsecond {
    height: 41px;
    width: 41px;
    color: white;
    border: none;
    background-color: white;
    border: 1px solid #130B69;
}

.buttonSearchgenericsecond-brand {
    border: 1px solid var(--primaryColor);
}

.iconcolor {
    color: #130B69;
}

.iconcolor-brand {
    color: var(--primaryColor);
}

#txtsearchrebategeneric {
    width: 99%;
    height: 56px;
    outline: none;
    box-shadow: none;
    padding: 0 0 0 10px;
}

.site-generic-body {
    min-height: 800px;
}

.contentresultfiltergeneric {
    width: 100%;
    margin: 0px 0px 10px 10px;
}

.resultfiltergeneric {
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.contentgobackrebates {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rowcontenttopbodygenericseconderrormesage {
    color: #E81C24;
    display: flex;
    padding: 0px 0px 0px 20px;
    height: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    min-height: 20px;
}

.rowcontenttopbodygenericbuttontextinput {
    margin-right: 5px;
}

.rowcontenttopbodygenericbuttontextbutton {
    margin-right: 5px;
}

.contentlblmessagegeneric {
    margin-left: 40px;
}

.rowcontenttopbodygenericsearch {
    display: flex;
    padding: 23px 40px 0px 40px;
}
/*#endregion GenericBrand*/

/*#region CookiePanel*/

.colummsearchLayoutCookiePanel {
    max-width: 750px;
    min-height: 180px;
    box-shadow: 5px 5px 5px var(--primaryColor);
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 100;
    margin-bottom: 10px;
    padding: 20px;
}

.modal-generalCookiePanel {
    max-width: 850px !important;
}

.lblCookiePanel {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.0rem !important;
}

.lblTitleCookiePanel {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0.7rem;
}

.divbuttonsCookiePanel {
    padding-left: 0px !important;
    margin-top: 10px;
}

.denybuttonCookiePanel {
    background-color: white;
    color: var(--primaryColor);
    text-align: center;
    border: solid;
    border-color: var(--primaryColor);
    height: 42px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    width: 134px;
    cursor: pointer;
}

.acceptbuttonCookiePanel {
    background-color: var(--primaryColor);
    color: white;
    text-align: center;
    border: solid;
    border-color: var(--primaryColor);
    height: 42px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    width: 150px;
    cursor: pointer;
}

.modal-contentCookiePanel {
    width: auto !important;
    background-color: transparent !important;
    border: none !important;
}

.modal-body-CookiePanel {
    padding: 20px 50px 20px 50px !important;
}
/*#endregion CookiePanel*/
@media screen and (max-width: 1100px) {
    .rowcontentbodytile
    .rowcontentbody {
        margin: 10px 0 0 0;
    }

    .rowcontentfilter {
        margin: 45px 0 20px 0px;
    }

    /*#region Footer*/

    .site-footer-inmarterm,
    .site-age-footer,
    .site-footer {
        height: auto;
    }

    .rowfooter {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px
    }

    .columnfooterleft {
        justify-content: center;
    }

    .columnfooterright {
        justify-content: center;
        display: flex;
        margin: 20px 0px 20px 0px;
    }

    .content-row-footer {
        justify-content: center;
        margin-right: -10px;
        flex-wrap: wrap;
    }

    .content-row-inmarterm-footer {
        justify-content: center;
        flex-wrap: wrap;
    }

    .miscfooterhide {
        display: none;
    }

    .miscfooter {
        text-align: center;
    }

    .content-right-footer {
        margin: 0px;
    }
    /*#endregion Footer*/
    .filterinside {
        width: auto;
    }

    .modal {
        overflow-y: auto;
    }

    .modal-body,
    .modal-bodySubmissionfield {
        max-height: none;
        overflow-y: initial;
        padding: 20px 50px 48px 50px;
    }

    .modal-body-CookiePanel {
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 980px) {
    .content-body {
        max-width: 640px;
        margin: auto;
    }

    .columcontentfilter {
        margin-left: 0px;
    }

    .filterinside {
        margin: auto;
        width: auto;
    }

    .lblfilter {
        display: none;
    }

    .lblsortby {
        display: none;
    }

    .contentfilter {
        margin-left: 0%;
    }

    .contentsortbydp {
        margin-left: 0%;
    }

    .rowtopbody {
        flex-direction: column;
    }

    .top-body {
        height: auto;
    }

    .colummsearch {
        margin: auto;
        margin-bottom: 16px;
        margin-top: 10px;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .modal {
        overflow-y: auto;
    }

    .modal-body,
    .modal-bodySubmissionfield {
        max-height: none;
        overflow-y: initial;
        padding: 20px 50px 48px 50px;
    }

    .image-banner {
        width: 100%;
        height: auto;
    }

    .contentresultfiltergeneric {
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 820px) {
    .colummsearchgeneric {
    }

    .colummsearchLayout,
    .colummsearchLayoutsec,
    .colummsearchgeneric,
    .colummsearchgenericsec {
        width: 95%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contenttopbodygeneric-fields {
        width: 95%;
    }

    /*#txtsearchrebategeneric {
        margin-bottom: 20px;
    }*/

    .contentlblmessagegeneric {
        height: 23px;
    }

    .image-banner {
        width: 100%;
        height: auto;
    }

    .colummsearchLayoutCookiePanel {
        height: auto;
    }
}

@media screen and (max-width: 760px) {
    .submit-rectangle {
        width: 95%;
        max-height: fit-content;
    }

    .contentmodalrectangle {
        flex-direction: column;
    }

    .contentmodalrectanglerow-left {
        margin: auto;
    }

    .contentmodalrectanglerow-right {
        margin: auto;
    }

    .labeldescriptionoffer {
        margin-top: 0px;
    }

    .offerimg {
        margin-top: 10px;
    }

    .labelyoullneed {
        margin-bottom: 20px;
    }

    .contentmodalrectangletable {
        margin: 12px 20px 12px 20px;
    }

    .rowcontenttopbodygenericsecond {
        flex-direction: column;
        align-items: center;
    }

    .rowcontenttopbodygenericlabels {
        width: 100%;
    }

    .rowcontenttopbodygenericbuttontext {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }

    #txtsearchrebategenericsecond {
        width: 100%;
    }

    .contenttopbodygeneric-fields {
        padding: 0px 0px 0px 0px;
    }

    .rowcontenttopbodygenericbuttontextinput {
        width: 100%;
    }

    .rowcontenttopbodygenericsearch {
        display: flex;
        padding: 23px 20px 0px 20px;
    }

    .rowcontenttopbodygenericsecond {
        display: flex;
        padding: 15px 20px 0px 20px;
    }

    .contentlblmessagegeneric {
        margin-left: 20px;
    }

    .modal-dialogage {
        margin: 1.75rem;
    }
}

@media screen and (max-width: 660px) {
    .rowheaderlabel {
        display: none;
    }
    /*#region Top*/

    .lblfilter {
        display: none;
    }

    .lblsortby {
        display: none;
    }

    .colummsearch {
        width: auto;
        max-width: 400px;
        min-height: 180px;
        height: auto;
    }

    /*#endregion Top*/

    .content-body {
        margin-left: 0%;
    }

        .content-body hr {
            margin-right: 8px;
            margin-left: 8px;
        }

    .columcontentbody {
        width: 100%;
    }

    .productcontentbody {
        height: 400px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin: 0 10px;
    }

    .rowtopbody {
        margin: auto;
    }

    .columcontentfilter {
        width: 100%;
    }

    .modal-rowheadertitle {
        text-align: center;
        width: 100%;
    }

    .modal-rowheaderDescription {
        text-align: center;
        width: 100%;
    }

    /*#region Footer*/

    .columnfooterleft {
        flex-direction: column;
    }

    .columnfooterright {
        margin-top: 16px;
    }

    .content-row-footer {
        margin: 0px;
    }

    .content-left-footer {
        justify-content: center;
        display: flex;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    /*#endregion Footer*/

    .submissionmodalmain {
        overflow-y: auto;
    }

    .submit-rectangle {
        width: 90%;
    }

    .labelyoullneed {
        width: 90%;
    }

    .submissionmainbutton {
        max-width: 280px;
        width: 70%;
    }

    .lblcheckexistingrebatesearch {
        line-height: 14px;
        min-height: 28px;
    }

    .modal {
        overflow-y: auto;
    }

    .modal-body,
    .modal-bodySubmissionfield {
        max-height: none;
        overflow-y: initial;
        padding: 20px 50px 48px 50px;
    }

    .image-banner {
        width: 100%;
        height: auto;
    }

    .accordioncell {
        width: 60%;
    }

    /*.contentmonthdayyear {
        flex-direction: column;
        align-items: center;
    }

    .contentmonthdayyear {
        flex-direction: column;
        margin: 30px 0px 0px 0px !important;
    }*/

    .contentmonthdayyear {
        display: none;
    }

    .datemobileview {
        display: inherit;
        margin: 20px 10px 0px 10px;
    }

    .modal-contentage {
        min-height: auto !important;
    }

    .image-logo-header-sub {
        max-height: auto;
        max-width: 100%;
    }

    .rowcontentbodytile {
        width: 100%;
    }

    .state-gate-select {
        max-width: 300px;
        height: 44px;
        font-size: 16px;
    }

    .ADATabletr {
        display: grid !important;
    }

    .ADATabletd {
        margin: unset !important;
    }

    .externalCookiePanel {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    .acceptbuttonCookiePanel {
        width: 100%;
    }

    .denybuttonCookiePanel {
        width: 100%;
        margin-top: 5px;
    }

    .divbuttonsCookiePanel {
        padding-right: 0px !important;
    }

    #footerseparator {
        display: none !important;
    }
}

@media screen and (max-width: 350px) {
    .modal-bottombuttons {
        height: auto;
    }

    .modal-bottombuttons-row {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 30px;
    }

    .col-md-6 {
        display: flex;
        width: auto;
    }

    .submissioninfobuttoncancel {
        margin-left: 0px;
    }

    .submissioninfobuttoncontinue {
        margin-right: 0px;
    }

    .modal-header .close {
        padding: 0.5rem 0.2rem;
        margin: -1rem -1rem -1rem -1rem;
    }

    .socialIcons {
        margin-top: 10px;
    }
}

/* Resposive to height only Modals */
@media screen and (max-height: 900px) {
    .modal {
        overflow-y: auto;
    }

    .modal-body,
    .modal-bodySubmissionfield {
        max-height: none;
        overflow-y: initial;
        padding: 20px 50px 48px 50px;
    }
}

@media screen and (max-height: 900px) and (max-width: 460px) {
    .submissionmodalmain-body {
        padding: 20px 20px 48px 20px;
    }

    .modal-labelofferterms {
        text-align: left;
    }

    .modal-bodyofferterms {
        text-align: left;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    .modal-content * {
        visibility: visible;
        overflow: visible;
    }

    .main-page * {
        display: none;
    }

    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        min-height: 550px;
        visibility: visible;
        overflow: visible !important; /* Remove scrollbar for printing. */
    }

    .modal-dialog {
        visibility: visible !important;
        overflow: visible !important; /* Remove scrollbar for printing. */
    }
}

/* Container for input field and icon */
.bdate-container {
    position: relative;
    display: inline-block;
}

/* Input field */
#birthdate {
    padding-right: 30px; /* Add space for the icon */
    border: 2px solid var(--primaryColor);
}

/* Date icon */
.date-icon {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    width: 20px; /* Adjust icon size as needed */
    height: 20px;
    background-image: url('../images/icon/calendar-icon.png'); /* Specify the path to your date icon image */
    background-size: cover;
}