/* Color Theme Swatches in Hex */
:root {
    --mml_c1: #ffe669;
    --mml_c2: #ffef60;
    --mml_c3: #F2F2F2;
    --mml_c4: #f97400;
    --mml_c5: #0D0D0D;
    --mml_c6: #02759c;
    --mml_c7: #0D0D0D;
    --mml-hover-color: #fffbe0;
    --mml-socio_name-bg-color: rgb(0 242 254 / 70%);
  }
  
  
  
  .gradient-custom-2 {
    /* fallback for old browsers */
    background: #4facfe;
  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(79, 172, 254, 0.5), rgba(0, 242, 254, 0.5));
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(79, 172, 254, 0.5), rgba(0, 242, 254, 0.5))
  }
  
  .gradient-verde {
    /* fallback for old browsers */
    background: #f6d365;
  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(246, 211, 101, 0.5), rgba(253, 160, 133, 0.5));
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(246, 211, 101, 0.5), rgba(253, 160, 133, 0.5))
  }
  
  
  .card-header {
    color: var(--bs-card-cap-color);
    /* background-color: rgba(79, 172, 254, 0.5) !important; */
  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(79, 172, 254, 1) , rgba(79, 172, 254, 0.8) );
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(79, 172, 254, 1) , rgba(79, 172, 254, 0.8) );
  }
  
  
  .mml-item-homver:hover {
    background-color: rgba(79, 172, 254, 0.169) !important;
  }
  
  .footer_spacer{
    width: 100%;
    height: 20rem;
  }


.dx-toast-error {
    background-color: #d9534f !important;
}
.dx-toast-success {
    background-color: #5cb85c !important;
}
.dx-toast-info {
    background-color: #337ab7 !important;
}
.dx-toast-warning {
    background-color: #f0ad4e;
}