/* path file: components/product/files/templates/download_section/style.css */

.toogle-text-warning {
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    align-items: center;
}

.toogle-text-warning .icon-warning {
    padding: 20px;
    margin-right: 10px;
}

.toogle-subtitle .link-info {
    margin: 0 10px;
    padding: 10px;
}

.toogle-subtitle {
    padding: 2px 15px 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.toogle-subtitle .icon {
    margin-left: 10px;
}

.toogle-col-description .nav-inner {
    padding-bottom: 10px;
}

.nav-list li:not(:last-child) {
    margin-right: 30px;
}

.nav-list__button {
    border: 0;
    outline: none;
    background-color: transparent;
    font-family: "kanit", sans-serif;
    line-height: 1.23;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    color: #3A8CF0;
    font-size: 16px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
}

.nav-list__button.nav-list__button_active {
    border-color: #3A8CF0;
    color: #000000;
}

.toogle .nav-content__list-content .nav-content__list-show-details {
    padding: 0px;
}

@media (min-width: 768px) {
    .nav-menu+.nav-menu .nav-list:before {
        content: '';
        display: inline-flex;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='black'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 16px;
        margin-left: 25px;
        margin-right: 25px;
    }
}

.btn-link-custom {
    border: 0;
    outline: none;
    background-color: transparent;
    color: #3A8CF0;
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

.toogle-col-description ol {
    counter-reset: navContentList;
    list-style: none;
}

ol.nav-content__list>li {
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
    font-family: "Open Sans", sans-serif;
}

ol.nav-content__list>li:not(:last-child) {
    margin-bottom: 1rem;
}

ol.nav-content__list>li:before {
    content: counter(navContentList);
    counter-increment: navContentList;
    min-width: 24px;
    min-height: 24px;
    background-color: #E6E6E6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    font-weight: 600;
    font-size: 14px;
    margin-right: 14px;
}

ol.nav-content__list>li[data-custom-index]:before {
    content: attr(data-custom-index);
}

.nav-content__list-details {
    margin-top: 15px;
}

.nav-content__list-details-inner {
    line-height: 1.5;
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .nav-content__list {
        padding-left: 0;
    }

    .toogle-row .btn.btn-lightblue.download {
        width: 110px;
        min-height: 30px;
    }

    .toogle-row .toogle-title span {
        padding-right: 6px;
        padding-left: 0;
    }

    .toogle-row .icon_pdf::before {
        position: static;
        display: block;
        width: 20px;
    }
}