/**
 * copy righy by https://wpdone.ir/
 */

.wpdone_faq{
    padding: 0;
    margin: 0;
}

.wpdone_faq *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: faq, tahoma;
}


#wpdone_faq{
    margin: auto;
    background: #ffffff;
}

#wpdone_faq *{
   box-sizing: border-box;
   outline: none;
   
}

#wpdone_faq.is_content *{
    font-family: inherit;
}


input, textarea, button, select, a, div {
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

img{
    max-width: 100%;
}

a, #wpdone_faq a{
    text-decoration: none;
    color: inherit;
    -webkit-user-drag: none;
}

.clearfix{
    display: block;
    clear: both
}

.clear::after{
    content: '';
    display: block;
    clear: both
}

body{
    background: #ffffff;
    color: #000000;
}

body.dark, .dark #wpdone_faq, .nightmod #wpdone_faq{
    background: #1b1b1b;
}

.dark #wpdone_faq_header, .dark #wpdone_faq_ask_submit,
.nightmod #wpdone_faq_header, .nightmod #wpdone_faq_ask_submit{
    background-color: #272727 !important;
}

.wpdone_faq_container{
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.wpdone_faq_container.no_category #wpdone_faq_content_category{
    display: none !important;
}

#wpdone_faq_header_nav{
    padding-top: 20px;
}

#wpdone_faq_header_nav_logo{
    float: right;
    position: relative;
    width: 144px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.is_content #wpdone_faq_header_nav_logo{
    display: none !important;
}

#wpdone_faq_header_nav_logo h1 a{
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}

#wpdone_faq_header_nav_link{
    float: left;
}

#wpdone_faq_header_nav_link a{
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    padding: 6px 14px 5px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    height: auto;
    line-height: 24px;
    letter-spacing: .25px;
    margin-right: 3px;
}



#wpdone_faq_header_nav_link a:hover{
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.05);
}

#wpdone_faq_header_nav_link a.dark_mod_link{
    transition: none !important;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}


.dark_mod_btn{
    float: right;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 100%;
    margin-top: 8px;
    margin-left: 5px;
}

.dark .dark_mod_btn, .nightmod .dark_mod_btn{
    background: rgba(55, 255, 135, 0.66);
}

.dark .dark_mod_link, .nightmod .dark_mod_link{
    color: #5cd68d !important;
}

#wpdone_faq_header_find{
    padding-bottom: 50px;
}

#wpdone_faq_header_find_title{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding: 17px 0;
}

#wpdone_faq_header_find_searchbox{
    width: 560px;
    height: 56px;
    margin: auto;
    position: relative;
}

.dark #wpdone_faq_header_find_searchbox, .nightmod #wpdone_faq_header_find_searchbox{
    opacity: 0.7;
}

#wpdone_faq_header_find_searchbox #wpdone_faq_searchbox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0 25px;
    padding-left: 57px;
    box-shadow: 0 6px 14px 0 rgba(0,0,0,.1);
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

#wpdone_faq_header_find_searchbox #wpdone_faq_searchbox:focus{
    box-shadow: 0 6px 14px 0 rgba(0,0,0,.15);
}

#wpdone_faq_header_find_searchbox_icon{
    position: absolute;
    width: 24px;
    left: 20px;
    top: 16px;
    pointer-events: none;
}

#wpdone_faq_header_find_searchbox_loading{
    display: none;
    width: 17px;
    height: 17px;
    border: solid 2px #9c9c9c;
    border-top: solid 2px #ffffff;
    position: absolute;
    top: 18px;
    left: 23px;
    border-radius: 100%;
    animation: wpdone_faq_header_find_searchbox_loading 0.7s linear 0s infinite;
    
}

@keyframes wpdone_faq_header_find_searchbox_loading{
    from{transform: rotate(0deg);}
    to{transform: rotate(359deg);}
}


#wpdone_faq_content_container{
    display: table;
    width: 100%;
    min-height: 80vh;
}

#wpdone_faq_content_category, #wpdone_faq_content_questions{
    display: table-cell;
    vertical-align: top;
}

#wpdone_faq_content_category{
    width: 210px;
    border-left: solid 1px #ececec;
}

.dark #wpdone_faq_content_category, .nightmod #wpdone_faq_content_category{
    border-left: solid 1px #252525;
}

#wpdone_faq_content_category_items{
    padding: 30px 0;
}

.wpdone_faq_content_category_item.search_results{
    display: none;
}

#wpdone_faq_content_container.search_results .wpdone_faq_content_category_item.search_results{
    display: block;
}

