.section-faqs_help_center {
    background: linear-gradient(0deg, #ffffff 0%, rgb(250 250 250 / 90%) 10%), url(../../images/section-faqs_help_center.png) center / cover no-repeat, white;
    padding: 64px 0 118px 0;
}
.faqs_mini_title {
    text-align: center;
    margin-bottom: 16px;
}
.faqs_mini_subtitle{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 48px;
}
.faq-title{
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-left: 12px;
    text-decoration: none;
}
.ar .faq-title{
    margin-left: auto;
    margin-right: 12px;
}
.faq-grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.faq-card{
    width: calc(100% / 3 - 16px);
    background-color: #FFFFFF;
    padding: 20px 20px 27px 20px;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    box-shadow: 0px 8px 8px 0px #00000008;

}
.faq-header{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}
.faq-list{
    height: auto;
    margin-bottom: 19px;
}
.faq-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-list li:hover{
    text-decoration: none;
}
.faq-list li:hover p{
    color: var(--black);
}
.faq-list li p{
    color: #8C8C8C;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    padding: 12px 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92%;
}
.faq-list li:not(:last-child){
    border-bottom: 1px solid #F0F0F0;
}
.ar .faq-list li svg{
    transform: rotate(180deg);
}
.faq-more{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #2585F4;
    margin-bottom: 19px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}
.ar .faq-more{
    text-align: right;
}
.ar .faq-more svg{
    transform: rotate(180deg);
}
/* Search */
.search-block .container{
    position: relative;
}

.search-wrap{
    position: relative;
    margin-bottom: 32px;
}

.search-icon-hover{
    display: none;
}

.search-wrap:hover .search-icon{
    display: none;
}

.search-wrap:hover .search-icon-hover{
    display: block;
}

.search-list{
    position: absolute;
    background: var(--white);
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    box-shadow: 0px 8px 8px 0px #00000008;
    padding: 16px;
    width: 96%;
    height: auto !important;
    max-height: 580px;
    overflow-y: auto;
    z-index: 1;
}

.search-item{
    padding: 24px;
    cursor: pointer;
}

.search-item h5{
    color: #8C8C8C;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.search-item p{
    color: #8C8C8C;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-item:hover{
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
}

.search-item:hover a{
    text-decoration: none;
}

.search-item:hover h5, .search-item:hover p{
    color: #000000;
}

.search-block input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    outline: none;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background: #fff;
    padding: 16px 16px 16px 48px;
    box-sizing: border-box;
}

.search-wrap:hover input{
    border: 1px solid #2585F4;
    box-shadow: 0px 0px 0px 4px #2585F429;
}

.ar .search-block input {
    padding: 16px 48px 16px 16px;
}

.search-block input::placeholder {
    color: #8C8C8C;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.search-icon, .search-icon-hover {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ar .search-icon, .ar .search-icon-hover {
    left: inherit;
    right: 24px;
}

/* Topic block */
.faq-full-container .faq-layout{
    display: flex;
    background-color: var(--white);
    margin-top: 16px;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
}
.faq-full-container .faq-sidebar{
    max-width: 300px;
    width: 100%;
    padding: 16px;
    border-right: 1px solid #F0F0F0;
}
.faq-full-container .faq-topic-item{
    display: flex;
    align-items: center;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    opacity: 48%;
    cursor: pointer;
}
.faq-full-container .faq-topic-icon{
    margin-right: 12px;
}
.ar .faq-full-container .faq-topic-icon{
    margin-right: inherit;
    margin-left: 12px;
}
.faq-full-container .faq-topic-item.active{
    background-color: #F4F9FF;
    color: #2585F4;
    opacity: 1;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
}
.faq-full-container .faq-topic-item:hover{
    background-color: #FAFAFA;
    opacity: 1;
    border-radius: 8px;
}

.faq-full-container .faq-content{
    width: 100%;
}
.faq-full-container .faq-full-title{
    padding: 32px;
}
.faq-full-container .faq-full-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F0F0F0;
    padding: 17.5px 32px;
    cursor: pointer;
}
.faq-full-container .faq-full-title br{
    display: none;
}
.faq-full-container .faq-full-question p{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #595959;
}
.faq-full-container .faq-full-question:hover{
    background-color: #FAFAFA;
    color: var(--black);
}
.faq-full-container .faq-full-question:hover p{
    color: var(--black);
}

