* {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'ProximaNova-Regular';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

html {
    overflow-x: hidden;
}

#body-container-outer {
    width: 100%;
}

#body-container-outer.logged-in {
    background-image: linear-gradient(118deg, #b8e986, #30e7db);
    min-height: 950px;
}

#body-container-outer.logged-in .main-container.email, #body-container-outer.logged-in .main-container.token {
    display: none;
}

.centered-content {
    width: 1300px;
    margin: 0 auto;
}

#header {
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0.88;
}

#header ul#mainMenu {
    width: 100%;
    line-height: 48px;
    font-size: 14px;
    color: #636363;
    display: inline-block;
}

#header ul#mainMenu li {
    border: 0;
    list-style: none;
    position: relative;
    float: right;
    margin-right: -1px;
    margin-top: 3px;
}

#header ul#mainMenu li.logo-li {
    float: left;
    margin: 0;
}

#header ul#mainMenu li a {
    padding: 0;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 2px;
}

#header ul#mainMenu li.logo-li a {
    margin: 0;
}

.title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000000;
    padding-top: 50px;
}

.cta-title {
    margin-top: 90px;
    font-size: 46px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.25px;
    color: #000000;
    font-family: 'ProximaNova-Semibold';
}

.cta-desc {
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
    width: 650px;
}

.cta-desc a {
    font-size: 18px;
}

.cta-body {
    margin-top: 40px;
    width: 770px;
    min-height: 150px;
    /* box-shadow: 0 1px 4px 0 rgba(10, 10, 10, 0.13);
    border: solid 1px #efeeee;
    background-color: #faf9f9; */
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.input-obj {
    width: 500px;
    border: none;
    border-bottom: solid 2px #9b9b9b;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: unset;
    letter-spacing: 1px;
    color: #000000;
    /* min-width: 450px; */
    background-color: transparent;
    display: block;
}

/* .input-obj.invalid,.input-obj:active:required:invalid,.input-obj:focus:required:invalid,.input-obj:visited:required:invalid { */

.input-obj.invalid {
    color: red;
    border-bottom-color: red;
}

/* .input-obj:required:valid {
    color: blue;
    border-bottom-color:blue;
} */

/* .input-obj:invalid+.submit-obj {
    cursor: not-allowed;
} */

.input-obj, .submit-obj span.text {
    font-family: 'ProximaNova-SemiBold';
    font-weight: 400;
    font-size: 20px;
}

.input-obj::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
}

.input-obj:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: gray;
}

.input-obj::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.submit-obj {
    width: 234px;
    height: 50px;
    border-radius: 2px;
    background-color: #30e7db;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
    border: none;
}

.messages {
    margin-top: 40px;
    color: red;
    display: none;
}

.cta-body-email {
    display: block;
}

.cta-body-logged-in {
    min-height: 500px;
    display: flex;
    padding: 0;
}

.cta-body-logged-in.show {
    display: flex;
}

.cta-body-logged-in .container {
    height: 420px;
    padding: 40px;
    width: 395px;
    background-color: #ffffff;
}

.cta-body-logged-in .left {
    border-right: 1px solid #e6e5e5;
}

.cta-body-logged-in .right {
    background-color: #faf9f9;
    padding-right: 50px;
}

.cta-body-logged-in .title {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.71;
    letter-spacing: 0.6px;
    color: #9b9b9b;
    display: block;
    padding-top: 0;
    font-family: 'ProximaNova-Bold';
}

.purchase {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    margin-bottom: 30px;
}

.progress {
    height: 100%;
    width: 100%;
    border-radius: 1px;
}

.progress-background {
    height: 4px;
    background-color: #dbdbdb;
    width: 380px;
    border-radius: 1px;
}

.progress-foreground {
    border-radius: 1px;
    background-color: #b8e986;
    height: 4px;
    margin-top: -4px;
}

.progress-td-container .status span, .key-value-pair.billing span.data-value {
    font-size: 21px;
    font-family: "ProximaNova-Semibold";
}

.progress-td-container .status.data-value {
    height: 27px;
    display: flex;
    justify-content: left;
}

