/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.form-control.lg-textbox {
    height: 50px;
}

#wkFAQcontent .text-center {
    text-align: center !important;
}

#wkFAQcontent .pd0 {
    padding: 0 !important;
}

[name="submitFAQForm"] .material-icons {
    margin-right: 0rem !important;
}
.wk_referesh .material-icons{
    margin-right: 0rem !important;
}



/* .ul-discstyle ul,
.ul-discstyle li {
    margin: 0;
    padding: 0;
} */


/*
.ul-discstyle {
    list-style: disc !important;
} */

ul.pager {
    float: right;
}

ul.pager li {
    display: inline !important;
}

h3[id^="ui-accordion-wkFAQTab"],
h3[id^="ui-accordion-faq_detail_div"] {
    background: #24b9d7 !important;
    color: white !important;
}

#faq_details {
    color: #24b9d7;
}

#wkFAQcontent .card {
    padding-bottom: 25px !important;
}

.serch_area .input-group .input-group-btn>.btn {
    padding: 0.65em 1rem !important;
    height: 50px;
}

.ul-discstyle li a {
    font-size: .9rem !important;
}

.faq-block {
    background: white;
}

.faq-block a {
    font-size: 14px;
}

.ul-discstyle a,
.faq-block a {
    color: #575757;
}

.ul-discstyle a:hover,
.faq-block a:hover {
    color: #24b9d7;
}

.wkFAQcontent .card h3,
.wkFAQcontent .card h3 a {
    font-size: 15px;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 400;
}

.faq-block .wktitle {
    padding-top: 20px;
}

.noFAQAvailable {
    padding: 20px;
    background: white;
}

.wkcontent {
    border: 1px solid #9c9c9c !important;
    padding: 10px 10px 0;
    margin: 10px 5px;
}

.collapsible {
    background-color: #fff;
    color: #7a7a7a;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: 1px solid #e8e4e4;
    border-bottom: none;
}

.collapsible:after {
    content: '\002B';
    color: #7a7a7a;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
    border: 1px solid #e8e4e4;
    border-top: none;
    margin-bottom: 5px;
}