/*
Theme Name: Compliant Coupons Child
Author: Animink
Author URI: https://www.animink.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
Template: compliant-coupons
*/
html {
    scroll-behavior: smooth !important;
}
section[id] {
    scroll-margin-top: 100px;
}
body {
    font-family: "Open Sans", sans-serif;
}
.about-video video {
    height: 577px !important;
}
.client-login-nav a {
    background-color: #3A9D7A;
    padding: 18px 30px !important;
    color: #fff !important;
}
.client-login-nav a:hover {
    background-color: #0fbf80;
}
.billing-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
font-size: 20px;
}

/*** Switch Button ***/
.billing-toggle .billing-label {
  font-size: 20px;
  font-weight: 600;
  color: rgba(30, 28, 26, 1);
  cursor: pointer;
  letter-spacing: 0.4px;
}

.billing-toggle .billing-label.active {
  color: #003DA5;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #003DA5;
  border-radius: 50px;
  transition: 0.3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked + .slider:before {
  transform: translateX(24px);
}
/*** Switch Button ***/
.price-box .billing-period {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 10px;
}
.price-box .billing-price {
    color: rgba(0, 0, 0, 1);
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
}
.blue-box.price-box .billing-price {
    color: #003DA5;
}
.blue-box.price-box .billing-period {
    color: #0623bd;
}
.green-box.price-box .billing-period {
    color: #127c58;
}
.green-box.price-box .billing-price {
    color: #055543;
}

.full-width a {
    width: 100%;
}
.billing-button {
    width: 100%;
}
.what-receive .elementor-image-div {
    margin-top: 5px;
}
.bulled-list li {
    margin-bottom: 10px;
}
.bulled-list li:last-child {
    margin-bottom: 0;
}
.billing-button.green {
    background-color: #3A9D7A !important;
}
.billing-button.green:hover {
    background-color: #0fbf80 !important;
}
.label-hide label {
    visibility: hidden;
}

/*** Form Style ***/
.gform_wrapper .gform_body input[type=text], .gform_wrapper .gform_body input[type=tel], .gform_wrapper .gform_body input[type=url], .gform_wrapper .gform_body input[type=email], .gform_wrapper .gform_body input[type=number], .gform_wrapper .gform_body input[type=password] {
    padding: 10px 18px;
    height: 48px;
    border-color: #CEE8ED;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
}
.gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
.gform_wrapper .top_label .gfield_label {
    font-size: 16px;
    color: #1E1C1A;
    margin-bottom: 3px;
    font-weight: 600;
}
#main .gform_wrapper textarea {
    font-weight: 400;
}
#main .gform_wrapper textarea, .gform_wrapper .top_label .gfield_label {
    border-color: #CEE8ED;
    border-radius: 0;
}
.gform_button.button {
    font-size: 18px !important;
    padding: 17px 30px !important;
    border-radius: 0 !important;
    background-color: #003da5 !important;
}
.gform_button.button:hover {
   background-color: #136FEF !important;
}
#main .gform_wrapper .gfield_required {
    color: red !important;
}
.gform_heading {
    display: none;
}
.faq-section h4 {
    justify-content: space-between;
}

/*** Checkout Page ***/
.woocommerce-billing-fields label, .woocommerce-additional-fields label, .woocommerce-account-fields label {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
}

.woocommerce-billing-fields .input-text, .woocommerce-additional-fields .input-text, .woocommerce-account-fields .input-text {
    font-size: 16px !important;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields .form-row {
    padding-bottom: 0;
}
form.checkout.woocommerce-checkout .form-row-first, form.checkout.woocommerce-checkout .form-row-last {
    width: 50%;
}
.select2-container--default .select2-selection--single {
    margin-bottom: 10px;
    border-style: var(--the7-form-border);
    box-sizing: border-box;
}
.woocommerce-checkout .select2-selection--single {
    height: 48px;
    padding: 10px 18px;
    border: 1px solid #CEE8ED;
}

.woocommerce-checkout .select2-selection__rendered {
    line-height: 26px !important;
    font-size: 16px;
    color: rgba(123, 132, 145, 1) !important;
    padding: 0 !important;
}

.woocommerce-checkout .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}
.woocommerce-shipping-fields {
    display: none;
}
.woocommerce-additional-fields .notes {
    margin-top: 0 !important;
}
.checkout-page-title {
    display: none;
}
.mobile-menu .menu-item:before {
    display: none;
}
.mobile-menu .client-login-nav a {
    background-color: transparent;
    color: #3A9D7A !important;
    padding: 10px 0 !important;
}

