﻿body {
}
.hidden {
    display:none!important;
}
.logo-icon {
    width: 100px;
}
@media screen and (max-width: 1280px) {
    .topbar-logo-header {
        display: inline-flex;
    }
}
.chip.chip-md {
    height: 82px;
    line-height: 82px;
    border-radius: 16px;
    font-size:18px;
}
.chip.chip-md img {
    height: 82px;
    width: 82px;
    border-radius:0;
    padding:4px;
}
.campo-obbligatorio {
    padding:5px;
    margin:5px;
    border:1px dashed red;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected=true] {
    color: #111;
}
.select2-container--default .select2-results > .select2-results__options {
    background: rgba(0, 0, 0, 0.85);
}
.bg-green {
    background: #1d8839!important;
}