.notification-container{position:fixed;bottom:2rem;left:2rem;z-index:1000;display:flex;flex-direction:column;gap:1rem;max-width:40rem;min-width:30rem}.notification{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;animation:slideIn .3s ease-out;box-shadow:0 4px 12px #0000001a}.notification:hover{transform:scale(1.02);box-shadow:0 6px 16px #00000026}.notification__content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.notification__message{color:#000;font-size:1.7rem;font-weight:400;flex:1;line-height:1.4}.notification__close{background:none;border:none;color:#9e9e9e;font-size:2rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;min-width:3rem;height:3rem}.notification__close:hover{color:#000;background-color:#f5f5f5;transform:scale(1.1)}.notification--success{border-left:4px solid #4CAF50}.notification--error{border-left:4px solid #F44336}.notification--warning{border-left:4px solid #FF9800}.notification--info{border-left:4px solid #2196F3}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.notification-container{left:1rem;right:1rem;bottom:1rem;max-width:none;min-width:auto}.notification{padding:1.2rem}.notification__message{font-size:1.5rem}}.login-page{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{width:100%;max-width:50rem}.login-card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:4rem;text-align:center;box-shadow:0 8px 24px #0000001a}.login-header{margin-bottom:3rem}.logo-container{margin-bottom:1rem}.login-logo{height:4rem;width:auto;max-width:100%}.login-title{font-size:4rem;font-weight:700;color:#000;margin-bottom:1rem}.login-subtitle{font-size:2rem;color:#9e9e9e;font-weight:400}.login-content,.login-loading{display:flex;flex-direction:column;align-items:center;gap:2rem}.spinner{width:5rem;height:5rem;border:4px solid #9E9E9E;border-top:4px solid #000000;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:2rem;color:#000;font-weight:500}.gym-name{font-size:1.8rem;color:#9e9e9e;padding:1rem 2rem;background-color:#f5f5f5;border-radius:8px;border:1px solid #9E9E9E}.login-info{display:flex;flex-direction:column;align-items:center;gap:2rem}.login-info h2{font-size:2.5rem;color:#000;font-weight:600}.login-info p{font-size:1.8rem;color:#9e9e9e}.gym-id{padding:1.5rem 2rem;background-color:#f5f5f5;border-radius:8px;border:1px solid #9E9E9E}.gym-id span{font-size:1.7rem;color:#000;font-weight:500}.retry-button{background-color:#000;color:#f5f5f5;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.retry-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #0003}.retry-button:disabled{opacity:.6;cursor:not-allowed}.loading-animation{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:1rem}.loading-dots{display:flex;gap:.5rem;align-items:center}.dot{width:.8rem;height:.8rem;background-color:#000;border-radius:50%;animation:bounce 1.4s infinite}.dot:nth-child(2){animation-delay:.2s;background-color:#4a4a4a}.dot:nth-child(3){animation-delay:.4s;background-color:gray}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-1rem);opacity:1}60%{transform:translateY(-.5rem);opacity:.8}}.error-box{background-color:#ff4a4a93;border:2px solid #B62D2D;border-radius:8px;padding:1.5rem 2rem;margin-bottom:2rem;max-width:100%;box-shadow:0 4px 12px #ff4a4a4d}.error-message{color:#fc0000;font-size:1.4rem;font-weight:600;margin:0 0 1rem;text-align:center;line-height:1.4}@media (max-width: 768px){.login-page{padding:1rem}.login-card{padding:3rem 2rem}.login-title{font-size:3rem}.login-subtitle{font-size:1.8rem}.loading-text,.login-info h2{font-size:2rem}.retry-button{padding:1.2rem 2.5rem;font-size:1.7rem}.error-message{font-size:1.4rem}}.auth-status{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1rem;transition:all .3s ease}.auth-status--warning{border-color:#ff9800;background-color:#fff8e1}.auth-status__content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.auth-status__info{display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.auth-status__label{color:#9e9e9e;font-weight:500}.auth-status__value{color:#4caf50;font-weight:600}.auth-status__authorized-level{color:#9e9e9e;font-weight:600}.auth-status__separator{color:#9e9e9e}.auth-status__gym{color:#000;font-weight:500}.auth-status__warning{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:#ff9800}.auth-status__refresh-btn{background-color:#ff9800;color:#f5f5f5;border:none;border-radius:6px;padding:.5rem 1rem;font-size:1.3rem;font-weight:500;cursor:pointer;transition:all .3s ease}.auth-status__refresh-btn:hover{background-color:#f57c00;transform:scale(1.05)}@media (max-width: 768px){.auth-status__content{flex-direction:column;align-items:stretch;gap:1rem}.auth-status__info,.auth-status__warning{justify-content:center}.auth-status__warning,.auth-status__info{font-size:1rem}}.subscription-status{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease}.subscription-status--warning{border-color:#ff9800;background-color:#fff8e1}.subscription-status--expired,.subscription-status--error{border-color:#f44336;background-color:#ffebee}.subscription-status--loading{border-color:#2196f3;background-color:#e3f2fd}.subscription-status__content{display:flex;flex-direction:column;gap:1.5rem}.subscription-status__header{border-bottom:1px solid #9E9E9E;padding-bottom:1rem}.subscription-status__title{display:flex;align-items:center;gap:.75rem}.subscription-status__title h3{margin:0;font-size:1.5rem;font-weight:600;color:#000}.subscription-status__icon{width:24px;height:24px;opacity:.8}.subscription-status__small-icon{width:30px;height:30px;opacity:.7}.subscription-status__details{display:flex;flex-direction:column;gap:1.5rem}.subscription-status__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.subscription-status__info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#ffffff80;border-radius:6px;border:1px solid rgba(158,158,158,.3)}.subscription-status__label{font-size:1.2rem;color:#9e9e9e;font-weight:500}.subscription-status__value{font-size:1.4rem;color:#000;font-weight:600;display:flex;align-items:center;gap:.5rem}.subscription-status__value--warning{color:#ff9800}.subscription-status__value--expired{color:#f44336}.subscription-status__features{display:flex;flex-direction:column;gap:1.5rem}.subscription-status__feature-section{background-color:#ffffff4d;border-radius:8px;padding:1rem;border:1px solid rgba(158,158,158,.2)}.subscription-status__feature-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:#000}.subscription-status__feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.subscription-status__feature-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background-color:#fff9;border-radius:4px;border:1px solid rgba(158,158,158,.2)}.subscription-status__feature-label{font-size:1.2rem;color:#9e9e9e;font-weight:500}.subscription-status__feature-value{font-size:1.3rem;color:#000;font-weight:600}.subscription-status__feature-value--active{color:#4caf50}.subscription-status__feature-value--inactive{color:#f44336}.subscription-status__loading{display:flex;justify-content:center;align-items:center;padding:2rem;font-size:1.4rem;color:#2196f3}.subscription-status__error{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-align:center}.subscription-status__error span{font-size:1.4rem;color:#f44336}.subscription-status__retry-btn{background-color:#f44336;color:#f5f5f5;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1.3rem;font-weight:500;cursor:pointer;transition:all .3s ease}.subscription-status__retry-btn:hover{background-color:#d32f2f;transform:scale(1.05)}@media (max-width: 768px){.subscription-status{padding:1rem}.subscription-status__info-grid,.subscription-status__feature-grid{grid-template-columns:1fr}.subscription-status__info-item,.subscription-status__feature-item{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.subscription-status__label,.subscription-status__feature-label{text-align:right;flex-shrink:0}.subscription-status__value,.subscription-status__feature-value{text-align:left;justify-content:flex-end;flex-shrink:1}}@media (max-width: 480px){.subscription-status__title h3{font-size:1.4rem}.subscription-status__feature-title{font-size:1.3rem}.subscription-status__label,.subscription-status__value,.subscription-status__feature-label,.subscription-status__feature-value{font-size:1.1rem}}.dashboard-page{min-height:100vh;background-color:#f5f5f5}.dashboard-header{background-color:#ebebeb;border-bottom:1px solid #9E9E9E;padding:2rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-info{flex:1}.dashboard-logo-container{margin-bottom:.5rem}.dashboard-logo{height:3rem;width:auto;max-width:100%}.dashboard-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:.5rem}.gym-name{font-size:1.8rem;color:#9e9e9e;font-weight:500}.logout-button{background-color:#000;color:#f5f5f5;padding:10px 15px;font-size:1rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.logout-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.dashboard-content{padding:3rem 0}.welcome-section{margin-bottom:4rem}.welcome-section .card{text-align:center;padding:3rem}.welcome-section h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:1.5rem}.welcome-section p{font-size:1.8rem;color:#9e9e9e;line-height:1.6}.features-section{margin-top:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:3rem}.feature-card{text-align:center;padding:3rem 2rem;transition:all .3s ease}.feature-card:hover{transform:translateY(-.5rem);box-shadow:0 8px 24px #00000026}.feature-card h3{font-size:2.2rem;font-weight:600;color:#000;margin-bottom:1.5rem}.feature-card p{font-size:1.7rem;color:#9e9e9e;margin-bottom:2rem;line-height:1.5}.feature-button{background-color:#000;color:#f5f5f5;padding:1.2rem 2.5rem;font-size:1.7rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;width:100%;max-width:25rem}.feature-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center;gap:2rem}.dashboard-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}.dashboard-content{padding:2rem 0}.welcome-section .card{padding:2rem}}.plans-page{min-height:100vh;background-color:#f5f5f5;direction:rtl;font-family:inherit}.plans-header{background-color:#000;color:#f5f5f5;padding:2rem 0;border-bottom:2px solid #9E9E9E}.plans-logo-container{display:flex;align-items:center}.plans-logo{height:5rem;width:auto;filter:invert(1)}.back-button{background-color:#f5f5f5;color:#000;border:2px solid #9E9E9E;border-radius:8px;padding:1rem 2rem;font-size:1.7rem;font-weight:600;cursor:pointer;transition:all .3s ease}.plans-content{padding:3rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.plans-section{margin-top:0rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2rem;color:#000;margin-bottom:.5rem;font-weight:700}.section-header p{font-size:1.2rem;color:#000;opacity:.8}.duration-selector{display:flex;justify-content:center;align-items:center;gap:.3rem;margin:1rem auto;padding:.3rem;border:2px solid #000000;border-radius:50px;background-color:transparent;width:fit-content}.duration-button{position:relative;background-color:transparent;border:none;border-radius:50px;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:auto}.duration-button:hover{background-color:#0000000d}.duration-button.active{background-color:#000;color:#fff;border-radius:50px;box-shadow:0 2px 8px #00000026}.duration-label{font-size:1.2rem;white-space:nowrap}.discount-badge{font-size:.9rem;font-weight:600;padding:.2rem .6rem;background-color:red;color:#fff;border:2px solid #FF0000;border-radius:12px;white-space:nowrap}.duration-button.active .discount-badge{background-color:red;border-color:red;color:#fff}.plan-card{background-color:#ebebeb;border:2px solid #9E9E9E;border-radius:8px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.discount-ribbon{position:absolute;top:1.5rem;left:-3rem;background-color:#f44;color:#f5f5f5;padding:.5rem 4rem;font-size:1.4rem;font-weight:600;transform:rotate(-45deg);box-shadow:0 2px 8px #ff44444d;z-index:1}.monthly-equivalent{margin-top:1rem;padding-top:1rem;border-top:1px solid #9E9E9E;display:flex;flex-direction:column;align-items:center;gap:.5rem}.monthly-label{font-size:1.3rem;color:#000;opacity:.7}.monthly-price{font-size:1.6rem;color:#f44;font-weight:700}.no-plans{display:flex;justify-content:center;margin-top:4rem}.no-plans .card{text-align:center;padding:4rem;max-width:50rem}.no-plans h3{font-size:2.5rem;color:#000;margin-bottom:1rem}.no-plans p{font-size:1.8rem;color:#000;opacity:.7}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.plan-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.plan-header{text-align:center;border-bottom:2px solid #9E9E9E;padding-bottom:2rem}.plan-header h3{font-size:1.7rem;color:#000;margin-bottom:1rem;font-weight:700}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem}.price-amount{font-size:2rem;color:#000;font-weight:700}.price-currency{font-size:1.5rem;color:#000;opacity:.8}.plan-duration{text-align:center;padding:.3rem 0;background-color:#0000000d;border-radius:8px}.plan-duration span{font-size:1.5rem;color:#000;font-weight:600}.plan-description{text-align:center}.plan-description p{font-size:1rem;color:#000;opacity:.8;line-height:1.6}.plan-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #9E9E9E}.feature-item:last-child{border-bottom:none}.feature-label{font-size:1.2rem;color:#000;font-weight:600}.feature-value{font-size:1.2rem;color:#000;opacity:.8}.plan-actions{margin-top:auto;padding-top:2rem}.buy-button{width:100%;background-color:#000;color:#f5f5f5;border:2px solid #9E9E9E;border-radius:8px;padding:.5rem 2rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.buy-button:hover:not(:disabled){transform:scale(1.02);background-color:#333}.buy-button:disabled{background-color:#9e9e9e;cursor:not-allowed;opacity:.7}.card{background-color:#ebebeb;border:2px solid #9E9E9E;border-radius:8px;padding:2rem}@media (max-width: 768px){.plans-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.duration-selector{gap:.4rem;padding:.4rem}.duration-button{padding:.7rem 1.5rem;font-size:1.4rem}.duration-label{font-size:1.4rem}.discount-badge{font-size:1rem;padding:.2rem .6rem}.header-content{flex-direction:column;gap:2rem;text-align:center}.header-info{flex-direction:column;gap:1rem}.header-info h1{font-size:2rem}.plan-card{padding:2rem}.section-header h2{font-size:2.5rem}}@media (max-width: 480px){.container{padding:0 1rem}.plans-header{padding:1.5rem 0}.plans-content{padding:2rem 0}.duration-selector{gap:.3rem;padding:.3rem;flex-wrap:wrap}.duration-button{padding:.6rem 1.2rem;font-size:1.3rem}.duration-label{font-size:1.3rem}.discount-badge{font-size:.9rem;padding:.2rem .5rem}.plans-grid{grid-template-columns:1fr;gap:1rem}.plan-card{padding:1.5rem;gap:1.5rem}.plan-header h3{font-size:2rem}.price-amount{font-size:2.5rem}.discount-ribbon{font-size:1.2rem;padding:.4rem 3.5rem;left:-3.5rem}}.invoice-page{min-height:100vh;background-color:#f5f5f5;direction:rtl;font-family:inherit}.invoice-header{background-color:#000;color:#f5f5f5;padding:2rem 0;border-bottom:2px solid #9E9E9E}.header-content{display:flex;justify-content:space-between;align-items:center}.header-info{display:flex;align-items:center;gap:2rem}.invoice-logo-container{display:flex;align-items:center}.invoice-logo{height:5rem;width:auto;filter:invert(1)}.header-info h1{font-size:2.5rem;font-weight:700;margin:0;color:#f5f5f5}.back-button{background-color:#f5f5f5;color:#000;border:1px solid #9E9E9E;border-radius:8px;padding:1rem 2rem;font-size:1.7rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{transform:scale(1.05);background-color:#ebebeb}.invoice-content{padding:3rem 0}.container{max-width:1000px;margin:0 auto;padding:0 2rem}.info-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.info-card{background-color:#ebebeb;border-radius:8px;padding:1rem;display:flex;align-items:center;overflow:hidden;min-height:80px}.info-card-content{flex:1;text-align:right;display:flex;flex-direction:column;justify-content:center}.info-card-icon-box{width:15%;height:90%;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-left:1rem;flex-shrink:0}.info-card-icon{font-size:2rem;color:#000;display:flex;align-items:center;justify-content:center}.info-card-icon img{width:32px;height:32px}.info-card-title{font-size:14px;color:#7b7b7b;font-weight:600;margin-top:0rem;margin-bottom:0}.info-card-value{font-size:1.1rem;color:#000;font-weight:700;margin-bottom:0}.second-level-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.status-card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem}.notes-card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem;margin-top:2rem}.status-card-header,.notes-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.status-card-icon,.notes-card-icon{font-size:1.5rem}.status-card-title,.notes-card-title{font-size:1.4rem;color:#000;font-weight:600}.notes-card-content{font-size:1.4rem;color:#000;line-height:1.6}.main-content-row{display:flex;gap:2rem;margin-bottom:3rem}.invoice-details-section{flex:7 0 0}.summary-payment-section{flex:3 0 0}.invoice-details-card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem}.section-title{font-size:1.5rem!important;color:#000;margin-bottom:2rem;font-weight:700;border-bottom:2px solid #9E9E9E;padding-bottom:1rem}.summary-card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem;position:sticky;top:2rem}.summary-title{font-size:1.6rem;color:#000;margin-bottom:2rem;font-weight:700;text-align:center;border-bottom:2px solid #9E9E9E;padding-bottom:1rem}.summary-items{margin-bottom:2rem}.summary-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-bottom:1px solid #9E9E9E}.summary-item:last-child{border-bottom:none}.summary-item.total-item{border-top:2px solid #000000;margin-top:1rem;padding-top:1.5rem;background-color:#0000000d;border-radius:8px;padding:1.5rem}.summary-label{font-size:1.2rem;color:#000;font-weight:600;text-align:right}.summary-value{font-size:1.4rem;color:#000;font-weight:700;text-align:right}.total-item .summary-label{font-size:1.4rem}.total-item .summary-value{font-size:1.6rem;color:#000}.description-cell{text-align:right!important;font-weight:600}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:2rem}.loading-spinner{width:4rem;height:4rem;border:4px solid #EBEBEB;border-top:4px solid #000000;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{font-size:1.8rem;color:#000}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:2rem}.error-container h2{font-size:2.5rem;color:#000}.error-container button{background-color:#000;color:#f5f5f5;border:1px solid #9E9E9E;border-radius:8px;padding:1rem 2rem;font-size:1.7rem;cursor:pointer;transition:all .3s ease}.error-container button:hover{transform:scale(1.05)}.invoice-details{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:3rem}.invoice-header-info{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #9E9E9E}.invoice-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:2rem}.meta-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.meta-label{font-size:1.2rem;color:#000;font-weight:600}.meta-value{font-size:1.7rem;color:#000}.invoice-notes{margin-bottom:3rem;padding:2rem;background-color:#0000000d;border-radius:8px}.invoice-notes h3{font-size:2rem;color:#000;margin-bottom:1rem;font-weight:700}.invoice-notes p{font-size:1.7rem;color:#000;line-height:1.6}.line-items{margin-bottom:3rem}.line-items h3{font-size:2rem;color:#000;margin-bottom:2rem;font-weight:700}.items-table{border:1px solid #9E9E9E;border-radius:8px;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background-color:#000}.header-cell{padding:1.5rem 1rem;font-size:1.2rem;font-weight:700;color:#f5f5f5;text-align:center;border-left:1px solid #9E9E9E}.header-cell:first-child{border-right:none}.header-cell:last-child{border-left:none}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #9E9E9E}.table-row:last-child{border-bottom:none}.table-cell{padding:1.5rem 1rem;font-size:1.2rem;color:#000;text-align:center;border-left:1px solid #9E9E9E;background-color:#f5f5f5}.table-cell:first-child{text-align:right;border-right:none}.table-cell:last-child{border-left:none}.invoice-summary{padding:2rem;background-color:#0000000d;border-radius:8px;margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #9E9E9E}.summary-row:last-child{border-bottom:none}.summary-label{font-size:1.8rem;color:#000;font-weight:600}.summary-value{font-size:1.5rem;color:#000;font-weight:700}.total-row{border-top:2px solid #000000;margin-top:1rem;padding-top:1.5rem}.total-row .summary-label{font-size:1rem;font-weight:700}.total-row .summary-value{font-size:1rem;color:#000}.payment-section{text-align:center;padding-top:2rem;border-top:2px solid #9E9E9E}.pay-button{background-color:#000;color:#f5f5f5;border:1px solid #9E9E9E;border-radius:8px;padding:.5rem 4rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.pay-button:hover:not(:disabled){transform:scale(1.05);background-color:#333}.pay-button:disabled{background-color:#9e9e9e;cursor:not-allowed;opacity:.7}.card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem}@media (max-width: 1024px){.main-content-row{flex-direction:column}.invoice-details-section,.summary-payment-section{flex:1;margin-left:0;margin-right:0}.summary-card{position:static}}@media (max-width: 768px){.info-cards-row,.second-level-cards{grid-template-columns:1fr;gap:1rem}.header-content{flex-direction:column;gap:2rem;text-align:center}.header-info{flex-direction:column;gap:1rem}.header-info h1{font-size:2rem}.invoice-details-card,.summary-card{padding:1.5rem}.invoice-meta{grid-template-columns:1fr;gap:1rem}.meta-item{flex-direction:column;align-items:flex-start;gap:.5rem}.table-header,.table-row{grid-template-columns:1fr;gap:0}.header-cell,.table-cell{border-left:none;border-bottom:1px solid #9E9E9E;text-align:right}.header-cell:last-child,.table-cell:last-child{border-bottom:none}.table-row:not(:last-child) .table-cell:last-child{border-bottom:2px solid #9E9E9E;margin-bottom:1rem}}@media (max-width: 480px){.container{padding:0 1rem}.invoice-header{padding:1.5rem 0}.invoice-content{padding:2rem 0}.invoice-details-card,.summary-card{padding:1rem}.pay-button{padding:1.2rem 2rem;font-size:1.6rem;width:100%}.info-card,.status-card,.notes-card{padding:1.5rem}.info-card-value{font-size:1.3rem}.summary-label{font-size:1.1rem}.summary-value{font-size:1.2rem}}.payments-card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem;margin-top:2rem}.payments-table{border:1px solid #9E9E9E;border-radius:8px;overflow:hidden;margin-top:1.5rem}.payments-table .table-header{display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr;background-color:#000}.payments-table .table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr;border-bottom:1px solid #9E9E9E}.payments-table .table-row:last-child{border-bottom:none}.payments-table .header-cell{padding:1.5rem 1rem;font-size:1.2rem;font-weight:700;color:#f5f5f5;text-align:center;border-left:1px solid #9E9E9E}.payments-table .header-cell:first-child{border-right:none}.payments-table .header-cell:last-child{border-left:none}.payments-table .table-cell{padding:.5rem;font-size:1.2rem;color:#000;text-align:center;border-left:1px solid #9E9E9E;background-color:#f5f5f5}.payments-table .table-cell:first-child{text-align:center;border-right:none}.payments-table .table-cell:last-child{border-left:none}.payment-status{padding:.4rem .8rem;border-radius:6px;font-size:1.2rem;font-weight:500;display:inline-block;text-align:center;min-width:8rem}.payment-status-pending{background-color:#fff3cd;color:#856404;border:1px solid #FFEAA7}.payment-status-paid{background-color:#d4edda;color:#155724;border:1px solid #C3E6CB}.payment-status-failed,.payment-status-cancelled{background-color:#f8d7da;color:#721c24;border:1px solid #F5C6CB}.payment-status-processing{background-color:#cce5ff;color:#004085;border:1px solid #B3D7FF}@media (max-width: 768px){.payments-card{padding:1.5rem;margin-top:1.5rem}.payments-table .table-header,.payments-table .table-row{grid-template-columns:1fr;gap:0}.payments-table .header-cell,.payments-table .table-cell{border-left:none;border-bottom:1px solid #9E9E9E;text-align:right}.payments-table .header-cell:last-child,.payments-table .table-cell:last-child{border-bottom:none}.payments-table .table-row:not(:last-child) .table-cell:last-child{border-bottom:2px solid #9E9E9E;margin-bottom:1rem}.payment-status{font-size:1.1rem;padding:.3rem .6rem;min-width:7rem}}.payment-callback-page{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:2rem;direction:rtl}.payment-callback-container{background-color:#ebebeb;border-radius:8px;padding:3rem;box-shadow:0 4px 6px #0000001a;max-width:500px;width:100%;text-align:center}.payment-callback-icon{width:80px;height:80px;margin:0 auto 2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#f5f5f5;text-align:center;line-height:80px}.payment-callback-icon.success{background-color:#4caf50}.payment-callback-icon.error{background-color:#f44336}.payment-callback-icon.loading{background-color:#9e9e9e;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.payment-callback-title{font-size:2.2rem;font-weight:700;color:#000;margin-bottom:1rem}.payment-callback-message{font-size:1rem;color:#000;margin-bottom:2rem;line-height:1.5}.payment-callback-details{background-color:#f5f5f5;border-radius:8px;padding:1.5rem;margin-bottom:2rem;border:1px solid #9E9E9E}.payment-detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.2rem}.payment-detail-row:last-child{margin-bottom:0}.payment-detail-label{color:#000;font-weight:500}.payment-detail-value{color:#000;font-weight:600}.payment-callback-button{background-color:#000;color:#f5f5f5;border:none;border-radius:8px;padding:.8rem 4rem;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .2s ease;margin:.5rem}.payment-callback-button:hover{transform:scale(1.05)}.payment-callback-button.secondary{background-color:#f5f5f5;color:#000;border:2px solid #9E9E9E}.payment-callback-button.secondary:hover{border-color:#000}.payment-callback-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.loading-spinner{width:40px;height:40px;border:4px solid #9E9E9E;border-top:4px solid #000000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.payment-callback-page{padding:1rem}.payment-callback-container{padding:2rem}.payment-callback-title{font-size:2rem}.payment-callback-message{font-size:1.6rem}.payment-detail-row{font-size:1.5rem}.payment-callback-button{font-size:1.6rem;padding:.8rem 1.5rem}.payment-callback-buttons{flex-direction:column}}.example-page{min-height:100vh;background-color:#f5f5f5;padding:3rem 0}.example-header{text-align:center;margin-bottom:4rem}.example-header h1{font-size:3rem;font-weight:700;color:#000;margin-bottom:1rem}.example-header p{font-size:1.8rem;color:#9e9e9e}.notification-demo{margin-bottom:4rem}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:2rem;margin-bottom:3rem}.demo-card{text-align:center;padding:3rem 2rem;transition:all .3s ease}.demo-card:hover{transform:translateY(-.5rem);box-shadow:0 8px 24px #00000026}.demo-card h3{font-size:2rem;font-weight:600;color:#000;margin-bottom:1rem}.demo-card p{font-size:1.6rem;color:#9e9e9e;margin-bottom:2rem;line-height:1.5}.demo-button{padding:1.2rem 2.5rem;font-size:1.7rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#f5f5f5;width:100%;max-width:25rem}.demo-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.success-button{background-color:#4caf50}.error-button{background-color:#f44336}.warning-button{background-color:#ff9800}.info-button{background-color:#2196f3}.multi-button{background-color:#9c27b0}.advanced-demo{margin-top:3rem}.advanced-demo .card{text-align:center;padding:3rem}.advanced-demo h3{font-size:2.2rem;font-weight:600;color:#000;margin-bottom:1.5rem}.advanced-demo p{font-size:1.7rem;color:#9e9e9e;margin-bottom:2rem}.code-example{margin-top:4rem}.code-example .card{padding:3rem}.code-example h3{font-size:2.2rem;font-weight:600;color:#000;margin-bottom:2rem;text-align:center}.code-block{background-color:#000;color:#f5f5f5;padding:2rem;border-radius:8px;font-family:Monaco,Menlo,Consolas,monospace;font-size:1.4rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;direction:ltr;text-align:left}@media (max-width: 768px){.example-page{padding:2rem 0}.example-header h1{font-size:2.5rem}.demo-grid{grid-template-columns:1fr;gap:2rem}.demo-card{padding:2rem 1.5rem}.advanced-demo .card,.code-example .card{padding:2rem}.code-block{font-size:1.2rem;padding:1.5rem}}.app{min-height:100vh;background-color:#f5f5f5;color:#000;font-family:Vazirmatn,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:rtl}*{box-sizing:border-box}body{margin:0;padding:0;background-color:#f5f5f5;color:#000;font-size:1.7rem;line-height:1.6}button{font-family:inherit;font-size:inherit;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none;outline:none}button:hover{transform:scale(1.05)}input,textarea,select{font-family:inherit;font-size:1.7rem;border-radius:8px;border:1px solid #9E9E9E;padding:1rem;background-color:#f5f5f5;color:#000;direction:rtl}input:focus,textarea:focus,select:focus{outline:2px solid #000000;border-color:#000}.container{max-width:120rem;margin:0 auto;padding:0 2rem}.card{background-color:#ebebeb;border:1px solid #9E9E9E;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.3}p{margin:0 0 1rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.flex{display:flex}.flex-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}
