:root {
    --white: #ffffff;
    --lightBlue: #e8f4fd;
    --teal: #0d6796;
    --grey: #4e4e4e;
    --lightGrey: #dedede;
    --disabledGrey: #8a8a8a;
    --purple: #7c4dff;
    --black: #000000;
    --dark: #262626;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

/* raleway-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/raleway-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-medium - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/raleway-v29-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-semibold - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/raleway-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-bold - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/raleway-v29-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-extrabold - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/raleway-v29-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


body {
    font-family: 'Raleway', sans-serif;
    background-color: var(--lightBlue);
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

#banner {
  width: 100%;
  background: yellow;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 800;
}

.logo {
    max-width: 245px;
    margin: auto;
    margin-bottom: 25px;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.hflex {
    flex-direction: row;
    align-items: center;
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

header.header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.width-100 {
    width: 100%;
}

.margin-y-12 {
    margin: 12px 0;
}

.margin-top-48 {
    margin-top: 48px;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-left-8 {
    margin-left: 8x;
}

/* End Page Styles */
.account-details-top {
    border-style: solid;
    border-width: 1px;
    border-color: var(--lightGrey);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 8px 24px;
}

.account-details-bottom {
    border-right: 1px solid var(--lightGrey);
    border-bottom: 1px solid var(--lightGrey);
    border-left: 1px solid var(--lightGrey);
    background-color: #fafafa;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 12px 24px;
    font-size: 15px;
}

.account-details-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    line-height: 24px;
}

.pod-card__list {
    margin: 0;
    padding: 0;
}

.next-steps-box {
    border: 1px solid var(--lightGrey);
    border-radius: 10px;
    padding: 24px 16px;
}

.next-steps-header {
    font-size: 18px;
    font-weight: 800;
    color: var(--black);
    line-height: 24px;
}
.next-steps-subtext {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    line-height: 19px;
}
.img__java-logo {
    margin-bottom: 12px;
    width: 48px;
}


/* Region Selector Styling */
.region-us-eu-inactive {
    border: 2px solid var(--lightGrey);
    cursor: pointer;
}
.region-us-eu-inactive:before {
    content:url("/assets/images/us-eu-grey.svg");
    padding-right: 8px;
    vertical-align: middle;
}
.region-asia-pacific-inactive {
    border: 2px solid var(--lightGrey);
    cursor: pointer;
}
.region-asia-pacific-inactive:before {
    content:url("/assets/images/ap-grey.svg");
    padding-right: 8px;
    vertical-align: middle;
}
.region-us-eu-active {
    border: 2px solid var(--purple);
}
.region-us-eu-active:before {
    content:url("/assets/images/us-eu-purple.svg");
    padding-right: 8px;
    vertical-align: middle;
}
.region-asia-pacific-active {
    border: 2px solid var(--purple);
}
.region-asia-pacific-active:before {
    content:url("/assets/images/ap-purple.svg");
    padding-right: 8px;
    vertical-align: middle;
}
.region {
    position: relative;
    text-align: center;
}
.region-name {
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 0;
}
.region-name:after {
    content:url("/assets/images/question-circle.svg");
    padding-left: 8px;
}
.region-info {
    display: none;
    position: absolute;
    width: 90%;
    font-size: 13px;
    background: var(--white);
    bottom: 105px;
    left: 5%;
    text-align: left;
    margin: 5px;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid var(--lightGrey);
    box-shadow: 0 4px 14px 0 rgba(68, 91, 184, 0.1);
}
.pod-card .region-info p {
    font-size: 15px;
    margin-bottom: 0px;
}

.region-info img {
    margin: 5px;
    float:right;
    cursor: pointer;
}
.region-info h3 {
    color: var(--teal);
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.region__btn {
    font-size: 13px;
    font-weight: 800;
    padding: 12px 25px;
    border-radius: 5px;
    margin: 0px 2px 10px 2px;
    white-space: nowrap;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    letter-spacing: 1.1px;
    line-height: 110%;
    color: var(--grey);
}

/* Card Styles */

.pod-card {
    padding: 40px;
    border-radius: 32px;
    width: 500px;
    max-width: 100%;
    margin: 100px auto;
    background-color: var(--white);
}

.pod-card__intro {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    margin-bottom: 64px;
}

.agree_terms {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}

.pod-card__disclaimer {
    margin-top: 64px;
    font-weight: 400;
    font-size: 14px;
    color: var(--grey)
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
.pod-card__required {
    font-size: 12px;
    color: #b60000;
}

/* Button Styles */
.form__signin-btns {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
    max-width: 300px;
    margin: auto;
}

.pod-card__btn {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 4px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    color: var(--white);
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.pod-card__btn.black {
    background-color: var(--dark);
    color: var(--white);
}

.pod-card__btn.purple {
    background-color: var(--purple);
}

.pod-card__btn.outline {
    background-color: var(--white);
    color: var(--dark);
    border: 1px solid var(--dark);
}

.pod-card__btn:hover {
    transform: scale(1.05);
}

.pod-card__btn:focus {
    box-shadow: inset 0 0 0 2px var(--purple);
}

.pod-card__btn:disabled {
    cursor: unset;
    background-color: var(--disabledGrey);
    transform: none;
}
.pod-card__btn.outline:disabled {
    cursor: unset;
    background-color: var(--white);
    color: var(--grey);
    border-color: var(--lightGrey);
}

.pod-card__link {
    color: var(--purple);
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
}

.pod-card__link--teal {
    color: var(--teal);
    text-decoration: underline;
    display: inline-block;
}

.pod-card__error {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fdedea;
    border-radius: 7px;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px 0 rgba(68, 91, 184, 0.1);
}

.pod-card__error img {
    margin-right: 10px;
}

.pod-card .pod-id .flex-between:first-of-type {
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    font-size: 22px;
}

.pod-card .pod-id h2 {
    margin: 0;
    text-align: left;
    font-size: 22px;
}

.pod-card .pod-id ul {
    padding-left: 0;
    margin: 0;
    margin-bottom: 40px;
}

.pod-card li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pod-card .pod-id .pod-card__link {
    font-size: 16px;
}

.pod-card .pod-id__wrapper {
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 3px 22px 2px rgba(62, 76, 131, 0.12);
    margin: auto;
    padding: 15px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    align-items: center;
    background-color: var(--white);
    max-width: 100%;
    width: 100%;
    list-style-type: none;
    margin-bottom: 20px;
}

.pod-card .pod-id__wrapper a {
    margin-bottom: 0;
}

.pod-card .pod-id__icon {
    width: 32px;
    height: 30px;
    margin-right: 20px;
    position: relative;
}

.pod-card .pod-id__icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    padding-bottom: 4px;
}

.start {
    display: flex;
    justify-content: center;
}

.logout-btn {
    padding: 14px 16px;
    color: var(--purple);
    text-decoration: underline;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: var(--white);
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 8px 14px 0 rgba(68, 91, 184, 0.22);
    margin-right: 15px;
}

@media (max-width: 575px) {
    body {
        background-color: var(--white);
    }
    .wrap-mobile {
        row-gap: 12px;
        flex-wrap: wrap;
    }
    .account-details-bottom {
        padding: 12px;
    }
    .pod-card {
        width: 100%;
        margin-top: 48px;
        padding: 24px;
    }
    .pod-card__btn {
        width: 100%;
    }
    code {
        word-break: break-word;
    }
    header.header {
        position: static;
    }
    .logout-btn {
        margin-top: 20px;
        margin-right: 30px;
    }
}