.help-video-header {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1em;
    color: #4c3a8a;
}

.text-field.final-form {
    margin-right: 0px;
    color: black;
}

.text-field {
    width: 100%;
    height: 52px;
    margin-right: 16px;
    margin-bottom: 0px;
    border: 1px none #000;
    border-radius: 8px;
    background-color: white;
    color: #74757c;
    font-size: 20px;
}

.text-field.final-form {
    margin-right: 0px;
    color: black;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #cccccc;
}
.text-field {
    width: 100%;
    height: 52px;
    margin-right: 16px;
    margin-bottom: 0px;
    border: 1px none #000;
    border-radius: 8px;
    background-color: white;
    color: black;
    font-size: 20px;
}

.body-s.grey {
    color: #7a849e;
}

.body-s {
    text-decoration: none;
    font-size: 1.5em;
    margin-bottom: .6em;
    margin-top: 1em;
}

.text-and-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-vairable-container.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-vairable-container {
    display: block;
    width: 160px;
    height: 32px;
    font-size: 1.2em;
    color: #4c3a8a;
}

.variable-and-text-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.demo-video {
    position: relative;
    height: 500;
}
.tabs-menu {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}
.tab-link-tab {
    flex: 1 1 6em;
    background-color: #488ec3;
    text-align: center;
    color: white;
    border-radius: 8px;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
}

.tab-link-tab, .tab-link-tab:visited, .tab-link-tab:active, .tab-link-tab:hover, .tab-link-tab:link {
    background-color: #c6e4fa;
    color: #4c3a8a !important;
}
.tab-link-tab:hover {
    background-color: #4c3a8a !important;
    color: white !important;
}
.tab-selected {
    background-color: #4c3a8a !important;
    color: white !important;
}
.avatar-step-select-voice-cancel
{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-weight: bold;
    color: #4c3a8a;
    cursor: pointer;
    border: 1px #4c3a8a;
    display: inline-block;
    border-radius: 5px;
    padding: 0.25em;
    padding-right: 4em;
}
.avatar-next {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-weight: bold;
    color: #4c3a8a;
    cursor: pointer;
    border: 1px #4c3a8a;
    display: inline-block;
    border-radius: 5px;
    padding: 0.25em;
}
.avatar-back {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-weight: bold;
    color: #4c3a8a;
    cursor: pointer;
    border: 1px #4c3a8a;
    display: inline-block;
    border-radius: 5px;
    padding: 0.25em;
    margin-right: 3em;
}
.video-requirements > ul > li, #select-upload-type > li {
    margin-left: 2em;
    font-weight: normal;
    line-height: 1.75em;
    font-size: 1.25em;
}
.video-type {
    color:#4c3a8a !important;
    width:7em;
    white-space: nowrap;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: .5em;
}
.avatar-step-header {
    font-weight: bold;
    margin-bottom: .4em;
    margin: 0;
    margin-top: 1em;
    margin-bottom: .5em;
}

#video-recording-section .g-sm-button-account {
    margin: 1em;
}

#script-name::placeholder, #script-voice-id::placeholder {
    color: #8A8AA1FF;
}

#download-sample-csv:hover {
    text-decoration: underline;
    color: #044372 !important;
}

.note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}

.drop-area {
    text-align: center;
    border: 2px dashed #ccc;
    border-radius: 20px;
    margin: 0px;
    padding: 20px;
}

.drop-area.highlight {
    border-color: purple;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.button:hover {
    background: #ddd;
}

.file-elem {
    display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 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: 8px;
}

#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: 8px;
    color: #4c3a8a;
}

#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/dashboard/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;
}

#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: #4c3a8a;
}

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

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

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

.g-sm-button-account {
    border: 0;
    box-shadow: 0px 5px 9px 2px #52535447;
    text-decoration: none;
    background-color: #4c3a8a;
    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;
    border-radius: 8px;
}

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: 8px;
    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, #menu-mobile ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0;
}

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

.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;
}

#menu-section {
    margin-bottom: 7em;
}

#menu-container {
    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-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;
    margin-right: 2em;
}

.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: #4c3a8a;
    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: 8px;
    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: 8px;
    white-space: nowrap;
}

.routes:hover {
    color: #4c3a8a;
    background: #fff;
    cursor: pointer;
}

.routes i {
    height: 50px;
    min-width: 50px;
    border-radius: 8px;
    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: 8px;
}

.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, #4c3a8a, #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  */

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

.g-link:hover {
    text-decoration: underline !important;
}

.g-link {
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0;
    color: #4c3a8a;
    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: #4c3a8a;
    text-align: center;
    color: white !important;
    border-radius: 8px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    #menu-hamburger-mobile {
        display: block;
    }

    #scripts-section {
        padding-left: 0;
        padding-right: 0;
    }

    #menu-mobile {
        display: none;
    }

    #menu-desktop {
        display: none;
    }

    #sidebar-menu-desktop {
        display: none;
    }

    .dashboard {
        margin-left: 1em;
    }

    .help-video {
        width: 475px;
        height: 316px;
    }

    .g-header-middle {
        display: none;
    }

}

@media only screen and (min-width: 768px) {
    #menu-hamburger-mobile {
        display: none;
    }

    #scripts-section {
        padding-right: 2em;
    }

    #menu-mobile {
        display: none;
    }

    #menu-desktop {
        display: block;
    }

    #sidebar-menu-desktop {
        display: block;
    }

    .dashboard {
        margin-left: 18em;
    }

    .help-video {
        width: 660px;
        height: 440px;
    }

    .g-header-middle {
        display: block;
    }
}

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 #4c3a8a;
    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/dashboard/webfonts/SF-UI-Display-Black.otf");
}

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

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

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

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

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

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

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

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

/** drop down */
.dropbtn {
    background-color: white;
    color: #4c3a8a;
    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: 8px;
}

.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: #4c3a8a;
    font-weight: 500;
}



#public-script-section {
    /*padding-left: 2em;*/
    /*padding-right: 2em;*/
    /*max-width: 70em;*/
    /*margin: 0 auto;*/
}

.data-heading {
    margin-top: 2rem;
    color: #4c3a8a;
}

#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: start;
}

.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: 8px;
}

.grabbly-price-feature {
    font-size: 1.5em;
    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: 8px;
    border-top-right-radius: 8px;
    color: white;
    background-color: #4c3a8a;
}

.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: #4c3a8a;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 1.5em;
    margin-bottom: 1.25em;
}

#welcome-section, #contact-section, #support-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#welcome-section .text, #contact-section, #support-section {
    text-align: center;
    font-size: 25px;
    color: rgb(15, 15, 15);
    margin: 12px;
    font-weight: 300;
}

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

#welcome-section .card-demo, #contact-section .card-demo {
    display: flex;
    flex-direction: column;
    align-self: center;
    background: #fff;
    max-width: 50rem;
}

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

.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;
}
