/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 div#main {
    margin-top: 11px;
    padding: 0 17px;
}

div#main * {
    cursor: pointer;
    /* display: flex; */
}

/*Default CSS*/
.ays-faq-default {
    background-color: #f0f0f06e;
    max-width: 100%;
}

.ays-faq-default hr {
    margin: 5px 0 !important;
    height: 1px !important;
    max-width: 100% !important;
}

.ays-title-default {
    font-size: 25px;
    text-align: center;
}

.ays-description-default {
    font-size: 23px;
    text-align: center;
}

div.ays-border-default:not(:last-child) {
    margin-bottom: 5px;
}

.ays-question-default {
    padding: 9px;
}

.ays-main .ays-border-default:nth-of-type(odd) .ays-question-default {
    background-color: #dfdddd;
}

.ays-main .ays-border-default:nth-of-type(even) .ays-question-default {
    background-color: #EEEEEE;
}

.ays-question-default .ays-sub-question {
    display: flex;
    justify-content: space-between;
}

.ays-question-default .ays-sub-question::after {
    font-family: FontAwesome;
    content: "\f078";
}

.ays-question-default .ays-sub-question.opened-default::after {
    font-family: FontAwesome;
    content: "\f077";
}

.ays-answer-default {
    /* display: none; */
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 11px;
    transition: all 1s ease;
}

.ays-answer-open-default {
    max-height: max-content;
    padding: 11px;
    transition: all 0.3s ease;
    /* display: block; */
}

.ays-answer-default .ays_modal_element, .ays-answer-open-default .ays_modal_element {
    font-size: 16px;
    text-align: justify;
    white-space: pre-wrap !important;
}

.ays-question-default .ays-sub-question .ays_faq_label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.ays-question-default .ays-sub-question .ays_faq_label:hover {
    color: #7EB1D3;
}

/*PlusMinus CSS*/
.ays-faq-plusminus {
    box-sizing: border-box;
    border: 1px solid #F8CFCB;
    max-width: 100%;
}

.ays-title-plusminus {
    background-color: #F8CFCB;
    padding-left: 10px;
    color: white;
    font-weight: bold;
}

.ays-description-plusminus {
    text-align: center;
    background-color: #F3F3F5;
    padding: 15px;
    color: #747373;
}

.ays-border-plusminus:not(:last-child) {
    margin-bottom: 7px;
}

.ays-question-plusminus {
    color: #747373;
}

.ays-question-plusminus-opened, .ays-question-plusminus-opened label {
    color: #db8e87 !important;
}

.ays-question-plusminus .ays-sub-question::before {
    font-family: FontAwesome;
    content: "\f055";
}

.ays-question-plusminus .ays-sub-question.opened-plusminus::before {
    font-family: FontAwesome;
    content: "\f056";
}

.ays-sub-question .ays_faq_label {
    display: inline;
}

.ays-answer-plusminus {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 11px;
    transition: all 1s ease;
    /* display: none; */
}

.ays-answer-open-plusminus {
    max-height: max-content;
    padding: 11px;
    transition: all 0.3s ease;
}

.ays-answer-plusminus .ays_modal_element, .ays-answer-open-plusminus .ays_modal_element {
    text-align: justify;
    font-size: 16px;
    white-space: pre-wrap !important;
}

/*For all reasons*/
.ays-description img {
    display: inline !important;
} 

.ays-description blockquote{
    margin-left: 0px !important;
}

.ays-faq {
    margin: 10px;
    padding-bottom: 15px;
}

.ays-faq * {
    font-family: Merriweather, Georgia, serif !important;
    text-transform: unset !important;
}

.ays-title {
    font-size: 21px;
    font-weight: bold;
}

.ays-description div, .ays-description p {
    font-size: 16px;
    font-weight: bold;
}

.ays-question {
    font-size: 18px;
}

.ays-answer {
    font-size: 16px;
}

.ays-description {
    padding-left: 10px;
}
