body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%}.app{display:flex;flex-direction:column;padding:1em}.test{background-color:aqua}.test-box{background-color:blue;border:1px solid #000;border-radius:4px;height:100px;width:100px}.modal{background-color:#fff;border:1px solid #ccc;border-radius:4px;height:300px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:400px}.flex-center{align-items:center;display:flex;justify-content:center}.mini-calendar{border:1px solid #ddd;border-radius:4px;padding:10px;width:350px}.mini-calendar .calendar-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:10px}.mini-calendar .calendar-days{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(7,1fr);place-items:center}.mini-calendar .calendar-days__pre{color:#999}.mini-calendar .calendar-days__day{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:2em;justify-content:center;width:2em}.mini-calendar .calendar-days__day:hover{background-color:#ddd}.mini-calendar .calendar-days__active{background-color:#007bff;color:#fff}.input{border:1px solid #ccc;border-radius:4px;font-size:16px;padding:8px 10px}.input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff33;outline:none}.calendar{border:1px solid #ccc;border-radius:4px}.calendar-header,.calendar-header-left{display:flex;padding:4px}.calendar-header-left{gap:4px}.calendar-body-header{align-items:center;display:flex;justify-content:space-around;padding:10px 4px}.calendar-body{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);padding:4px}.calendar-body-item{border-top:1px solid #ccc;cursor:pointer;height:50px;padding:6px;place-self:stretch}.calendar-body-item>div{height:100%}.calendar-body-item.other-month{color:#ccc}.calendar .number{height:28px;line-height:28px;text-align:center;width:28px}.calendar-body-item-selected>.number{background-color:#007bff;border-radius:50%;color:#fff}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon{display:inline-block}.icon-spin{animation:spin 1s linear infinite}.space{display:inline-flex}.space-wrap{flex-wrap:wrap}.space-vertical{flex-direction:column}.space-align-center{align-items:center}.space-align-start{align-items:flex-start}.space-align-end{align-items:flex-end}.space-align-baseline{align-items:baseline}.layout{display:grid;grid-template-columns:250px 1fr;grid-template-rows:60px 1fr;height:100%}.layout header{align-items:center;border-bottom:1px solid #ccc;display:flex;gap:6px;grid-column:span 2/span 2;padding:0 1em}.layout aside{border-right:1px solid #ccc;display:flex;flex-direction:column;gap:6px;padding:1em}.layout main{background-color:#fff}
/*# sourceMappingURL=main.6ebd6bda.css.map*/