/*** Login ***/
/* .page-id-27758 .elementor-column.elementor-col-100 {
    max-width: 60%;
} */
.dashboard-page-title h1 {
    font-size: 28px;
}

.lc-accordion .elementor-tab-title {
    justify-content: space-between !important;
}
.accordion-search {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
}

.tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    width: 100%;
    padding: 14px;
    background: #fafafa;
    border: none;
    text-align: left;
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding: 15px;
}

.accordion-content.open {
    display: block;
}

.accordion-content iframe {
    width: 100%;
    height: 350px;
}

/* ========================================
   Video Library Styles
   ======================================== */

/* .video-library {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
} */
.page-template-page-dashboard-template #main > .wf-wrap {
    padding: 0;
}
/* Search & Filter Container */
.search-filter-container {
    background: #EFF5FB;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}

.search-filter-container .search-input {
    width: 100%;
    padding: 10px 16px 10px 48px;
    border: 1px solid #CEE8ED;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    transition: all 0.2s;
    margin-bottom: 0 !important;
}

.search-input:focus {
    outline: none;
    border-color: #0066cc;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.search-input::placeholder {
    color: #9ca3af;
}

/* Filter Tags */
.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.filter-tag {
    padding: 8px 20px;
    border: 1px solid #003DA5;
    border-radius: 20px;
    background: #fff;
    color: #003DA5;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.filter-tag:hover {
    border-color: #003DA5;
    color: #fff;
    background: #003DA5;
}

.filter-tag.active {
    background: #003DA5;
    border-color: #003DA5;
    color: #fff;
}

/* Accordion Styles */
.accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-section {
    background: #fff;
    border: 1px solid #CEE8ED;
}

.accordion-section.hidden {
    display: none;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px 13px 30px;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    line-height: 132%;
    letter-spacing: 0.4px;
}

.accordion-header:hover {
    background: #EFF5FB;
}
.accordion-header.active {
    background: #EFF5FB;
}

.accordion-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #1E1C1A;
}

.accordion-arrow {
    color: #1E1C1A;
    transition: transform 0.3s;
    line-height: 12px;
}

.accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
    line-height: 12px;
}

.accordion-content {
    display: none;
    padding: 30px;
    background: #fff;
}

.accordion-content.open {
    display: block;
}

/* Video Grid */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 32px;
}

/* Video Card */
.video-card {
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.video-card.hidden {
    display: none;
}

/* .video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

/* Video Thumbnail */
.video-thumbnail {
    position: relative;
    aspect-ratio: 16 / 9;
    /* background: #f0f0f0; */
    cursor: pointer;
}

.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-thumbnail:hover .thumbnail-img {
    transform: scale(1.05);
}

.thumbnail-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Play Button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s, transform 0.2s;
}

.video-thumbnail:hover .play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Duration Badge */
.duration-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
}

/* Video Info */
.video-info {
    padding: 5px 0 0;
}

.video-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: 0.4px;
    font-family: "Open Sans", sans-serif;
}

/* Download Dropdown */
.download-dropdown {
    position: relative;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #EFF5FB;
    color: #003DA5;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    border: 0;
    letter-spacing: 0.14px;
}

/* .download-btn:hover {
    background: #0066cc;
    color: #fff;
} */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 220px;
    margin-top: 4px;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s;
}

.download-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #1E1C1A;
    transition: background-color 0.15s;
}

.dropdown-item:hover {
    background: #f3f4f6;
    color: #0066cc;
}
/* li.current-menu-ancestor.current-menu-parent.menu-item-has-children .sub-menu {
    display: block !important;
} */

/* Video Modal */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal.open {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    z-index: 1;
}

.modal-close {
    position: absolute;
    top: -48px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.modal-close:hover {
    opacity: 1;
}

.modal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 8px;
}

.modal-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* No Results Message */
.no-results-message {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
    font-size: 16px;
}

.no-videos {
    color: #6b7280;
    font-style: italic;
    padding: 20px;
    text-align: center;
}
.clear-search-btn {
    background: none;
    border: none;
    color: #0066cc;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
    margin-left: 10px;
    display: none; /* Initially hidden */
    position: absolute;
    right: 20px;
    top: 16px;
}

