@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";html{font-family:Ubuntu,sans-serif;font-weight:300;font-size:16px;color:#124;--submenu-width: 256px;--main-max-width: 1152px;--gap-width: 16px;--full-width: calc(var(--submenu-width) + var(--gap-width) + var(--main-max-width))}body{border:1px #CDE solid;border-radius:8px;margin:0}a{text-decoration:none;color:#4141f7;overflow-wrap:break-word}a:hover{text-decoration:underline}section{border-radius:8px;max-width:100%;gap:2rem;padding:calc(2 * var(--gap-width))}section>div{display:flex;flex-wrap:wrap;gap:2rem}section>div>form{flex:60%;display:flex;flex-direction:column;gap:var(--gap-width)}section>div>:last-child{flex:30%;display:flex;flex-direction:column;align-items:center;max-height:500px}@media(max-width:1000px){section>div{flex-direction:column-reverse}section>div>form,section>div>:last-child{flex:100%}}footer{text-align:center;font-weight:700;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:var(--gap-width)}form .error{color:red}form>label{display:flex;align-items:center;gap:var(--gap-width);margin-bottom:var(--gap-width)}form input,form select,form button{box-sizing:border-box;height:30px;font-size:16px;padding:4px 1rem;background:#fff;border:1px solid silver;border-radius:6px;outline:none;width:100%}form input[type=number]{padding-right:0}form input[name=users-range]{flex-grow:1}form input[name=users-number]{width:6rem}table td,table th{padding:2px .5rem}table td:first-child{width:4rem}table td:nth-child(2){width:1rem}table img{height:24px}table#selected-apps{margin-bottom:2rem}.cost,.tar{text-align:right}table#selected-apps td:last-child div{width:1rem;height:1rem}table#addon-search-result tr.disabled{filter:opacity(20%)}
