﻿.mail-preference {
    /*font-family: 'Gotham Narrow SSm 4r', Arial;*/
    font-family: 'Barlow', Arial, Helvetica sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    border: 1px solid #929292;
    padding: 15px 36px 20px 36px;
    margin: 0px 0px 75px;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 15px;
    color: #21201f;
    /*text-align:left;*/
}

    .mail-preference textbold {
        padding: 25px 0px 20px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .mail-preference textlighter {
        padding: 25px 0px 20px;
        font-size: 16px;
        font-weight: lighter;
        text-align: center;
    }

    .mail-preference h2 {
        padding: 10px 0px 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .mail-preference .label {
        font-size: 14px;
        margin-top: 3px;
    }

        .mail-preference .label label {
            color: #424858;
            padding-left: 5px;
            font-size: 14px;
            font-weight: normal;
        }

            .mail-preference .label label:before {
                content: none;
            }

    .mail-preference input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        width: 20px;
        float: left;
    }

.logowidth {
    width: 225px;
    max-width: 225px;
    margin-bottom: 10px
}

/*12 jan 2025 - Ajit M. - Added css below for offer image*/
.offerimgwidth {
    width: 400px;
    max-width: 400px;
    margin-bottom: 10px
}

.notable-earnings .custom-container p {
    font-size: 11px !important
}

.btnprop {
    width: 378px !important;
    line-height: 1.5 !important;
    border-radius: 10px !important;
}

hr {
    margin: 0px;
    padding: 3px 3px 50px 3px;
}

/*23 Jan 2025 - Ajit M. - Added below css for Funnel pages. */
#Description span, #Description span p, #Description p,
#Description div, #Description span a, #Description a {
    font-size: 18px !important;
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none !important
}

@media only screen and (max-device-width: 480px) {
    .logowidth {
        width: 80%;
        max-width: 200px;
    }
}

/*12 jan 2025 - Ajit M. - Added css below for offer image*/
@media only screen and (max-device-width: 480px) {
    .offerimgwidth {
        width: 96%;
        max-width: 240px;
    }
}

@media (max-width: 767px) {

    .mail-preference {
        padding: 15px;
    }

    .adj-font {
        font-size: 16px !important
    }
}
