/* 
Theme Name: Irsweb Child
Theme URI: https://github.com/elementor/hello-theme/
Description: This is a child theme completely customized for IRS Solutions.
Author: Bayleaf Digital | dev.willnv@gmail.com
Author URI: https://bayleafdigital.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root { 
    --mainYellow: #FBAF3D;
    --secondaryHover: #027b7f;
    --primaryHover: #125271;
}

body {
    margin: 0;
    color: #484848;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}

p {
    margin-top: 0;
}

a {
    color: var(--e-global-color-primary);
}

select:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 0;
}

a.btn,
.btn,
.woocommerce-Address .edit {
    display: inline-block;
    padding: 7px 12px;
    transition: all .15s;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.btn-green,
.woocommerce-Address .edit {
    background-color: var(--e-global-color-secondary);
}

.header-action-buttons {
    text-align: right;
}

.header-action-buttons a {
    margin-right: 5px;
    color: #fff;
    font-size: 0.9em;
}

a.header-btn {
    padding: 5px 10px;
}

.btn-green:hover {
    background-color: #008a8f;
}

.access-clients-btn {
    background-color: var(--mainYellow);
    text-shadow: 0 0 4px #0000006b;
}

.access-clients-btn:hover {
    background-color: #e79d2f;
}

div.woocommerce-error, 
div.woocommerce-info, 
div.woocommerce-message {
    padding: 9px 9px 9px 3.5em;
}

div.woocommerce-error::before, 
div.woocommerce-info::before, 
div.woocommerce-message::before {
    top: 0.5em;
}

.woocommerce-MyAccount-content .woocommerce-info {
    display: none;
}

.elementor-element .elementor-nav-menu li.book-demo-header.menu-item a.elementor-item {
    color: #fff;
    background: var( --e-global-color-primary );
}

.elementor-element .elementor-nav-menu li.book-demo-header.menu-item a.elementor-item:hover {
    background: var(--e-global-color-secondary);
}

/* Home */
.home-hero h2 > span {
    color: var(--e-global-color-primary);
}

.home .irs-header.elementor-element {
    margin-bottom: 30px;
}

.slider.slider-for .bg {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 17%);
    height: 520px;
    border-radius: 5px;
}

.slider-for .slick-slide {
    transform: scale(0.8);
    opacity: 0.7;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -2 !important;
    position: relative;
}

.slider-for .slick-slide.slick-current  {
    opacity: 1;
    transform: scale(1.2);
    z-index: 1 !important;
}

.slider.slider-for .slick-track {
    display: flex;
    padding: 100px 0;
}

.slider.slider-for .bg > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.slider.slider-for .bg > div span {
    width: 40px;
}

.roadmap-slider h2 {
    color: var(--e-global-color-primary);
    font-size: 0.9em;
    width: calc(100% - 40px);
    padding-left: 5px;
    line-height: 1.1;
    margin-bottom: 0;
}

.roadmap-slider p {
    font-size: 0.8em;
}

.roadmap-slider .nav-bar {
    color: #fff;
    border: 4px solid #009297;
    border-right: 0;
    text-align: center;
    justify-content: center;
    min-height: 75px;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 0.9em;
    cursor: pointer;
}

.roadmap-slider .slick-current {
    background: #009297;
    outline: none;
}

.roadmap-slider .slider.slider-nav .slick-slide.slick-active:last-child .nav-bar {
    border-right: 6px solid #009297;
}


/* Pricing */
.elementor-widget-price-table > .elementor-widget-container {
    border-radius: 5px;
    box-shadow: 0 0 10px #00000057;
}

.elementor-widget-price-table .elementor-price-table__header {
    min-height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elementor-price-table .elementor-price-table__price {
    min-height: 200px;
}

.elementor-price-table .elementor-price-table__features-list {
    min-height: 130px;
}

.plans-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.elementor-price-table__integer-part > span {
    font-size: 0.3em;
    color: #555;
    font-weight: normal;
}

/* make sure this is showing if editing in elementor */
body:not(.elementor-editor-active ) .monthly-cards {
    display: none;
}

.plans-switch .monthly,
.plans-switch .annual {
    margin: 0 18px;
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mainYellow);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--e-global-color-primary)
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--e-global-color-primary)
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Misc */
.feature-cards-section .elementor-widget-container,
.feature-cards-section .elementor-widget-text-editor {
    height: 100%;
}
.feature-cards-section > .elementor-container {
    align-items: stretch;
}


