.sidebar{width:300px;background-color:#fff;display:flex;flex-direction:column;gap:30px;padding:100px 30px;height:100vh;overflow-y:scroll;position:fixed;z-index:1}.sidebar a{font-size:18px;font-weight:400;text-decoration:none;color:#000}.sidebar .history{margin-top:20px;padding-left:30px;gap:20px}.reward,.sidebar .history{display:flex;flex-direction:column}.reward{background-color:#fff9f1;width:100%;padding:80px 20px;gap:10px;margin-left:300px;min-height:100vh}.reward .tablesdata{padding:20px;background-color:#fff;border-radius:8px}.reward .searcing{background-color:#f8f8f8;width:310px;display:flex;gap:5px;align-items:center;padding:10px}.reward .searcing input{width:100%;border:none;background-color:transparent}.reward .searcing input:focus{outline:none}.rewardtable table{border-radius:30px}.rewardtable table thead{background-color:#fff}.rewardtable table thead th{padding:15px}.rewardtable table tbody{background-color:#f8f8f8}.rewardtable table tbody td{padding:15px;border-bottom:1px solid #4c4d4f}.rewardtable button{border:none;border-bottom:1px solid gray}.reward .filtering2{display:flex;gap:10px;align-items:center}@media screen and (max-width:768px){.reward{margin-left:0!important}.reward .filtering2{display:none}}.dashboard{background-color:#fff9f1;width:100%;padding:80px 20px;display:flex;flex-direction:column;gap:10px;margin-left:300px;min-height:100vh}.dashboard .tablesdata{padding:20px;background-color:#fff;border-radius:8px}.dashboard .searcing{background-color:#f8f8f8;width:310px;display:flex;gap:5px;align-items:center;padding:10px}.dashboard .searcing input{width:100%;border:none;background-color:transparent}.dashboard .searcing input:focus{outline:none}.dashboard .select-list,.dashboard .user-manage{display:flex;justify-content:space-between}.dashboard .select-list{overflow:scroll}.dashboard .select-list::-webkit-scrollbar{display:none;border:none}.dashboard .filtering{display:flex;gap:10px;align-items:center}@media screen and (max-width:768px){.dashboard{margin-left:0!important}.dashboard .filtering{display:none}.dashboard .user-manage{display:flex;flex-direction:column;gap:15px}}