input[type="password"] {
    font-family: "Segoe UI Symbol", "FontAwesome", sans-serif;
}

progress[value] {
    appearance: none;
}

progress[value]::-webkit-progress-bar {
    background-color: #eee;
}

progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #4a90e2, #50e3c2);
}

progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #4a90e2, #50e3c2);
}

progress[value]::-ms-fill {
    background: linear-gradient(to right, #4a90e2, #50e3c2);
    border: none;
}

body {
    font-family: sans-serif;
    margin: 0;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    padding: 20px 0;
}

header img {
    width: 350px;
    height: auto;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
  }

  #instructions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ccc;
  }
  
  ol {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  li > div {
    text-align: center;
    word-wrap: break-word;
    width: 90%; /* Adjust this value to control the width of the text container */
  }

  img {
    height: 100%;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }

#figma-downloader {
    padding: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: auto;
    max-width: 500px;
    height: 100%;
  }
  
  label {
    margin-bottom: 10px;
  }
  
  input {
    padding: 5px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    height: 40px;
  }
  
  button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
    height: 40px;
    width: max-content; /* 追加 */
  }
  
  button:hover {
    background-color: #0062cc;
  }
  
  input:focus {
    outline: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  }

  #figma-form {
    display: flex;
    flex-direction: column; /* 追加 */
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  #progress-bar-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
  }

  #progress-bar {
    width: 100%;
    height: 30px;
    margin-top: 10px; /* Adjust this value to increase or decrease the space between the text and progress bar */
  }

  #progress-text {
    width: 100%;
    text-align: center;
  }

  .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  

  #figma-downloader {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#figma-downloader {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #figma-downloader > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  #figma-downloader > div + div {
    margin-top: 20px;
  }
  


#progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
  }