.form-create-template{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.15);background-color:#fff;max-width:500px;margin:0 auto}.form-create-template-text-input{width:100%;padding:5px;border-radius:5px;border:1px solid #ccc;margin-bottom:20px}.form-create-template-text-input:focus{border-color:#09f;outline:none}.form-create-template-dropdown{width:100%;margin-bottom:15px;cursor:pointer}.form-create-template-dropdown:hover{border-color:#09f}.form-create-template-upload-file{width:100%;padding:5px;border-radius:5px;border:1px solid #ccc;margin-bottom:15px}.form-create-template-upload-file:hover{border-color:#09f}.form-create-template-button{padding:10px 15px;border:none;border-radius:5px;background-color:#09f;color:#fff;cursor:pointer}.form-create-template-button:hover{background-color:#007acc}.loading-container{width:100%;text-align:center;margin-top:50px;margin-bottom:50px}