@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
.button.is-video {
  padding: 5px 15px 5px 5px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f1f1f1;
  max-height: unset;
  color: #363636;
  height: unset;
  gap: 5px;
}
.button.is-video + .button.is-video {
  background-color: #f1f1f1;
}
body {
  background: #f3f4f6;
}
.auth-shell {
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px 56px;
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.08), transparent 32%),
    #f3f4f6;
}
.auth-card {
  width: min(1120px, 100%);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
  padding: 28px;
}
.auth-brand {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.auth-brand img {
  display: block;
  width: 84px;
  height: 84px;
  object-fit: contain;
}
.auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0e7ff;
  color: #3730a3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.auth-brand .title {
  color: #0f172a;
}
.auth-brand p {
  margin-top: 8px;
  color: #64748b;
  max-width: 42rem;
}
.auth-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
}
.auth-panel,
.auth-form-panel {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  padding: 24px;
}
.auth-panel .title {
  color: #0f172a;
  margin-bottom: 10px;
}
.auth-panel p,
.auth-points {
  color: #64748b;
}
.auth-points {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.auth-points li {
  line-height: 1.5;
}
.auth-form .field:not(:last-child) {
  margin-bottom: 1.35rem;
}
.auth-form .label {
  color: #334155;
  font-weight: 700;
}
.auth-form .input {
  height: 48px;
  border-radius: 14px;
  border-color: rgba(15, 23, 42, 0.10);
  box-shadow: none;
  padding-left: 2.75rem;
}
.auth-form .input:focus {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.12);
}
.auth-form .icon.is-left {
  color: #94a3b8;
  height: 48px;
}
.auth-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.auth-actions .button {
  min-width: 140px;
  height: 48px;
  border-radius: 14px;
}
.dashboard-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}
.dashboard-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #ffffff;
  color: #0f172a;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.dashboard-menu-toggle-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
}
.dashboard-menu-toggle-icon::before,
.dashboard-menu-toggle-icon::after,
.dashboard-menu-toggle-icon {
  background: transparent;
}
.dashboard-menu-toggle-icon::before,
.dashboard-menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #0f172a;
  border-radius: 999px;
}
.dashboard-menu-toggle-icon::before {
  top: 0;
  box-shadow: 0 5px 0 #0f172a;
}
.dashboard-menu-toggle-icon::after {
  bottom: 0;
}
.dashboard-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.dashboard-brand img {
  display: block;
  width: 170px;
  height: auto;
}
.dashboard-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dashboard-nav-link,
.dashboard-util-link,
.dashboard-logout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.dashboard-nav-link {
  color: #475569;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.dashboard-nav-link i {
  width: auto;
  height: auto;
  font-size: 16px;
}
.dashboard-nav-link:hover {
  color: #0f172a;
  background: #e2e8f0;
}
.dashboard-nav-link.is-active {
  color: #fff;
  background: #1d4ed8;
  border-color: #1d4ed8;
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.18);
}
.dashboard-utilities {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-util-link {
  color: #3730a3;
  background: #eef2ff;
  border: 1px solid rgba(99, 102, 241, 0.18);
}
.dashboard-util-link:hover {
  background: #e0e7ff;
}
.dashboard-logout {
  color: #fff;
  background: #111827;
  border: 1px solid #111827;
}
.dashboard-logout:hover {
  background: #1f2937;
}
.dashboard-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1090;
}
.dashboard-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.dashboard-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(84vw, 340px);
  background: #ffffff;
  box-shadow: -20px 0 40px rgba(15, 23, 42, 0.18);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 1100;
  display: flex;
  flex-direction: column;
}
.dashboard-drawer.is-open {
  transform: translateX(0);
}
.dashboard-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.dashboard-drawer-close {
  border: 0;
  background: #f1f5f9;
  color: #0f172a;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.dashboard-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}
.dashboard-drawer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}
.dashboard-drawer-link i {
  width: auto;
  height: auto;
  font-size: 16px;
}
.dashboard-drawer-link.is-active {
  background: #1d4ed8;
  color: #fff;
  border-color: #1d4ed8;
}
.dashboard-drawer-link-logout {
  margin-top: 8px;
  background: #111827;
  color: #fff;
  border-color: #111827;
}
@media screen and (max-width: 768px) {
  .button.is-video {
    padding: 5px 10px 5px 5px;
    font-size: 12px;
  }
}
.fa-2x {
  font-size: 2em;
}
.fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.main-menu:hover,
nav.main-menu.expanded {
  width: 250px;
  overflow: visible;
}
.main-menu:hover .top,
nav.main-menu.expanded .top {
  opacity: 1 !important;
}
.main-menu:hover img,
nav.main-menu.expanded img {
  opacity: 1;
}
.main-menu {
  background: #212121;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
}
.main-menu img {
  opacity: 0;
  transition: all 0.3s;
}
.main-menu > ul {
  margin: 7px 0;
}
.main-menu li {
  position: relative;
  display: block;
  width: 250px;
}
.main-menu li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #999;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
}
.main-menu > ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}
.no-touch .scrollable.hover {
  overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}
