@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* Normalize */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

textarea {
    overflow: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    padding: 0.75rem;
    width: 100%;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[hidden] {
    display: none;
}

ul,
li {
    display: block;
    margin: 0;
    padding: 0;
}

/* Page Styles */
.background {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
    background-color: #ededed;
}
.inner {
    width: 100%;
    box-sizing: border-box;
    padding: 3rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.06);
    border: solid 1px #979797;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    border: 1px solid #d5d5d5;
}

div[role=main] {
    flex-grow: 1;
}

div[role=main] h3 {
    margin: 0 0 2rem;
}

div[role=main] p {
    font-size: 14px;
    margin-bottom: 2rem;
}

label[for='oldPassword'] ~ div {
    display: none;
}

label[for='email'] ~ .error div {
    display: none;
}

a {
    color: #049b5c;
    font-weight: 600;
    text-decoration: none;
}
h4 {
    margin: 0 0 1rem;
}
#forgotPassword {
    color: #049b5c;
    text-align: center;
    margin-top: 16px;
    position: absolute;
    bottom: -9.5rem;
    right: 0;
    left: 0;
}
.rememberMe {
    color: #979797;
    margin-top: -1rem;
}
.rememberMe label {
    position: relative;
    top: 2px;
}

.divider {
    width: 80%;
    border-bottom: 1px solid #ccc;
    margin: 2rem;
}
.divider h2 {
    display: none;
}

.create p {
    text-align: center;
}
#createAccount {
    margin-left: 0.25rem;
    font-weight: normal;
    text-decoration: underline;
}

.error.pageLevel {
    color: white;
    background: #c01515;
    font-weight: 600;
    padding: 0.5rem;
    margin-bottom: 2rem;
    text-align: left;
    border-radius: 5px;
    font-size: 0.75rem;
}
.error.itemLevel {
    color: grey;
    font-weight: 600;
    position: absolute;
    top: 100%;
    font-size: 0.75rem;
}
.error p {
    margin: 0.25rem;
}

/* Banner */
div[role=banner] {
    text-align: center;
    margin-bottom: 1rem;
}
div[role=banner] img {
    max-height: 75px;
}

/* Form */
.intro h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}

.attrEntry,
.entry-item {
    position: relative;
    margin-bottom: 2rem;
}
.attrEntry input,
.entry-item input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.75rem;
    border: solid 1px #b3b3b3;
    font-size: 1rem;
    color: #333333;
    border-radius: 5px;
}
.attrEntry label,
.entry-item label {
    display: block;
    position: absolute;
    color: #CCCCCC;
    background: #FFFFFF;
    font-size: 1rem;
    padding: 3px;
    transition: all linear 0.1s;
    top: -9px;
    left: 7px;
    font-size: 0.8125rem;

    &[id="readonlyEmail_label"]{
        z-index: 100;
    }
}
input[type=submit] {
    width: 100%;
    box-sizing: border-box;
    background-color: #049b5c;
    color: white;
    border-color: transparent;
    border-radius: 3px;
    padding: .75rem;
    font-size: 1.125rem;
    font-weight: 600;
}
button {
    width: 100%;
    box-sizing: border-box;
    background-color: #049b5c;
    color: white;
    border-color: transparent;
    border-radius: 3px;
    padding: .75rem;
    font-size: 1.125rem;
    font-weight: 600;
}

/* Multi Field Group */
.multi-field-group .phone {
    display: flex;
}

/* Next Back Buttons */
.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.buttons button#cancel {
    margin: 2rem 1rem 2rem 0;
}
.buttons button, .buttons input[type=submit] {
    background-color: white;
    color: black;
    cursor: pointer;
}
.buttons button#next, .buttons button#continue {
    order: 1;
    background-color: #049b5c;
    color: white;
    margin: 2rem 0;
}
.buttons button:hover {
    background-color: #e8ebee;
    color: white;
}
.buttons button:disabled {
    background: #CCCCCC !important;
    color: white !important;
    cursor: not-allowed;
}

