input,
select {
  margin-right: 5px;
  height: 2rem;
}

select {
  width: 120px;
}

#bigLogo {
  width: 300px;
  height: 300px;
}
.description {
  width: 310px;
}

input[type="checkbox"] {
  width: 3rem !important;
  height: 1.5rem;
}

.custom-file-label::after {
  content: "浏览";
}
.table-text-input {
  width: 150px;
}
.table-text-input-small {
  width: 2rem;
  margin-right: 5px;
}

td {
  text-align: left;
}

#outputArea {
  width: 100%;
  height: 200px;
}

#generateCsvBtn {
  display: none;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.btn-small {
  height: 2rem;
  width: 2rem;
  margin-top: -4px;
  padding-left: 8px !important;
  padding-top: 3px !important;
}

#logo {
  width: 240px;
  margin-left: 10px;
}
#logoMini {
  height: 40px;
  margin-right: 4px;
}
#copyBtn {
  display: inline-block;
  width: 2.3rem;
  border-radius: 4px;
  padding: 2px;
  font-size: 1.5rem;
  text-align: center;
}
#copyBtn:hover {
  cursor: pointer;
  background-color: #cfcfcf;
}

#languageSelector {
  height: 3rem;
  width: -webkit-fill-available;
}

.legacy-width {
  width: auto;
}

.nav-link {
  color: black;
  border-radius: 2rem !important;
}
.nav-link:hover {
  background-color: #cfcfcf;
  border-radius: 2rem !important;
  color: black !important;
  cursor: pointer;
}
.nav-link:active:hover {
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
}

.btn-to-translate {
  margin-right: 4px;
  border-radius: 2rem;
  color: grey;
}

.btn-to-translate:hover {
  background-color: #cfcfcf;
  color: black !important;
  cursor: pointer;
}

#translateFromSelector {
  height: 3rem;
}
#spinner {
  z-index: 1050;
  backdrop-filter: blur(2px);
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  filter: drop-shadow(0px 7px 10px black);
}
.label-path-setting {
  width: -webkit-fill-available;
}
.input-path-setting {
  width: -webkit-fill-available;
}
#coreSettingsBtn {
  width: -webkit-fill-available;
  color: brown;
  text-decoration: none;
}
