* {
    padding: 0;
    margin: 0;
}

.fabs {
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 999;
}

.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;
}

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

.btns.open {
    bottom: 60px;
}

#botplatformboxbar{
    /* background-repeat: round;
    position: absolute;
    height: 40px !important;
    bottom: 80px;
    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: blue;
    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: 99999;
    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;
}


.form-control {
    display: block;
    width: -webkit-fill-available;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-white {
    color: #fff !important;
}

p {
    font-size: 1rem;
}

.mt-2 {
    margin-top: 1rem !important;
}

/* Container for the row to mimic Bootstrap's row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* Adjust spacing between columns */
}

/* Columns with custom width and responsive behavior */
.col-md-6 {
    flex: 1; /* Distribute equal width by default */
    max-width: 50%; /* Mimics col-md-6 for half-width */
    padding: 0 10px; /* Spacing inside the columns */
    box-sizing: border-box;
}

.col-md-12 {
    flex: 1; /* Distribute equal width by default */
    max-width: 100%; /* Mimics col-md-6 for half-width */
    padding: 0 10px; /* Spacing inside the columns */
    box-sizing: border-box;
}

/* For responsiveness on smaller screens */
@media (max-width: 768px) {
    .col-md-6 {
        max-width: 100%; /* Stack columns on smaller devices */
        flex: 0 0 100%;
    }
}

/* Styling for the labels (mimics Bootstrap's appearance) */
.text-white {
    color: white;
}

.mb-0 {
    margin-bottom: 0;
}

.text-right {
    text-align: right !important;
}

.callbutton {
    vertical-align: middle;
}

.toast-success {
    background-color: #28a745 !important;  /* Bootstrap green */
    color: #fff !important;
}

/* Red background for error */
.toast-error {
    background-color: #dc3545 !important;  /* Bootstrap red */
    color: #fff !important;
}