/* Contact Us */
.contact-us-form input:not([type="submit"]), 
.contact-us-form select,
.contact-us-form textarea {
    background: whitesmoke;
    border: 1px solid #bfbfbf;
    padding: 10px 12px;
    resize: none;
    border-radius: 5px;
    outline: 0;
    width: 100%;
}

.contact-us-form .wpcf7-submit {
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 10px 32px;
    border-radius: 5px;
    font-family: 'open sans';
    font-size: 0.9em;
}

.error-404 {
    padding: 100px 0;
    text-align: center;
}


/* My Account */
.woocommerce-page.page-id-17 #content {
    display: flex;
    align-items: center;
    max-width: 1420px;
    min-height: 73vh;
}

.woocommerce-page.page-id-17 .page-content {
    width: 100%;
}

.logo-customer-only {
    display: none;    
}

.subscription-status {
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    line-height: normal;
    font-size: 0.7em;
    text-transform: uppercase;
}

.subscription-status span {
    padding: 5px 8px;
    margin-left: 4px;
    color: #fff;
    border-radius: 5px;
    font-size: 0.7em;
    letter-spacing: 0.5px;
}

.subscription-status span.active {
    background: #28a745;
}

.subscription-status span.cancelled {
    background: #dc3545;
}

.subscription-status span.sub-user {
    background: #007aff;
}

.subscription-status span.on-hold {
    background: #FBAF3D;
}

.woocommerce-page #content {
    margin: 40px auto 100px auto;
}

.irs-account-address {
    margin: 10px 0;
    opacity: .6;
}
.cancel-my-subscription-wrapper h3,
.change-my-subscription-wrapper h3 {
    color: var(--e-global-color-primary);
}

.fine-print {
    font-size: 0.8em;
    font-style: italic;
}

.update-payment-hidden {
    display: none;
}

.irs-account-details-inner-wrapper .title {
    color: var( --e-global-color-primary );
}

.irs-account-details-inner-wrapper .btn {
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation {
    width: 22%;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .woocommerce-MyAccount-navigation {
        width: 24%;
    }
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
      width: 27%;
  }
}

