.container {
  margin-top: 20px;
}
.btn.download {
  color: #4a73e5;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
.btn.copy {
  color: #4a73e5;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
#drawingImgSrc {
  position: relative;
  display: inline-block;
}
#drawingImgSrc #downloadCopyBtns {
  position: absolute;
  top: 10px;
  right: 11%;
}
#searchField {
  position: relative;
  display: inline-block;
}
#searchField input {
  border-radius: 15px;
  padding-left: 15px;
  font-size: 1.5em;
}
#searchField button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sp-original-input-container {
  display: none !important;
}
#qrcode {
  height: 550px;
  width: 550px;
}
.editSelect {
  width: 100%;
  border-radius: 15px;
  border: 2px solid #B7C2DF;
  transition: border 0.15s;
  cursor: pointer;
}
.editSelect.selected {
  border: 5px solid #4a73e5;
}
.editSelect:hover {
  border: 5px solid #C2B6AA;
}
.canvasImg {
  display: block;
  width: 82%;
  margin: auto;
  border-radius: 15px;
  -webkit-user-select: none;
}
@media only screen and (max-width: 576px) {
  .nav-link {
    padding: 4px 8px;
    font-size: 10px !important;
  }
}
.nav-tabs .nav-link.active {
  border: #C2B6AA solid 5px !important;
  border-bottom: 0px !important;
}
.render {
  overflow-y: hidden;
}
@media only screen and (max-width: 576px) {
  .render {
    height: 57vh;
  }
}
@media only screen and (min-width: 577px) {
  .render {
    height: 90vh;
  }
}
.selections {
  overflow-y: auto;
  border: #C2B6AA solid 5px;
  border-radius: 10px;
  padding-bottom: 10px;
  display: none;
}
.selections.show.active {
  display: flex;
}
@media only screen and (max-width: 576px) {
  .selections {
    height: 35vh;
  }
}
@media only screen and (min-width: 577px) {
  .selections {
    height: 90vh;
  }
}
.selections div {
  margin-top: 10px;
}
.selections .trait {
  position: relative;
  text-align: center;
}
.selections .trait .designedBy {
  position: absolute;
  width: 85%;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-color: rgba(74, 115, 229, 0.5);
  border-radius: 15px;
}
.selections .trait .designedBy a {
  color: white;
  text-decoration: none;
}
#modalTextCustomPrompt .modal-body input {
  margin-top: 5px;
  height: 38px;
  width: 100%;
}
#modalTextCustomPrompt .modal-body button {
  margin-top: 10px;
  height: 38px;
  width: 100%;
}
.input-group {
  margin-top: 5px;
}
.input-group input {
  height: 38px;
  width: 50% !important;
}
.input-group span {
  height: 38px;
  margin-top: 5px;
  width: auto;
}