.clear-search-btn:hover {
    color: #003DA5;
}
#main > .wf-wrap {
    width: 1475px;
}
/*** Dashboard Css ***/
.page-template-page-dashboard-template #main, .page-template-dashboard-default #main, .page-template-default #main {
    padding: 0;
}
.page-template-page-dashboard-template #main > .wf-wrap, .page-template-dashboard-default #main > .wf-wrap, .page-template-default #main > .wf-wrap {
    width: 100%;
    padding: 0;
}
.dashboard-main {
    display: grid;
    grid-template-columns: 317px 1fr;
}
.dashboard-sidebar {
    padding: 30px;
    background-color: #eef0fa;
}
.dashboard-container {
    padding: 36px;
}
.dashboard-sidebar .menu-item {
    border: none !important;
    margin-top: 15px;
    padding-left: 0 !important;
}
.dashboard-sidebar .menu-item.menu-item-has-children > a:after {
    content: "";
    background: url(/wp-content/themes/compliant-coupons-child/images/down-arrow.svg) no-repeat;
    position: absolute;
    top: 0;
    width: 14px;
    height: 8px;
    bottom: 0;
    margin: auto;
    right: 0;
}
.dashboard-sidebar .menu-item a {
    color: #003DA5;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.18px;
    position: relative;
    padding-left: 40px;
}
.dashboard-sidebar .menu > li.menu-item:not(:first-child) {
    border-top: 1px solid #dfdfdf !important;
    padding-top: 15px;
}
.dashboard-sidebar .sub-menu .menu-item {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    padding: 10px 0;
}
/* .dashboard-sidebar .sub-menu .menu-item a {
    padding-left: 0 !important;
} */
/* .dashboard-sidebar .sub-menu .menu-item:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 23px;
    border-radius: 5px;
    left: 0px;
} */
.dashboard-sidebar .menu-item a:hover  {
    color: #3A9D7A;
    text-decoration: none;
}
.dashboard-sidebar .sub-menu .menu-item:hover::before {
    background-color: #3A9D7A;
}
.dashboard-sidebar .sub-menu .current-menu-item:before {
    background-color: #3A9D7A;
}
.dashboard-sidebar .menu-item::before {
    background-color: #003DA5;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.dashboard-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/dashboard-icon.svg);
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
}
/* .dashboard-sidebar .dashboard-icon.menu-item a, .dashboard-sidebar .coupon-program-icon.menu-item a, .dashboard-sidebar .compliance-zone-icon.menu-item a {
    padding-left: 29px;
} */
.coupon-program-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/coupon-program-icon.svg);
    content: "";
    width: 14px;
    height: 16px;
    position: absolute;
}
.compliance-zone-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/compliance-zone-icon.svg);
    content: "";
    width: 13px;
    height: 18px;
    position: absolute;
}
.implementation-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/implementation-icon.svg);
    background-size: 13px;
}
.fee-calculator-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/fee-calculator-icon.svg);
    background-size: 13px;
}
.discount-training-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/discount-training-icon.svg);
    background-size: 19px;
}
.coupon-how-to-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/coupon-how-to-icon.svg);
    background-size: 17px;
}
.printable-coupon-templates-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/printable-coupon-templates-icon.svg);
    background-size: 17px;
}
.faq-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/faq-icon.svg);
    background-size: 18px;
}
.letter-to-insurance-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/letter-to-insurance-icon.svg);
    background-size: 17px;
}
.get-support-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/get-support-icon-new.svg);
    background-size: 17px;
}
.flashpoint-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/flashpoint-icon.svg);
    background-size: 17px;
}
.medicare-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/medicare-101-icon.svg);
    background-size: 17px;
}
.medical-necessity-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/medical-necessity-icon.svg);
    background-size: 14px;
}
.hipaa-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/hipaa-icon.svg);
    background-size: 17px;
}
.compliance-policy-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/compliance-policy-icon.svg);
    background-size: 17px;
}
.personal-injury-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/personal-injury-icon.svg);
    background-size: 19px;
}
.records-request-icon:before {
    background-image: url(/wp-content/themes/compliant-coupons-child/images/records-request-icon.svg);
    background-size: 15px;
}
.dashboard-footer {
    padding: 22px 0 0;
    border-top: 1px solid rgba(206, 232, 237, 1);
    margin-top: 35px;
}


/* Basic styles for the vertical menu */
.menu-dashboard-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-dashboard-menu-container li {
    position: relative;
}