a:hover,
a:focus {
  text-decoration: none;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}
.main-menu li:hover > a,
nav.main-menu li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
  color: #fff;
  background-color: #3e8ed0;
}
.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}
.fullwidth {
  width: 100%;
}
/* MAIN DASHBOARD */
.dashboard-block {
  padding: 45px 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}
.dashboard-block .text-block {
  margin-bottom: 50px;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 30px;
}
.dashboard-block .text-block:last-of-type {
  border: 0;
}
#dashbody {
  background-color: #f3f4f6;
}
#dashbody #dashboard {
  width: 100%;
}
#dashbody #dashboard .dashboard-wrap {
  padding: 25px;
}
#dashbody main {
  padding-left: 0;
}
main {
  padding-left: 0;
}
aside {
  display: none;
}
@media (max-width: 768px) {
  .auth-shell {
    min-height: calc(100vh - 84px);
    padding: 18px 16px 30px;
  }
  .auth-card {
    padding: 18px;
    border-radius: 20px;
  }
  .auth-brand {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .auth-brand img {
    width: 68px;
    height: 68px;
  }
  .auth-grid {
    grid-template-columns: 1fr;
  }
  .auth-panel,
  .auth-form-panel {
    padding: 18px;
    border-radius: 18px;
  }
  .auth-actions .button {
    flex: 1 1 100%;
    min-width: 0;
  }
  #dashbody #dashboard .dashboard-wrap {
    padding: 16px;
  }
  .dashboard-block {
    padding: 45px 10px;
  }
  #dashboard {
    padding-left: 0;
  }
  #dashboard h1 {
    font-size: 26px;
  }
  #dashboard h2 {
    font-size: 24px;
	text-align:center;
  }
  #dashboard h3 {
    font-size: 20px;
  }
  #dashboard h4 {
    font-size: 18px;
  }
  #dashboard h5 {
    font-size: 16px;
  }
  #dashboard h6 {
    font-size: 14px;
  }
  #dashboard p,
  #dashboard p > a,
  #dashboard p > span,
  #dashboard p > strong {
    font-size: 14px;
  }
  #dashboard .panel-block,
  #dashboard .message-body {
    font-size: 14px;
  }
  .dashboard-topbar {
    padding: 14px 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .dashboard-brand {
    justify-content: center;
  }
  .dashboard-brand img {
    width: 150px;
    margin: 0 auto;
  }
  .dashboard-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .dashboard-utilities {
    justify-content: center;
    flex-wrap: wrap;
  }
  .dashboard-nav-link,
  .dashboard-util-link,
  .dashboard-logout {
    padding: 9px 12px;
    font-size: 13px;
  }
  .dashboard-menu-toggle {
    display: inline-flex;
  }
  .dashboard-nav,
  .dashboard-utilities {
    display: none;
  }
  .dashboard-topbar {
    justify-content: space-between;
  }
  .dashboard-brand img {
    width: 140px;
  }
}
.checkSite {
  background-color: #338b93;
  padding: 25px;
  text-align: left;
  display: flex;
  flex-flow: row;
  align-items: center;
  color: white;
  font-size: 20px;
}
#copyThis {
  background-color: #63e38a;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}
