
/* body {
    background-color: white !important;
} */


._packmanLinkContainer_dysu2_7 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
    color: white !important;
}


._packmanLink_dysu2_7 {
    color: white !important;
    margin: 0 12px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    /* Optional: To remove underline from links */

}

._packmanLink_dysu2_7:hover {
    color: #ffcc00 !important;
}

._packmanLinkContainer_dysu2_7:hover {
    color: #ffcc00 !important;
    /* Change the color on hover */
    transform: scale(1.1) !important;
    /* Slightly increase the size */
}

._pageText_dysu2_37 {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: white !important;
    text-align: center !important;
    margin: 30px 0 !important;
}

._fullButton_dysu2_45 {
    background:#ffcc00 !important;
    padding: 10px 50px !important;
    border-radius: 100px !important;


}

._borderedButton_dysu2_53 {
    border: 2px #ffcc00 solid !important;
    padding: 10px 100px !important;
    border-radius: 100px !important;
}

._fullButtonText_dysu2_59 {
    color: #12304f !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

._borderedButtonText_dysu2_65 {
    color: white !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

._poweredBy_dysu2_71 {
    font-size: 10px !important;
    font-weight: 500 !important;
    /* font-style: italic !important; */
}

._packmanName_dysu2_77 {
    font-weight: 900 !important;
    font-size: 12px;
}

._poweredByPackman_dysu2_82 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #12304f !important;
}

._promotionCardsWrapper_dysu2_88 {
    width: 100% !important;
    display: flex !important;
    padding: '0 50px' !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: start !important;
}

._promotionCards_dysu2_88 {
    width: 320px !important;
}

._promotionCards_dysu2_88 h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 6px 0 !important;
}

._promotionCards_dysu2_88 p {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #5B5B5B !important;
}

._signupText_dysu2_113 {
    font-size: 15px !important;
    color: #12304f !important;
    font-weight: 600 !important;
    text-decoration: underline;
}


._forgotPasswordTxt_dysu2_121 {
    color: #12304f !important;
    font-weight: 600 !important;
    text-decoration: underline;
    
}

@media (max-width: 768px) {
    ._pageText_dysu2_37 {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: white !important;
        margin: 30px 0 !important;
        text-align: center !important;
    }

    ._fullButton_dysu2_45 {
        background: #ffcc00 !important;
        padding: 10px 15px !important;
        border-radius: 100px !important;
        width: 100% !important;
    }

    ._borderedButton_dysu2_53 {
        border: 2px #ffcc00 solid !important;
        padding: 10px 8px !important;
        border-radius: 100px !important;
        width: 100% !important;
    }

    ._fullButtonText_dysu2_59 {
        font-size: 10px !important;
    }

    ._borderedButtonText_dysu2_65 {
        font-size: 10px !important;
    }
    ._promotionCardsWrapper_dysu2_88 {
        flex-direction: column !important;
        text-align: center !important;
        justify-content: space-between !important;
        gap: 20px !important;
    }
    ._promotionCards_dysu2_88 {
        width: 100% !important;
    }
    ._promotionCards_dysu2_88 h3 {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin: 6px 0 !important;
    }

    ._promotionCards_dysu2_88 p {
        font-size: 13px !important;
    }

}