@charset "UTF-8";
.obj-baner {
  width: 900px;
  height: 800px;
  position: relative;
}

.fundo-baner {
  background: rgb(242, 244, 246) !important;
}

.ver-market-place {
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  animation: pulse 2s 1;
  transition: background-color 0.3s, transform 0.3s;
  overflow-x: visible !important;
  transform: scale(0.9);
}

.cursor {
  cursor: pointer;
}

.anim {
  transition: all 0.3s ease;
}

* {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body {
  background: #d3e1ff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.vv {
  display: flex;
}

.main-baner-content {
  height: calc(100vh - 340px);
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important;
  /* Estilo da barra de rolagem */
  /* 
  @media (width >= $device-width-small) {
      width: 400px;
      height: calc(100vh - 200px);
  }

  @media (width >= $device-width-small) {
      width: 550px;
      height: 800px;
  }

  @media (width >= $device-width-midle) {
      width: 750px;
      height: 800px;
  } */
}
.main-baner-content ::-webkit-scrollbar {
  width: 8px !important; /* Largura da barra de rolagem */
  background-color: transparent; /* Fundo da barra de rolagem */
}
.main-baner-content ::-webkit-scrollbar-thumb {
  background-color: #003366; /* Cor azul escuro da barra de rolagem */
  border-radius: 4px; /* Bordas arredondadas */
}
.main-baner-content ::-webkit-scrollbar-thumb:hover {
  background-color: #00509e; /* Cor ao passar o mouse */
}
@media (width >= 992px) {
  .main-baner-content {
    width: 900px;
    height: 800px;
    overflow: visible;
  }
}

.main-baner {
  width: 900px;
  height: 800px;
  position: absolute;
  transform: scale(0.4);
  /*   
     @media (width >= $device-width-small) {
         width: 550px;
         height: 800px;
     }

     @media (width >= $device-width-midle) {
         width: 750px;
         height: 800px;
     }
  */
}
@media (width >= 576px) {
  .main-baner {
    transform: scale(0.8);
  }
}
@media (width >= 992px) {
  .main-baner {
    transform: scale(1);
  }
}

.scale {
  transform: scale(1) !important;
}

.main-baner-horizontal {
  width: 900px;
  height: 400px;
}

.main-baner-vertical {
  width: 500px;
  height: 800px;
}

.input-baner-display {
  position: absolute !important;
  top: 10px;
  left: 10px;
  display: inline-block;
}

.dot {
  position: absolute;
  width: 28px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px rgb(1, 44, 161);
  border: 1px solid black;
  background-color: rgb(93, 162, 240);
  cursor: pointer;
  bottom: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.hover {
  transition: all linear 0.3s;
}
.hover:hover {
  background-color: rgb(200, 205, 230);
}

.select-align {
  background-color: rgb(221, 225, 245);
}

.desc-label {
  display: flex;
  min-width: 200px;
  width: 200px;
  height: 25px;
  justify-content: center;
  font-weight: 600;
  border: 1px solid black;
  background: white;
  border-radius: 4px;
  font-size: 15px;
  color: rgb(0, 0, 0);
}

#contentMainMobile {
  height: 125px;
  overflow: hidden;
}

#contentItensMenuComponente {
  height: calc(100vh - (100vh - 340px) - 150px);
  overflow: auto;
}

.content-main-block .block-content {
  border-top-left-radius: 15px !important;
  transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
  transform: translateX(-150%);
}
.content-main-block:hover .block-content {
  transform: translateX(0%);
}

.read-only .read-only-item {
  display: none;
}
.read-only .read-only-item-desc-label {
  border: none;
  background: none;
  border-radius: 0px;
}

.layer-hover-main .layer-hover {
  border: none;
  border-radius: 4px;
}
.layer-hover-main .layer-hover .layer-hover-item,
.layer-hover-main .layer-hover .layer-hover-item-2 {
  display: none;
}
.layer-hover-main .layer-hover .layer-hover-item-desc-label {
  background: none !important;
  background-color: none !important;
  border: none;
  border-radius: 0px;
}
@media (width >= 992px) {
  .layer-hover-main .layer-hover:hover {
    border: 2px dotted black;
    border-radius: 4px;
  }
  .layer-hover-main .layer-hover:hover .layer-hover-item {
    display: inline-block;
  }
  .layer-hover-main .layer-hover:hover .layer-hover-item-2 {
    display: flex;
  }
}

.button-color-effect {
  animation: colorChange 8s infinite, scaleEffect 8s infinite;
  transition: transform 0.3s;
}