.campaign-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.campaign-blocks .campaign-block {
  background-color: #338b93;
  background-color: #363636;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.campaign-blocks .campaign-block .top-bar {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.campaign-blocks .campaign-block * {
  color: white;
}
.campaign-blocks .campaign-block .subtitle.is-4 {
  min-height: 20px;
}
.campaign-blocks .campaign-block .bottom-bar .tag {
  border: 0 !important;
}
@media (max-width: 768px) {
  .campaign-blocks {
    grid-template-columns: 1fr ;
  }
}
.modal .modal-card-foot {
  justify-content: flex-end;
}
#scriptCode {
  overflow: auto;
}
/* tabs */
.tabs-slides {
  display: none;
}
.tabs-slides.is-active {
  display: block;
}
.block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.block-grid .type-block {
  position: relative;
}
.block-grid .type-block i {
  font-size: 26px;
}
.block-grid .type-block i,
.block-grid .type-block h4,
.block-grid .type-block p {
  color: #4a4a4a;
  transition: all 0.3s ease-in-out;
}
.block-grid .type-block label {
  display: block;
  opacity: 0.7;
  background-color: #fff;
  padding: 30px 15px 10px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 100%;
}
.block-grid .type-block label[disabled] {
  position: relative;
  pointer-events: none;
  background-color: #e1e1e1;
  opacity: 0.7;
  overflow: hidden;
}
.block-grid .type-block input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.block-grid .type-block input:not([disabled]):checked + label,
.block-grid .type-block input:not([disabled]):hover + label,
.block-grid .type-block input:not([disabled]):focus + label {
  background-color: #338b93;
  opacity: 1;
  transform: scale(0.95);
}
.block-grid .type-block input:not([disabled]):checked + label i,
.block-grid .type-block input:not([disabled]):hover + label i,
.block-grid .type-block input:not([disabled]):focus + label i,
.block-grid .type-block input:not([disabled]):checked + label h4,
.block-grid .type-block input:not([disabled]):hover + label h4,
.block-grid .type-block input:not([disabled]):focus + label h4,
.block-grid .type-block input:not([disabled]):checked + label p,
.block-grid .type-block input:not([disabled]):hover + label p,
.block-grid .type-block input:not([disabled]):focus + label p {
  color: #fff;
}
.block-grid .type-block input + label:before {
  content: "Selected";
  background-color: #63e38a;
  transition: all 0.3s ease;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.block-grid .type-block input:checked + label:before {
  opacity: 1;
  top: -10px;
}
.block-grid .type-block h4 {
  margin: 0;
}
.block-grid .type-block p {
  font-size: 14px;
}
@media (max-width: 992px) {
  .block-grid {
    grid-template-columns: 1fr ;
    display: grid;
  }
}
.flex-row-between {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
progress {
  margin-bottom: 5px !important;
}
/* pricing */
.pricing-dashboard {
  background: unset;
  padding: 0;
}
.pricing-dashboard .pricingTable-firstTable {
  padding: 0;
}
.pricing-dashboard .pricingTable-firstTable .pricingTable-firstTable_table {
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .large-tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .large-tabs ul li a {
    padding: 5px 7px;
  }
  .large-tabs ul li a span {
    font-size: 14px;
  }
  .large-tabs ul li a .icon {
    font-size: 20px !important;
    margin-right: 0 !important;
  }
  #dashboard .table td,
  #dashboard .table th,
  #dashboard .table input {
    font-size: 12px;
  }
  #dashboard input,
  #dashboard select,
  #dashboard textarea {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .two-col-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.info-table tbody tr:not(:first-child) {
  text-align: center;
}
@media (max-width: 768px) {
  .info-table * {
    font-size: 12px;
  }
  .campaign-tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .campaign-tabs ul li a {
    display: flex;
    flex-flow: column;
    padding: 5px 3px;
  }
  .campaign-tabs ul li a span:not(.icon) {
    font-size: 10px;
  }
}
.toggle-switch .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.toggle-switch .switch input {
  display: none;
}
.toggle-switch .slide {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.toggle-switch .slide:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
.toggle-switch input:checked + .slide {
  background-color: #66bb6a;
}
/* */
.toggle-switch .disabled {
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.toggle-switch input:not(:checked) ~ .disabled {
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 1;
}
.toggle-switch .enabled {
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.toggle-switch input:checked ~ .enabled {
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 1;
}
/* */
.toggle-switch input:checked + .slide:before {
  transform: translateX(26px);
}
.toggle-switch .slide.round {
  border-radius: 34px;
}
.toggle-switch .slide.round:before {
  border-radius: 50%;
}
.toggle-switch .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
  z-index: 2;
  cursor: pointer;
}
.toggle-switch .switch input {
  display: none;
}
.toggle-switch .slide {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.toggle-switch .slide:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.3s;
  width: 26px;
}
.toggle-switch input:checked + .slide {
  background-color: #63e38a;
}
/* */
.toggle-switch .disabled {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 14px;
  transform: scale(0.8);
  z-index: 1;
}
.toggle-switch input:not(:checked) ~ .disabled {
  position: absolute;
  left: 110%;
  opacity: 1;
  transition-delay: 0.3s;
  transform: scale(1);
}
.toggle-switch .enabled {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 14px;
  transform: scale(0.8);
  z-index: 1;
}
.toggle-switch input:checked ~ .enabled {
  position: absolute;
  left: 110%;
  opacity: 1;
  transition-delay: 0.3s;
  transform: scale(1);
}
/* */
.toggle-switch input:checked + .slide:before {
  transform: translateX(26px);
}
.toggle-switch .slide.round {
  border-radius: 34px;
}
.toggle-switch .slide.round:before {
  border-radius: 50%;
}
/* enable/disable status */
.campaign-status {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}
.campaign-status .circ1,
.campaign-status .circ2 {
  width: 30px;
  height: 30px;
  background-color: hsl(141, 53%, 53%);
  position: absolute;
  left: 0;
  top: 12px;
  transform: translate(0, -50%);
  border-radius: 50px;
}
.campaign-status .circ1 {
  top: -3px;
  left: -6px;
}
.campaign-status .circ2 {
  width: 18px;
  height: 18px;
}
.campaign-status.disabled > div {
  background-color: hsl(348, 100%, 61%);
}
.ping {
  -webkit-animation: ping 1.2s ease-in-out infinite both;
  animation: ping 1.2s ease-in-out infinite both;
}
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
