 /* .table-responsive {
    overflow: visible !important;
    background: #3498db;
} */

/*
.select2-container {
    z-index: 9999 !important;
} */


.asset-link {
    color: inherit !important;
    text-decoration: none !important;
}

.asset-link:hover {
    color: blue !important;
    text-decoration: underline !important;
}


/* Apply to the whole page */
html, body {
    
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: auto;
}

::-webkit-scrollbar {
    height: 8px;
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #3498db; 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2980b9; 
}
