
.qa {
    font-size: 1.0em;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    color: #1D3653 !important;
}

    .qa h1, .qa h2, .qa h3, .qa h4, .qa h5, .qa h6 {
        color: #1D3653 !important;
    }

    .qa h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .qa a {
        color: #1D3653 !important;
    }
    
    .qa a:hover {
        color: #1D3653 !important;
        text-decoration: underline;
    }

    .qa input, .qa textarea {
        border: 1px solid #dddddd;
        line-height: 15px;
        display: block;
        margin: 5px;
        padding: 10px 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .qa li {
        display: list-item;
    }

    .qa .collapse {
        display: none;
    }

        .qa .collapse.in {
            display: block;
        }

.qaQuestion {
    display: block;
    position: relative;
    float: left;
    padding: 20px;
    width: 100%;
}

.qaNoteDetails {
    margin-bottom: 15px;
}


.qaQuestions.qa h3 {
    width: 100%;
}

.qa input:focus, .qa textarea:focus {
    outline: 0;
    border-color: #1D3653;
}

.qa textarea {
    min-height: 120px;
    font-family: inherit;
    margin-bottom: 10px;
}

.qaQuestions textarea {
    margin-left: 20%;
    width: 80%
}

.qaValError {
    border: 1px solid red;
    padding: 2px 14px;
    margin: 10px;
    font-size: 8px;
    background-color: #ffeae8;
    display: inline-block;
}

.qaBar {
    border: 1px solid green;
    border-radius: 2px;
    height: 4px;
    width: 95%;
    margin: 10px auto 10px auto;
    overflow: hidden;
}

    .qaBar > div:first-child {
        border-radius: 2px;
        background-color: forestgreen;
        box-sizing: border-box;
        width: 0%;
        height: 100%;
    }

.qaLabel {
    font-weight: bold;
    font-size: 18px;
}

.qaError {
    background-color: #ff6a20;
    color: white;
}

.qaQuestions ul {
    padding: 0px;
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
}
    .qaQuestionCard > li {
        position: relative;
        float: left;
        width: 100%;
        display: block;
        border: 1px solid #e6e6e6;
        border-radius: 16px;
        padding: 30px 30px 8px 30px;
    }

    .qaQuestions ul > li {
        list-style-type: none;
        background-color: white;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.qaInfoAnswer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.qaAnswerFooter {
    padding-left: 120px;
}


.qaAnswers > li {
    list-style-type: none;
    margin-bottom: 10px;
}

.qaAnswers .col-lg-12 {
    padding: 0;
}

.qaThanks {
    padding: 15px;
    margin-top: 10px;
    background-color: #DCEDC8;
    color: #2E7D32;
    display: none;
}

.qaQuestionLabel,
.qaAnswerLabel {
    width: 120px;
}

.qaAction,
.qaQuestionLabel,
.qaAnswerLabel,
.qaQuestionText,
.qaQuestionFrom,
.qaAnswerText,
.qaAnswerFrom {
    font-size: 16px;
}

.qaQuestionLabel {
    float: left;
    font-weight: bold;
}

    .qaQuestionLabel:after, .qaAnswerLabel:after {
        content: ':';
    }

.qaAnswerLabel {
    position: relative;
    float: left;
    font-weight: bold;
}

.qaQuestions > ul > li > div.qaAnswerLabel {
    display: none;
}

div.qaQuestionLabel.upper {
    display: none !important;
}

.qaCustomer {
    margin-right: 10px;
}

.qaQuestionText {
    padding-bottom: 5px;
    color: #1D3653 !important;
    font-weight: 600;
}

.qaQuestionFrom {
    padding: 5px 0px;
    display: inline-block;
    margin-bottom: 15px;
}

    .qaQuestionFrom span:first-child, .qaAnswerFrom span:first-child {
        font-weight: bold;
    margin-left: 120px;}

.qaQuestions ul li > .qaAnswer {
    display: none;
}

.qaAnswers {
    padding: 0px;
    margin: 0px;
}


.qaAnswerText {
    order: 3;
    position: relative;
    padding-bottom: 10px;
    float: left;
}

div.qaAnswerFrom {
    order: 4;
    flex: 1 0 100%;
}

    div.qaAnswerFrom:after {
        content: '';
        display: block;
        border-bottom: 1px solid #e6e6e6;
        margin: 12px 0 10px 0;
    }

.qaAnswerFrom div {
    margin-right: 8px;
}

.qaAnswerVerified {
    font-size: 7px;
    margin-bottom: 5px;
    color: #2a6516;
    font-weight: bold;
}

.qaAction {
    position: relative;
    border: 1px solid;
    background: #F5F5F5;
    color: #796868;
    font-weight: bold;
    text-decoration: none;
    order: 5;
    display: inline-block;
    padding: 12px 30px;
    /* font-weight: 600; */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    margin: 10px auto;
}

.qaQuestions ul li .qaAction {
    margin: 10px 0;
}

@media(min-width: 800px) {

    .qaQuestionFrom, div.qaAnswerFrom {
        /* padding-left: 120px; */
    }
}

.qaAction:hover {
    background-color: #FAFAFA
}

.qaAction.qaLoading {
    font-style: italic;
    opacity: 0.3;
    cursor: default;
}

.qaAction.qaError {
    text-decoration: line-through;
}

.qaAction.qaAccept {
    background-color: #f4c15c;
    border-color: #f4c15c;
    color: #1D3653;
    display: block;
    margin: 10px auto;
}


.qaAction.qaModalOn {
    background-color: #f4c15c;
    border-color: #f4c15c;
    color: #1D3653;
}

.qaAlert {
    border: 2px solid salmon;
    color: darkred;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 10px;
    display: none;
}


.qaAdmin .qaFilter {
    border-bottom: 1px solid lightgray;
    padding: 10px;
}

    .qaAdmin .qaFilter span {
        font-weight: bold;
        margin-right: 10px;
    }

    .qaAdmin .qaFilter select {
        font-style: italic;
        border-width: 0px;
        padding: 3px 15px;
    }

        .qaAdmin .qaFilter select:hover {
            background-color: lightgray;
        }

.qaAdmin li.qaApproved {
    background-color: white;
}

li.qaFromMerchant, .qaAdmin li.qaFromMerchant.qaApproved {
    background-color: #DDD;
    font-size: 11px;
    border-width: 0px;
}

.qaAdmin .qaAnswers li:not(.qaApproved), .qaAdmin .qaQuestions ul > li:not(.qaApproved) {
    background-color: #FFF59D;
}

.qaAdmin .qaAnswers li.qaInManagement:not(.qaApproved), .qaAdmin .qaQuestions ul > li.qaInManagement:not(.qaApproved) {
    background-color: lightgoldenrodyellow;
}


.qaAdmin .qaQuestions .qaQuestion {
    padding: 10px;
    margin-left: 100px;
    margin-bottom: 10px;
}

.qaAdmin .qaQuestionText, .qaAdmin .qaQuestionFrom {
    padding-left: 16px;
}

.qaAdmin .qaQuestions ul:first-child > li {
    padding-bottom: 45px;
}

.qaAdmin .qaAction {
    display: none;
    float: right;
    font-size: small;
}

.qaAdmin .qaSearch {
    display: inline;
    width: 200px;
}

.qaAdmin .qaQuestionManagement {
    float: right;
    clear: right;
}

    .qaAdmin .qaQuestionManagement select {
        margin-top: 4px;
    }

.qaAdmin .qaQuestionOffice {
    float: left;
    clear: left;
    margin: 4px;
}

/* Modal popup */

/*.modal-open .page-wrapper {
    filter: none !important;
}*/

.qaQuestion .qaModal-content {
    border-radius: 16px;
    padding: 30px 60px;
}

    .qaQuestion .qaModal-content .modal-header {
        background: transparent !important;
    }

.qaQuestion .modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
    display: block !important;
}

    .qaQuestion .modal-header .close {
        margin-top: 0 !important;
    }

/* Expandable */

.qaQuestion .qaNote {
    display: block;
    margin: 20px 0;
}

.qaQuestion .qaNote {
    font-size: 18px;
}

.qaQuestion a.qaNote[aria-expanded='false'] > .qaArrow.bi::before {
    display: inline-block;
    content: " ";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.qaQuestion a.qaNote[aria-expanded='true'] > .qaArrow.bi {
    display: inline-block;
    content: " ";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.qaQuestion ul {
    list-style: disc !important;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: disc !important;
}

/* img Profile */

.qaQuestionProfile,
.qaAnswerProfile {
    display: none;
}

.qaModal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0px;
}

.qaFade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.qaFade.in {
    opacity: 1;
}

.qaModal.qaFade .qaModal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

@media (min-width: 768px) {
    .qaModal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .qaModal-content {
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }
}

@media (min-width: 992px) {
    .qaModal-lg {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .qaModal-lg {
        width: 1140px;
    }
}

.qaModal.in .qaModal-dialog {
    transform: translate(0px, 0px);
}

.qaModal-dialog {
    /* position: relative; */
    /* width: auto; */
    /* margin: 10px; */
}

    .qaModal-content {
        position: relative;
        background-color: rgb(255, 255, 255);
        background-clip: padding-box;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.2);
        border-image: initial;
        border-radius: 6px;
        outline: 0px;
    }

    .qaModal-body {
        position: relative;
        padding: 15px;
    }

    .qaModal-open qaModal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .qaCollapse {
        display: none;
    }

        .qaCollapse.in {
            display: block;
        }

    .qaClose {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        font-size: 28px;
        font-weight: normal;
        opacity: 0.4;
        float: right;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
    }

    .qaModal-backdrop {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000;
        filter: alpha(opacity=50);
        opacity: .5;
    }

.qaModalOn {
    float: right;
    margin: 21px;
}

.qaMerchantName {
    display: none;
   
}

.qaFromMerchant .qaMerchantName {
    color: #f4c15c;
    font-weight: bold;
    display: inline;
    margin: 10px;
}

