/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/button/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.cix-btn-green {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 2px solid #71B650;
  background-color: #71B650;
  max-height: 51px;
  /* font */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  color: #FFF;
  text-transform: none !important;
  text-decoration: none !important;
  /* display style */
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cix-btn-green .text {
  padding-right: 24px;
  text-transform: none !important;
  text-decoration: none !important;
}

.cix-btn-green .text, .cix-btn-green .icon, .cix-btn-green {
  transition: all 0.5s linear;
}

.cix-btn-green .icon {
  width: 16px;
  height: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 24px; /* Start on the right */
  top: 50%; /* Vertically center */
  transform: translateY(-50%); /* Perfect vertical centering */
  transition: all 0.5s ease; /* Smoother timing */
}

.cix-btn-green:hover {
  background-color: rgba(112, 182, 80, 0);
  text-decoration: none !important;
}

.cix-btn-green:hover .text {
  padding-right: 0px;
  padding-left: 24px;
  color: #71B650;
  text-decoration: none !important;
}

.cix-btn-green:hover .icon {
  right: auto; /* Reset right position */
  left: 24px; /* Move to left */
}

.cix-btn-green:hover .icon svg path {
  stroke: #71B650;
}

/* blue */
.cix-btn-blue {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 2px solid #124280;
  background-color: rgba(112, 182, 80, 0);
  max-height: 51px;
  /* font */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  color: #124280;
  text-transform: none !important;
  text-decoration: none;
  /* display style */
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cix-btn-blue .text {
  padding-right: 24px;
  text-transform: none !important;
  text-decoration: none;
}

.cix-btn-blue .text, .cix-btn-blue .icon, .cix-btn-blue {
  transition: all 0.5s linear;
}

.cix-btn-blue .icon {
  width: 16px;
  height: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 24px; /* Start on the right */
  top: 50%; /* Vertically center */
  transform: translateY(-50%); /* Perfect vertical centering */
  transition: all 0.5s ease; /* Smoother timing */
}

.cix-btn-blue:hover {
  background-color: #124280;
  text-decoration: none !important;
  color: #fff !important;
}

.cix-btn-blue:hover .text {
  padding-right: 0px;
  padding-left: 24px;
  color: #fff !important;
  text-decoration: none !important;
}

.cix-btn-blue:hover .icon {
  right: auto; /* Reset right position */
  left: 24px; /* Move to left */
}

.cix-btn-blue .icon svg path {
  stroke: #124280 !important;
}

.cix-btn-blue:hover .icon svg path {
  stroke: #ffffff !important;
}

/* white */
.cix-btn-white {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background-color: rgba(255, 255, 255, 0);
  max-height: 51px;
  /* font */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  color: #FFF;
  text-transform: none !important;
  text-decoration: none;
  /* display style */
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cix-btn-white .text {
  padding-right: 24px;
  text-transform: none !important;
  text-decoration: none;
}

.cix-btn-white .white, .cix-btn-white {
  transition: all 0.5s linear;
}

.cix-btn-white:hover {
  background-color: #124280;
  text-decoration: none !important;
}

.cix-btn-white:hover .text {
  padding-right: 0px;
  padding-left: 24px;
  color: #ffffff;
  text-decoration: none !important;
}

/* no icon */
.cix-btn-no-icon .text {
  padding-right: 0px !important;
}

.cix-btn-no-icon:hover .text {
  padding: 0 !important;
}

/*# sourceMappingURL=style-index.css.map*/