@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body.web-to-lead {
    padding: 0;
    background-color: transparent;
}

body.web-to-lead * {
	direction: rtl;
	/*color: #ffffff;*/
}

body.web-to-lead label {
	font-family: "Cairo", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

body.web-to-lead div.form-group[data-name="company"] {
    display: none;
    visibility: hidden;
}

body.web-to-lead .form-group input {
    height: 40px;
}

body.web-to-lead .filter-option-inner-inner {
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    text-align: right;
    color: #000000;
    font-size: 1.2em;
}

body.web-to-lead ul li a {
    text-align: right;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 1.2em;
}

body.web-to-lead ul li a span.text {
    color: #000;
}

body.web-to-lead .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-left: inherit;
    padding-right: 0;
    color: #000000;
}

body.web-to-lead .bootstrap-select .dropdown-toggle .caret:where([dir=ltr],[dir=ltr] *) {
    left: 18px;
}

body.web-to-lead .bootstrap-select .dropdown-toggle .caret {
    left: 12px;
    right: 0;
}

body.web-to-lead .bootstrap-select .dropdown-toggle .caret:where([dir=ltr],[dir=ltr] *) {
    left: 12px;
    right: inherit;
}

body.web-to-lead button#form_submit {
    width: 100%;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
}

form#bf8916fc803f73b5a4039d0cf8f77fcb label {
    color: #FFFFFF;
}

form#bf8916fc803f73b5a4039d0cf8f77fcb .form-group * {
    background: transparent !important;
    color: #ffffff;
    border-radius: 10px !important;
}

form#bf8916fc803f73b5a4039d0cf8f77fcb .form-group .dropdown-menu.open {
    background-color: #8e7a60 !important;
}

@media screen and (max-width: 767px) {
    body.web-to-lead {
        padding: 0;
        background-color: transparent;
    }
    
    body.web-to-lead * {
    	direction: rtl;
    	/*color: #ffffff;*/
    }
    
    body.web-to-lead label {
    	font-family: "Cairo", sans-serif;
    	font-weight: bold;
    	font-size: 1.3em;
    }
    

    body.web-to-lead .form-group input {
        height: 40px!important;
    }
    
    body.web-to-lead .filter-option-inner-inner {
        font-family: "Cairo", sans-serif;
        font-weight: bold;
        text-align: right;
        color: #000000;
        font-size: 1.2em;
    }
    
    body.web-to-lead ul li a {
        text-align: right;
        font-family: "Cairo", sans-serif;
        font-weight: bold;
        color: #000000;
        font-size: 1.2em;
    }
    
    body.web-to-lead ul li a span.text {
        color: #000;
    }
    
    body.web-to-lead .bs3.bootstrap-select .dropdown-toggle .filter-option {
        padding-left: inherit;
        padding-right: 0;
        color: #000000;
    }
    
    body.web-to-lead .bootstrap-select .dropdown-toggle .caret:where([dir=ltr],[dir=ltr] *) {
        left: 18px;
    }
    
    body.web-to-lead .bootstrap-select .dropdown-toggle .caret {
        left: 12px;
        right: 0;
    }
    
    body.web-to-lead .bootstrap-select .dropdown-toggle .caret:where([dir=ltr],[dir=ltr] *) {
        left: 12px;
        right: inherit;
    }
    
    body.web-to-lead button#form_submit {
        width: 100%;
        font-family: "Cairo", sans-serif;
        font-weight: bold;
        font-size: 16px;
        padding: 8px;
    }
}