@keyframes colorChange {
  0% {
    background-color: #0073ff;
  }
  20% {
    background-color: #006ec8;
  }
  40% {
    background-color: #3b89ff;
  }
  60% {
    background-color: #22aeff;
  }
  80% {
    background-color: #36aef4;
  }
  100% {
    background-color: #0073ff;
  }
}
@keyframes scaleEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
#contentHomeCriarNovoFlyer {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 70%, rgba(135, 189, 168, 0.1) 75%, rgba(135, 189, 168, 0.2) 80%, rgba(103, 150, 221, 0.2) 85%, rgba(0, 0, 255, 0.2) 100%);
  /*    background: linear-gradient(
      to bottom,
      rgba(0, 0, 255, 0) 70%,
      rgba(0, 0, 255, 0.1) 80%,
      rgba(135, 189, 168, 0.2) 85%,
      rgba(176, 201, 125, 0.2) 90%,
      rgba(221, 103, 176, 0.2) 95%,
      rgba(160, 151, 174, 0.2) 100%
  ); */
}

#contentCriarNovoFlyer {
  border: none;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s, transform 0.3s;
  overflow-x: visible !important;
}

.line {
  position: absolute;
  pointer-events: none;
}

.horizontal {
  height: 2px;
  width: 100%;
  border-top: 2px dashed rgb(161, 165, 214); /* Linha horizontal tracejada */
}

.vertical {
  width: 2px;
  height: 100%;
  border-left: 2px dashed rgb(161, 165, 214); /* Linha vertical tracejada */
}

.content-listagem-componentes-main {
  height: 100%;
  background-color: rgb(233, 245, 255);
}
.content-listagem-componentes-main .ctt-componentes {
  padding: 10px 0 0 0 !important;
  border-radius: 16px 16px 0 0;
  background: rgb(178, 199, 244);
  background: linear-gradient(180deg, rgb(178, 199, 244) 0%, rgb(208, 229, 255) 39%, rgb(233, 245, 255) 100%);
}
.content-listagem-componentes-main h1 {
  font-size: 0.85rem;
  color: rgb(71, 69, 69);
  font-weight: 600px;
  margin: 0 0 5px 0 !important;
}

.no-mobile {
  display: none;
}
@media (width >= 992px) {
  .no-mobile {
    display: block;
  }
}

.mobile {
  border: none;
  background: none !important;
}

.mobile-hidden__descktop-resize {
  display: none;
}
@media (width >= 992px) {
  .mobile-hidden__descktop-resize {
    display: inline-block;
  }
}

.mobile-selected {
  border: 2px dotted black;
  border-radius: 4px;
  box-sizing: border-box !important;
}
@media (width >= 992px) {
  .mobile-selected {
    border: 2px dotted black;
    border-radius: 4px;
  }
}

.descktop-selected .layer-hover-item,
.descktop-selected .layer-hover-item-2 {
  display: none;
}

.bottomsheet-menu-item-selecionado {
  position: fixed;
  bottom: -5%;
  left: 0;
  right: 0;
  background: rgba(211, 225, 255, 0);
  transition: all 0.3s ease;
  height: 103px;
  z-index: 99999999;
  align-items: center !important;
  display: inline-block;
  opacity: 0;
  visibility: collapse;
}
@media (white >= 992px) {
  .bottomsheet-menu-item-selecionado {
    display: none !important;
  }
}
.bottomsheet-menu-item-selecionado .bottomsheet-body {
  height: 50px;
  margin: 24px 8px 0 8px !important;
  background: #d3e1ff;
  box-shadow: 0px 0px 5px rgb(90, 86, 86);
  border-radius: 10px;
}

.bottomsheet-open {
  visibility: visible;
  opacity: 1;
  bottom: 0px; /* Mostra o bottomsheet */
}

.bottomsheet-hidden {
  opacity: 0;
  visibility: collapse;
}

.content-listagem-fonts {
  list-style: none;
  padding: 0;
}

.selected-font {
  text-align: center;
  margin-bottom: 20px;
}

.font-line {
  width: 100%;
  height: 2px;
  background-color: #007bff;
  margin-top: 5px;
}

.btn-menu-componente {
  width: 40px;
  height: 40px;
}
.btn-menu-componente i {
  color: #003366;
  font-size: 1.4rem !important;
}
.btn-menu-componente:hover i {
  color: #034180;
}

.content-listagem-items-menu {
  height: 50px;
  width: calc(100wh - 1000px) !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.inp-editar-texto {
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(0, 123, 255, 0);
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background-color: #f8f9fa;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.inp-editar-texto:focus {
  border-color: rgba(0, 87, 179, 0);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0);
  outline: none;
}
.inp-editar-texto::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
.inp-editar-texto::placeholder {
  color: #aaa;
  font-style: italic;
}

.form-range-inp {
  -webkit-appearance: none; /* Remove o estilo padrão */
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ddd; /* Cor do fundo do slider */
  outline: none; /* Remove o contorno */
}

.form-range-inp::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove o estilo padrão do thumb */
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1254a5; /* Cor do thumb */
  cursor: pointer; /* Muda o cursor para pointer */
}

.scrolled {
  border-top: 1px solid rgba(63, 75, 64, 0.2549019608);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.603);
}

.hidden {
  visibility: hidden !important;
}

.gif-progress {
  position: absolute;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 0.5;
  border-radius: 25px;
  left: 50%;
  right: 50%;
  top: 10px;
}
.gif-progress img {
  scale: 0.8;
}/*# sourceMappingURL=estilo.css.map */