/* ===== Contact Page CSS Begin ===== */

/* Contact Tabs CSS */
.contact-page-tabs-headings>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-page-tabs-headings>div>ul::after {
    display: none;
}

@media screen and (max-width: 600px) {
    .contact-page-tabs-headings>div>ul li {
        flex: 1;
    }

    .contact-page-tabs-headings>div>ul {
        gap: 10px;
    }
}

/* Contact Us Cards CSS */
.sft-contact-page-contact-us-card .vc_column-inner .wpb_wrapper .iwithtext {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #e9e9e9;
}

.sft-contact-page-contact-us-card .iwithtext {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.sft-contact-page-contact-us-card .iwithtext .iwt-icon {
    position: relative !important;
}

.sft-contact-page-contact-us-card .iwithtext .iwt-icon img {
    margin: 0px !important;
}

.sft-contact-page-contact-us-card .iwithtext .iwt-text {
    padding-left: 0px !important;
}

.sft-contact-page-contact-us-card .iwithtext .iwt-text h3.sft-content-heading {
    margin-bottom: -5px;
}

.sft-contact-page-contact-us-card .iwithtext .iwt-text a {
    color: #333 !important;
}

.sft-contact-page-contact-us-card .iwithtext .iwt-text a:hover {
    color: #1EBDA5 !important;
}

@media screen and (max-width: 720px) {
    .sft-contact-page-contact-us-card .iwithtext {
        flex-direction: column;
        text-align: center;
    }
}

/* Product Support Form Disclamer */
#tab-product-support .credentials-disclaimer {
    margin: 5px 30px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    color: #b8860b;
    background: #ffffe0;
    border: 1px solid #deb887;
}

#tab-product-support .credentials-disclaimer ul {
    margin-bottom: 0;
}

#tab-product-support .credentials-disclaimer li {
    font-size: 14px !important;
}

/* Contact Page Radio Button CSS */
.contact-form-services .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    color: #43414e;
}

@media screen and (max-width: 690px) {
    .contact-form-services .wpcf7-form-control.wpcf7-radio {
        display: flex;
        flex-direction: column;
    }

    .contact-form-services .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        margin: 0px !important;
    }
}

.contact-form-services .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 2px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    cursor: pointer;
}

.contact-form-services .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked {
    background-color: #41c7b2;
}

/* Contact Page - Pre Sales Enquiry */
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.select-product {
    font-size: 16px;
}

/* ===== Contact Page CSS Ends ===== */

/* ===== CF7 - Contact Form 7 CSS Begin ===== */

@media screen and (min-width: 999px) {
    /* Reducing Service Form Width for Desktop Devices */
    .service_bottom_cf {
        width: 75% !important;
        margin: auto !important;
    }

    /* Adjusting Padding for Desktop Devices */
    .wpcf7-form .nectar-wpcf7-inline-form {
        padding-top: 0px !important;
        padding-bottom: 27px !important;
    }
}

/* Removing Unnecessary Padding */
.wpcf7-form .nectar-wpcf7-inline-form {
    padding-top: 0px !important;
}

/* Aligning the Form Labels to Left */
.wpcf7-form .contact-form-services p {
    text-align: left;
}

/* Form Input Fields */
.wpcf7-form input:not([type='radio']), .wpcf7-form textarea {
    padding: 10px 5px !important;
    font-size: 16px !important;
}

/* Form Textarea Height */
.wpcf7-form textarea {
    /* max-height: 100px !important; */
    line-height: 1.3;
    resize: vertical;
}

.nectar-wpcf7-inline-field.sft-contact-form-phonefield input.wpcf7-phonetext{
    padding-left: 60px !important;
}

.nectar-wpcf7-inline-field.sft-contact-form-phonefield .flag-container .selected-flag{
    width: 50px !important;
}

.nectar-wpcf7-inline-field.sft-contact-form-phonefield .flag-container .selected-dial-code{
    display: none;
}

/* Form Submit Button Full Width */
.container-wrap input[type=submit].wpcf7-form-control {
    width: 100% !important;
}

/* Required Field Star */
.wpcf7-form p span.required {
    color: #c02b0a !important;
}

/* Form Data Invalid - Field is Required */
.wpcf7-form .wpcf7-not-valid-tip {
    color: #c02b0a !important;
    font-size: 12px;
    box-shadow: none !important;
}

/* Removing Margin From Privacy Policy Line */
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0px !important;
}

/* Modifing Privacy Policy Font Size */
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    font-size: 14px !important;
}

