/* sweet alert, colore button */
.swal2-confirm.swal2-styled {color: #fff !important; background-color: #018001 !important; border-color: #018001 !important; }
/* ===============================================DISPLAY NONE PER ALERT INPUT DI VUEXY=============================================== */
span.error{
    display: none !important;
}

.fs-smaller{
    font-size: smaller !important;
}

.hidden{
    display: none !important;
}

.show{
    display: block !important;
}

.show-inline{
    display: inline-block !important;
}

.vh-80{ height: 80vh !important; }
/* LOGIN */
#login-cover{
    background-image: url(../../img/bg-login.732032fb.svg) ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: 50%;
}

#logo{
    position: fixed;
    top: 3%;
    left: 1%;
}

/* REGISTER */
.obbligatorio{
    color: #ff000087;
    font-size: smaller;
    margin-top: 5px;
}

/* SIDEMENU */
#logosmart378{
    background-image: url(../../img/logo-smart-378.522613b1.svg);
    background-size: contain;
    width: 190px;
    height: 100vh;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.active-btn-menu{
    background: linear-gradient(118deg,#018001,rgba(1,128,1,.7));
    box-shadow: 0 0 10px 1px rgba(1,128,1,.7);
    border-radius: 4px;
    
}

.active-btn-menu span{
    color: #fff;
}

.active-btn-menu svg{
    filter: brightness(10.5) !important;
}

/* WRAPPER */
.welcome-cover{
    background: url(../../img/frecce-bianche.60a7251f.svg), linear-gradient(46.62deg,#018001,#9bc69b 93.64%);
    background-position: 100%;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    
}


/* DASHBOARD */
.icon-dashboard{
    width: 50px;
    height: 50px;
}


/* PROFILE */
.btn-logo{
    border-radius: 20px;
}

.w-35per{
    width: 35%;
}

.separator-form{
    margin: 0px 20px 0px 20px !important;
}

.me-20px{
    margin-right: 20px;
}

.icon-saved-project{
    width: 20px;
    height: 20px;
}


/*Project type*/
.personal-li{
    list-style: none;
    padding: 0;
}

.personal-li::before{
    content: '- ';
    padding-right: 5px;
}

.etichetta{
    width: auto;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-error {
    border: 1px solid red !important;
    box-shadow: none !important;
  }
  
  .select-ok {
    border: 2px solid green !important;
    box-shadow: none !important;
  }

  .guide:hover{
    color: #015501;
  }

  .alert_error{
    background-image: url(../../img/error.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    
}

.td_impianto:nth-child(odd){
    font-weight: bolder;
}

.td_impianto_indiretto:nth-of-type(-n+3){
    font-weight: bolder;
}

.border_section{
    margin-top: 2px;
    margin-bottom: 2px;
    height: 3px !important;
    background: linear-gradient(30deg,#018001,rgba(1,128,1,.5))!important;
}

.div_radio_system{
    flex-direction: column;
}

.title-details{
    text-transform: capitalize;
}

.select2-selection__arrow b{ display: none; }

option:hover{
    background-color: #9bc69b !important;
}

ul li:nth-child(n+2) {
    list-style: none;
}

.cursor-disabled{
    cursor: not-allowed !important;
    pointer-events: unset !important; 
}

a[data-title='Guida alla compilazione']:hover{
    color: #003400 !important;
}

.dropdown-item:active{
    background-color: rgba(1, 128, 1, 0.3) !important;
}
