:root{
  
    /* color-custom */
    --color-custom1: #40414a;
    --color-custom2: #ec2561;
    --color-custom3: #282828;
    --color-custom4: #181924;
    --color-custom5: #181924;
    --color-custom6: #fff;
    --color-custom7: #24252f;--color-sidebar: #24252f;
    
    /*select-custom*/
    --fsb-border: 1px solid var(
  --color-custom7);
    --fsb-radius: 5px;
    --fsb-color: inherit;
    --fsb-background: #fff;
    --fsb-font-size: 1em;
    --fsb-shadow: 0 1px 1px
    rgba(0, 0, 0, .1);
    --fsb-padding: 8px;
    --fsb-padding-right:
    var(
  --fsb-padding);
    --fsb-arrow-size: 6px;
    --fsb-arrow-padding:
    var(
  --fsb-padding);
    --fsb-arrow-color: currentColor;
    --fsb-icon-color: currentColor;
    --fsb-list-height: 250px;
    --fsb-list-border:
    var(
  --fsb-border);
    --fsb-list-radius: 3px;
    --fsb-list-color:
    var(
  --fsb-color);
    --fsb-list-background:
    var(
  --fsb-background);
    --fsb-hover-color:
    var(
  --fsb-color);
    --fsb-hover-background: var(
  --color-custom2);
  }
  
  /* style-home-page */
  @media (max-width: 992px) {
  
      tr.app-block {
          padding: 5px 0;
          display: block;
          background: var(--color-custom7) !important;
          margin-bottom: 10px;
          word-break: break-all;
          border-bottom: 1px solid var(--color-custom1);
      }
  
  
  
    td.app-col {
      margin-bottom: 5px;
      border-bottom: 0px;
      border-left: 0px;
      border-right: 0px;
      display: flex;
      align-items: center;
      font-size: 11px;
      padding: 2px 16px;
  }
  
  
   
  td.app-col:before {
          margin-bottom: 3px;
          content: attr(data-title);
          min-width: 98px;
          font-size: 10px;
          line-height: 10px;
          font-weight: 700;
          text-transform: uppercase;
          color: #ffffff;
          display: block;
      }
      
      
  }
  
      .d-card-body {
      padding: 10px 10px 10px 10px;
  }    
  
  @media (min-width: 992px) {
      
      
    .row10 {
      margin-top: 8rem;
    }
    
    .title-home-10 {
        
      font-size: 45px;
      line-height: 3.2rem;
      margin-top: 2rem;
      font-family: inherit;
      font-weight: 700;
    }
  }
  
  .text-pix{
      margin-top: 11px;
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 0.96rem;
      line-height: 1.2;
      background-color: var(--color-custom7);
      background-clip: padding-box;
      border: 1px solid rgb(0, 0, 0);
      color: #afafaf;
      transition: all 0.1s linear 0s;
      height: 125px;
      border-radius: 5px !important;
      font-weight: 300;
  }
  
  /* custom style */
  .badge-info20 {flex-direction: row;border: 1px solid var(--color-custom1);display: flex;align-content: space-around;align-items: center;justify-content: space-between;}
  /*select-custom*/
   /* @import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap); */
  .badge-info20:hover{
  opacity: 0.8;
      color:#fff;
  }
      h1 {
        margin-bottom: 1em;
      }
  
      label {
        display: block;
        margin-bottom: .5em;
      }
  
      .container00 {
        width: 100%;
       ;
        margin: 0 auto;
      }
  
      .example {
        margin-bottom: 1.5em;
      }
  
      .full-width select,
      .full-width .fsb-select {
        width: 100%;
      }
  
      .custom-style {
        --fsb-border: 0;
        --fsb-radius: 2em;
        --fsb-color: #fff;
        --fsb-background: #2F86A6;
        --fsb-padding: .75em 1.5em;
        --fsb-arrow-padding: 1.5em;
        --fsb-arrow-size: .5em;
        --fsb-list-height: 200px;
        --fsb-list-radius: .75em;
        --fsb-list-background: #34BE82;
        --fsb-hover-background: #2FDD92;
      }
  
      .icons {
        --fsb-border: 1px solid #fc0;
        --fsb-radius: 10px;
        --fsb-padding: .75em;
        --fsb-arrow-padding: 1em;
        --fsb-hover-background: #fc0;
        --fsb-list-height: 350px;
      }
  
      @media screen and (min-height: 680px) {
          
        .auto-position {
          position: absolute;
          width: calc(100% - 60px);
          max-width: 500px;
          bottom: 20px;
        }
      }
  .fsb-original-select {
    display: inline-block;
    margin: 0;
    padding: 8px 22px 8px 8px;
    padding: var(--fsb-padding);
    padding-right: calc(var(--fsb-arrow-padding) * 2 + var(--fsb-arrow-size));
    font-family: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  .fsb-original-select[disabled] {
    color: rgba(0, 0, 0, .3);
    cursor: not-allowed;
  }
  
  .fsb-select {
    display: inline-block;
    position: relative;
  }
  
  select[disabled] + .fsb-select {
    cursor: not-allowed;
  }
  
  .fsb-select,
  .fsb-original-select {
  border-radius: 5px;
  box-sizing: border-box;
  color: inherit;
  background-color: var(--color-custom2);
  font-size: 1em;
  box-shadow: none;
  height: 42px;
  /* border: 1px solid #000000; */
  }
  
  .fsb-select svg {
    width: 1em;
    height: 1em;
    margin-right: 8px;
    margin-right: var(--fsb-padding-right);
    fill: currentColor;
    fill: var(--fsb-icon-color);
    pointer-events: none;
  }
  
  .fsb-label {
    display: none;
  }
  
  /* While it's common sense to avoid using !important as much as possible, it is used
   * here to prevent inheriting style from other rules that may target buttons. */
  .fsb-button {
    display: flex !important;
    align-items: center;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 8px 22px 8px 8px !important;
    padding: var(--fsb-padding) !important;
    padding-right: var(--fsb-arrow-size) !important;
    border: 0 !important;
    border-radius: inherit !important;
    color: inherit !important;
    background-color: inherit !important;
    font-size: 14px !important;
    font-family: inherit !important;
    text-align: inherit !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .fsb-button > span,
  .fsb-option > span {
    pointer-events: none;
  }
  
  select[disabled] + .fsb-select .fsb-button {
    opacity: .4;
    pointer-events: none;
  }
  
  .fsb-button:after,
  select[disabled] + .fsb-select .fsb-button[aria-expanded="true"]:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    width: var(--fsb-arrow-size);
    height: 6px;
    height: var(--fsb-arrow-size);
    right: 8px;
    right: var(--fsb-arrow-padding);
    top: 50%;
    transform: translateY(-65%) rotateZ(45deg);
    border: solid currentColor;
    border: solid var(--fsb-arrow-color);
    border-width: 0 1.5px 1.5px 0;
    box-sizing: border-box;
    transition: transform .3s ease-in-out;
    pointer-events: none;
  }
  
  .fsb-button[aria-expanded="true"]:after {
    transform: translateY(-35%) rotateZ(225deg);
  }
  
  .fsb-list,
  select[disabled] + .fsb-select .fsb-list {
    display: block;
    visibility: hidden;
    position: absolute;
    min-width: 100%;
    max-height: var(--fsb-list-height);
    margin: 0;
    left: 0;
    top: 100%;
    z-index: 1000;
    padding: 0;
    border: inherit;
    border: var(--fsb-list-border);
    border-radius: inherit;
    border-radius: var(--fsb-list-radius);
    box-sizing: border-box;
    color: inherit;
    color: var(--fsb-list-color);
    background: #181924!important;
    /* backdrop-filter: blur(10px); */
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    overflow: auto;
    border-radius: 0.5rem;
    top: 45px;
  }
  
  .fsb-top .fsb-list {
    top: auto;
    bottom: 100%;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .2);
  }
  
  .fsb-button[aria-expanded="true"] + .fsb-list {
    visibility: visible;
    opacity: 1;
  }
  
  .fsb-option {
      display: flex;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: inherit;
      padding: 6px;
      font-weight: 300;
      font-size: 12px;
      border-bottom: 1px solid var(--color-custom7);
      color: #fff;
      text-align: left;
      width: 100%;
      /* text-transform: uppercase; */
      align-items: center;
      flex-wrap: nowrap;
  }
  
  .fsb-option:focus {
    outline: none;
    color: var(--fsb-hover-color);
    background-color: var(--fsb-hover-background);
  }
  
  .fsb-resize {
    display: block;
    height: 0;
    padding-right: 14px;
    padding-right: calc(var(--fsb-arrow-padding) * 2 + var(--fsb-arrow-size) - var(--fsb-padding-right));
    box-sizing: border-box;
  }
  
  .fsb-resize > * {
    display: block;
  }
  
  .style-option{
    /*  border-radius: 100%;
      margin-right: 11px;
      font-size: 10px;
      width: 23px;
      height: 23px;
      text-align: center;
      vertical-align: middle;
      line-height: 12px !important;
      padding: 0.5em 0.5em; */
    margin-right: 11px;
    font-size: 15px;
    width: 23px !important;
    height: 23px !important;
    line-height: 10px !important;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }
  /* !icons-select-efect! */
  .icon-color-instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #ffffff; }
  .icon-color-facebook {  background: #1672e6;   color: #ffffff; }
  .icon-color-tiktok {    background: #000000;   color: #ffffff; }
  .icon-color-kwai {      background: #f25f1f;   color: #ffffff; }
  .icon-color-youtube {   background: #f10002;   color: #ffffff; }
  .icon-color-soundcloud {background: #f28100;   color: #ffffff; }
  .icon-color-spotify {   background: #1ccc5b;   color: #ffffff; }
  .icon-color-telegram {  background: #0081c2;   color: #ffffff; }
  .icon-color-twitch {    background: #8a43f1;   color: #ffffff; }
  .icon-color-whatsapp {  background: #25d366;   color: #ffffff; }
  .icon-color-twitter {   background: #1da1f2;   color: #ffffff; }
  .icon-color-flask  {    background: #607d8b;   color: #ffffff; }
  .icon-color-gem {       background: #1976d2;   color: #ffffff; }
  .icon-color-master {    background: #ec2461;   color: #ffffff; }
  .icon-color-red {       background: #f10002;   color: #ffffff; }
  .icon-color-pix   {     background: #0cc27e;   color: #ffffff;  }
  .icon-color-promo  {    background: #ffffff;   color: var(--color-custom7); border: 1px solid var(--color-custom7); }
  .icon-color-lightning{  background: #ffffff;   color: var(--color-custom7); border: 1px solid var(--color-custom7); }
  .select-style-2{ display: flex; align-items: center; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; max-width: 50px; margin-right: 10px; }
  .id-select-style {      background: #ffffff;   color: var(--color-custom4); border-radius: 5px; display: inline-block; padding: 0.25em 0.4em; font-size: 80%; font-weight: 600; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border: 1px solid var(--color-custom4); }
  
  /*Carousel*/
  .gallery .control-operator:target~.controls .control-button {
      color: #ccc;
      color: rgba(255, 255, 255, .4)
  }
  
  .gallery .control-button:first-of-type,
  .gallery .control-operator:nth-of-type(1):target~.controls .control-button:nth-of-type(1),
  .gallery .control-operator:nth-of-type(2):target~.controls .control-button:nth-of-type(2),
  .gallery .control-operator:nth-of-type(3):target~.controls .control-button:nth-of-type(3),
  .gallery .control-operator:nth-of-type(4):target~.controls .control-button:nth-of-type(4),
  .gallery .control-operator:nth-of-type(5):target~.controls .control-button:nth-of-type(5) {
      color: #fff;
      color: rgba(255, 255, 255, .8)
  }
  
  .gallery .item:first-of-type {
      position: static;
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      opacity: 0;
      transition: opacity .5s
  }
  
  .gallery .control-operator {
      display: none
  }
  
  .gallery .control-operator:target~.item {
      pointer-events: none;
      opacity: 0;
      animation: none
  }
  
  .gallery .control-operator:target~.controls .control-button {
      animation: none
  }
  
  @keyframes controlAnimation-2 {
      0% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
      14.3%,
      50% {
          color: #fff;
          color: rgba(255, 255, 255, .8)
      }
      64.3%,
      100% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
  }
  
  @keyframes galleryAnimation-2 {
      0% {
          opacity: 0
      }
      14.3%,
      50% {
          opacity: 1
      }
      64.3%,
      100% {
          opacity: 0
      }
  }
  
  .gallery .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
      pointer-events: auto;
      opacity: 1
  }
  
  .items-2.autoplay .control-button {
      animation: controlAnimation-2 14s infinite
  }
  
  .items-2.autoplay .item {
      animation: galleryAnimation-2 14s infinite
  }
  
  .items-2 .control-button:nth-of-type(1),
  .items-2 .item:nth-of-type(1) {
      animation-delay: -2s
  }
  
  .items-2 .control-button:nth-of-type(2),
  .items-2 .item:nth-of-type(2) {
      animation-delay: 5s
  }
  
  @keyframes controlAnimation-3 {
      0% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
      9.5%,
      33.3% {
          color: #fff;
          color: rgba(255, 255, 255, .8)
      }
      42.9%,
      100% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
  }
  
  @keyframes galleryAnimation-3 {
      0% {
          opacity: 0
      }
      9.5%,
      33.3% {
          opacity: 1
      }
      42.9%,
      100% {
          opacity: 0
      }
  }
  
  .gallery .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(3):target~.item:nth-of-type(3) {
      pointer-events: auto;
      opacity: 1
  }
  
  .items-3.autoplay .control-button {
      animation: controlAnimation-3 21s infinite
  }
  
  .items-3.autoplay .item {
      animation: galleryAnimation-3 21s infinite
  }
  
  .items-3 .control-button:nth-of-type(1),
  .items-3 .item:nth-of-type(1) {
      animation-delay: -2s
  }
  
  .items-3 .control-button:nth-of-type(2),
  .items-3 .item:nth-of-type(2) {
      animation-delay: 5s
  }
  
  .items-3 .control-button:nth-of-type(3),
  .items-3 .item:nth-of-type(3) {
      animation-delay: 12s
  }
  
  @keyframes controlAnimation-4 {
      0% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
      7.1%,
      25% {
          color: #fff;
          color: rgba(255, 255, 255, .8)
      }
      32.1%,
      100% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
  }
  
  @keyframes galleryAnimation-4 {
      0% {
          opacity: 0
      }
      7.1%,
      25% {
          opacity: 1
      }
      32.1%,
      100% {
          opacity: 0
      }
  }
  
  .gallery .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(3):target~.item:nth-of-type(3) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(4):target~.item:nth-of-type(4) {
      pointer-events: auto;
      opacity: 1
  }
  
  .items-4.autoplay .control-button {
      animation: controlAnimation-4 28s infinite
  }
  
  .items-4.autoplay .item {
      animation: galleryAnimation-4 28s infinite
  }
  
  .items-4 .control-button:nth-of-type(1),
  .items-4 .item:nth-of-type(1) {
      animation-delay: -2s
  }
  
  .items-4 .control-button:nth-of-type(2),
  .items-4 .item:nth-of-type(2) {
      animation-delay: 5s
  }
  
  .items-4 .control-button:nth-of-type(3),
  .items-4 .item:nth-of-type(3) {
      animation-delay: 12s
  }
  
  .items-4 .control-button:nth-of-type(4),
  .items-4 .item:nth-of-type(4) {
      animation-delay: 19s
  }
  
  @keyframes controlAnimation-5 {
      0% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
      5.7%,
      20% {
          color: #fff;
          color: rgba(255, 255, 255, .8)
      }
      25.7%,
      100% {
          color: #ccc;
          color: rgba(255, 255, 255, .4)
      }
  }
  
  @keyframes galleryAnimation-5 {
      0% {
          opacity: 0
      }
      5.7%,
      20% {
          opacity: 1
      }
      25.7%,
      100% {
          opacity: 0
      }
  }
  
  .gallery .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(3):target~.item:nth-of-type(3) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(4):target~.item:nth-of-type(4) {
      pointer-events: auto;
      opacity: 1
  }
  
  .gallery .control-operator:nth-of-type(5):target~.item:nth-of-type(5) {
      pointer-events: auto;
      opacity: 1
  }
  
  .items-5.autoplay .control-button {
      animation: controlAnimation-5 35s infinite
  }
  
  .items-5.autoplay .item {
      animation: galleryAnimation-5 35s infinite
  }
  
  .items-5 .control-button:nth-of-type(1),
  .items-5 .item:nth-of-type(1) {
      animation-delay: -2s
  }
  
  .items-5 .control-button:nth-of-type(2),
  .items-5 .item:nth-of-type(2) {
      animation-delay: 5s
  }
  
  .items-5 .control-button:nth-of-type(3),
  .items-5 .item:nth-of-type(3) {
      animation-delay: 12s
  }
  
  .items-5 .control-button:nth-of-type(4),
  .items-5 .item:nth-of-type(4) {
      animation-delay: 19s
  }
  
  .items-5 .control-button:nth-of-type(5),
  .items-5 .item:nth-of-type(5) {
      animation-delay: 26s
  }
  .gallery .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  
  .gallery .control-button:hover {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  
  /*
      Theme controls how everything looks in Gallery CSS.
  */
  .gallery {
    position: relative;
  }
  .gallery .item {
    width: 100%;
  }
  .gallery .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .mix-auto{
  width: 100%; 
  border-radius: 5px;
      
  }
  .gallery .control-button {
    display: inline-block;
    margin: 0 .02em;
    font-size: 3em;
    text-align: center;
    text-decoration: none;
    transition: color .1s;
    
      
    
  }
  
  /*cards-custom-1*/
     .media-desc{
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    font-size: 10px;
    color: var(--color-custom6);
    background: var(--color-custom5);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}
     
     .media{padding: 10px;height: 50px;overflow: hidden;/* border: 1px solid #ffffff; */border-radius: 8px;font-size: 15px;padding: 5px;color: #ffffff;display: flex;align-items: center;font-weight: 700;background: var(--color-custom5);} 
     
     .media-left{background: #ffffff;padding: 0.3em 0.4em;color: #181924;border: 1px solid #000000;font-size: 13px;margin-right: 5px;width: 30px;height: 30px;line-height: 10px !important;display: flex;border-radius: 50%;align-items: center;justify-content: center;}
     
     .media-input{ display: block; width: 100%; padding: 0rem 0.5rem; font-size: .96rem; line-height: 0; background-color: var(--color-custom7)00 !important; border: none; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; color: #ffffff; }
  
  .card11 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 0.75rem;
      padding-left: 0.75rem;
      }.card-image {
      grid-area: image;
      }
      .card-text {
      grid-area: text;
      }
      .card-stats {
      grid-area: stats; 
      }.card-image {
      grid-area: image;
      background: url("img1.jpg");
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      background-size: cover;
      }.card-text {
      grid-area: text;
      margin: 25px;
      }
      .card-text .date {
      color: rgb(255, 7, 110);
      font-size:13px;
      }
      .card-text p {
      color: #ffffff;
      font-size:15px;
      font-weight: 300;
      }
      .card-text h2 {
      margin-top:0px;
      font-size:28px;
      }.card-stats {
      grid-area: stats;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background: var(--color-custom1);
      }.card-stats .stat {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      
      color: white;
      padding:10px;
      }
      
      /*cards-custom-2*/
      
      * {
    margin: 0;
    padding: 0;
  }
  
  .card45 {
    user-select: none;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  
  .card45 .card_header 
  {
    display: flex;
    justify-content: space-between;
    padding: 25px;
  }
  .card45 .card_header h1 {
   font-weight: 300;
    font-size: 15px;
    color: #ffffff;
  }
  
  .card45 .card_header p {
    font-size: 16px;
    padding: 10px 20px 0 0;
    color: #ffffff;
  }
  
  .card45 .content-image .img-22938 {
      padding: 15px 15px;
      font-size: 0px;
      border-radius: 10px;
      color: #ffffff;
      display: inline-block;
  
      width: 80px;
      height: 80px;
      background: #181924;
      box-shadow: 0 0px 10px 0 #181924;
  }
  
  .card_info {
      color: #0a253f;
      font-size: 14px;
      font-weight: 500;
      display: flex;
     
  }
  
  .card_info p{
      margin:15px 10px;
  }
  .card_info span{
      color: #4a4970;
      margin-right: 10px;
  }
  
  .card45 .card_footer{
      padding: 20px 20px;
      align-items: center;
      background-color: var(--color-custom7);
      display: flex;
      justify-content: space-between;
      border-top: 3px solid var(--color-custom1);
  }
  
  .card45 .card_footer .btn45{
      
      font-size: 16px;
      padding: 0 10px;
      border: none;
      outline: none;
      color: #fff;
      background: linear-gradient( 
  90deg
   , rgba(236,36,97,1) 0%, rgba(252,71,89,1) 100%);
      cursor: pointer;
      border-radius: 5px;
  }
  
  .card_footer button span{
      margin-left: 10px;
  }
  
  /*buttom-custom*/
  
   .btn-info78 {
      background-color: var(--color-custom7) !important;
      color: #ffffff;
  }  
  
  .btn10{
                  cursor: pointer;
                  font-weight: 600;
                  letter-spacing: .03em;
                  display: inline-block;
                  white-space: nowrap;
                  border-color: #d7000000;
                  background-color: var(--color-custom7);
                  font-size: 15px;
                  min-width: 1.250rem;
                  color: #fff;
                }
                   .btn-outline-info10{
                 color: #fff;
                 background-color: transparent;
                 background-image: none;
                 }
                  .btn57 {
      margin: -16px;
      background-color: #ffffff00 !important;
      cursor: pointer;
      font-weight: 500;
      letter-spacing: .03em;
      font-size: 16px;
      min-width: 2.375rem;
      background-color: var(--color-custom7)00 !important;
      padding: 10px 20px;
      border-radius: 10px !important;
      box-shadow: inset 0px 0px 10px #18192400;
  }
                    .btn222
  {
      font-size: 1.1rem;
    
  }
                  
        
                            
                      .btn890 {
      margin: 5px;
  }
         .badge-info890 {
      padding: 5px;
      /* background: linear-gradient( 90deg , rgba(236,36,97,1) 0%, rgba(252,71,89,1) 100%); */
      /* box-shadow: 0 0px 15px 0 #ec2561; */
      background: var(--color-custom2) !important;
  }
                          .navbar-nav2 {
  display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: row;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      align-items: center;
      align-content: center;
  }          
                  
                  
                  
                  
                  /*modal-custom*/
                  body {
  
    font-family: sans-serif;
  
  }
  .bgModal{
      z-index: 99999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(9px);
      /* transition: all var(--animation-1a) ease; */
  }
  .dialog.aberto {
       pointer-events: none;
  }
  
  .center {
      margin: 5% auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  .popup {
    width:350px;
    padding:30px 20px;
    border-radius:10px;
    box-sizing:border-box;
    z-index:2;
    text-align:center;
    opacity:0;
    top:-200%;
    transform:translate(-50%,-50%) scale(0.5);
    transition: opacity 300ms ease-in-out,
                top 1000ms ease-in-out,
                transform 1000ms ease-in-out;
  }
  .popup.active {pointer-events: auto;opacity:2;top:44%;transform:translate(-50%,-50%) scale(1);transition: transform 500ms cubic-bezier(0.18,0.89,0.43,1.19);position: fixed;z-index: 99999;background: var(--color-custom4);/* backdrop-filter: blur(9px); */}
  .popup .icon {
    margin:5px 0px;
    width:50px;
    height:50px;
    border-radius: 3px;
    text-align:center;
    display:inline-block;
    line-height:60px;
    background: var(--color-custom2);
  }
  .popup .icon i.fa-solid  {
    font-size:30px;
    color:#fff;
  }
  .popup .title {
      font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .5em;
  color:#fff;
  }
  .popup .description {
    color:#fff;
    font-size:12px;
    padding:5px;
        height: 300px;
      overflow: auto;
      width: auto;
  }
  .popup .dismiss-btn {
    margin-top:15px;
  }
  .popup .dismiss-btn button {
      padding:10px 20px;
      background: var(--color-custom7);
      color:#f5f5f5;
      border: 2px solid var(--color-custom5);
      font-size:16px;
      font-weight:600;
      outline:none;
      border-radius:10px;
      cursor:pointer;
      transition: all 300ms ease-in-out;
      margin-top: 0.5em;
  }
  .popup .dismiss-btn button:hover {
    color:#111;
    background:#f5f5f5;
  
  }
  .popup > div {
    position:relative;
    top:10px;
    opacity:0;
  }
  .popup.active > div {
    top:0px;
    opacity:1;
  }
  .popup.active .icon {
    transition: all 300ms ease-in-out 250ms;
  }
  .popup.active .title {
    transition: all 300ms ease-in-out 300ms;
  }
  .popup.active .description {
    transition: all 300ms ease-in-out 350ms;
  }
  .popup.active .dismiss-btn {
    transition: all 300ms ease-in-out 400ms;
    }
  
  .alert.alert-dismissible.alert-danger {
      border: none;
      box-shadow: none !important;
      background: var(--color-custom7) !important;
      border-radius: 5px !important;
  }
    
    /* select-option */
    .style-option-card {
     padding-left: 0px;
      list-style: none;
      margin: 0px;
      overflow-x: auto;
      overflow-y: hidden;
      flex-wrap: nowrap;
      display: flex;
      justify-content: flex-start;
      transition: color .3s ease;
      flex-direction: row;
      /* margin-top: 0px; */
      margin-right: 4px;
      /* margin-bottom: 0px; */
      margin-left: 4px;
  }
  
  .style-option-tabs {
      
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
  }
  
  
  /*menu whatsapp */
  
  .float{
      width: 45px;
      height: 45px;
      color: var(--color-custom7);
      font-size: 22px;
      position: fixed;
      background-color: #ffffff;
      right: 0px;
      text-align: center;
      z-index: 100;
      border-top-left-radius: 100%;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 100%;
      transition: all .5s ease;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .float:hover{
    right: -8px;
    transition: all .5s ease;
    background-color: var(--color-custom7);
      color: #ffffff;
    border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
    }
  
  
    .fx-popupwhats {
      background: #0cc27e;
      color: #fff;
      position: fixed;
      width: 140px;
      bottom: 190px;
      right: 50px;
      font-size: 12px;
      line-height: 20px;
      padding: 3px;
      border-radius: 100px;
      /* box-shadow: 2px 2px 0px #ffffff; */
      z-index: 100;
      }
      
     
  .my-float{
  }
  
  /*
  .float {
    animation: go-back 2s infinite alternate;
  }
  @keyframes go-back {
    from {
      transform: translateY(12px);
    }
    to {
      transform: translateY(0);
    }
  }
  */
        
  
  /*FX- */
  
  .ud-img{
      right: 10px;
      bottom: 0px;
      width: 240px;
      position: absolute;
  }
  
  
  .muicollapsesidebar-line {
      border-bottom: 1px solid var(--color-nero);
      font-size: 12px;
  }
  
  .ffg {
      display: inline-block;
      padding: 0.2em 0.4em;
      font-size: 80%;
      font-weight: 600;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 3px;
      color: #fff;
      box-shadow: inset 0px 0px 0px var(--color-custom5);
  }
  
    .order_btn_group .list-inline-item{
      margin-right: 0px!important;
    }
    .order_btn_group .list-inline-item a.btn{
     /* font-size: 0.9rem; */
     /* font-weight: 400; */
     display: flex;
      justify-content: center;
      align-items: center;
      height: 55px;
      margin-left: 5px;
      margin-right: 5px;
    }
    .btn-show-custom-mention{
      font-weight: 400px!important;
      font-size: 10px!important;
    }
    .nav-link .badge.badge-error-orders{
      position: relative;
      left: 5px;
    }
    /* code novo */
    
    
    @media (max-width: 576px)
  .classeNova {
      line-height: 1em;
  }
  
  .classeNova {
      background-color: var(--color-custom5);
      text-align: center;
      border-radius: 5px 5px 5px 5px;
      margin-top: 10px;
      padding: 5px 10px;
  }
  
  strong.ml-2 {
      color: #fff;
  }
  
  .txt10 {
         color: #fff;
  }
  
  strong.ml-2 {}
  
  .link-link{
  
  color: var(--color-custom2); 
      /* font-weight: 500; */
      /* line-height: 20px; */
      /* display: block; */
      /* color: #ec2561; */
      /* font-weight: 500; */
      /* line-height: 20px; */
      /* display: block; */
      background: var(--color-custom5);
      border: 1px solid var(--color-custom1);
      box-sizing: border-box;
      border-radius: 15px;
      /* color: #ec2561; */
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 20px;
      transition: 0.14s ease;
      display: block;
      width: 100%;
          max-width: 450px;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      color: var(--color-custom2);
      opacity: 0.8;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      
  }
  button.btn.btn-secondary.btn-searchItem {
    background: var(--color-custom7);
    border: 1px solid var(--color-custom7);
}
                   .btn192128{
                 width:100%;
                 padding-bottom: 10px !important;
                 padding-top: 10px !important;
                 background: var(--color-custom2)!important;
                 border: 1px solid var(--color-custom2)important;
                 color: #fff!important;
                 font-size: 9px!important;
                 /* padding: 1px 5px!important; */
                 height: auto!important;
                 font-weight: 400;
                 }
    
    
  /* code novo */
  .fx-backdrop-filter{ background: #00000000 !important; backdrop-filter: blur(10px);}
  
  .card-legacy1{/* background-image: linear-gradient( 138deg , #ec256159 0, var(--color-custom7) 50%, var(--color-custom7) 0%) !important; */}
  
  .card-legacy2{ background-image: linear-gradient( 313deg , #ec256159 0, var(--color-custom7) 50%, var(--color-custom7) 0%) !important;}
  
     
    .help-block {
                              border: 1px solid var(--color-custom3);
                              border-radius: 10px;
                              font-size: 15px;
                              padding: 5px;
                              color: #ffffff;
                              display: flex;
                              margin-top: 10px;
                              font-weight: 700;
                              background: var(--color-custom5);
                              align-items: center;
                              height: 35px;
                              }
                              .form-control1009 {
                              display: block;
                              width: 100%;
                              font-size: .96rem;
                              line-height: 0;
                              background-color: #14141400;
                              border: none;
                              transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                              color: #ffffff;margin-left: 5px;
                              }
                              .element-min-max{
                              display: flex;
                              align-items: center;
                              }
                              .element-min-max-logo{
                              background: #ffffff;
                              padding: 1em 1em;
                              color: #101010;
                              border: 1px solid #000000;
                              width: 20px !important;
                              height: 20px !important;
                              margin-right: 1px !important;
                              } 

.search-form.p-t-20.p-b-5.p-r-10.p-l-10 {
    position: relative;
}
.search-results {
display: block;
    position: absolute;
    min-width: 100%;
    max-height: var(--fsb-list-height);
    margin: 0;
    left: 0;
    top: 100%;
    z-index: 1000;
    padding: 0;
    border: inherit;
    border: var(--fsb-list-border);
    border-radius: inherit;
    border-radius: var(--fsb-list-radius);
    box-sizing: border-box;
    color: inherit;
    color: var(--fsb-list-color);
    background: #181924!important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2); 
     border-radius: 0.5rem; 
    transition: opacity .2s ease-in-out;
    overflow: auto;
    
    top: 1px;
}

  .search-results-option,.search-results-option2 {
      display: flex;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: inherit;
      padding: 6px;
      font-weight: 300;
      font-size: 12px;
      /* border-bottom: 1px solid #ec2461; */
      color: #fff;
      text-align: left;
      width: 100%;
      /* text-transform: uppercase; */
      align-items: center;
      flex-wrap: nowrap;
  }
  
  .search-results-option:hover {
    outline: none;
    color: var(--fsb-hover-color);
    background-color: var(--fsb-hover-background);
  }
  
.element-uptade {
    padding: 6px 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-custom1);
}

.sdate {
    color: var(--color-custom2);
}

.element-uptade:hover {
    background: var(--color-custom1);
}

.points_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.points_wrapper .point {
  bottom: -20px;
  position: absolute;
  animation: floating-points infinite ease-in-out;
  pointer-events: none;
  border-radius: 9999px;
}
@keyframes floating-points {
  0% {
    transform: translateY(0);
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(-63px);
    opacity: 0;
  }
}
.points_wrapper .point:nth-child(1) {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.points_wrapper .point:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.points_wrapper .point:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.points_wrapper .point:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.points_wrapper .point:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}
.fa-star:before {
    color: #ffffff;
    background: #02c478;
    padding: 0.3rem 0.3rem;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.banner56 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    padding: 15px 18px;
    color: #fff;
    background: linear-gradient(309deg, rgba(35, 209, 107, 1) 0%, rgba(0, 196, 121, 1) 100%);
    font-size: 15px;
    position: relative;
}


 .button190{
    padding: 5px 20px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    color: #1dce6f;
    background: #ffff;
    z-index: 1;
    position: relative;
    transform: scale(1.0);
 }

 .button190:hover{
    opacity:0.9;
 }
button190:focus{
transform: scale(1.1);
}

@media (max-width: 768px){
      #banner, #banner button {
      font-size: 10px;
      }
    }
.banner56 .fa-close {
    top: 50%;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}
@media (max-width: 768px){
.banner56, .button190 {
    font-size: 14px;
 }
}
@media (max-width: 768px){
.banner56 {
    z-index: 7;
}
}