.menu-dashboard-menu-container a {
    display: block;
}



/* Initially hide sub-menu */
.sub-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
}

/* Show sub-menu when the parent <li> has the 'active' class */

.menu-dashboard-menu-container .sub-menu {
    display: none;
}

.menu-dashboard-menu-container .menu-item-has-children.active > .sub-menu {
    display: block;
    margin-top: 10px;
    margin-left: 0;
}



.tml {
    width: 495px;
    /* margin: 60px auto;
    padding: 30px;
    border: 1px solid #d8e7f5;
    background-color: #eff5fb; */
    max-width: 100%;
}
.tml .tml-error {
    border-left-color: #dc3232;
    background-color: #fff;
} 
.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success {
    background-color: #fff;
}
.tml-button {
    padding: 13px 30px;
    background-color: #003DA5;
    border: none;
    appearance: none;
    color: #fff;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif;
}
.tml-button:hover {
    background-color: #136FEF;
}

.tml .tml-field-wrap label.tml-label {
    color: #1E1C1A;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    margin-bottom: 0px;
}
.tml .tml-field-wrap .tml-field {
    font-size: 16px;
    margin-bottom: 0 !important;
}
.content ul.tml-links {
    list-style: none;
    margin: 0;
}
.tml-links a {
    color: #1E1C1A;
    text-decoration: underline;
}
.tml-links a:hover {
    text-decoration: none;
}
.dashboard-sidebar .current-menu-item a {
    color: #3A9D7A !important;
}

.page-id-95143 .video-library {
    display: none;
}

.billing-price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.original-price {
  display: none;
  color: #999;
  text-decoration: line-through;
  font-size: 0.9em;
}

.price-box.is-yearly .original-price {
  display: inline;
}
.content-list .list-item a {
    color: #88b158;
    padding: 0px 0 10px;
    display: inline-block;
}
.content-list .list-item a:hover {
    color: #1E1C1A;
}
.list-item .small-text {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #1E1C1A;
}
.list-item .small-text p {
    margin: 0;
}
.url-underneath-text {
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 15px;
    line-height: 20px;
}
.accordion-content .content-section h3 {
    margin-top: 30px;
}
.accordion-content .content-section:first-child h3 {
    margin-top: 0;
}
.page-id-95242 header, .page-id-95242 footer, .page-id-95249 header, .page-id-95249 footer {
    display: none;
}
.div-align-center {
    height: 99vh;
}
.page-id-95261 .video-library {
    display: none;
}
.page-id-95261 .dashboard-page-title h1 {
    display: none;
}
.page-description h1 {
    font-size: 28px;
}
.page-description h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
}
ul.bullet-point {
    list-style-type: disc;
    margin-left: 36px;
    margin-bottom: 20px;
}
.payment_methods li, .payment_methods li+li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#payment ul.payment_methods li label[for='payment_method_authorize_net_cim_credit_card'] {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
#payment ul.payment_methods input[type=radio] {
    background-color: #fff;
    width: 21px;
    height: 21px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    border: 2px solid #3A9D7A;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 10px;
}
#payment ul.payment_methods input[type=radio]:checked,
#payment ul.payment_methods input[type=checkbox]:checked {
    position: relative;
}

.wlfmc-wishlist-table input[type=radio]:checked,
.wlfmc-wishlist-table input[type=checkbox]:checked {
    position: absolute;
}

.wlfmc-popup.multi-list-popup .wlfmc-btn.wlfmc-manage-btn {
    margin-right: 0px;
    margin-left: 15px;
}

#payment ul.payment_methods input[type=radio]:checked:after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #3A9D7A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.payment_box .woocommerce-input-wrapper input {
    height: 48px;
    font-size: 16px !important;
}
#payment .payment_box, .woocommerce-terms-and-conditions {
    width: 100%;
}
.footer-info .elementor-inline-item a {
        text-decoration: underline !important;
        color: #1E1C1A;
    }
    .footer-info .elementor-inline-item a:hover {
        text-decoration: none !important;
    }
    .content input[type="url"] {
        width: 100%;
    }
.woocommerce-checkout #customer_details {
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields {
    order: 1;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    order: 2;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    order: 4;
}
.woocommerce-account-fields .create-account .form-row#account_username_field {
    margin-bottom: 0px;
    padding-bottom: 0;
}

