.elementor-10747 .elementor-element.elementor-element-b50213f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10747 .elementor-element.elementor-element-2b36d83{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-5fb70bd */.immoross-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    color: black;
}
.immoross-form input:not([type="checkbox"]), .immoross-form select, .immoross-form .selection span.select2-selection, textarea{
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
    height: 42px;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.immoross-form input, .immoross-form select {
    margin-top: 5px;
    margin-bottom: 15px;
}

.immoross-form input[type="submit"]{
    border: 1px solid #01dbb0 !important;
    background-color: #01dbb0 !important;
    color: #ffffff !important;
}

.notice p {
    color: black !important;
    font-size: 16px;
}

.notice.notice-success {
    background: white;
    margin: 0;
    text-align: center;
    padding: 25px;
    border-top: 5px solid green;
    color: black;
}

.notice.notice-error {
    background: white;
    margin: 0;
    text-align: center;
    padding: 25px;
    border-top: 5px solid red;
    color: black;
}

textarea {
    height: 256px;
}

.filepond--credits {
    display: none;
}/* End custom CSS */