﻿.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";
}

.check:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: green;
}

.copy:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c5";
}

.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";
}

.eye:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f06e";
}

.eye-slash:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f070";
}

.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-black);
}

.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";
}

.wallet:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f555";
}