﻿/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #ffffff;
    color: #555555;
    padding: 3px 20px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    position: fixed;
    bottom: 0px;
    left: 25px;
    max-width: 250px;
    z-index: 99999 !important;
    border-radius: 10px 10px 0 0;
    border: 1px solid #fff;
    font-family: Fjalla One;
    box-shadow: 0px 0px 10px #aaaaaa;
}

.inquiry_inputs {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.inquiry_form {
    background: #eeeeee;
}

.button_right {
    float: right !important;
    font-size: 25px !important;
    margin-top: 5px;
}

.button_right_close {
    float: right !important;
    font-size: 20px !important;
}
/* The popup form - hidden by default */
.form-popup {
    background: #ffffff;
    display: none;
    position: fixed;
    bottom: 0;
    left: 15px;
    border: 3px solid #f1f1f1;
    z-index: 99999 !important;
    border-radius: 10px 10px 0 0;
    padding: 0px !important;
    max-width: 300px;
}

.sbmt_btn {
    float: right;
}
/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}
    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }
        /* When the inputs get focus, do something */
        .form-container input[type=text]:focus, .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }
    /* Set a style for the submit/login button */
    .form-container .btn {
        background-color: #4CAF50;
        color: white;
        padding: 16px 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;
    }

.close_btn {
    padding: 10px;
    color: #ffffff;
    font-size: 18px !important;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.sp {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    width: 120px;
    background-color: gray;
}

.form-wrapper {
    display: none;
    height: 50px;
    background-color: green;
}

/* Whatsapp Inquiry */
.whatsapp_sidebar {
    max-width: 50% !important;
    position: fixed;
    right: -37px;
    bottom: 15px;
    z-index: 99999;
}

.call_sidebar {
    max-width: 50% !important;
    position: fixed;
    right: 6px;
    bottom: 63px;
    z-index: 99999;
}

.whatsapp_sidebar img {
    max-width: 50%;
}

.whatsapp_img_resp {
    display: block;
    max-width: 100%;
    height: auto;
}