.woocommerce-MyAccount-navigation::after {
    content: "";
    background-image: url("./img/dots.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -48px;
    top: 60%;
    z-index: -1;
}

.footer-copy {
    color: var(--e-global-color-primary);
    font-size: 14px;
}

.woocommerce-MyAccount-navigation h3 {
    color: white;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul {
    background: var(--e-global-color-primary);
    list-style: none;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: rgb(100 100 111 / 20%) 0px 0 29px 0px;
    margin-top: 0;
}

.woocommerce-MyAccount-navigation li {
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation li:not(:first-of-type) {
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation li a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all .15s;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.1em;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active {
    background-color: var(--e-global-color-secondary);
}

.woocommerce-MyAccount-content {
    width: 72%;
    float: right;
}

.woocommerce table.my_account_orders {
    margin-top: 15px;
}


.woocommerce table.my_account_orders .button:not(:last-child) {
    margin-right: 5px;
}

.irs-account-details-inner-wrapper {
    margin-bottom: 35px;
}

.update-address {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 12px;
    color: #6c6c6c;
}

.current-payment-method-myacc {
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 50px;
    font-size: 0.9em;
}

.current-payment-method-myacc span {
    font-weight: bold;
}


/* we need to hide the "saved cards" radio on my acc update payment method form... */
.woocommerce-MyAccount-content label[for="stripe_cc_use_saved"],
.woocommerce-MyAccount-content label[for="stripe_cc_use_new"],
.woocommerce-MyAccount-content input#payment_method_stripe_cc,
.woocommerce-MyAccount-content .wc-stripe-saved-methods-container  {
    height: 0;
    display: block !important;
    pointer-events: none;
    clip: rect(0 0 0 0);
    position: absolute;
}
/* ...and always show the card # input  */
.woocommerce-MyAccount-content .wc-stripe_cc-new-method-container {
    display: block !important;
}

#orders-update-payment-btn {
    background: var(--e-global-color-secondary);
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

#orders-update-payment-btn i {
    margin-left: 12px;
    transform: scale(0.8);
    transition: all .25s;
}

#orders-update-payment-btn.active i {
    transform: rotate(-180deg);
}

.e-signatures-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.e-signature-item {
    display: inline-flex;
    align-items: center;
    border: 1px solid #c8c8c8;
    background: #eeeeee;
    padding: 10px;
    margin-bottom: 15px;
    width: fit-content;
    position: relative;
    border-radius: 5px;
    transition: all .2s;
}

.e-signature-item:hover {
    background: #e2e2e2;
}

.e-signature-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.e-signature-item .expires {
    font-size: 0.8em;
}

.signature-thumb {
    border-radius: 5px;
    overflow: hidden;
    height: 70px;
    margin-right: 20px;
    width: 80px;
}

.e-signature-item .price {
    color: #1f6e96;
    font-weight: 500;
}

.change-my-subscription-wrapper a.button {
    margin: 10px 0 50px 0;
}

/*  2fa */
.wp-2fa-configuration-form {
    margin-top: 50px;
}

/* highlight failed order with red bg */
.woocommerce table.shop_table .woocommerce-orders-table__row--status-failed.order,
.woocommerce table.shop_table .woocommerce-orders-table__row--status-pending.order,
.woocommerce table.shop_table .woocommerce-orders-table__row--status-cancelled.order {
  background: #ff00001c;
}

.woocommerce table.shop_table .woocommerce-orders-table__row--status-failed.order .woocommerce-orders-table__cell-order-status,
.woocommerce table.shop_table .woocommerce-orders-table__row--status-pending.order .woocommerce-orders-table__cell-order-status,
.woocommerce table.shop_table .woocommerce-orders-table__row--status-cancelled.order .woocommerce-orders-table__cell-order-status {
    font-weight: bold;
    color: #ff5252;
}

.woocommerce-orders-table a {
    color: inherit;
}

.woocommerce-orders-table a.woocommerce-button {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    font-weight: normal;
    transition: all .15s;
    min-width: 28px;
    text-align: center;
}

.woocommerce-orders-table a.woocommerce-button:hover {
    background-color: var(--secondaryHover);
    color: #fff;
}

.woocommerce table.shop_table th {
    color: var(--e-global-color-primary);
}

/* Blog */
.elementor-nav-menu--main .elementor-nav-menu a {
    border-radius: 5px;
    transition: all .25s;
}

.elementor-nav-menu--main .elementor-nav-menu a:hover {
    background: #dfdfdf;
}

.newletter-single-post form {
    display: flex;
    align-items: flex-end;
}

.newletter-single-post label {
    font-size: 0.8em;
    color: #fff;
}

.newletter-single-post label.hs-error-msg {
    font-size: 0.7em;
}

.newletter-single-post .input input {
    border-radius: 5px;
    border: 0;
    padding: 8px 5px;
}

ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 3px;
}

.newletter-single-post input[type="submit"] {
    color: #fff;
    border: 0;
    background: #209296;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
}

/* This ensures the update payment form is shown */
.update-payment-hidden #add_payment_method #payment div.payment_box {
    display: block !important;
}

.order-failed-warning {
    background-color: var(--mainYellow);
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 0.8em;
}

.order-failed-warning a {
    font-weight: bold;
    color: var(--e-global-color-primary);
}


/* Checkout */
.form-row input:read-only,
.form-row select:read-only {
    opacity: .5;
}

.cart-subtotal,
.subscription-switch-direction {
    display: none;
}

