._downloadsTable_1gb78_1{}

._downloadsTable_1gb78_1 td, ._downloadsTable_1gb78_1 th{
    border-bottom: 1px solid rgba(0, 0, 0, .38);
    padding: 4px 8px;
    font-size: 14px;
}

._downloadsTable_1gb78_1 thead tr:first-child{
    border-radius: 8px 8px 0 0;
    outline: 1px solid rgba(0, 0, 0, .38);
}

._downloadsTable_1gb78_1 td:first-child, ._downloadsTable_1gb78_1 th:first-child{
    padding-left: 16px;
}

._downloadsTable_1gb78_1 tr td:first-child{
    border-left: 1px solid rgba(0, 0, 0, .38);
}
._downloadsTable_1gb78_1 tr td:last-child{
    border-right: 1px solid rgba(0, 0, 0, .38);
}

._downloadsTable_1gb78_1 tr th{
    background-color: #505050;
    color: white;
    font-weight: 400;
}

._downloadsTable_1gb78_1 tr th:first-child{
    border-radius: 8px 0 0 0;
}

._downloadsTable_1gb78_1 tr th:last-child{
    border-radius: 0 8px 0 0;
}


._downloadsTable_1gb78_1 tr td:last-child{
    padding-right: 0;
}

._downloadsTable_1gb78_1 tr:hover td{
    background-color: #e6e8e9;
}

@media screen and (max-width: 988px) {
    ._downloadsTable_1gb78_1{
        overflow-x: auto;
    }
}._filterBox_2qhox_1 {
    background-color: white;
    padding: 16px;
    width: 205px;
    font-size: 14px;
}

._checkboxContainer_2qhox_8 {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px!important;
    line-height: 14px;
    cursor: pointer;
    user-select: none;
}

/* Hide the browser's default checkbox */
._checkboxContainer_2qhox_8 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

._checkbox_2qhox_8 {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    background-color: #eee;
}

._checkboxContainer_2qhox_8:hover input~._checkbox_2qhox_8 {
    background-color: #ccc;
}

._checkboxContainer_2qhox_8 input:checked~._checkbox_2qhox_8 {
    background-color: #0BAEFF;
}

/* Create the checkbox/indicator (hidden when not checked) */
._checkbox_2qhox_8:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkbox when checked */
._checkboxContainer_2qhox_8 input:checked~._checkbox_2qhox_8:after {
    display: block;
}

/* Style the checkbox/indicator */
._checkboxContainer_2qhox_8 ._checkbox_2qhox_8:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

._systemCheckbox_2qhox_70 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

._inputContainer_2qhox_78 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 8px;
}

._inputContainer_2qhox_78 label {
    margin: 0;
}

/*
@media screen and (max-width: 1200px) {
    .filterBoxContent {
        height: 195px;
        overflow-y: auto;
    }
}
*/

@media screen and (max-width: 992px) {
    ._filterBoxContent_2qhox_91 {
        height: 150px;
        overflow-y: auto;
        grid-template-rows: unset;
        grid-auto-flow: unset;
    }

    h6 {
        font-size: 1.1rem !important;
    }
}.downloads-container{
    font-family: 'Golos Text Regular';
    display: flex;
    justify-content: center;
    gap: 24px;
}

.downloads-table-container{
    width: 100%;
    max-width: 700px;
}

.filter-boxes{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 988px) {
    .downloads-container{
        flex-direction: column!important;
    }
}