﻿#whsapp_id td, #whsapp_id th {
    border: 1px solid #cec3c3;
    padding: 5px;
    border-radius: 4px;
}

#whsapp_id {
    position: absolute;
    color: #0f0e0e;
    /*top: 24px;*/
    z-index:999999;
    background-color: #cde8ff;
    box-shadow: 0px 8px 10px -10px #777777;
}

#whatsclose_id {
    float: right;
    position: absolute;
    right: -7px;
    top: -12px;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
}

#whtid {
    position: relative;
    background-color: #f4a01e;
    border: none;
    border-radius: 4px;
    color: #fff;
    min-width: 100px;
    height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.whats_already {
    color: green;
    font-weight: bold;
}
.whats_css {
    font-weight: bold;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
}
.whats_red {
    background-color: red;
    color: white !important;
    cursor: pointer;
}
.whats_green {
    background-color: green;
    color: white !important;
    text-decoration:none !important;
}