* {
    padding: 0;
    margin: 0;
}

.fabs {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.action {
    background: rgb(255, 0, 128);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 7px 0px gray;
    transition: background-color 0.4s ease-in-out;
}

.action i {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    cursor: pointer;
}

.action:hover {
    background-color: rgb(255, 103, 179);
}

.btns-float {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.btns-float i {
    position: absolute;
    font-size: 18px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btns {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    transition: 0.3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.btns.open {
    bottom: 100px;
}

#botplatformboxbar{
    background-repeat: round;
    position: absolute;
    height: 40px !important;
    bottom: 65px;
    width: 40px !important;
    right: 25px;
}

#botplatformboxclose2{
    display: none;
}

#btn-whatsapp{
    position: absolute;
    right: 20px;
    bottom: 90px;
}

.btn-circle {
    border-radius: 20px;
    text-align: center;
    padding: 0px 0px;
    font-size: 8px;
    display: none;
    left: 1465px;
    height: 40px;
    width: 40px;
    top: 72%;
}

/* .cobra-button-call-wrapper {
    left: 1465px !important;
    bottom: 138px !important;
    width: 40px !important;
    height: 45px !important;
} */

#refresh_captcha{
    margin-left: 5px;
    color: white;
    cursor: pointer;
}

.cobra-button-call-wrapper{
    display: none;
}

.select-wrapper input.select-dropdown{
    color: white !important;
}

.form-heading{
    color: white;
    text-align: center;   
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    /* border: 3px solid #f1f1f1; */
    z-index: 1000;
    background: blue;
    border-radius: 10px;
}

/* Add styles to the form container */
.form-container {
    max-width: 500px;
    padding: 10px;
    background-color: black;
    border-radius: 0px 0px 10px 10px;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
}

/* Set a style for the submit/send button */
.form-container .btn {
    display: inline;
    background-color: #04AA6D;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    /* width: 100%; */
    margin-bottom:10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.form-container-2{
    width: 300px !important;
}

.woot--bubble-holder{
    display: none;
}