/*
Theme Name: Execor Child
Author: VamTam
Author URI: https://vamtam.com
Template: execor
*/



/*

put your child theme styles here


you don't need any @import rules

*/

.projects-filter-form {
    max-width: 460px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-inline: auto;
}
 
.projects-filter-form .filter-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
 
.projects-filter-form select {
    flex: 1;
    min-width: 220px;
    height: 48px;
    padding: 0 1.25rem;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
 
    /* Custom Arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
}
 
.projects-filter-form select:hover {
    border-color: #999;
}
 
.projects-filter-form select:focus {
    border-color: #000;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}
 
@media (max-width: 767px) {
    .projects-filter-form .filter-group {
        flex-direction: column;
    }
 
    .projects-filter-form select {
        width: 100%;
    }
	.reports-top-sec .e-con-inner {
		display: block;
	}

	.reports-top-sec .e-con-inner .e-con-full {
		display: block;
	}

	.reports-top-sec .e-con-inner .e-con-full > .elementor-element {
		margin-bottom: 20px;
	}
}