/*** Dashboard Page ***/
.main-dashboard {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.section-white {
    background-color: white;
    border: 1px solid #cee8ed;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-blue {
    background-color: #eff5fb;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 600px;
}

.section-green {
    background-color: #e5f4f1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 600px;
}
 .icon-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.icon-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-row-center {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.icon-row-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 138px;
    min-width: 120px;
}

.icon-item-wide {
    width: 142px;
    min-width: 120px;
}

.icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-blue {
    background-color: #003da5;
}

.icon-green {
    background-color: #3a9d7a;
}

.icon-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: #1e1c1a;
    text-align: center;
    line-height: 1.2;
}
.sidebar-section {
    width: 100%;
    max-width: 379px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tip-section {
    background-color: #f9ffee;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.announcement-section {
    background-color: #eff5fb;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-icon.green {
    background-color: #3a9d7a;
}

.header-icon.blue {
    background-color: #003da5;
    padding: 10px;
    border-radius: 20px;
}

.header-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.18px;
    color: #1e1c1a;
    line-height: 28px;
}
.tip_of_the_month-section {
    background:#F9FFEE;
    padding:24px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px;
}
.tip-content-wrapper {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 14px;
}
.tip-content-wrapper::-webkit-scrollbar {
    width: 8px; /* Customize the scrollbar width */
    visibility: hidden; /* Hide the scrollbar by default */
}

.tip-content-wrapper::-webkit-scrollbar-thumb {
    background-color: #888; /* Color for the scroll thumb */
    border-radius: 10px;
}

.tip-content-wrapper:hover::-webkit-scrollbar {
    visibility: visible; /* Show scrollbar on hover */
}

.tip_of_the_month-section h3 {
    font-size:18px;
    font-weight:600;
    margin-bottom:20px !important;
    display:flex;
    font-family: 'Open Sans', sans-serif;
    align-items: center;
}

.tip-icon {
    margin-right:16px;
    font-size:18px;
        width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #3A9D7A;
}
.tip_of_the_month {
    margin-bottom: 20px;
}
.tip-content-wrapper .tip_of_the_month:last-child {
    margin-bottom: 0;
}
.tip-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(30, 28, 26, 0.70);
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    margin-bottom: 10px;
}

.tip-date, .announcement-date {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #1e1c1a;
    text-align: right;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #ececee; */
    line-height: 1.6;
}
.tip_of_the_month-section .tip_of_the_month:last-child .tip-date {
    border-bottom: none !important;
    padding-bottom: 0;
}
.announcements {
    background: #EFF5FB;
    padding: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    border-radius: 10px;
}
.announcements h3 {
    font-size:18px;
    font-weight:600;
    margin-bottom:20px !important;
    display:flex;
    font-family: 'Open Sans', sans-serif;
    align-items: center;
}
.announcements-icon {
    background: #003DA5;
    margin-right:16px;
    font-size:18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* .announcement-card {
    background-color: white;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
} */
.announcement-content {
    color: rgba(30, 28, 26, 0.70);
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 18.62px */
    letter-spacing: 0.42px;
    margin-bottom: 10px;
}

/* .announcement-date {
    font-size: 14px;
    letter-spacing: 0.42px;
    color: #1e1c1a;
    line-height: 1.2;
} */
.announcement-wrapper {
    max-height: 380px;
    overflow-y: auto;
    /* padding-right: 14px; */
}
.announcement-wrapper::-webkit-scrollbar {
    width: 8px; /* Customize the scrollbar width */
    visibility: hidden; /* Hide the scrollbar by default */
}

.announcement-wrapper::-webkit-scrollbar-thumb {
    background-color: #888; /* Color for the scroll thumb */
    border-radius: 10px;
}

.announcement:hover::-webkit-scrollbar {
    visibility: visible; /* Show scrollbar on hover */
}


.woocommerce-checkout-review-order .wc-coupon-wrap {
    margin-bottom: 20px;
}
/* .wc-coupon-wrap .woocommerce-info {
    display: none;
}
.wc-coupon-wrap .form-coupon-wrap {
    padding: 0;
} */
ul.bullet-points {
    list-style-type: disc;
    margin-left: 40px;
}
.page-id-95368 .video-library {
    display: none;
}
.page-template-dashboard-default .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding-right: 36px;
}
.page-id-95327 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding-right: 30px;
}
.terms-of-acceptance {
    border: 1px solid #CEE8ED;
    padding: 10px 18px;
    max-height: 400px;
    overflow-y: auto;
    margin: 30px 0 15px;  
}
.page-template-terms .content td, .content th {
    padding: 0;
    border: none;
    background-repeat: no-repeat;
}
.page-template-terms .content td p {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 0px;
}
.page-template-terms table {
    border: none !important;  
}

