.domain-container {
    cursor: pointer;
    background-color: #f8f9fa;
    border-left: 4px solid;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.text-muted {
    color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-alert {
    border-color: #dc3545 !important;
}

.card:hover .card-header {
    background-color: #ffc107!important;
    color: #212529!important;
    transition: background-color 0.3s ease, color 0.3s ease!important;
}
.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 60px; /* Increased size */
    height: 60px; /* Increased size */
    transition: all 0.3s ease;
}

.icon-service-big {
    color: #FFA500!important; /* Default orange color */
    font-size: 40px!important; /* Increased icon size */
    transition: color 0.3s ease;
}

.icon-extra-big {
    font-size: 60px!important; /* Increased icon size */
    transition: color 0.3s ease;
}

.icon-big {
    color: #FFA500!important;
    font-size: 40px!important;
    transition: color 0.3s ease;
}

.icon-medium {
    font-size: 30px!important;
    transition: color 0.3s ease;
}

.white {
    background-color:white!important;
}

.icon-small {
    color: #FFA500!important; /* Default orange color */
    font-size: 15px!important; /* Increased icon size */
    transition: color 0.3s ease;
}

/* Hover effect */
.icon-wrapper:hover {
    background-color: #4887a8;
}

/* Adjust button size */
.btn-md {
    width: 40px;
    height: 40px;
}


/* Stile predefinito per il div */
.nav-item {
    transition: background-color 0.3s ease, transform 0.3s ease; /* Transizione fluida */
    border-radius: 8px; /* Arrotondamento degli angoli */
}

/* Hover effect */
.nav-item:hover {
    background-color: #4887a8;
    transform: scale(1.05);
}

.nav-item-orange {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.nav-item-orange .active{
    color: #FFA500!important;
    border-bottom: 2px solid #FFA500!important;
}

/* Hover effect */
.nav-item-orange .active:hover {
    background-color: transparent;
    transform: scale(1.05);
}

.nav-item-orange :hover {
    background-color: #4887a8;
    transform: scale(1.05);
    color: #FFA500;
    border-radius: 8px; /* Arrotondamento degli angoli */
}

.highlight-box {
    border: 2px solid #c0c0c0; /* Bordo blu acceso al passaggio del mouse */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Aumenta l'ombreggiatura */
}


/* Hover effect */
.highlight-box:hover {
    border: 2px solid #FFA500; /* Bordo blu acceso al passaggio del mouse */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Aumenta l'ombreggiatura */
}

.highlight-box-main {
    border: 2px solid #4887a8; /* Bordo blu acceso al passaggio del mouse */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Aumenta l'ombreggiatura */
}


.icon-container-main {
    background-color: #4887a8!important;
    color:white!important;
}

.nav-link-securebox-active{
    color:#FFA500!important;
    border: 0;
    border-bottom: 1px solid #FFA500;
    transition: color .2s ease;
}

#info_detail th{
    text-align:left;
    padding:10px;
    height: 51px;
}

.dataTable td{
    padding:10px!important;
}

.dataTable th{
    text-align:center!important;
}
.badge-score {
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.badge-confirmed {
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.badge-rounded {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    min-width: 80px;
}

.hover-link {
    text-decoration: none;
}

.hover-link .icon-container-main {
    transition: background-color 0.3s ease;
}

.hover-link .icon-container-main:hover {
    background-color: #ffc107;
}

.menu-sub-accordion a.active span{
    color:#FFA500!important;
}

input[type="search"].form-control {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: cornsilk !important;
    width: 30% !important;
}

.card-title a{
    color:black;
}

.form-control-captcha{
    display: unset;
    width: 68%;
    margin-left:10px;
}
/* ---------------- Banner fisso in fondo ---------------- */
.bottom-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  background-color: #FFA500;
  border-top: 1px solid #c0c0c0;
  display: flex; align-items: center;
  padding: 0.75em 1.25em;
  box-sizing: border-box;
  z-index: 1050;
  overflow: hidden;
  height: 3em;
}

/* Ticker: contesto relativo e overflow nascosto */
.bottom-banner .ticker {
  flex: 0 0 95%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* Ogni item, assoluto e inizialmente fuori a destra */
.bottom-banner .ticker .ticker-item {
  position: absolute;
  top: 50%;
  left: 100%;              /* parte fuori del container a destra */
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

/* Solo l’item “active” è visibile */
.bottom-banner .ticker .ticker-item.active {
  opacity: 1;
}

/* ---------------- Link “Scopri di più” (5% larghezza) ---------------- */
.bottom-banner .fixed-text {
  flex: 0 0 5%;
  text-align: right;
  white-space: nowrap;
}

.bottom-banner .fixed-text a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.bottom-banner .fixed-text a:hover {
  opacity: 0.8;
}

/* --- Spazio in fondo al body per non sovrapporre il banner --- */
body {
  padding-bottom: 3.5em;
}

/* Puoi mettere questo in un tuo CSS già incluso nella sidebar */
.badge-dot{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dc3545;          /* rosso "danger" */
  box-shadow:0 0 0 2px rgba(0,0,0,.08);
  vertical-align:middle;
}

.badge-count{
  display:inline-block;
  min-width:16px;
  padding:0 4px;
  font-size:.72rem;
  line-height:16px;
  border-radius:8px;
  background:#dc3545;
  color:#fff;
  text-align:center;
  vertical-align:middle;
}
