﻿.icon-holder {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    height: 16px;
    left: 0;
    margin-right: 4px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 16px;
}

.activate-user:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

.asc-disabled:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15d";
    opacity: 0.5;
}

.asc:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15d";
}

.attention:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
}

.check:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: green;
}

.deactivate-user:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f506";
}

.desc:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15e";
}

.edit:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f044";
}

.home:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
}

.info:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    color: var(--main-blue);
}

.settings:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f013";
}

.remove:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: gray;
}

.subscription:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f570";
}

.to-check:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f0c8";
    color: gray;
}

.trash:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2ed";
}

.users:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c0";
}

.documents:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c1";
}

.payment:before {
    font-family: "Font Awesome 5 Free"; /* Assicurati che Font Awesome sia incluso nel progetto */
    content: "\f09d"; /* Icona: Credit Card */
    font-weight: 900; /* Per la versione "solid" */
}

.request:before {
    font-family: "Font Awesome 5 Free"; /* Assicurati che Font Awesome sia incluso nel progetto */
    content: "\f059"; /* Icona: Question Circle */
    font-weight: 900; /* Per la versione "solid" */
}
