/*
Theme Name: Datagrid Theme
Theme URI: https://datagrid.co.in
Author: Datagrid
Author URI: https://datagrid.co.in
Description: Custom WordPress theme for Datagrid, converted from a Lovable-generated Vite/React reference build. Classic theme — no block editor templates, no headless frontend.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: datagrid-theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.wpcf7-form .wpcf7-submit:after {
    content: "";
    background-color: currentColor;
    width: 1rem;
    height: 1rem;
    transition: transform .2s;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%)!important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E")!important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E")!important;
    -webkit-mask-size: contain!important;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}