/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all icon css inside @layer icons {}
***
* please make sure all icon css inside @layer icons {}
* please make sure all icon css inside @layer icons {}
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/



@layer icons {
    .icon_calendar_before::before {
        background-image: url('../images/icon/icon_calendar.svg');

    }

    .icon_prev_before::before {
        background-image: url('../images/icon/icon_prev3.svg');
    }

    .icon_next_before::before {
        background-image: url('../images/icon/icon_prev3.svg');
        transform: rotate(180deg);

    }

    .icon_search_before::before {
        background-image: url('../images/icon/icon_search2.svg');
    }

    .icon_money_before::before {
        background-image: url('../images/icon/icon_money.svg');
    }

    .icon_money_cash_before::before {
        background-image: url('../images/icon/icon_money_cash.svg');
    }

    .icon_target_before::before {
        background-image: url('../images/icon/icon_target.svg');
    }

    .icon_download_before::before {
        background-image: url('../images/icon/icon_download.svg');
    }

    .icon_gps_before::before {
        background-image: url('../images/icon/icon_contact_us_gps.svg');
    }

    .icon_clock_before::before {
        background-image: url('../images/icon/icon_contact_us_clock.svg');
    }

    .icon_envelope_before::before {
        background-image: url('../images/icon/icon_contact_us_mail.svg');
    }

    .icon_tel_before::before {
        background-image: url('../images/icon/icon_contact_us_tel.svg');
    }

    .icon_print_before::before {
        background-image: url('../images/icon/icon_contact_us_fax.svg');
    }

    .icon_detail_before::before {
        background-image: url('../images/icon/icon_list_detail.svg');
    }

    .icon_website_before::before {
        background-image: url('../images/icon/icon_list_website.svg');
    }

    .icon_objective_before::before {
        background-image: url('../images/icon/icon_list_objective.svg');
    }

    .icon_implementation_before::before {
        background-image: url('../images/icon/icon_implementation.svg');
    }

    .icon_procedure_before::before {
        background-image: url('../images/icon/icon_procedure.svg');
    }

    .icon_eligibility_before::before {
        background-image: url('../images/icon/icon_eligibility.svg');
    }
}