.currency-input:checked ~ .currency-label {
  background: #000;
  color: white;
}
.orDivider {
  position: relative;
}
.orDivider::before {
  content: "or";
  position: relative;
  border: 1px solid #6b7280;
  background: white;
  color: #6b7280;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  z-index: 10;
}
.orDividerline::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #6b7280;
  z-index: 1;
}
.sticky-head-title,
.sticky-table-head-wrapper {
  transition: all 0.3s ease-in-out;
}
.sticky-table-head {
  transition: background-color 0.3s ease-in-out;
}
.plans-btn{display: none;transition: all .3s ease-in-out;}
#compairPlanHeader.sticky-active .plans-btn{display: block;}
#compairPlanHeader {
  position: sticky;
  top: 5.07rem;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  display: block;
}
#compairPlanHeader.sticky-active .sticky-head-title {
  display: none;
}
#compairPlanHeader.sticky-active .sticky-table-head {
  background-color: #f8f8f8 !important;
  border: 2px solid #cacaca !important;
  border-radius: 0.5rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important;
}
#compairPlanHeader.sticky-active .sticky-table-head-wrapper {
  gap: 0.5rem;
}

.pricing-dropdown input {
  display: none;
}
.pricing-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.show {
  display: block !important;
}
.btn-active {
  color: #1f1f1f;
  /* background-color: #4738f5; */
  border-color: #4738f5;
}

.tooltip-text::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px dashed rgb(210 210 210 / var(--tw-border-opacity));
  position: absolute;
  top: 1rem;
  right: 100%;
  transform: translateY(-50%);
}

.tooltip-text::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  top: 1rem;
  right: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.tooltip-text::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px dashed rgb(210 210 210 / var(--tw-border-opacity));
  position: absolute;
  z-index: 9;
  rotate: 45deg;
  top: 13.4px;
  left:-16.3px;
  border-top: 0;
  border-right: 0;
}


