  @import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');

  .autoComplete_wrapper {
      display: block !important;
  }

  .autoComplete_wrapper > input {
      width: 100% !important;
  }

  .autoComplete_wrapper > ul {
      overflow-y:auto !important;
  }

  .autoComplete_wrapper > input::placeholder {
      color: #7d8b9d !important;
      transition: all .3s ease;
  }
  .autoComplete_wrapper > input {
      color: #ffffff !important;
      background-color: #546070 !important;
  }
  .autoComplete_wrapper > ul > li mark {
      color: #f6a720 !important;
      font-weight: 700 !important;
      padding-right: 0px !important;
  }
  .autoComplete_wrapper > ul {
      color: #ffffff !important;
      background-color: #546070 !important;
  }
  .autoComplete_wrapper > ul > li {
      color: #ffffff !important;
      background-color: #546070 !important;
  }
  .dropdown-menu.autocomplete-dropdown {
      max-height: 360px;
      overflow-y: auto;
  }

  .jstree-default .jstree-anchor{
	height: 28px !important;
  }

  .jstree-default .jstree-hovered {
    background: #546070 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #546070 !important;
  }

  .jstree-default .jstree-clicked {
    background: #7d8b9d !important;
    border-radius: 2px;
    box-shadow: none !important;
  }

  .jstree-default .jstree-context,
  .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered,
  .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered,
  .jstree-default .jstree-wholerow-hovered,
  .jstree-default-responsive .jstree-wholerow,
  .jstree-default .jstree-wholerow-clicked {
    background: #546070 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  .jsgrid-table.mobile-table {
    background-color: #363e48 !important;
  }

  .pfdbg{
	color: #fadcf6; background-color: #340333; display: block; width: 98%; overflow: scroll;
  }

  .flatpickr-current-month .numInputWrapper span.arrowUp::after {
    border-bottom-color: rgba(255,255,255,0.9) !important;
  }

  .flatpickr-current-month .numInputWrapper span.arrowDown::after {
      border-top-color: rgba(255,255,255,0.9) !important;
  }
  
  .numInputWrapper span {
      background: #546070 !important;
  }
  
  .numInputWrapper span:hover {
      background: #7d8b9d !important;
  }
 
  .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #363e48 !important;
    outline: none;
    padding: 0;
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: #363e48 !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: #546070;
    box-shadow: inset 0 -1px 0 rgba(48,55,64,.125);
    color: #de971e;
  }

  .text-fornitura {
    color: #33ff78 !important;
  }

  .modal-content {
    background-clip: padding-box;
    background-color: #a1abb8;
    border: 1px solid #7d8b9d;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
    color: #303740;
  }

  .modal-content .jsgrid{
    color: #ffffff;
  }

  .modal-header {
    border-bottom: 1px solid #7d8b9d;
  }

  .modal-header .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23303740'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.5em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: content-box;
    color: #303740;
    height: .5em;
    opacity: .5;
    padding: .5em;
    width: .5em;
    margin-right: -1rem !important;
  }

  .icon .icon-bell.active {
    color: #f7a821 !important;
  }

  .icon.icon-notifiche {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #vaiPagina {
    text-decoration: none !important;
    cursor: pointer !important;
  }

  .daterangepicker {
    background-color: #7d8b9d !important;
    border: 1px solid #7d8b9d !important;
  }

  .daterangepicker .calendar-table {
    border: 1px solid #7d8b9d !important;
    background-color: #7d8b9d !important;
  }

  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #7d8b9d !important;
    color: #546070 !important;
  }

  .daterangepicker::after {
    border-bottom: 6px solid #7d8b9d !important;
  }

  .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #a1abb8 !important;
  }

  .daterangepicker td.in-range {
    background-color: #a1abb8 !important;
  }

  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f7a821 !important;
  }

  .jsgrid-pager-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.8rem;
  }

  #print_button, #export_button, #columnhidden_button {
    font-size: 0.7rem !important;
  }

  .jsgrid-pager-page, .jsgrid-pager-nav-button {
    padding: .2em .3em !important;
  }

  .jsgrid-pager {
    padding-top: .175rem !important;
    padding-bottom: 0 !important;
  }

  .jsgrid-grid-header, .jsgrid-grid-body {
    overflow-y: hidden !important;
  }

  .jsgrid-header-row > .jsgrid-header-cell {
    background-color: #363e48 !important;
    color: #f7a821;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 0.7rem;
    border-top: 1px solid #627082 !important;
  }

  .jsgrid-filter-row .jsgrid-cell input {
    display: block;
    width: 100%;
    padding: .2rem .35rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303740;
    background-color: #7d8b9d;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-color: #f7a821;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .jsgrid-filter-row .jsgrid-cell select {
    display: block;
    width: 100%;
    padding: 0.2rem 1.6rem 0.2rem 0.35rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303740;
    background-color: #7d8b9d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #f7a821;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303740 !important;
    background-color: #7d8b9d !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #f7a821 !important;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f7a821 !important;
    color: #303740 !important;
  }

  .select2-dropdown {
    background-color: #7d8b9d !important;
    font-size: 0.8rem !important;
    line-height: 1.1 !important;
  }

  .select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
    color: #303740 !important;
    font-weight: bold !important;
  }

  .select2-search__field {
    background-color: #434d5a !important;
    color: #ffffff !important;
  }

  .jsgrid-filter-row .jsgrid-cell input:focus {
    border-color: #f7a821;
    box-shadow: 0 0 0 0.25rem rgba(198, 134, 26, 0.25);
  }

  .jsgrid-filter-row .jsgrid-cell input:focus-visible {
      outline: none !important;
  }

  .jsgrid-row, .jsgrid-alt-row, .jsgrid-header-row, .jsgrid-filter-row {
    border-bottom: 1px solid #627082 !important;
  }

  .progress-bar-blank {
    background-color: #fff !important;
    border-color: rgb(103, 106, 108) !important;
  }

  .progress-bar-bonus-no-bg {
    color: rgb(103, 106, 108) !important;
    border-color: rgb(103, 106, 108);
  }

  .progress-border-right, .progress-border-left {
      border-color: #fff;
  }

  .progress-border-left {
      border-left: solid;
      border-left-style: solid;
      border-left-width: thin;
  }

  .progress-border-right {
      border-right: solid;
      border-right-style: solid;
      border-right-width: thin;
  }

  .bonus_progress_border_right {
    border-right: solid;
    border-right-style: solid;
    border-right-color: #7d8b9d;
    border-right-width: thin;
  }

  .bg-bonus-soft {
    background-color: #363e48;
    color: #7d8b9d !important;
  }

  .label-bonus {
    font-size: .70312rem;
    padding-left: 0.5rem;
  }

  .badge-progress-bonus {
    font-size: 65%;
  }

  #sidebar.navbar .navbar-brand {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .text-small-dashboard, .text-small-dashboard .btn  {
    font-size: 0.7rem !important;
  }

  .card {
    background-color: #434d5a;
  }

  .stats-renew {
    cursor: pointer;
  }

  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #FFDB54
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f2f2f2;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #a1abb8;
  }

  .nome-utente {
    font-variant: small-caps;
    text-align: center;
    line-height: 1.1;
    font-size: 0.9rem;
  }

  .nome-utente::after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  #BtnUp:focus {
    box-shadow: none;
  }

  .card-code {
    margin-top: 0.5rem;
    width: 45%;
  }

  #BtnUp.btn.btn-primary {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  #BtnUp {
    opacity: 0.8 !important;
  }

  .autocomplete-dropdown .dropdown-item:hover {
    background-color: #546070;
  }

  .row .row-aggiorna-coll > * {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .card-aggiorna-coll {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .avatar-xxl-foto-coll {
    font-size: 2.66667rem;
    height: 14rem;
    width: 14rem;
  }

  .dropzone-dashkit {
      border: 0px !important;
      background: transparent !important;
  }

  .dropzone-dashkit .dz-preview.dz-image-preview {
    background: #546070 !important;
    background-color: #546070 !important;
    border: 1px dashed #303740 !important;
    border-radius: .375rem !important;
    padding: 2rem 1rem !important;
  }

  #upload-foto-msg .cropper-modal {
    background-color: #434d5a !important;
    opacity: 0.5 !important;
  }

  #upload-foto-msg {
    max-width: 400px !important;
    max-height: 400px !important;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  @-webkit-keyframes autofill {
    0%,100% {
        color: #f7a821;
        background: #546070;
    }
  }

  @keyframes autofill {
    0%,100% {
        color: #f7a821;
        background: #546070;
    }
  }

  input:-webkit-autofill, input:autofill  {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-delay: 1s;
    animation-name: autofill;
    animation-fill-mode: both;
  }

  .icona-index {
    font-size: 2rem;
  }

  .badge-livello {
    font-size: 1.3rem;
    border-radius: 3rem;
  }

  .trofeo-livello {
    width: auto;
    height: 2em !important;
    margin-right: 0.75rem;
  }

  .icona-percentuale-profilo {
    font-size: 1.3rem;
  }

  .progress-bar {
    line-height: 1.1;
  }

  .progress-dashboard {
    border-radius: .5rem !important;
  }
  
  .progress-dashboard .progress-bar:first-child {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important;
  }

  .progress-dashboard .progress-bar:last-child {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  
  .js-choice-dashboard div.choices div.choices__list.choices__list--dropdown {
    background-color: #627082 !important;
    border: 1px solid #627082 !important;
    border-radius: 0 0 .375rem .375rem !important;
  }

  .js-choice-dashboard .is-focused .choices__inner, .js-choice-dashboard .is-open .choices__inner  {
    border-color: #f7a821 !important;
  }

  .js-choice-dashboard .choices__inner {
    background-color: #546070;
    border: 1px solid #546070;
    border-radius: .375rem;
    color: #fff;
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .5rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    min-height: unset !important;
  }

  .js-choice-dashboard .choices__list--single {
    padding: 0px 0px 1px 0px;
  }

  .js-choice-dashboard .choices__placeholder {
    color: #a1abb8;
  }

  .js-choice-dashboard .choices[data-type*="select-one"] .choices__input {
    border-bottom: 1px solid #546070;
    background-color: #546070;
    color:#ffffff;
  }

  .js-choice-dashboard .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    color: #627082;
  }

  .flatpickr-calendar {
    background-color: #363e48 !important;
  }

  .table thead th {
    color: #f7a821;
  }

  .tt-menu.tt-open {
    background-color: #546070;
    border: 1px solid #546070;
    border-radius: .375rem;
    color: #fff;
    padding: .5rem .75rem;
    padding-right: 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    max-height: 10rem;
    overflow-y: auto;
  }

  .tt-dataset {
    max-height: 10rem;
  }

  .tt-suggestion:hover {
    background-color: #303740 !important;
    cursor: pointer !important;
  }

  .twitter-typeahead {
    width: 100% !important;
  }

  .jsgrid {
    font-size: 0.9em !important;
  }

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

  @media (max-width:991.98px) {
    #print_button i {
      display: block;
    }
    #export_button i {
      display: block;
    }
    #columnhidden_button i {
      display: block;
    }
    .card-code {
      width: 4.0rem !important;
      margin-top: 0 !important;
      margin-right: 1rem;
    }
  }

  @media (max-width:1199.98px) {

    #jsgrid-page-number {
      flex-basis: 100%;
      width: 0;
      text-align: center;
      margin-top: 0.25rem;
      margin-bottom: 0.5rem;
    }

    #print_button, #export_button, #columnhidden_button {
      width: auto !important;
    }

    .jsgrid-table.mobile-table td.td_ricerca, .jsgrid-table.mobile-table td#control_mobile {
      padding-left: 1rem !important;
    }

    .jsgrid-table.mobile-table td#control_mobile {
      text-align: center !important;
    }

    #BtnUp {
      display: none; 
      position: fixed; 
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      font-size: 1.2rem;
      padding: .2rem .7rem;
      -webkit-animation: fade-in 1.2s ease-in-out both;
      animation: fade-in 1.2s ease-in-out both;
      z-index: 1001;
    } 

    .navbar-user {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: left;
    }

    .footer {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      border-top-color: #434d5a !important;
      border-top: solid;
      border-top-style: solid;
      border-top-width: 1px;
      position: sticky;
      position: -webkit-sticky;
      bottom: 0;
      z-index: 1000;
    }

  }

  @media only screen and (max-width: 800px) {
    	
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
      display: block; 
    }
   
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
   
    #no-more-tables tr { border: 1px solid #ccc; }
   
    #no-more-tables td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 45%; 
      white-space: normal;
      text-align:left;
    }
   
    #no-more-tables td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      text-align:left;
      font-weight: bold;
    }
   
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
  }


  /* JSGRID mobile */

  .jsgrid-grid-header {
    overflow-y: hidden !important;
}

