@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}



footer{
  background-color: #f0e8d6 !important;
  color: #b2aa96;
  font-size: 0.75rem !important;
  height: 30px;
  font-weight: 400;
}

footer small{
  font-size: 0.75rem;
}


#yourKey{
  font-size: 1.3rem;
  color: #cb7d19;
  overflow-wrap: break-word;
}


.custom-file{
  content: "Carregar" !important;
}

input::file-selector-button {
  background-color: transparent;
  padding: 8px 16px;
  border: thin solid #0069d9;
  border-radius: 3px;
  margin-right: 12px;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ebb267; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cb7d19; 
}

.mainButton {
  background-color: #f6d02c;
  font-weight:500;
  padding: 8px 40px;
  border: none;
  border-radius: 150px;
  transition: 300ms;

}

.mainButton:hover {
  background-color: #cd3a3e;
  color: white;
  transition: 300ms;
}

.mainButton:hover {
  background-color: #cd3a3e;
  color: white;
  transition: 300ms;
}

.mainButton:focus {
  background-color: #d9b103;
  color: rgb(0, 0, 0);
  transition: 300ms;
}

h1, h2, h3, h4{
  font-weight: bold !important;
}

.resultQuery{
  font-weight: 400;
  font-size: 1.15rem;
}

.infoGeral{
  background-color: white !important;
  border-radius: 4px;
  box-shadow:
  0.2px 0.2px 0.9px rgba(0, 0, 0, 0.004),
  0.5px 0.5px 2.3px rgba(0, 0, 0, 0.005),
  1px 1px 4.8px rgba(0, 0, 0, 0.005),
  2px 2px 9.9px rgba(0, 0, 0, 0.01),
  6px 6px 27px rgba(0, 0, 0, 0.05);
}

thead{
  background-color: #f0e8d6;
  border:none !important;
}

thead th:first-child{
  border-radius: 8px 0px 0px 8px;
}

thead th:last-child{
  border-radius: 0px 8px 8px 0px;
}
