<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#BackCall.modal.fade.in {
	background: none;
	overflow-y: hidden;
	width: auto;
	box-shadow: none;
	border: none;
}
#formMain input {
	width: 100%;
	height: 50px;
	padding: 5px;
	margin: 3px;
}
.clbh_input-name {
    width: 96% !important;
    min-height: 100px !important;
    border: 1px solid #CCC !important;
    box-shadow: 0 0 1px #CCC !important;
    font-size: 15px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #777 !important;
    line-height: 15px !important;
    padding: 20px 10px !important;
    outline: none !important;
        margin-left: 3px !important;
}
.clbh_input-telephone {
    width: 96% !important;
    height: 30px !important;
    border: 1px solid #CCC !important;
    box-shadow: 0 0 1px #CCC !important;
    font-size: 15px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #777 !important;
    padding: 5px 10px !important;
    outline: none !important;
}
#backcall_pretext {
    font-size: 21px;
    line-height: 36px;
    color: #283444;
    font-family: 'Russo_One', sans-serif;
    text-transform: uppercase;
}
button.closebackmodal {
	float: right;
	margin: 3px;
	border: none;
	color: red;
	background: none;
	font-size: 18px;
	outline: none !important;
}

input#closebut {
	display: none;
	border-radius: 3px;
	border: solid #2CC900 1px;
	padding: 10px;
	background: #44C926;
	color: #fff;
	text-transform: uppercase;
	outline: none !important;
}
input#buttonbackcall.buttonform {
	display: block;
	border-radius: 3px;
	border: solid #2CC900 1px;
	padding: 10px;
	background: #44C926;
	color: #fff;
	text-transform: uppercase;
	
}
input#buttonbackcall.buttonform:hover {
	background: #4063B6;
	border: none;
	border: solid #44C926 1px;
}
input#buttonbackcall[disabled] {
	cursor: not-allowed;
	background: #ccc;
	border: none;
}
input#buttonbackcall[disabled]:hover {
	cursor: not-allowed;
	background: #ccc;
	border: none;
}
div.backcallsucc {
	padding-bottom: 10px;
}
.modal-body {
	width: auto;
}

button#CallBackButton.btn.btn-primary.btn-lg {
display: none;
width: 180px;
height: 56px;
border-radius: 7px;
background: #30AD63;
font-size: 16px;
color: #fff;
border: none;
cursor: pointer;
}
button#CallBackButton.btn.btn-primary.btn-lg:hover {
	background: #35495D;
}
button.closebackmodal {
	cursor: pointer;
}

</pre></body></html>