.c-cd706790 {
  /* background-color: var(--bgModal);
  border-radius: 30px; */
  margin-top: 10px;
  max-height: 100%;
  /* padding: 20px; */
  /* position: absolute; */
  top: 0;
}
.c-cd706790 .c-8e5eb79d {
  box-sizing: initial;
  background-color: var(--bgModal);
  margin-bottom: 10px;
  display: grid;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px;
  grid-template-columns: 40px auto;
  height: 60px;
}
.c-cd706790 .c-8e5eb79d svg {
  align-self: center;
  height: 20px;
  justify-self: center;
  width: 20px;
}
.c-cd706790 .c-8e5eb79d input {
  background-color: #0000;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  height: 40px;
  outline: 0;
  padding: 0;
  padding-right: 12px;
}
/* .c-cd706790:before {
  background: linear-gradient(var(--bgModal) 20%, #121a2900);
  top: 70px;
} */
/* .c-cd706790:after,
.c-cd706790:before {
  content: "";
  height: 15px;
  left: 20px;
  position: absolute;
  width: calc(100% - 50px);
  z-index: 1;
}
.c-cd706790:after {
  background: linear-gradient(#121a2900, var(--bgModal) 80%);
  bottom: 15px;
} */
.c-cd706790 .c-f97b4455 {
  height: 100%;
  margin-top: 5px;
  max-height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--bgModal);
  padding-right: 10px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 30px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
/* 
.c-cd706790 .c-f97b4455:before {
  content: "";
  height: 10px;
  left: 10px;
  background: linear-gradient(#121a2900, var(--bgModal) 80%);
  bottom: 0;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 1;
}

.c-cd706790 .c-f97b4455:after {
  content: "";
  height: 10px;
  left: 10px;
  background: linear-gradient(var(--bgModal) 20%, #121a2900);
  top: 0;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 1;
} */

.c-cd706790 .c-f97b4455 .c-7c73e0b6 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@keyframes flashCustom {
  0% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
  to {
    opacity: 0.75;
  }
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 {
  grid-gap: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 60px calc(100% - 70px);
  height: 80px;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 {
  border-radius: 9px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507:before {
  background-color: var(--slotHover);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease;
  z-index: 2;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-8184e853 {
  height: 50px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  width: 50px;
  z-index: 2;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-8184e853:after {
  display: none;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-8184e853 img {
  height: 30px;
  width: 30px;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-68c52151 {
  height: 80px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.15s ease;
  width: 100%;
}
@media (max-width: 600px) {
  .c-cd706790 .c-f97b4455 .c-3a9ce495 {
    border-radius: 11px;
    grid-template-columns: 40px calc(100% - 50px);
    height: 60px;
  }
  .c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 {
    border-radius: 8px;
  }
  .c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-68c52151 {
    height: 60px;
  }
  .c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-8184e853 {
    height: 40px;
    width: 40px;
  }
  .c-cd706790 .c-f97b4455 .c-3a9ce495 .c-cb6df507 .c-8184e853 img {
    height: 20px;
    width: 20px;
  }
}
.c-cd706790 .c-f97b4455 .c-3a9ce495:hover .c-cb6df507 .c-68c52151 {
  transform: scale(1.2);
}
.c-cd706790 .c-f97b4455 .c-3a9ce495:hover .c-cb6df507 .c-8184e853,
.c-cd706790 .c-f97b4455 .c-3a9ce495:hover .c-cb6df507:before {
  opacity: 1;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-4730aacf {
  align-self: center;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-4730aacf .c-ddcde4d6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-cd706790 .c-f97b4455 .c-3a9ce495 .c-4730aacf .c-f34c4056 {
  color: var(--textSecondary);
  font-size: .875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
