.skeleton-loader {
  width: 100%;
  height: 15px;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    #1763dc38;
  border-radius: 2px;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite;
}

.cy-template a.link,
.cy-template button.link {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #1863dc;
  background: transparent;
  border: none;
}

.cy-template a.link:hover,
.cy-template button.link:hover,
.cy-template button.link:focus {
  text-decoration-line: underline;
  color: #1863dc;
  border: none;
}

.cy-template a.button:hover {
  text-decoration: none;
}

.cy-template a.link.external,
.cy-template p.link.external a {
  padding-right: 25px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cy-template a.link.external:after,
.cy-template p.link.external a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../images/external-link-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 15px;
}

.cy-template .pri-xl-btn,
.cy-template .pri-lg-btn,
.cy-template .pri-md-btn,
.cy-template .pri-sm-btn,
.cy-template button,
.cy-template input[type="submit"] {
  border: 1.5px solid;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}

.cy-template .pri-xl-btn,
.cy-template .sec-xl-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 16px 24px;
}

.cy-template .pri-lg-btn,
.cy-template .sec-lg-btn,
.cy-template button,
.cy-template input[type="submit"] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 24px;
  min-width: 140px;
}

.cy-template .pri-md-btn,
.cy-template .sec-md-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  padding: 8px 24px;
}

.cy-template .pri-sm-btn,
.cy-template .sec-sm-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding: 6px 24px;
}

.cy-template .sec-sm-btn,
.cy-template .sec-md-btn,
.cy-template .sec-lg-btn,
.cy-template .sec-xl-btn {
  border: 1.5px solid;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-align: center;
  display: inline-block;
}

.cy-template .pri-sm-btn:hover,
.cy-template .pri-md-btn:hover,
.cy-template .pri-lg-btn:hover,
.cy-template .pri-xl-btn:hover,
.cy-template .sec-sm-btn:hover,
.cy-template .sec-md-btn:hover,
.cy-template .sec-lg-btn:hover,
.cy-template .sec-xl-btn:hover,
.cy-template button:hover,
.cy-template input[type="submit"]:hover {
  border: 1.5px solid;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.cy-template .button-group {
  margin-left: -12px;
  margin-right: -12px;
  display: inline-flex;
  align-items: center;
}

.cy-template .button-group > .button {
  display: inline-block;
  margin: 12px;
}

/* radius */
.cy-template .corner-small {
  border-radius: 4px;
}

.cy-template .corner-medium {
  border-radius: 8px;
}

.cy-template .corner-large {
  border-radius: 12px;
}

.cy-template .corner-round {
  border-radius: 50%;
}

.cy-template .minh-100 {
  min-height: 100%;
}

.cy-template .overflow-hidden {
  overflow-x: hidden;
}

.cy-template .trial-note span {
  position: relative;
  padding-left: 26px;
}

.cy-template .trial-note span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16669 10.0002L8.33335 14.1668L16.6667 5.8335" stroke="%231863DC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cy-template .trial-note.green span:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M5.5 12L10.5 17L20.5 7" stroke="%232DAD70" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.pl-40,
.p-40,
.px-40 {
  padding-left: 2.5rem !important;
  /*40px*/
}

.pb-40,
.p-40,
.py-40 {
  padding-bottom: 2.5rem !important;
  /*40px*/
}

.pt-40,
.p-40,
.py-40 {
  padding-top: 2.5rem !important;
  /*40px*/
}

.pr-40,
.p-40,
.px-40 {
  padding-right: 2.5rem !important;
  /*40px*/
}

.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important;
  /*56px*/
}

.pt-6,
.py-6 {
  padding-top: 3.5rem !important;
  /*56px*/
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
  /*80px*/
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
  /*80px*/
}

.pb-8,
.py-8 {
  padding-bottom: 6.25rem !important;
  /*100px*/
}

.pt-8,
.py-8 {
  padding-top: 6.25rem !important;
  /*100px*/
}

@media (min-width: 992px) {
  .py-lg-6,
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }

  .py-lg-6,
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }

  .py-lg-7,
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }

  .py-lg-7,
  .pt-lg-7 {
    padding-top: 5rem !important;
  }

  .py-lg-8,
  .pb-lg-8 {
    padding-bottom: 6.25rem !important;
  }

  .py-lg-8,
  .pt-lg-8 {
    padding-top: 6.25rem !important;
  }

  .px-lg-6,
  .pl-lg-6 {
    padding-left: 3.125rem !important;
  }

  .px-lg-6,
  .pr-lg-6 {
    padding-right: 3.125rem !important;
  }

  .px-lg-7,
  .pl-lg-7 {
    padding-left: 5rem !important;
  }

  .px-lg-7,
  .pr-lg-7 {
    padding-right: 5rem !important;
  }

  .px-lg-8,
  .pl-lg-8 {
    padding-left: 6.25rem !important;
  }

  .px-lg-8,
  .pr-lg-8 {
    padding-right: 6.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-6,
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }

  .py-md-6,
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }

  .py-md-7,
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }

  .py-md-7,
  .pt-md-7 {
    padding-top: 5rem !important;
  }

  .py-md-8,
  .pb-md-8 {
    padding-bottom: 6.25rem !important;
  }

  .py-md-8,
  .pt-md-8 {
    padding-top: 6.25rem !important;
  }

  .px-md-6,
  .pl-md-6 {
    padding-left: 3.125rem !important;
  }

  .px-md-6,
  .pr-md-6 {
    padding-right: 3.125rem !important;
  }

  .px-md-7,
  .pl-md-7 {
    padding-left: 5rem !important;
  }

  .px-md-7,
  .pr-md-7 {
    padding-right: 5rem !important;
  }

  .px-md-8,
  .pl-md-8 {
    padding-left: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-6,
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }

  .py-sm-6,
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }

  .py-sm-7,
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }

  .py-sm-7,
  .pt-sm-7 {
    padding-top: 5rem !important;
  }

  .py-sm-8,
  .pb-sm-8 {
    padding-bottom: 6.25rem !important;
  }

  .py-sm-8,
  .pt-sm-8 {
    padding-top: 6.25rem !important;
  }
}

@media (max-width: 575px) {
  .cy-template .button-group {
    display: block;
    margin: 0;
  }

  .cy-template .button-group > .button {
    display: block;
    width: 100%;
    margin: 12px 0;
  }

  .p-40 {
    padding: 1.5rem !important;
    /*40px*/
  }

  .pl-40,
  .p-40,
  .px-40 {
    padding-left: 1.5rem !important;
    /*24px*/
  }

  .pb-40,
  .p-40,
  .py-40 {
    padding-bottom: 1.5rem !important;
    /*24px*/
  }

  .pt-40,
  .p-40,
  .py-40 {
    padding-top: 1.5rem !important;
    /*24px*/
  }

  .pr-40,
  .p-40,
  .px-40 {
    padding-right: 1.5rem !important;
    /*24px*/
  }
}

@keyframes shine {
  to {
    background-position: 100% 0, /* move highlight to right */ 0 0;
  }
}
