﻿@charset "UTF-8";
:root {
  --filters-blu-color: #0053A0;
  --filters-rosso-color: #E30303;
  --filters-verde-color: #0FA20F;
  --filters-giallo-color: #FFCE00;
  --filters-grigio-color: #6F7070;
  --filters-grigiochiaro-color: #F0F0F0;
}

html {
  /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px;
  /*font-size: 0.85rem;*/
}

body {
  margin: 0px;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0 !important;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
}

.bodyscroll {
  overflow: scroll !important;
}

a {
  color: #393E41;
  text-decoration: none;
}

a:hover {
  color: #ff5c1a;
  text-decoration: none;
}

.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

.k-body,
.k-typography {
  font-size: 1rem;
  /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Quicksand", sans-serif !important;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.fa-beat-hover:hover {
  animation: fa-beat 2s infinite linear;
}

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
/* MENU */
.menuDrawer {
  padding-left: 10px;
  width: 250px;
}

.k-drawer {
  border-right: none;
  /*    &.subItem {
          border-right: none;
      }*/
}

.k-drawer-wrapper {
  width: 250px !important;
}

.drawerToggle {
  color: #ff5c1a;
  background-color: White;
}

.drawerToggle:focus {
  box-shadow: none;
}

.drawerToggle:hover {
  color: White;
  background-color: #ff5c1a;
}

.k-drawer-item:hover {
  background-color: #ff5c1a;
  color: white;
}

li.k-drawer-item > i.fa-lg {
  /*background-color: goldenrod;*/
  line-height: 20px !important;
  font-size: 1.2em;
}

li.k-drawer-item > .menu-primolivello {
  font-size: 1.1rem;
  font-weight: 800;
}

li.k-drawer-item > .k-item-text:not(.menu-primolivello) {
  font-size: 0.85rem;
  /*font-weight: 500;*/
}

#contentDiv {
  background-color: #f5f6fa !important;
}

.k-drawer-item {
  justify-content: left;
  align-items: safe center;
  margin-inline: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 5.25px;
  color: #61748f;
  text-transform: uppercase;
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}
.k-drawer-item i {
  min-width: 30px;
  color: #0053A0 !important;
}
.k-drawer-item .k-item-text {
  font-size: 12px !important;
}
.k-drawer-item a {
  color: #61748f;
}
.k-drawer-item a:hover {
  background-color: #F0F0F0;
  color: #707070;
}

.drawerOpened {
  margin-right: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #F0F0F0 !important;
}

.k-drawer-item:hover {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #F0F0F0 !important;
  color: #707070 !important;
}
.k-drawer-item:hover a {
  color: #707070;
}

.k-drawer-item:focus a {
  color: #707070;
}

.k-drawer-item {
  /*&.x-current, .x-current:hover {
      background-color: $selected-bg !important;
      color: $selected-text !important;

      a {
          color: white;
      }
  }*/
}
.k-drawer-item.k-selected, .k-drawer-item .k-selected:hover {
  background-color: #F0F0F0 !important;
  color: #707070 !important;
}
.k-drawer-item.k-selected a, .k-drawer-item .k-selected:hover a {
  color: #707070 !important;
}
.k-drawer-item.k-selected:not(.drawerOpened):not(.x-current) {
  background-color: White !important;
  color: #707070 !important;
}
.k-drawer-item.k-selected:not(.drawerOpened):not(.x-current) a {
  color: #61748f;
}
.k-drawer-item.k-selected:hover:not(.drawerOpened) {
  background-color: #F0F0F0 !important;
  color: #707070 !important;
}
.k-drawer-item.k-selected:hover:not(.drawerOpened) a {
  color: white;
}

.subItem {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px !important;
  margin-block: 0px;
  padding-left: 68px !important;
  background-color: #F0F0F0 !important;
  padding-block: 0.2rem;
}
.subItem i {
  min-width: 20px;
}

.subItem:hover {
  color: #ff5c1a;
}
.subItem:hover a {
  color: #ff5c1a;
}

.subItem.k-drawer-item {
  background-color: #F0F0F0 !important;
  color: #707070 !important;
  /*&.x-current:not(.k-selected), .x-current:hover:not(.k-selected) {*/
  /*background-color: darkslategrey;
      color: whitesmoke;

      a {
          color: whitesmoke;
      }*/
  /*background-color: white;
      color: $primary;

      a {
          color: $primary;
      }
  }*/
  /*&.x-current, .x-current:hover {
      background-color: $selected-bg !important;
      color: $selected-text !important;

      a {
          color: $primary;
      }
  }*/
}
.subItem.k-drawer-item.k-selected, .subItem.k-drawer-item .k-selected:hover {
  color: #ff5c1a;
  font-weight: bold !important;
}
.subItem.k-drawer-item.k-selected a, .subItem.k-drawer-item .k-selected:hover a {
  color: #ff5c1a;
}

