    .nav-link{
        transition: none!important;
    }

    .blocco{
         display:none
    }

    @media (orientation: landscape) and (max-width: 991px){
        .blocco {
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            text-transform: uppercase;
            font-size: calc(((12/var(--screen-size)) * 100) * 1vw);
            width: 100vw;
            height: 100vh;
            color: #fff;
            background: #000;
            z-index: 10012;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
    }

    @media screen and (max-width:479px){
        .blocco{
            display: none!important;
        }
    }

    .btn-close:focus{
        box-shadow:none!important;
    }

  body{
    background:#FAFAFA;
  }

  @media screen and (max-width:991px){
    main{
        padding-top:50px;
    }
  }

  .container-correlated{
      background-color: white; 
      padding:10px; 
      box-shadow: 0px 0px 10px rgba(0,0,0,.05); 
      height: 256px;
  }
  .row-mod{
      height: 25%;
      margin-top: 1%;
  }
  .row{
    margin-left:0px!important;
    margin-right:0px!important;
  }
  .gridly {
    position: relative;
    width: 1980px;
  }

  .brick{
    padding:10px; 
    box-shadow: 0px 0px 10px rgba(0,0,0,.05);
    border-radius: 25px;
  }
  .brick.small {
    width: 192px;
    height: 285px;
  }
  .brick.large {
    width: 300px;
    height: 285px;
  }
  .error{
    color: red;
    font-size: 13px;
  }


*{
    font-family: 'Kumbh Sans';
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700!important;
}


/* Sfondo sidebar */

#select2-data-5-rnjs,#sidebarMenu{
    background:#fff!important;
    box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.05);
}

.select-2{
    background:#fff!important;
    box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.05);
}

/* sidebar backend spazio tra icona e testo */

#sidebarMenu  .nav svg{
    margin-right:10px;
}

#sidebarMenu .nav .nav-link{
    font-weight: 500!important;
    color:#000;
}

.nav .nav-item{
    width: 95%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}


.nav .nav-item:hover .nav-link,.nav .nav-item:hover .nav-link:focus,.nav .nav-item:hover .nav-link:active{
    color:#fff!important;
}

.nav .nav-item:hover .nav-link path{
    fill: #fff;
}

.nav .nav-item:hover{
    background: linear-gradient(92.04deg, #0083FF 0%, #0169CC 100%)!important;
}

#li-exit{
    background:none!important;
    color:#000!important;
}

#li-exit .nav-link{
    color:#000!important;
}


/* Heading sidebar backend */

#sidebarMenu .sidebar-heading{
    font-size: 22px;
    font-weight: 700!important;
    color: #000!important;
    text-transform: none;
}


/* Selettore progetto sidebar */

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    color: #000;
    font-weight: 700!important;
    font-size: 16px;
    padding: 0px 20px;
}

.select2-container--default .select2-selection--single{
    border-radius: 10px;
    border:none!important;
    height: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 1%);
    background: #fff;   
}

.select2-search__field{
    border-radius: 12px!important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-radius:10px!important;
}


/* Selettore sidebar su clic blocco border radius */

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-left-radius: 10px!important; 
    border-bottom-right-radius: 10px!important; 
}

/* freccia selettore progetto sidebar */

.select2-selection__arrow{
    height: 50px!important;
}

/* Menu a tendina sidebar */

.select2-dropdown.select2-dropdown--below{
    border-radius: 10px;
    margin-top:10px;
    border:none;
    background:#fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.select2-search--dropdown .select2-search__field{
    border-radius: 10px!important;
    outline:none;
}

.select2-results{
    font-weight:700!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected{
    color:#2196f3!important;
    background-color:#e3f1ff!important;
}



/* INPUT */

#generalSearch,.input-login{
    border-radius: 15px!important;
    height: 45px!important;
    line-height: 45px!important;
    border: none;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    font-weight: 700!important;
    font-size: 18px!important;
}


.form-control:focus{
    box-shadow:0 ​0 0 0.15rem rgb(235 235 235)!important;
}

::placeholder {
    color: #C4C4C4!important;
}



/* Pulsante di ricerca */

#doSearch{
    width: 100%;
    border-radius: 15px!important;
    height: 45px!important;
    line-height: 45px!important;
    border: none;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    font-weight: 700!important;
    font-size: 18px!important;
    display: flex;
    color:#fff!important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(92.04deg, #0083FF 0%, #3ea1ff 100%);
    transition:.5s all ease-in;
}

#doSearch:hover,#doSearch:focus,.btn:hover{
    background: linear-gradient(92.04deg, #0083FF 0%, #238bee 100%);
}




/* PIANO EDITORIALE - pulsante pubblica */


#btn-pub{
    border-radius: 15px!important;
    height: 45px!important;
    width: 75%!important;
    margin-top: 1%!important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    font-weight: 700!important;
    font-size: 18px!important;
    display: flex;
    color:#fff!important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(92.04deg, #0083FF 0%, #3ea1ff 100%);
    transition:.5s all ease-in;
}



.btn{
    border-radius: 15px!important;
    height: 45px!important;
    border: none!important;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    font-weight: 700!important;
    font-size: 18px!important;
    color:#fff!important;
    background: linear-gradient(92.04deg, #0083FF 0%, #3ea1ff 100%);
    transition:.5s all ease-in;
    font-size:14px!important;
    padding:0px 10px;
}

#preDel,.preDel{
    background: linear-gradient(135deg, #FF0053 0%, #D00044 100%)!important;
}

#preDel:hover,.preDel:hover{
    background: linear-gradient(135deg, #da074d 0%, #9b0537 100%)!important;
}



/* STYLING tabella*/

.table-striped>tbody>tr:nth-of-type(odd){
    --bs-table-accent-bg:unset!important
}

/*
.table{
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 0 8px;
}

.table tr{
    background: linear-gradient(135deg, #FAFAFA 0%, #E2E2E2 100%)!important;
}


tr th:first-child {
    border-radius: 10px 0 0 10px;
  }
tr td:last-child {
    border-radius: 0 10px 10px 0;
  }

*/


input,textarea{
    border-radius: 15px!important;
    border: none;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    font-weight: 700!important;
    line-height: 45px;
    height:45px
}

.input-group input,.input-group textarea{
    border-radius: 0px!important;
    box-shadow: unset;
    height: auto;
    line-height: normal;
}

*{
    outline: none!important;
}