/**
* Theme Name: Spaciaz Child
* Description: This is a child theme of Spaciaz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: spaciaz
* Version: 1.2.6
*/

body {
    --primary: #03956A;
}

.service-item .service-button .btn-icon [class*=spaciaz-icon-],
.scrollup i,
.project-item.project-style-2 .project-content .project-status a {
	color: #fff;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

/* 
 * Whistleblowing
 * */

.wbls-form-container .wbls-form {
    background-color: transparent !important;
    padding: 0 !important;
}

.wblsform-row.wbls-label-top {
	padding: 0 !important;
}

.wbls-form-container .wbls-form input[type=text], .wbls-form-container .wbls-form input[type=number], .wbls-form-container .wbls-form input[type=email], .wbls-form-container .wbls-form input[type=tel], .wbls-form-container .wbls-form input[type=password], .wbls-form-container .wbls-form input[type=search] {
    border: none !important;
    background-color: #F2F2F2 !important;
    border-width: 0px 0px 0px 0px !important;
    padding: 16px 30px 16px 30px !important;
    margin: 0px 0px 30px 0px !important;
    border-radius: 30px 30px 30px 30px !important;
    height: 60px !important;
}

.wbls-form-container .wbls-form textarea {
    background-color: #F2F2F2 !important;
    border-width: 0px 0px 0px 0px !important;
    padding: 16px 30px 16px 30px !important;
    margin: 0px 0px 30px 0px !important;
    border-radius: 30px 30px 30px 30px !important;	
}

.wbls-form-container .wbls-form button.wbls-submit-form, .wbls-form-container .wbls-form button.wbls-form-submit {
    padding: 5px 30px 5px 30px !important;
    color: var(--accent) !important;
    background-color: transparent !important;
    border: 1px solid var(--border) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.7142857143 !important;
    font-family: var(--e-global-typography-accent-font-family) !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    text-transform: capitalize !important;
    transition: all ease 0.3s !important;
    height: 50px !important;
    width: fit-content !important;
}


.wbls-form-container .wbls-form button.wbls-submit-form:hover, .wbls-form-container .wbls-form button.wbls-form-submit:hover {
    background-color: #000 !important;
	color: #fff !important;
}
