/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 0px solid #000;
  text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.0s;
  font-size: 17px;
  width: 200px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid #000;
  border-radius: 12px;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid #000;
  border-radius: 12px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px; 
  border-top: none;
  text-align: center;
}

.ncs-input {
  padding: 6px 12px; 
  border-top: none;
  text-align: center;
}