
/*Below CSS for Customer search JS*/

.filter-sets-form_custom {
            background-color: #ffffff;
            padding: 20px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
            margin-bottom: 20px;
        }
        .filter-sets-form_custom .form-row_custom {
            display: flex;
            align-items: flex-start; /* Align items to the top */
            gap: 14px;
            flex-wrap: wrap; /* Allow wrapping on smaller screens */
        }
        .filter-sets-form_custom .form-group_custom {
            display: flex;
            flex-direction: column;
        }
        .filter-sets-form_custom label {
            font-size: 14px;
            color: #333;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .filter-sets-form_custom .filter-sets-input {
            padding: 8px;
            font-size: 14px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            box-sizing: border-box;
            background-color: #f5f5f5;
            outline: none;
            line-height: 17px;
        }
        .filter-sets-form_custom .filter-sets-input[type="select-one"] {
            width: 150px;
            appearance: menulist; /* Ensure dropdown arrow is visible */
        }
        .filter-sets-form_custom .filter-sets-input[type="text"] {
            width: 212px !important;
        }
        .filter-sets-form_custom .form-actions_custom {
            display: flex;
            gap: 10px;
            padding-top: 20px; /* Align with input boxes by matching label + margin height */
        }
        .filter-sets-form_custom button {
            padding: 10px 20px;
            font-size: 14px;
            color: #0078d4;
            background-color: #ffffff;
            border: none; /* No border */
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px; /* Space between icon and text */
        }
        .filter-sets-form_custom button:hover {
            background-color: #ebf5fb;
        }
        .filter-sets-form_custom button i {
            font-size: 16px;
        }
		
		.PageAction { display: inline-block; text-align: center; margin-left: 15px; margin-bottom: 5px; color: #009EE3; text-decoration: none !important; cursor: pointer; } 
		.PageAction-icon { display: block; width: 38px; height: 38px; background: #1A67A3; border-radius: 50%; margin: 0 auto 3px auto; text-align: center; line-height: 38px; } 
		.PageAction-icon img { vertical-align: middle; }
		
		.customer-search-toggle, .vsli-search-toggle, .dis-search-toggle, .scg-search-toggle, .sc-search-toggle, .claims-search-toggle, .renewal-search-toggle {
			
			text-align:right;
			
		}


/*Customer search JS ends above*/

 
