/*Activation Stylesheet*/

@media (min-width: 320px) {

    footer.gsactivate,
    header {
        display: none;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    body.gsactivate .lds-css.form {
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
    }

    div#error {
        position: fixed;
        top: -150%;
        left: 0;
        background-color: red;
        width: 100%;
        color: white;
        text-align: center;
        font-weight: 600;
        transition: all 0.3s;;
    }

    div#error.show {
        top: 0;
    }

    div#error p {
        padding: 0.2em;
        font-weight: 700;
        line-height: 0px;
        font-size: 14px;
    }

    div.navigation {
        margin-top: 2em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    a.forward,
    a.back {
        display: inline-block;
        text-decoration: underline;
        color: gray;
        font-weight: 600;
        margin-top: 1em;
        margin-right: auto;
        width: 90px;
        color: #32b4a6;

    }

    section.header {
        padding: 1em;
        text-align: center;
    }

    div.step h1 {
        margin: 0;
        line-height: 1;
        font-size: 1.5rem;
        text-align: center;
        color: #292929;
        margin-bottom: 1em;
    }

    div.step {
        padding: 1em;
        text-align: center;
    }

    div.step > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: auto;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    div.step label {
        display: block;
        margin-bottom: 1em;
    }

    select,
    div.step input {
        border: none;
        border-radius: 3px;
        box-shadow: none;
        color: #112d35;
        background-color: #ededed;
        display: block;
        width: 100%;
        height: 40px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    select {
        display: block;
        margin-bottom: 1em;
    }

    div.verification-code input[type="number"] {
        display: inline-block;
        width: 40px;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        font-weight: bold;
        border: none;
        border-radius: 3px;
        box-shadow: none;
        color: #112d35;
        background-color: #ededed;
    }

    button,
    div.step input[type="submit"] {
        padding: .6em 20px;
        min-width: .75em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 3px;
        font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 1.1em;
        border: 2px solid transparent;
        text-decoration: none;
        background-image: none;
        text-shadow: none;
        box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
        transition: 0.2s color;
        transition: 0.2s background-color;
        color: white;
        background-color: #32b4a6;
        border-color: #32b4a6;
        text-transform: uppercase;
        font-weight: 600;
        height: 45px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 1em;
        margin-top: 1em;
    }

    div.footer {
        margin-top: 2em;
    }

    div.footer em {
        font-style: normal;
        font-weight: bold;
        color: #848484;
    }

    div.footer a {
        cursor: pointer;
        color: #32b4a6;
        padding: 0.2em;
        display: inline-block;
    }

    div.gs div.plans {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 0em;
        margin-left: auto;
        margin-right: auto;
    }

    div.gs a.plan {
        display: block;
        vertical-align: top;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    div.gs a.plan:first-of-type {
        margin-bottom: 2em;
    }

    div.gs a.plan h3 {
        background-color: #219487;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
        padding: 0.2em 0em;
        margin-bottom: 0em;
        border-radius: 8px 8px 0px 0px;
    }

    div.gs a.plan div.note {
        padding: 1em;
        font-size: 16px;
        white-space: normal;
        background-color: #ececec;
        color: #292929;
        font-weight: 600;
    }

    div.gs a.plan div.note span {
        display: block;
        border-radius: 8px;
        padding: 0.2em 0.5em;
        background-color: #32b4a6;
        color: white;
        font-weight: 600;
        font-size: 28px;
        margin-top: 0.5em;
        transition: all 0.3s;
    }

    div.gs a.plan:hover div.note span {
        opacity: 0.8;
    }
    div.gs a.plan div.service_price {
        padding: 0em;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    div.gs a.plan div.service_price img {
        width: 50px;
    }

    div.gs a.plan div.service_price > p {
        font-size: 48px;
        font-weight: 600;
        color: #292929;
    }

    div.gs a.plan div.service_price > p em {
        display: none;
    }

    div.gs a.plan div.service_price sup {
        font-weight: 600;
        font-size: 24px;
        top: -17px;
    }

    div.gs a.plan div.service_price p > span {
        font-size: 22px;
    }

    div.service_info {
        border-top: 2px solid #e6e6e6;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        padding: 20px 0px;
        text-align: left;
    }

    div.service_info h3 {
        font-weight: 600;
        color: #3abeb0;
        margin: 0em 0em 0.5em 0em;
        font-size: 30px;
    }

    div.service_info ul li {
        display: block;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
        line-height: 1.5;
        font-weight: 300;
        font-weight: 600;
        font-size: 18px;
        position: relative;
        padding-left: 30px;
        color: #292929;
    }

    div.service_info ul li:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        background-image: url(/wp-content/themes/angelsense/images/checkout_tick1.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width: 20px;
        height: 27px;
    }

}


@media (min-width: 768px) {
    section.activation-wrap {
        padding: 50px calc((100% - 600px)/ 2);
    }

    div.gs div.plans {
        flex-direction: row;
    }

    div.gs a.plan {
        width: 47%;
    }

    div.gs a.plan:first-of-type {
        margin-bottom: 0;
    }

    p,
    select, div.step input,
    div.step input[type="submit"] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    div.step > img {
        width: 50%;
    }
}