﻿#customerFeedbackSection {
    margin: -70px 70px 30px 70px;
    border: solid 2px #EAEAEA !important;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    padding-top: 50px;
    padding-bottom: 50px;
}

.hide {
    display: none;
}

#contactUsSection .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #242526;
    padding-left: 5px;
}

#contactUsSection .card {
    border: none !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

#contactUsSection .accordion-body, .accordion-title, .accordion-title:hover {
    background-color: #FFF !important;
}

#contactUsSection .contactInfoText {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    padding-left: 5px;
}

#contactUsSection .contactInfoSubText {
    font-weight: 500;
}

#contactUsSection .k-input, .k-picker, .k-input-button {
    height: 50px;
    border-radius: 5px;
    background-color: #EAEAEA;
}

#contactUsSection .k-input-md .k-input-inner {
    border-radius: 5px;
    z-index: 1;
}

#contactUsSection .k-i-check {
    color: green !important;
}

#contactUsSection .k-input-md .k-input-button {
    background-color: #EAEAEA;
}

#contactUsSection .k-label {
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #00205b;
}

.requiredField::after {
    content: "*";
    color: red;
}

#contactUsSection .k-button-text {
    color: #FFFFFF;
}

#contactUsSection .textarea.k-input-inner, .k-picker-solid {
    background-color: #EAEAEA !important;
}

#contactUsSection .k-textarea {
    height: 150px;
    background-color: #EAEAEA;
}

#contactUsSection .invalid-feedback {
    display: block;
}

#contactUsSection .fullLine {
    border: solid 1px #d3d3d3;
    margin: 20px -50px 20px -50px;
}

#contactUsSection .wordCount {
    text-align: end;
    width: 100%;
    font-size: 12px;
    line-height: 2;
    color: #6d7278;
}

#customerFeedbackSection .k-dialog {
    width: 750px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

#customerFeedbackSection .k-window-content {
    padding: 25px;
}

#customerFeedbackSection .titleBar {
    height: 30px;
}

#customerFeedbackSection .closeIcon {
    font-size: 30px;
}
#customerFeedbackSection .closeIcon:hover {
    cursor: pointer;
}

#customerFeedbackSection .successIcon {
    font-size: 90px;
    color: green;
}

#customerFeedbackSection .messageSentText {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #606060;
    padding-bottom: 20px;
}

#customerFeedbackSection .messageText {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #242526;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
}

#customerFeedbackSection .messageSubText {
    font-size: var(--default-font-size);
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #242526;
    padding-left: 40px;
}

#customerFeedbackSection .dialogFooter {
    font-size: var(--default-font-size);
    background-color: #EAEAEA;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #242526;
    padding: 20px 20px 20px 40px;
}

@media (max-width: 450px) {
    #customerFeedbackSection {
        margin: 50px 5px 30px 5px;
    }

        #customerFeedbackSection .container {
            padding-left: 0;
            padding-right: 0;
        }

    #contactUsSection .fullLine {
        margin: 20px -12px 20px -12px;
    }

    #contactUsSection .k-label {
        font-size: 12px;
    }

    #customerFeedbackSection .k-dialog {
        width: 100%;
    }

    #customerFeedbackSection .k-window-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    #customerFeedbackSection h2 {
        text-align: center !important;
    }

    #customerFeedbackSection .messageText, #customerFeedbackSection .dialogFooter, #customerFeedbackSection .messageSubText {
        padding-left: 20px;
    }
}
