@font-face {
  font-family: 'Menco Medium';
  src: url('../fonts/menco-medium-webfont.woff') format('woff');
  src: url('../fonts/menco-medium-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Menco Bold';
  src: url('../fonts/menco-bold-webfont.woff') format('woff');
  src: url('../fonts/menco-bold-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Subscribe';
  src: url('../fonts/subscribe-webfont.woff') format('woff');
  src: url('../fonts/subscribe-webfont.woff2') format('woff2');
}
html[data-bs-theme="dark_fugz"] body {
  background-color: #373842 !important;
}
html[data-bs-theme="dark_fugz"] body button {
  background: #212529 0% 0% no-repeat padding-box;
  color: white;
}
html[data-bs-theme="dark_fugz"] body .trait {
  color: #ffffff;
}
body {
  font-family: 'Menco Bold';
  color: #383943;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  background-color: #A1C3E0;
  background-attachment: fixed;
  overflow-x: hidden;
}
@media only screen and (max-width: 576px) {
  body {
    background-image: url('../img/background-long.svg');
  }
}
@media only screen and (min-width: 577px) {
  body {
    background-image: url('../img/background-wide.svg');
  }
}
#topBanner {
  /* Layout Properties */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 36px;
  overflow: hidden;
  /* UI Properties */
  background: transparent linear-gradient(270deg, #9E94BD 0%, #5F80A3 37%, #808968 100%) 0% 0% no-repeat padding-box;
  border-bottom: 2px solid #FFFFFF;
  opacity: 1;
  flex-wrap: wrap;
}
@keyframes scroll {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
#topBanner .scrolling-text {
  align-items: center;
  animation: scroll 60s linear infinite;
  display: inline-flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 14px;
  color: white;
  margin-top: 5px;
  overflow: hidden;
}
#topBanner .scrolling-text div {
  display: flex;
}
#topBanner .scrolling-text img {
  margin: 0 25px;
}
@media only screen and (min-width: 577px) {
  .fugzEyes {
    position: relative;
    left: -20px !important;
  }
}
.btnMenu {
  height: 48px;
  background: #F7F6F2 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  border-radius: 12px;
  font-family: 'Menco Bold' !important;
  color: black;
}
@media only screen and (min-width: 577px) {
  .btnMenu {
    width: 187px;
  }
}
@media only screen and (max-width: 576px) {
  .btnMenu {
    width: 160px;
  }
}
/* Toggle Slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 88px;
  height: 48px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 4px;
  bottom: 4px;
  color: white;
  background-color: #393A44;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: url('../img/sun-svgrepo-com-white.svg');
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 12px;
}
.slider.round {
  border-radius: 16px;
}
.slider.round:before {
  border-radius: 12px;
}
input:focus + .slider {
  box-shadow: 0 0 1px #212529;
}
input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
  content: url('../img/moon-svgrepo-com.svg');
}
@media only screen and (min-width: 577px) {
  .container {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    margin-top: 40px;
  }
}
.instructions {
  font-family: Menco Medium;
}
@media only screen and (min-width: 577px) {
  .instructions {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .instructions {
    font-size: 12px;
  }
}
.btn {
  background-color: #6A9DCA;
}
.btn.download {
  color: white;
  background-color: #6A9DCA;
  border: solid 2px white;
  padding: 8px;
}
.btn.copy {
  color: white;
  background-color: #6A9DCA;
  border: solid 2px white;
  padding: 7px;
}
#nft_id {
  /* Firefox */
}
#nft_id::-webkit-outer-spin-button,
#nft_id::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#nft_id[type=number] {
  -moz-appearance: textfield;
}
#drawingImgSrc {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
#drawingImgSrc #downloadCopyBtns {
  position: absolute;
  bottom: 10px;
  right: 3%;
}
#inputDiv {
  border: solid 2px white;
  border-radius: 12px;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
#searchField {
  position: relative;
  display: inline-block;
  width: 100%;
}
#searchField .tokenNumSign {
  position: absolute;
  left: 17px;
  top: 12px;
}
#searchField input {
  border: solid 2px white;
  border-radius: 12px;
  padding-left: 40px;
  font-size: 16px;
  width: 100%;
  height: 48px;
}
#searchField button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#tabs-fugshot {
  display: none;
}
.form-select {
  background-image: url('../img/chevron-left-svgrepo-com.svg') !important;
}
#editTypeSelectorPfp,
#editTypeSelectorFugShots,
#pfpTypes {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  border-radius: 12px;
  border: solid 2px white;
  font-size: 16px;
  height: 48px;
}
#editTypeSelectorPfp select,
#editTypeSelectorFugShots select,
#pfpTypes select {
  padding-left: 15px;
  font-size: 1.5em;
}
#customPFPNote {
  display: none;
  font-size: 0.85em;
  margin-top: 15px;
  font-weight: bold;
  color: #0d6efd;
}
.sp-original-input-container {
  display: none !important;
}
#qrcode {
  height: 550px;
  width: 550px;
}
.editSelect,
.multiSelect {
  width: 100%;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: border 0.15s;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.editSelect:hover,
.multiSelect:hover {
  border: 2px solid #ffffff;
}
.multiSelectImg {
  width: 65%;
  border-radius: 12px;
  border: solid 2px white;
}
.canvasImg {
  display: block;
  width: 100%;
  margin: auto;
  border: solid 2px white;
  border-radius: 12px;
  -webkit-user-select: none;
  background-color: rgba(255, 255, 255, 0.6);
}
#wallpaperSizes {
  display: none;
  width: 75%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#wallpaperSizes .wallpaperOptions {
  cursor: pointer;
  border: solid 2px white;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 13px;
  background-color: #A6C4DF;
}
#wallpaperSizes .wallpaperOptions.leftButton {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
#wallpaperSizes .wallpaperOptions.middle {
  border-right: none;
}
#wallpaperSizes .wallpaperOptions.rightButton {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#wallpaperSizes .wallpaperOptions.sizeSelected {
  color: white;
  background-color: #4a73e5;
}
#wallpaperSizes .wallpaperOptions p.smallText {
  font-size: 12px;
  flex-basis: 100%;
  text-align: center;
}
@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 {
  /*
    @media only screen and (max-width: 576px) {
        height: 57vh;
    }
    @media only screen and (min-width: 577px) {
        height: 90vh;
    }
*/
  overflow-y: hidden;
}
@media only screen and (max-width: 576px) {
  .render {
    padding: 0 25px;
  }
}
.selections {
  overflow-y: auto;
  border-radius: 12px;
  padding-bottom: 10px;
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.selections::-webkit-scrollbar {
  display: none;
}
.selections.show.active {
  display: flex;
}
.selections .trait {
  position: relative;
  text-align: center;
  color: #383943;
}
.selections .trait .editName {
  text-align: left;
  margin-left: 12px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.selections .trait .designedBy {
  text-align: left;
  margin-left: 12px;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.selections .trait .designedBy a {
  color: inherit;
  font-weight: 100;
}
#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;
}
