﻿

.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
    display:none;
}

.trwpwhatsapptitle {
    background-color: #22c15e;
    color: white;
    padding: 12px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}

.trwpwhatsappmessage {
    padding: 13px 12px;
    background-color: white;
}

.trwpwhatsappinput {
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}

    .trwpwhatsappinput input {
        width: 220px;
        border-radius: 10px;
        margin: 1px 1px 0px 10px;
        padding: 20px;
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 300;
        font-size: 13px;
        background-color: #efefef;
        border: 1px solid #d4d4d4;
    }

.trwpwhatsappbutton {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.trwpwhatsappall {
    position: fixed;
    z-index: 9999;
    bottom: 45px;
    left: 30px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.trwpwhatsappsendbutton {
    color: #22c15e;
    cursor: pointer;
}

.trwpwhatsappballon  button {
    border: none;
}

    .trwpwhatsappballon button i {
        float: right;
        position: absolute;
        z-index: 999999999999;
        right: 30px;
        bottom: 100px;
        font-size: 18px !important;
    }

.trwpwhatsappballon .kapat {
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0px 10px 0px 10px;
    color: white;
    font-size: 11px;
    cursor: pointer;
}

.trwpwhatsappinput input[type=text] {
    width: 90% !important;
}

.trwpwhatsappinput .btn, .trwpwhatsappinput button[type=button], .trwpwhatsappinput button[type=submit], .trwpwhatsappinput input[type=submit] {
    font-size: 0px;
    color: #555;
    background: none;
    text-align: center;
    font-weight: 500;
    padding: 2px 7px;
    border: none;
}
@media only screen and (max-width: 3000px) {
    #desktopwhat{
        display:block;
    }

    #mobilewhat {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    #mobilewhat {
        display: block;
    }

    #desktopwhat {
        display: none;
    }
}