::selection {
  background-color: none;
  color: inherit;
}

body {
  background-color: #fff;
}

.alert-screen {
  display: none;
}

.todo {
  width: 90%;
  margin: 0 auto;
}

.todo h1 {
  font-size: 1.6em;
  text-align: center;
  margin: 0 0 20px 0;
}

.todo h2 {
  font-size: 1.6em;
  text-align: center;
  margin: 20px 0;
}

.todo h3 {
  font-size: 1.4em;
  text-align: center;
  margin: 20px 0;
}

.todo h4 {
  font-size: 1.2em;
  color: #000;
  text-align: center;
  padding: 5px;
  margin: 10px 0;
}

.todo h5 {
  margin: 30px 0;
}

.alert-subtitle {
  padding-bottom: 0px;
  text-align: center;
  font-weight: 500;
}

.todo .navbar-collapse {
    flex-grow: 0;
}

.keyboard {
  display: block;
  /* min-width: 1215px; */
  height: 380px;
  background-color: #111;
  border-radius: 9px;
  padding: 20px;
  color: #eee;
}

/* .logo {
  color: #222;
  font-style: oblique;
  text-align: center;
} */

.logo h1 {
  font-size: 0;
  display: none;
}

/* .logo img {
  width:25%;
  float: left;
} */

.badge-new {
  font-size: 0.4em;
  vertical-align: top;
} 

.alert-cookie {
  display: none;
  font-size: 0.8em;
  color: #fff;
  background-color: #343a40;
}

.alert-cookie a {
  color: #fff;
}

.alert-cookie .btn-close-cookies {
  color: #fff !important;
  background-color: #fff;
}


.nav-tools {
  text-align: center;
  padding:10px;
  margin: 10px 0px 20px 0px;
}

.nav-tools a {
  display: inline;
  margin: 0px 20px;
}

.nav-tools img {
  max-width: 30px;
}

.nav-tools .txt-link {
  display: inline;
}

.nav-tools .badge-new {
  font-size: 0.5em;
  font-weight: 600;
  vertical-align: top;
}

.ads-body-top {
  text-align: center;
  display: block;
  max-height: 170px;
  margin-bottom: 10px;
}

.ads-body-bottom {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.middle-ads {
  /* height:150px !important; */
  text-align: center;
}

.test-area {
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 10px;
}

.video-preview {
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
}

.alert-privacy {
  font-size: 0.9em;
  padding: 10px 30px 5px 30px;
}

/* .device-actions {
  padding: 15px 0;
}

.device-actions select {
  margin: 10px 0;
} */

#grant-access {
  display: block; /* Alterado de 'none' para 'block' */
  margin: 20px 0;
  text-align: center;
}

.camera-permission-hint {
  margin-top: 15px;
  font-size: 0.9em;
}

#btn-request-access {
  padding: 10px 20px;
  margin: 10px 0;
}

#alert-cam-not-founded {
  display: none;
}

.video-left-side img {
  width: 90%;
}

#alert-cam-founded {
  display: none;
  font-size: 0.9em;
}

#alert-cam-error {
  display: none;
}

#btn-test {
  display: none;
  margin: 15px auto;
  width: 60%;
}

#btn-stop {
  display: none;
  margin: 15px auto;
  width: 60%;
}

#select-device {
  display: none;
}

#video {
  display: block;
  width: 80%;
  object-fit: contain;
  margin: 0 auto;
}

#btn-capture {
  display: none;
  margin: 10px auto; 
}

.captured-images{
  padding: 10px;
  font-size: 0.8em;
  background-color: #fff;
}

.captured-images h3 {
  font-size: 1.6em;
  text-align: left;
  margin: 0 10px;
}

#gallery {
  overflow-x: auto; /* Adiciona uma barra de rolagem horizontal */
  white-space: nowrap; /* Impede que as miniaturas quebrem para a próxima linha */
  padding: 10px; /* Adiciona um espaço ao redor das miniaturas */
  margin-bottom: 10px;
}

.image-container {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.image-container .modal img {
  width: 100%;
  height: auto;
  display: block;
}

.image-container img {
  width: 100px;
  height: auto;
  display: block;
}

#gallery .image-container a {
  color: #007bff;
  font-size: .95em;
  padding: 2px;
  text-decoration: none;
}

#gallery .image-container a:hover {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

.cam-info {
  padding: 10px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x:hidden;
  /* white-space: nowrap; */
}

.camera-specs h2 {
  margin: 10px 0 20px 0;
}

