/* ===============================
   Form Feedback States
================================= */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
/*body{*/
/*      font-family: "Montserrat", sans-serif !important;*/
/*      font-optical-sizing: auto !important;*/
/*      font-weight: <weight> !important;*/
/*      font-style: normal !important;*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
body{
      font-family: "Montserrat", sans-serif !important;
      font-optical-sizing: auto !important;
      font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    font-family: Montserrat, sans-serif;
}

.ff-has-error {
    border-color: #dc3232 !important;
    background-color: #ffeaea !important;
}

.ff-has-info {
    border-color: #46b450 !important;
    background-color: #f0f9f0 !important;
}

.ff-error {
    display: block;
    color: #dc3232;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px 10px;
    background: #ffeaea;
    border-radius: 3px;
    border-left: 4px solid #dc3232;
}

.ff-info {
    display: block;
    color: #46b450;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px 10px;
    background: #f0f9f0;
    border-radius: 3px;
    border-left: 4px solid #46b450;
}

.ff-loading {
    opacity: 0.7;
    position: relative;
}

.ff-loading:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: ff-spin 0.8s linear infinite;
}

.ff-disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

@keyframes ff-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===============================
   Assessment / Content Blocks
================================= */

[class^="h"][class*="assesment"],
[class^="h"][class*="assessment"],
.blablablocks-tabs-content,
.harps-profile {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    margin: 30px 0 !important;
    padding: 20px !important;
    border-radius: 8px;
}

/* Images inside assessment elements */
[class^="h"][class*="assesment"] img,
[class^="h"][class*="assessment"] img,
.blablablocks-tabs-content img,
.harps-profile img {
    border-radius: 6px !important;
}

/* ===============================
   Tabs
================================= */

.blablablock-tab-btn {
    border: 1px solid #000 !important;
    border-radius: 100px;
    padding: 10px !important;
}

.tab-img img {
    max-width: 350px;
    width: 100%;
    display: block;
}

/* ===============================
   Page Specific
================================= */

.page-id-1125 .wp-block-post-title {
    display: none;
}

/* ===============================
   Header Links
================================= */

.harpflex-header-link {
    position: absolute;
    top: 85px;
    right: 20px;
    z-index: 999;
}

.harpflex-header-link a {
    background: #4CAF50;
    color: #fff;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 6px;
    display: inline-block;
}

.harpflex-header-link a:hover {
    opacity: 0.9;
}

.harpflex-header-link a.logout {
    background: #dc3545;
}

/* ===============================
   WooCommerce My Account
================================= */

.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 600;
    color: #4CAF50;
}

/* ===============================
   Survey List Table
================================= */

.harpflex-survey-list {
    margin-top: 20px;
}

.harpflex-survey-list table {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.harpflex-survey-list th {
    background: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

.harpflex-survey-list td,
.harpflex-survey-list th {
    border-right: 1px solid #eee;
}

.harpflex-survey-list td:last-child,
.harpflex-survey-list th:last-child {
    border-right: none;
}

.harpflex-survey-list tr:hover {
    background-color: #f9f9f9;
}

/* ===============================
   Buttons
================================= */

#filter-btn {
    background: #f0f0f0;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

#filter-btn:hover {
    background: #e0e0e0;
}

#bulk-mark-paid {
    background: #4CAF50;
    transition: all 0.3s ease;
}

#bulk-mark-paid:hover {
    background: #45a049;
}

.mark-paid-single-btn {
    background: #ff9800;
    transition: all 0.3s ease;
}

.mark-paid-single-btn:hover {
    background: #f57c00;
    opacity: 0.9;
}

