﻿/*QUESTION BUTTONS*/
.lpc_card {
    border: none !important;
}

.lpc_card__text {
    background-color: #00698c !important;
    color: #fff !important;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    margin-bottom: 8px !important;
    padding: 10px !important;
}

.lpc_card__button {
    border: none !important;
    position: relative;
}

    .lpc_card__button > button {
        background-color: #f0f0f0 !important;
        color: #00698c !important;
        border-radius: 12px !important;
        border-top-left-radius: 0 !important;
        margin-bottom: 0.5rem !important;
        text-decoration: underline !important;
        transition: all 0.2s ease-in;
        padding: 10px 20px !important;
    }

    .lpc_card__button:last-child > button {
        margin-bottom: 0 !important;
    }

    .lpc_card__button > button:hover,
    .lpc_card__button > button:focus {
        background-color: #ccc !important;
        color: #4d4d4d !important;
        text-decoration: none !important;
    }

/*QUESTIONS GENERAL*/
.lpc_card__text a,
.lpc_message__text a {
    color: #cceaf4 !important;
    text-decoration: underline !important;
}

    .lpc_card__text a:hover,
    .lpc_card__text a:focus,
    .lpc_message__text a:hover,
    .lpc_message__text a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }

/*OTHER BUTTONS*/
.lpc_confirmation-dialog__confirm-button,
.lpc_confirmation-dialog__cancel-button,
.lpc_survey-area__previous-button,
.lpc_survey-area__cancel-button,
.lpc_survey-area__next-button,
.lpc_survey-area__submit-button,
.lpc_survey-area__close-button {
    border-radius: 30px !important;
    border: 2px solid #e62419 !important;
}

.lpc_confirmation-dialog__confirm-button,
.lpc_survey-area__next-button,
.lpc_survey-area__submit-button,
.lpc_survey-area__close-button {
    background-color: #e62419 !important;
    color: #fff !important;
}

.lpc_confirmation-dialog__cancel-button,
.lpc_survey-area__previous-button,
.lpc_survey-area__cancel-button {
    background-color: #fff !important;
    color: #333 !important;
    font-weight: bold !important;
}

/*TEXT*/
.lpc_survey-area__disclaimer {
    text-align: left !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.lpc_composer__text-area::placeholder {
    font-style: normal !important;
    color: #333 !important;
}

.lpc_message-area__timestamp_date {
    font-size: 14px !important;
}


.lpc_composer .lp_bottom_area {
    background-color: #f9f9f9 !important;
    border-top-color: #666 !important;
}

.lpc_message .lpc_message__text {
    text-align: left !important;
}

.lp_chat_line_wrapper.lp_system,
.lp_chat_line_wrapper.lp_system .lp_time {
    text-align: left !important;
}

/*BACKGROUND*/
.lp_desktop .lp-window-root > .lp_maximized,
.lp_tablet .lp-window-root > .lp_maximized,
.lp_mobile .lp-window-root > .lp_maximized {
    opacity: 1 !important;
}

/*Tablet ONLY*/
.lp_tablet .lp_chat_line_wrapper .lp_rich_content_line .lp_title_text .lp-json-pollock .lp-json-pollock-layout {
    max-width: 350px !important;
}

.lp_tablet .lp_chat_line_wrapper .lp_new_chat_line .lp_title_text,
.lp_tablet .lp_chat_line_wrapper.lp_system .lp_chat_line .lp_title_text,
.lp_tablet .lpc_card__text,
.lp_tablet .lpc_card__button {
    font-size: 16px !important;
    line-height: 24px !important;
}

.lp_tablet .lp_chat_line_wrapper.lp_system {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

    /*Dropdown -- Logo*/
    .lp_tablet .lp_main .lp_main_area .lp_top_menu .lp_top_logo_bar {height:40px;}

/*Tablet & Mobile ONLY*/
.lp_tablet .lp_chat_line_wrapper .lp_chat_line .lp_title_text,
.lp_mobile .lp_chat_line_wrapper .lp_chat_line .lp_title_text {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*Desktop & Mobile ONLY*/
.lp_mobile .lp_chat_line_wrapper .lp_new_chat_line .lp_title_text,
.lp_mobile .lp_chat_line_wrapper.lp_system .lp_chat_line .lp_title_text,
.lp_mobile .lpc_card__text,
.lp_desktop .lp_chat_line_wrapper .lp_new_chat_line .lp_title_text,
.lp_desktop .lp_chat_line_wrapper.lp_system .lp_chat_line .lp_title_text,
.lp_desktop .lpc_card__text {
    font-size: 14px !important;
    line-height: 20px !important;
}
