/* css styles */


/* Shrink navbar */
nav.navbar.navbar-expand-lg.navbar-dark {
    box-shadow: 0px 35px 77px -27px rgba(0, 0, 0, 0.8);
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
}


main#quarto-document-content.content {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.8);
}

/* Add some side margin to conent */
main#quarto-document-content.content {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

/* Tag colors */
div.listing-categories div.listing-category {
    background-color: darkgoldenrod;
    color: rgb(25, 43, 43) !important;

    /* border-radius: 10% !important; */
}

div.quarto-category {
    background-color: darkgoldenrod;
    color: rgb(25, 43, 43) !important;
}

/* Style R Data tables */
div#DataTables_Table_0_wrapper .dataTables_wrapper.no-footer {
    color: rgb(173, 181, 189) !important;
}

div#DataTables_Table_0_length.dataTables_length {
    color: rgb(173, 181, 189) !important;
}

div#DataTables_Table_0_filter.dataTables_filter {
    color: rgb(173, 181, 189) !important;
}

table#DataTables_Table_0.display.dataTable.no-footer thead tr th.sorting {
    color: rgb(173, 181, 189) !important;
}

div#DataTables_Table_0_info.dataTables_info {
    color: rgb(173, 181, 189) !important;
}

a#DataTables_Table_0_previous.paginate_button.previous {
    color: rgb(173, 181, 189) !important;
}

a#DataTables_Table_0_previous.paginate_button.previous.disabled {
    color: rgb(173, 181, 189) !important;
}

a#DataTables_Table_0_next.paginate_button.next {
    color: rgb(173, 181, 189) !important;
}

a#DataTables_Table_0_next.paginate_button.next.disabled {
    color: rgb(173, 181, 189) !important;
}

div#DataTables_Table_0_paginate.dataTables_paginate.paging_simple_numbers {
    color: rgb(173, 181, 189) !important;
}

/* White background tagged entity labels */
div.entities mark.entity {
    color: rgb(173, 181, 189)
}

div#ldavis_el48301397818477944004581145589 {
    color: white;
    background-color: lightsteelblue
}

div#ldavis_el48301397818477944004581145589-top div {
    background-color: lightsteelblue !important;
}


/* style chrome scrollbars */
body::-webkit-scrollbar {
    width: 3px;
}

/* style chrome scrollbar for tagcloud sidebar */
#quarto-margin-sidebar::-webkit-scrollbar {
    width: 3px;
}