.wpdone_faq_content_category_item{
    padding: 11px 15px;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    font-size: 15px;
    cursor: pointer;
    border-right: solid 3px transparent;
    color: #8c8a8a;
    font-weight: 400;
    margin: 4px 0;
    position: relative;
}

.wpdone_faq_content_category_item:hover{
    transition: all 0.2s ease;
}

.wpdone_faq_content_category_item.active h3 a{
    cursor: default;
}

.wpdone_faq_content_category_item h3{
    font-size: 0;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.wpdone_faq_content_category_item h3 a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wpdone_faq_content_category_item.active{
    cursor: default;
    border-top-color: #ececec;
    border-bottom-color: #ececec;
    margin-left: -1px;
    background: #ffffff;
    font-weight: 400;
    transition: none;
}

.dark .wpdone_faq_content_category_item.active, .nightmod .wpdone_faq_content_category_item.active{
    border-top-color: #252525;
    border-bottom-color: #252525;
    background: #1b1b1b;
}

#wpdone_faq_content_questions_items{
    padding: 30px 0;
    position: relative;
}

#wpdone_faq_content_questions_items.loading{
    user-select: none;
}

#wpdone_faq_content_questions_items.loading::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    animation: wpdone_faq_content_questions_items_loading 1.5s ease-in-out 0s infinite;
    z-index: 1;
}

.dark #wpdone_faq_content_questions_items.loading::after, .nightmod #wpdone_faq_content_questions_items.loading::after{
    background: #1b1b1b;
}

@keyframes wpdone_faq_content_questions_items_loading{
    0%, 100%{opacity: 0.8;}
    50%{opacity: 0.6;}
}

.wpdone_faq_content_questions_item{
    position: relative;
    margin: 0 16px;
    padding: 16px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.wpdone_faq_content_questions_item.open{
    background: #F5F5F5;
}

.dark .wpdone_faq_content_questions_item.open, .nightmod .wpdone_faq_content_questions_item.open{
    background: #111111;
}

.wpdone_faq_content_questions_item_icon{
    position: absolute;
    top: 16px;
    right: 17px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    transition: all 0.2s ease;
}

.wpdone_faq_content_questions_item.open .wpdone_faq_content_questions_item_icon{
    transform: rotate(-90deg);
}

.wpdone_faq_item_pin_icon{
    -moz-transform: rotate(388deg);
    -ms-transform: rotate(388deg);
    -webkit-transform: rotate(388deg);
    transform: rotate(388deg);
    float: right;
    margin: 4.5px 0 0 5px;
}

.wpdone_faq_item_pin_icon path{
    fill: #b6b6b6;
}

h2.wpdone_faq_content_questions_item_title{
    font-size: 16px;
    font-weight: 400;
    padding: 0 27px !important;
    margin: 0 !important;
    color: #555555;
    transition: all 0.2s ease;
    cursor: pointer;
    clear: unset !important;
}

.dark .wpdone_faq_content_questions_item_title, .nightmod .wpdone_faq_content_questions_item_title{
    color: #c2c2c2;
}

.wpdone_faq_content_questions_item_text{
    padding: 7px 27px 0;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.2s ease;
    opacity: 0;
    line-height: 10px;
    pointer-events: none;
    max-height: 10px;
    overflow: hidden;
}

.wpdone_faq_content_questions_item_text blockquote{
    margin: 7px 0;
    padding: 5px 11px;
    background: #fffcea;
    border-radius: 3px;
    border: solid 1px #fbf0a5;
    color: #636363;
    font-size: 13px;
    font-style: italic;
}

.wpdone_faq_content_questions_item_text a{
    display: inline-block;
}

.wpdone_faq_content_questions_item_text a:active{
    opacity: 0.8;
}

.wpdone_faq_content_questions_item_text ul, .wpdone_faq_content_questions_item_text ol{
    padding: 0;
    margin: 6px 27px;
    line-height: 24px;
}

.wpdone_faq_content_questions_item_text h2{
    font-weight: bold;
    font-size: 20px;
}

.wpdone_faq_content_questions_item_text h3{
    font-weight: bold;
    font-size: 18px;
}

.wpdone_faq_content_questions_item_text audio, .wpdone_faq_content_questions_item_text video{
    width: 100%;
    box-sizing: border-box;
}

.wpdone_faq_content_questions_item_text hr{
    height: 1px;
    border: none;
    background: rgba(128, 128, 128, 0.1);
    margin: 27px 0 0;
}

.wpdone_faq_content_questions_item_text hr.more{
    margin: 20px 0 0;
}

.wpdone_faq_content_questions_item.open .wpdone_faq_content_questions_item_text{
    opacity: 1;
    line-height: 28px;
    pointer-events: auto;
    max-height: 2000px;
}

.wpdone_faq_content_questions_item_ask_form{
    padding-top: 10px;
}

.wpdone_faq_content_questions_item_ask_form label{
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

#wpdone_faq_ask_email, #wpdone_faq_ask_text{
    width: 100%;
    display: block;
    margin-bottom: 13px;
    background: #ffffff;
    border: none;
    padding: 8px 11px;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #636363;
    transition: all 0.2s ease;
}

.dark #wpdone_faq_ask_email, .dark #wpdone_faq_ask_text,
.nightmod #wpdone_faq_ask_email, .nightmod #wpdone_faq_ask_text{
    opacity: 0.7;
}

