::-webkit-scrollbar {
    width: 0 !important;
}
:focus{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    outline: none !important;
}
.dtsb-searchBuilder .dtsb-search{
    display: none !important;
}
.dtsb-searchBuilder .dtsb-title{
    display: none !important;
}
.container {
    padding-top: 12px;
    padding-bottom: 12px;
}
#resources tbody tr td {
    vertical-align: middle;
}
.content-code {
    display: inline-block;
    padding: 2px 6px;
    margin: 2px;
    border: 2px solid #a68a7c;
    border-radius: 4px;
    font-size: 80%;
    color: #a68a7c;
    font-weight: bold;
    cursor: help;
}
#contentCodeDropdown .form-select {
    display: inline-block;
    width: auto;
}

/* RadAI Theme */
.dataTables_length {
    margin-top: 10px;
}
a {
    color: #a68a7c;
}
a:hover, a:focus {
    color: #a68a7c;
    text-decoration: underline; /* optional: if you want an underline on hover */
}
.dataTables_wrapper a {
    color: #a68a7c;
}
.dataTables_wrapper a:hover, .dataTables_wrapper a:focus {
    color: #a68a7c;
    text-decoration: underline;
}
.pagination .active .page-link {
    background-color: #8a7a6c; /* a slightly different shade for the active button */
    border-color: #8a7a6c;
}
.pagination .page-link:hover {
    background-color: #8a7a6c; /* a color for hover */
    border-color: #8a7a6c;
    color: #fff;
}
.form-select:focus {
    border-color: #a68a7c;
}
