/**
* NOTICE OF LICENSE
*
* 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
*/
/**
 * How the forms Should be displayed
 */

.wk-gdpr-consent-box .psgdpr_consent_message {
    color: white;
}

div#spinHeading {
    padding-right: 1.5rem !important;
}

#wk_heading {
    max-height: 100;
    /* overflow: auto; */
}

.wk-spin-content-left-p {
    max-height: 500px;
    overflow: auto;
}

#wk_paragraph {
    max-height: 160px;
    overflow: auto;
}

#completeSpindiv {
    position: relative;
    overflow: hidden;
}

#spindiv {
    z-index: 999;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wk-spin-para {
    font-size: 20px;
    color: #454545;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}

/* For small devices like smart phones*/
@media (max-width: 767px) {
    .wk-spin-content-center {
        text-align: center !important;
        margin-top: 15px;
    }

    input#wkEmailSpin,
    input#wkNameSpin {
        width: 60%;
        padding: 5px 10px;
        margin: 0 auto;
    }

    .wkspinLogo {
        display: none;
    }

    #canvascontainer {
        height: 380px;
        /* height: 290px; */
        text-align: center !important;
    }

    canvas {
        height: 320px;
    }

    .wk-spin-label {
        display: none;
    }

    .wk-spin-para {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 338px) {
    #moreInfo {
        position: absolute;
        top: 230px;
        /* left: 113px; */
        /* border: 2px solid; */
        width: 95%;
        text-align: center;
    }
}

@media only screen and (min-width: 339px ) and (max-width: 470px) {
    #canvascontainer {
        height: 400px !important;
    }

    #moreInfo {
        position: absolute;
        top: 330px;
        width: 95%;
        text-align: center;
    }
}

@media (max-width: 470px) {
    #canvascontainer {
        height: 290px;
    }

    canvas {
        height: 390px;
    }

}

#wkspin_reload {
    display: none;
}

@media (max-width: 768px) {
    #wkspin_reload {
        display: block;
        margin: 10px auto;
    }

    #wk_heading {
        max-height: none;
        overflow: none;
        padding: 0px 10px;
    }

    #wk_paragraph {
        max-height: none;
        overflow: none;
        padding: 0px 10px;
    }
}

/* For small devices like tabs*/
@media (min-width: 768px) {
    .wkspinLogo {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .wk-spin-content-left-p {
        padding-left: 50px;
    }

    .wk-spin-content-left {
        text-align: left !important;
    }

    #canvascontainer {
        height: 420px;
        text-align: left !important;
        padding-top: 20px;
    }

    canvas {
        height: 380px;
    }

    /* #contentDiv {
        padding-left: 50px;
        padding-top: 70px;
    } */
    input#wkEmailSpin,
    input#wkNameSpin {
        width: 80%;
        padding: 7px 5px;
        /* margin: 0 auto; */
    }

    #voucherContainer {
        margin: 0 auto;
        width: 100%;
    }

    #voucherContainer::after {
        content: "";
        clear: both !important;
    }

    .wk-voucher-padding {
        padding: 6px !important;
    }

    .wk-voucher-text {
        background: #CFFFCD;
        border: 1px dashed #13AD0F;
        border-radius: 3px;
        width: 40%;
    }

    .wk-voucher-button {
        background: #13AD0F;
        border: 1px solid #13AD0F;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0;
        cursor: copy;
        /* margin-left: -5px; */
    }
}

@media (max-width: 991px) {
    .wk-spin-para {
        font-size: 16px !important;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }

    .wk-spin-heading {
        font-size: 20px !important;
        padding: 0;
        margin: 0;
    }

    .wk-spin-label {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    #wkspinbtn,
    #wkSpinLoginBtn {
        display: inline-block;
        /* padding: 6px; */
    }

    #voucherContainer {
        margin: 0 auto;
        width: 100%;
    }

    #voucherContainer::after {
        content: "";
        clear: both !important;
    }

    .wk-voucher-padding {
        padding: 6px !important;
    }

    .wk-voucher-text {
        background: #CFFFCD;
        border: 1px dashed #13AD0F;
        border-radius: 3px;
    }

    .wk-voucher-button {
        background: #13AD0F;
        border: 1px solid #13AD0F;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0;
        margin-left: -5px;
        cursor: copy;
    }
}

/* For small devices like Desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .wk-spin-content-left-p {
        padding-left: 35px;
    }

    /* #contentDiv {
        padding-top: 80px;
    } */
    canvas {
        height: 442px;
    }

    /* .wk-spin-top-p {
        padding-top: 50px;
    } */
    #spinCode {
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {
    /* .wk-spin-top-p {
        padding-top: 70px;
        padding-right: 30px;
    } */
}

.z-index999 {
    z-index: 999;
}

.wkspinLogo {
    height: 70px;
    width: 150px;
}

.wk-spin-heading {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: left;
}

input#wkEmailSpin,
input#wkNameSpin {
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .2);
}

input#wkEmailSpin:focus,
input#wkNameSpin:focus {
    outline: 2px solid transparent;
}

.wk-spin-label {
    font-size: 15px;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}

.wk-spin-excite {
    font-size: 24px;
    color: #13AD0F;
    letter-spacing: 0;
    text-align: left;
}

.wk-voucher-text {
    background: #CFFFCD;
    border: 1px dashed #13AD0F;
    border-radius: 3px;
}

.wk-voucher-button {
    background: #13AD0F;
    border: 1px solid #13AD0F;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    cursor: copy;
}

.wk-voucher-padding {
    padding: 15px;
}

.wk-voucher-label {
    color: black;
}

.wk-spin-btn {
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    /* #wkspinbtn, #wkSpinLoginBtn {
        padding: none !important;
    } */
}

.consent_box {
    color: white;
    font-weight: 600;
}


@media only screen and (max-width: 359px) {
    #wkCode {
        margin-bottom: 5px;
    }
}
@-moz-document url-prefix() {
    #wkCode {
        height: 3.2rem;
    }

    @media only screen and (min-width: 360px) and (max-width: 991px) {
        #wkCode {
            height: 2.2rem;
        }
    }
}