/*
label[for="stripe_cc_use_new"]{
    display: none;
}
*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    opacity: .5;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

#billing_country_field {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#order_review .opc_order_review .product-quantity {
    display: none;    
}

.woocommerce td.product-name dl.variation {
    margin-top: 5px;
}

.woocommerce td.product-name dl.variation dd p {
    color: var(--e-global-color-secondary);
}
/*
.woocommerce td.product-name dl.variation dt {
    display: none;
}
*/
#order_review .opc_order_review .opc_cart_item td.product-name {
    padding-left: 12px;
}

.woocommerce-privacy-policy-text {
    font-size: 0.8em;
}

#primary.content-area {
    margin-top: 40px;
}

#order_review .product-remove {
    display: none;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    background-color: var(--e-global-color-primary);
    width: 100%;
    margin-top: 15px;
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background-color: var(--primaryHover);
}

form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
}

form.woocommerce-checkout wc-order-attribution-inputs {
  display: none;
}

.woocommerce-NoticeGroup-checkout {
    grid-column: 1 / 4;
}

form.woocommerce-checkout #order_review_heading {
    display: none;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row {
    display: block !important;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    background-color: #186e96;
    color: white;
}
form.checkout_coupon.woocommerce-form-coupon button.button:hover {
    background-color: #009297;
}
form.checkout_coupon.woocommerce-form-coupon p:first-child {
    margin-bottom: 10px;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    padding: 10px 10px;
    font-size: 1em;
    border-radius: 5px;
}
#customer_details > .col-1 {
    /* width: 90%; */
    width: 100%;
}

#customer_details > .col-2 {
    width: 90%;
    float: left;
}

#customer_details .woocommerce-additional-fields {
    margin-top: 10px;
}

.mailing-switch {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.mailing-switch .switch {
    width: 40px;
    height: 21px;
    margin-right: 7px;
}

.mailing-switch .slider {
    background-color: #bfbfbf;
}

.mailing-switch .slider:before {
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
}

.mailing-switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

#customer_details input,
.edit-account input,
.variations select,
.woocommerce-address-fields__field-wrapper input,
#customer_details input:-webkit-autofill,
#customer_details input:-webkit-autofill:focus {
    border: 1px solid #186e9663;
    border-radius: 5px;
    padding: 10px 10px;
    background: rgb(0 146 151 / 5%);
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #2b2b2b;
}

#customer_details input::placeholder,
.woocommerce-address-fields__field-wrapper input::placeholder {
    color: #999;
    transition: all .25s;
}

.select2-container--default .select2-selection--single{
    height: 46px;
    padding: 7px 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    margin-bottom: 0;
    border-radius: 5px;
}

.woocommerce-input-wrapper .state_select{
    height: 46px;
    border: 1px solid rgb(215 215 215);
    border-radius: 5px;
    padding: 7px 10px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}


#customer_details label:not(.switch) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* div#customer_details{
    border: 0;
    clip: rect(1px 1px 1px 1px);
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: static;
    width: 1px;
}*/
p.form-row{
    display: none !important;
}

.edit-account fieldset {
  margin-bottom: 20px;
}

.edit-account fieldset legend {
  font-size: 1.2em;
}

.edit-account fieldset p.form-row {
  display: block !important;
}

.edit-account fieldset label {
  font-weight: bold;
}

p.form-row.validate-required{
    visibility: initial !important;
    height: initial !important;
    display: block !important;
} 

/*div#customer_details{
    height: initial !important;
    position: static !important;
    width: initial !important;
    opacity: 1 !important;
    pointer-events: initial !important;
}
*/
p.form-row.company-address-fields{
    display: block !important;
}

.woocommerce-billing-fields__field-wrapper .company-address-fields .form-row {
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper .company-address-fields .validate-required{
    display: block !important;
}

#customer_details input,
.edit-account input{
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}
#customer_details select .selection .select2-selection--single{
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
}

#billing_email_field,
#account_password_field,
#billing_postcode_field {
    margin-bottom: 25px;
}

.irs-password-hint {
  font-size: 14px;
}

.woocommerce-account-fields {
    margin-top: 25px;
}