/*.subItem.k-drawer-item.k-selected, .subItem.k-drawer-item.k-selected:hover {
    background-color: white;
    color: $primary;

    a {
        color: $primary;
    }
}*/
.k-menu {
  border-radius: 5.25px;
}

/* AVATAR */
.avatar-circle {
  width: 35px;
  height: 35px;
  background-color: #ff5c1a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle .initials {
  position: relative;
  top: 7px;
  font-size: 15.75px;
  line-height: 19.25px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle .initials-sm {
  position: relative;
  top: 5.25px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle i {
  position: relative;
  top: 5.25px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #fff;
  font-weight: bold;
}

.avatar-circle-sm {
  width: 26px;
  height: 26px;
  background-color: #ff5c1a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle-sm .initials {
  position: relative;
  top: 5.2px;
  font-size: 11.7px;
  line-height: 14.3px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-sm .initials-sm {
  position: relative;
  top: 3.9px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-sm i {
  position: relative;
  top: 3.9px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: bold;
}

.avatar-circle-lg {
  width: 35px;
  height: 35px;
  background-color: #ff5c1a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle-lg .initials {
  position: relative;
  top: 7px;
  font-size: 15.75px;
  line-height: 19.25px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-lg .initials-sm {
  position: relative;
  top: 5.25px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-lg i {
  position: relative;
  top: 5.25px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #fff;
  font-weight: bold;
}

.avatar-circle-planning {
  width: 26px;
  height: 26px;
  background-color: #6F7070;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle-planning .initials {
  position: relative;
  top: 5.2px;
  font-size: 11.7px;
  line-height: 14.3px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-planning .initials-sm {
  position: relative;
  top: 3.9px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-planning i {
  position: relative;
  top: 3.9px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: bold;
}

/* AVATAR - END {*/
/* OLD */
/*.MenuPrincipale {*/
/*background-color: $menu-bg !important;*/
/*color: $menu !important;*/
/*margin: 0px;
    padding: 0px !important;
}
.k-menu {
    background-color: white$menu-bg !important;
    color: white !important;
}

.k-menu .k-menu-item {*/
/*margin-left: 2px;
margin-right: 2px;*/
/*}

.k-menu .k-link, .k-menu .k-menu-item, .k-menu .k-menu-link, .k-menu .k-link.k-menu-link {
    color: $menu-color !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .015rem;*/
/*padding-left: 10px;
padding-right: 10px;*/
/*}

.k-menu .k-link.k-active, .k-menu .k-link:hover {
    background-color: $primary !important;
    color: $light !important;
    border-radius: 0.375rem;
    border-width: 1px;

    .k-menu-expand-arrow {
        background-color: $primary !important;
        color: $light !important;
    }
}

.k-menu .k-link.k-active, .k-menu .k-link:hover {
    border-radius: 0px;
}

.k-menu-popup {
    background-color: $menu-bg !important;
    border-color: $menu-bordercolor !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    .k-menu-item {
        .k-menu-link {
            padding-left: 16px !important;
            padding-right: 16px !important;
            padding-bottom: 4px !important;
            padding-top: 4px !important;
            min-width: 100px;

            .k-hover {
                border-radius: 0px;
            }
        }
    }

    .k-menu-group {
        background-color: $menu-bg !important;
        border-color: $menu-bordercolor !important;
        color: $menu-color !important;
    }
}
.rootMenuItem {

    .k-menu-link {
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }

    .k-hover {
        border-radius: 0px;
    }
}

.k-menu .k-manu-group-md .k-menu .k-menu-expand-arrow, .k-menu .k-menu-expand-arrow {
    margin-inline-start: 0rem !important;
    margin-inline-end: 0rem !important;
}

.k-menu .k-menu-expand-arrow:hover {
    background-color: $menu !important;
    color: $menu-bg !important;
}
@mixin avatar($size) {
    width: $size;
    height: $size;
    background-color: $primary;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    .initials {
        position: relative;
        top: $size*0.20;
        font-size: $size*0.45;
        line-height: $size*0.55;
        color: #fff;
        font-weight: bold;
    }

    .initials-sm {
        position: relative;
        top: $size*0.15;
        font-size: $size*0.5;
        line-height: $size*0.5;
        color: #fff;
        font-weight: bold;
    }
}

.avatar-circle {
    @include avatar(35px);
}

.avatar-circle-sm {
    @include avatar(30px);
}

.avatar-circle-lg {
    @include avatar(35px);
}

.menuFlexItem {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}*/
/* MENU - Fine*/
/* WINDOWS */
.k-window-titlebar {
  background-color: White;
  border-color: White;
  border-radius: 3rem;
}

.windowFooterbar {
  padding-top: 16px;
  border-top: 1px solid #D2D2D4;
  margin-top: 18px;
}

/* WINDOWS - Fine */
/* NOTIFICATION */
.k-notification-wrap {
  width: 100%;
}

.k-notification {
  border: 0;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-top: 6px;
}

/*.myNotificationBox {
    border: 0;
    height: 100px;
    line-height: normal;
    font-size: 12px !important;
    padding: 0px;
    width: 300px;
    //height: 100px;
}

.myNotificationBox h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px 5px;
    margin: 0px !important;
}

.myNotificationBox img, .myNotificationBox span {
    float: left;
    margin: 30px 15px 30px 15px;

}*/
/*.k-notification span > li {
    padding-left: 15px;
}*/
.k-notification-content .textContent {
  margin-left: 15px;
  min-height: 10px;
  height: fit-content;
}

/*.k-animation-container {
    right: 30px;
    bottom: 30px;
}*/
#notification-container {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 10010;
  /* Allows the notification container to appear above modal overlays */
}

.k-notification span.fa {
  float: left;
}

/* Info template */
/*.k-notification-info-icon:before {
content: "\e809";*/
/* Adds a glyph using the Unicode character number */
/*}

.k-notification-info {
    background: rgba(0%,40%,100%,.9) !important;
    color: #fff !important;
}*/
/* Error template */
/*.k-notification-error-icon:before {
content: "\e403";*/
/* Adds a glyph using the Unicode character number */
/*}

.k-notification-error {
    background: rgba(100%,10%,10%,.9) !important;
    color: #fff !important;
}*/
/* Success template */
/*.k-notification-success-icon:before {
content: "\e118";*/
/* Adds a glyph using the Unicode character number */
/*}*/
/*.k-notification-success {
    color: #d1ebd1;
    background-color: #306030;
}*/
/* Warning template */
/*.k-notification-warning-icon:before {
content: "\e403";*/
/* Adds a glyph using the Unicode character number */
/*}

.k-notification-warning {
    background: rgba(100%,50%,0%,.9) !important;
    color: #fff !important;
}*/
/* NOTIFICATION - Fine */
.was-validated .k-input-inner:invalid, .k-input-inner.is-invalid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-color: pink !important;
}

.was-validated .k-input-inner:valid, .k-input-inner.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-color: transparent;
}

.icon_bg {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid rgba(225, 227, 232, 0.18);
  -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  will-change: transform;
  background-color: #f8f9fa;
  color: #393E41;
  /*&.active {
      background-color: $light;
      color: $dark;
  }

  &.not_active {
      background-color: $light;
      color: $dark;
  }*/
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.k-scheduler-cell {
  min-height: 2em !important;
  height: 2em !important;
}

.sticky-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.connectionStatusNone {
  color: darkslategrey;
  opacity: 0.4;
}

/* Contenitore stato connessione */
#statoConnessioneWrapper {
  /*display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  margin-top: 1rem;*/
}

/* Icone */
.connectionStatusOn i {
  color: #28a745;
  text-shadow: 0 0 8px rgba(40, 167, 69, 0.4);
  animation: pulseConnessione 1.5s infinite;
}

.connectionStatusOff i {
  color: #dc3545;
  text-shadow: 0 0 8px rgba(220, 53, 69, 0.4);
  opacity: 0.6;
}

/* Testo connessione — con glow dinamico */
#testoStatoConnessione {
  transition: all 0.5s ease-in-out;
}

/* Glow verde */
/*.connectionStatusOn #testoStatoConnessione {
    color: #28a745;
    text-shadow: 0 0 8px rgba(40, 167, 69, 0.6);
    opacity: 1;
}*/
/* Glow rosso */
/*.connectionStatusOff #testoStatoConnessione {
    color: #dc3545;
    text-shadow: 0 0 8px rgba(220, 53, 69, 0.6);
    opacity: 1;
}*/
.k-tilelayout {
  background-color: #F0F0F0;
}
