/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2026 | 05:40:35 */
.myaccountpage .woocommerce::before,
.myaccountpage .woocommerce::after {
  display: none;
}

.myaccountpage .woocommerce {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px 60px;
  min-height: 70vh;

  .woocommerce-MyAccount-navigation {
    min-width: 250px;
    background-color: #2e8b57;
    padding: 50px 25px;

    ul {
      list-style: none;
      padding-left: 0px;

      &>li {
        margin-bottom: 20px;

        a {
          color: #fff;
          display: block;
        }

        &.is-active {
          font-weight: 800;
		  pointer-events: none;
        }

        a:hover {
          text-decoration: underline;
        }
      }
    }
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    padding-block: 50px;
    position: relative;

    .woocommerce-notices-wrapper {
      position: absolute;
      right: 0;
      top: 0;
		.woocommerce-message {
		  border: none;
		  padding-block: 10px
		}
		.woocommerce-message::after {
		  position: absolute;
		  width: 100%;
		  height: 3px;
		  top: 0;
		  left: 0;
		  background: #eb5025;  
		  transform-origin: 100%;
		}
		.woocommerce-message.dismiss::after {
		  animation: shrink 3s forwards linear;
		}
		.woocommerce-message::before {
		  top: 12px;
		}		
    }

    .cfu-overview-content h2,
    .cus-title, h1 {
      font-size: clamp(1.88rem, calc(1.023rem + 2.727vw), 3.75rem);
      color: #2e8b57;
      line-height: 0.6;
      margin-bottom: 20px;
    }

    .cus-subtitle,
    .cfu-subtitle {
      color: #000000;
      font-weight: 600;
      margin-bottom: 40px;
    }

    .cfu-box-grid {
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: clamp(20px, calc(10.909px + 1.818vw), 40px) 0;
      position: relative;
      &::after {
        content: "";
        position: absolute;
        width: 1px; height: 100%;
        background: #fff;
        right: 0;
        top: 0;
		pointer-events: none;
      }
      .cfu-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e5e5e5 !important;
/*         border-radius: 999px;
        position: relative;
        min-height: 150px;
        margin-top: 40px; */
        color: #9a999a;
        font-weight: 700;

        img {
/*           width: 90px; */
          height: 115px;
          object-fit: contain;
/*           position: absolute;
          top: -40px; */
          transition: scale 0.4s ease-in-out;
        }

        span {
          position: relative;
/*           padding-right: 35px; */
          &::after {
            position: absolute;
/*             content: ""; */
            width: 30px;
            height: 20px;
            background: url('https://cashflowupdstg.wpenginepowered.com/wp-content/uploads/2026/08/arrow-orange.png') center no-repeat;
            background-size: contain;
            right: 0;
            top: 5px;
          }
        }

        &:hover {
          border-color: #005f94;
          color: #1db1ff;
        }

/*         &:hover img {
          scale: 1.13;
        } */
      }
    }

    .signindetails {
      .pagesectitle {
        margin-top: 50px;

        h3 {
          font-weight: bold;
        }
      }
    }

    .profileinfotable {
      margin-block: 20px;

      .cfu-row .cfu-label {
        width: 200px;
        font-weight: bold;
        flex-grow: 0;
      }

      .cfu-icon {
        display: none;
      }
		.cfu-value {flex: 0 1 50%;}
    }
    .paymentmain .addpayment, .plus-btn {
      display: inline-block;
      padding: 10px 20px;
      margin-block: 20px;
      color: #eb5025;
      border: 2px solid;
      border-radius: 999px;
      &:hover {
        color: #006098;
      }
    }
    .paymentmathodlist {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
      gap: 30px;
      margin-block: 30px 40px;
    }
    .paymentitem {
      border: 1px solid #eb5025;
      padding: 15px 25px;
      display: flex;
      align-items: center;
      .woocommerce-PaymentMethod {
        flex-grow: 1;
        .card-ca {
          font-weight: bold;
          margin-bottom: 10px;
        }
      }
      .paymeny-icon {
        width: 15px;
        height: 18px;
        display: flex;
      }
    }
  }

  h3 {
    font-weight: 800;
  }

  .cfu-table {
    border: 1px solid #bbb;
    margin-block: 30px;
    border-radius: 5px;
    padding: 0 !important;
  }

  .cfu-row {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    .cfu-label {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .cfu-icon img {
      width: 15px
    }
  }

  .cfu-row:not(:last-of-type) {
    border-bottom: 1px solid #bbb;
  }

  p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  
  strong {
    font-weight: 800;
  }
	
  .woocommerce-Button.button {
    background-color: var( --e-global-color-primary );
    font-size: 17px;
    font-weight: 700;
    fill: #FFF;
    color: #FFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-primary );
    padding: 10px 30px 10px 30px;
    border-radius: 999px;
  }
  .cfu-value :is(input, select) {
    border: 1px solid #ccc;
    padding: 5px;
    outline: none;
    appearance: none;
  }
}
.documents-table {
	border: none !important;
	margin-top: 30px !important;
  	border-collapse: collapse !important;
	th, td {
		padding: 0;
		padding-block-end: 20px;
		border: none;
		border-block-start: none !important;
		background: #fff !important;
	}
	thead {
		border-bottom: 1px solid #eb5025;
	}
	tr:first-child td {
		padding-block-start: 20px;
	}
	td.checkbox-column {
		width: 50px
	}
}
.woocommerce table.my_account_orders .button {
	margin-right: 10px;
}
.myaccountpage .woocommerce>strong {
  display: none;
}

.myaccountpage .e-con-inner {
  display: block;
}

.verifybadge {
  color: #8db930;
}
@keyframes shrink {
	0% {
		scale: 100% 100%;
	}
	100% {
		scale: 0% 100%;
	}
}

@media screen and (max-width: 768px) {
  .myaccountpage .woocommerce {
    grid-template-columns: 1fr
  }
}