div.whatsapp-floating {
    display:flex;
    flex-wrap:wrap;
    position:fixed;
    align-items:flex-end;
    justify-content:flex-end;
    z-index:9999999;
    font-family: Raleway, sans-serif;
    flex-direction: column;
}
div.whatsapp-floating p{
    color: rgb(74, 74, 74);
}
@media screen and (max-width:800px) {
    div.whatsapp-floating {
        bottom:0px;
        right:15px;
    }
}
@media screen and (min-width:800px) {
    div.whatsapp-floating {
        bottom:5px;
        right:30px;
    }
}
div .avatar img{
    width: 50px;
}

div.whatsapp-floating-button img{
    max-width:90px;
    transition-duration:.5s;
    margin-top: 10px;
}


div.whatsapp-floating-button:hover {
    cursor:pointer;
    transform:translateY(-15px);
}

div.whatsapp-floating-form {
    box-shadow:0px 0px 5px rgba(0,0,0,0.25);
    display:none;
}

@media screen and (max-width:800px) {
    div.whatsapp-floating-form {
        max-width:calc(100vw - 15px);
        margin-left:15px;
        position: fixed;
        top: 15px;
    }
}
@media screen and (min-width:800px) {
    div.whatsapp-floating-form {
        max-width:calc(100vw*0.4);
        margin-left:calc(100vw*0.6);
    }
}

div.whatsapp-floating-form div.header-model {
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:flex-start;
    padding:10px 20px;
    background-color:#0b6156;
}

div.whatsapp-floating-form div.header-model div.avatar {
    flex:10%;
}

div.whatsapp-floating-form div.header-model div.avatar img {
    border-radius:200px;
}

div.whatsapp-floating-form div.header-model div.content {
    flex:90%;
    padding:0px 20px;
}

div.whatsapp-floating-form div.header-model div.content p {
    color:#FFF;
    margin:0px !important;
}

div.whatsapp-floating-form div.header-model div.content p.name {
    font-weight:500;
    font-size:21px;
}

div.whatsapp-floating-form div.header-model div.content p.status {
    font-weight:300;
    font-size:14px;
}

div.whatsapp-floating-form div.header-model div.close {
    color:rgba(255,255,255,.5);
    transition-duration:.5s;
}

div.whatsapp-floating-form div.header-model div.close:hover {
    color:#FFF;
    cursor:pointer;
}

div.whatsapp-floating-form div.chat-model {
    background-image:url('http://dnadevendas.com.br/wp-content/uploads/fundo-whatsapp.webp'), linear-gradient(to bottom, rgba(233,224,215,1)0%,rgba(233,224,215,1)100%);
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

@media screen and (min-width:1800px) {
    div.whatsapp-floating-form div.chat-model{
        width: 25vw;
    }
}

div.whatsapp-floating-form div.chat-model div.message {
    flex:100%;
    font-size:14px;
    background-color:#FFF;
    border-radius:6px;
    padding:10px;
    border-bottom-style: solid;
    border-color: #cacaca;
    border-left-style: solid;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    /*display:flex;
    align-items:center;*/
}

@media screen and (max-width:800px) {
    div.whatsapp-floating-form div.chat-model div.message {
        margin:20px 20px 10px 20px;
    }
}
@media screen and (min-width:800px) {
    div.whatsapp-floating-form div.chat-model div.message {
        margin:20px 33% 10px 20px;
    }
}

div.whatsapp-floating-form div.chat-model div.message p {
    /*flex:100%;*/
    margin:0 !important;
}

div.whatsapp-floating-form div.chat-model div.message.response {
    display:none;
}

@media screen and (max-width:800px) {
    div.whatsapp-floating-form div.chat-model div.message.response {
        margin:10px 20px 20px 20px;
    }
}
@media screen and (min-width:800px) {
    div.whatsapp-floating-form div.chat-model div.message.response {
        margin:10px 33% 20px 20px;
    }
}

div.whatsapp-floating-form div.chat-model form#whatsapp-form {
    flex:100%;
}

@media screen and (max-width:800px) {
    div.whatsapp-floating-form div.chat-model form#whatsapp-form {
        margin:10px 20px 20px 20px;
    }
}
@media screen and (min-width:800px) {
    div.whatsapp-floating-form div.chat-model form#whatsapp-form {
        margin:10px 20px 20px 33%;
    }
}

div.whatsapp-floating-form div.chat-model form#whatsapp-form .whatsapp-input {
    font-size: 14px;
    background-color: #e7ffe7;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-top-style: none;
    border-color: #cacaca;
    border-radius: 6px;
    border-width: 1px;
    max-width: 100% !important;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 0.5em;
}

div.whatsapp-floating-form div.chat-model form#whatsapp-form select.whatsapp-input {
    color:#4a4a4a ;
}

div.whatsapp-floating-form div.chat-model form#whatsapp-form .whatsapp-input::placeholder {
    color:#4a4a4a ;
}

div.whatsapp-floating-form div.chat-model form#whatsapp-form .whatsapp-input:not(:first-child) {
    margin-top:10px;
}
.submit{
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width:800px) {
    .submit{
        justify-content: center;
    }
}

.submit .v-btn {
    margin-top:10px;
    height: 40px;
    color:#FFF;
}

#site-whatsapp-floating-form-send{
    margin-top:10px;
    background-color:rgba(11, 97, 86, 1);
    transition-duration:.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration:none;
}