#status {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 20em;
    color: #2f80ff;
    background-color: white;
    visibility: hidden;
    border-radius: 2px;
    padding: 16px;
    z-index: 99999999;
    font-size: 17px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.33);
}

#status.show {
    visibility: visible;
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
.logout {
  cursor: pointer;
}
.g-tile {
  width: 28.5em;
  display: inline-block;
  text-align: center;
  height: 17em;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 3px #00000029;
  border-radius: 2em;
  margin-top: 0.5em;
  margin-right: 0.3em;
  cursor: pointer;
}
.g-sub-tile {
  width: 14em;
  height: 17em;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 60px #00000029;
}
.g-icon-sub-parent {
  margin-top: 3em;
}
#home-section h1 {
  font-size: 2em;
}
.g-icon-parent {
  margin-top: 3em;
}
.g-icon {
  font-size: 5em;
}
#home-section a {
  text-decoration: none;
}

.StripeElement {
  margin-top: .5rem;
  box-shadow: 3px 2px 2px #00000038;
  box-sizing: border-box;
  height: 3rem;
  padding: 0.95rem .95rem;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.faq-collapse {
  display: none;
}

.faq-content {
  display: none;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

body {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.landing-vid-mobile,
.landing-vid-non-mobile > div {
  background: #ffffff 0% 0% no-repeat padding-box;
}

.g-content {
  flex: 1 1 auto;
}


html,
body {
  height: 100%;
  margin: 0;
}

.section {
  height: 100%;
  width: 100%;
}

/* Purchase Section */
#payment-form .row {
  border-bottom: 1px solid white;
  padding: 0.5em;
  border-radius: 4px;
}

#payment-fields .row .field label {
  display: inline-block;
  width: 7rem;
  color: #111214;
  font-size: 1em;
  font-weight: 400;
}

#payment-fields .row .field input {
  border: 0;
  background-color: white;
  font-size: 1em;
  outline: none;
}

.row .field {
  display: flex;
  width: 40rem;
}

.row .field label {
  flex-grow: 0;
  margin-top: 1.1em;
  text-align: right;
  margin-right: 1em;
}

.row .field input {
  flex-grow: 1;
}

#purchase-section {
  margin: 0 15px 20px;
  padding: 1em;
  border-style: none;
  background-color: white;
  border-radius: 8px;
}

/* Purchase Ends */

.grabbly-form-row {
  padding: 1em;
  border-style: none;
  background-color: white;
  border-radius: 4px;
  color: #2f80ff;
}

#footer-section {
  display: flex;
  font-weight: 400;
  color: #2d353a !important;
  font-size: 0.87em;
  background-color: #ffffff;
}

.g-footer {
  margin: 1em;
  display: inline-block;
}
.g-footer a {
  text-decoration: none;
}

.g-feature-container {
  display: flex;
  flex-wrap: wrap;
}
.g-feature {
  flex-basis: 12em;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 1em;
  text-align: center;
  margin-right: 4em;
}
.g-pic {
  margin-left: 0.1em;
  margin-bottom: 0.2em;
  display: block;
  font-size: 2.75em;
}
.g-feature-header {
  text-align: center;
  font-size: 1.625em;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  font-weight: 500;
  color: #272741;
}
.g-feature-text {
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 200;
  color: black;
}
.g-feature-icon {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: -7px 40px 100px #0000001f;
  border-radius: 8px;
  width: 3.5em;
  padding: 1em;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
}
body {
  font-family: "SF Display", Biwa, "Helvetica Neue", NationalWeb, Helvetica,
    Arial, sans-serif;
  background-color: #fbf9ff30;
  margin: 0;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}

#landing-page {
  background-color: #71dbff;
  background: #71dbff 0% 0% no-repeat padding-box;
  /*background-image: url('/static/miner/images/grabbly-hand-grad.jpg');*/
  /*background-repeat: no-repeat;*/
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 3em;
}

#screenshot {
  background-color: white;
}

#price-section {
  margin-bottom: 4em;
}

#download-section {
  margin-top: 1em;
}