/* Select */
.select {
    position: relative;
    height: 42px;
    background: white;
    margin-right: 1rem;
}
.select select {
    box-shadow: none;
    border-radius: 3px;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 2rem;
    padding-left: 0.5rem;
    border: solid 1px #b3b3b3;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 0.75rem;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent;
    pointer-events: none;
}
.select select::-ms-expand {
    display: none;
}

/* Checkbox */
.checkbox-input-group {
    margin: 1rem 0;
    display: flex;
}
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    margin-right: 16px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-input-group a {
    color: #4a90e2;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #049b5c;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (min-width: 480px) {
    .inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        width: calc(100% - 40px);
        min-width: 320px;
        min-height: 364px;
    }
    #phoneResetEmail #insertedMessage {
        top: 180px;

    }
}

@media (max-width: 480px) {
    .inner {
        padding: 1rem;
        border: none;
        box-shadow: none;
    }
}

/* PASSWORD RESET */

#passwordReset .buttons #continue {
    order: 0;
    margin-top: -1rem;
}

#passwordReset .buttons #continue:disabled {
    display: none;
}

#passwordReset .buttons #cancel {
    background: white;
    color: #049b5c;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: -1rem;
    margin-bottom: 0;
}

#passwordReset label[for="email"] {
    position: relative;
    z-index: 100;
    top: 0.625rem;
    width: 2.125rem;
}

#passwordReset #email_ver_but_send {
    background: #049b5c;
    color: #fff;
    margin: 1rem 0;
}

#passwordReset #email_ver_wait[style*="inline"] {
    position: fixed;
    display: flex !important;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10000;
}

#passwordReset #email_ver_wait::before {
    content: '';
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    margin: 3.75rem auto;
    position: relative;
    border: 0.5rem solid rgba(0, 0, 0, 0.25);
    border-left: 0.5rem solid #333333;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 0.75s infinite linear;
    animation: load 0.75s infinite linear
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#passwordReset .buttons {
    flex-wrap: wrap;
    position: relative;
    margin-top: 1rem;
}

#passwordReset .buttons #email_ver_input {
    width: 100%;
}

#passwordReset .buttons #email_ver_but_verify {
    background: #049b5c;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

#passwordReset .buttons #email_ver_but_resend {
    position: absolute;
    background: transparent;
    font-size: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
}

#passwordReset .buttons #email_ver_but_resend::after {
    content: 'Resend Code';
    color: #049b5c;
    text-decoration: underline;
    font-size: 1rem;
}

#passwordReset .buttons #email_ver_but_resend::before {
    content: 'Need a new code? ';
    color: #000;
    text-decoration: none;
    font-size: 1rem;
}

#passwordReset .buttons #email_ver_but_edit {
    display: none !important;
}

#passwordReset .verificationInfoText {
    margin: 1rem 0;
    font-size: 0.875rem;
}

#passwordReset #reenterPassword {
    margin-bottom: 4rem;
}

#passwordReset .error.itemLevel {
    top: calc(140% - 6rem);
}

#passwordReset .intro, #passwordReset #email_intro {
    color: rgba(0, 0, 0, 0.6);
}

/* SIGN UP */

#signup .buttons.verify {
    flex-wrap: wrap;
    position: relative;
    margin-top: 1rem;
}

#signup .buttons #continue {
    order: 0;
    margin-top: -1rem;
}

#signup .buttons #continue:disabled {
    display: none;
}

#signup .buttons #cancel {
    display: none;
}

#signup-part2 .buttons #cancel {
    display: none;
}

#signup label[for="email"] {
    position: relative;
    z-index: 100;
    top: 0.625rem;
    width: 2.125rem;
}

#signup #email_ver_but_send {
    background: #049b5c;
    color: #fff;
    margin: 1rem 0;
}

#signup #email_ver_wait[style*="inline"] {
    position: fixed;
    display: flex !important;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10000;
}

