/*
Theme Name: GDS Genie
Theme URI: https://example.com/
Description: Child theme for the Twenty Twenty-One theme
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.0
Text Domain: twentytwentyone-child
*/
html,body{scroll-behavior: smooth;}
#contact{scroll-margin-top: 100px;}
.wpcf7 form .wpcf7-response-output{margin: 10px 0px 0px;color: #664d03; background-color: #fff3cd; border-color: #ffecb5 !important; border-radius: 5px;}
.wpcf7 form.sent .wpcf7-response-output{color: #0f5132 !important;background-color: #d1e7dd !important;border-color: #badbcc !important;}
.wpcf7-spinner{margin: 0 0px !important;position: absolute;left: -25px;top: 25px;}
.wpcf7-not-valid-tip{font-size: 0.8em;font-weight: bold;}
.submit-btn{position: relative;}

.cky-notice-btn-wrapper .cky-btn, .cky-prefrence-btn-wrapper .cky-btn{border-radius: 30px;}
.cky-consent-container .cky-consent-bar{box-shadow: none !important;}

/* Type bot chat button */
typebot-bubble::part(preview-message) {width: 155px;border-radius: 50px;padding: 10px;gap: 5px;bottom: calc(100% + 5px);}
typebot-bubble::part(button) {border-radius: 50px;width: 40px;height: 40px;}
typebot-bubble::part(button-icon){font-size: 20px;}

.contact-bot{border: none;width: 100%; height: calc(700px - 0px);border-radius:15px;overflow:hidden;}

@media only screen and (max-width: 767px) {
.contact-bot{height: calc(450px - 0px);}
}