body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress{background-color:#e9ecef;border-radius:.25rem;overflow:hidden}.progress-bar{background-color:#007bff;transition:width .3s ease}.floating-label{position:relative}.floating-input{background-color:initial;border:1px solid #ced4da;border-radius:.25rem;color:#495057;font-size:1rem;line-height:1.5;padding:1rem .75rem .25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.floating-input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.floating-label label{color:#6c757d;font-size:.875rem;left:.75rem;padding:.25rem 0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:transform .15s ease-in-out,color .15s ease-in-out}.form-group{margin-bottom:1.5rem}.is-invalid,.is-invalid:focus{border-color:#dc3545}.is-invalid:focus{box-shadow:0 0 0 .2rem #dc354540}.invalid-feedback{color:#dc3545;display:block;font-size:.875rem;margin-top:.25rem;width:100%}.btn{border:1px solid #0000;border-radius:.25rem;cursor:pointer;font-size:1rem;line-height:1.5;padding:.5rem 1rem;transition:all .15s ease-in-out}.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3;border-color:#004085}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62;border-color:#4e555b}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.text-muted{color:#6c757d}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.mobile-menu{display:none}.desktop-menu{display:block}@media (max-width:600px){.mobile-menu{display:block}.desktop-menu{display:none}}.desktop-only{display:table-cell}.mobile-only{display:none}@media (max-width:600px){.desktop-only{display:none}.mobile-only{display:table-cell}.expanded-row td{align-items:self-start;background-color:#f9f9f9;font-size:1em;padding:10px}.expanded-row div{align-content:flex-start;margin-bottom:6px}.list-action button{margin-right:8px}.data-table{width:100%}td:first-child,th:first-child{width:40%}td:nth-child(2),th:nth-child(2){width:50%}td:nth-child(3),th:nth-child(3){width:10%}}.wrapper-invoice{display:flex;justify-content:center}.wrapper-invoice .invoice{background:#fff;border:1px solid #dcdcdc;box-sizing:border-box;height:auto;margin-top:5vh;max-width:110vh;padding:5vh;width:100%}.wrapper-invoice .invoice .invoice-information{float:right;text-align:right}.wrapper-invoice .invoice .invoice-information b{color:"#0F172A"}.wrapper-invoice .invoice .invoice-information p{color:gray;font-size:2vh}.wrapper-invoice .invoice .invoice-logo-brand h2{color:"#0F172A";font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:2.9vh;text-transform:uppercase}.wrapper-invoice .invoice .invoice-logo-brand img{max-width:100px;object-fit:fill;width:100%}.wrapper-invoice .invoice .invoice-head{display:flex;margin-top:8vh}.wrapper-invoice .invoice .invoice-head .head{box-sizing:border-box;width:100%}.wrapper-invoice .invoice .invoice-head .client-info{text-align:left}.wrapper-invoice .invoice .invoice-head .client-info h2{color:"#0F172A";font-size:2vh;font-weight:500;letter-spacing:.3px}.wrapper-invoice .invoice .invoice-head .client-info p{color:gray;font-size:2vh}.wrapper-invoice .invoice .invoice-head .client-data{text-align:right}.wrapper-invoice .invoice .invoice-head .client-data h2{color:"#0F172A";font-size:2vh;font-weight:500;letter-spacing:.3px}.wrapper-invoice .invoice .invoice-head .client-data p{color:gray;font-size:2vh}.wrapper-invoice .invoice .invoice-body{margin-top:8vh}.wrapper-invoice .invoice .invoice-body .table{border-collapse:collapse;width:100%}.wrapper-invoice .invoice .invoice-body .table thead tr th{background-color:#eee;border:1px solid #dcdcdc;font-size:2vh;padding:1vh;text-align:left}.wrapper-invoice .invoice .invoice-body .table tbody tr td{background-color:#fff;border:1px solid #dcdcdc;font-size:2vh;padding:1vh;text-align:left}.wrapper-invoice .invoice .invoice-body .table tbody tr td:nth-child(2){text-align:right}.wrapper-invoice .invoice .invoice-body .flex-table{display:flex}.wrapper-invoice .invoice .invoice-body .flex-table .flex-column{box-sizing:border-box;width:100%}.wrapper-invoice .invoice .invoice-body .flex-table .flex-column .table-subtotal{border-collapse:collapse;box-sizing:border-box;margin-top:2vh;width:100%}.wrapper-invoice .invoice .invoice-body .flex-table .flex-column .table-subtotal tbody tr td{background-color:#fff;border-bottom:1px solid #dcdcdc;font-size:2vh;padding:1vh;text-align:left}.wrapper-invoice .invoice .invoice-body .flex-table .flex-column .table-subtotal tbody tr td:nth-child(2){text-align:right}.wrapper-invoice .invoice .invoice-body .invoice-total-amount{margin-top:1rem}.wrapper-invoice .invoice .invoice-body .invoice-total-amount p{color:"#0F172A";font-size:2vh;font-weight:700;text-align:right}.wrapper-invoice .invoice .invoice-footer{margin-top:4vh}.wrapper-invoice .invoice .invoice-footer p{color:gray;font-size:1.7vh}.copyright{margin-top:2rem;text-align:center}.copyright p{color:gray;font-size:1.8vh}@media print{.table thead tr th{background-color:#eee!important;-webkit-print-color-adjust:exact}.copyright{display:none}}.rtl{direction:rtl;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.rtl .invoice-information{float:left!important;text-align:left!important}.rtl .invoice-head .client-info{text-align:right!important}.rtl .invoice-head .client-data{text-align:left!important}.rtl .invoice-body .table tbody tr td,.rtl .invoice-body .table thead tr th{text-align:right!important}.rtl .invoice-body .table tbody tr td:nth-child(2){text-align:left!important}.rtl .invoice-body .flex-table .flex-column .table-subtotal tbody tr td{text-align:right!important}.rtl .invoice-body .flex-table .flex-column .table-subtotal tbody tr td:nth-child(2),.rtl .invoice-body .invoice-total-amount p{text-align:left!important}@keyframes softFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes softFloatReverse{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes gentleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.02)}}@keyframes pulseFloat{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.9;transform:translateY(-10px)}}.floating-svg{animation:softFloat 3s ease-in-out infinite;transition:all .3s ease}.floating-svg:hover{animation-play-state:paused;transform:translateY(-2px)}.floating-image{animation:gentleFloat 4s ease-in-out infinite;transition:all .3s ease}.floating-image:hover{animation-play-state:paused;transform:translateY(-5px) scale(1.05)}.floating-logo{animation:softFloatReverse 2.5s ease-in-out infinite;transition:all .3s ease}.floating-logo:hover{animation-play-state:paused;transform:translateY(-3px)}.microsoft-logo-float{animation:pulseFloat 3.5s ease-in-out infinite;transition:all .2s ease}.microsoft-logo-float:hover{animation-play-state:paused;transform:translateY(-2px)}.floating-delay-1{animation-delay:.5s}.floating-delay-2{animation-delay:1s}.floating-delay-3{animation-delay:1.5s}@media (max-width:768px){.floating-image,.floating-logo,.floating-svg,.microsoft-logo-float{animation-duration:2s}@keyframes softFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes gentleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.01)}}}@media (prefers-reduced-motion:reduce){.floating-image,.floating-logo,.floating-svg,.microsoft-logo-float{animation:none}}#app{box-shadow:2px 2px 9px 5px #0000001a;height:600px;margin:10% auto auto;width:320px}#app,#header{background:#fff}#header{height:60px;padding-top:15px}#slider{background:#f4f6f9;height:135px}#feature{background-image:linear-gradient(0deg,#a18cd1 0,#fbc2eb);height:150px}#burger-icon{color:#999;cursor:pointer;font-size:19px;padding-left:20px}#brand-name{color:#777;font-size:19px;letter-spacing:1.17px}#bell-symb{color:#999;cursor:pointer;float:right;padding-right:20px}.brand-alt{color:#aa91d4}#price-section{color:#999;padding-left:20px;padding-top:30px}#price{color:#333;font-family:Roboto;font-size:26px}#price-details{margin-top:8px}#avatar{float:left}#avatar>img{border-radius:50%;height:35px;width:35px}#price-info{color:#777;font-size:13px;letter-spacing:.4px;margin-left:40px;padding-top:1px}#price-time{font-size:11px;margin-left:40px}.no-pading-left{padding-left:0}#payment-button-section{border-left:1px solid #ccc;margin-top:35px;padding-left:7px}.btn{border-radius:0;font-size:12px;font-weight:500;text-transform:uppercase}.btn-primary,.btn-primary:hover{background:#8a60c2;border:none}.btn-default{color:#777}#money{color:#fff;font-family:Roboto;padding-left:20px;padding-top:34px}#money-title{font-family:Roboto-Light;font-size:17px;letter-spacing:.7px}#money-amount{font-family:Roboto-Light;font-size:50px;padding-left:20px;position:relative;top:-5px}.currency{font-size:19px;left:0;position:absolute;top:9px}.cbtn{padding-right:15px;padding-top:10px}.cbtn>li{border-bottom:1px solid #dacfeb99;color:#f6f4fa;font-family:Roboto-Light;font-size:13px;letter-spacing:.7px;list-style:none;padding-bottom:5px;padding-top:15px;text-transform:uppercase}#content{padding:15px}#content-title{font-family:Roboto;letter-spacing:.5px;margin-top:10px}#content-body{display:flex;flex:1 1;flex-direction:column;min-height:170px;padding-bottom:15px;padding-top:15px}.content-row{border-bottom:2px solid #f1f2f7;display:flex;flex:1 1}.content-col{border-right:2px solid #f1f2f7;font-size:14px;padding:15px 17px 15px 15px;text-align:center;width:33.33%}.content-col:last-child{border-right:none}.content-row:last-child{border-bottom:none}.content-col>i{color:#986fcb;font-size:25px;margin-bottom:10px;width:100%}
/*# sourceMappingURL=main.f3eba419.css.map*/