/* Font Awesome Pseudo Icons */
.fa-icon::before {
    display: grid;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    justify-items: center;
    /* font-size: 22px; */
}

.layer-group::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5fd";
}

.expand::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f065";
}

.check-circle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
}

.circle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
}

.minus-circle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
}


/* fa Colores */
.fa-green {
    color: green;
}

.fa-red {
    color: red;
}

/* SVG */
.img-svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    align-items: center;
    justify-items: center;
}

.entitlements {
    background-image: url(../images/Icons/entitlements.svg);
}

.fields {
    background-image: url(../images/Icons/fields.svg);
}

.wells {
    background-image: url(../images/Icons/wells.svg);
}

.ares {
    background-image: url(../images/Icons/ares.svg);
}