/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 27 2024 | 04:38:52 */
.jims-cf7 {
	label {
            display: block;
            margin-bottom: 4px;
            color: #333;
            font-size: 0.85rem;
            font-weight: 500;
        }
	input, textarea {
			font-family: 'Rubik', sans-serif;
            display: block;
            width: 100%;
            border: 2px solid #dadada;
            color: #222 !important;
            border-radius: 8px;
            padding: 12px;
            font-size: 0.95rem;
            margin: 0;
            background-color: transparent;
            box-sizing: border-box;
            transition: border-color 0.3s;

            &:disabled {
                opacity: 0.5;
            }
        }
	input[type="submit"] {
		width: 100%;
        background-color: #0055a5;
        color: #fff !important;
		font-weight: 600;
        padding: 14px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;

        &:hover {
            background-color: #05315a; /* Darker primary color */
        }

        &:disabled {
            &:hover {
                background-color: #ccc;
            }
            background-color: #ccc;
            cursor: not-allowed;
        }
	}
	.wpcf7-response-output {
		border-radius: 12px;
		margin: 0px;
		padding: 10px 15px;
	}
	br {
		display: none;
	}
}
.jims-pagination {
	.page-numbers.current {
		color: #298ab7;
	}
}
