/* Docs query loop */
a {
    text-decoration: none !important;

}

.gb-container.link-container:hover {
    background: #6A6AFF;

}
.gb-container.link-container:hover .gb-headline a {
    transition: 0.1s linear 0s;

}

.gb-container.link-container:hover .gb-headline a {
    color: #ffffff !important;

}

.gb-container.link-container:hover .gb-headline.gb-headline-text {
    color: #D0D0FF;

}

.gb-container.link-container:hover .gb-icon svg {
    fill: transparent;

}

.gb-container.link-container:hover .gb-icon circle {
    stroke: #fff;
    
}

.gb-container.link-container:hover .gb-icon path {
    fill: #fff;
    
}


.docs_wrapper {
    background: #fff;
    border: 2px solid #E6E6F2;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
    position: relative;

}

@media (max-width: 767px) {
    .docs_wrapper {
        display: block;
        padding: 20px;

    }

    .docs_wrapper:before {
        display: none;

    }

    .docs_wrapper .single-item li {
        flex-flow: inherit !important;
    
    }
    
}

.docs_wrapper:before {
    content: "";
    border-right: 1px dashed #BBBFC8;
    position: absolute;
    left: 50%;
    top: 32px;
    bottom: 32px;

}

.docs_wrapper .single-item h3 {
    border-bottom: 1px dashed #BBBFC8;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.docs_wrapper .single-item h3 a {
    color: #111827;
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    font-weight: 600;
    
}

.docs_wrapper .single-item h3 a:hover {
    color: #6A6AFF;

}

.docs_wrapper .single-item h3 span a {
    color: #6A6AFF;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;

}

.docs_wrapper .single-item li, .docs_wrapper .single-item li a {
    color: #8290A4;
    font-size: 16px;
    line-height: initial;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1; 
    -webkit-box-orient: vertical;
    flex-basis: 86%;

}

.docs_wrapper .single-item li a:hover {
    color: #6A6AFF;

}

.docs_wrapper .single-item li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-flow: row wrap;

}

.docs_wrapper .single-item li .arrow-icon {
    width: 21px;
    line-height: 0;
}

.docs_wrapper .single-item > ul {
    margin: 0;
    padding: 0;
    margin-bottom: 28px;

}

.docs_wrapper .single-item {
    flex-basis: 47%;
    max-width: 100%;
}

.single-item ul li> ul {
    content: "";
    position: absolute;
    right: 0;
    width: 9.66px;
    height: 9.66px;
    border: 2px solid #8290A4;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
}

.docs_wrapper .single-item ul.dropdown {
    margin-left: 2.9em;

}

.docs_wrapper .single-item ul.dropdown li {
    position: relative;
    margin-bottom: 20px;

}

.docs_wrapper .single-item li .toggle-icon svg {
    display: none;

}

.docs_wrapper .single-item li.toggle-open .toggle-icon svg {
    display: block;
    transition: .3s  linear 0s;

}

.docs_wrapper .single-item li .toggle-icon.active svg {
    transform: rotate(180deg);
    
}

.docs_wrapper .single-item li.toggle-open {
    position: relative;

}

.docs_wrapper .single-item li.toggle-open span.toggle-icon {
    position: absolute;
    right: 0;
    cursor: pointer;

}
/* End Docs query loop */



.flywp-docs-search-wrap .docs-search-form {
    width: 602px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #E6E6F2;
    background: #ffffff;
    border-radius: 30px;
    display: table;

}

.flywp-docs-search-wrap .docs-search-form > div {
    display: table-cell;
    vertical-align: middle;
}

.wedocs-search-in select {
    background: transparent;
    border: 0;
    width: 110px;
    padding: 0px 0 0 15px;

}

.wedocs-search-in {
    width: 20%;

}

.docs-search-input {
    width: 80%;

}

@media (max-width: 767px) {
    .flywp-docs-search-wrap .docs-search-form {
        width: 100%;
    }
    
}

.flywp-docs-search-wrap .docs-search-form input {
    border: 0px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    height: 60px;
    width: 100%;
    padding: 0 24px;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 4px;
}

.flywp-docs-search-wrap .docs-search-form input::placeholder {
    color: #C1C5CB;

}

.flywp-docs-search-wrap .error-message {
    text-align: center;
    font-weight: 400;
    color: #8290a4;
    padding: 10px 0 0;
    font-family: Inter, sans-serif;
    font-size: 16px;

}

.flywp-docs-search-wrap .docs-search-form input:focus, .flywp-docs-search-wrap .docs-search-form .wedocs-search-in select:focus {
    outline: none;
    border: 0;
    box-shadow: none;
    background: transparent;
    
}

.flywp-docs-search-wrap .docs-search-form button {
    background: #6A6AFF;
    border-radius: 60px;
    height: 60px;
    width: 125px;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;

}

.flywp-docs-search-wrap .docs-search-form button:hover {
    background: #5757ec;

}

/* Popular docs */
.flywp_popular_docs_wrap {
    display: flex;
    column-gap: 20px;
    flex-flow: row wrap;
}

@media (max-width: 767px) {
    .flywp_popular_docs_wrap {
        display: block;
    }

    .flywp_popular_docs_wrap .single-popular-item[class]{
        flex-flow: initial;

    }
    
}

.flywp_popular_docs_wrap .single-popular-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
    flex-basis: 32%;
    max-width: 100%;
    flex-flow: row wrap;

}

.flywp_popular_docs_wrap .single-popular-item svg {
    width: 21px;
}

.flywp_popular_docs_wrap .single-popular-item a {
    color: #374151;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    flex-basis: 89%;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
    line-clamp: 1; 
   -webkit-box-orient: vertical;

}

.flywp_popular_docs_wrap .single-popular-item a:hover {
    color: #6A6AFF;

}

.flywp_docs_support_form label {
    color: #374151;
}

.flywp_docs_support_form button[type="submit"] {
    background: #6A6AFF !important;
    border-radius: 60px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 15px 32px;

}

.flywp_docs_support_form button[type="submit"]:hover {
    background: #5252e8 !important;
    opacity: 1 !important;
    
}

.flywp_docs_support_form input, .flywp_docs_support_form textarea {
    background: #fff !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 6px !important;

}