*{margin:0;padding:0;box-sizing:border-box;font-family:Verdana,Geneva,Tahoma,sans-serif}body{background-color:#eceff1}.auth-form-container,.login-form{display:flex;flex-direction:column}.login-form{align-items:center;width:100%;margin:auto}.auth-form-container{background-color:#fff;padding:20px;width:25%;margin:5em auto auto;box-shadow:1px 1px 9px -1px #c7c5c5c7;-webkit-box-shadow:1px 1px 9px -1px rgb(199 197 197 / 78%);-moz-box-shadow:1px 1px 9px -1px rgb(199 197 197 / 78%)}.auth-form-container h2{text-align:center;margin:25px}input,button{border:1px solid #a7a8a9;margin:.5rem 0;padding:1rem;border-radius:2px;width:100%}button[type=submit]{border:none;background-color:#3c4d56;cursor:pointer;color:#fff;margin:.5rem 0;padding:1rem;border-radius:2px}.link-btn{background:none;color:#fff;text-decoration:underline}#problemList{margin:3rem;padding:3rem}#table{font-family:Arial,Helvetica,sans-serif;border-collapse:collapse;width:80%;margin:auto}th,#row>td{padding:15px}#row>td{background:transparent}#row:nth-child(even){background-color:#fff}#Easy{color:#00b8a3}#Medium{color:#ffc01e}#Hard{color:#ff375f}th{padding-top:12px;padding-bottom:12px;text-align:left;color:#000;border-bottom:1px solid #fff}#problemLink{text-decoration:none;color:#000;transition:color .2s}#problemLink:hover{text-decoration:none;color:#00f;transition:color .2s}*{margin:0;padding:0;box-sizing:border-box}#singleProblemMain{width:100%;margin:3rem auto;padding:1rem 5rem;display:flex;justify-content:space-between;align-items:flex-start}.difficulty{height:25px;display:flex;align-items:center;border-radius:35px;padding:5px 10px;width:-moz-fit-content;width:fit-content;font-weight:700}.difficulty#Medium{background-color:#ffc01e26;color:#ffc01e}.difficulty#Easy{background-color:#00b8a326;color:#00b8a3}.difficulty#Hard{background-color:#ff375f26;color:#ff375f}.left{flex-basis:45%;display:flex;flex-direction:column;justify-content:center;gap:2rem}.example{width:100%;display:flex;flex-direction:column}#exampleInOut{font-size:large;border-radius:.5rem;padding:1.5rem;background-color:#fff;font-family:monospace}#exampleInOut b{font-size:smaller}.info,.ex1{display:flex;flex-direction:column;gap:.75rem}.info p{white-space:pre-wrap}.ex1 h4{margin:0}.info>h5{margin-top:-.3rem}.right{width:50%;flex-basis:50%;display:flex;justify-content:center;align-items:center}.buttons{display:flex;border-bottom:1px solid black;padding:0;margin:0;justify-content:flex-start}.buttons button{margin:0;width:20%;background:none;border:none;cursor:pointer;padding:7px 5px}.buttons .active{border-bottom:1px solid black;border-radius:0}.status{background-color:#f0f8ff;margin:10px auto;border-radius:10px;text-align:center;width:50%;padding:10px}#WA{color:#ff375f;background-color:#ff375f26}#AC{color:#00b8a3;background-color:#00b8a326}.inout_fields{border-radius:.5rem;width:100%;height:60vh;background-color:#fff}.inout_fields textarea{font-family:monospace}.input_fields{padding:5px;border-bottom:1px solid black}.input_fields select,.input_fields select:focus-visible{border:none;outline:none}#box{width:100%;height:60vh;padding:10px;line-height:1;border:none;resize:none}#submit{margin:0 auto 0 0;padding:.3rem;width:5rem;height:2rem;border-radius:.2rem;border:1px dotted;background-color:#2cbb5d;color:#fff;cursor:pointer}#submit:hover{color:#fff;background-color:#4cc575;transition:.5s}label{display:flex;gap:.2rem;align-items:center;justify-content:center}h4{font-size:1.7em;margin:10px 0}h4 span{color:gray}li{padding:10px}ul{display:flex;list-style-type:none}.container{display:flex;justify-content:space-between;padding:.5rem 5rem;width:100%;background-color:#fff;align-items:center}.nav-items{display:flex}.nav-items .link{text-transform:uppercase;color:#000;text-decoration:none}button{margin:8px}