.jsgrid-table.mobile-table table, 
.jsgrid-table.mobile-table tbody, 
.jsgrid-table.mobile-table th, 
.jsgrid-table.mobile-table td, 
.jsgrid-table.mobile-table tr { 
    display: block; 
}

.jsgrid-table.mobile-table tr.collapse { 
    display: none !important; 
}

.jsgrid-table.mobile-table tr.collapse.show { 
    display: block !important; 
}

.jsgrid-table.mobile-table tr#rowFilter .td_ricerca {
     padding-left: 0px;
    background-color: #e08e0b;
      border: none;
      color: #1e1e1e;
      padding: 0.5rem 1rem;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 0.9rem;
}

.jsgrid-table.mobile-table tr#rowFilter .td_ricerca:hover {
    background-color: #1e1e1e;
      color: #ffffff;
    cursor: pointer;
  }

.jsgrid-table.mobile-table tr { border: 1px solid #ccc; padding-bottom: 1rem; }

.jsgrid-table.mobile-table tr#rowFilter { border: 0px !important; }

.jsgrid-table.mobile-table td { 
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    white-space: normal;
    text-align:left;
    width: 100% !important;
}

.jsgrid-table.mobile-table td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
}

.jsgrid-table.mobile-table td:before { content: attr(data-title); }

