@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/Hourglass.razor.rz.scp.css */

.spinner[b-i2woiko50q] {
   border: 16px solid #f3f3f3;
   border-top: 16px solid #3498db;
   border-radius: 50%;
   width: 120px;
   height: 120px;
   animation: spin 2s linear infinite;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1000; /* Assicurati che sia sopra gli altri elementi */
}

@keyframes spin-b-r44antzrhy-b-i2woiko50q {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

.overlay[b-i2woiko50q] {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: transparent: display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999; /* Assicurati che sia sopra gli altri elementi */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r44antzrhy] {
   position: relative;
   display: flex;
   flex-direction: column;
}

main[b-r44antzrhy] {
   flex: 1;
}

.sidebar[b-r44antzrhy] {
   /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); */
   background-image: linear-gradient(180deg, #056839 0%, #056839 70%);
}

.top-row[b-r44antzrhy] {
   background-color: #f7f7f7;
   border-bottom: 1px solid #d6d5d5;
   justify-content: flex-end;
   height: 3.5rem;
   display: flex;
   align-items: center;
}

   .top-row[b-r44antzrhy]  a, .top-row[b-r44antzrhy]  .btn-link {
      white-space: nowrap;
      margin-left: 1.5rem;
      text-decoration: none;
   }

      .top-row[b-r44antzrhy]  a:hover, .top-row[b-r44antzrhy]  .btn-link:hover {
         text-decoration: underline;
      }

      .top-row[b-r44antzrhy]  a:first-child {
         overflow: hidden;
         text-overflow: ellipsis;
      }

@media (max-width: 640.98px) {
   .top-row:not(.auth)[b-r44antzrhy] {
      display: none;
   }

   .top-row.auth[b-r44antzrhy] {
      justify-content: space-between;
   }

   .top-row[b-r44antzrhy]  a, .top-row[b-r44antzrhy]  .btn-link {
      margin-left: 0;
   }
}

@media (min-width: 641px) {
   .page[b-r44antzrhy] {
      flex-direction: row;
   }

   .sidebar[b-r44antzrhy] {
      width: 300px;
      height: 100vh;
      position: sticky;
      top: 0;
   }

   .top-row[b-r44antzrhy] {
      position: sticky;
      top: 0;
      z-index: 1;
   }

      .top-row.auth[b-r44antzrhy]  a:first-child {
         flex: 1;
         text-align: right;
         width: 0;
      }

   .top-row[b-r44antzrhy], article[b-r44antzrhy] {
      padding-left: 2rem !important;
      padding-right: 1.5rem !important;
   }
}

@keyframes spin-b-r44antzrhy {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0gwni89v4z] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0gwni89v4z] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0gwni89v4z] {
    font-size: 1.1rem;
}

.oi[b-0gwni89v4z] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0gwni89v4z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0gwni89v4z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0gwni89v4z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0gwni89v4z]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0gwni89v4z]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0gwni89v4z]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0gwni89v4z] {
        display: none;
    }

    .collapse[b-0gwni89v4z] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
