.whatsapp-support-container {
    font-family: "Roboto", "Segoe UI", system-ui, sans-serif;
}

button {
    border: none;
}

button i {
    bottom: 81px;
    float: right;
    font-size: 18px !important;
    position: absolute;
    right: 23px;
    top: 11;
    z-index: 999999999999;
}

.close-btn {
    border: 1px solid #fff;
    border-radius: 99px;
    color: white;
    cursor: pointer;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    position: absolute;
    right: 6px;
    top: 6px;
}

input:focus-visible {
    outline: none;
}

.whatsapp-dialog {
    border-radius: 8px;
    font-size: 14px;
    max-width: 250px;
    display: none;
}

.whatsapp-input {
    background-color: white;
    border-radius: 0px 0px 12px 12px;
    padding-bottom: 10px;
    padding-right: 46px;
}

.whatsapp-input input {
    background-color: #efefef;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-weight: 300;
    margin: 1px 1px 0 10px;
    padding: 10px;
    padding-right: 40px;
    width: 180px;
}

.whatsapp-message {
    background: white;
    padding: 18px 14px;
    font-weight: 500;
}

.whatsapp-send-btn {
    color: #25d366;
    cursor: pointer;
}

.whatsapp-send-btn > i {
    bottom: 105px;
}

.whatsapp-support-btn {
    align-items: center;
    background-color: #25d366;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: fit-content;
    padding: 15px;
}

.whatsapp-support-container {
    bottom: 0;
    font-size: 15px;
    font-weight: 300;
    left: 15px;
    position: fixed;
    z-index: 9999;
}

.whatsapp-title {
    background-color: #25d366;
    border-radius: 12px 12px 0px 0px;
    color: white;
    padding: 14px;
    text-align: center;
    font-weight: 500;
}
