.epharma_logo {
    width: 130px;
    height: 25px;
    background-image: url('/assets/icons/epharma_logo.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.epharma_logo_white {
    width: 150px;
    height: 46px;
    background-image: url('/assets/icons/epharma_logo_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.epharma_logo_black {
    width: 120px;
    height: 20px;
    background-image: url('/assets/icons/epharma_logo_black.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.epharma_logo_round{
    width: 120px;
    height: 25px;
    background-image: url('/assets/icons/epharma_fav.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_hamburguer {
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/icon_hamburguer.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_close {
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/icon_close.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_logout{
    margin-top:auto;
    margin-bottom:auto;
    width: 14px;
    height: 14px;
    background-image: url('/assets/icons/icon-logout-black.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_home {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_home.svg');
}

.icon_home_blue {
    width: 20px;
    height: 20px;
    background-image: url('/assets/icons/icon_home_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_arrow_down {
    width: 16px;
    height: 16px;
    background-image: url('/assets/icons/icon_arrow_down.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.3s ease;
}

.icon_arrow_top {
    width: 12px;
    height: 16px;
    background-image: url('/assets/icons/icon_arrow_top.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_search {
    width: 16px;
    height: 16px;
    background-image: url('/assets/icons/icon_search.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_show {
    background-image: url('../icons/icon_show.svg');
}

.icon_hide {
    background-image: url('../icons/icon_hide.svg');
}

.icon_arrow_right_gray {
    width: 13px;
    height: 8px;
    background-image: url('/assets/icons/arrow_right_gray.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.icon_arrow_right_white {
    width: 13px;
    height: 8px;
    background-image: url('/assets/icons/arrow_right_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}
.icon_customerService {
    width: 38px;
    height: 40px;
    background-image: url('/assets/icons/customerService_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_customerService_white {
    width: 38px;
    height: 40px;
    background-image: url('/assets/icons/customerService_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_industry {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/industry_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_industry_white {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/industry_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_pharmacy {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/pharmacy_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_pharmacy_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/pharmacy_white.svg');
}
.icon_pharmacyGroup {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/pharmacyGroup_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_pharmacyGroup_white {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/pharmacyGroup_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_wholesaler {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/wholesaler_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_wholesaler_white {
    width: 40px;
    height: 40px;
    background-image: url('/assets/icons/wholesaler_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_coach_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_coach_white.svg');
}
.icon_coach_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('/assets/icons/icon_coach_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_commercial_deals_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    background-image: url('/assets/icons/icon_commercial_deals_white.svg');
}
.icon_commercial_deals_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('/assets/icons/icon_commercial_deals_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_edocs_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_edocs_white.svg');
}
.icon_edocs_blue {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_edocs_blue.svg');
}

.icon_finances_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_finances_white.svg');
}
.icon_finances_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('/assets/icons/icon_finances_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_orders_white {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_orders_white.svg');
}
.icon_orders_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('/assets/icons/icon_orders_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_pharmacies_white {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_pharmacies_white.svg');
}
.icon_pharmacies_blue {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_pharmacies_blue.svg');
}

.icon_support_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_support_white.svg');
}
.icon_support_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('/assets/icons/icon_support_blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}


.icon_loading {
    animation: spin 1s linear infinite;
    background-image: url('../icons/loading.svg');
    width: 16px;
    height: 16px;
}

.icon_intro {
   margin-top: auto;
      margin-bottom: auto;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
          background-size: 100%;
    background-image: url('/assets/icons/icon_intro_blue.svg');
}
.icon_intro_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    background-image: url('/assets/icons/icon_intro_white.svg');

}
.icon_settings {
    margin-top: auto;
         margin-bottom: auto;
         width: 24px;
         height: 24px;
         background-repeat: no-repeat;
             background-size: 100%;
    background-image: url('/assets/icons/icon_settings_blue.svg');

}
.icon_settings_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_settings_white.svg');

}

.icon_faqs_blue {
    margin-top: auto;
         margin-bottom: auto;
         width: 24px;
         height: 24px;
         background-repeat: no-repeat;
             background-size: 100%;
    background-image: url('/assets/icons/icon_faq_blue.svg');

}
.icon_faqs_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_faq_white.svg');

}
.icon_prof_saude_blue {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_prof_saude_blue.svg');
}
.icon_prof_saude_white {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_prof_saude.svg');
}
.icon_pharmacy_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/assets/icons/icon_pharmacy_blue.svg');

}
.icon_pharmacy_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_pharmacy_white.svg');

}

.icon_activity_blue {
    margin-top: auto;
    margin-bottom: auto;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/assets/icons/icon_activity_blue.svg');

}
.icon_activity_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon_activity_white.svg');

}
.icon_logout_white {
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    background-image: url('/assets/icons/icon-logout-white.svg');
}

.icon_logout_black {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    background-image: url('/assets/icons/icon-logout-black.svg');
}

.icon_activities {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon-activities.svg');
}

.icon_expensives {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/Icon-Expenses.svg');
}

.icon_expensives_blue {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/Icon-Expenses_blue.svg');
}

.icon_phr_visit {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_pharmacy_visit.svg');
}

.icon_pds_visit {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_visit_pds.svg');
}


.icon_task {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_task.svg');
}

.icon_task_blue {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_task_blue.svg');
}

.icon_add_blue {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url('/assets/icons/icon_add_blue.svg');
}