.page-template-terms .mceTmpl table table {
    width: 300px;
    height: 394px;
}
.page-template-terms .content td, .content th {
    padding: 0;
    border: none;
    background-repeat: no-repeat;
}
/* .page-template-terms .content td p {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0px;
} */
.page-template-terms .content td p span {
    font-size: 24px;
    color: #ffffff;
}
.page-template-terms .content td p span span {
    font-size: 13px;
}
.page-template-terms .mceTmpl tr[valign="bottom"] td {
  font-size: 42px;
  font-weight: 700;
}
.page-template-terms .mceTmpl tr[valign="bottom"] td span {
  font-size: 36px;
  font-weight: 700;
}

.home .elementor-location-header section {
    background-color: #fff !important;
}


.coupon-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.coupon-sets-box {
    flex: 0 1 263px;
    max-width: 263px;
    box-sizing: border-box;
}

.coupon-set-images,
.special-offer-img {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.coupon-set-images {
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 5px;
    width: 263px;
    height: 326px;
}

.special-offer-img {
    padding: 12px 15px;
}

.special-offer-img > h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  /* letter-spacing: 4px; */
  font-family: 'Open Sans';
}

.offer-info p {
  margin: 0 0 4px;
  font-size: 14px;
  color: #1E1C1A;
  line-height: 1.1;
}

.offer-info h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  font-family: 'Open Sans';
}

.offer-info h3 {
  margin: 15px 0 0;
  font-size: 22px;
  font-weight: 900;
  font-family: 'Open Sans';
}

.offer-note {
  margin: auto 0 30px;
  font-size: 14px;
  line-height: 1.25;
  color: #1E1C1A;
}

.offer-discount {
  text-align: center;
  margin-top: auto;
}

.offer-discount h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  font-family: 'Open Sans';
}

.offer-discount p {
  margin: 0;
  font-size: 12px;
  line-height: 1.15;
  color: #1E1C1A;
}
.store-locator #wpsl-search-wrap form {display: flex;}
.store-locator .wpsl-input {
    margin-right: 30px !important;
}
.store-locator #wpsl-search-btn, .store-locator #wpsl-search-wrap div {
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
}
.store-locator .wpsl-input label, .store-locator #wpsl-radius label, .store-locator #wpsl-category label {
    width: inherit;
}
.store-locator .wpsl-search {
    background-color: #EFF5FB;
    padding: 12px 20px;
}
.store-locator #wpsl-search-input {
    padding: 10px 18px;
    height: 48px;
    border-color: #CEE8ED;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    
}
.store-locator .wpsl-dropdown {
    height: 48px;
    border-color: #CEE8ED;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    width: 100px;
}
.store-locator #wpsl-search-wrap div label {
    font-size: 16px;
    color: #1E1C1A;
    margin-bottom: 0px;
    font-weight: 600;
}
.store-locator #wpsl-search-wrap div label::placeholder {
    font-weight: 400;
    color: #9ca3af;
}
.store-locator .wpsl-dropdown .wpsl-selected-item, .store-locator .wpsl-dropdown li, .store-locator .wpsl-selected-item {
    padding: 12px !important;
}
.store-locator #wpsl-search-wrap .wpsl-dropdown div {
    border-color: #CEE8ED;
}
.store-locator .wpsl-search-btn-wrap #wpsl-search-btn {
    background:#003DA5 !important;
    color: #fff;
    height: 48px;
    border: none;
    box-shadow: none !important;
    font-size: 16px;
    padding: 0 20px;
    appearance: none;
}
.store-locator .wpsl-search-btn-wrap #wpsl-search-btn:hover {
    background: #0066cc !important;
}
a.woocommerce-button.button.view {
    font-size: 18px;
    padding: 18px 30px;
    border-radius: 0;
}
.dashboard-greeting {            /* the heading's container */
    background: #e6f2fb;         /* light blue */
    border-radius: 10px;
    padding: 15px 20px !important;
    margin: 0 auto;         /* center it + space below */
    box-sizing: border-box;
}
.woocommerce-MyAccount-navigation li a {text-transform: capitalize;}

.role-coupon_program .compliance-zone-icon {display: none;}
.white-box h3 {margin-bottom: 0;}
/* .role-coupon_program .compliant-coupons-program {
    display: none;
} */

