<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img_counter {
  background: #ccc;
  padding: 10px 10px 10px;
  text-align: center;
}

.img_counter p {
  margin-bottom: 0;
  color: #000;
}

span#generation_left {
  font-weight: bold;
}

.ai-module {
  width: 100%;
  border: 1px solid #000;
  margin: 20px auto;
  display: block;
  border-radius: 3px;
}

.tooltip {
  /* position: relative; */
  display: inline-block;
  border-bottom: 1px dotted black;
  float: right;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  width: 86%;
  left: 0;
  top: 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

span.ful_prompt {
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.tooltip:hover .tooltiptext,
.main_txt:hover .tooltiptext {
  visibility: visible;
}

form#img_generation .input_style label {
  color: #222;
  float: left;
  margin: 10px 19px;
  text-align: center;
}

#arts_info_page .flex-col.flex-left {
  position: relative;
}

span.main_txt {
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  margin: 0 auto;
  margin-right: 0em;
}

form#img_generation .submitt {
  text-align: center;
}

img.generated_image {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 50px;
}

.page-template-ai_img_gen .large-12 {
  padding-bottom: 0;
}

.page-template-ai_img_gen br {
  display: none;
}

.img_btns {
  padding: 0px 10px;
  background: #444;
  color: #fff;
  border: 1px solid #232323;
  border-radius: 3px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  min-height: 23px;
  line-height: 1;
}

.gen_image img {
  width: 6em;
  margin: 2em;
}

.gen_img_cont {
  display: flex;
}

form#img_generation input[type="radio"] {
  position: absolute;
  opacity: 0;
  bottom: 0;
  /* width: 0;
  height: 0; */
}

form#img_generation input[type="radio"]+img {
  cursor: pointer;
}

form#img_generation input[type="radio"]:checked+img {
  outline: 2px solid #f00;
}

.input_style {
  width: 100%;
  border-bottom: 1px solid #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

form#img_generation {
  padding: 20px;
}

select#style {
  width: 100%;
  margin: 15px auto;
  border: 1px solid #232323;
  border-radius: 4px;
}

textarea.brief_desc {
  border: 1px solid #232323;
  border-radius: 3px;
  box-shadow: none;
  min-height: 65px;
  padding: 5px;
  text-align: center;
}

input.submit_btn {
  border-radius: 3px;
  background: #d6a41b;
  color: #f7f6f6;
  border-color: #d6a41b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
}

.selected_img {
  text-align: center;
}

.selected_img h3,
form#img_generation&gt;div&gt;h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.breadcrumbs {
  border: 2px solid #000;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;

}

