/**
* Template Name: Selecao - v4.7.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {font-family: 'rabar';}

p {
	font-family: 'rabar';
}

/* Style the tab */
.tab {
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  background-color: #d0bd1e;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #85a345;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: 'rabar';
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #85a345;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #1a7706;
  color: #fff;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-top: none;
}
input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}