
/********** Estilos Personalizados **********/

.column-actions {
  text-align: center;
  width: 30px;
}


.text-edition {
  color: #cec317 !important;
}



#toast-container > div {
    opacity: 1;
}


.form-group.bd-error input {
  border-color: #ff3860;
}


.form-group.bd-success input {
  border-color: #09c372;
}


#loader {
    background-color: rgba(25,25,25,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    left: 0;
    text-align: center;
}


#loader img {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
}