:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-color:white }a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*{margin:0;padding:0;scrollbar-width:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a11cb,#2575fc)}.login-form{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 8px 32px #5050a033;width:350px;display:flex;flex-direction:column;gap:1.5rem}.login-form h2{text-align:center;color:#2575fc;margin-bottom:1rem;font-weight:700}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:1rem;color:#333;font-weight:500}.input-group input{padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.input-group input:focus{border-color:#2575fc}.login-btn{padding:.75rem;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.login-btn:hover{background:linear-gradient(90deg,#2575fc,#6a11cb);transform:translateY(-2px)}.card-container{background:#fff;border-radius:16px;box-shadow:0 4px 16px #5050a01f;padding:2rem;margin:1rem;width:350px;display:flex;flex-direction:column;align-items:center;gap:1rem}.card-img{width:100%;height:300px;object-fit:cover;margin-bottom:1rem;border:2px solid #2575fc}.card-details p{margin:.3rem 0;font-size:1rem;color:#333}.card-btns{display:flex;gap:1rem;margin-top:1rem}.approve-btn{background:#2575fc;color:#fff;border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:1rem;cursor:pointer;font-weight:600;transition:background .2s}.approve-btn:hover{background:#6a11cb}.delete-btn{background:#ff4d4f;color:#fff;border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:1rem;cursor:pointer;font-weight:600;transition:background .2s}.delete-btn:hover{background:#d9363e}.call-btn{background:#104c27;color:#fff;border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:1rem;cursor:pointer;font-weight:600;transition:background .2s}.dashPage-main{height:100%;width:100%;background:red}.dashPage-main .dashPage-cardDiv{display:flex;flex-wrap:wrap;justify-content:center}.header{display:flex;justify-content:space-between;align-items:center;max-height:73px;width:100vw;max-width:100%;position:sticky;top:0;left:0;z-index:1000;overflow:hidden;background:var(--header-color)}.header .leftH img{height:100px;cursor:pointer}.header .rightH{display:flex;flex-direction:row-reverse;align-items:center;width:60%}.header .cart-div{position:absolute;height:100%;width:100px;right:20px}.header p{color:red;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:large}.header .cart-btn{top:30px;width:34px;height:34px;cursor:pointer}.rightH .menu-btn{height:60px;width:60px;cursor:pointer}.menu-box{height:100vh;width:300px;position:absolute;z-index:999}.menu-box{position:fixed;top:0;left:0;height:100%;width:250px;background-color:var(--header-color);border-right:2px solid #ddd;color:#000;box-shadow:2px 0 5px #0000001a;padding:20px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow-y:auto;transition:left .3s ease-in-out}.menu-btn{height:30px;width:30px;position:relative;left:0;top:10px;cursor:pointer;margin-right:10px}.menu-box h2{font-size:1.5em;color:#333;margin-bottom:20px;padding-left:20px}.menu-box ul{padding:0;margin:0;list-style:none;width:100%}.menu-box ul li{display:flex;align-items:center;padding:10px 20px;cursor:pointer;transition:background-color .3s ease;width:100%}#menu-box ul li:hover{background-color:#f4f4f4}#menu-box ul li div{display:flex;align-items:center;width:100%}#menu-box ul li img.menu-btn{height:24px;width:24px;margin-right:15px}#menu-box ul li span{font-size:1.1em;color:#333;font-weight:500}a{text-decoration:none;color:#333}.dashTop-main{height:100px;color:#fff;position:relative;display:flex;justify-content:center;background:#ce3737;gap:30px;padding-top:10px;margin-top:10px;border-radius:10px}.dashTop-main .contentGroup{display:flex;flex-direction:column;justify-content:center;cursor:pointer;background:#228b5e;margin:10px;border-radius:10px}.dashTop-main .contentGroup h2{font-size:1.5em;color:#fff;margin-bottom:10px;padding-left:20px}.dashTop-main .contentGroup p{font-size:1.2em;color:#fff;text-align:center}
