@keyframes scale{0%{transform:scaleY(0)}to{transform:scale(1)}}@keyframes apear{0%{opacity:0}50%{opacity:0}to{opacity:1}}.create{background-color:#4e4feb;max-width:1200px;width:80 dvw;width:80vw;height:auto;padding:10px 20px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100px;margin-top:5dvh;margin-bottom:5dvh;animation:scale .3s ease-in-out}.create *{animation:apear .3s ease-in-out}.create__header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.create__header__title{font-size:1.5rem;font-weight:700;color:#eee;cursor:default}.create__header__button{background-color:#eee;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:15px;border:none;color:#4e4feb;cursor:pointer;transition:all .3s ease-in-out}.create__header__button:hover{scale:.9}.create__container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}.create__container__error{font-size:1.2rem;font-weight:700;color:#ff9f9f;cursor:default;text-align:center}.create__container__names{flex-direction:column}.create__container__names,.create__container__names__name{display:flex;justify-content:space-between;align-items:center;gap:10px}.create__container__names__name{flex-direction:row}.create__container__names__name__text{font-size:1.2rem;font-weight:700;color:#eee;cursor:default}.create__container__names__name__button{background-color:red;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:5px;border:none;color:#4e4feb;cursor:pointer;transition:all .3s ease-in-out}.create__container__names__name__button:hover{scale:.9}.create__container__forNames{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.create__container__forNames__button{background-color:#adff2f;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:15px;border:none;color:#4e4feb;cursor:pointer;transition:all .3s ease-in-out}.create__container__forNames__button:hover{scale:.9}.create__container__input{width:calc(100% - 20px);height:50px;border-radius:10px;border:1px solid #eee;padding:0 10px;font-size:1.2rem;font-weight:700;color:#000}.create__container__button{height:50px;border-radius:10px;border:none;background-color:#eee;color:#4e4feb;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease-in-out}.create__container__button:hover{scale:1.1}