/* Question block */
.faq-open-question .faq-layout{
    display: flex;
    background-color: var(--white);
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    margin-top: 16px;
}
.faq-open-question .faq-sidebar{
    max-width: 300px;
    width: 100%;
    border-right: 1px solid #F0F0F0;
}
.faq-open-question .faq-topic-questions-list li{
    padding: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #595959;
    gap: 8px;
    cursor: pointer;
}
.ar .faq-open-question .faq-topic-questions-list li{
    padding: 16px 16px 16px 27px;
}

.faq-open-question .faq-topic-questions-list li::after, .faq-full-container .faq-full-question::after {
    content: "";
    display: inline-block;
    max-width: 6px;
    width: 100%;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292894 10.2071C-0.0976307 9.81658 -0.0976307 9.18342 0.292894 8.79289L3.58579 5.5L0.292893 2.20711C-0.0976311 1.81658 -0.0976311 1.18342 0.292893 0.792894C0.683417 0.402369 1.31658 0.402369 1.70711 0.792894L5.70711 4.79289C6.09763 5.18342 6.09763 5.81658 5.70711 6.20711L1.70711 10.2071C1.31658 10.5976 0.683418 10.5976 0.292894 10.2071Z' fill='black'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ar .faq-open-question .faq-topic-questions-list li::after, .ar .faq-full-container .faq-full-question::after{
    transform: rotate(180deg);
}

.faq-open-question .faq-topic-questions-list li:not(:last-child){
    border-bottom: 1px solid #F0F0F0;
}

.faq-open-question .faq-topic-questions-list li.active{
    background-color: #F4F9FF;
    color: #2585F4;
}
.faq-open-question .faq-content{
    width: 100%;
    padding-bottom: 32px;
}

.faq-open-question .faq-open-title{
    padding: 32px 36px 32px 32px;    
}
.faq-open-question .faq-open-answer p:first-child{
    border-top: 1px solid #F0F0F0;
    padding: 32px 32px 0 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
}
.faq-open-question .faq-open-answer p{
    padding: 10px 32px 0 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
}
.faq-open-question .faq-open-answer summary{
    padding: 10px 32px 0 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #2585F4;
    cursor: pointer;
}
.faq-open-question .faq-open-answer h6{
    padding: 20px 32px 0 32px;
}

.faq-open-question .faq-open-answer ul{
    padding: 10px 32px 0 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    list-style: disc;
}

.faq-open-question .faq-open-answer a{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #2585F4;
    text-decoration: underline;
    cursor: pointer;
}

.line-block{
    display: flex;
    justify-content: space-between;
}
.breadcrumb{
    text-align: right;
    display: flex;
    align-items: center;
}
.breadcrumb span{
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #8C8C8C;
}

.breadcrumb svg{
    margin: 0 8px;
}

.breadcrumb-question{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 187px;
}

.breadcrumb span:last-child{
    color: #2585F4;
}


#daexthefu-container{
    border-top: 1px solid #F0F0F0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 32px 0 0 0;
}
#daexthefu-container .daexthefu-feedback{
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

#daexthefu-container .daexthefu-successful-submission-text{
    margin-top: 32px;
}
#daexthefu-container .daexthefu-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}
.daexthefu-buttons{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}
.daexthefu-yes, .daexthefu-no{
    background: #F5F5F5;
    border: 1.5px solid #F0F0F0;
    border-radius: 50px ;
    padding: 0 24px ;
    height: 36px ;
}
.daexthefu-button-text {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 35px ;
}

.daexthefu-successful-submission-text{
    text-align: center;
}

.faq-back-to-topics, .faq-back-to-questions{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
}
.ar .faq-back-to-topics svg, .ar .faq-back-to-questions svg{
    transform: rotate(180deg);
}
details:open > summary {
    display: none;
}

@media (max-width: 1199px) {
    .section-faqs_help_center{
        padding: 56px 0 96px 0;
    }
    .faq-grid{
        flex-direction: column;
    }
    .faq-card{
        width: 100%;
    }
    .search-list{
        max-height: 560px;
    }
    .search-item h5{
        font-size: 20px;
    }    
    .line-block .breadcrumb{
        display: none;
    }
    .faq-open-question .faq-open-title{
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .section-faqs_help_center{
        padding: 48px 0 92px 0;
    }
    .search-list{
        max-height: 530px;
    }
    .faq-full-container .faq-layout{
        flex-direction: column-reverse;
    }
    .faq-open-question .faq-layout{
        flex-direction: column-reverse;
    }
    .faq-full-container .faq-sidebar{
        max-width: 100%;
        border-top: 1px solid #F0F0F0;
    }
    .faq-open-question .faq-sidebar{
        max-width: 100%;
    }
}
