:root{--background:#fff;--foreground:#171717}body,html{overflow-x:hidden}body{font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.dropdown{margin-bottom:10px}.dropdown .btn{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid transparent;color:#008dff;font-size:16px;line-height:26px;font-weight:500;border-radius:0}.dropdown .btn:focus,.dropdown .btn:hover{background-color:#fff;border-color:#000;color:#008dff}.dropdown ul{width:100%;border:1px solid #000;overflow:hidden}.dropdown ul li a{color:#008dff!important}table{width:100%;border:1px solid #008ffa;margin-top:50px}table tbody tr td,table thead tr th{padding:10px;border:1px solid #ddd;font-size:18px;line-height:28px;font-weight:600}table thead tr th{background-color:#008dff;color:#fff}.main_content{height:calc(100vh - 61px);overflow:auto;padding:30px}.btn_wrapper{display:flex;gap:10px}.btn_edit{border:1px solid;background:#008ffa;color:#fff;border-radius:6px}.btn_delete,.btn_edit{padding:9px 30px;font-size:20px;line-height:30px;font-weight:600}.btn_delete{border:1px solid #008dff;background:transparent;color:#008dff;border-radius:6px}input{width:100%;padding:12px 10px;border-radius:10px;border:1px solid #ddd;font-size:20px;line-height:30px;font-weight:600}@media (max-width:1440px){.main_content h1{font-size:30px;line-height:40px}table tbody tr td,table thead tr th{font-size:14px;line-height:24px;padding:5px 10px}.btn_delete,.btn_edit{padding:5px 20px;font-size:14px;line-height:24px}}