label.bottom_labels.active_btn:after {
  content: "";
  background: url(https://www.artprintstopia.com/wp-content/themes/flatsome-child/assets/arrow.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -17px;
}

li.breadcrumbs__item {
  color: #000;
  padding: 0.5em 0.75em 0.5em 1.25em;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  float: left;
  text-align: center;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
  background: #fff;
  bottom: 0;
  clip-path: polygon(50% 53%, -30% -45%, 0% 110%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.breadcrumbs__item:before {
  background: #000;
  margin-left: 2px;
}

.breadcrumbs__item:last-child {
  border-right: none;
}

.breadcrumbs__item.is-active {
  background: #d6a41b;
  color: #f7f6f6;
}

.breadcrumbs__item.is-active:after {
  background: #d6a41b;
}

.active_btn {
  background: #e6e6e6 !important;
}

.tab-wrapper {
  position: relative;
  height: 100%;
}

.tab-wrapper label {
  padding: 7px;
  display: block;
  text-align: center;
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  float: left;
  position: relative;
}

.tab-wrapper input[type="radio"] {
  display: none;
}

.tab-content {
  position: absolute;
  top: 60px;
  bottom: 0;
  top: 50px;
  right: auto;
  left: -140%;
}

.tab-content.latest {
  background: #fff;
  display: contents;
}

.tab-content.saved {
  background: #fff;
  display: contents;
}

ul.masonry-gallery.loginned {
  clear: both
}

.active-bar span {
  display: block;
  height: 3px;
  background: #fff;
}

.tab-wrapper label+input[type="radio"]:checked {
  background: #e6e6e6;
}

.tab-wrapper input[type="radio"]:nth-of-type(1):checked~.tab-content:nth-of-type(1) {
  right: 0;
  left: 0%;
}

.tab-wrapper input[type="radio"]:nth-of-type(2):checked~.tab-content:nth-of-type(2) {
  right: 0;
  left: 0%;
}

.tab-content img {
  margin-right: 20px;
}

.tab-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.filter_img {
  display: none;
}

select#style {
  width: 100%;
}

div.ms-dd {
  width: 100%;
  border: 1px solid #000;
  margin: 20px auto;
  display: block;
  border-radius: 3px;
}

div.ms-dd .ms-dd-header .option-selected {
  padding: 5px 20px 5px 10px;
  background: #fff;
}

div.ms-dd .ms-dd-header {
  min-height: 36px;
}

.ms-dd .ms-list-option,
.ms-dd .ms-optgroup ul .ms-list-option {
  margin-bottom: 0;
}

div.ms-dd .ms-value-input {
  background: none;
}

div.ms-dd .ms-dd-option-image,
.ms-dd .ms-dd-selected-img {
  max-width: 60px;
}

div.ms-dd .ms-header-middle-content,
div.ms-dd .ms-middle {
  align-items: center;
}

.show_mob {
  display: none;
}

@media (max-width: 425px) {
  #stack_menu {
    display: none;
  }
	section#ai_content_sc .imagess {
    width: 100%!important;
    margin-left: 0!important;
}
  .breadcrumbs {
    display: block;
    border: none;
  }

  .show_mob {
    display: block;
    background: #aaa;
    border: 2px solid #000;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .breadcrumbs__item:last-child {
    border-right: 2px solid #000;
  }

  li.breadcrumbs__item {
    width: 100%;
    border: 2px solid #000;
    margin: 2px 0px;
  }

  .breadcrumbs__item:after,
  .breadcrumbs__item:before {
    content: initial;
  }

  #arts_info_page .flex-row {
    display: block;
    text-align: center;
  }

  #arts_info_page .flex-row .flex-col {
    width: 100% !important;
    padding: 0px;
	      display: block!important;

  }

  .img_btns {
    margin-right: 10px;
  }

  .tab-content {
    left: -150%;
  }

  .tab-content img {
    margin: 13px;
  }

  li.breadcrumbs__item {
    padding: 0.5em 0em 0.5em 1em;
  }
}

.breadcrumbs__item:hover {
  background-color: #d6a41b;
  cursor: pointer;
  color: #f7f6f6;
}

div.ms-dd .ms-options {
  display: block;
  height: 300px;
  overflow-y: scroll;
}


.saved_img_box {
  /* width: 175px;
  float: left; */
  /* height: 200px; */
  margin-bottom: 15px;
  margin: 0px 6px;
  position: relative;
}

.button_box {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.button_box button.btn_icons {
  color: #fff;
  font-size: 20px;
  padding: 0 8px;
}

.save_txt,
.svng_text,
.saved_txt {
  margin-bottom: 0px;
}

.saved_img_box:hover button.btn_icons,
.saved_img_box:hover p.style_img {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}

button.btn_icons,
p.style_img {
  display: none;
}

.btn_icons i.fa.fa-gear {
  color: #03ff03;
}

.fa-floppy-o,
i.fa.fa-trash,
.fa.fa-shopping-cart {
  background: #fff;
  color: #000;
  padding: 5px;
  font-size: 20px;
  border-radius: 2px;
}

ul.masonry-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.masonry-gallery li img {
  display: block;
  height: auto;
  max-width: 100%;
}

ul.masonry-gallery {
  columns: 12rem;
  column-gap: 0rem;
}

ul.masonry-gallery li {
  break-inside: avoid;
  margin: 2px;
}

ul.masonry-gallery li.saved_img_box p.style_img {
  position: absolute;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 10px;
  top: 0;
  margin: 5px;
  font-weight: bold;
}

.text_on_hover {
  top: 30px !important;
}</pre></body></html>