/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */

/* woocommerce cart */
#ppcp-messages {
	margin-top: 10px;
	margin-bottom: 10px;
}

.prodctivity-calculator {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border-radius: 8px;
	padding: 60px 50px;
}

.prodctivity-calculator .form-group {
	margin-bottom: 30px;
}

.prodctivity-calculator-step:not(:first-of-type) {
	padding-top: 30px;
}

.prodctivity-calculator label {
	color: #244b67;
	font-weight: 600;
}

.prodctivity-calculator input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 45px;
}

.prodctivity-calculator hr{
	margin: 1rem 0 !important;
}

.pain-inputs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.pain-inputs .form-group {
	max-width: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	margin-bottom: 0;
}

.pain-inputs .form-group label {
	display: block;
	margin-bottom: 0;
	font-weight: 500;
}

.stats-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.stats-row__item {
	max-width: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	background-color: #244b67;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.3;
	color: #fff;
	overflow: hidden;
}

.stats-row__item-title {
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
}

.stats-row__item-value {
	font-size: 22px;
	padding: 20px;
	background-color: #df6e1e;
	height: 100%;
	display: flex;
	align-items: center;
	flex-basis: 160px;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
}
