@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
.Button_root__3fIL8{
    display: inline-flex;
    transform: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
    padding: 0.5rem 1.25rem;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(228 228 231/var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    animation-duration: .15s;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
}

#dropdownDefaultButton {
    background-color: blue !important;
}


.topic {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .content {
    display: flex;
    flex-wrap: wrap;

  }
  .content .list {
    display: flex;
    flex-direction: column;
    width: 10%;
    margin-right: 50px;
    position: relative;
  }
  @media screen and (max-width: 550px) {
    .content .list {
      width: 100%;
      flex-direction: row;
    }
  }
  .content .list label {
    height: 60px;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    cursor: pointer;
    padding-left: 25px;
    transition: all 0.5s ease;
    color: #333;
    z-index: 12;
    font-size: 14px;

  }
  #home:checked ~ .list label.home,
  #blog:checked ~ .list label.blog,
  #help:checked ~ .list label.help,
  #code:checked ~ .list label.code,
  #about:checked ~ .list label.about {
    color: #6d50e2;
  }
  .content .list label:hover {
    color: #6d50e2;
  }
  .content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.4s ease;
  }
  #home:checked ~ .list .slider {
    top: 0;
  }
  #blog:checked ~ .list .slider {
    top: 60px;
  }
  #help:checked ~ .list .slider {
    top: 120px;
  }
  #code:checked ~ .list .slider {
    top: 180px;
  }
  #about:checked ~ .list .slider {
    top: 240px;
  }
  .content .text-content {
    width: 100%;
    height: 100%;
  }
  .content .text {
    display: none;
  }
  .content .text .title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .content .text p {
    text-align: justify;
  }
  .content .text-content .files {
    display: block;
  }
  #home:checked ~ .text-content .files,
  #blog:checked ~ .text-content .blog,
  #help:checked ~ .text-content .help,
  #code:checked ~ .text-content .code,
  #about:checked ~ .text-content .about {
    display: block;
  }
  #blog:checked ~ .text-content .files,
  #help:checked ~ .text-content .files,
  #code:checked ~ .text-content .files,
  #about:checked ~ .text-content .files {
    display: none;
  }
  .content input[type="radio"] {
    display: none;
  }
  
  pre {
    background: #f4f4f4;
    margin: 20px 0px;
}

  #dropzone {
    position: relative;
    border: 10px dotted #000;
    border-radius: 20px;
    color: white;
    font: bold 24px/200px arial;
    height: 200px;
    margin: 30px auto;
    text-align: center;
    width: 200px;
    color: #000;
  }
  
  #dropzone.hover {
    border: 10px solid #FE5;
    color: #FE5;
  }
  
  #dropzone.dropped {
    background: #222;
    border: 10px solid #444;
  }
  
  #dropzone div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  #dropzone img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
  }
  
  #dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #urlList li {
    list-style-type: none;
    margin: 5px 0px;
  }

  #urlList label {
    padding-left: 10px;
  }
  
  div#urlList {
    margin-top: 20px;
  }



  :root {
    --font-main :'Rubik', sans-serif;;
  }

.price-controle{
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
  margin: 0px auto;
}

.switch-wrapper [type=radio]:checked#text ~ label[for=text], 
.switch-wrapper [type=radio]:checked#video ~ label[for=video],
.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly],
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly]
{
  color: #fff;
}

.switch-wrapper [type=radio]:checked#text ~ label[for=text],
.switch-wrapper [type=radio]:checked#video ~ label[for=video] {
  color: #fff;
}

.chat-bot{
  background: #f2f2f2;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
}
.chat-you{
}
  /* bootstrap */
   
.collapsing {
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.accordion-button:not(.collapsed){
    /* background: none;
    color: #623AA2; */
    border: none;

}

.accordion-item{
    border:none;
}
.images{
   background:#000;
   padding: 6px;
   border-radius: 5px;
}
.collapse {
  visibility:visible;
}
  /* Edit Code v2  Header*/
.header {
  background-image: linear-gradient( 135deg, #F97794 10%, #623AA2 100%);
  color: white !important;
}

#particles-js{
  position: absolute;
  width: 100%;
}

#titleBanner {
  font-family: var(--font-main);

}


/* customs*/
ul{
  list-style: none;
}
p{
  margin: 0 !important;
  padding: 0 !important;
}
a{
  text-decoration: none;
}
.header a,header span,footer a{
  text-decoration: none;
}

.customs{
 margin: 40px 0;
}
.item-custom {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.item-custom .img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
  justify-content: center;
  background-color: #f7f7f7;
}
.item-custom .img img{
  width: 40px;
}


.item-custom .text{
  padding: 10px 0;
}
.item-custom .text h5 {
  color: #75a3fc;
  text-transform: uppercase;
  font-weight: normal;
}
/* email register account */


.accordion-button{
  border: 1px solid #f1f1f1;
  margin-bottom: 2px;
}

.q-accordion-button:not(.collapsed){
  background-color: #000;
}