/* phone country code prefix */
#billing_phone_field > span::before {
    content: "+1";
    /* background: #a1c6d447; */
    background: #fff;
    padding: 10px;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /* border: 1px solid #a1c6d4; */
    border: 1px solid rgba(0, 0, 0, .1);
    height: 24px;
}

#customer_details #billing_phone {
    padding-left: 50px;
}

/* hiding this for now */
.woocommerce div.product div.summary {
    display: flex;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 20px 10px;
    background: #f8f8f8;
}

.woocommerce div.product .woocommerce-tabs {
    display: none;
}

div.product div.summary .product_title {
    flex: 1;
    display: flex;
    font-size: 1.2em;
    line-height: normal;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #b6b6b6;
    margin: 0 55px 0 0;
}

.woocommerce .product form.cart.variations_form {
    flex: 1;
    margin-bottom: 0;
}

div.product p.price {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.reset_variations {
    display: none !important;
}

.single_variation_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.woocommerce-variation-add-to-cart { 
    margin-right: 20px;
}


/* wc button colors */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
    background: var(--e-global-color-secondary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled {
    background: var(--e-global-color-secondary) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background: var(--secondaryHover);
}


/* this is PMPro's useless custom notices */
.wc-nonpurchasable-message {
    display: none;
}

@media screen and (max-width: 1024px) {
    .irs-header > .elementor-container {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .mobile-reverse > .elementor-container {
        display: flex;
        flex-direction: column-reverse;
    }
}


/* 2FA Profile */
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-navigation-link--cancel-subscription {
    order: 10;
}

.woocommerce-MyAccount-navigation-link--change-subscription {
    order: 9;
}

.woocommerce-MyAccount-navigation-link--signature-packs {
    order: 8;
}

.woocommerce-MyAccount-navigation-link--orders {
    order: 7;
}


.page-id-92997 #your-profile {
    min-height: 79vh;
    margin-top: 80px;
}

.wp-2fa-configuration-form h3 {
    color: var(--e-global-color-secondary);
    margin-bottom: 8px;
}

.wp-2fa-configuration-form p:first-of-type {
    margin-bottom: 50px;
}

.wp-2fa-configuration-form .wp-2fa-user-profile-form:first-of-type {
    margin-top: 0;
    margin-bottom: 20px;
}

#your-profile.wp-2fa-configuration-form .button.enable_styling {
    color: #fff !important;
    border: 3px solid var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-secondary) !important;
    border-radius: 5px;
    font-weight: 500;
}

#your-profile.wp-2fa-configuration-form .button.enable_styling:hover {
    background-color: #008a8f !important;
    color: #fff !important;
    border: 3px solid #008a8f !important;
}

.wp2fa-modal.enable_styling .radio-cells .option-pill.isSelected {
    border-color: var(--e-global-color-primary) !important;
}

.enable_styling .wp-2fa-button-primary {
    color: #fff !important;
    background-color: var(--e-global-color-primary) !important;
    border: 3px solid var(--e-global-color-primary) !important;
    border-radius: 5px !important;
}

.enable_styling .wp-2fa-button-primary:hover {
    background-color: #136489 !important;
    border-color: #136489 !important;
    color: #fff !important;
}

.enable_styling .wp-2fa-button-secondary {
    border: 0 !important;
    text-decoration: underline !important;
    background: none !important;
}

.enable_styling .wp-2fa-button-secondary:hover {
    color: #555 !important;
    border: 0 !important;
    background: none !important;
}

#configure-2fa .wizard-tooltip {
    display: none !important;
}

.radio-cells .option-pill label {
    cursor: pointer;
}

.enable_styling .option-pill .wizard-custom-counter li::before {
    background: var(--e-global-color-primary);
}

.enable_styling .modal__content .twilio-step-setting-wrapper input:not([type="radio"]):not(.app-key) {
    color: var(--e-global-color-primary) !important;
}
/* hide "no enabled backup methods" */
.wp-2fa-configuration-form .wp-2fa-user-profile-form:first-of-type tbody tr:nth-child(2) {
    display: none;
}
/* glitch fix */
.woocommerce-MyAccount-content > #your-profile {
    display: none;
}

