
/* This file contains icons that aren't included in the atlas library, but were custom-made from other atlas icons */
/* Because these use a background image instead of a font, you must change their color with "background-color" instead of "color" */

.atlas-icons-custom {
    mask-repeat: no-repeat !important;
    mask-position: center center !important;
    mask-size: 1em !important;
    width: 1em !important;
    height: 1em !important;
    background-color: var(--color, #444);
}

.atlas-icons-custom:before {
    content: '' !important;
}

.at-xmark {
    mask-image: url(../../../images/icons/atlas/at-xmark.svg) !important;
}

.at-fill-document {
    mask-image: url(../../../images/icons/atlas/at-fill-document.svg) !important;
}

.at-table {
    mask-image: url(../../../images/icons/atlas/at-table.svg) !important;
}

.at-grid-square {
    mask-image: url(../../../images/icons/atlas/at-grid-square.svg) !important;
}
