.application--wrap {
  background: white;
  min-height: auto !important;
  max-width: -webkit-min-content;
  max-width: min-content;
}

.theme--light.application {
  background: #fff !important;
}

label {
  display: initial;
  margin-bottom: initial;
}

hr {
  margin-top: initial;
  margin-bottom: inherit;
}

.v-dialog {
  max-width: 1300px;
}

.v--modal-overlay {
  z-index: 1000 !important;
}

@font-face {
  font-family: "casta";
  src: url("../documents/fonts/casta.ttf");
}
@font-face {
  font-family: "ballantines-script";
  src: url("../documents/fonts/ballantines-script.ttf");
}
@font-face {
  font-family: "book-script";
  src: url("../documents/fonts/book-script.ttf");
}
@font-face {
  font-family: "chancery";
  src: url("../documents/fonts/chancery.ttf");
}
@font-face {
  font-family: "columbo";
  src: url("../documents/fonts/columbo.ttf");
}
@font-face {
  font-family: "flash";
  src: url("../documents/fonts/flash.ttf");
}
@font-face {
  font-family: "hobo";
  src: url("../documents/fonts/hobo.ttf");
}
@font-face {
  font-family: "lazer";
  src: url("../documents/fonts/lazer.ttf");
}
@font-face {
  font-family: "orient-express";
  src: url("../documents/fonts/orient-express.ttf");
}
@font-face {
  font-family: "round-block";
  src: url("../documents/fonts/round-block.ttf");
}
@font-face {
  font-family: "poetic-script";
  src: url("../documents/fonts/poetic-script.ttf");
}
@font-face {
  font-family: "woodstock";
  src: url("../documents/fonts/woodstock.ttf");
}
.headline strong {
  width: 100%;
}

.config-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .config-wrapper {
    flex-direction: row;
  }
}
.config-wrapper .config-selection-wrapper {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.config-wrapper .config-selection-wrapper .existing-config {
  display: flex;
  flex-direction: row;
  padding-left: 12px;
  padding-top: 4px;
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 16px;
  border-radius: 4px;
}
.config-wrapper .config-selection-wrapper .existing-config .config-attributes {
  width: 90%;
}
.config-wrapper .config-selection-wrapper .existing-config .button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.config-wrapper .config-selection-wrapper .existing-config .button-wrapper .delete-config {
  min-width: auto;
}
.config-wrapper .config-selection-wrapper .existing-config.selected {
  border-left: 4px solid green;
  padding-left: 8px;
  background-color: #dedede;
}
.config-wrapper .config-selection-wrapper .existing-config span {
  text-align: center;
}
.config-wrapper .config-selection-wrapper .existing-config .v-btn--small {
  margin: 0;
  width: 20px;
  height: 20px;
}
.config-wrapper .no-config-container {
  width: 65%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.config-wrapper .settings-container {
  padding: 16px;
}
.config-wrapper .settings-container .settings-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .config-wrapper .settings-container .settings-wrapper {
    flex-direction: row;
  }
}
.config-wrapper .settings-container .settings-wrapper .left-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 8px;
  order: 1;
}
@media only screen and (min-width: 600px) {
  .config-wrapper .settings-container .settings-wrapper .left-wrapper {
    order: 0;
  }
}
.config-wrapper .settings-container .settings-wrapper .right-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 8px;
  order: 0;
}
@media only screen and (min-width: 600px) {
  .config-wrapper .settings-container .settings-wrapper .right-wrapper {
    order: 1;
  }
}

.action-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .action-wrapper {
    flex-direction: row;
  }
}
.action-wrapper h3 {
  margin-right: 32px;
}
.action-wrapper .price-container, .action-wrapper .status-container {
  color: green;
}
.action-wrapper div.attention {
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
  background: #ddd;
  padding: 8px;
  margin: 8px;
  border-radius: 4px;
  align-items: center;
}
.action-wrapper div.attention i {
  color: orange;
  padding-right: 8px;
}
.action-wrapper .button-wrapper {
  display: flex;
  flex-direction: column;
}
.action-wrapper .button-wrapper .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .action-wrapper .button-wrapper .top {
    flex-direction: row;
  }
}

h3 {
  margin-bottom: 12px;
  margin-top: 0;
}

.color-button {
  margin: 2px;
  height: 30px;
  width: 30px;
}

.button-container {
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  padding: 8px;
}
.button-container label {
  display: flex;
  font-size: 12px;
  padding-left: 4px;
  padding-bottom: 4px;
  color: rgba(0, 0, 0, 0.54);
}

.preview-wrapper h3 {
  margin-bottom: 12px;
  margin-top: 0;
}
.preview-wrapper .preview {
  height: 120px;
  border-radius: 4px;
  border: gray dotted;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.preview-wrapper .preview label {
  font-size: 2rem;
  color: inherit;
}
.preview-wrapper .preview.minimal {
  height: 60px;
}

@media only screen and (max-width: 599px) {
  .preview-wrapper {
    display: none;
  }
}
.preview-wrapper h3 {
  margin: 12px 0;
}
.preview-wrapper .preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  height: calc(100% - 64px);
  border-radius: 4px;
}
.preview-wrapper .preview-container .preview-image {
  width: 135px;
  height: 200px;
  position: relative;
  background: url("../images/preview-sprite.png");
}
