/* IranNet WordPress Support WHMCS V1.1 */

/* Animated hero system */
.iwp-console {
  position: relative;
  isolation: isolate;
  min-height: 520px;
}

.iwp-console__status strong,
.iwp-console__status p {
  transition:
    opacity .18s ease,
    transform .18s ease;
}

.iwp-console__status strong.is-changing,
.iwp-console__status p.is-changing {
  opacity: 0;
  transform: translateY(5px);
}

.iwp-console__status p {
  margin: 3px 0 0;
  color: #8392ad;
  font-size: 8px;
  line-height: 1.8;
}

.iwp-console-orbit {
  --orbit-x: 0px;
  --orbit-y: 0px;
  position: absolute;
  top: 112px;
  left: 50%;
  z-index: -1;
  width: 330px;
  height: 330px;
  opacity: .72;
  pointer-events: auto;
  transform:
    translateX(calc(-50% + var(--orbit-x)))
    translateY(var(--orbit-y));
  transition: transform .18s ease-out;
}

.iwp-console-orbit__ring,
.iwp-console-orbit__ring::before,
.iwp-console-orbit__ring::after {
  position: absolute;
  border: 1px dashed rgb(111 140 224 / 19%);
  border-radius: 50%;
  content: "";
}

.iwp-console-orbit__ring {
  inset: 19px;
  animation: iwp-console-orbit 28s linear infinite;
}

.iwp-console-orbit__ring::before {
  inset: 38px;
  animation: iwp-console-orbit 17s linear infinite reverse;
}

.iwp-console-orbit__ring::after {
  inset: 78px;
  border-style: solid;
  opacity: .72;
}

.iwp-console-orbit__core,
.iwp-console-orbit__node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgb(121 149 218 / 25%);
  color: #90a1c0;
  background: rgb(10 24 53 / 89%);
  box-shadow: 0 15px 34px rgb(0 0 0 / 26%);
  backdrop-filter: blur(12px);
}

.iwp-console-orbit__core {
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.iwp-console-orbit__core::before {
  position: absolute;
  inset: -10px;
  border: 1px solid rgb(86 120 255 / 22%);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 35px rgb(79 113 255 / 16%),
    inset 0 0 30px rgb(79 113 255 / 8%);
  animation: iwp-console-core-pulse 3.2s ease-in-out infinite;
}

.iwp-console-orbit__core span {
  color: #7184a6;
  font-size: 7px;
  font-weight: 900;
}

.iwp-console-orbit__core strong {
  margin-top: -25px;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.iwp-console-orbit__node {
  width: 67px;
  height: 67px;
  border-radius: 18px;
  font-size: 6px;
  font-weight: 950;
  letter-spacing: .04em;
}

.iwp-console-orbit__node::before {
  position: absolute;
  inset: -6px;
  border: 1px solid rgb(104 135 219 / 11%);
  border-radius: inherit;
  content: "";
}

.iwp-console-orbit__node--1 {
  top: 3px;
  left: 50%;
  color: #76e4b4;
  transform: translateX(-50%);
  animation: iwp-console-float-a 4.6s ease-in-out infinite;
}

.iwp-console-orbit__node--2 {
  top: 50%;
  right: 3px;
  color: #89a3ff;
  transform: translateY(-50%);
  animation: iwp-console-float-b 5.2s ease-in-out infinite;
}

.iwp-console-orbit__node--3 {
  right: 36px;
  bottom: 20px;
  color: #76e4b4;
  animation: iwp-console-float-a 5.8s ease-in-out infinite reverse;
}

.iwp-console-orbit__node--4 {
  bottom: 20px;
  left: 36px;
  color: #89a3ff;
  animation: iwp-console-float-b 4.8s ease-in-out infinite reverse;
}

.iwp-console-orbit__node--5 {
  top: 50%;
  left: 3px;
  color: #76e4b4;
  transform: translateY(-50%);
  animation: iwp-console-float-a 5.4s ease-in-out infinite;
}

.iwp-console-orbit__packet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 1px;
  overflow: hidden;
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    rgb(102 132 255 / 54%),
    rgb(84 218 170 / 7%)
  );
}

.iwp-console-orbit__packet::after {
  position: absolute;
  top: -1px;
  left: -18px;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: #6bb7ff;
  box-shadow: 0 0 11px #6bb7ff;
  content: "";
  animation: iwp-console-packet 2.5s linear infinite;
}

.iwp-console-orbit__packet--1 { transform: rotate(-90deg); }
.iwp-console-orbit__packet--2 { transform: rotate(-18deg); }
.iwp-console-orbit__packet--3 { transform: rotate(40deg); }
.iwp-console-orbit__packet--4 { transform: rotate(140deg); }
.iwp-console-orbit__packet--5 { transform: rotate(198deg); }

.iwp-console-orbit__packet--2::after { animation-delay: -.45s; }
.iwp-console-orbit__packet--3::after { animation-delay: -.9s; }
.iwp-console-orbit__packet--4::after { animation-delay: -1.35s; }
.iwp-console-orbit__packet--5::after { animation-delay: -1.8s; }

