
.repeater-item a[aria-current] {
  background-color: var(--nordipack-lightblue);
}

.brxe-social-icons a {
    transition: all 0.25s ease;
}

.brxe-social-icons a:hover {
    background-color: var(--nordipack-lightblue);
}

.woocommerce-LostPassword {
    display: flex;
    justify-content: center;
}

.woocommerce-MyAccount-content {
  padding: 24px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}

.ordered-design-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px;
    padding-top: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: white;
}

.ordered-design-image {
    width: 100%;
    max-width: 400px;
    max-height: 240px;
    border-radius:4px;
    object-fit: contain;
    object-position: 50% 50%;
}

.ordered-design-name {
    color: var(--nordipack-black);
    font-size: 16px;
}

.all-designs-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px
}

.ordered-design-status,.order-status {
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 100px;
    width: fit-content;
}

.ordered-design-status.pending-approval,.order-status.on-hold,.order-status.processing,.order-status.pending-payment{
    background-color: #FFFAEB;
    color: #B54708;
}

.ordered-design-status.approved,.order-status.completed{
    background-color: #D9FFEF;
    color: #067647;
}

.ordered-design-status.cancelled,.order-status.cancelled,.order-status.failed {
    background-color:#FFD0CD;
    color: #B42318
}

.ordered-design-view {
    color: var(--nordipack-blue);
    text-decoration: underline;
    text-align: end;
}

.ordered-design-download {
    width: 100%;
}

.date-status-wrapper,.view-download-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
}

.account-navbar {
    height: fit-content;
}

.show-password-input {
    width: 48px;
    background-color: transparent;
    font-weight: 400;
    color: var(--nordipack-gray);
}

.show-password-input::before,.show-password-input::after {
    display: none;
}


.nsl-container-buttons {
  padding: 0 !important;
}

.nsl-container-buttons a{
  margin: 0 !important;
}

.nsl-button-google {
    border-radius: 100px !important;
}

.woocommerce-MyAccount-orders {
   color: var(--nordipack-black);
   font-weight: 500;
}

.woocommerce-MyAccount-orders tbody * {
   vertical-align: top;
}

.woocommerce-MyAccount-orders thead span{
    font-weight: 600;
    color: var(--nordipack-black);
}

.woocommerce-MyAccount-orders thead th{
   padding-bottom: 8px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody th a {
    font-weight: 500;
}

.order-additional-information-wrapper {
    margin-top: 16px;
}

.order-additional-information {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.order-additional-information p{
    margin-bottom: 4px;
    font-weight: 400;
}

.woocommerce-pagination {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 16px;
    margin-top: 12px;
}

.woocommerce-pagination .woocommerce-button {
    width: 100%;
}

.woocommerce-orders-table__header-order-actions {
    display: none;
}

.woocommerce-EditAccountForm label{
    color: var(--nordipack-black);
    font-weight: 500;
}

/*PASSWORD RESET PAGE*/
.woocommerce-ResetPassword {
    width: 100%;
    max-width: 520px;
    background-color: white;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    font-weight: 400;
    line-height: 150%;
    display: grid;
}

.woocommerce-ResetPassword label{
    color: var(--nordipack-black);
    font-weight: 500;
}

.woocommerce-ResetPassword .woocommerce-Button {
    width: 100%;
}
/*PASSWORD RESET PAGE*/

.account-wrapper {

}

.account-heading {

}

.account-content {
    
}

@media (max-width:991px) {
    .all-designs-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width:767px) {
    .account-navbar .brxe-social-icons {
        width: 100%;
        display:grid;
        grid-template-columns: 1fr 1fr;
  }

      .woocommerce-orders-table__cell-order-status {
        display: flex;
        justify-content: space-between;
    }

    .woocommerce-orders-table__cell-order-actions {
        display: none;
    }
}

@media (max-width:476px) {
    .woocommerce-ResetPassword {
        padding: 16px;
        font-size: 12px;
    }
    

    .woocommerce-MyAccount-content .woocommerce-orders-table__row {
        padding: 12px;
        display: grid;
        background-color: white;
        border-radius: 4px;
        border: 1px solid #ebebeb;
    }

    .woocommerce-MyAccount-content {
        padding: 0;
        margin-top: 0;
        border: none !important;
        border-radius: 0px !important;
        background-color: transparent !important;
    }

    .woocommerce-MyAccount-content tbody {
        display: grid;
        gap: 12px;
    }

    .woocommerce-orders-table__cell-order-date {
        border: none;
    }

    .ordered-design-wrapper {
        align-items: start;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

        .woocommerce-privacy-policy-text p{
        font-size: 11px !important;
        line-height: 150%;
    }

    .view-download-wrapper,.ordered-design-download {
        width: 100%;
    }

    .view-download-wrapper .ordered-design-view{
        display: none;
    }

    
}