.jsgrid-table.mobile-table td.jsgrid-cell.jsgrid-control-field {
    padding-left: 0px !important;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.jsgrid-table.mobile-table tr td.td_ordinamento {
    padding-left: 0px !important;
    padding: 0.5rem 1rem;
    text-align: right;
}

.jsgrid-table.mobile-table tr.tr_ordinamento {
    border: 0;
}

.jsgrid-table.mobile-table .switch {
    position: relative;
      display: inline-block;
      width: 45px;
      height: 19px;
}

.jsgrid-table.mobile-table .switch input {
      opacity: 0;
      width: 0;
      height: 0;
}

.jsgrid-table.mobile-table .switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #e08e0b;
      -webkit-transition: .4s;
      transition: .4s;
}

.jsgrid-table.mobile-table .switch .slider:before {
      position: absolute;
      content: "";
      height: 11px;
      width: 11px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
}

.jsgrid-table.mobile-table .switch input.checked + .slider {
      background-color: #e08e0b;
}

.jsgrid-table.mobile-table .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
}

.jsgrid-table.mobile-table .switch input.checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
}

.jsgrid-table.mobile-table .switch .slider.round {
      border-radius: 24px;
}

.jsgrid-table.mobile-table .switch .slider.round:before {
      border-radius: 50%;
} 

