.categories-faq {
    display: flex;
    justify-content: space-between;
}
.faq-item {
    background-color: #003586;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-width: 320px;
    cursor: pointer;
    color: #fff;
}
.tab-choice {
    background-color: #fff;
    color: #003586;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.faq-item label {
    text-decoration: none;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input-filter {
    min-width: 800px;
    outline: none;
}
.filter-form {
    position: relative;
    display: inline-block;
}
.filter-form label {
    min-width: 200px;
}
.filter-form button {
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    padding: 5px 8px;
    border: none;
    background-color: transparent;
    margin-right: 12px;
    color: #003586;
}
.filter-form-wrap {
    width: 100%;
    background-color: #E2F0FB;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 22px 40px 17px 25px;
    margin-top: 25px;
}
.categorize-faq {
    margin-top: 20px;
    background-color: var( --ms-info-background-color);
    display: flex;
    padding: 10px 10px;
    border-left: 7px solid #003586;
}

.categorize {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 24px;
}
.categorize h4 {
    font-size: var(--font-size-app);
    font-weight: bold;
}
.accordion-button, 
.accordion-body, 
.accordion-button i, 
.accordion-body i {
    font-size: var(--font-size-app-18) !important;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-anwser-info {
     margin-left: 77.5px;
 }
 
 .tab-anwser-info .btn-pdf {
     margin-bottom: 10px;
 }
 
 .tab-anwser-info .btn-pdf a {
     margin-left: 0px;
     margin-right: 10px;
 }
 
 .tab-anwser-info .refer {
     margin: 15px 0px;
}

.tab-anwser-info .refer .refer-link {
    color: #0D6EFD;
    text-decoration: underline;
    cursor: pointer;
}