.form_one_by_one .elementor-field-group{
    display: none;
}
.form_one_by_one .elementor-field-group:nth-of-type(1){
    display: flex;
}
.form_one_by_one .elementor-field-type-submit{
       display: flex;
}
.form_fixed_bg{
 z-index: 10000000;
    display: flex;
    flex-direction: column;
    bottom: 0px;
    position: fixed;
    height: 200%;
    width: 100%;
    left: 0px;
    
    
}
.google_sheet_example span{
       text-align: left;
    float: left;
}
.icon_worper , .input_worper{
    display: inline-flex;
}
.anser_content{

        margin-left: 3%;
    margin-right: 6%;
}
.rtl .anser_content{

        margin-left: 6%;
    margin-right: 3%;
}
.anser_content{
   
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
   
}
.input_worper textarea {
    max-height: 45px;
    overflow: hidden;
}
.input_worper , .input_worper div {
 width: 100%;
    
}
.form_fixed_bg input , .form_fixed_bg textarea , .form_fixed_bg select{
    text-align: center;
    width: 100%;
}
.bbl input  , .bbl textarea , .bbl select {
    
    width: 100%;
    background-color: transparent;
    border-color: transparent;

}
.form_fixed_bg input::placeholder  , .form_fixed_bg textarea::placeholder {
 color: #000;
   opacity: 1;
}
.input_worper input  , .input_worper textarea {
    border-radius: 25px!important;
  
}


.icon_worper{
    position: absolute;
    background-color: #fff;
    border-radius: 25px;
    color: blue;
     padding: 12px 12px;
}
.form_fixed_bg .form_content_worper{
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 70%;
}
.form_fixed_bg .form_enser_worper{
    background-color: #fff;
    
    height: 50px;
        width: 100%;
    position: absolute;
    bottom: 0px;
        display: flex;
    flex-direction: column;
}
.form_fixed_bg .form_content { 
    width: 100%;
        display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto; }
.form_fixed_bg.unactiv{
    display: none;
}
.bbl{
    border-radius: .4em;
     margin: 25px 25px;
    padding: 10px 20px;
    text-align: center;
    	position: relative;
}
.bbla {
//	position: relative;
	background: #c0c0c0;
//	border-radius: .4em;
}

.bbla:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-left-color: #c0c0c0;
	border-right: 0;
	border-top: 0;
	margin-top: -0.25em;
	margin-right: -0.5em;
}
.bblq {
//	position: relative;
	background: #c0c0c0;
//	border-radius: .4em;
}

.bblq:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-right-color: #c0c0c0;
	border-left: 0;
	border-top: 0;
	margin-top: -0.25em;
	margin-left: -0.5em;
}