#reset-password-section,
#verify-email-section,
#verify-email-fail-section,
#support-section,
#purchase-thank-you-section,
#purchase-section,
#product-section {
  margin: 0 auto;
  margin-top: 1em;
  padding: 1em;
}

.g-footer-container {
  max-width: 70em;
  margin: 0 auto;
  padding: 1em;
}

#logout {
  cursor: pointer;
}

.g-login {
  margin: 0 auto;
  width: 22.75em;
  background: transparent;
  padding-top: 3em;
}

.g-sm-button {
  cursor: pointer;
  color: white;
  color: #272741;
  padding: 0.4em;
  font-size: 1em;
  font-weight: normal;
}

.g-login-label {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-weight: 400;
}

.g-login-link {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-weight: 400;
  color: #2f80ff;
}

.g-background-main {
  background-image: none;
  background-color: #fafafa;
  /* background-image: url("/static/miner/images/dots.svg"); */
  background-repeat: no-repeat;
}

.g-background-grey {
  background-image: none;
  background-color: rgb(241, 241, 242);
}

.g-background-pink {
  background-image: none;
  background-color: #a7e9ff;
}

.g-sm-button-account {
  border: 0;
  box-shadow: 0px 5px 9px 2px #52535447;
  border-radius: 8px;
  text-decoration: none;
  border-radius: 6px;
  background-color: #2f80ff;
  font-weight: 400;
  cursor: pointer;
  color: white;
  font-size: 1.125em;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
textarea:focus, input:focus {
  outline: none;
}
input {
  box-sizing: border-box;
  padding: 1.3em 1.5em;
  width: 100%;
  font-size: 1.2em;
  box-shadow: 1px 2px 7px  rgb(4 1 49 / 25%);
  background-color: white;
  border-radius: 11px;
  border-style: none;
}
input::placeholder {
  color: #d4d5d6;
}

.g-text {
  color: white;
  background-color: white;
  color: #37265b;
  padding: 0.4em;
  font-size: 0.7em;
  font-weight: normal;
}

nav ul, #mobile-dropdown-menu ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}

#mobile-dropdown-menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0.7em;
  background-color: white;
}

.g-header-middle li a {
  padding: 0.5em;
}

nav li {
  float: left;
  margin-right: 0.7em;
}
nav li a {
  display: block;
  text-decoration: none;
}

.g-header-left {
  justify-content: flex-start;
}
#mobile-dropdown-menu,
.g-header-middle {
  justify-content: center;
  color: #272741;
  font-size: 1em;
  cursor: pointer;
}
.g-header-middle li {
  margin-left: 1em;
}
.g-header-right {
  justify-content: flex-end;
}

.g-sub-header {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0;
}

#g-menu {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0.5px 0.5px 10px #0d20a059;
  opacity: 1;
}

.g-header {
  background-color: white;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
}

#g-menu-push {
  padding-bottom: 4em;
}

#g-menu-push-2 {
  padding-bottom: 2.2em;
}

.g-price-header {
  color: #37265b;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  height: 2.5em;
  text-align: center;
  font-weight: 320;
}

.recommended {
  font-size: 0.8em;
  font-family: Maax-Standard;
  font-size: 0.9em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-image: linear-gradient(to right, #dcd1f3, #c3e3f3) !important;
  color: black;
  border-color: white !important;
}

.purchase-button {
  border: none;
  cursor: pointer;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  width: 7em;
  text-align: center;
  color: white;
  border-radius: 2rem;
  padding: 0.95rem 0.95rem;
  white-space: nowrap;
  background: linear-gradient(75deg,#243cff -3.15%,#d62ec0 55.05%,#f37777 110.87%)
}
.price {
  margin-right: 4em;
  vertical-align: top;
  padding-bottom: 1em;
  margin-top: 0em;
  margin-bottom: 2em;
  width: 13em;
  display: inline-block;
  border: 1px solid rgb(221, 221, 222);
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 5em;
  padding-right: 5em;
  background-color: white;
}

.short-msg2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: black;
}

.short-msg {
  font-size: 1.4em !important;
}

.login-header {
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 800;
  font-size: 3.25em;
  color: #000000e0;
}

/* Dashboard  */

.dashboard {
  margin: 1em;
}

.profile-menu-container {
  display: inline-block;
  max-width: 55em;
  margin-left: 1em;
  vertical-align: top;
  margin-right: 3em;
}
.profile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 15em;
  background: #126db1;
  padding: 6px 14px;
  overflow: scroll;
}