.data-value {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #000000;
    height: 38px;
}

.data-value a {
    color: black;
}

/* .billing {
    margin-top: 25px;
} */

.invoices {
    display: flex;
    flex-wrap: wrap;
    max-height: 210px;
    overflow: auto;
    flex-direction: row;
    margin-top: -8px;
}

.invoice {
    flex-basis: 49%;
    height: 40px;
}

.invoice * {
    display: inline-block;
}

.invoice .date {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.19px;
    color: #000000;
}

.invoice .link a {
    margin-left: 35px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.19px;
    color: #c2f58e;
    text-decoration: none;
}

.invoices .title {
    width: 100%;
}

.container.licenses-container {
    display: flex;
    width: 270px;
    background-color: #efeeee;
    flex-direction: column;
}

.licenses-data-container {
    width: 380px;
}

.licenses-data {
    display: none;
}

.services-data .service a:hover {
    cursor: pointer;
}

.services-data {
    height: 100%;
    width: 100%;
}

.services-data .title, .licenses-container-title.title {
    margin-bottom: 5px;
}

.service a {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.6;
    letter-spacing: 0.5px;
    color: #000000;
    display: block;
}

.service a.selected {
    color: #32efe3;
}

.main-container.logged-in {
    min-height: 950px;
}

.above-footer {
    height: 160px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0), #f0f0f0);
    margin-top: 260px;
}

.footer-grid .half-div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
}

.footer>.hp-grid {
    width: 100%;
}

