body .main-cont {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    padding: 30px;
    box-sizing: border-box;
    transition: 0.3s all;
}

.main-cont .title-cont {
    font-size: 20px;
    font-weight: 800;
    color: #424750;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
}

.pa-main .pa-right, 
.pa-main .pa-left, 
.pa-main .pa-clear, 
.pa-main .pa-clear-after::after {
    float: none !important;
}

.pa-wallet-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f0f0f1 !important;
    border-radius: 8px !important;
    padding: 16px !important;
    margin-bottom: 16px;
    gap: 20px;
}

.pa-your-balance {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #62666d;
    font-weight: 500;
}
.pa-your-balance .pa-left {
    font-size: 24px !important;
    font-weight: 800;
    color: #08c96f;
}

.pa-increase-balance form {
    display: flex;
    gap: 10px;
    align-items: center;
}
.pa-increase-balance input.pa-price {
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}
.pa-increase-balance input.pa-price:focus {
    border-color: #00bfd6;
    box-shadow: 0 0 0 3px rgba(0, 191, 214, 0.15);
}
.pa-increase-balance .pa-wallet-pay {
    background: #00bfd6;
    color: #fff;
    border-radius: 8px;
    padding: 0 25px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 191, 214, 0.2);
}
.pa-increase-balance .pa-wallet-pay:hover {
    background: #00a4b8;
    transform: translateY(-2px);
}

.pa-uta-search-fields {
    background: #fff;
    border: 1px solid #f0f0f1;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}
.pa-option-fields {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.pa-option-fields label.pa-label {
    font-size: 13px;
    color: #81858b;
    margin-bottom: 8px;
    display: block;
}

.pa-calendar {
    position: relative;
    display: flex;
    align-items: center;
}
.pa-calendar input {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    padding: 10px 10px 10px 35px;
    font-size: 13px;
    width: 140px;
    outline: none;
    transition: 0.3s;
}
.pa-calendar input:focus {
    border-color: #00bfd6;
}
.pa-calendar button {
    position: absolute;
    left: 8px;
    background: none;
    border: none;
    color: #a1a3a8;
    cursor: pointer;
}

.pa-select-mp {
    width: auto !important;
    height: auto !important;
    overflow-y: auto !important;
    border: none !important;
    padding: 0 !important;
}
.pa-select-mp-child label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 12px;
    color: #545d6e;
    background: #f4f5f7;
    padding: 6px 12px;
    border-radius: 8px;
    transition: 0.3s;
    user-select: none;
}
.pa-select-mp-child label:hover {
    background: #e0e0e2;
}
.pa-select-mp-child input[type="checkbox"] {
    accent-color: #00bfd6;
    width: 14px;
    height: 14px;
}

.pa-action-btns-child {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.pa-ac-button {
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    transition: 0.3s;
    font-family: inherit;
}
.pa-search-submit {
    background: #424750;
    color: #fff;
}
.pa-search-submit:hover {
    background: #30343a;
}
.pa-search-reset {
    background: #f4f5f7;
    color: #424750;
}
.pa-search-reset:hover {
    background: #e0e0e2;
}

.no-transaction {
    background: #fdfdfd;
    border: 2px dashed #e0e0e2;
    color: #81858b;
    padding: 40px 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

form.pa-get-invoice br {
    display: none !important;
}

.pa-user-transactions .pa-wallet-actions .pa-increase-balance .pa-wallet-pay {
    background: #08a4d6 !important;
}

.pa-uta-search-fields .pa-option-fields .pa-right {
    margin-top: 0 !important;
    height: auto !important;
}

.nav-user-dashboard .flexed {
    display: none !important;
}

.account-avatar {
    display: none !important;
}

.continer .nav-user-dashboard .woocommerce-MyAccount-navigation ul .profile_menu_head {
    display: none;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-EditAccountForm br {
    display: none;
}

.woocommerce-MyAccount-content {
    background-color: transparent !important;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 2px solid;
    border-radius: 8px;
}

.prk-tracking-form-field label {
    display: flex !important;
}

@media (max-width: 768px) {
    .main-cont {
        padding: 20px 15px;
    }
    .pa-wallet-actions {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 15px;
    }
    .pa-your-balance {
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
    .pa-increase-balance form {
        flex-direction: column;
        align-items: stretch;
    }
    .pa-increase-balance input.pa-price {
        width: 100%;
    }
    .pa-increase-balance .pa-wallet-pay {
        justify-content: center;
        width: 100%;
    }
    .pa-option-fields {
        flex-direction: column;
        align-items: stretch;
    }
    .pa-calendar input {
        width: 100%;
    }
    .pa-action-btns-child {
        width: 100%;
        display: flex;
    }
    .pa-ac-button {
        flex: 1;
    }
}