body {
  padding-right: 0 !important;
}

.swal2-shown {
  overflow: unset !important;
  padding-right: 0px !important;
}

.swal2-html-container{
	font-size:var(--text-l) !important;
}
.swal2-title{
	font-size:var(--text-xl) !important;
}

.p-swcnt {
	display:none !important;
}

.c-loading {
  bottom: 0;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  height: 100vh !important;
  background: hsla(0, 0%, 0%, 0.22);
  background-image: url("...");
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #33CCCC;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.5s linear infinite;
  margin: 0 auto !important;
  top:45% !important;
	position: relative;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

table td {
  vertical-align: middle !important;
}

.dz-message, .importloading {
  text-align:center;
}

.dz-message{
  padding-top:5rem;
  padding-bottom:5rem;
  border:6px dotted #cecece;
}


.results-import, .results-filter, .tagfilters, .importloading, .dz-preview{
  display: none;
}

.p-message {
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  padding: 1.25em 1.5em;
  border-color: #3298dc;
  background:#fff;
  margin-bottom:1.8rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
}

.p-box {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  padding: 1.25rem;
  margin-bottom:1.4rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);

}

.p-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-flex-legend{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color:#fff;
}

.mytag {
    align-items: center;
    background-color: #f5f5f51c;
    border-radius: 4px;
    color: #d5e1e6;
    display: inline-flex;
    font-size: inherit;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
    margin-left:0.5rem;
}

.is-flex-line{
  display: flex;
  margin-right: 1.3rem;
  margin-bottom:1rem;
  align-items: center;
}

.is-flex-line .bi {
margin-right:0.3rem;
}

.p-box-icon {
  padding: 1.2rem 1.5rem;
  background:#e2e8f0;
  border-radius:50%;
  margin-right: 1rem;
}
.p-box-icon .fas{
  font-size:2.4rem;
  color:#475569;
}

.p-alto, .p-medio, .p-basso, .p-status-color{
  font-weight: 600;

}

.p-status-color {
  color:#16a34a;
}

.p-alto{
  color:#16a34a;
}

.p-medio{
  color:#f97316;
}

.p-basso{
  color: #0284c7;
}

.p-zinc{
  background-color: #27272a;
} 
