@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


.section-3 {
  width: 100%;
  height: 100%;
  font-family: 'Space Grotesk', sans-serif;
  background-color: rgb(11, 11, 12);
}


.container-Search {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 20px 15px 15px 15px;
  margin: 0;
  background-position: center right;
  background-color: #09090B !important;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* .container-Search::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 1;
  }
  */



.container-resultados {
  width: 100%;
  height: auto;
  max-height: calc(100% - 120px);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 7px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
}

.container-resultados.YT {
  gap: 10px;
}

.container-resultados> :first-child {
  border-radius: 7px 7px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.container-resultados> :last-child {
  border-radius: 0 0 7px 7px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
}

.container-resultados> :only-child {
  border-radius: 7px !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.container-resultados>* {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}


.container-resultados::-webkit-scrollbar {
  display: none;
}

.card {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  background-color: #09090B;
  width: 100%;
  height: 90px;
  padding: 8px;
}

.card:hover {
  background-color: #121216;
}


.thumbnail-wrapper {
  width: auto;
  height: auto;
  display: flex;
}


.thumbnail-img {
  width: 50px;
  height: 75px;
  border-radius: 5px;
  padding-left: -10px;
  background-color: #1a1919;
  position: relative;
  color: transparent;
}



.loading-box {
  position: absolute;
  width: 50px;
  height: 75px;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}

.loading-img {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 4px;
  background: linear-gradient(90deg,
      transparent 30%,
      rgba(255, 255, 255, 0.2),
      transparent 60%);
  left: -100px;
  animation: shine2 1s linear infinite;
}

@keyframes shine2 {
  0% {
    left: -300%;
  }

  100% {
    left: 110%;
  }
}




.card-info {
  display: flex;
  height: auto;
  width: auto;
  justify-content: flex-start;
  align-items: center;
}


.info-results {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10px;
}

.card-title,
.categoria {
  margin: 0;
  line-height: 1.3;
}

.categoria {
  color: #A1A1A2;
  font-size: 0.7em;
}

.card-title {
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: 500;
}



.input-search {
  padding: 14px;
  width: 100%;
  border-radius: 20px;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  background-color: #141418;
  color: #ffffffd2 !important;
}

.input-search::placeholder {
  color: #A1A1A2 !important;
}

.input-search:focus {
  outline: none;
}

.box-buttons-input-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-direction: row;
  height: fit-content;
  position: absolute;
  right: 22px;
  top: 43px;
  z-index: 10;
  transform: translateY(-50%);
}


.menu-fonte {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: none;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #00000000;
}

.menu-fonte::before {
  content: "\f550";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #515158;
  position: absolute;
  opacity: 1;
}

.options-fonte {
  position: absolute;
  top: 40px;
  right: -26px;
  width: 100px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.150);
  background-color: #0d0d14;
  display: none;
}

.options-fonte :first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.150);
}

.options-fonte button {
  opacity: 0;
  transform: scale(0);
}

.fonteAtiva {
  background-color: #1e1e25 !important;
}


.btn-search {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #37F1A3;
}

.btn-search::before {
  content: "\f002";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #09090B;
  position: absolute;
  opacity: 1;
}


.btn-fonte-web {
  width: 100%;
  height: 32px;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  color: #ffffffd2;
}


.btn-fonte-YT {
  width: 100%;
  height: 32px;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: transparent;
  color: #ffffffd2;
}

.btn-fonte-YT i,
.btn-fonte-web i {
  color: #37F1A3;
  border: none !important;
  padding-left: 5px;
}

.btn-fonte-YT i {
  margin-top: 2px;
}





#loadSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 99999999;
  display: none;
}



.loader {
  width: 38px;
  overflow: visible;
  transform: rotate(-90deg);
  transform-origin: center;

  --active: #37F1A3;
  --track: #37f1a363;

  --duration: 8s;

  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

.active {
  stroke: var(--active);
  stroke-linecap: round;
  stroke-dashoffset: 360;
  animation: active-animation var(--duration) ease-in-out infinite;
}

@keyframes active-animation {
  0% {
    stroke-dasharray: 0 0 0 360 0 360;
  }

  12.5% {
    stroke-dasharray: 0 0 270 90 270 90;
  }

  25% {
    stroke-dasharray: 0 270 0 360 0 360;
  }

  37.5% {
    stroke-dasharray: 0 270 270 90 270 90;
  }

  50% {
    stroke-dasharray: 0 540 0 360 0 360;
  }

  50.001% {
    stroke-dasharray: 0 180 0 360 0 360;
  }

  62.5% {
    stroke-dasharray: 0 180 270 90 270 90;
  }

  75% {
    stroke-dasharray: 0 450 0 360 0 360;
  }

  87.5% {
    stroke-dasharray: 0 450 270 90 270 90;
  }

  87.501% {
    stroke-dasharray: 0 90 270 90 270 90;
  }

  100% {
    stroke-dasharray: 0 360 1 360 0 360;
  }
}

.track {
  stroke: var(--track);
  stroke-linecap: round;
  stroke-dashoffset: 360;
  animation: track-animation var(--duration) ease-in-out infinite;
}

@keyframes track-animation {
  0% {
    stroke-dasharray: 0 20 320 40 320 40;
  }

  12.5% {
    stroke-dasharray: 0 290 50 310 50 310;
  }

  25% {
    stroke-dasharray: 0 290 320 40 320 40;
  }

  37.5% {
    stroke-dasharray: 0 560 50 310 50 310;
  }

  37.501% {
    stroke-dasharray: 0 200 50 310 50 310;
  }

  50% {
    stroke-dasharray: 0 200 320 40 320 40;
  }

  62.5% {
    stroke-dasharray: 0 470 50 310 50 310;
  }

  62.501% {
    stroke-dasharray: 0 110 50 310 50 310;
  }

  75% {
    stroke-dasharray: 0 110 320 40 320 40;
  }

  87.5% {
    stroke-dasharray: 0 380 50 310 50 310;
  }

  100% {
    stroke-dasharray: 0 380 320 40 320 40;
  }
}