/**
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

/* Footer floating button for support */
.wk-wp-support-fixed {
    position: fixed;
    right: 24px;
    bottom: 50px;
    z-index: 99999;
    width: 330px;
}

.wk-wp-support-fixed-left {
    right: unset !important;
    left: 24px !important;
}

.wk-wp-support-fixed .wk-wp-btn {
    float: right;
    border-radius: 5px;
    background-color: rgb(28, 72, 234);
    border-color: rgb(28, 72, 234) !important;
    outline: none;
    font-size: 15px;
    color: #F1F1F1;
    margin-top: 5px;
}

.wk-wp-support-fixed .wk-wp-btn:active {
    outline: none !important;
}

.wk-wp-support-panel {
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    border: 0px !important;
    background: white;
}

.wk-panel-heading {
    background-color: rgb(28, 72, 234);
    color: white;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
}

.wk-whatsapp-icon-lg {
    width: 28px;
    vertical-align: middle;
    display: inline-block;
    outline: none;
}

.wk-close-icon-lg {
    width: 28px;
    background-position: -28px 0px;
    vertical-align: middle;
    display: inline-block;

}


/* -------------- */
.wk-qc-form {
    padding: 10px;
}

.wk-qc-form .wk-qc-submit {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    font-weight: 700;
    background-color: rgb(28, 72, 234);
    border: none;
    border-radius: 5px;
}

#wk-qc-submit:focus {
    outline: none;
}
#wk-qc-submit:hover {
    background-color: #2130f3;
}

.wk-qc-form input, .wk-qc-form textarea {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.wk-qc-form .form-control {
    background: none !important;
    padding: .5rem 0 !important;
    font-size: 15px !important;
}

.wk-qc-form .form-control:focus {
    outline: none !important;
}

#wk_qc_form label {
    margin-bottom: 0px !important;
}

#wk_qc_form .wk-qc-error {
    color: red;
}

#wk_qc_form_success {
    text-align: center;
}

#wk_qc_form_success i.wk-qc-tick {
    font-size: 15rem;
    color: green;
}
