/*.val-account-container {*/
/*    padding: 3rem 1rem;*/
/*    background: #f8f9fc;*/
/*}*/

/*.val-account-wrapper {*/
/*    max-width: 900px;*/
/*    margin: auto;*/
/*    background: #fff;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
/*    padding: 2rem;*/
/*}*/

/*.val-account-title {*/
/*    text-align: center;*/
/*    font-size: 2rem;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.val-tab-buttons {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    gap: 0.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.val-tab-btn {*/
/*    background: #e4e9f0;*/
/*    border: none;*/
/*    padding: 0.75rem 1.5rem;*/
/*    border-radius: 6px;*/
/*    cursor: pointer;*/
/*    font-weight: 500;*/
/*    transition: background 0.2s;*/
/*}*/

/*.val-tab-btn.active {*/
/*    background: #246fe7;*/
/*    color: white;*/
/*}*/

/*.val-tab-btn.danger {*/
/*    background: #f8d7da;*/
/*    color: #a71d2a;*/
/*}*/

/*.val-tab-btn.danger:hover {*/
/*    background: #f1b0b7;*/
/*}*/

/*.val-tab-content .val-tab-panel {*/
/*    display: none;*/
/*}*/

/*.val-tab-content .val-tab-panel.active {*/
/*    display: block;*/
/*    animation: fadeIn 0.3s ease-in-out;*/
/*}*/

/*@keyframes fadeIn {*/
/*    from {opacity: 0;}*/
/*    to {opacity: 1;}*/
/*}*/

/*.val-account-form {*/
/*    width: 100%;*/
/*}*/

/*.val-account-table {*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*}*/

/*.val-account-table td {*/
/*    padding: 0.75rem 0.5rem;*/
/*}*/

/*.val-account-table label {*/
/*    font-weight: 600;*/
/*}*/

/*.val-account-table input {*/
/*    width: 100%;*/
/*    padding: 0.6rem;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 6px;*/
/*}*/

/*.primary {*/
/*    background: #246fe7;*/
/*    color: white;*/
/*    padding: 0.6rem 1.25rem;*/
/*    font-weight: 600;*/
/*    border: none;*/
/*    border-radius: 6px;*/
/*    cursor: pointer;*/
/*}*/

/*.primary:hover {*/
/*    background: #1e5fd0;*/
/*}*/

/*.val-account-alert.success {*/
/*    background: #d4edda;*/
/*    color: #155724;*/
/*    padding: 1rem;*/
/*    border-radius: 6px;*/
/*    margin-bottom: 1rem;*/
/*}*/


/*.val-orders-list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 15px;*/
/*}*/

/*.val-order-card {*/
/*    background: #fff;*/
/*    border-radius: 8px;*/
/*    padding: 16px;*/
/*    box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
/*}*/

/*.val-order-view-btn {*/
/*    margin-top: 10px;*/
/*    display: inline-block;*/
/*    padding: 6px 12px;*/
/*    background-color: #222;*/
/*    color: #fff;*/
/*    border-radius: 4px;*/
/*    text-decoration: none;*/
/*}*/