﻿#imgQuestionPreview {
    max-width: 56px;
    max-height: 56px;
}

.nps-unlike {
    background-size: 48px;
    display: inline-block;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

    .nps-unlike:hover {
        background-size: 48px;
        display: inline-block;
        width: 56px;
        height: 56px;
    }

.nps-normal {
    background-size: 48px;
    display: inline-block;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

    .nps-normal:hover {
        background-size: 48px;
        display: inline-block;
        width: 56px;
        height: 56px;
    }

.nps-like {
    background-size: 48px;
    display: inline-block;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

    .nps-like:hover {
        background-size: 48px;
        display: inline-block;
        width: 56px;
        height: 56px;
    }

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.footer_nps {
    background-color: #fff !important;
    box-shadow: 1px 2px 20px 0 rgba(35,19,18,.05);
    text-align: center;
}

    .footer_nps.show {
        transform: translateY(0%);
        transition-delay: 1000ms;
        display: block;
    }

    .footer_nps.hide {
        display: none;
    }

    .footer_nps.font {
        color: #222;
        font-family: "Krungsri-Condensed-Bold";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 0;
    }

.nps_close {
    color: #222;
}

    .nps_close:hover {
        opacity: .5;
    }

    .nps_close:before, .nps_close:after {
        position: absolute;
        content: ' ';
        height: 24px;
        width: 2px;
        background-color: #5b5b5b;
    }

    .nps_close:before {
        transform: rotate(45deg);
    }

    .nps_close:after {
        transform: rotate(-45deg);
    }

.nps_content_thx {
    margin-top: 40px;
}

@media only screen and (min-width:768px) {
    .footer_nps {
        position: fixed;
        right: 30px;
        bottom: 0;
        width: 550px;
        height: 192px;
        z-index: 99999;
        display: none;
        padding: 0;
    }

    .nps_close {
        position: fixed;
        top: 8px;
        left: 90%;
        bottom: 160px;
    }

    .nps_content_qn {
        margin: 16px 30px;
    }

    .nps_question {
        margin-left: 8px;
        margin-top: 16px;
    }

    .nps_close:before, .nps_close:after {
        left: 30px;
    }
}

@media only screen and (max-width:767px) {
    .footer_nps {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 250px;
        padding: 0;
        z-index: 99999;
    }

    .nps_close {
        position: fixed;
        top: 8px;
        left: 90%;
        bottom: 160px;
    }

    .nps_content_qn {
        margin: 16px 52px;
    }

    .nps_question {
        margin-left: 8px;
        margin-top: 16px;
    }

    .nps_close:before, .nps_close:after {
        left: 10px;
    }
}

.nps_emotional_text {
    font-size: 16px;
    margin-bottom: 0;
}
