.shadow-image {
    height: 35px;
    border-radius: 0% 0% 50% 50%;
    background: #444;
    filter: blur(20px);
}

.icon 
{
    height: 5.5rem;
    width: 5.5rem;
}

.icon-min
{
    max-height: 3.5rem;
    max-width: 3.5rem;
}

.hr
{
    height: 0.21875rem;
}

.hr-medium
{
    height: 0.125rem;
}

.hr-silm
{
    height: 0.0625rem;
}


.box-shadow-1
{
    -webkit-box-shadow: 0px 0px 25px 19px rgba(0,0,0,0.37); 
    box-shadow: 0px 0px 25px 19px rgba(0,0,0,0.37);
}

.mh-100
{
    max-height: 100% !important;
}

.mw-100
{
    max-width: 100% !important;
}

.flag-icon
{
    width: 5.5rem;
    height: 2.75rem;
}

.box-shadow-icon
{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.casella-intestazione
{
    margin: 8px 2px;
    padding: 2px 12px;
    background-color: white;
    border-radius: 16px;
    font-weight: bold;
    border: 2px solid #bdbdbd;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.casella
{
    margin: 8px 16px;
    padding: 2px 12px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.input-group-text {
    padding: 2px 8px;
}

.box-shadow
{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

#sidebar li
{
    cursor: pointer !important;
}
select {
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  select:focus {
    outline: none;
    box-shadow: 0 0 4px #ccc;
  }
  
  option {
    background-color: #fff;
    color: #333;
  }
  
  option:hover {
    background-color: #eee;
  }
  