/* Custom styles for toggle buttons */
html::-webkit-scrollbar {
  width: 30px;
}

html::-webkit-scrollbar-track {
  background: #340c39;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

html::-webkit-scrollbar-thumb {
  background: #9134a2;
  border: 3px solid #9134a2;
}

.bg-blur {
  display: none;
}

.bg-blur.active {
  transition: 0.2s;
  display: block;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}


.custom-toggle {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 14px;
  outline: none;
  transform: rotate(90deg);
  position: relative;
  top: 25px;
  left: -7px;
}

.bg-primary {
  background-color: #6a2faa !important;
}

.bg-secondary {
  background-color: #6a2faa !important;
}

.custom-toggle input {
  display: none;
}

.custom-toggle .slider {
  position: relative;
  width: 36px;
  height: 14px;
  background-color: #6a2faa;
  display: block;
}

.custom-toggle .slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 14px;
  background-color: #390050;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  /*transition: transform 0.3s ease;*/
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
  transform: translateX(18px);
}

.custom-toggle input:checked+.slider:before {
  transform: translateX(0px);
  background-color: #CB43FF;
}


/* nft generator */
.nft-generator-container {
  min-height: 500px;
}

.nft-generator-container {
  position: relative;
}

.generator-section-container {
  border: 4px solid #8F30FF80;
  border-radius: 15px 15px 0 0;
  opacity: 1;
  padding: 10px !important;
  position: relative;
  min-width: 340px;
}

.concepts-list-container {
  background: #49188480;
  border-radius: 15px;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  max-height: 800px;
  scrollbar-color: #9f2aa9 #340c39;
}

.concepts-list-container .mobile-label {
  display: none;
}

.tabs_container {
  overflow: hidden;
  width: calc(100% - 130px);
  left: 65px;
  position: relative;
}

.concept_tabs {
  margin: 0;
  position: relative;
  height: 47px;
  padding: 0;
  width: max-content;
}

.tab-container .panel-container {
  padding: 25px 15px 0 15px;
}

.arrow {
  display: block;
  position: relative;
  width: 55px;
  height: 47px;
  z-index: 2;
}

.arrow_bg {
  z-index: 2;
  position: absolute;
}

.arrow_bg.left {
  top: 0px;
  left: 0px;
  background-color: #0d0d10;
}

.arrow_bg.right {
  top: 0px;
  right: 0;
  background-color: #0d0d10;
}

.arrow.left {
  border-radius: 10px;
  opacity: 1;
  background: #9E2AAC;
  /* url(../mod_concept4/img/arrow_left.png) no-repeat center center;*/
}

.arrow.left span {
  top: 13px;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  opacity: 0.4;
}

.arrow.right {
  border-radius: 10px;
  opacity: 1;
  background: #9E2AAC;
  /* url(../mod_concept4/img/arrow_right.png) no-repeat center center;*/
}

.arrow.right span {
  top: 13px;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  opacity: 0.4;
}

.arrow.left:hover,
.arrow.right:hover {
  background-color: #8B47A5;
}

.arrow.left:active,
.arrow.right:active {
  background-color: #F73F52E6;
}

.burger.mobile_list {
  display: none;
}


.tabs-scroll {
  display: block;
  height: 47px;
  margin: 0;
  padding: 0 48px;
  width: 90%;
  overflow: hidden;
}

.tab {
  float: left;
  list-style-type: none;
}

.tab a {
  min-width: 125px;
  padding: 14px 15px 14px 15px;
  margin: 0 10px 0 0;
  background: #9E2AAC;
  border: solid 0px #9E2AAC;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  outline: none;
  color: #c9e7ff;
  letter-spacing: 0px;
  text-align: center;
}

.tab a:hover {
  text-decoration: none;
  background-color: #8B47A5;
  border: solid 0px #8B47A5;
  color: #fff;
}

.tab.ui-state-active a {
  text-decoration: none;
  background-color: #F73F52;
  border: solid 0px #F73F52;
  color: #fff;
}

.item-container1 {
  display: block;
  float: left;
  width: 33%;
  height: 50px;
  margin-bottom: 25px;
}

.item-container1.two {
  width: 50%;
}

.item-container1.three {
  width: 33%;
}

.item-word-container {
  display: inline-block;
  width: 64px;
}

.item-word {
  display: inline-block;
}