.three-quaters-div-smaller, .third-div-bigger {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer-menu.quater-div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.footer-title {
    margin-bottom: 16px;
}

.footer-social-icons {
    min-height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-social-icons img {
    margin-left: 15px;
}

.footer-container {
    padding-top: 100px;
    padding-bottom: 175px;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.third-div-bigger {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    text-align: right;
    position: relative;
}

.three-quaters-div-smaller {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
}

.footer-menu.quater-div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

ul {
    list-style-type: none;
}

ul li {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
}

.footer-menu li a, .footer-menu h3, .credits {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.14;
    letter-spacing: 0.5px;
}

.footer-menu li a {
    transition: all .4s ease;
    cursor: pointer;
}

.c-black {
    color: #2a2a2a;
}

a {
    text-decoration: none;
    outline: none;
    text-decoration: none;
}

.credits {
    margin-top: 7%;
}

a.line-animation:hover:before, a.line-animation.selected:before {
    right: 25px;
}

a.line-animation:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 25px;
    right: 100%;
    top: 27px;
    background: black;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.purchases {
    display: flex;
    flex-direction: column;
}

.container-action-area {
    padding-top: 25px;
    width: 100%;
}

.app-data {
    margin-top: 35px;
}

.main-container.token {
    display: none;
}

.main-container.logged-in {
    display: none;
}

.main-container.logged-in .cta-desc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-container.logged-in .cta-desc .links {
    display: flex;
}

.main-container.logged-in .cta-desc .links a {
    width: 230px;
    height: 40px;
    border: solid 0.5px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    color: black;
}

.key-value-pair {
    margin-bottom: 5px;
}

.key-value-pair.billing {
    margin-top: 25px;
}

.cta-body-email, .cta-body-token {
    box-shadow: 0 1px 4px 0 rgba(10, 10, 10, 0.13);
    border: solid 1px #efeeee;
    background-color: #faf9f9;
}

button.expandable {
    transition: width 0.3s;
    position: relative;
    text-align: unset;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* button.expandable.space-evenly {
justify-content: space-evenly;
} */

.input-container button.setup-license {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 0;
    background-color: #32efe3;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}

/* button.expandable .text {
    left: 20px;
    bottom: 0px;
    position: relative;
} */

button.expandable object {
    display: none;
}

button.expandable.submit-obj.expanded {
    justify-content: space-evenly;
}

button.expandable.expanded object {
    display: inline-block;
}

#btnEmail.expandable {
    width: 290px;
}

/* #emailSubmit.expandable.expanded {
    width: 280px;
} */

#tokenSubmit.expandable {
    width: 190px;
}

/* #tokenSubmit.expandable.expanded {
    width: 190px;
} */

button.expandable:hover {
    background-color: #4cf5ea;
}

button.expandable:disabled {
    /* border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed; */
    background-color: #4cf5ea;
}

input:focus, button:focus {
    outline: none;
}

.spinner-svg-object {
    width: 16px;
    height: 16px;
    /* position: absolute; */
    opacity: 1;
    top: 15px;
    right: 10px;
}

.logged-in-svg-container.spinner-svg-object {
    width: 22px;
    height: 22px;
}

.logged-in-svg-container {
    display: flex;
    justify-content: center;
    width: 65%;
    height: 22px;
    position: relative;
}

.logged-in-svg-container .spinner-svg-object {
    height: 22px;
    width: 22px;
    position: static;
}

.tooltip-container {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.tooltip-container.spinner-svg-object {
    position: static;
}

.disclaimer {
    margin-bottom: 5px;
}

.disclaimer .disclaimer-title {
    font-size: 16px;
    line-height: 1.8;
}

.licenses-data form button {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 0;
    background-color: #32efe3;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: unset;
}

.licenses-data form button .text {
    left: 50px;
    font-size: 16px;
    font-weight: 400;
}

.licenses-data form button object {
    top: 10px;
}

.licenses-data form input {
    width: 260px;
    font-size: 14px;
    padding: 6px;
    background-color: white;
    min-width: unset;
    border: none;
}

.licenses-data form input::placeholder {
    color: #9b9b9b;
}

.licenses-data form input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9b9b9b;
}

.licenses-data form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9b9b9b;
}

.spinner-svg-object.small {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.hide {
    display: none;
}

.expandable.submit-obj.setup-license span.text {
    left: 47px;
}

.expandable.submit-obj.setup-license object.setup-license {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

#version {
    position: absolute;
    top: 20px;
    left: 20px;
    color: red;
    font-size: 12px;
    display: none;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wasm-input-container {
    position: relative;
}

.wasm-input-container .wasm-btn-adjacent-input {
    width: 235px;
    margin-bottom: 5px;
}

.wasm-input-container .add-wasm-input-licenses {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: 0px;
}

.wasm-input-container .add-wasm-input-licenses.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

html {
    margin-left: calc(100vw - 100%);
}

body.modal-enabled {
    width: 100%;
    height: 100vh;
    /* background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75); */
    box-sizing: border-box;
    ;
}

.eula-container {
    position: relative;
    width: 100%;
    justify-content: center;
    display: none;
}

.eula-container.show {
    display: flex;
}

.licenses-data.show {
    display: block;
}

.eula-container iframe {
    position: absolute;
    max-width: 80%;
    width: 80%;
    height: 800px;
    overflow-y: scroll;
    margin-top: 100px;
    background-color: white;
    z-index: 100;
    border-radius: 0;
    box-shadow: none;
}

.developers-dashboard-title {
    display: inline-block;
}

.developers-dashboard-title-svg {
    width: 40px;
    height: 40px;
    margin-left: 25px;
    display: none;
}

.JM_WEB_UPLOADER .documentation-component {
    margin-bottom: 25px;
}

.JM_WEB_UPLOADER .documentation-component a {
    line-height: 25px;
}

@media screen and (max-width: 1600px) {
    html {
        overflow-x: visible;
    }
}

@media screen and (max-width: 1440px) {
    .centered-content {
        width: 1180px;
    }
    .cta-body-logged-in .container.left, .cta-body-logged-in .container.services-container {
        padding: 30px;
        width: 365px;
    }
    .progress-background {
        width: 365px;
    }
    .cta-body-logged-in .container.licenses-container {
        padding: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .centered-content {
        width: 1180px;
    }
    .main-container.logged-in {
        background-image: linear-gradient(118deg, #b8e986, #30e7db);
    }
    #body-container-outer.logged-in {
        background-image: none;
        ;
    }
    /* .purchase {
        flex-direction: column;
    }
    .purchase .container {
        margin-bottom: 50px;
    }
    .container.licenses-container {
        width: 440px;
    } */
}