.et_contact_bottom_container { width:100%; padding-left:3%; }
.et_contact_bottom_container .trumani_con { float:right; }
.et_contact_bottom_container.leftposition .trumani_con { float:left; }
.et_contact_bottom_container button[type="submit"] { clear: both; float:right; }
.et_contact_bottom_container button[type="submit"].leftposition { float:left; margin-left:0px; clear: both; }
.et_pb_contact_tcusfileupload_size_container { color:red; }
#et_pb_contact_tcusfileupload + label {
color: #f1e5e6;
background-color: #d3394c;
max-width: 80%;
font-size: 1.25rem;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
}
.overlay_times {
position: fixed;
top: 45px;
right: 30px;
width: 30px;
z-index: 999999;
cursor: pointer;
}
.contact_extended_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
opacity: 0.9;
display: none;
}
.overlay_form{
}
.formHide{
display: none;
}
.extended_overlay_button.button {
border-width: 0px !important;
border-radius: 0px;
letter-spacing: 0px;
font-size: 15px;
padding-left: 10px !important;
padding-right: 0.7em !important;
position: fixed;
bottom: 0;
right: 15px;
cursor: pointer;
}
.overlay_form {
position: fixed;
top: 12%;
left: 16%;
width: 70%;
height: 100%;
z-index: 999999;
overflow-y: auto; 
}
#et_pb_contact_tcusfileupload + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
margin-right: 0.25em;
}
#et_pb_contact_tcusfileupload + label:hover {
background-color: #722040;
}
#et_pb_contact_tcusfileupload {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}