.profile-menu-header-start{
  margin-top: 85px;
  margin-bottom: .5em;
  font-size: 1.1em;
  color: #ffffff;
}

.profile-menu-header {
  margin-bottom: .5em;
  font-size: 1.1em; 
  color: #ffffff;
}

.profile-menu-user {
  padding: 1.5em;
  margin-top: 0.5em;
  padding-bottom: 1em;
  border-radius: 1.5rem;
  background: #9c9c9c26;
}

a.routes {
  color: #fff;
  text-decoration: none !important;
}

.routes {
  color: #fff;
  display: flex;
  margin: 10px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  border-radius: 12px;
  white-space: nowrap;
}

.routes:hover {
  color: #126db1;
  background: #fff;
  cursor: pointer;
}

.routes i{
  height: 50px;
  min-width: 50px;
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.profile_content{
  color: #fff;
  width: 100%;
}

.profile_content .profile{
  padding: 10px 6px;
  height: 60px;
  bottom: 10px;
  background: #024c83;
}

.profile_content .profile .profile_details {
  display: flex;
  align-items: center;
  pointer-events: none;
  white-space: nowrap;
}

.profile .profile_details img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 12px;
}

.profile .profile_details .user_div {
  margin-left: 10px;
}

.profile .profile_details .name {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.profile .profile_details .plan {
  font-size: 15px;
  font-weight: 400;
  color: orange;
}

.update-password-label {
  margin-top: 2em;
  margin-bottom: 1em;
  display: block;
  font-size: 1.25rem;
}

.dashboard > .fab :hover {
  color: black;
  transform: scale(1.2);  
}

.dashboard-container {
  margin-left: 20em;
  margin-top: 2em;
}

.anychart-credits {
  display: none;
}

.first-menu-col {
  margin-bottom: 2em;
  display: flex;
  column-gap: 1.9em;
}

.extension-div {
  display: flex;
  align-self: center;
  margin-right: 2em;
  flex-direction: column;
}

.payment_dashboard {
  border-radius: 2em;
  background: url(https://i.pinimg.com/originals/b5/2a/4a/b52a4a05871eb95cf7c6efb7454dbae0.png);
  background-position: bottom;
  text-align: center;
  box-shadow: 4px 2px #c2c5c2;
  width: 20em;
  cursor: pointer;
}

.payment_dashboard h6 {
  color: whitesmoke;
  font-size: 1.1rem;
  padding: 0.95rem 0.95rem;

}

.payment-subscription {
  margin-top: 1.2em;
  color: whitesmoke;
  font-size: 1.2em;
}

.first-menu-col img {
  display: block;
  margin-left: auto;
  margin-top: 1em;
  margin-right: auto;
  width: 62%;
}



.install-extension {
  margin-left: .5em;
  align-self: center;
  padding: .9rem 2em;
  border-radius: 2em;
  background: linear-gradient(90deg,#2f80ff,#17d9aa);
  border: none;
  color: white;
  cursor: pointer;
}

.grabbs-left {
  height: 16em; 
  width: 50%;
  box-shadow: 4px 2px #c2c5c2;
  background: white;
  border-radius: 2em;
}

.grabbs-left-2 {
  display: flex;
  flex-direction: column;
  width: 24em;
  background: url(https://i.pinimg.com/564x/c6/11/ad/c611ad77c163b6ffc40af9364a0bda50.jpg);
  border-radius: 2em;
  /* margin-right: 2em; */
  box-shadow: 4px 2px #c2c5c2;
  background-position: right;
}

.payment-dashboard {
  border-radius: 2em;
  background: url(https://i.pinimg.com/originals/b5/2a/4a/b52a4a05871eb95cf7c6efb7454dbae0.png);
  background-position: bottom;
  text-align: center;
  box-shadow: 4px 2px #c2c5c2;
  width: 20em;
  display: flex;
  flex-direction: column;
}

.payment-dashboard:hover {
  box-shadow: 4px 2px rgba(46, 158, 202, 0.137);
  cursor: pointer;
}
.third-row {
  width: 100%;
  height: 20em;
  background: rgb(255 255 255);
  border-radius: 2em;
}

.how_to_button{
  color: #fff;
  border: #1976d2;
  justify-content: center;
  padding: .9rem 2em;
  margin: auto;
  margin-bottom: 1em;
  cursor: pointer;
  background-color: #1976d2;
  border-radius: 2rem;
}

/* Dashboard End  */

#profile,
#logout,
#login {
  display: none;
  color: black;
}

.g-link:hover {
  text-decoration: underline !important;
}
.g-link {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0;
  color: #2f80ff;
  text-decoration: none;
}

.g-button {
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  cursor: pointer;
  font-size: 1em;
  width: 8em;
  display: block;
  text-decoration: none;
  background-color: #2f80ff;
  text-align: center;
  color: white !important;
  border-radius: 8px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #mobile-menu {
    display: block;
  }
  #mobile-dropdown-menu {
    display: none;
  }
  .g-header-middle {
    display: none;
  }
  #non-mobile-menu {
    display: none;
  }
  .landing-vid-mobile {
    display: block;
  }
  .landing-vid-non-mobile {
    display: none;
  }
  #sit-image {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
  #mobile-dropdown-menu {
    display: none;
  }
  .g-header-middle {
    display: block;
  }
  #non-mobile-menu {
    display: inline;
  }
  .landing-vid-mobile {
    display: none;
  }
  .landing-vid-non-mobile {
    display: inline-block;
  }
  #sit-image {
    display: table-cell;
  }
}

