/* avvisi homepage */


.home-message .msg {
    font-size: 1rem !important;
    font-weight:bold;
    line-height: 1.5 !important;
    text-align:center;
    padding: 0;
    margin: 0;
  }
  .home-message .btn-outline-black {
    color: #333;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 1px #333;
  }
  .home-message .btn-outline-black:hover {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 1px #333;
  }
  .home-message .btn-outline-black:focus,
  .home-message .btn-outline-black.focus {
    box-shadow: inset 0 0 0 1px #17324d, 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
  }
  .home-message .btn-outline-black.disabled,
  .home-message .btn-outline-black:disabled {
    color: #17324d;
    background-color: transparent;
  }
  .home-message .btn-outline-black:not(:disabled):not(.disabled):active,
  .home-message .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #17324d;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 1px #17324d;
  }
  .home-message .btn-outline-black:not(:disabled):not(.disabled):active:focus,
  .home-message .btn-outline-black:not(:disabled):not(.disabled).active:focus,
  .home-message .show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(23, 50, 77, 0.5);
  }
  .home-message .msg svg {
    height: 1.5em;
    width: 1.5em;
    margin-right: 10px;
    display: inline-block;
  }
  .home-message.red,
  .home-message.red .msg svg {
    background-color: #d1344c;
    color: #fff !important;
    fill: #fff !important;
  }
  .home-message.purple,
  .home-message.purple .msg svg {
    background-color: #b21dd0;
    color: #fff !important;
    fill: #fff !important;
  }
  .home-message.green,
  .home-message .msg svg {
    background-color: #0e8a5f;
    color: #fff !important;
    fill: #fff !important;
  }
  .home-message.blue,
  .home-message.blue .msg svg {
    background-color: #0d00ff;
    color: #fff !important;
    fill: #fff !important;
  }
  .home-message.yellow,
  .home-message.yellow .msg svg {
    background-color: #ffcc00;
    color: #333 !important;
    fill: #333 !important;
  }
  