/* Removing Unnecessary BR tag */
.wpcf7-form .contact-form-services br {
    display: none;
}

/* Hiding the Spinner Icon */
.wpcf7-form p .wpcf7-spinner {
    display: none !important;
}

/* Adjusting Error Response Message */
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    color: red;
    font-size: 14px;
}

/* ===== CF7 - Contact Form 7 CSS Ends ===== */

/* ===== Support Candy Plugin CSS Begin ===== */

#wpsc-container .wpsc-shortcode-container .wpsc-body {
    padding: 20px !important;
}

@media screen and (max-width: 540px) {
    #wpsc-container .wpsc-shortcode-container .wpsc-body {
        padding: 10px !important;
    }
}

.wpsc-tff.term-and-conditions .checkbox-container label span,
.wpsc-tff.term-and-conditions .checkbox-container label a {
    font-size: 12px !important;
}

/* Contact Page - Product Support Input Fields */
div#wpsc-container form.wpsc-create-ticket input,
div#wpsc-container form.wpsc-create-ticket textarea {
    padding: 20px 10px;
    font-size: 16px !important;
    border: none !important;
}

/* Hiding Form Labels Extra Info */
div#wpsc-container .wpsc-tff .extra-info {
    display: none;
}

/* Adjusting the Select Field with Text Fields */
div#wpsc-container .wpsc-tff.category .select2-selection.select2-selection--single,
div#wpsc-container .wpsc-tff.cust_25 .select2-selection.select2-selection--single {
    padding: 4px 2px;
    height: 40px !important;
    font-size: 16px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
}

/* Adjusting the Dropdown Arrow Icon */
div#wpsc-container .wpsc-tff.category .select2-selection--single .select2-selection__arrow,
div#wpsc-container .wpsc-tff.cust_25 .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

/* Select Field Text Line Height */
div#wpsc-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

/* Select Field Selection Hover and Selected Color */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #1fbda5 !important;
}

/* Contact Page - Form Label Text */
.wpsc-tff .wpsc-tff-label, .wpsc-tff .name {
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-size: clamp(16px, 2vw, 18px) !important;
}

/* Input Field Font Weight */
.wpsc-tff input[type="text"].name {
    font-weight: normal !important;
}

/* Button size of Submit, Reset Form, Apply */
#wpsc-container .wpsc-button.normal {
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    min-width: 130px;
}

/* Form Submit, Reset Buttons, Loader Section */
#wpsc-container .submit-container.wpsc-ct-actions {
    display: flex;
    align-items: center;
}

/* Adjusting the Form Loader Sign - Beside Reset Button */
#wpsc-container .wpsc-ct-loader img {
    margin: 0px !important;
    width: 25px;
    height: 25px;
}

/* Adjusting Checkbox and Privacy Policy Content */
#wpsc-container .checkbox-container label {
    display: flex;
    align-items: center;
}

/* Adjusting the Checkbox Tick Sign */
#wpsc-container .checkbox-container input:checked + label:after {
    top: 4px;
    left: 5px;
}

/* === My Account Page CSS === */

/* Padding for Tab Support Form */
div#tab-support-tickets .wpsc-body {
    padding: 30px 15px;
}

/* Navigation Labels */
.wpsc-tickets-nav label {
    font-weight: 100 !important;
    font-size: 18px !important;
}

/* Ticket List - Content */
.thread-text p {
    font-size: 16px !important;
}

/* Status Tags */
.wpsc-tag {
    font-size: 14px !important;
    line-height: 20px !important;
}

/* Single Thread */
.wpsc-thread {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

/* Thread Generated by User - Customer */
.wpsc-thread.reply.customer {
    border-left: outset burlywood;
}

/* Thread Generated by System */
.wpsc-thread.log {
    border-left: outset #cccccc;
}

/* Thread Generated by Admin - Agent */
.wpsc-thread.reply.agent {
    border-left: outset #1fbda5;
}

/* Adjusting User Name, Status and Time of Reply for Each Thread */
.wpsc-thread .user-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Thread Created Time */
.wpsc-thread .thread-time {
    font-size: 12px;
}

/* Thread User Name */
.wpsc-thread .user-info h2 {
    font-size: 16px;
}

/* Single Thread Action Icons Alignment */
.wpsc-thread .thread-header .actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

/* Single Thread - Sidebar Widgets */
.wpsc-it-body .wpsc-it-widget {
    box-shadow: 0px 0px 2px #8b8b8b;
    border-radius: 5px 5px 0px 0px;
    overflow: auto;
}

/* ===== Support Candy Plugin CSS Ends ===== */