.fabs {
    position: fixed;
    right: 15px;
    bottom: 30px;
}

.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;
    line-height: unset !important;
}

.btn-widget-custom-btton {
    line-height: unset !important;
}

.btns.open {
    bottom: 60px;
}

#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%;
}

#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;   
    padding: 10px;
}

/* 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;
    border-radius: 5px;
}

/* 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;
}

#chatBot {
    padding: 9px !important;
    right: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 1000;
    border: 1px solid;
    
}

.sb-dashboard-active {
    display: none;
}

.sb-main {
    display: none;
}

/* Chatbot container */
#chatbotContainer, #chatbotContainer_1, #chatbotContainer_2 {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 350px;
    height: 550px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9998;
    overflow: hidden; /* Hide any content that overflows */
}

/* Chatbot header with a title and close button */
#chatbotHeader {
    background-color: #009FD9; /* Header color similar to the image */
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chatbotHeader h2 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

#closeChatbotBtn, #closeChatbotBtn_1, #closeChatbotBtn_2 {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* Iframe styling */
#chatbotIframe {
    width: 100%;
    height: calc(100% - 60px); /* Adjust height to fit within the container, excluding the header */
    border: none;
}

.callbutton {
    vertical-align: middle;
}