﻿/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
@media only screen and (min-width:320px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 12px !important;
    }

    #btnReferCopyLink {
        margin-top: 7px;
    }

    .dashboard .card {
        min-height: 290px;
        height: auto;
    }

        .dashboard .card .card-body {
            min-height: auto !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 3px;
        width: 93%;
        left: 15px;
        right: 15px;
        font-size: 11px !important;
    }

    .h1, h1 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 30px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 17px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 15px !important;
        line-height: 20px !important;
        font-family: var(--bs-body-font-family);
    }
}
/* smartphones, Android phones, landscape iPhone */
@media only screen and (min-width:480px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 12px !important;
    }

    #btnReferCopyLink {
        margin-top: 7px;
    }

    .dashboard .card {
        min-height: 290px;
        height: auto;
    }

        .dashboard .card .card-body {
            min-height: auto !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 11px !important;
    }

    .h1, h1 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 30px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 17px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 15px !important;
        line-height: 20px !important;
        font-family: var(--bs-body-font-family);
    }
}
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media only screen and (min-width:600px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 12px !important;
    }

    #btnReferCopyLink {
        margin-top: 7px;
    }

    .dashboard .card {
        min-height: 365px;
        height: auto;
    }

        .dashboard .card .card-body {
            min-height: auto !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 11px !important;
    }

    .h1, h1 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 30px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 17px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 15px !important;
        line-height: 20px !important;
        font-family: var(--bs-body-font-family);
    }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width:801px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 10px !important;
    }

    #btnReferCopyLink {
        margin-top: 0px;
    }

    .dashboard .card {
        min-height: 340px;
        height: auto;
    }

        .dashboard .card .dashboard .card .card-body {
            min-height: 340px !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 2px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 8px !important;
    }

    .h1, h1 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 30px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 18px !important;
        line-height: 20px !important;
        font-family: var(--bs-body-font-family);
    }
}
/* big landscape tablets, laptops, and desktops */
@media only screen and (min-width:1025px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 10px !important;
    }

    #btnReferCopyLink {
        margin-top: 0px;
    }

    .dashboard .card {
        min-height: 375px;
        height: auto;
    }

        .dashboard .card .card-body {
            min-height: 340px !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 2px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 8px !important;
    }

    .h1, h1 {
        font-size: 60px !important;
        line-height: 64px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 43px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 18px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 17px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }
}
/* hi-res laptops and desktops */
@media only screen and (min-width:1281px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 11px !important;
    }

    #btnReferCopyLink {
        margin-top: 0px;
    }

    .dashboard .card {
        min-height: 340px;
        height: auto;
    }

        .dashboard .card .card-body {
            min-height: 340px !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 1rem !important;
    }

    .h1, h1 {
        font-size: 60px !important;
        line-height: 64px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 43px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 18px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }
}
/* hi-res laptops and desktops */
@media only screen and (min-width:1600px) {
    .header-style1 .navbar-nav > li > a {
        font-size: 15px !important;
    }

    #btnReferCopyLink {
        margin-top: 0px;
    }

    .dashboard .card {
        min-height: 340px;
        height: auto;
    }

        .dashboard .card .card-body {
            min-height: 340px !important;
            overflow-y: auto;
        }

    .btn-absolute {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 1rem !important;
    }

    .h1, h1 {
        font-size: 60px !important;
        line-height: 64px !important;
        font-family: var(--bs-font-sans-serif);
    }

    .h2, h2 {
        font-size: 25px !important;
        line-height: 43px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h3, h3 {
        font-size: 48px !important;
        line-height: 48px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h4, h4 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-family: var(--bs-font-sans-serif);
    }


    .h5, h5 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }

    .h6, h6 {
        font-size: 18px !important;
        line-height: 24px !important;
        font-family: var(--bs-body-font-family);
    }
}

@media (max-width: 801px) {
    .container.p-1-9.p-1rem-0.rounded.mt-n70.mt-5 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    footer {
        padding-top: 0px !important;
    }
}

@media (max-width: 1025px) {
    .navbar-nav > li > a {
        font-size: 13px !important;
        padding: 21px 0.3rem !important;
    }
}

.accordion .accordion-button.collapsed:after {
    background-color: transparent !important;
    color: var(--bs-secondary-color) !important;
}

.form-control {
    border: 1px solid #666666 !important;
}

    .form-control:focus {
        box-shadow: none !important;
        border: 2px solid #666666 !important;
    }

.strikethrough-heading span {
    line-height: 55px;
}

.hide-for-hayward {
    display: none !important;
}

#rewards-div .text-center.mb-2-5.mb-lg-5.mb-xl-8 {
    margin-bottom: 1rem !important;
}


    #rewards-div .text-center.mb-2-5.mb-lg-5.mb-xl-8 h2 {
        margin-top: 0 !important;
    }

.my-profile .col-md-12.mb-1-9.mb-md-0 {
    margin-bottom: 0 !important;
}

.products-heading-custom {
    text-align: center !important;
}

.js-linkbutton-search, .js-linkbutton-clear {
    margin-top: 32px !important;
}

.title-height {
    min-height: 50px;
    overflow-y: auto;
    margin-top: 10px;
}

#uploadReceipt .fuImage {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-direction: row-reverse;
}

    #uploadReceipt .fuImage span {
        cursor: pointer;
        float: right;
        display: flex;
        justify-content: center;
        background-color: white;
        margin-left: -20px;
        width: 20px;
        height: 20px;
        border-radius: 65px;
        text-align: center;
        color: black;
        font-size: 14px;
        font-weight: 700;
    }