.item-icon {
  background: transparent linear-gradient(46deg, #21106B 0%, #6E02BF 100%) 0% 0% no-repeat padding-box;
  background-size: auto 100% !important;
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px;
  border-radius: 8px;
}

.item-icon>div {
  background-image: url(../mod_concept4/img/squares.png);
  background-size: auto 100% !important;
  display: inline-block;
  height: 46px;
  position: relative;
  width: 46px;
  top: 9px;
  left: 9px;
}

.item-word {
  color: #fff;
  position: absolute;
  font-size: 16px;
  white-space: normal;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 10px;
}

.clr {
  clear: both;
  float: none;
}

.item-checkbox {
  position: absolute;
  visibility: hidden;
}

.item-input {
  width: 28px;
  height: 47px;
  float: left;
  cursor: pointer;
}

.generate-btn-container {
  position: relative;
  padding: 45px 10px 0;
  width: calc(100% - 20px);
  bottom: 0;
  box-sizing: content-box;
  left: 0;
}

.generate-nft-btn {
  height: 84px;
  display: block;
  background: transparent linear-gradient(258deg, #FC1F48 0%, #962BB4 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  text-align: left;
  font: normal normal normal 28px/48px Electrolize;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: 0;
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 0 20px;
}

.generate-nft-btn .cost-counter {
  padding: 7px 5px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  float: right;
  margin-right: 60px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  color: #ffcc00;
  line-height: 32px;
}

.generate-nft-btn .cost-counter::after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -2px;
  right: -60px;
  content: '';
  background-image: url(img/icon-usage-tokens.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#tab-container {
  position: relative;
  overflow: hidden;
}

.brief_id_container {
  position: relative;
  height: calc(100% - 40px);
  overflow: auto;
}

.briefs-list div {
  margin: 0 auto 5px;
  text-align: left;
  background: #340C39;
  border-radius: 4px;
  opacity: 1;
  padding: 7px 10px;
  position: relative;
  cursor: pointer;
  line-height: 16px;
}

.briefs-list div:hover {
  background-color: #6B1D74;
}

.briefs-list div.active {
  background-color: #FF2560;
}

.briefs-list div span {
  color: #FFFB82;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
}

.briefs-list div.ai-generator span {
  color: #3effff;
}

.briefs-list div img {
  position: relative;
  top: -2px;
}

.briefs-list div span.date {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}

.generator-section-container .save-btn-disabled,
.generator-section-container .save-btn {
  background: #491885 url("../mod_concept4/img/save-0.png") no-repeat scroll center center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border-radius: 5px;
  padding: 5px;
}

.actions-container {
  text-align: right;
  background-color: #501e87;
  border-radius: 0 0 15px 15px;
  padding: 8px;
}

.notes-container {
  display: none;
  border-top: 3px solid #CB43FF;
  text-align: left;
  position: relative;
}

.notes-container:hover {
  background: #25014c;
}

.notes-container.active {
  background: #4D1E8B;
}


.notes-container .brief-notes-field {
  width: calc(100% - 55px);
  border: 0;
  outline: none;
  padding: 2px 6px;
  background: transparent;
  text-align: left;
  font: normal normal normal 16px/19px Electrolize;
  color: #FFF1F4;
  position: relative;
  display: table-cell;
  height: 30px;
  top: 5px;
}

.notes-container span.label {
  font: normal normal normal 16px/19px Electrolize;
  color: #CB43FF;
  padding-left: 6px;
  width: 100px;
  display: table-cell;
  padding-top: 3px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

.notes-container .brief-notes {
  display: table;
  width: 100%;
  height: 44px;
  background-color: #2a124a70;
}

.notes-container textarea::placeholder {
  font: normal normal normal 16px/19px Electrolize;
  color: #FFF1F4;
}

.notes-container.active {
  display: block;
}

.generation_id_number {
  text-align: right;
  color: #FFFB82;
  font-weight: bold;
  font-family: Electrolize;
  padding: 5px 0;
  text-transform: uppercase;
}

.pop-ai-prompts .generation_id_number {
  position: absolute;
  top: -6px;
  right: 0;
}

.save-btn-container {
  position: relative;
  width: auto;
  height: 29px;
  display: inline-block;
}

.save-btn-label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 40px;
  padding-left: 10px;
  opacity: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font: normal normal normal 14px/29px Electrolize;
}

.save-btn-container.saved,
.save-btn-container {
  background: #D22077;
  border-radius: 4px;
  cursor: pointer;
}

.save-btn-container.saved .save-btn-label,
.save-btn-container .save-btn-label {
  opacity: 1;
}

.save-btn-container.saved .save-btn-label {
  color: #ffcc00;
}

.save-btn-container.saved .save-btn,
.save-btn-container .save-btn {
  color: #fff !important;
  background: #D22077 url("../mod_concept4/img/save-1.png") no-repeat scroll center center;
  border-radius: 7px;
}

.archive-btn,
.costs-btn {
  position: relative;
  width: auto;
  height: 26px;
  padding: 0 10px;
  display: inline-block;
  background-color: #230a40;
  border-radius: 7px;
  text-align: center;
  font: normal normal normal 13px/26px Electrolize;
  color: #3EFFFF;
  cursor: pointer;
}

.archive-btn:hover,
.costs-btn:hover {
  background: #772ccf;
}

.archive-btn.active,
.costs-btn.active {
  background: #772ccf;
}

.info-container {
  width: 100%;
  display: grid;
  grid-template-columns: auto 10% 10%;
  padding: 10px 5px;
}

.stats-container,
.shuffle-container,
.repeat-container {
  text-transform: uppercase;
  color: #fff;
}

.shuffle-container,
.repeat-container {
  text-align: right;
}

.stats-container span {
  text-align: left;
  font: normal normal normal 16px/19px Electrolize;
  letter-spacing: 0px;
  color: #CB43FF;
}

.shuffle-container span {
  text-align: left;
  font: normal normal normal 16px/19px Electrolize;
  letter-spacing: 0px;
  color: #CB43FF;
}

.repeat-container span {
  text-align: left;
  font: normal normal normal 16px/19px Electrolize;
  letter-spacing: 0px;
  color: #CB43FF;
}

.item-word-label {
  text-align: left;
  font: normal normal normal 16px/19px Electrolize;
  letter-spacing: 0px;
  color: #FFFB82;
  opacity: 1;
  text-transform: none;
}

.generated-briefs {
  text-align: center;
}

.scroll-next-brief,
.scroll-next-brief {
  display: inline-block;
  position: relative;
  padding: 10px;
}

.generated-briefs .briefs-horizontal-list {
  width: 300px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.generated-briefs .briefs-horizontal-list div {
  display: inline-block;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
}


@media (max-width: 450px) {
  .item-icon {
    width: 100%;
  }

  .briefs-list div {
    padding: 0;
    text-align: center;
  }
}


@media (max-width: 680px) {
  .generate-nft-btn {
    height: 50px;
    display: block;
    background: transparent linear-gradient(258deg, #FC1F48 0%, #962BB4 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal normal 19px/23px Electrolize;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 0;
    outline: none;
    width: 100%;
    cursor: pointer;
  }
}

.briefs-list div img.brief-saved-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  display: none;
}

.briefs-list div img.brief-saved-icon.saved {
  display: block;
}

.brief-save-btn {
  background-image: url(/images/icon-save-note-tick.svg);
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 30px;
  position: absolute;
  top: 7px;
  right: 20px;
  cursor: pointer;
}

.brief-save-btn:hover {
  background-color: #f73f52;
}

.brief-save-btn.saved {
  background-color: #D22077;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

/* ai_prompt - start */
.ia_prompt_container {
  background-color: #1d0c34;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}

.ai_prompt {
  width: auto;
  margin: 0;
  box-sizing: border-box;
}

.ia_prompt_container .ai_prompt_title {
  color: #FFFB82;
  text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
}

.ai_prompt .ai_prompt_title.active {
  color: #FFFB82;
}

.ai_prompt .ai_prompt_title::after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA3LjUgMTIiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTgwLjUgLTg4NSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODAuNSA4ODUpIj48cGF0aCBkPSJNNS4yMTkuOTc2YTEsMSwwLDAsMSwxLjU2MiwwbDMuOTE5LDQuOUExLDEsMCwwLDEsOS45MTksNy41SDIuMDgxQTEsMSwwLDAsMSwxLjMsNS44NzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==');
  display: block;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.ai_prompt .ai_prompt_title.active::after {
  transform: rotate(270deg);
}

.ai_prompt .ai_prompt_content {
  position: relative;
}

.ai_prompt .ai_prompt_content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ai_prompt .ai_prompt_content ul li {
  text-align: left;
  margin-bottom: 20px;
  display: none;
}

.ai_prompt .ai_prompt_content ul li:first-child {
  display: block;
  margin-bottom: 10px;
}

.ai_prompt .ai_prompt_content ul li label {
  text-align: left;
  font: normal normal normal 18px/21px Electrolize;
  color: #FFFFFF;
}

.ai_prompt .ai_prompt_content ul li textarea {
  background: #2F1156 0% 0% no-repeat padding-box;
  padding: 10px;
  color: #02f4f7;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  margin: 5px 0 0 0;
  height: auto;
  min-height: 110px;
}

.ai_prompt .ai_prompt_content ul li div {
  position: relative;
}

.ai_prompt .ai_prompt_content ul li {
  display: none;
  min-height: 66px;
}

.ai_prompt .ai_prompt_content ul li label {
  display: none;
}

.ai_prompt_right,
.ai_prompt_left {
  background-color: #9f2aab;
  border-radius: 4px;
  width: 29px;
  height: 29px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  cursor: pointer;
}

.ai_prompt_right.disabled,
.ai_prompt_left.disabled {
  opacity: 0.5;
}

.ai_prompt_left {
  background-image: url(img/white-arrow-icon.svg);
  transform: rotate(180deg);
}

.ai_prompt_right {
  background-image: url(img/white-arrow-icon.svg);
}

.ai_prompt_content_title {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: -9px;
  color: #fff;
}

.ai_prompt .ai_prompt_content .copy-ai-prompt-btn {
  background: #9F2AAB 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  outline: none;
  display: block;
  width: 10%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  border: 0;
  top: 0;
  right: 11%;
  cursor: pointer;
  max-height: 66px;
}

.ia_prompt_container .generate-ai-btn {
  background: #fff;
  border-radius: 4px;
  padding: 12px 10px;
  color: #000;
  outline: none;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: Electrolize;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.ia_prompt_container .generate-ai-btn img {
  margin-left: 10px;
}

.ia_prompt_container .generate-ai-btn:hover {
  background: #d22077;
}

@media (max-width: 530px) {
  .ai_prompt .ai_prompt_content ul li input {
    border-radius: 5px;
    width: 100%;
  }

  .ai_prompt .ai_prompt_content ul li button {
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
  }
}

/* ai_prompt - end */

.tokens-usage-container {
  position: absolute;
  left: 22px;
  text-align: left;
}

.tokens-usage-container .tokens-usage-digit,
.tokens-usage-container .tokens-usage-label {
  font: normal normal normal 18px/22px Electrolize;
  color: #3EFFFF;
  text-shadow: 0px 3px 6px #000000;
  text-transform: uppercase;
}

.tokens-usage-container .tokens-usage-label {
  color: #fff;
  font: normal normal normal 16px/22px Electrolize;
}

.tokens-usage-digit {
  margin-right: 10px;
  background-color: #230a40;
  border-radius: 8px;
  padding: 3px 12px;
}

.ui-popup {
  display: none;
  background-color: #333333;
  border-radius: 8px;
  padding: 10px;
  width: 185px;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: transparent url(/modules/mod_concept4/img/close-guest-pop-up.png) no-repeat center center;
  border: none;
  position: absolute;
  right: -15px;
  color: #fff;
  top: 15px;
  width: 25px;
  height: 25px;
  background-size: contain;
}

.ui-dialog .usage_popup_inner {
  position: relative;
}

.ui-dialog .usage_popup_inner table {
  width: 185px;
}

.ui-dialog .usage_popup_inner table thead {
  font: normal normal normal 12px/14px Electrolize;
  color: #FFFFFF;
  text-transform: uppercase;
}

.ui-dialog .usage_popup_inner table thead th {
  text-align: left;
}

.ui-dialog .usage_popup_inner table thead th+th {
  text-align: right;
}

.ui-dialog .usage_popup_inner table tbody {
  background-color: #000;
  font: normal normal normal 12px/14px Electrolize;
  color: #FFFB82;
}

.ui-dialog .usage_popup_inner table tbody td+td {
  text-align: right;
  color: #3EFFFF;
}

.ui-dialog .usage_popup_inner table td {
  padding: 2px;
}

/* AI generator - start */
.column-inner-container {
  background: #42226a;
  border-radius: 13px;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.column-right .column-inner-container {
  flex-direction: column;
}

.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.loading-overlay img {
	width: 150px;
	height: 15px;
}

.criteria-container {
  background-color: #220e36;
  border-radius: 10px;
  width: calc(70% - 20px);
  margin-right: 20px;
  padding: 10px;
}

.briefs-list-container {
  width: 30%;
}

.criteria-container .actions-container {
  background-color: transparent;
}


.generate-ai-art-btn {
  height: 74px;
  display: block;
  background: transparent linear-gradient(258deg, #FC1F48 0%, #962BB4 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  text-align: left;
  font: normal normal normal 28px/48px Electrolize;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: 0;
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 0 20px;
  position: relative;
}

.generate-ai-art-btn .cost-counter {
  padding: 7px 5px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  float: right;
  margin-right: 60px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  color: #ffcc00;
  line-height: 32px;
}

.generate-ai-art-btn .cost-counter::after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -2px;
  right: -60px;
  content: '';
  background-image: url(img/icon-usage-tokens.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.ai_popup_inner {
  height: calc(100% - 63px);
  padding: 10px;
}

.ai_popup_inner .column-left {
  float: left;
  width: 55%;
  height: 100%;
}

.ai_popup_inner .column-right {
  float: right;
  width: 44%;
  height: 100%;
}

.ai_popup_inner h2 {
  text-align: left;
  font: normal normal normal 32px/38px Electrolize;
  letter-spacing: 0px;
  color: #3EFFFF;
}

.ai_popup_inner h3 {
  text-align: left;
  font: normal normal normal 14px/20px Electrolize;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.ai_popup_inner .ia-btn {
  background: #9F2AAB 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  text-align: center;
  font: normal normal normal 12px/12px Electrolize;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 32px;
  min-width: 32px;
  padding: 10px;
  flex: 1;
  cursor: pointer;
}

.ai_popup_inner .ia-btn.active,
.ai_popup_inner .ia-btn:hover {
  background: #F45659 0% 0% no-repeat padding-box;
}

.img-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: -4px;
}

.pop-ai-size-inner {
  width: 125px;
  float: left;
}

.pop-ai-orientation-inner {
  width: 32px;
  float: right;
}

.pop-ai-images-no .ia-btn,
.pop-ai-aspect-ratio .ia-btn {
  max-width: 32px;
  padding: 10px 1px;
}

.pop-ai-orientation .ia-btn {
  max-width: 32px;
  padding: 10px 1px;
}

.advance-mode-container {
  background-color: #442a61;
  border-radius: 2px;
  margin-bottom: 10px;
}

.advance-mode-container h3 {
  text-align: left;
  font: normal normal normal 18px/40px Electrolize;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 0;
}

.advance-mode-header-container {
  flex: 1;
}


.ai_popup_inner .prompts-field {
  width: 100%;
  min-height: 40px;
  /*background: #1A061D;*/
}

.ai_popup_inner .prompts-field textarea {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100px;
  padding: 5px 10px;
  font: normal normal normal 13px/19px Electrolize;
  color: #FFF700;
  outline: none;
}

.pop-ai-prompts {
  margin-bottom: 20px;
  position: relative;
  background-color: #000000;
  border-radius: 1px;
  padding: 10px;
}

.pop-ai-images-no {
  margin-bottom: 20px;
  width: 33%;
  background-color: #000000;
  padding: 10px;
}

.pop-ai-orientation {
  margin-bottom: 20px;
  width: 33%;
  background-color: #000000;
  padding: 10px;
}

.pop-ai-size {
  margin-bottom: 20px;
  width: 33%;
  background-color: #000000;
  padding: 10px;
}

.pop-ai-aspect-ratio {
  margin-bottom: 20px;
  width: 33%;
  background-color: #000000;
  padding: 10px;
}

.pop-ai-training-model-pool {
  margin-bottom: 20px;
  width: 33%;
  background-color: #000000;
  padding: 10px;
}

.pop-ai-presets {
  margin-bottom: 20px;
  scrollbar-color: #9f2aa9 #340c39;
}

.pop-ai-advanced-mode {
  width: 33%;
  flex: 1;
}

.pop-ai-advanced-mode-inner {
  text-align: center;
}

.ai-advanced-mode {
  width: 200px;
}

.pop-ai-training-model {
  margin-bottom: 20px;
  margin-top: 20px;
  scrollbar-color: #9f2aa9 #340c39;
  display: none;
}

.pop-ai-training-model-inner {
  min-height: 127px;
}

.pop-ai-model-element {
  margin-bottom: 20px;
  scrollbar-color: #9f2aa9 #340c39;
  display: none;
}

.pop-ai-model-element-inner {
  min-height: 127px;
}

.scroll-list .ia-btn.ai-model {
	text-align: center;
	height: 135px;
	padding: 0;
	font-size: 14px;
	width: 130px;
	max-width: 130px;
	min-width: 130px;
	line-height: 17px;
  border-radius: 5px 5px 0 0;
}

.scroll-list .ia-btn.ai-model-element {
	text-align: center;
	height: 135px;
	padding: 0;
	font-size: 14px;
	width: 130px;
	max-width: 130px;
	min-width: 130px;
	line-height: 17px;
  border-radius: 5px 5px 0 0;
}

.scroll-list .ia-btn.ai-preset {
	text-align: center;
	height: 135px;
	padding: 0;
	font-size: 14px;
	width: 130px;
	max-width: 130px;
	min-width: 130px;
	line-height: 17px;
  border-radius: 5px 5px 0 0;
}

.scroll-list .ai-preset img {
  display: block;
  max-height: 115px;
  height: 100%;
  margin: 0 auto;
  min-width: 135px;
  border-radius: 5px 5px 0 0;
}

.scroll-list .ai-style img,
.scroll-list .ai-model-element img,
.scroll-list .ai-model img {
  display: block;
  max-height: 115px;
  height: 100%;
  margin: 0 auto;
  min-width: 135px;
  border-radius: 5px 5px 0 0;
}

.scroll-list .ai-preset span,
.scroll-list .ai-style span,
.scroll-list .ai-model-element span,
.scroll-list .ai-model span {
  padding: 1px 5px 0 5px;
  display: inline-block;
  overflow: hidden;
  max-width: 95%;
}

.pop-ai-model-style {
  margin-bottom: 45px;
  scrollbar-color: #9f2aa9 #340c39;
  display: none;
}

.pop-ai-model-style-inner {
  min-height: 127px;
}

.pop-ai-presets-inner {
  min-height: 127px;
}

.scroll-list .ia-btn.ai-style {
  text-align: center;
  height: 100px;
  padding: 0;
  font-size: 14px;
  width: 105px;
  line-height: 17px;
}

.two-cols {
  display: flex;
  column-count: 2;
  column-gap: 10px;
}

.three-cols {
  display: flex;
  column-count: 3;
  column-gap: 10px;
}

.four-cols {
  display: flex;
  column-count: 4;
  column-gap: 10px;
}

.five-cols {
  display: flex;
  column-count: 5;
  column-gap: 10px;
}

.six-cols {
  display: flex;
  column-count: 6;
  column-gap: 10px;
}

.multi-cols-scroll {
  display: flex;
  column-gap: 10px;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  padding-bottom: 10px;
}

.ui-ai-image-container .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}

.ui-ai-image-container .ui-dialog-titlebar-close {
  right: 16px;
  top: 13px;
  cursor: pointer;
}

#ai_popup_container {
  border-radius: 0 !important;
}

.pop-ai-prompts .prompts-field {
  position: relative;
}

.pop-ai-prompts .prompts-field ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pop-ai-prompts .prompts-field ul li {
  text-align: left;
  margin-bottom: 20px;
  display: none;
}

.pop-ai-prompts .prompts-field ul li:first-child {
  display: block;
  margin-bottom: 10px;
}

.pop-ai-prompts .prompts-field ul li label {
  text-align: left;
  font: normal normal normal 18px/21px Electrolize;
  color: #FFFFFF;
}

.pop-ai-prompts .prompts-field ul li textarea {
  border: 2px solid #28a6a6;
  padding: 10px;
  color: #00bf25;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  margin: 5px 0 0 0;
  height: auto;
  min-height: 75px;
  border-radius: 5px;
}

.pop-ai-prompts .prompts-field ul li div {
  position: relative;
}

.pop-ai-prompts .prompts-field ul li {
  display: none;
  min-height: 66px;
}

.pop-ai-prompts .prompts-field ul li label {
  display: none;
}

.pop-ai-prompts .ai_prompt_info .ai_prompt_right,
.pop-ai-prompts .ai_prompt_info .ai_prompt_left {
  background-color: #9f2aab;
  border-radius: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  cursor: pointer;
}

.pop-ai-prompts .ai_prompt_info .ai_prompt_right.disabled,
.pop-ai-prompts .ai_prompt_info .ai_prompt_left.disabled {
  opacity: 0.5;
}

.pop-ai-prompts .ai_prompt_info .ai_prompt_left {
  background-image: url(img/white-arrow-icon.svg);
  transform: rotate(180deg);
}

.pop-ai-prompts .ai_prompt_info .ai_prompt_right {
  background-image: url(img/white-arrow-icon.svg);
}

.pop-ai-prompts .ai_prompt_info .ai_prompt_content_title {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: -9px;
}

.ai-image-container {
  position: relative;
  padding: 10px;
  height: 75%;
  text-align: center;
}

.ai-thumbs-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 10px;
  margin: 0 auto; /* center it */
  background-color: #000000;
  padding: 10px;
}

.ai-thumbs-container img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  object-fit: cover;
	padding: .25rem;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	height: auto;

}

.ai-thumbs-container img[src$=".svg"] {
	width: 100%;
	height: 400px; /* fallback height */
	object-fit: contain; /* don't crop vector shapes */
  cursor: default;
}

.modal .btn-close {
	z-index: 1;
}

.on-off-btn {
  border: none;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  text-align: center;
  font: normal normal normal 13px/16px Electrolize;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 40px;
  line-height: 21px;
  padding: 10px;
  flex: 1;
  cursor: pointer;
}

.on-off-btn.active {
  background-color: transparent;
  color: #fff;
}

.on-off-btn:after {}

.float-clear {
  float: none;
  clear: both;
}

.ai_prompt_info {
  position: relative;
}

.ai_prompt_gen {
  position: absolute;
  right: 0;
  top: 0;
}

.ai_prompt_gen .ai-prompt-gen-btn {
  cursor: pointer;
  outline: none;
  border: 0;
  height: 29px;
  padding: 5px 10px;
}

/* AI generator - end */







































.loading {
  display: none;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}



.modal .modal-dialog.sticky {
  position: fixed;
  transform: translate(0, 0) !important;
  transition: none !important;
  margin: 0;
  width: 782px;
}

.modal .modal-dialog.sticky .modal-content {
  margin-top: 1%;
}

.modal .modal-dialog.sticky.stop {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1213px) {
  .modal .modal-dialog.sticky {
    width: 645px;
  }
}

.modal-popup .close-popup {
  background: url(img/close-guest-pop-up.png) no-repeat top left;
  font-size: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -15px;
  right: -20px;
  display: block;
  content: '';
  border: none;
  background-color: #fff;
}


.modal .modal-body {
  color: #fff;
}

.submit_container {
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: center;
  background: #1a91f0;
}

.submit_btn,
.submit_btn:visited,
.submit_btn:focus {
  background: #1a67a5;
  width: 325px;
  height: 56px;
  line-height: 58px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-style: oblique;
  border-radius: 20px;
  border: 7px solid #1a67a5;
  font-weight: bold;
  transition: all 0.2s ease-in-out 0s;
}

.submit_btn:hover {
  background: #46ff46;
  border: 7px solid #46ff46;
  color: #04e004;
  text-decoration: none;
  font-weight: bold;
}

.submit_btn.generating {
  background: #c5fcf9;
  border: 7px solid #c5fcf9;
  color: #7cf5ee;
  box-shadow: 0px 0px 4px #dcf9ff;
}




.concept_footer {
  background: url(../mod_concept4/img/concept-footer.jpg) no-repeat top left;
  background-size: 100% auto;
  height: 100px;
  width: 100%;
}


.brief_id_container strong {
  color: #e7e7e7;
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brief_id_container .briefs-subtitle {
  color: #fefefe;
  display: block;
  font-size: 13px;
  margin-bottom: 35px;
  font-style: italic;
}

.brief_id_container .briefs-subtitle a {
  padding-left: 0px;
  color: #46ff46;
}

.brief_id_container .briefs-list a {
  color: #46ff46;
  text-shadow: -1px 1px #1785dd !important;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  top: -1px;
  text-transform: uppercase;
}

.brief_id_container .login,
.brief_id_container .register {
  color: #eee;
  padding-left: 0px;
}


.repeat-item.disabled,
.repeat-item:focus,
.repeat-item {
  background: url(../mod_concept4/img/repeat-icon-0.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
  width: 14px;
  height: 14px;
  display: none;
  position: relative;
  top: 3px;
  outline: none;
  border: 0px;
}

.repeat-item:hover {
  background: url(../mod_concept4/img/repeat-icon-1.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

.repeat-item.active {
  background: url(../mod_concept4/img/repeat-icon-2.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

.repeat-item.disabled:hover {
  background: url(../mod_concept4/img/repeat-icon-0.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 0.1;
  width: 14px;
  height: 14px;
  display: none;
  margin-left: 5px;
  position: relative;
  top: 3px;
  outline: none;
  cursor: default;
  border: 0px;
}

.shuffle-item.disabled,
.shuffle-item:focus,
.shuffle-item {
  background: url(../mod_concept4/img/shuffle-0.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
  width: 14px;
  height: 14px;
  display: none;
  position: relative;
  top: 3px;
  outline: none;
  border: 0px;
}

.repeat-item.disabled,
.shuffle-item.disabled {
  opacity: 0.1;
}

.shuffle-item:hover {
  background: url(../mod_concept4/img/shuffle-1.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

.shuffle-item.active {
  background: url(../mod_concept4/img/shuffle-2.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

.shuffle-item.disabled:hover {
  background: url(../mod_concept4/img/shuffle-0.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 0.1;
  width: 14px;
  height: 14px;
  display: none;
  position: relative;
  top: 3px;
  outline: none;
  cursor: default;
  border: 0px;
}

.additional-actions-container {
  margin: -10px 0 -8px;
  padding-bottom: 2px;
  background: #1a91f0;
  position: relative;
  text-align: center;
  padding-top: 4px;
}

.additional-actions-container .repeat-container {
  background: url(../mod_concept4/img/repeat-count.png) no-repeat left center;
  background-size: auto 60%;
  color: #eee;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 25px;
}

.additional-actions-container .shuffle-container {
  background: url(../mod_concept4/img/shuffle-count.png) no-repeat left center;
  background-size: auto 60%;
  color: #eee;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 25px;
  margin-left: 20px;
}

.shuffle-container-icon {
  position: relative;
  top: -1px;
  margin-left: 5px;
  display: inline-block;
}

.repeat-container-icon {
  position: relative;
  top: -1px;
  margin-left: 5px;
  display: inline-block;
}


.brief-closed p {
  background: rgba(0, 0, 0, 0) url("../mod_concept4/img/lock-icon-26x37.png") no-repeat scroll left 2px;
  display: block;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: left;
}

.brief-closed p.p span {
  font-style: italic;
  font-size: 13px;
  color: #47b135;
  letter-spacing: 0px;
  display: block;
}

.brief_id_container .limit {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 15px;
}

.brief_id_container p.p {
  background: rgba(0, 0, 0, 0) url("../mod_concept4/img/lock-icon-26x37.png") no-repeat scroll left 2px;
  display: block !important;
  letter-spacing: 1px !important;
  line-height: 17px !important;
  text-align: left !important;
  padding: 3px 0px 3px 45px !important;
  margin-left: 13px !important;

}

.brief_id_container p.p span {
  font-size: 12px !important;
  letter-spacing: 0px !important;
  display: block !important;
}

.brief_id_container p span strong {
  color: #47b135 !important;
  font-size: 12px !important;
  letter-spacing: 0px !important;
  font-family: inherit !important;
  display: inline-block !important;
  font-weight: bold !important;
}

.brief_id_container p.p a {
  color: #f36700;
  alignment-adjust: central !important;
  font-size: 12px !important;
  letter-spacing: 0px !important;
  font-family: inherit !important;
  display: block !important;
  font-weight: bold !important;
  position: relative;
  top: -4px;
}

.brief_id_container p.p span a {
  color: #47b135 !important;
  letter-spacing: 0px !important;
  font-family: inherit !important;
  display: inline-block !important;
  font-weight: bold !important;
  top: 0px !important;
}

p.briefs-stats {
  margin: 10px 0;
}

.briefs-stats .counter {
  background: url(../mod_concept4/img/briefs-stats-icon-16x16.png) no-repeat left center;
  padding-left: 20px;
  display: inline-block;
  font-size: 13px;
  color: #0060ff;
  background-size: auto 90%;
}

.briefs-stats .moodboard-stats {
  background: rgba(0, 0, 0, 0) url("../mod_mybriefs2/img/moodboard-sm.png") no-repeat scroll left center;
  color: #0060ff;
  display: inline-block;
  font-size: 13px;
  margin-left: 25px !important;
  padding-left: 32px;
}

.generate-moodboard-link {
  background: transparent url("../mod_mybriefs2/img/moodboard-sm.png") no-repeat scroll left center;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 0;
  padding-left: 0 !important;
  position: relative !important;
  top: 5px !important;
  width: 26px;
}

.generate-moodboard-link.saved {
  background: transparent url("../mod_mybriefs2/img/moodboard-sm-hov.png") no-repeat scroll left center;
}

.generate-moodboard-link span {
  color: #9c9c9c;
}



/* Tablets */
@media (max-width: 925px) AND (min-width: 768px) {

  .item-container1.two,
  .item-container1.three,
  .item-container1 {
    width: 50%;
  }
}



/* Only smartphones */
@media (max-width: 767px) {

  .item-container1.two,
  .item-container1.three,
  .item-container1 {
    width: 100%;
  }

  .submit_btn,
  .submit_btn:visited,
  .submit_btn:focus {
    font-size: 25px;
    width: 90%;
    box-sizing: border-box;
    height: 70px;
  }

  .briefs-list div .save-btn {
    position: relative;
  }

  .arrow {
    display: block;
    position: relative;
    width: 36px;
    height: 47px;
    z-index: 2;
  }

  .arrow.left span {
    left: 9px;
  }

  .arrow.right span {
    right: 9px;
  }

  .arrow_bg.right {
    right: 45px;
  }

  .concept_tabs {
    width: max-content;
  }

  .tab {
    float: none;
    list-style-type: none;
    display: inline-block;
  }

  .tab a {
    margin: 0;
    opacity: 0.5;
    padding: 14px 8px 14px 8px;
  }

  .tab.ui-state-active a {
    opacity: 1;
  }

  .tabs_container {
    overflow: hidden;
    padding: 0;
    left: 40px;
    position: relative;
  }

  .burger.mobile_list {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0d0d10;
    width: 36px;
  }

  .burger.mobile_list .burger_mobile_list {
    border-radius: 10px;
    opacity: 1;
    background: #361260;
    display: block;
    position: relative;
    width: 36px;
    height: 47px;
    z-index: 10;
  }

  .burger.mobile_list .burger_mobile_list:hover {
    background-color: #8B47A5;
  }

  .tab-container .ui-tabs>.panel-container {
    padding: 25px 0px 0 0px;
  }

  .generate-btn-container {
    padding: 45px 0px 0;
    width: calc(100% - 0px);
  }

  .generate-nft-btn .cost-counter::after {
    display: none;
  }

  .generate-nft-btn .cost-counter {
    width: 30px;
    height: 30px;
    line-height: 17px;
    margin-right: 0;
  }

  .generate-nft-btn {
    line-height: 30px;
  }

  .concepts-list-container {
    display: none;
  }

  .concepts-list-container.mobile-active {
    position: absolute;
    top: 70px;
    left: 15px;
    width: calc(100% - 15px);
    display: block !important;
    background: #491884;
    z-index: 999;
    padding-top: 10px;
  }

  .concepts-list-container .mobile-label {
    display: block;
    text-transform: uppercase;
    font-family: Electrolize;
    color: #fff;
    margin-bottom: 10px;
  }

  .burger_mobile_list svg {
    fill: #9134a2;
    position: relative;
    top: 9px;
    left: 6px;
  }

  .burger_mobile_list:hover svg {
    fill: #fff;
  }
}


/* Only mobiles */
@media (max-width: 450px) {
  .item-icon {
    width: 100%;
  }

  .briefs-list div {
    padding: 7px;
    text-align: center;
    padding-right: 30px;
  }
}

@media (max-width: 328px) {

  .submit_btn,
  .submit_btn:visited,
  .submit_btn:focus {
    font-size: 20px;
    width: 100%;
  }

  .item-icon {
    background-size: auto 100%;
    height: 35px;
    padding-left: 43px;
    width: 65%;
  }

  .item-input {
    width: 16px;
    background-size: 100% auto !important;
    height: 35px;
    margin-right: 5px;
  }

  .item-word {
    font-size: 14px;
    line-height: 16px;
  }
}

.orange {
  color: #ffe761;
}


.uk-notouch .tm-page {
  z-index: initial !important;
}

.two-cols.advance-mode-container {
  display: none;
}

.generate-btn-container2 {
  display: block;
  margin-top: 20px;
}