

/* Start:/local/components/loodsen/suppliers.documents/templates/.default/style.css?17514844401478*/
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}


.tabs-suppliers {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dfe0e0;
}

.tabs-suppliers li::before {
    content: "";
}

.tabs-suppliers .tab.active::before {
    opacity: 1;
}

.tabs-suppliers .tab::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 10px solid #005693;
    border-right: 14px solid transparent;
    content: "";
    opacity: 0;
    width: 0px;
}

.tabs-suppliers li:not(:last-child) {
    margin-right: 10px;
}

.tabs-suppliers__document {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px !important;
}

.tabs-suppliers-section .list_document > .list__item {
    width: 33.3% !important;
    margin-bottom: 15px;
}


.tab {
    cursor: pointer;
    padding: 10px;
    font-size: 14px;

}

.tab.active {
    color: #fff;
    background: #005693;
}

.tab:hover {
    color:  #005693;
}

.tab.active:hover {
    color:  #fff;
}

.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}


@media (max-width: 900px) {
    .tabs-suppliers-section .list_document > .list__item {
        width: 50% !important;
    }

    .tabs-container {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media (max-width: 600px) {
    .tabs-suppliers-section .list_document > .list__item {
        width: 100% !important;
    }
}
/* End */
/* /local/components/loodsen/suppliers.documents/templates/.default/style.css?17514844401478 */
