@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@300;400&display=swap');

div.document {
    width: 100%;
    width: 100vw;
    max-width: 1490px;
    padding: 10px 5%;
}

/*
div.body {
    width: 100%;
}*/


table.needs_style_awesome_red tr.head,
tr.awesome_red td.needs_sphinx_type {
    background-color: #ffe0d9 !important;
    color: #000 !important;
}

table.needs_style_awesome_blue tr.head,
tr.awesome_blue td.needs_sphinx_type {
    background-color: #cbd8e9 !important;
    color: #000 !important;
}

table.needs_style_awesome_green tr.head,
tr.awesome_green td.needs_sphinx_type {
    background-color: #dcfcdc !important;
    color: #000 !important;
}

td.needs_title {
    font-weight: bold;
}

.md-typeset pre, pre {
    overflow-x: auto;
}

div.wy-table-responsive{
    width: 100% !important;
}

.underline{
    text-decoration: underline;
}

/*Remove READTHEDOCS version badge*/
.injected {
    display: none !important;
}

table.need{
    display: table !important;
    width: 100% !important;
}
tbody tr td {
    font-size: medium !important;
}

/* Sphinx-Immaterial */

body,
input {
    font-family: 'Recursive', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5 !important;
}

.md-typeset, .md-nav, .md-typeset table:not([class]) {
    font-size: 16px !important;
    line-height: 1.5 !important;
}


h1, h2, h3 {
    font-family: 'Recursive', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

h1:not([class="md-search-result__title"]) {
    font-size: 34px !important;
    margin-bottom: 20px !important;
}

h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.dataTables_filter input {
    border: 1px solid var(--md-typeset-color);
    margin-bottom: 10px;
    background-color: transparent;
}

.border {
    border: 1px solid var(--md-typeset-color);
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--md-typeset-color) !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    color: var(--md-typeset-color) !important;
}

div.dataTables_info {
    margin-top: 0 !important;
}

table tbody tr:hover {
    background-color: rgb(147 147 147 / 10%) !important;
    box-shadow: 0 .05rem 0 var(--md-default-bg-color) inset !important;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    color: #000;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    margin-left: 1% !important;
}

div.dt-buttons {
    margin-left: 1% !important;
}

.dataTables_wrapper .dataTables_filter input {
    max-width: 100px !important;
}
@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_filter {
        float: none !important;
        text-align: center !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        max-width: inherit !important;
    }
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    color: #000 !important;
    border: 1px solid #000 !important;
}

table.NEEDS_DATATABLES, table.NEEDS_TABLE{
    max-width: inherit;
    width: inherit;
}
div.md-grid {
    max-width: 100rem !important;
  }