/**
 * Redefining The Web
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Redefiningtheweb.com license that is
 * available through the world-wide-web at this URL: https://redefiningtheweb.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * @category    Rtw
 * @package     Rtw_WhatsAppChat
 * @copyright   Copyright (c) Rtw (https://redefiningtheweb.com/)
 * @license     https://redefiningtheweb.com/LICENSE.txt
 */
.pop-up-form-main {
    display: none;
}

.pop-up-form {
    /* display: none; */
    z-index: 9999;
    transform: translateY(-8%);
    animation: fade-out 1s;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
}

.pop-up-form-fields-main {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: -20px;
}

.pop-up-form {
    max-width: 300px;
    background: #fff;
    border-radius: 10px;
}

.pop-up-top {
    background: #e85050;
    padding: 20px 20px 40px;
    border-radius: 8px 8px 0 0;
}

div.pop-up-heading {
    margin: 0px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #fff !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pop-up-message {
    color: #fff !important;
}

.rwt-popup-main-wrapper.rtw-wrapper-left {
    position: fixed;
    left: 20px;
    top:195px;
    z-index: 9999;
    animation: .25s ease !important;
}
.rwt-popup-main-wrapper.rtw-wrapper-right {
    position: fixed;
    right: 30px;
    bottom:105px;
    z-index: 9999;
    animation: .25s ease !important;
}

.popup-whatsapp-icon {
    text-align: center;
}

.popup-icon.rwt-popup-icon-left{
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.popup-icon.rwt-popup-icon-right{
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.popup-whatsapp-icon {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    text-align: center;
    background-color: #e85050 !important;
    padding: 13px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 55px;
    cursor: pointer;
    display: block;
}

.popup-whatsapp-icon img {
    padding-top: 7px;
}

.pop-up-form {
    max-width: 320px;
    border-radius: 5px;
}

.pop-up-top {
    padding: 20px 20px 40px;
    border-radius: 8px 8px 0 0;
}

.pop-up-heading {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.pop-up-message {
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.pop-up-form-fields-main {
    padding: 25px 10px 25px 10px;
    border: #f9a22e;
    border-radius: 10px;
}

.pop-up-form-fields {
    margin: 10px;
}

.pop-up-form-fields input[type="text"],
.pop-up-form-fields input[type="email"] {
    margin: 0px 0 12px 0;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    transition: 0.2s;
    height: 40px;
    background-color: #fff !important;
}

.chat-whatsapp-button .btn {
    background-color: #e85050;
    color: #fff !important;
    border-radius: 5px;
    padding: 6px 10px;
    text-align: center;
    display: block;
    border: none;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.5px;
    transition: 0.2s;
}

@media(max-width:768px){
    .rtw-mobile-view.rtw-tablet-view{
        display: none;
    }
}
