@import url("https://use.fontawesome.com/releases/v6.1.0/js/all.js");

.server-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f233";
    font-weight: 900;
    margin-right: 3px;
}

.warning-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f071";
    font-weight: 900;
    margin-right: 3px;
    color: orange;
}

.x-icn::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00d";
    font-weight: 900;
}

.m-off::before{
    margin: 0px !important;
}


.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 5px;
}