/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* CSS for dropdown styling (same as previous examples) */


li.qtranxs-lang-switch.qtranxs-lang-switch button {
    padding: 0!important;
    background: none;
	display: inline-flex;
}

li.qtranxs-lang-switch.qtranxs-lang-switch {
    list-style: none;
    display: inline-flex;
    padding-right: 7px;
}

.Signup-error-message { color: red;font-size: 16px;margin-left: 5px;}
.Signup-field-error { border: 1px dotted red !important;}
.private-area-tab-applications-form textarea { width: 100%;  height: 100px; }
.private-area-tab-applications-form .commonprivateareabtnclassname button {font-size: 17px;padding: 13px 20px;background: #0D5D8A; color: #fff;border: 0px;border-radius: 5px;}

.private-area-tab-applications-form select {
    width: 100%;
}

select.error, input.error, textarea.error {
    color: #333 !important;
}