/* _content/FlashSite/Pages/DashboardUtente/Profilo.razor.rz.scp.css */
[b-lwo36x4q6n] .rz-card.my-card {
    background-color: transparent !important;
    box-shadow: none !important;
}
/* _content/FlashSite/Shared/Cards.razor.rz.scp.css */
[b-0q2u62en9a] .category-icon svg {
  width: 64px;
  height: 64px;
}

.card-count[b-0q2u62en9a] {
  line-height: 1;
}

.category-card[b-0q2u62en9a] {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

  .category-card:hover[b-0q2u62en9a] {
        transform: translateY(-5px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    }
/* _content/FlashSite/Shared/GrigliaRisorse.razor.rz.scp.css */
.talent-spotlight[b-z6vwcj0uhu] {
  /*border-radius: 10px;
  padding: 20px;
  background-color: #a9a9a930;
  box-shadow: 0 2px 6px #ffdd00;*/
}

.div-contatti[b-z6vwcj0uhu] {
  /*border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px #21252917;*/
}

.header[b-z6vwcj0uhu] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .title[b-z6vwcj0uhu] {
  font-size: 28px;
  font-weight: 700;
}

.header .icon[b-z6vwcj0uhu],
.header .icon-hand[b-z6vwcj0uhu] {
  margin: 0 5px;
  /*font-size: 24px;
  font-weight: 700;*/
}

.subheader[b-z6vwcj0uhu] {
  font-size: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.icon-spotlight[b-z6vwcj0uhu] {
  text-align: center;
}

.features[b-z6vwcj0uhu] {
  list-style: none;
  padding-left: 0;
  margin: 0 0 8px 0;
  font-size: 18px;
}

.sep[b-z6vwcj0uhu] {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  max-width: 61%;
  position: relative;
}

.cta[b-z6vwcj0uhu] {
  /*margin-top: 15px;*/
}

.cta button[b-z6vwcj0uhu] {
  background-color: #1c2a4d;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}

.cta button:hover[b-z6vwcj0uhu] {
  background-color: #243665;
}

.cta.primary-btn button[b-z6vwcj0uhu] {
  background-color: #4aaadb;
  padding: 8px;
  min-width: 216px;
  transition: background-color 0.3s;
}

.cta.primary-btn button:hover[b-z6vwcj0uhu] {
  background-color: #3396c7;
}

.cta.secondary-btn button[b-z6vwcj0uhu] {
  background-color: transparent;
  padding: 10px 50px;
  border: 1px solid #fff;
  min-width: 263px;
  transition: background-color 0.3s;
}

.cta.secondary-btn button:hover[b-z6vwcj0uhu] {
  background-color: rgba(255, 255, 255, 0.18);
}

.cta.tertiary-btn button[b-z6vwcj0uhu] {
  border-radius: 5px;
  font-size: 15px;
  transition: background-color 0.3s;
}

.cta p[b-z6vwcj0uhu] {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}

.text-contact[b-z6vwcj0uhu] {
  margin-bottom: 8px;
}

.item-contact[b-z6vwcj0uhu] {
  margin-top: 40px;
  list-style-type: none;
  padding: 0;
}

.item-contact li[b-z6vwcj0uhu] {
  margin: 4px 0;
}

.item-contact img[b-z6vwcj0uhu] {
  margin-right: 10px;
}

.item-contact a[b-z6vwcj0uhu] {
  color: #4aaadb;
  font-weight: 700;
}

.overlay[b-z6vwcj0uhu] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup[b-z6vwcj0uhu] {
  background: #000;
  padding: 1rem;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
}

.video-container[b-z6vwcj0uhu] {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container video[b-z6vwcj0uhu] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-button[b-z6vwcj0uhu] {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.containerFilter[b-z6vwcj0uhu] {
  display: flex;
  gap: 10px; /* Spazio tra i div, opzionale */
}

.boxFilter[b-z6vwcj0uhu] {
  flex: 1; /* Fanno metà container ciascuno */
  /*border: 1px solid #ccc;*/
  padding: 10px;
}

#contattoUtente[b-z6vwcj0uhu] {
  display: none;
}

.container-widget[b-z6vwcj0uhu] {
  background-color: transparent;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  justify-content: space-between;
}

.card-widget[b-z6vwcj0uhu] {
  margin: 2rem 0 !important;
  max-width: 400px;
  min-height: 320px;
  cursor: pointer;
}

.banner-bf[b-z6vwcj0uhu] {
  background: url("/img/blackfriday/bg-bf.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
  color: #fff;
}

.banner-bf[b-z6vwcj0uhu]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.77);
}

.banner-bf > div[b-z6vwcj0uhu] {
  position: relative;
}

.banner-bf .logo[b-z6vwcj0uhu] {
  max-width: 430px;
}

.banner-bf .logo img[b-z6vwcj0uhu] {
  padding-right: 30px;
  width: 100%;
  max-width: 295px;
}

.banner-bf .title[b-z6vwcj0uhu] {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  min-height: 60px;
}

.banner-bf .description[b-z6vwcj0uhu] {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.banner-bf .description span[b-z6vwcj0uhu] {
  font-weight: 700;
  color: #f3be00;
}

.banner-bf .sub-description[b-z6vwcj0uhu] {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.banner-bf .btn-bf[b-z6vwcj0uhu] {
  width: 100%;
  text-align: center;
}

.banner-bf .btn-bf button.access[b-z6vwcj0uhu] {
  border-radius: 8px;
  width: 100%;
  max-width: 216px;
  min-height: 40px;
  border: 0;
  background-color: #f3be00;
  margin-top: 15px;
}

.text-counter[b-z6vwcj0uhu] {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.15rem;
}

#countdown[b-z6vwcj0uhu] {
  display: flex;
  gap: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.bf-counter span.desctime[b-z6vwcj0uhu] {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
/* _content/FlashSite/Shared/MainLayout.razor.rz.scp.css */
.page[b-kocth4avli] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-kocth4avli] {
  flex: 1;
}

.sidebar[b-kocth4avli] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kocth4avli] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-kocth4avli]  a,
.top-row .btn-link[b-kocth4avli] {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.top-row a:first-child[b-kocth4avli] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-filter-table[b-kocth4avli] {
  background: #e3edf2;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-kocth4avli] {
    display: none;
  }

  .top-row.auth[b-kocth4avli] {
    justify-content: space-between;
  }

  .top-row a[b-kocth4avli],
  .top-row .btn-link[b-kocth4avli] {
    margin-left: 0;
  }
}

@media (min-width: 3000px) {
  .page[b-kocth4avli] {
    flex-direction: row;
  }

  .sidebar[b-kocth4avli] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-kocth4avli] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row[b-kocth4avli],
  article[b-kocth4avli] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

.navbar-toggler[b-kocth4avli] {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-kocth4avli] {
  font-size: 1.1rem;
}

.oi[b-kocth4avli] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-kocth4avli] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-kocth4avli] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-kocth4avli] {
  padding-bottom: 1rem;
}

.nav-item[b-kocth4avli]  a {
  color: #ffffff;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.nav-item[b-kocth4avli]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  font-weight: bold;
}

.nav-item[b-kocth4avli]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

@media (min-width: 3000px) {
  .navbar-toggler[b-kocth4avli] {
    display: none;
  }

  .collapse[b-kocth4avli] {
    /*Never collapse the sidebar for wide screens */
    display: block;
  }

  .nav-scrollable[b-kocth4avli] {
    /*Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
.nav-mc[b-kocth4avli] {
  background-color: lightslategray;
}
.nav-mc-margin[b-kocth4avli] {
  margin-top: 15px;
}
/* _content/FlashSite/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vb51455ysz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vb51455ysz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vb51455ysz] {
    font-size: 1.1rem;
}

.oi[b-vb51455ysz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vb51455ysz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vb51455ysz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vb51455ysz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vb51455ysz]  a {
        color: #ffffff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vb51455ysz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vb51455ysz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width:3000px) {
    .navbar-toggler[b-vb51455ysz] {
        display: none;
    }

    .collapse[b-vb51455ysz] {
         /*Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-vb51455ysz] {
        /*Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FlashSite/Shared/Search.razor.rz.scp.css */
.custom-header[b-4w0sb09coy] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.collapsible-content[b-4w0sb09coy] {
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}
.collapsible-content.expanded[b-4w0sb09coy] {
  max-height: 1000px;
}
.collapsible-content.collapsed[b-4w0sb09coy] {
  max-height: 0;
}
.collapsible-content.collapsed + .custom-header[b-4w0sb09coy] {
  border-bottom-color: #e0e0e0;
}

.custom-header:has(+ .collapsible-content.collapsed)[b-4w0sb09coy] {
  border-bottom-color: #e0e0e0;
}

.custom-header[b-4w0sb09coy] {
  font-size: 22px;
}

.collapsible-content.expanded + .custom-header[b-4w0sb09coy] {
  border-bottom-color: transparent;
}

.inner-content[b-4w0sb09coy] {
  padding: 1rem;
}

.form-footer[b-4w0sb09coy] {
  padding: 1rem;
  margin: 0 -1rem -1rem -1rem;
}

.search-button.rz-button[b-4w0sb09coy] {
  background-color: #ffd60a;
  color: #333;
  width: 100%;
  margin-top: 1rem;
}

.text-filters[b-4w0sb09coy] {
  font-size: 24px;
  font-weight: 400;
  padding: 2rem 0;
}

.box-filters[b-4w0sb09coy] {
  border-radius: 0.5rem;
  background-color: white;
}
/* _content/FlashSite/Shared/TagInput.razor.rz.scp.css */
.tag-input-container[b-w80k1w3h4e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  border-radius: 4px;
  cursor: text;
  min-height: 38px;
  width: 100%;
}

.custom-chip[b-w80k1w3h4e] {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px 3px 18px;
  margin: 2px;
  background-color: #eef1f6;
  border-radius: 16px;
  font-size: 14px;
  flex: 0;
}

.custom-chip .chip-remove-button[b-w80k1w3h4e] {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.custom-chip .chip-remove-button .rzi[b-w80k1w3h4e] {
  font-size: 14px;
  line-height: 1;
}

[b-w80k1w3h4e] .chip-remove-button.rz-button.rz-button-icon-only {
  padding: 0;
}

.tag-real-input[b-w80k1w3h4e] {
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 5px;
  width: 50%;
}
