.news-image {
    background-image: url(../../assets/images/coming-soon.jpg)
}

.border-bottom-dashed {
     border-bottom-style: dashed !important;
}

/* Ajustes datatable */
div.dt-container div.dt-search  {
    width: 100%!important; /* Adjusts relative to the parent container's width */
}

div.dt-container div.dt-search input {
     width: 100%!important;
}

 .dt-buttons button{
    height: 32px; /* Increase or decrease as needed */
}


.btn-pie{
 text-decoration: none;
}

.btn-pie .card{
    border: 2px solid #2C32FF;
    color:#999;
    border-radius: 5px;
    text-decoration: none;
}

.btn-pie.active .card div{
    background-color: #B6FF9E!important;
    text-decoration: none;
}

div#status{
    background-color:#f5f5f5!important; 
    border:1px solid #ccc !important;
    padding: 10px;
    overflow-y:scroll;
    height: 300px;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
}

.input-mail{
    border:1px solid #d2d3d3;
    border-radius: 6px;
    min-height: 34px;
    padding: 5px;
    width: 100%;
}

.textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.input-textarea{
    height: 200px;
    overflow-y: scroll;
    overflow-x:hidden
}