.page-id-95327 .my-account-menu:hover > .the7-e-sub-nav,.dt-nav-menu-horizontal.menu-item-has-children:hover > .the7-e-sub-nav {
    opacity:1!important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
}
.page-id-95327 .my-account-menu:hover > a {
    color: #003DA5 !important;
}
#wpsl-wrap #wpsl-result-list li {
    padding: 0 15px 0 0;
}
#wpsl-result-list p {
    padding: 0;
}
.woocommerce-notice.woocommerce-notice--success {
    color: green;
}
.podcast-video .sb_youtube {
    max-width: 429px;
}
/* Responsive Styles */
@media (max-width: 1480px) {
    .records-request-steps {
        --flex-wrap: wrap;
    }
    .records-request-steps .e-con-inner {
        gap: 30px !important;
    }
    .records-request-steps .records-steps {
        width: 40% !important;
    }
    .arrow-hide {
        display: none;
    }
}
@media (max-width: 1280px) {
    
    
    .complex-block .elementor-icon-box-wrapper {
        flex-direction: column !important;
    }
    .submit-form {
        width: 100% !important;
    }
}
@media (max-width: 825px) {
    .store-locator #wpsl-search-wrap .wpsl-input {
        width: auto;
    }
}

@media (max-width: 768px) {
    /* .video-library {
        padding: 12px;
    } */
    
    .search-filter-container {
        padding: 16px;
    }
    
    .filter-tags {
        gap: 16px;
    }
    
    /* .filter-tag {
        padding: 6px 12px;
        font-size: 13px;
    } */
    
    .video-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 30px;
    }
    .video-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .accordion-header {
        padding: 14px 16px;
    }
    
    /* .accordion-title {
        font-size: 15px;
    } */
    
    .dropdown-menu {
        position: fixed;
        left: 50% !important;
        right: auto;
        bottom: 20px;
        top: auto;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: 320px;
    }
    
    .download-dropdown.open .dropdown-menu {
        transform: translateX(-50%);
    }
    .dashboard-container {
        padding: 30px;
    }
    .accordion-content {
        padding: 15px;
    }
}





@media (max-width: 1024px) {
   .about-video video {
        height: auto !important;
    } 
    form.checkout.woocommerce-checkout .form-row-first, form.checkout.woocommerce-checkout .form-row-last {
        width: 49%;
    }
    .dashboard-main {
        display: block;
    }
    .page-template-dashboard-default .elementor-section.elementor-section-boxed > .elementor-container {
        padding-right: 0;
    }
    .dt-sub-menu-display-on_item_click .item-content svg {
        display: none !important;
    }
    .dt-sub-menu-display-on_item_click .menu-item a {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    form.checkout.woocommerce-checkout .form-row-first, form.checkout.woocommerce-checkout .form-row-last {
        width: 100%;
    }
    .store-locator #wpsl-search-wrap form {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .store-locator .wpsl-search-input {
        width: 100%;
    }
    .store-locator #wpsl-search-btn, .store-locator #wpsl-search-wrap div {
        width: 100%;
    }
    .store-locator #wpsl-search-wrap .wpsl-input {
        margin-bottom: 0px;
        margin-right: 0 !important;
        width: 100% !important;
        display: block !important;
    }
    .store-locator #wpsl-gmap, .store-locator #wpsl-result-list {
        width: 100%;
        float: none;
    }
    .store-locator #wpsl-search-btn, .store-locator #wpsl-search-wrap div {
        width: 100%;
        display: block !important;
        margin: 0;
    }
    .store-locator #wpsl-search-wrap .wpsl-dropdown, .store-locator #wpsl-search-input {
        width: 100% !important;
    }
    .store-locator .wpsl-search {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .records-request-steps {
        --flex-wrap: wrap;
    }
    
    .records-request-steps .records-steps {
        width: 100% !important;
    }
    .arrow-hide {
        display: block;
    }
    .price-box .billing-price {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    .footer-info .elementor-inline-item {
        margin-bottom: 15px;
    }
    .f-custom-menu .dt-nav-menu-horizontal {
        justify-content: left;
        
    }
    .f-custom-menu .dt-nav-menu-horizontal li.item-divider {
        margin-right: 13px;
    }
     .f-custom-menu .dt-nav-menu-horizontal a {
        padding-left: 0 !important;
     }
}