@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.active-nav {
  padding: 2px !important;
  font-weight: 600 !important;
}

.ptb-100 {
  padding: 100px 0;
}

.hero-equal-height {
  position: relative;
  min-height: 675px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.profileDetails {
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(117, 102, 102, 0.25);
}

.userFontDetails {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
}

.templatePreview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.templatesDetails {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}

#cardsContainer {
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 20px;
}

.firstDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.templateIndustry {
  width: 100%;
}

.mainTemplateDiv {
  padding: 10px 30px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1),
    0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
}

.mainIndustry {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.subIndustry {
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.expiry {
  font-size: 12px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ff0000;
}

.templateImage {
  width: 80%;
  height: 100%;
  border-radius: 5px;
  object-fit: contain;
}

.tempLinkUrl {
  font-size: 12px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.templateLink {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.templateLink a {
  text-overflow: ellipsis;
  color: #0F26A6;
  padding: 10px;
}

.templateLink a:hover {
  color: #0F26A6;
}

.secondSection {
  width: 100%;
  display: flex;
  border: 1px dashed #929292;
  border-radius: 5px;
}

.copyShare {
  display: flex;
  justify-content: end;
}

.copyShareIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.copyShareIcon img {
  width: 15px;
  height: 15px;
}

.cornerPiece {
  width: 100%;
  position: absolute;
  top: -1.2px;
  left: 0;
  right: 0;
}

.thirdSection {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rate {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.fourthSection {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.editBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 26px;
  cursor: pointer;
  border: 2px solid #0F26A6;
}

.templateUrlSection {
  display: flex;
  padding: 5px 0 5px 0px;
  width: 100%;
}

.templateEditSection {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}


@keyframes glowing-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.buyNowBtn button {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #2E49E2, #031473);
  background-size: 200% auto;
  border: 0;
  border-radius: 15px;
  --border-width: 4px;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: glowing-pulse 2s infinite;
  transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  padding: 5px 5px;
  font-size: 14px;
  color: white;
  z-index: 2;
  width: 85%;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.buyNowBtn button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 30px;
  box-shadow: 0 0 20px #FF7730;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.buyNowBtn button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.editBtn button {
  background: none;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  outline: none !important;
}

.editBtn img {
  width: 16px;
  height: 16px;
}

.pencilImage {
  display: flex;
  align-items: center;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.abcRioButtonLightBlue {
  height: 50px;
  width: 100% !important;
}

.abcRioButtonContentWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#recaptcha-container>div>div {
  margin: auto;
}

.unReceivedMessage {
  font-weight: 700;
}