.spinner-ir,
.spinner-ird{
    position:absolute;
    display:none;
    z-index:500;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.3
}

.spinner-ir img,
.spinner-ird img{
    position:fixed;
    z-index:15;
    top:50%;
    left:50%;
    height:80px;
    margin-left:-40px
}

.toast-container,
.toast,
.alert-secondary{
    border-radius: 10px;
}

.pointer{
    cursor: pointer;
}

.select2-container .select2-selection--single{
    border-radius: 0.25rem !important;
    border-color: #ced4da;
    height: 40px !important;
    padding: 10px;
  }


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 6px;
    width: 20px;
}

.select2,
.select2-selection--default,
.select2-container--below,
.select2-container--open{
    height: 40px !important;
}

.dis-inline{
    display: inline-flex;
    margin-right: 10px;
}

.no-accapo{
    text-wrap: nowrap;
}

.linea{
    border-top: 1px solid black;
}

.bt_export{
    position: absolute;
    right: 30px;
    margin-top: -45px;
    /* z-index: 90; */
}

.zoom-pra{
    width: 100%;
    text-align: center;
    background-color: red;
    color: white;
    padding: 5px;
}