/* Dropdown Button */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 6px 10px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: block;
  margin-top: -39px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  /* display: none; */
  position: absolute;
  background-color: #f6f6f6;
  /* min-width: 230px; */
  border: 1px solid rgb(204, 204, 204);
  z-index: 1;
  width: 100%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.all-options {
  max-height: 200px;
  overflow: auto;
  border-top: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}

#billing_irs {
  opacity: 0;
}

.irs-options {
  padding: 10px;
  cursor: pointer;
}

.irs-options:hover {
  opacity: 0.85;
  color: #333;
}

p#billing_vat_field,
p#billing_store_field {
  width: 50% !important;
  padding-right: 5px !important;
  /* display: inline-block !important; */
}

p#billing_company_field,
p#billing_irs_field {
  width: 50% !important;
  padding-left: 5px !important;
  /* display: inline-block !important; */
}

#billing_company_field {
  display: none;
}

#billing_timologio {
  outline: none;
}
