
input.btn-submit-storage {
  all: unset;
  margin-top: 10px;
  background-color: #588bbd;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

input.btn-submit-storage:hover {
  background-color: #4679a5;
}

.new-storage {
  display: flex;
  justify-content: center;
}
.style-link-storages-destroy {
  color: red !important;
  margin: 5px;
}

label.switch-storage-label {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

label.import-label {
  font-weight: normal;
}

label.check-box-label {
  font-weight: normal;
}

.link-show-storage {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
  color: #6495ED;
}

.style-link-storage {
  color: inherit !important;
  margin: 5px;
}

.style-link-storage-setting {
  color: inherit !important;
}

.div-select-packer {
  margin-top: 10px;
}

.form-select-packer {
  width: 100%;
}

.select-switch-storage {
  width: 100%;
}

.form-storage {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}