#signup #email_ver_wait::before {
    content: '';
    border-radius: 5rem;
    width: 5rem;
    height: 5rem;
    margin: 3.75rem auto;
    position: relative;
    border: 0.5rem solid rgba(0, 0, 0, 0.25);
    border-left: 0.5rem solid #333333;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 0.75s infinite linear;
    animation: load 0.75s infinite linear
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#signup .buttons #email_ver_input {
    width: 100%;
}

#signup .buttons #email_ver_but_verify {
    background: #049b5c;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

#signup .buttons #email_ver_but_resend {
    position: absolute;
    background: transparent;
    font-size: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
}

#signup .buttons #email_ver_but_resend::after {
    content: 'Resend Code';
    color: #049b5c;
    text-decoration: underline;
    font-size: 1rem;
}

#signup .buttons #email_ver_but_resend::before {
    content: 'Need a new code? ';
    color: #000;
    text-decoration: none;
    font-size: 1rem;
}

#signup .buttons #email_ver_but_edit {
    display: none !important;
}

#signup .verificationInfoText {
    margin: 1rem 1.2rem;
    font-size: 0.875rem;
    display: flex !important;
    text-align: center;
    color: #4A4A4A;
    font-size: 14px;
}

#signup #reenterPassword {
    /* margin-bottom: 4rem; */
}

#signup .error.itemLevel {
    /* top: calc(140% - 6rem); */
}

/* only applies to change email page because the same page was used :( */
#signup .attr li:first-child:last-child .error.itemLevel {
    display: none;
}

#signup  .Password .itemLevel {
    display: none;
}

#signup  .extension_phoneNumber_li .itemLevel {
    display: none;
}


#signup .terms {
    text-align: center;
    padding-top: 1rem;
}

#signup-part2 .terms {
    text-align: center;
    padding-top: 1rem;
}
#signup .terms .terms-links {
    text-decoration: underline;
}
#signup .passwordValidations {
    font-size: 13px;
    line-height: 8px;
    position: relative;
    /* bottom: 280px; */
    left: 12px;
    color: #838383;
}

#signup #createProfileHeading {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #4A4A4A;
}

#signup #verifyProfileHeading {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #4A4A4A;
}

#signup #rideTogetherHeading {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #4A4A4A; 
}

#signup #rideTogetherHeading > p {
    font-size: 14px;
    text-align: center;
    color: #838383;
    line-height: 22px;
}

#createProfile .extension_phoneType_li {
    display: none;
}

#createProfile > #api > #attributeVerification > .buttons {
    padding-top: 75px;
}

#createProfile > #api > #attributeVerification > #attributeList .extension_marketingConsent_li  fieldset {
    display: contents;
}

ul li:nth-child(7) {
    margin-bottom: 1rem;
}
.alredyIn-a {
    margin: 0px;
}
.alredyIn {
    text-align: center;
    font-weight: 600;
}
.passwordHeading {
    margin-bottom: 5px;
}  
.mainList {
    list-style:disc;
    padding: 5px;
    margin-left: 10px;
} 
.mainlistLi{
    padding: 5px;
    display:list-item;
}
#secondli {
    line-height: 16px;
}
.subList{
    list-style:circle;
    padding: 5px;
}  
.sublistLi{
    padding: 5px;
    display:list-item;
    line-height: 10px;
}
#api>.heading {
    display: none;
}
#api .pass-icon-container{
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
    cursor: pointer;
}
#api .show-hide-label {
    margin-top: 7px;
    /* margin-left: 8px; */
    color: #049b5c !important;
    font-weight: 600;
    cursor: pointer;
    display: flex !important;
}
#api .toggleImage {
    margin-left: 5px;
    width: 18px;
    margin-top: 1px;
}
#api .passowrd-check{
    visibility: hidden;
    position: absolute;
    margin-left: -60px !important;
    cursor: pointer;
}