/* Pricing */
.pricingTable {
  margin: 40px auto;
}
.pricingTable > .pricingTable-title {
  text-align: center;
  color: #904c9d;
  font-size: 3em;
  font-size: 300%;
  margin-bottom: 20px;
}
.pricingTable > .pricingTable-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pricingTable > .pricingTable-subtitle {
      margin-bottom: 30px;
 }
}
.pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.pricingTable-firstTable_table {
  vertical-align: middle;
  width: 31%;
  background-color: #fff;
  display: inline-block;
  padding: 0px 30px 40px;
  text-align: center;
  max-width: 320px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table {
      display: block;
      width: 90%;
      margin: 0 auto;
      max-width: 90%;
      margin-bottom: 20px;
      padding: 10px;
      padding-left: 20px;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table > * {
      display: inline-block;
      vertical-align: middle;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table > * {
      display: block;
      float: none;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:after {
      display: table;
      content: '';
      clear: both;
 }
}
.pricingTable-firstTable_table:hover {
  transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:hover {
      transform: none;
 }
}
.pricingTable-firstTable_table:not(:last-of-type) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:not(:last-of-type) {
      margin-right: auto;
 }
}
.pricingTable-firstTable_table.most-popular {
  position: relative;
  background-color: #e8ffe8;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table.most-popular h1 {
      padding-top: 8%;
 }
}
.pricingTable-firstTable_table.most-popular:before {
  content: 'Most Popular';
  position: absolute;
  color: white;
  display: block;
  background-color: #3bbdee;
  text-align: center;
  right: 15px;
  top: -25px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0.5em;
  padding-top: 22px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: all 0.5s ease;
}
@media screen and (max-width: 988px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
      font-size: 0.6em;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
      left: 10px;
      width: 45px;
      height: 45px;
      top: -10px;
      padding-top: 13px;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
      font-size: 0.8em;
 }
}
.pricingTable-firstTable_table:nth-of-type(2):hover:before {
  transform: rotate(360deg);
}
.pricingTable-firstTable_table__header {
  font-size: 1.6em;
  padding: 40px 0px;
  border-bottom: 2px solid #ebedec;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__header {
      font-size: 1.45em;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__header {
      padding: 0px;
      border-bottom: none;
      float: left;
      width: 33%;
      padding-top: 3%;
      padding-bottom: 2%;
 }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__header {
      font-size: 1.3em;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__header {
      float: none;
      width: 100%;
      font-size: 1.8em;
      margin-bottom: 5px;
 }
}
.pricingTable-firstTable_table__pricing {
  font-size: 3em;
  padding: 30px 0px;
  border-bottom: 2px solid #ebedec;
  line-height: 0.7;
  color: #308132;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing {
      font-size: 2.8em;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__pricing {
      border-bottom: none;
      padding: 0;
      float: left;
      clear: left;
      width: 33%;
 }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__pricing {
      font-size: 2.4em;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__pricing {
      float: none;
      width: 100%;
      font-size: 3em;
      margin-bottom: 10px;
 }
}
.pricingTable-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em;
  vertical-align: top;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:first-of-type {
      font-size: 0.3em;
 }
}
.pricingTable-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.3em;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:last-of-type {
      font-size: 0.25em;
 }
}
.pricingTable-firstTable_table__options {
  list-style: none;
  padding: 15px;
  font-size: 0.9em;
  border-bottom: 2px solid #ebedec;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options {
      font-size: 0.85em;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options {
      border-bottom: none;
      padding: 0;
      margin-right: 10%;
 }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options {
      font-size: 0.7em;
      margin-right: 8%;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options {
      font-size: 1.3em;
      margin-right: none;
      margin-bottom: 10px;
 }
}
.pricingTable-firstTable_table__options > li {
  padding: 8px 0px;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options > li {
      text-align: left;
 }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options > li {
      padding: 5px 0;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options > li {
      text-align: center;
 }
}
.pricingTable-firstTable_table__options > li:before {
  content: '✓';
  display: inline-flex;
  margin-right: 15px;
  color: white;
  background-color: #74ce6a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0.8em;
  padding: 2px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options > li:before {
      width: 14px;
      height: 14px;
      padding: 1.5px;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options > li:before {
      width: 12px;
      height: 12px;
 }
}
.pricingTable-firstTable_table__getstart {
  color: white;
  border: 0;
  background-color: #71ce73;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px rgba(102, 172, 100, 1);
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__getstart {
      font-size: 0.95em;
 }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart {
      margin-top: 0;
 }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__getstart {
      font-size: 0.9em;
      padding: 10px;
 }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__getstart {
      font-size: 1em;
      width: 50%;
      margin: 10px auto;
 }
}
.pricingTable-firstTable_table__getstart:hover {
  transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:hover {
      transform: none;
      box-shadow: none;
 }
}
.pricingTable-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px rgba(102, 165, 100, 1), 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
  transform: scale(0.95) translateY(-9px);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:active {
      transform: scale(0.95) translateY(0);
      box-shadow: none;
 }
}

@media screen and (max-width: 960px) {
  body {
      font-size: 80%;
 }
}
@media screen and (max-width: 776px) {
  body {
      font-size: 70%;
 }
}
@media screen and (max-width: 496px) {
  body {
      font-size: 50%;
 }
}
@media screen and (max-width: 320px) {
  body {
      font-size: 40%;
 }
}


pre code{
  display: block;
  text-wrap: wrap;
  font-size: 12px;
}


button#copy-button {
    border: solid 1px #ddd;
    /* width: 100px; */
    margin: 0px auto;
    margin-bottom: 50px;
    border-radius: 7px;
    line-height: 17px;
}