body {
  position: relative;
}

.money {
  text-align: center;
  font-size: 1.5em;
  font-weight: 450;
  margin-bottom: 0.2em;
  color: black;
}
g-check {
  font-size: 1.4em;
}
/* Page styling
================================== */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Josefin Sans Regular"), local("JosefinSans-Regular"),
    url(https://fonts.gstatic.com/s/josefinsans/v13/Qw3aZQNVED7rKGKxtqIqX5EUDXx9.ttf)
      format("truetype");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Josefin Sans Bold"), local("JosefinSans-Bold"),
    url(https://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5Ectllte10k.ttf)
      format("truetype");
}

.spinner {
  margin: auto;
  margin-top: 25em;
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #2f80ff;
  width: 7em;
  height: 7em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader {
  /*margin: 0 auto;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background: none;
  transition: background 0.1s ease;
  pointer-events: none;
}

.loader:before {
  background-color: rgba(49, 37, 37, 0.2);
  border-radius: 6px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  content: " ";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "SF Display";
  font-weight: 900;
  src: url("/static/miner/webfonts/SF-UI-Display-Black.otf");
}

/** Bold */
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url("/static/miner/webfonts/SF-UI-Display-Bold.otf");
}

/** Heavy */
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("/static/miner/webfonts/SF-UI-Display-Heavy.otf");
}

/** Light */
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("/static/miner/webfonts/SF-UI-Display-Light.otf");
}

/** Medium */
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("/static/miner/webfonts/SF-UI-Display-Medium.otf");
}

/** Regular */
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("/static/miner/webfonts/SF-UI-Display-Regular.otf");
}

/** Semibold */
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("/static/miner/webfonts/SF-UI-Display-Semibold.otf");
}

/** Thin */
@font-face {
  font-family: "SF Display";
  font-weight: 300;
  src: url("/static/miner/webfonts/SF-UI-Display-Thin.otf");
}

/** Ultralight */
@font-face {
  font-family: "SF Display";
  font-weight: 100;
  src: url("/static/miner/webfonts/SF-UI-Display-Ultralight.otf");
}

/** drop down */
.dropbtn {
  background-color: white;
  color: #2f80ff;
  padding: 16px;
  font-weight: 500;
  font-size: 0.8em;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  margin-left: -5em;
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  font-size: 0.8em;
  font-weight: 500;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px #00000014;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 1.5em 1em;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 1.125em;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: white;
}