#filter-input:focus {
    outline: none;
    border-color: #4CAF50;
}
.page-id-65 .wp-block-post-title{
    display: none;
}
.page-id-65 .woocommerce{
    max-width: 1320px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation{
    width: 15% !important;    
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content{
    width: 85% !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    font-size: 14px;
}
.download-pdf-btn{
    padding: 5px 10px;
    font-size: 13px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
.harpflex-survey-list{
    margin: 0 0 20px; 
    background: #fff; 
    padding: 0 20px 20px; 
    border-radius: 5px; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.harpflex-survey-list h2{
    margin-top: 0; 
    margin-bottom: 20px; 
    font-size: 24px; 
    font-weight: 600;
}
.paid-analysis{
	background: #0073aa; 
	color: white; 
	padding: 5px 15px; 
	border-radius: 3px; 
	font-size: 13px; 
	font-weight: 600; 
	text-decoration: none; 
	display: inline-block; 
	margin-left: 5px;
}
.free-analysis{
	background: #6c757d; 
	color: white; 
	padding: 5px 15px; 
	border-radius: 3px; 
	font-size: 13px; 
	font-weight: 600; 
	text-decoration: none; 
	display: inline-block; 
	margin-left: 5px;
}
.paid-status{
	background: #4CAF50; 
	color: white; 
	padding: 5px 15px; 
	border-radius: 3px; 
	font-size: 13px; 
	font-weight: 600; 
	display: inline-block;
}
.free-user-btn{
	background: #ff9800; 
	color: white; 
	border: none; 
	padding: 8px 15px; 
	border-radius: 3px; 
	cursor: pointer; 
	font-size: 13px; 
	font-weight: 600;
}
#filter-btn{
	background: #f0f0f0;
	border: 1px solid #ddd; 
	padding: 8px 20px; 
	border-radius: 3px; 
	cursor: pointer;
}

.harpflex-free-user .gutena-tabs-block-b7f349-1b .gutena-tabs-tab{
	display: none;
}
.unlock-assessment{
	display: none;
}
.unlock-assessment a{
	background: #4CAF50;
    color: #fff;
    padding: 12px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 6px;
    display: inline-block;	
}

.harpflex-free-user .unlock-assessment{
	display: block;
	margin: 20px 0;
	text-align: center;
}

  .harpflex-header-links {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        position: absolute;
	    right: 8px;
	    bottom: -30px;
    }    
    /* Button style */
    .harpflex-header-links .harpflex-button {
        display: inline-block;
        padding: 10px;
        border-radius: 24px;
        text-decoration: none;
        /*transition: all 0.3s;*/
        background: #2a8591;
        color: #fff;
    }
    .woocommerce-button.button.woocommerce-form-login__submit {
        border-radius: 20px;
    }
    .ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
        background: #2a8591;
        padding: 10px 26px;
        border-radius: 24px;
        font-size: 16px;
    }
    .entry-content.alignfull .fluentform .ff-el-form-control{
        border: 1px solid #000;
    }
    .entry-content.alignfull .fluentform .ff-el-form-control::placeholder {
      color: #666;
      font-size: 13px;
      letter-spacing: 1px;
    }
    .entry-content.alignfull .fluentform .ff-el-form-control:focus{
      border: 2px solid #000;
    }
   .ff-el-group.ff-payment_summary_component table.input_items_table tr td, 
   .ff-el-group.ff-payment_summary_component table.input_items_table tr th {
        border: 1px solid #000;
        text-align: left;
        width: auto;
        word-break: normal;
    }
    .harpflex-dashboard a, 
    .fluent_form_5 .wpf_has_custom_css.ff-btn-submit,
    #harpflex-login-form button, .unlock-assessment a,
    #harpflex-forgot-form button, #harpflex-reset-form button{
        display: inline-block !important;
        padding: 10px 16px !important;
        border-radius: 24px !important;
        font-weight: 500;
        text-decoration: none !important;
        /*transition: all 0.3s;*/
        background: #2a8591 !important;
        color: #fff;
    }
    .unlock-assessment a{
        margin-top: 40px !important;
    }
    .wp-block-template-part .has-background-color.is-style-default{
        padding-bottom: 38px !important;
    }
    .wp-block-navigation__responsive-container .wp-block-button__link {
        padding: 10px;
    }
    .wp-block-navigation__responsive-container .wp-block-button__link img.emoji{
        filter: brightness(0) invert(1);
    }
    
#harpflex-toggle-password{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
	font-size: 18px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: background-color 0.3s;	
}

#harpflex-password{
	width: 100%;
	padding: 10px;
	padding-right: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}
header > .wp-block-group > .wp-block-group{
	position: relative;
    justify-content: space-between;
    gap: 3px;
}

.heading-level2.wp-block-heading{
	font-size: 44px !important;
}
.frame2-text{
	font-size: 20px !important;
}
.precision-section .wp-block-video{
	width: 100%;	
}
header + .entry-content{
	margin-top: 0;
}
.precision-section .wp-block-video{
	max-width: 75%;
    margin: 30px auto 10px;
}
.post-type-archive-product .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
    text-transform: uppercase;
    font-weight: bold;
}
    .wp-block-template-part a.custom-logo-link img{
    	width: 100%;
    }
/* ===============================
   Responsive Table
================================= */


    @media screen and (min-width: 1300px){

    .wp-block-template-part a.custom-logo-link {
        max-width: 400px !important;
        width: 320px;
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        justify-content: flex-start !important;
        gap: 20px;
    }
    header.wp-block-template-part .is-layout-flex.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex {
    gap: 20px;
    }
    .has-contrast-midtone-background-color{
        padding: 10px 20px !important;}
    }
    .wp-block-template-part .has-background-color.is-style-default .wp-block-site-logo{
        position: relative;
        top: 10px;
    }

@media screen and (min-width: 1400px) {
    .wp-block-template-part a.custom-logo-link {
        max-width: 400px !important;
        width: 350px;
    }
}
@media screen and (max-width: 1280px){
    .wp-block-template-part a.custom-logo-link {
        max-width: 250px !important;
        width: 100%;
    }
 .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        justify-content: flex-start !important;
        gap: 15px;
    }
    header.wp-block-template-part .is-layout-flex.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex {
    gap: 15px;
}    
}
@media screen and (max-width: 1100px){
  
 .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        justify-content: flex-start !important;
        gap: 15px;
        font-size: 13px;
    }
    .harpflex-header-links .harpflex-button,
    .has-contrast-midtone-background-color{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 768px) {

    .harpflex-survey-list table,
    .harpflex-survey-list thead,
    .harpflex-survey-list tbody,
    .harpflex-survey-list th,
    .harpflex-survey-list td,
    .harpflex-survey-list tr {
        display: block;
    }

    .harpflex-survey-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .harpflex-survey-list td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        border-bottom: 1px solid #eee;
    }

    .harpflex-survey-list td:before {
        content: attr(data-label);
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    .harpflex-header-links{
        right: 12px;
    }
    .wp-block-template-part a.custom-logo-link {
        max-width: 60% !important;
    }
     .wp-block-template-part .has-background-color.is-style-default{
        padding-bottom: 48px !important;
    }
    .harpflex-dashboard{
        padding: 30px 10px !important;
    }
}

.wc-block-product.post-708 .wp-block-button.wc-block-components-product-button,
.wc-block-product.post-1384 .wp-block-button.wc-block-components-product-button{
    display: none !important;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--wp--preset--color--accent-1);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--montserrat);
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: uppercase;
}
.wp-block-navigation .wp-element-button, .wp-block-navigation  .wp-block-button__link, .harpflex-header-links{
       text-transform: capitalize;
       font-weight: bold;
}