.camera-specs table th {
  color: #45484b;
  text-align: left;
  font-size: 0.9em;
}

.camera-specs table td {
  text-align: left;
  font-size: 0.9em;
}

/* ------------------------------ TOP 10 ---------------------------------------------*/

.grid-row {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s;
}
.grid-row:hover {
  background-color: rgba(0,0,0,0.03);
}
.product-image {
  max-width: 100px;
  height: auto;
}
.price-link {
  text-decoration: none;
  font-size: 0.8em;
}
.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
.btn-amazon {
  background-color: #ffa41c;
  border-color: #ffa41c;
  color: #000;
}
.btn-amazon:hover {
  background-color: #db8534;
  border-color: #db8534;
  color: #000;
}
.grid-header {
  background-color: #212529;
  color: white;
  padding: 1rem;
  font-weight: bold;
}

.top-products {
  overflow-x: auto; /* Adiciona uma barra de rolagem horizontal */
  white-space: nowrap; /* Impede que as miniaturas quebrem para a próxima linha */
  padding: 10px 0px; /* Adiciona um espaço ao redor das miniaturas */
  margin-bottom: 30px;
}

.top-products .nav-link {
color: #333;
}

.top-products .nav-link.active{
  font-weight: 600;
  text-decoration: underline 2px solid rgba(155, 146, 146, 0.3);
  }

.top-products a {
  text-decoration: none;
}

.top-products img {
  max-height: 150px;
  margin-bottom: 30px;
}

.top-products .img-amz {
  max-width: 110px;
  margin-bottom: 5px;
}

.top-products figcaption {
  text-transform: uppercase;
  /* vertical-align: text-bottom; */
}

.mais, .gamer, .kit {
  scroll-behavior: smooth;
}
.top-products figcaption {
  text-align: center;
  height: 50px;
}

.top-products th {
  min-width: 200px;
  text-wrap: wrap;
  text-align: center;
  padding: 5px 20px;
}

.top-products td {
  min-width: 200px;
  text-wrap: wrap;
  text-align: center;
  padding: 5px 20px;
}

.top-products tfoot {
  text-align: center;
}

.button-table {
  max-width: 3%;
}

.content-prods {
  position: relative;
}

.scroll-left-mais,
.scroll-left-gamer,
.scroll-left-kit,
.scroll-right-mais,
.scroll-right-gamer,
.scroll-right-kit {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 20%;
  background-color: rgba(155, 152, 152, 0.2);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  /* z-index: 1; */
}

.scroll-left-mais:hover,
.scroll-left-gamer:hover,
.scroll-left-kit:hover,
.scroll-right-mais:hover,
.scroll-right-gamer:hover,
.scroll-right-kit:hover {
  background-color: rgba(155, 152, 152, 0.5);
}

.scroll-left-mais,
.scroll-left-gamer,
.scroll-left-kit {
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.scroll-right-mais,
.scroll-right-gamer,
.scroll-right-kit {
  right: 0;
  border-top-left-radius: 50px; 
  border-bottom-left-radius: 50px;
}

.limted-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Número de linhas a serem exibidas */
  -webkit-box-orient: vertical;
}

footer {
  /* position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; */
  font-size: 0.85em;
  background-color: #000;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  padding: 15px 0;
}

footer .nav {
  margin-bottom: 20px;
}

footer .nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

footer .nav-item a:hover {
  color: #fff;
  text-decoration: underline;
}


footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .links-sites {
  text-align: center;
  font-size: 1.2em;
  line-height: 200%;
}

footer .links-sites h5 {
  margin-top: 10px;
  font-size: 1em;
}

footer .donate {
  font-size: .95em;
}

footer .donate img {
  width: 100px;
}

footer .donate h5 {
  margin-top: 10px;
  font-size: 1.3em;
}

@media screen and (max-width: 799px) {
  .nav-tools .txt-link {
    display: none;
  }

  .nav-tools a {
    display: inline;
    margin: 0px 2px;
  }

  .badge-new {
    font-size: 0.5em;
    font-weight: 600;
    vertical-align: top;
  }

  #grant-access img {
    width: 90%;
  }

  #video {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
  /* .alert-screen {
    display: block;
    font-size: 1.3em;
    color: red;
    background-color: rgb(226, 223, 223);
    padding: 20px;
    border-radius: 20px;
  } */
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
  .todo {
    width: 100%;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1279px){

}

@media screen and (min-width: 1280px) and (max-width: 1365px) {

}

@media screen and (min-width: 1366px){

}
