.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
}

.dropzone .dz-preview .dz-details {
    font-size: 11px;
}
.dropzone .dz-preview .dz-progress {
    top: 70%!important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover > span {
    border: 1px solid rgba(200,200,200,.8);
    background-color: rgba(255, 255, 255, 1) !important;
}

.dropzone .dz-preview .dz-error-mark {
    top: 29px !important;
    left: 29px !important;
}

.dropzone .dz-preview .dz-error-message {
    top:150px !important;
}

.dropzone .dz-preview:hover {
    z-index: 2000;
}

.checkbox-readonly {
    pointer-events: none; /* Disables clicks */
    cursor: default;     /* Changes cursor appearance */
}

.app-sidebar{
    width: 350px!important;
}

.app-content{
   margin-inline-start: 350px!important;
}

#ul-parent-local li { cursor: default;}
#ul-parent-local li:hover { background: #00B0F0; color: white;}
#ul-parent-local .ui-selecting { background: #00B0F0; color: white; }
#ul-parent-local .ui-selected { background: #2C32FF; color: white; }

#ul-parent-remoto li { cursor: default;}
#ul-parent-remoto li:hover { background: #00B0F0; color: white;}
