/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.mp-dashboard {
    display: flex;
}
.mp-sidebar {
    width: 250px;
    padding: 20px;
    background: #f7f7f7;
}
.mp-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.mp-sidebar .mp-avatar img {
	width: 150px;
    height: 150px;
	border: 8px solid #D82A91;
}
.mp-menu {
    list-style: none;
    padding: 20px 0;
	border-top: 2px solid #D82A91;
	border-bottom: 2px solid #D82A91;
}
.mp-menu li {
    margin: 20px 0;
}
.mp-menu a {
    text-decoration: none;
    color: #333;
}
.mp-menu a:hover {
    text-decoration: underline;
}
.mp-content {
    flex-grow: 1;
    padding: 20px;
	background-color: #f1f1f1;
}
.mp-stats {
    display: flex;
    gap: 20px;
}
.stat-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mepr-account-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.mepr-account-table th,
.mepr-account-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.mepr-account-table th {
    background-color: #f7f7f7;
}

.cancel-button {
    background: #dc3545;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cancel-button:hover {
    background: #bb2d3b;
}

.mepr-no-subs {
    padding: 20px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 4px;
}
	.mepr-account-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.mepr-account-table th {
    background: #f7f7f7;
    text-align: left;
    padding: 12px;
    border-bottom: 2px solid #ddd;
}

.mepr-account-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.mepr-account-table tr:hover td {
    background-color: #f9f9f9;
}

.mepr-no-payments {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    color: #666;
}

.page-id-417 .page-header,
.page-id-417 .mp_wrapper {
	display: none;
}

.page-id-417 #content {
	background-color: #302944;
	width: 100%;
  	max-width: 100%;
}

.page-id-417 #content .page-content {
	padding: 120px 15px;
	max-width: 1170px;
	margin: 0 auto;
}

.mp-profile h2 {
	font-size: 20px;
	margin: 0;
}

.mp-profile p {
	font-size: 14px;
}

.mp-profile {
	margin-bottom: 30px;
	text-align: center;
}

.mp-avatar {
	margin-bottom: 15px;
}

.mp-menu .dashicons {
	margin-right: 10px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.btn_log {
	text-align: center;
	padding: 30px 0 10px;
}

.button-logout,
.mp-menu a:hover {
	text-decoration: none !important;
}

.button-logout {
	background-color: #D82A91;
	padding: 12px 24px;
	color: #fff;
}

.mp-stats {
	margin-top: 30px;
}

.stat-box {
	text-align: center;
}

.stat-box h3 {
	font-size: 20px;
  	border-radius: 5px;
	background-color: #D82A91;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
}

.personal-journey-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
	width: 425px;
}

.personal-cols {
    flex: 1;
    text-align: center;
}

.circle-stat {
    width: 100px;
    height: 100px;
    background-color: #302944;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #302944;
}

.wearables {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.wearable-box {
    flex: 1 1 calc(33.333% - 20px);
    text-align: center;
}

.wearable_wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #D82A91;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
	padding: 8px;
}

.wearable_wrap a {
	line-height: 1;
}

.wearable_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Settings Styles */
.wearable-settings {
    margin-top: 2rem;
}

.connected-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.service-card {
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.service-header img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.connected-status {
    color: #4CAF50;
    font-weight: 600;
}

.disconnected-status {
    color: #f44336;
    font-weight: 600;
}

.connect-button {
    background: #4CAF50;
    color: white !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
}

.disconnect-button {
    background: #f44336;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.notice {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.notice.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.notice.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}


/* Add your custom styles here */
#mepr_signup_form {
	background-color: #fff;
	padding: 20px;
}

p:last-of-type {
	margin-bottom: 0;
}

.themecolor {
	color: #20BEC6;
}

.elementor-counter-title {
	text-align: center;
}

#healthy-benefits .elementor-cta--skin-classic .elementor-cta__content {
	background-color: transparent;
}

.gform_wrapper label.gfield_label {
	color: #fff;
}

.gform-theme--foundation .gform_fields {
	row-gap: 10px !important;
}

.gform_wrapper .gform-footer {
	margin-top: 10px !important;
}

.gform_wrapper .gform-footer .gform_button {
	background-color: #fff !important;
	color: #444b9f !important;
	border-radius: 0 !important;
	width: 100% !important;
  	font-family: 'Roboto', sans-serif !important;
  	font-weight: 400 !important;
}

#gform_confirmation_message_1 {
	text-align: center !important;
	color: #fff !important;
}


.inspirational-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

/* Adjust for tablets */
@media (max-width: 1024px) {
    .inspirational-stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Adjust for mobile screens */
@media (max-width: 768px) {
    .inspirational-stories-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.story-item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.story-item:hover {
    transform: translateY(-5px);
}

.story-image img {
    max-width: 100%;
    border-radius: 8px;
}

.story-title {
    font-size: 1.2em;
	text-transform: uppercase;
    margin-top: 10px;
}

.story-title a {
    text-decoration: none;
}

.story-excerpt {
    font-size: 0.9em;
    margin-top: 10px;
}