/* WHMCS request pathway */
.iwp-workflow {
  background: #fff;
}

.iwp-workflow__grid article {
  position: relative;
  overflow: hidden;
}

.iwp-workflow__grid article::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, #486cf4, #55d7aa);
  content: "";
  opacity: .2;
}

.iwp-request {
  background:
    radial-gradient(circle at 12% 15%, rgb(73 106 244 / 22%), transparent 29%),
    radial-gradient(circle at 90% 84%, rgb(74 217 167 / 12%), transparent 26%),
    linear-gradient(145deg, #081327, #0d1b37);
}

.iwp-request__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: center;
}

.iwp-request__copy {
  position: static;
}

.iwp-portal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(139 161 210 / 16%);
  border-radius: 27px;
  padding: 29px;
  background:
    radial-gradient(circle at 100% 0, rgb(82 110 246 / 25%), transparent 36%),
    rgb(255 255 255 / 5%);
  box-shadow: 0 30px 80px rgb(0 0 0 / 23%);
  backdrop-filter: blur(16px);
}

.iwp-portal-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #6c85ff,
    #72e3b2,
    transparent
  );
  content: "";
}

.iwp-portal-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #74e4b3;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

.iwp-portal-card__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #69e0ae;
  box-shadow: 0 0 0 0 rgb(105 224 174 / 42%);
  animation: iwp-portal-live 2s infinite;
}

.iwp-portal-card > h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 950;
}

.iwp-portal-card > p {
  margin: 12px 0 0;
  color: #96a6bf;
  font-size: 9px;
  line-height: 1.95;
}

.iwp-portal-card__steps {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.iwp-portal-card__steps > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: center;
  border: 1px solid rgb(139 161 210 / 12%);
  border-radius: 14px;
  padding: 11px;
  background: rgb(255 255 255 / 3%);
}

.iwp-portal-card__steps > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #8da0c0;
  background: rgb(255 255 255 / 4%);
  font-size: 8px;
  font-weight: 950;
}

.iwp-portal-card__steps strong {
  color: #edf2fb;
  font-size: 9px;
  font-weight: 950;
}

.iwp-portal-card__steps small {
  display: block;
  margin-top: 3px;
  color: #71819d;
  font-size: 7px;
  line-height: 1.6;
}

.iwp-portal-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 22px;
}

.iwp-portal-card__actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(139 161 210 / 17%);
  border-radius: 13px;
  color: #e9effa;
  background: rgb(255 255 255 / 4%);
  font-size: 9px;
  font-weight: 950;
  text-decoration: none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.iwp-portal-card__actions a:first-child {
  border-color: #72e3b2;
  color: #071f18;
  background: linear-gradient(135deg, #7aebb9, #4fd3ba);
  box-shadow: 0 15px 34px rgb(57 202 158 / 19%);
}

.iwp-portal-card__actions a:hover {
  transform: translateY(-2px);
}

.iwp-plan-card > a {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--iwp-blue);
  border-radius: 13px;
  margin-top: 25px;
  color: var(--iwp-blue);
  background: #fff;
  font-size: 10px;
  font-weight: 950;
  text-decoration: none;
}

.iwp-plan-card.is-featured > a {
  color: #fff;
  background: var(--iwp-blue);
}

@keyframes iwp-console-orbit {
  to { transform: rotate(360deg); }
}

@keyframes iwp-console-core-pulse {
  0%, 100% {
    opacity: .55;
    transform: scale(.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes iwp-console-float-a {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -8px; }
}

@keyframes iwp-console-float-b {
  0%, 100% { margin-right: 0; }
  50% { margin-right: 8px; }
}

@keyframes iwp-console-packet {
  from {
    left: -18px;
    opacity: 0;
  }
  15% { opacity: 1; }
  85% { opacity: 1; }
  to {
    left: calc(100% + 18px);
    opacity: 0;
  }
}

@keyframes iwp-portal-live {
  0% { box-shadow: 0 0 0 0 rgb(105 224 174 / 42%); }
  70% { box-shadow: 0 0 0 10px rgb(105 224 174 / 0%); }
  100% { box-shadow: 0 0 0 0 rgb(105 224 174 / 0%); }
}

@media (max-width: 1050px) {
  .iwp-request__layout {
    grid-template-columns: 1fr;
  }

  .iwp-portal-card {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .iwp-console {
    min-height: 560px;
  }

  .iwp-console-orbit {
    top: 135px;
    width: 285px;
    height: 285px;
  }

  .iwp-portal-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .iwp-console-orbit {
    width: 250px;
    height: 250px;
  }

  .iwp-console-orbit__node {
    width: 57px;
    height: 57px;
    border-radius: 15px;
  }

  .iwp-console-orbit__core {
    width: 100px;
    height: 100px;
  }
}

/* End IranNet WordPress Support WHMCS V1.1 */
