@charset "UTF-8";.query{display:flex;flex-direction:column;justify-content:center;align-items:center}.query-title{display:flex;align-items:center;gap:5px}.query-title img{width:32px}.query-title p{font-size:4rem;font-weight:700;color:#142c7e}.query-input{width:100%;max-width:500px;display:flex;flex-direction:column;gap:5px}.query-input p{font-size:3rem;color:#142c7e}.query-input input{width:100%;padding:20px;border:2px solid #c1c1c1;border-radius:50px;font-size:1.8rem;font-weight:300;color:#c1c1c1}.query .login{font-size:3.2rem;font-weight:700;color:#fff;background-color:#142c7e;padding:10px 20px;border-radius:30px;transition:all .3s ease-in-out}.query .login:hover{background-color:#3548f6;box-shadow:0 4px 15px #3548f666;transform:translateY(-3px)}@media screen and (max-width: 575px){.query{justify-content:start;gap:20px}.query-title img{width:17px}.query-title p{font-size:2.2rem}.query-input p{font-size:1.8rem}.query-input input{padding:10px}.query .login{font-size:1.8rem}}.query .order-table{width:100%;max-width:900px;border-collapse:collapse;font-size:2rem;text-align:left;margin:20px 0}.query .order-table thead{background-color:#142c7e;color:#fff;font-weight:700}.query .order-table thead th{padding:10px;text-align:center}.query .order-table thead th:first-child{border-top-left-radius:50px;border-bottom-left-radius:50px}.query .order-table thead th:last-child{border-top-right-radius:50px;border-bottom-right-radius:50px}.query .order-table tbody tr td{padding:15px;text-align:center}.query .order-table tbody tr:nth-child(odd){background-color:transparent}.query .order-table tbody tr:nth-child(2n){background-color:#f4f4f4}.query .status{font-weight:700;text-align:center}@media screen and (max-width: 600px){.query .order-table{font-size:1.4rem}.query .order-table thead th{padding:10px 0}.query .order-table tbody tr td{padding:10px 0;text-align:center}.query .status{font-weight:700}}.query-form{width:100%;align-items:center;gap:34px;justify-content:center;flex-direction:column;display:flex;flex:1}.query-form p{font-size:3rem}.query-form button{width:200px;cursor:pointer}.query-form input{border-radius:8px}
