.home-container{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:100px;display:flex;overflow-y:auto}.admin-panel{color:#000}.logout-button{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:6px;margin-left:auto;margin-right:20px;padding:8px 16px;font-weight:700}.logout-button:hover{background-color:#b91c1c}.logo{width:100%;max-width:300px;height:100%;max-height:300px}.top-bar{z-index:1000;background:#20479e;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 20px;display:flex;position:fixed;top:0;left:0}.top-bar2{z-index:1000;background:#f9fafb;justify-content:flex-end;align-items:center;width:100%;height:30px;margin-top:60px;padding:0 20px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 4px #0000001a}.logo-left{background-color:#fff;height:50px}.button-group{flex-direction:column;gap:15px;display:flex}.button-group button{color:#fff;cursor:pointer;background-color:#20479e;border:none;border-radius:12px;padding:15px 30px;font-size:15px;font-weight:700;transition:background .3s,transform .3s}.button-group button:hover{background-color:#163b85}.button-section{flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:10%;padding:20px;display:flex}.button-section>*{flex:0 20%;min-width:150px;max-width:200px}.tableWrapper{max-height:60vh}@media (max-width:1300px){.home-container{max-block-size:-webkit-fill-available;margin-bottom:0}}@media (min-width:1024px){.button-section>*{flex:0 30%}.home-container{margin-bottom:0}}@media (max-width:768px){.button-section>*{flex:0 45%}}.home-content{width:100%;max-height:300vh;margin-top:20%}@media (max-width:768px){.home-content{padding-top:calc(60px + env(safe-area-inset-top));min-height:100vh;margin-top:30vh}}@media (max-width:480px){.button-section>*{flex:0 100%}}.button-card{text-align:center;cursor:pointer;color:#000;background:#fff;border-color:gray;border-radius:10%;align-items:center;padding:1.5rem;display:flex}.button-card img{width:100px;height:100px;margin-top:10px;transition:transform .3s}.button-card:hover img{transform:scale(1.1)}.button-card p{margin:0;font-weight:700}.main-admin{border:1px solid #ccc;margin-top:20vh;margin-bottom:20px}.main-admin2{border:1px solid #ccc;height:60vh;margin-bottom:20px;display:flex;overflow-y:auto}@media (max-width:768px){.main-admin2{border:1px solid #ccc;margin-top:20vh;margin-bottom:20px;padding:10%;display:block}}@media (min-width:769px){.home-container{padding-top:100px}}
