@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{font-family:Montserrat;margin:0;padding:0;box-sizing:border-box}body{background:var(--tg-theme-bg-color)!important;color:var(--tg-theme-text-color)!important}.input-form{width:80%;margin-left:auto;margin-right:auto;height:85vh;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.input-form select,.input-form input,.input-form textarea{background:#fff!important;color:#000!important}.time-form{display:flex;width:100%;gap:2rem}input[type=date]{-webkit-appearance:none}input[type=date]{width:100%;border:1px solid #ccc;box-sizing:border-box}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-clear-button{display:none}.navigation{justify-content:center!important;height:7vh}textarea{resize:none!important}.constructor-Container{display:flex;gap:1rem;overflow:auto;flex-direction:column;height:80vh;width:50vw;margin-top:5vh;margin-left:auto;padding:1rem;border-radius:5px;margin-right:auto;border:1px solid #ccc}.constructorRow{width:100%;display:flex}.constructor-Header{display:flex;justify-content:space-between}
