/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Button/PrimaryButton.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.PrimaryButton_customButton__knYBE {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0 1.5rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 180px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  isolation: isolate;
  z-index: 0;
}

.PrimaryButton_customButton__knYBE::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  background: var(--btn-border-c);
  z-index: -2;
  opacity: calc(var(--btn-border-visible) * 1);
  pointer-events: none;
}

.PrimaryButton_customButton__knYBE::after {
  content: "";
  position: absolute;
  inset: var(--btn-border-w);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  background: var(--btn-fill, inherit);
  z-index: -1;
  opacity: 1;
  pointer-events: none;
}

.PrimaryButton_customButton__knYBE:disabled {
  background: #9ca3af;
  color: #4b5563;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.PrimaryButton_customButton__knYBE > * {
  position: relative;
  z-index: 1;
}

