.doc-filter-wrap {
    display: flex;
    gap: 20px;
    max-width: 1240px;
    margin: auto;
    padding: 0 32px;
}
.doc-sidebar .form-group > label {
    font-weight: 400;
    margin-bottom: 10px;
}
.doc-sidebar {
    width: 30%;
}
div#doc-result {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background: #f7f9fb;
}
.submenu {
    display: none;
    padding-left: 10px;
}

.doc-parent.active .submenu {
    display: block;
}

.doc-type {
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0;
}

.doc-item {
    margin-bottom: 10px;
}

.doc-types {
    display: flex;
    /* flex-direction: column; */
    gap: 6px;
    flex-wrap: wrap;
}

.doc-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.doc-checkbox input {
    margin-right: 8px;
}
.doc-sidebar .form-group {
    margin-bottom: 20px;
}
.doc-sidebar h3 {
    font-size: 19px;
}
.doc-types label.doc-checkbox {
    font-weight: 400;
    margin-bottom: 4px;
}
.bapf_body ul label {
    font-weight: 400;
}
.bapf_sfilter ul li {
    margin-bottom: 8px !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    appearance: auto;
    width: 13px;
    height: 13px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    display: none;
}
select#sort_order {
    outline: none;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search-docs label {
    position: absolute;
    top: 6px;
    left: 8px;
    color: #fff;
    transition: all .2s ease;
    color: #020204;
    font-size: 18px;
    margin-bottom: 0 !important;
}
.search-docs {
    position: relative;
}
.search-docs input {
    background: transparent;
    border: 0!important;
    ;
    height: 48px!important;
    padding-left: 40px!important;
    transition: all .2s ease;
    color: #fff;
}
ul#documents-list {
    font-size: 18px;
    color: #18293c;
    padding-left: 0;
    list-style: none;
}
#documents-list li {
    margin: 0;
    font-weight: 500;
    border: 1px solid #d8d8d8;
    display: flex !important;
    align-items: center !important;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 0.5rem;
    background: #ffffff;
}
#documents-list li> svg {
    width: 3em;
    height: 3em;
    padding: 12px;
    background: #f7f9fb;
    margin: 10px;
    margin-left: 0;
    border-radius: 0.25rem;
}
#documents-list li:hover {
    background: #f7f9fb;
}
#documents-list input {
    margin: 0 15px;
}

#documents-list li .ml-auto.mr-2 {
    margin-left: auto;
    margin-right: .5rem !important;
}
#documents-list li a {
    background: #fff;
    color: #020204;
    height: 48px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 .5rem;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
    transition: all .2s ease;
    margin-left: auto;
    background: transparent;
}
#documents-list li a svg {
    width: 20px;
    height: 20px;
}
#doc-result .pagination .page-numbers {
    border: 1px solid #d8d8d8;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}
#doc-result .pagination {
    display: block;
    text-align: center;
}
#doc-result .pagination .page-numbers.current {
    color: #fff;
    background: #1d3655;
    border-color: #1d3655;
}
.heading-doc {
    padding: 15px;
    font-size: 21px;
    font-weight: 600;
    background: #335f95;
    margin-bottom: 40px;
    color: #fff;
}
.form-group.search-docs input.form-control {
    border: 1px solid #d6d6d6 !important;
    background: #fff;
    height: 42px !important;
    outline: none!important;
}
.form-group.search-docs label svg {
    width: 29px;
    height: 29px;
}
.bapf_sfilter .bapf_cchild, .bapf_sfilter .bapf_ochild {
    float: right;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
div#bewi-loader-list {
    display: none;
}
.btn-container {
    margin-bottom: 15px;
    text-align: right;
    margin-top: 15px;
}
button#filter-reset:hover, button#filter-reset:focus {
    border-color: #1d64bb;
    background-color: #1d64bb;
    color: #fff;
}
button#filter-reset:focus {
    border-color: #335f95;
    background-color: #335f95;
    color: #fff;
}
.bapf_sfilter ul li {
    background-color: #f1f5f9;
    padding: 7px 10px !important;
    border-radius: 0.25rem;
}
.bapf_sfilter .bapf_body ul li ul li {
    margin-bottom: 0 !important;
    padding: 8px 0 !important;
}
span.title-doc {
    display: block;
}
span.item-meta.cat {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    background-color: #e2e8f0;
    font-weight: 700;
    font-size: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.125rem;
}
.search-bar-doc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 5px;
}
.search-bar-doc .sort-drd {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-bar-doc .sort-drd select#sort_order {
    font-weight: 600;
    color: #000;
    width: auto;
    border: none;
}
.search-bar-doc .sort-drd label {
    font-weight: 400;
    margin-top: 4px;
    color: #505050;
}
.doc-types label.doc-checkbox {
    font-weight: 400;
    margin-bottom: 4px;
    display: inline-block;
    width: auto;
    background-color: #f1f5f9;
    padding: 10px;
    border-radius: 0.25rem;
}
#documents-list li.list-empty {
    padding: 10px;
    font-weight: 400;
}
#documents-list li .btn-download-doc {
    height: auto;
    background: #335f95;
    color: #fff;
    font-weight: 500;
    text-transform: unset;
    padding: 5px 10px;
}
#documents-list li .btn-download-doc svg path {
    fill: #fff;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    z-index: 11111;
}



.doc-sidebar .bapf_sfilter .bapf_body>ul>li:first-child>ul {
    /*display: block !important;*/
}
.doc-sidebar .bapf_sfilter .bapf_body>ul>li:first-child>i.fa {
    /*display: none;*/
}

.doc-sidebar  .bapf_sfilter .bapf_body ul li ul {
    margin-left: 0 !important;
}
.doc-sidebar .bapf_sfilter .bapf_body > ul > li > ul {
    margin-left: 15px !important;
}
.doc-sidebar .bapf_sfilter .bapf_body ul li ul li {
    padding: 0 !important;
    line-height: 33px;
}




svg.video-icon {
    padding: 2px;
}



@media (max-width: 767px){
    .doc-filter-wrap{
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .doc-sidebar {
        width: 100%;
    }
    div#doc-result {
        width: 100%;
        padding-left: 0px;
    }
    span.title-doc {
        font-size: 14px;
    }
    #documents-list li .btn-download-doc {
        padding: 5px;
    }
    #documents-list li{
        padding-left: 10px;
    }
    .search-bar-doc .sort-drd label {
        display: none;
    }

}