.pointer {
    cursor: pointer;
}
.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mt-1 {
    margin-top: 10px;
}
.me-1 {
    margin-right: 10px;
}

.rot180 {
    transform: rotate(-180deg);
}
.wr_filter_2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.filter_item {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 5px 10px;
    margin: 5px 3px;
    background-color: #F4F4F4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.filter_item.active {
    background-color: #000 !important;
    color: #FFF;
}
.filter_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.asg_faq-section {
    display: block;
    margin-top: 35px;
    border: 1px solid #e8e8e8;
}
.asg_faq-item {
    display: block;
    padding: 25px 24px 25px 35px;
    border-bottom: 1px solid #e8e8e8;
}
.asg_faq-item-description-wrapper {
    display: block;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.text_end {
    text-align: right;
}
.doc_page_link {
    font-weight: normal;
}
.wr_asg_scrollbar {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    overflow-x: scroll;
    scrollbar-width: none;
    z-index: 1;
}
.wr_scroller {
    position: relative;
    top: -5px;
    z-index: 0;
}
.scroller {
    position: relative;
    height: 3px;
    border-radius: 2px;
    background-color: #e0e0e0;
}
@media (width < 1050px) {
    .wr_asg_scrollbar {
        overflow-x: auto;
    }
}
.intec-ui.intec-ui-control-tabs.asg_scrollbar {
    flex-wrap: nowrap;
    background-color: transparent;
    white-space: nowrap;
    width: max-content;
    padding-bottom: 10px;
    border-bottom: none;
}
.asg_faq_section {
    white-space: nowrap;
    padding: 8px 0px !important;
}

.nav-link-decor {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 20px !important;
}
.nav-link-decor:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transform: translateX(-101%);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}
.nav-link-decor:hover:after {
    transform: translateX(0);
}
.nav-link-decor.active:after {
    transform: translate(0);
    background-color: #000000;
}
.nav-link-decor:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translate(-101%);
    transition: transform .3s
    cubic-bezier(.165, .84, .44, 1);
}