.elementor-10761 .elementor-element.elementor-element-05c9e10{--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:15px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-widget-theme-page-title .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-10761 .elementor-element.elementor-element-a054bb7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-e8aaf83 */.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{
    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.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;
}/* End custom CSS */