.extension_marketingConsent_li {
    margin-top: 20px;
}
#extension_marketingConsent_true {
    width: 18px;
    height: 16px;
    accent-color: #049b5c;
}
#true_option{
    margin-left: 20px;
}
       /* Popup container - can be anything you want */
       .marketing-popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      .more{
          color: #00A664;
          text-decoration: underline;
      }
      .close {
        font-size: 14px;
        font-weight: 600;
        margin-top: -4px;
      }
      .main-label {
        color: #4A4A4A;
        font-size: 15px;
        line-height: 20px;
      }
      
      /* The actual popup */
      .marketing-popup .popuptext {
        visibility: hidden;
        width: 300px;
        height: auto;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 12px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 20%;
        line-height: 14px;
          font-size: 12px;
          font-weight: 400;
          display: flex;
      }
      
      /* Popup arrow */
      .marketing-popup .popuptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 8%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
      }
      
      /* Toggle this class - hide and show the popup */
      .marketing-popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
      }
    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
    }
    
    @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
    }

/* VERIFYING MODAL */

#verifying_blurb {
    display:none!important;
}

/* Reset password by phone */
#phoneResetEmail .inner {
    position: relative;
}

#phoneResetEmail .itemLevel {
    display:none;
}

#phoneResetEmail .attEntry {
    margin-bottom:0;
}

#phoneResetEmail .buttons {
    display: block;
}

#phoneResetEmail #continue {
    background: #049b5c;
    color: #fff;
    margin: 1rem 0;
}

#phoneResetEmail #cancel {
    background: white;
    color: #049b5c;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

#phoneResetEmail #attributeVerification {
    margin-top: 100px;
}

#phoneResetEmail #insertedMessage {
    position: absolute;
    color: rgba(0,0,0,0.6);
    top: calc(50% - 6rem);
    width: 320px;
    font-size: 14px;
}

#phoneResetEmail #cancel:hover {
    cursor: pointer;
}

#phoneResetEmail .intro p {
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}

#phoneReset .intro, #phoneReset #phoneNumbers .phoneNumber .type {
    margin: 1rem 0;
    font-size: 0.875rem;
    color: rgba(0,0,0,0.6);
}

#phoneReset #phoneNumbers .phoneNumber .number {
    margin: 1rem 0;
}

#phoneReset .buttons {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

#phoneReset #verifyCode {
    width: 48%;
    background: #049b5c;
    color: #fff;
    margin: 1rem 0;
}

#phoneReset .buttons #cancel {
    width: 100%;
    background: white;
    color: #049b5c;
    text-decoration: underline;
    font-size: 1rem;
    margin: 0;
    margin-top: .25rem;
}

#phoneReset #verifyPhone {
    width: 48%;
    background: white;
    color: #049b5c;
    font-size: 1rem;
    border: 1px solid #049b5c;
    margin: 1rem 0;
}

#phoneReset #insertedMessage {
    margin: 1rem 0;
    border-top: 1px solid #ccc;
}

#phoneReset #insertedMessage p {
    text-align: center;
}

#phoneReset #codeVerification .actionLabel {
    padding: 1rem 0;
}

#phoneReset #codeVerification input {
    box-sizing: border-box;
    margin: 0;
    padding: 0.75rem;
    border: solid 1px #b3b3b3;
    font-size: 1rem;
    color: #333333;
    border-radius: 5px;
}

#phoneReset .error.itemLevel[aria-hidden=false]{
    position: unset;
    color: white;
    background: #c01515;
    font-weight: 600;
    padding: 0.5rem;
    margin-bottom: 2rem;
    text-align: left;
    border-radius: 5px;
    font-size: 0.75rem;
}


.localAccount {
    margin-top: 15px;
    position: relative;
}
.localAccount .intro {
    border-radius: 10px 10px 0 0;
    width: 50%;
    text-align: center;
    background-color: #049b5c;
    padding: 1px;
}
.localAccount .intro h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    margin: 16px 0;
}
.localAccount #createAccount {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}
.localAccount .create {
    width: 49%;
    border: 1px solid #777;
    float: right;
    border-radius: 10px 10px 0 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
}
.localAccount .create p {
    margin: 16px 0;
}
.localAccount .entry {
    margin-top: 20px;
}
.localAccount .error.pageLevel {
    position: absolute;
    background: none;
    color: #c01515;
    font-weight: bold;
    padding-left: 0;
}

