/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1677329395
Updated: 2023-02-25 19:49:55

*/

.grecaptcha-badge { 
	visibility: hidden; 
}

#header-bar{
	position: fixed;
    left: 0;
    width: 100%;
    z-index: 999999;
	height: 80px;
}

#bottom-form{
    max-width: 500px;
    padding: 20px 50px;
    margin: auto;
    font-family: "IBM Plex Sans Thai", Sans-serif;
    background: #FFFFFF;
    box-shadow: 10px 10px 21px -11px rgba(165, 165, 165, 0.29), 1px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
}
#bottom-form input[type=text] {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

#bottom-form textarea{
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    resize: none;
}

#bottom-form .text-2{
    color: #E21E26;
}

#bottom-form input[type=submit]{
    width: 250px;
    background: #122145;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.wpcf7-response-output{
    display: none !important;
}

.swal2-confirm{
    background-color: #E21E26 !important;
    width: 100px;
}

/* .pll-switcher-select{
    border: none;
    outline: none;
    text-align: right;
} */



.language-switcher .sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.language-switcher .sub-menu.active {
    display: block;
}

.language-switcher .sub-menu li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.language-switcher .sub-menu li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #555;
    font-size: 14px;
    text-decoration: none;
}