/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: Child theme for the Woostify theme
Author: ArtSoftIT
Author URI: #
Template: woostify
Version: 1.0.0
Text Domain: woostify-child
*/
body{
	overflow-x: hidden !important;
}

.elementor-element-a30cde7 {
	position: relative;
	transition: background-color 0.3s ease;
}

.elementor-element-a30cde7::after {
	position: absolute;
	content: '';
	left: -6px;
	top: -5px;
	width: 123px;
	height: 132px;
	border-right: 12px solid #5f2ee5;
/* 	border-bottom: 7px solid #5f2ee5; */
	border-radius: 0 0 75px;
}

.elementor-element-a30cde7:hover{
	background-color: #3C2D89 !important;
	color:#fff !important;
} 

    .responsive-table {
        width: 100%;
        overflow-x: auto;
    }

    .responsive-table table {
        width: 100%;
        border-collapse: collapse;
        min-width: 800px; /* optional: helps ensure the table scrolls on small screens */
    }

    .user-docs-table th,
    .user-docs-table td {
        white-space: nowrap;
    }

    @media screen and (max-width: 768px) {
        .user-docs-table th,
        .user-docs-table td {
            font-size: 13px;
            padding: 8px;
        }

        .user-docs-table th {
            white-space: nowrap;
        }
    }


/* font size increase for small text  */
.csf-content p em{
	font-size: 16px ;
}

.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
    width: auto !important;
    min-width: 120px; /* optional */
    max-width: 200px; /* optional */
}