.copy{
    margin-left: 1.5rem
}

.copy:hover{
    opacity: 0.8;
}

.csv:hover{
    opacity: 0.8;
}

.table {
    --bs-table-bg: transparent;
}

.table>thead>tr>th {
    color: #FFFF;
}

input[type=search] {
    color: #FFFF;
}

.title-dash{
    font-size: 1.3rem;
}

.url-short{
  color: #FFFF !important;  
}

.url-short>a {
    text-decoration: none !important; 
    color: #FFFF !important; 
}

.url-short>a:hover {
    text-decoration: none !important; 
}

.url-short>span>a {
    text-decoration: none !important; 
    color: #FFFF !important; 
}

.url-short>span>a:hover {
    text-decoration: none !important; 
}

.url-long {
    color: #FFFF !important;
}

.clicks {
    color: #FFFF !important;
}

.createdAt {
    color: #FFFF !important;
}

.actions {
    color: #FFFF !important;
}

.dataTables_empty {
    color: #FFFF !important;
}

.dt-buttons {
    margin-bottom: 2rem !important;
}

.dataTables_filter {
    margin-bottom: 2rem !important;
}

.background-btn-create {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFF !important;
}

.background-btn-modal{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(3,3,40,1) 35%, rgb(3, 3, 94) 100%);
    color: #FFFF !important;
}

.background-btn-modal:hover{
    opacity: 0.8;
}

.background-btn-actions {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFF !important;
    font-size: 13px;
}

.chart-container {
    width: 100%;
}

#myChart {
    width: 100% !important;
    height: 100% !important;
}

.modal-content{
    color: black;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable th,
table.dataTable td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Borde horizontal */
}

table.dataTable thead tr th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Borde inferior del encabezado */
}
