﻿.general-icon {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.icon-trash-white {
    background-image: url(../icons/trash-white.svg);
    background-repeat: no-repeat;
}

.icon-trash-black {
    background-image: url(../icons/trash-black.svg);
    background-repeat: no-repeat;
}

.icon-edit-black {
    background-image: url(../icons/edit-black.svg);
    background-repeat: no-repeat;
}

.icon-email-black {
    background-image: url(../icons/email-black.svg);
    background-repeat: no-repeat;
}

.icon-package-black {
    background-image: url(../icons/package-black.svg);
    background-repeat: no-repeat;

}

.icon-search-black {
    background-image: url(../icons/search-black.svg);
    background-repeat: no-repeat;
}

.icon-search-white {
    background-image: url(../icons/search-white.svg);
    background-repeat: no-repeat;
}

.icon-eye-white {
    background-image: url(../icons/eye-white.svg);
    background-repeat: no-repeat;
}

.icon-eye-dark {
    background-image: url(../icons/eye-dark.svg);
    background-repeat: no-repeat;
}

.icon-address-validator {
    background-image: url(../icons/address-validator-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100% 100%;
}

.icon-locator {
    background-image: url(../icons/locator-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100% 100%;
}

.icon-track {
    background-image: url(../icons/track-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100% 100%;
}

.icon-customer-billing {
    background-image: url(../icons/custom-billing-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100% 100%;       
}

.icon-rate {
    background-image: url(../icons/rate-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100% 100%;
}

.icon-1x {
    display: inline-block;
    cursor: pointer;
    width: 1em;
    height: 1em !important;
}

.icon-2x {
    display: inline-block;
    cursor: pointer;
    width: 2em;
    height: 2em !important;
}

.icon-3x {
    display: inline-block;
    cursor: pointer;
    width: 3em;
    height: 3em;
}

.button-icon {
    z-index: 1
}