@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Recursive:wght@400;900&display=swap');


body, html {
    background-color: #211f21;
    color: #FFF;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.block--user-dash {
    justify-content: normal;
}
html, body, form {
    font-family: Recursive, sans-serif;
    margin: 0;
    padding: 0;
}
b {
    font-weight: 400;
}
a {
    color: inherit;
}

.section-wrapper {
    width: 100%;
    position: relative;
}
.section-wrapper--header {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block;
}
.section-wrapper--grey {
    background: #F2F2F2;
}
.section-wrapper--gradient {
    background: #05a30b;
    background: -moz-linear-gradient(90deg, rgba(34,111,16,1) 0%, rgba(5,163,11,1) 50%, rgba(44,195,50,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(34,111,16,1) 0%, rgba(5,163,11,1) 50%, rgba(44,195,50,1) 100%);
    background: linear-gradient(90deg, rgba(34,111,16,1) 0%, rgba(5,163,11,1) 50%, rgba(44,195,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#226f10",endColorstr="#2cc332",GradientType=1);
}
.section-wrapper--green {
    background: #05a30b;
}
.section-wrapper.section-wrapper--black {
    background: #000000;
}
.section-wrapper.section-wrapper--orange {
    background: #FF9800;
}
.section-wrapper--footer {
    background: #000;
}
.section {
    max-width: 1100px;
    width: calc(100% - 20px);

    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 0 auto;
}
@media only screen and (max-width: 800px) {
    .section--reverse {
        flex-direction: column-reverse;
    }
}
.section--header {
    padding-bottom: 60px;
}
.section--first {
    margin-top: 50px;
}
.section--pricing {
    justify-content: center;
    padding: 40px 0px;
}
.section--verify {
    justify-content: space-around;
    padding-bottom: 50px;
}
.section--user-dash {
    padding: 30px 0px;
}
.section--dashboard {
    padding: 30px 0px;
    min-height: 350px;
}
.section--login {
    padding: 50px 10px;
    width: calc(100% - 20px);
}
.section--dashboard {
    flex-direction: column;
    display: flex;
}
.section__message {
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}
.section__message__close {
    background: none;
    outline: none;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 24px;
    width: 24px;
    box-sizing: content-box;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: inherit;
    font-weight: 400;
    cursor: pointer;
    float: right;
}
.section__title {
    color: #000;
    font-size: 50px;
    margin: 30px 0px;
    padding: 0px;
}
.button {
    color: #FFF;
    text-decoration: none;
    padding: 10px 40px;
    height: 20px;
    border-radius: 20px;
    align-self: baseline;
    margin: 20px 0px;
    background: #05a30b;
    font-family: Raleway;
    font-weight: 700;
    outline: none;
    border: none;
    cursor: pointer;
}
.button:disabled {
    background: #FFF8;
}
.button--white {
    color: #05a30b;
    background: #FFF;
}
.button--center {
    align-self: center;
}
.button--bottom {
    margin-top: auto;
}
.button--disabled {
    background: #FFF;
    background: #aaa;
    cursor: default;
}
.button--footer {
    color: #000000;
    background: #FFF;
    align-self: center;
}
.button--big {
    font-size: 20px;
    padding: 20px 40px;
    border-radius: 40px;
    height: auto;
}
@media only screen and (max-width: 800px) {
    .button {
        align-self: center;
    }
}



.form {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}
.input {
    padding: 10px 30px;
    border-radius: 35px;
    border: 3px solid #FFF;
    height: 40px;
    margin: 5px 0px;
    font-size: 20px;
    background: transparent;
    color: white;
}
.input:disabled {
    background: #FFF8;
}
.input::placeholder {
    color: #FFF;
}
.input:focus {
    outline: none;
    border-color: #FFF6;
}


.navigation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.navigation--header {
    margin-bottom: 60px;
}
.navigation--login {
    background: #211f21;
}
a.navigation__logo {
    margin: 0;
    margin-left: 20px;
    display: inline-block;
}
.navigation__logo__img {
    height: 50px;
    padding: 20px 0px;
}
.navigation__menu {
    padding: 10px;
    display: flex;
    margin-left: auto;
}
.navigation__item {
    list-style: none;
    margin: 0 10px;
    display: flex;
}
.navigation__item__a {
    color: #FFF;
    text-decoration: none;
    align-self: center;
}
.navigation__item__a:hover {
    text-decoration: underline;
}
.navigation__item__a--signup {
    font-weight: 700;
}
.navigation__item__btn {
    color: #FFF;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}
.navigation__item__btn:hover {
    text-decoration: underline;
}
.navigation-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe4f95+0,ff8903+100 */
    background: #fe4f95; /* Old browsers */
    background: -moz-linear-gradient(45deg, #fe4f95 0%, #ff8903 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #fe4f95 0%,#ff8903 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #fe4f95 0%,#ff8903 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4f95', endColorstr='#ff8903',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




.block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 280px;
}
.block--header-text {
    z-index: 1;
}
.block--signup {
    padding: 80px 20px;
}
.block--footer {
    padding: 40px 20px;
    justify-content: end;
}
.block--pricing {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    padding: 20px;
    background: #FFF;
    margin: 10px;
    border-radius: 30px;
    border: 1px solid #aaa;
}
.block--user-dash {
    justify-content: normal;
}
.block--verification {
    flex-direction: row;
    flex-wrap: wrap;
    /*max-height: 300px;*/
    justify-self: center;
    align-self: center;
}
.block.block--x2 {
    flex: 2;
}
.block.block--start {
    justify-content: flex-start;
}
.block--new-app {
    max-width: 500px;
    margin: 0 auto;
}
.block__h1 {
    font-size: 30px;
    margin: 0px;
    font-weight: 900;
    margin-bottom: 20px;
    width: 100%;
}
.block__h1--centered {
    text-align: center;
}
.block__h1--header {
    font-size: 50px;
    color: #FFF;
}
.block__h1--signup {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}
.block__h1--pricing {
    text-align: center;
}
.block__h1__underline {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #ff9b00;
}
.block__h1__underline:hover {
    color: #ff9b00;
    cursor: pointer;
}
.block__p {
    font-size: 20px;
    margin: 0px;
    width: 100%;
}
.block__p--signup {
    color: #FFF;
    margin: 15px 0px;
    text-align: center;
}
.block__p--signup-message {
    color: #FFF;
    margin: 15px 0px;
    text-align: center;
    max-width: 400px;
    background: #FF9800;
    padding: 20px 50px;
    border-radius: 20px;
}
.block__p--pricing {
    text-align: center;
    font-size: 15px;
}
.block__p--user-dash {
    font-size: 28px;
    color: #666;
    margin-top: 30px;
}
.block__h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0px;
    width: 100%;
}
.block__h2--header {
    color: #FFF;
}
.block__h2--pricing {
    text-align: center;
}
.block__img {
    max-height: 300px;
}
@media only screen and (max-width: 800px) {
    .block {
        text-align: center;
    }
}



.pricing-header {
    flex: 1 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
}
.pricing-list {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.pricing-list__item {
    list-style: none;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    height: 40px;
}
li.pricing-list__item:before {
    content: '';
    display: inline-block;
    height: 30px;
    background-image: url(../images/bullet.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.pricing-list__item--checked:before {
    background-image: url(../images/bullet-checked.svg) !important;
}



.footer__logo__img {
    height: 40px;
    padding-bottom: 20px;
}
.footer__header {
    color: white;
    text-transform: uppercase;
}
.footer__menu {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer__menu__item {
    list-style: none;
    line-height: 30px
}
.footer__menu__item__a {
    color: #FFF;
    text-decoration: none
}
.footer__menu__item__a:hover {
    text-decoration: underline
}



.verification-card {
    background: #FFF;
    margin: 7px;
    flex: 1;
    max-width: 130px;
    min-width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #BBB;
    overflow: hidden;
    cursor: pointer;
}
.verification-card:hover {
    transform: scale(1.05);
}
.verification-card--comming-soon:before {
    content: "";
    background: url(../images/ver_comming-soon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 60px;
    width: 130px;
    height: 60px;
}
.verification-card__img {
    height: 80px;
    margin: 10px;
}
.verification-card__footer {
    margin-top: auto;
    background: #aaa;
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-weight: 300;
}
.verification-card__footer--verified {
    background: #0090FF;
}



.signup-header {
    flex: 1 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
}
.signup-card {
    background: #FFF;
    border: 1px solid #ccc;
    margin: 15px;
    border-radius: 15px;
    flex: 1;
    max-width: 240px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 390px;
}
.signup-card--comming-soon:before {
    content: "";
    background: url(../images/signup_comming-soon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 255px;
    width: 240px;
    height: 120px;
}
.signup-card__img {
    height: 130px;
}
.signup-card__recomended {
    line-height: 20px;
    height: 20px;
    color: #FFF;
    background: #4CB940;
    text-align: center;
    font-size: 12px;
}
.signup-card__recomended--hidden {
    background: none;
}
.signup-card__security {
    background: #000;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}
.signup-card__permissions {
    padding: 0px 20px;
    margin: 0px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}
.signup-card__permissions-header {
    margin-bottom: 5px;
    margin-left: 30px;
}
.signup-card__permissions-item {
    font-weight: 300;
}
.signup-card__permissions-item--excluded {
    text-decoration: line-through;
    text-decoration-color: #0006;
    color: #999;
}



.modal {
    background: #FFF;
    border-radius: 10px;
    color: #222;
    padding: 20px;
}
.modal__message {
    font-weight: 400;
}
.card {
    margin: 50px 0px;
}
.card__header {
    font-weight: 900;
    font-size: 22px;
}
.card__subheader {
    font-size: 14px;
    margin-bottom: 14px;
}
.card__text {
    margin: 15px 0px;
}
.card__button {
    color: #FFF;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 20px;
    background: #05a30b;
    font-family: Raleway;
    outline: none;
    border: none;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.card__input {
    border: 1px solid #000;
    font-size: inherit;
    padding: 5px 20px;
    border-radius: 20px;
    font-family: Raleway;
    line-height: 30px;
    height: 30px;
}
.card__input:focus {
    outline: none;
    border-color: #05a30b;
}
.card__input::selection {
    background: #05a30b;
    color: #fff;
}



.dashboard-card {
    background: #FFF;
    width: calc(100% - 10px);
    border: 1px solid #aaa;
    border-radius: 15px;
    padding: 15px;
    margin: 5px;
    text-align: left;
}
.dashboard-card__name {
    margin: 0px;
    font-weight: 300;
}
.dashboard-card__text {
    margin-top: 0px;
}
.dashboard-card__title {
    margin: 0px;
    margin-bottom: 15px;
    color: #444;
    font-weight: 600;
}
.dashboard-card__group {
    margin: 5px 0px;
}
.dashboard-card__group__name {
    font-weight: 600;
    color: #444;
}
.dashboard-card__group__text {
    font-weight: 300;
    margin-left: 5px;
    word-break: break-all;
}
.dashboard-card__group__btn {
    color: #1290ff;
    cursor: pointer;
    padding: 0px 17px;
}
.dashboard-card__btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #444;
    margin-top: 10px;
}
.dashboard-card__code {
    background: #EEE;
    display: block;
    padding: 10px;
    margin: 5px 0px;
    word-break: break-all;
}
.dashboard-code-explanation {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px;
    color: #444;
}
.input-group {
    margin: 20px 0px;
    color: #666;
    font-weight: 300;
}
.input-group__info {
    padding-left: 20px;
    font-size: 12px;
    position: relative;
    margin-top: 3px;
}
.input-group__info:before {
    content: "i";
    left: 0;
    position: absolute;
    background: #AAA;
    color: #FFF;
    width: 10px;
    height: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    line-height: 13px;
    margin-top: 2px;
    margin-left: 3px;
    border-radius: 5px;
}
.input-group__input {
    border: none;
    border-bottom: 1px solid #AAA;
    padding: 5px 0px;
    margin-top: 5px;
    width: 100%;
    max-width: 350px;
}
.input-group__input::placeholder {
    color: #AAA;
}
.input-group__input:read-only {
    color: #aaa;
}
.input-btn {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 20px;
    align-self: baseline;
    margin: 20px 0px;
    background: #fe4f95;
    background: -moz-linear-gradient(45deg, #fe4f95 0%, #ff8903 100%);
    background: -webkit-linear-gradient(45deg, #fe4f95 0%,#ff8903 100%);
    background: linear-gradient(45deg, #fe4f95 0%,#ff8903 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4f95', endColorstr='#ff8903',GradientType=1 );
}
.input-btn--center {
    align-self: center;
}
.form--new-app {
    margin: 0;
    padding: 0;
    text-align: center;
}



.login-card {
    background: #FFF;
    padding: 30px;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 0px 10px;
}
.login-card__logo {
    height: 30px;
}
.login-card__title {
    font-weight: 300;
    color: #666;
}
p.login-card__message {
    background: #FF9800;
    padding: 10px 20px;
    border-radius: 5px;
}
.login-form {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.login-form__input {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #666;
    margin: 5px 0px;
}
.login-form__input:focus {
    outline: none;
    border-color: #ff713e;
}
.login-form__btn {
    background: #05a30b;
    border: none;
    height: 40px;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 30px;
}
.login-form__checkbox {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    text-align: left;
}
.login-form__checkbox__link {
    color: #ff772f;
    text-decoration: none;
}
.login-form__checkbox__link:hover {
    text-decoration: underline;
}
.login-question {
    color: #FFF;
    font-weight: 300;
}
.login-question__link {
    color: #FFF;
}