#wpdone_faq_ask_email{
    direction: ltr;
    text-align: right;
}

#wpdone_faq_ask_email:focus, #wpdone_faq_ask_text:focus{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

#wpdone_faq_ask_email.error, #wpdone_faq_ask_text.error{
    box-shadow: 0 0px 3px 1px #ff5a5a;
}

#wpdone_faq_ask_text{
    height: 150px !important;
    resize: none !important;
}

#wpdone_faq_ask_submit{
    transition: all 0.2s ease;
    border: none;
    color: #ffffff;
    padding: 4px 16px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 4px;
    font-size: 15px;
}

#wpdone_faq_ask_submit:hover{
    opacity: 0.9;
}

#wpdone_faq_ask_submit:active{
    opacity: 0.8;
}

#wpdone_faq_ask_submit:disabled{
    opacity: 0.5;
    pointer-events: none;
}

.wpdone_faq_content_questions_item_ask_okmsg{
    color: #777777;
    border-right: solid 4px #77e27f;
    padding: 2px 14px;
    border-radius: 0;
    margin-bottom: 9px;
    cursor: default;
    font-size: 15px;
}

.wpdone_faq_content_questions_item_share{
    pointer-events: none;
    opacity: 0;
    float: left;
    height: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wpdone_faq_content_questions_item.open .wpdone_faq_content_questions_item_share{
    pointer-events: all;
    opacity: 1;
}

.wpdone_faq_content_questions_item_share svg path{
    fill: #b2b2b2;
    transition: all 0.2s ease;
}

.wpdone_faq_content_questions_item_share:hover > svg path{
    fill: #818181;
}

#wpdone_share_bg{
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

#wpdone_share_box{
    position: fixed;
    left: 50%;
    top: 50%;
    background: #ffffff;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    max-width: 510px;
    box-sizing: border-box;
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

#wpdone_share_box h2{
    font-size: 16px;
    padding: 11px !important;
    font-weight: bold;
    color: #525252;
    -webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 !important;
    clear: unset !important;
    padding-bottom: 14px !important;
}

#wpdone_share_box_close{
    float: right;
    margin: 12px  11px 11px 7px;
    cursor: pointer;
}

#wpdone_share_box_close path{
    fill: #cdcdcd;
}

#wpdone_share_box_content{
    padding: 0 11px 11px;
}

#wpdone_share_box_content_link{
    border: solid 1px #e3e3e3;
    border-radius: 25px;
    width: auto;
    /*max-width: 240px;*/
    direction: ltr;
    text-align: left;
    /*margin: auto;*/
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    background: #f7f7f7;
}

#wpdone_share_box_content_link:hover{
    background: #f1f1f1;
}

#wpdone_share_box_content_link_copy, #wpdone_share_box_content_link_check{
    float: left;
    margin-left: 13px;
    margin-top: 7px;
    margin-right: 5px;
}

#wpdone_share_box_content_link_str{
    font-size: 13px;
    font-weight: normal;
    color: #4c4c4c;
    display: block;
    padding: 8px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 6px;
    padding-right: 10px;
}

#wpdone_share_box_content_link_copy path, #wpdone_share_box_content_link_check path{
    fill: #a6a6a6;
}

#wpdone_share_box_content_link_check{
    display: none;
}

#wpdone_share_box_content_list{
    padding-bottom: 6px;
    text-align: center;
}

#wpdone_share_box_content_list a{
    display: inline-block;
    color: #ffffff;
    padding: 3px 12px;
    border-radius: 3px;
    position: relative;
    margin: 3px;
    height: 31px;
    vertical-align: top;
}

