.hidden {
  display: none !important;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-tillit {
  margin-bottom: 1em;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-tillit
  .twoinc-subtitle {
  color: #777777;
  margin-left: 31px;
  font-size: 0.8em;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-tillit
  .explain-details {
  font-size: 0.8em;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-tillit
  img {
  max-height: 32px;
}

.twoinc-loader::before {
  width: 1em;
  height: 1em;
  display: block;
  position: relative;
  margin: auto;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../images/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  opacity: 0.5;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.twoinc-source,
.twoinc-target {
  display: none;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  width: unset;
  height: unset;
}

#abt-twoinc-link {
  width: 100%;
  padding-left: 31px;
}

#abt-twoinc-link a {
  float: right;
  font-size: 0.8em;
}

.abt-twoinc {
  position: relative;
  text-align: right;
  cursor: pointer;
  font-size: 0.83em;

  /* Indicate the icon is interactive */
}

.abt-twoinc-text {
  visibility: hidden;
  width: 190px;
  height: auto;
  background-color: rgb(34, 34, 34);
  color: #fff !important;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 120%;
  /* Adjust this to move the tooltip above the question mark */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: normal;
  line-height: 1.5;
}

.abt-twoinc-text a {
  text-decoration: none;
  text-align: right;
  cursor: pointer;
  padding: 5px 10px;
  margin: 20px 20px;
  border-radius: 5px;
  border: 1px solid gray;
  color: white;
  background-color: blue;
}

.abt-twoinc:hover .abt-twoinc-text {
  visibility: visible;
  opacity: 1;
}

#billing_company_display_field {
  position: relative;
  padding-bottom: 15px;
}

#billing_company_field {
  position: relative;
  padding-bottom: 15px;
}

.floating-company {
  position: absolute;
  right: 8px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.floating-company-id {
  position: absolute;
  right: 24px;
  margin-top: 0.8px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #dddddd;
  white-space: nowrap;
}

#company_not_in_btn {
  cursor: pointer;
  color: #3043d1;
  margin: 4px 12px;
}

#search_company_btn {
  text-align: right;
  cursor: pointer;
  padding-top: 5px;
  color: #3043d1;
  position: absolute;
  right: 4px;
}
