@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Roboto,sans-serif;margin:0;padding:0;scroll-behavior:smooth;background-color:#000;color:#fff}.send-customers-button{background-color:#3b82f6;color:#fff;padding:10px 15px;border:none;border-radius:5px;font-size:16px;cursor:pointer;margin-bottom:10px}.send-customers-button:hover{background-color:#2563eb}.records-table{width:100%;border-collapse:collapse}.records-table th,.records-table td{border:1px solid #ddd;padding:.5rem;text-align:left}.records-table th{background-color:#0dc50d}nav{background-color:#0dc50d;padding:20px}.navbar-container{display:flex;justify-content:space-between;align-items:center;margin:0 auto;position:relative}.navbar-logo img{height:50px;width:auto}.navbar-links{display:flex;gap:15px}.navbar-links button{background:none;border:none;color:#fff;text-decoration:none;font-size:16px;font-weight:700;cursor:pointer;padding:5px 10px;transition:color .3s}.navbar-links button:hover{text-decoration:underline}.menu-icon{display:none;flex-direction:column;gap:5px;cursor:pointer}.menu-bar{width:25px;height:3px;background-color:#fff;transition:transform .3s}@media (max-width: 768px){.menu-icon{display:flex}.navbar-links{display:none;flex-direction:column;position:fixed;top:70px;right:0;left:0;background-color:#0dc50d;padding:10px;width:100%;z-index:1}.navbar-links.show{display:flex}.menu-icon.open .menu-bar:nth-child(1){transform:rotate(45deg);transform-origin:top left}.menu-icon.open .menu-bar:nth-child(2){opacity:0}.menu-icon.open .menu-bar:nth-child(3){transform:rotate(-45deg);transform-origin:bottom left}.navbar-links{display:none}}.section{height:100vh;padding:2rem}.home-content{display:flex;align-items:center;justify-content:flex-start;height:100vh;width:100%;box-sizing:border-box}.background-container{position:relative;width:100%;height:100%;background-image:url(/assets/sapaBanner-BjXgVhPX.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.home-images{display:flex;flex-direction:column;gap:20px;width:50%;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.home-img{width:100%;border-radius:10px;box-shadow:0 4px 8px #0000001a;object-fit:cover}@media (max-width: 768px){.home-content,.background-container{height:50vh}.home-images{position:relative;transform:translateY(0);gap:10px}.home-img{width:100%}}.tv{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;padding:20px}.tv img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}@media (min-width: 1024px){.tv{justify-content:space-between}.tv img{width:30%}}@media (max-width: 1024px) and (min-width: 768px){.tv{justify-content:center}.tv img{width:45%}}@media (max-width: 767px){.tv{justify-content:center}.tv img{width:80%}}.download{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}.heading{font-size:2rem;margin-bottom:10px;align-items:center;text-align:center}.heading-paragraph{font-size:1rem;margin-bottom:30px;align-items:center;text-align:center}.support{color:#0dc50d}.download div:last-child{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;gap:20px;width:100%}.download div:last-child a img{height:280.8px;width:auto;object-fit:contain}.span{color:#0dc50d}.plans{font-size:1.5rem}.contact-section{max-width:800px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.contact-section h1{font-size:2rem;text-align:center;margin-bottom:10px}.contact-section .contact-form{display:flex;flex-direction:column;gap:15px;background-color:gray;padding:30px;border-radius:10px;border:2px solid #fff;box-sizing:border-box}.contact-section .form-group{display:flex;flex-direction:column}.contact-section label{margin-bottom:5px;font-weight:700;color:#000}.contact-section input,.contact-section textarea{padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;color:#000;width:100%;box-sizing:border-box}.contact-section textarea{resize:none;height:120px}.contact-section .submit-button:hover{background-color:#0056b3}.plans-section{padding:2rem}.plans-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.plan-card{text-decoration:none;width:200px;padding:1rem;text-align:center;color:#000;transition:transform .3s,box-shadow .3s}.plan-card:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}h3{color:#000}.plan-image{width:100%;border-radius:8px;margin-bottom:1rem}.subscribe-form-container,.transaction-details-container{padding:2rem;text-align:center}.subscribe-form{margin:0 auto;max-width:800px;background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:left}.subscribe-form h1{margin-bottom:1rem;color:#000}.subscribe-form p{margin-bottom:2rem;font-size:.9rem;color:#000}.form-row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.subscribe-form label{display:block;font-size:1rem;color:#000;margin-bottom:.5rem}.subscribe-form input,.subscribe-form select{width:100%;padding:.75rem;margin-bottom:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-row label{flex:1}.subscribe-form select{width:100%;margin-bottom:1rem}.button{width:25%;padding:.5rem;background-color:#0dc50d;color:#000;border:none;border-radius:4px;font-size:1rem;cursor:pointer;text-align:center;margin-top:20px}.text-danger{color:red}.footer-container{display:flex;justify-content:space-between;align-items:center;background-color:#0dc50d;color:#fff;padding:20px;gap:15px;text-align:center}.footer-copyright{font-size:14px}.footer-links,.footer-social-media{display:flex;gap:15px}.footer-link,.social-link{color:#fff;text-decoration:none;font-size:16px;transition:color .3s ease}.faq-container{display:flex;justify-content:space-between;padding:20px}.contentBar{flex:1;display:flex;flex-direction:column;gap:10px}.contentBar a{text-decoration:none;color:#fff;font-size:1.5rem}.faq-content{flex:3}@media screen and (max-width: 768px){.faq-container{flex-direction:column;gap:20px;align-items:center}.contentBar{width:100%;align-items:center}.contentBar a{text-align:center}}@media screen and (max-width: 480px){.contentBar a{font-size:1.2rem}.faq-content{padding:10px}}@media (max-width: 768px){.tv img,.download div:last-child a img{height:187.2px}.download div:last-child{grid-template-columns:repeat(2,1fr)}.footer-container{flex-direction:column;text-align:left;align-items:start}.footer-links{flex-direction:column}}.dashboard-container{position:relative}.mini-navbar{background-color:#444;display:block;height:50px;align-items:center;padding:10px 20px;font-size:20px;color:#fff}.admin-menu-icon{display:inline-block;cursor:pointer;padding:10px;font-size:30px;background-color:#333;color:#fff;border-radius:4px;transition:background-color .3s ease}.content{flex:1;padding:20px;background-color:#f4f4f4;transition:margin-left .3s ease}.content.open{margin-left:250px}.content.closed{margin-left:0}.sidebar{width:350px;height:100vh;background-color:#fff;color:#000;position:fixed;top:90px;left:-350px;transition:left .3s ease;overflow-y:auto;z-index:999}.sidebar.open{left:0}.profile{display:flex;align-items:center;padding:20px;border-bottom:1px solid #444}.profile-img{width:50px;height:50px;border-radius:50%;margin-right:10px}.navigation{padding:20px}.nav-links{list-style:none;padding:0}.nav-links li{display:flex;align-items:center;padding:10px 0;cursor:pointer}.nav-links li:hover{background-color:#555}.icon{margin-right:10px}.main-content{padding:20px}.main-content h1{text-align:center}.statistics{display:flex;justify-content:space-between;margin-bottom:20px}.stat-item{padding:20px;text-align:center;border-radius:8px;width:48%}.stat-item h3{color:#f4f4f4;margin-bottom:10px}.charts{margin-top:40px;text-align:center}.chart{width:70%;margin:0 auto}.query-transaction,.upload-code{padding:20px;background-color:#f9f9f9;border-radius:5px}.query-transaction form,.upload-code form{margin-bottom:20px}.query-transaction label,.upload-code label{display:block;margin-bottom:5px;color:#000}.query-transaction input,.upload-code input{width:80%;padding:20px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px}.query-result{margin-top:20px;padding:10px;color:#000;background-color:#e9ffe9;border:1px solid #00cc00;border-radius:5px}.error-message{color:red;font-weight:700}.dashboard{padding:20px;background-color:#f8fafc;border-radius:8px;box-shadow:0 4px 6px #0000001a}.dashboard h3{font-size:24px;font-weight:600;color:#333;margin-bottom:20px;text-align:center}.charts-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;width:100%}.chart-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px;width:250px;text-align:center;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.chart-item h4{font-size:18px;font-weight:600;margin-bottom:10px;color:#333}.chart-item p{font-size:14px;color:#4b5563;margin-top:10px}.circular-progress-wrapper{position:relative;margin:0 auto;width:120px;height:120px}.circular-progress-wrapper .CircularProgressbar{width:100%;height:100%}.circular-progress-wrapper .CircularProgressbar-path{stroke-linecap:round}.circular-progress-wrapper .CircularProgressbar-text{font-size:16px;font-weight:700;fill:#333}.circular-progress-wrapper .CircularProgressbar-trail{stroke:#d6d6d6}.circular-progress-wrapper .CircularProgressbar-path{transition:stroke-dashoffset .5s ease}.circular-progress-wrapper .CircularProgressbar-path{stroke:#3b82f6}.circular-progress-wrapper .CircularProgressbar-path-low{stroke:#f87171}.sales-container{margin-bottom:20px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 2px 10px #0000001a}.sales-container h3{text-align:center;margin-bottom:20px;font-size:1.5em}.sales-cards{display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap}.sales-card{flex:1;padding:15px;border-radius:10px;text-align:center;color:#fff;font-weight:700;min-width:200px}.sales-card h4{font-size:18px;margin-bottom:5px}.sales-card p{font-size:24px}.daily{background-color:#22c55e}.weekly{background-color:#3b82f6}.monthly{background-color:#9333ea}@media screen and (max-width: 1024px){.sales-cards{justify-content:center}}@media screen and (max-width: 768px){.sales-cards{justify-content:center}.sales-card{flex:0 0 45%}.sales-card h4{font-size:16px}.sales-card p{font-size:20px}}@media screen and (max-width: 480px){.sales-cards{justify-content:center}.sales-card{flex:0 0 100%;padding:10px}.sales-card h4{font-size:14px}.sales-card p{font-size:18px}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}
