/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

.userrole_wrap {
	display: inline-block;
	margin: 25px 0 0;
	padding: 0 35px 0;
	font-size: 18px;
	font-family: Poppins, sans-serif;
	color: #df623c;
	width: 100%;
	position: relative;
	top: 15px;
}

body .my-account {
	width: 100%;
	margin: 0 auto !important;
	float: none !important;
	display: block !important;
	border: 1px solid #e3e3e3;
	max-width: 480px;
	padding: 40px 40px 0;
}

.taskcatwrap {
	display: inline-block;
	width: 100%;
}

.taskcat {
	display: flex;
	width: 100%;
	margin: 0 0 30px;
	font-size: 0;
	border: 1px solid #e4e4e4;
	padding: 30px;
	align-items: center;
}

.taskcat:nth-child(2n) {
	background-color: #f3f3f3;
}

.taskcat_main {
	display: inline-block;
	width: 40%;
	font-size: 20px;
	font-weight: 500;
}

.taskcat_child {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	font-size: 15px;
}

.taskcat_child ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 15px;
	flex-wrap: wrap;
}

.taskcat_child ul li {
	padding: 0px;
}

.elementor .taskcat_child ul li a {
	font-size: 16px;
	line-height: 22px;
}

.mfp-content .workscout-signup-popup input[type="submit"] {
	margin-top: 15px;
	width: 100%;
}

element {
	margin-left: 8px !important;
	width: 100%;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-bottom: 3px !important;
	border-radius: 4px !important;
	border-color: rgb(79, 113, 232);
	border-bottom-width: thin;
	cursor: pointer;
}