.jsgrid-table.mobile-table .btn-inserisci {
    background-color: #e08e0b;
}

.jsgrid-table.mobile-table .btn-inserisci:hover {
    background-color: #1e1e1e;
    color: #ffffff;
}

.jsgrid-pager {
    padding: 0.5rem;
}
            
  @media (max-width: 767.98px) {

    .jsgrid-table.mobile-table td::before { 
      font-size: 0.75rem !important;
    }

    .jsgrid-pager-container {
      display: flex !important;
      flex-direction: column;
      font-size: 0.8rem !important;
    }

    #print_button, #export_button, #columnhidden_button {
      font-size: 0.8rem !important;
    }

    #jsgrid-pager-elements {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .navbar-brand-img, .navbar-brand > img {
        max-height: 2.5rem !important;
    }
    .badge-livello {
      font-size: 1.1rem;
      border-radius: 3rem;
    }
    .trofeo-livello {
      width: auto;
      height: 1.7em !important;
      margin-right: 0.75rem;
    }
    .testo-badge-livello {
      font-size: 0.7rem;
      text-align: right;
    }
    .btn-sm-lg {
      border-radius: .5rem;
      font-size: .85em;
      padding: .75rem 0.5rem;
      line-height: 1.2;
    }
    .operazioni-amministratore .btn {
      font-size: 0.6rem;
      line-height: 0.8rem;
    }
  }

  @media (max-width: 575.98px) {

    .offcanvas-start {
      width: 300px;
    }

    .btn-group.operazioni-amministratore {
      flex-direction: column;
    }

    .btn-group.operazioni-amministratore > .btn:first-child {
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem;
      border-bottom-left-radius: 0 !important;
    }

    .btn-group.operazioni-amministratore > .btn:last-child {
      border-bottom-left-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem;
      border-top-right-radius: 0 !important;
    }
  }

  @media (min-width: 576px) {
    .btn-sm-lg {
      border-radius: .5rem;
      font-size: .9375rem;
      padding: .75rem 1.25rem;
      line-height: 1.5;
    }

    .navbar-brand-img, .navbar-brand > img {
        max-height: 2.5rem !important;
    }    
  }

  @media (min-width: 768px) {

    .navbar-brand-img, .navbar-brand > img {
        max-height: 2.5rem !important;
    }

    .h-sm-100 {
      height: 100% !important;
    }

  }

  @media (min-width: 992px) {

    .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
      padding: 0.5rem 1.5rem;
  }

    .navbar-user {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }

      .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s ease;
        background-color: transparent;
        border-radius: 50% !important;
      }
    
      .avatar.header-avatar-collaboratore:hover img {
        opacity: 0.5 !important;
        transition: .3s ease;
      }
    
      .avatar.header-avatar-top:hover .overlay {
        opacity: 1 !important;
      }
    
      .btn-modifica-foto {
        opacity: 1 !important;
        z-index: 100 !important;
        position: absolute;
      }
 

      .btn-group.operazioni-amministratore .btn {
        font-size: 0.7rem !important;
        line-height: 0.9rem !important;
      }
 
    .navbar-vertical.navbar-expand-md .navbar-user {
      padding: 1rem 1rem 1rem;
    }
  
    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: thin;
      scrollbar-color: #7d8b9d #363e48;
    }

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 8px;
    }

    *::-webkit-scrollbar-track {
      background: #363e48;
    }

    *::-webkit-scrollbar-thumb {
      background-color: #7d8b9d;
      border-radius: 0px;
      border: 0px solid #ffffff;
    }

    #BtnUp {
      display: none; 
      position: fixed; 
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      font-size: 1.2rem;
      padding: .2rem .7rem;
      -webkit-animation: fade-in 1.2s ease-in-out both;
      animation: fade-in 1.2s ease-in-out both;
    } 

    .navbar-brand.navbar-brand-pef {
      text-align: left !important;
      display: inline !important;
    }

    /*#sidebar {
      margin-bottom: 5em !important;
    }*/
  
  }

  @media (min-width: 1200px) {

    #vaiPagina:hover {
      text-decoration: underline !important;
      cursor: pointer !important;
      color: #f7a821 !important;
    }

    .navbar-separator {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-color: #434d5a;
      margin-left: -1.5rem !important;
      margin-right: -1.5rem !important;
    }

    .btn-group.operazioni-amministratore .btn {
      font-size: 0.8rem !important;
      line-height: 1.0rem !important;
    }

  }

  @media (min-width: 1400px) {

    .btn-group.operazioni-amministratore .btn {
      font-size: 0.8rem !important;
      line-height: 0.9rem !important;
    }

  }
  


div.card{
	background-color: #434d5a !important;
	border: solid 1px #726a5e !important; 
}

.form-control{
	background-color: rgb(30, 35, 41) !important;
	color: rgb(165, 158, 146) !important;
	border-color: rgb(169, 162, 151) !important;