/* Purchase */
#purchase-description{
  text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
}

#upgrade-subscription{
  color: white;
    display: inline-block;
    text-decoration: none;
    background-color: rgb(75 143 227);
    font-weight: 500;
}


/* Jobs Addition On Dashboard */
#grabbly_jobs {
  margin-left: 20em;
  width: max-content;
}
.data_heading {
  margin-top: 2rem;
  padding: 1rem 1rem;
  color: rgb(0, 174, 255);
}

.container.grabbly_table{
  padding: 1rem 1rem;
}


#pricing{
  margin-left: 12em;
}

.grabbly-price-price {
    font-family: Sans-serif;
    font-size: 3em;
    line-height: 1;
    padding: 1em;
}
.grabbly-price-period {
    display: block;
    font-size: 17px;
    font-family: Sans-serif;
    margin-top: .5em;
}
.grabbly-price-currency {
    display: inline-block;
    font-size: 17px;
    font-family: Sans-serif;
    vertical-align: top;
    padding-top: 0.5em;
}
.grabbly-prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grabbly-price {
    position: relative;
    flex: 0 1 20em;
    display: inline-block;
    text-align: center;
    padding-bottom: 1em;
    margin-left: 2em;
    margin-top: 2em;
    background-color: #eff1f4;
    border-radius: 11px;
}
.grabbly-price-feature {
    border-top-style: solid;
    border-top-color: #E7E7E7;
    border-top-width: 1px;
    padding: .5em;
}
.grabbly-price-header {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    background-color:  lightgray;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    color: white;
    background-color: rgb(47, 128, 255);
}
.grabbly-price-banner-parent {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    transform: rotate(90deg);
}
.grabbly-price-banner {
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    text-align: center;
    line-height: 26px;
    background-color: black;
    color: white;
    overflow-wrap: break-word;
    display: block;
    background-clip: border-box;
    background-origin: padding-box;
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 2;
}

.grabbly-price-buy-now {
    border-top-style: solid;
    border-top-color: #E7E7E7;
    border-top-width: 1px;
    margin-top: 12px;
    padding: 16px 24px 16px 24px;
    color: #fff;
    fill: #fff;
    text-align: center;
    background-color: rgb(47, 128, 255);
    border: none;
    border-radius: 11px;
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 1.5em;
    margin-bottom: 1.25em;
}

.welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welcome-container .text {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: rgb(15, 15, 15);
  margin: 12px;
  margin-top: 1.5em;
  font-weight: 300;
}

.welcome-container .text-info {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin: 5px;
  line-height: 1.5rem;
  color:#777;
}

.welcome-container .card-demo {
  display: flex;
  flex-direction: column;
  align-self: center;
  background: #fff;
  padding: 20px 60px;
  margin-top: 2rem;
  max-width: 50rem;
}

.welcome-container .card-demo .p-text {
  font-size: 300;
  margin-top: 0.5rem;
}

#download-extension {
  display: none;
  margin: 0 auto;
  margin-top: 3em;
  width: 50%;
  background: white;
  padding: 4em;
  border-radius: .5em;
  text-align: center;
}

.extension-info {
  margin-top: 1em;
  font-weight: 300;
  font-size: 1.3em;
}


.api-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.api-container .text {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: rgb(15, 15, 15);
  margin: 12px;
  margin-top: 1.5em;
  font-weight: 350;
}

.api-container .text-info{
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin: 5px;
  line-height: 1.5rem;
  color:rgb(71, 71, 71);
}

.api-container .card-demo {
  display: flex;
  flex-direction: column;
  align-self: center;
  background: #fff;
  padding: 40px 90px;
  margin-top: 2rem;
  max-width: 50rem;
}

.api-container .card-demo .p-text {
  font-weight: 400;
  margin-top: 1rem;
}

.api-key {
  text-align: center;
  background: #7c7c7c59;
  border-radius: 2em;
}

.api-image {
  margin: 1em;
}

.api-key {
  margin: 0 auto;
  color: black;
  height: 5em;
  font-family: monospace;
  font-size: 1.3em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: copy;
}
