td.dtfc-fixed-left {
    background: white;
}

th.dtfc-fixed-left {
    z-index: 1;
}

.noleido, .desconectado {
    background-color: #ea5455;
}

.leido, .conectado {
    background-color: #28c76f;
}
 
td.dtfc-fixed-right {
    background: white;
}

th.dtfc-fixed-right {
    z-index: 1;
} 

.toast-email-new  {
    background-color: #008667 !important;
}
.toast-whatsapp-new  {
    background-color: #008667 !important;
}

#toast-container>.toast-email-new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size: 35px;
    font-weight: 900;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 8px;
  }

  #toast-container>.toast-whatsapp-new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f232";
    font-size: 35px;
    font-weight: 900;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 8px;
  }

  .toast-email-error {
    background-color: #eb0d0d !important;
  }


#toast-container>.toast-email-error:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-size: 35px;
    font-weight: 900;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 8px;
  }