/* hide myacc edit fields */
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
}


/*
.single-product .price,
.product_meta {
    display: none;
}

form.variations_form.cart {
    display: flex;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 70%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
    width: 30%;
}
*/

/* Solid Affiliate */
.sld-col-1.sld-ap-form_box.sld-ap-registration-component {
    display: none;
}

/* .affiliate-field-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
} */

p.sld-ap-form-lead {
  margin-bottom: 2em;
}

.sld-ap-registration-component .sld-ap-form.registration>div {
  gap: 25px;
}

.sld-ap-registration-component .sld-ap-form_group .sld_field-wrapper:not(.is_accept_affiliate_policy) {
  flex-direction: column-reverse;
}

.affiliate-form-row-inline {
    display: flex;
    gap: 20px;
}

.affiliate-form-row-inline > div {
    margin: 0;
}

.sld_field-title {
    display: none;
}

#submit_affiliate_registration {
    cursor: pointer;
}

.sld-ap-form_group .sld-ap-form_checkbox a {
    color: #186e96;
}

#solid-affiliate-affiliate-portal_dashboard {
    opacity: 0;
    transition: opacity .25s;
}

#solid-affiliate-affiliate-portal_new_affiliate input {
    font-family: 'Open Sans';
    padding-left: 15px;
}
/* #solid-affiliate-affiliate-portal_new_affiliate input:focus{
    border: 1px solid #dadce0;
    background: #fafafd;
} */

.form-error-msg {
    background: #ff6c6c;
    color: #fff;
    padding: 2px;
    margin-top: 3px;
    text-align: center;
    border-radius: 5px;
}

p.sld-ap-info-box-bottom.sld-ap-affiliate-link {
    background: #e1e1e1;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: all .25s;
}

p.sld-ap-info-box-bottom.sld-ap-affiliate-link:hover {
    background: #cdcdcd;
}

p.sld-ap-info-box-bottom.sld-ap-affiliate-link:active {
    background: var(--e-global-color-secondary);
}

p.sld-ap-info-box-bottom.sld-ap-affiliate-link:active a {
    color: #fff;
}

p.sld-ap-info-box-bottom.sld-ap-affiliate-link:active::before {
    filter: invert(1);
}

p.sld-ap-info-box-bottom.sld-ap-affiliate-link::before {
    content: url(./img/copyclipboard.svg);
    opacity: .6;
    margin-right: 9px;
    transform: scale(0.7);
    transition: all .25s;
}

#solid-affiliate-affiliate-portal_dashboard .sld-ap-dashboard_flex + .sld-ap-dashboard_flex {
  display: none;
}

#solid-affiliate-affiliate-portal_dashboard #the-list ul li:not(:first-child):not(:nth-child(2)) {
  display: none;
}

label[for=label-amex], label[for=label-amex] + p,
.sld_field-wrapper.amex {
    display: none !important;
} 

#solid-affiliate-g-recaptcha {
  margin-top: 30px;
}

.sld_field-wrapper.is_accept_affiliate_policy .sld-ap-form_checkbox {
  display: flex;
  justify-content: center;
}

.sld-ap-form_group>label input, .sld-ap-form_group>label textarea, .sld-ap-form_group>label select{
    box-sizing: border-box;
}
form#solid-affiliate-affiliate-portal_new_affiliate select.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.sld-ap .sld-ap-form_group input[type="checkbox"],
.sld-ap .sld-ap-form_group input[type="checkbox"]:focus,
.sld-ap .sld-ap-form_group input[type="checkbox"]:hover {
  background-color: #fff;
  border-color: #000;
}

.sld-ap .sld-ap-form_group  input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}

/* Termly */

.termly-styles-modal-md-d8dcf1 .t-closeModal {
  background: transparent;
}

.termly-styles-modal-md-d8dcf1 .t-closeModal:hover svg g {
  fill: #fff !important;
}

.termly-styles-modal-md-d8dcf1 button.t-declineAllButton {
  background: #000 !important;
}