#wpdone_share_box_content_list a::after{
    content: '';
    opacity: 0;
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.2s ease;
    border-radius: 3px;
}

#wpdone_share_box_content_list a:hover::after{
    opacity: 0.1;
}

#wpdone_share_box_content_list svg{
    float: right;
    margin-top: 4px;
    
}

#wpdone_share_box_content_list svg path{
    fill: #ffffff;
}

#wpdone_share_box_content_list span{
    font-size: 14px;
    font-weight: normal;
    padding-right: 5px;
    display: inline-block;
}


.is_content .wpdone_faq_container{
    padding-bottom: 5px;
position: relative;
}

.is_content #wpdone_faq_header_nav_link{
    display: block;
text-align: center;
position: absolute;
bottom: 11px;
left: 0;
right: 0;
}

@media screen and (max-width: 885px){
    #wpdone_faq_header_nav_link{
        margin-left: 12px;
    }

    .ltr #wpdone_faq_header_nav_link{
        margin-left: 0;
        margin-right: 12px;
    }

    #wpdone_faq_header_nav_logo{
        margin-right: 12px;
    }

    .ltr #wpdone_faq_header_nav_logo{
        margin-right: 0;
        margin-left: 12px;
    }
/*}

@media screen and (max-width: 640px){*/
    #wpdone_faq_content_container.search_results .wpdone_faq_content_category_item.search_results{
        display: inline-block;
    }

    #wpdone_faq_content_container, #wpdone_faq_content_questions{
        display: block;
    }
    
    #wpdone_faq_content_category{
        display: block;
        width: 100%;
        margin: auto;
        border: none !important;
        padding: 3px 0;
        overflow-x: auto;
        overflow-y: hidden;
        height: 46px;
        white-space: nowrap;
    }
    
    #wpdone_faq_content_category::-webkit-scrollbar{
        width: 0 !important;
        display: none !important;
    }
      
    #wpdone_faq_content_category::-webkit-scrollbar-track{
        border-radius: 4px !important;
    }
    
    #wpdone_faq_content_category::-webkit-scrollbar-thumb{
        border-radius: 0 !important;
        background: transparent !important;
    }
    
    #wpdone_faq_content_category::-webkit-scrollbar-thumb{
        border-radius: 0 !important;
        background: transparent !important;
    }
    
    #wpdone_faq_content_category::-webkit-scrollbar-thumb:window-inactive{
        background: transparent !important;
    }
    
    #wpdone_faq_content_category_items{
        padding: 0;
    }
    
    #wpdone_faq_content_category_items::after{
        content: '';
        display: block;
        clear: both;
    }
    
    .wpdone_faq_content_category_item{
        float: none;
        display: inline-block;
    }
    
    .wpdone_faq_content_category_item{
        border: none;
        border-bottom: solid 3px transparent;
        margin: 0 !important;
        padding: 8px 12px 8px 10px;
    }
    
    .wpdone_faq_content_category_item.active{
        border: none;
        border-bottom: solid 3px transparent;
    }
    
    #wpdone_faq_content_questions_items{
        padding: 10px 0;
    }
    
    .wpdone_faq_content_questions_item{
        margin: 0 8px;
    }


    #wpdone_faq_header_find{
        padding-bottom: 30px;
    }

    #wpdone_faq_header_find_searchbox{
        width: 90%;
    }
/*}

@media screen and (max-width: 360px){*/
    #wpdone_faq_header_nav_link{
        display: none;
    }

    #wpdone_faq_header_nav_logo{
        float: none;
        margin: auto;
    }

    #wpdone_faq_header_find_title{
        font-size: 18px;
        padding: 9px 0;
    }

    #wpdone_faq_header_find_searchbox{
        height: 46px;
    }

    #wpdone_faq_header_find_searchbox #wpdone_faq_searchbox{
        font-size: 15px;
        padding: 0 18px;
    }

    #wpdone_faq_header_find_searchbox_icon{
        left: 14px;
        top: 11px;
    }

    #wpdone_faq_header_find_searchbox_loading{
        width: 15px;
        height: 15px;
        top: 14px;
        left: 16px;
    }

    .wpdone_faq_container, .is_content .wpdone_faq_container{
        padding-bottom: 27px;
    position: relative;
    }

    #wpdone_faq_header_nav_link{
        display: block;
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    }

    #wpdone_faq_header_nav_link a {
        font-size: 13px;
    }

    .dark_mod_btn {
        width: 7px;
        height: 7px;
        margin-top: 8px;
    }
}