html,
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

:root {
    /* --text-color: white; */
    --gray: #ccc;
    --erply-blue: #ccc;
    /* --erply-dark: #1E2833; */
    --erply-yellow: #ccc;
}

* * {
    color: var(--text-color)
}

select,
select * {
    color: black
}

.stack {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 12px;
}

.slogan {
    color: #096DF2;
    leading-trim: both;
    text-edge: cap;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    display: flex;
}


.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 700px;
    z-index: 0;
}

input {
    color: black;
}


.slide {
    max-width: 100%;
    width: 100%;
}

.stack-heading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 24px;
}

.stack-heading-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: -13px;
    margin-right: -13px;
}


.breadcrumbs {
    border-radius: 50px;
    display: flex;
    width: 30rem;
    align-items: center;
    overflow: hidden;
}


input,
select {
    border-radius: 5px;
    height: 2rem;
    padding-left: .5rem;
    border: 1px solid var(--gray);
}

.divider {
    height: 1px;
    background-color: var(--gray);
    width: 100%;
}


.row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
}

a {
    text-decoration: none
}

.passed {
    background: rgba(200, 200, 200, 0.1)
}

.current {
    background: rgba(0, 0, 0, .1)
}

.crumb {
    cursor: pointer;
    text-align: center;
    width: 75%;
    padding: 1rem;
    color: var(--text-color);
}


.slides_container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 50rem;
    flex-direction: row;
    align-items: center;
}

.button_container {
    width: max-content;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.triangle1 {
    width: 200rem;
    height: 150rem;
    position: absolute;
    top: -100rem;
    rotate: -10deg;
    left: -30rem;
    background-color: var(--erply-dark);
    z-index: -1;
}

:root {
    /* --text-color: white; */
    --gray: #ccc;
    --erply-blue: #ccc;
    /* --erply-dark: #1E2833; */
    --erply-yellow: #ccc;
}

* * {
    color: var(--text-color)
}

body {
    position: relative;
    height: 100%;
}

.main {
    min-height: 200px;
    height: 100vh;
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

input,
select {
    border-radius: 5px;
    height: 2rem;
    padding-left: .5rem;
    border: 1px solid #ccc;
}


.stack-sm {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin-bottom: 2rem;
}

.triangle1 {
    width: 200rem;
    height: 150rem;
    position: fixed;
    top: -100rem;
    rotate: -10deg;
    left: -30rem;
    background-color: var(--erply-dark);
    z-index: -1;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 32px;
    margin-bottom: 32px;
    width: 695px;
    height: auto;
    margin-right: 44px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(2, 25, 56, 0.05), 0px 1px 2px 0px rgba(2, 25, 56, 0.15), 0px 2px 4px -1px rgba(2, 25, 56, 0.10);
}

button:not(.dropbtn) {
    border: 1px solid black;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    align-self: center;
    cursor: pointer;
    border-radius: 100px;
    padding: 1rem;
}

h1 {

    margin-bottom: 40px;
    margin-top: 10px;
}

h2 {
    margin-top: 10px;
    font-size:medium;
}


label {
    font-weight: 500;
    line-height: 20px;
    margin-top: 18px;
}

.req {
    font-size: 13px;
}

.req::after {
    content: " *";
    color: red;
}

.signup {
    background-color: #FAFAFA;
    flex: 1;
}

.row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    margin-left: 0px;
    height: 100%;
}

label {
    font-size: 13px;
}

.intro_wrapper {
    display: flex;
    width: 56rem;
    flex-direction: column;
    padding: 2rem;
}

.intro_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.questionnaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}


.signup .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.mainTitle {
    margin-top: 12px;
    margin-bottom: 12px;
}

ul {
    list-style-type: none;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
}

.intro_text_wrapper > ul {
    list-style-position: inside;
    text-indent: -2.5em;
}

.intro_text_wrapper > li {
    list-style-position: inside;
    text-indent: -2.5em;
}

li span {
    margin-left: 20px;
    font-size: 16px;
}

.nextButton {
    display: flex;
    justify-content: flex-end;
}


@media only screen and (max-width: 809px) {
    .glass {
        margin-left: 2rem;
    }

    .intro_wrapper {
        padding: 1rem;
    }
}

select {
	width: 100%;
}

input,
.input [type="text"] {
	width: 100%;
}


.blueHighlight {
    color: #096df2;
}

#notes {
    width: 100%;
    padding-left: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}











.alert-container {
  position: fixed;
  width: 100%;
  height: auto;
  top: 55px;
  left: 0;
  z-index: 9999;
}
.alert-base {
  position: relative;
  text-align: center;
  width: 70%;
  padding: 16px;
  margin: auto auto 5px;
  transition: opacity 0.3s;
}
.alert-close-btn {
  margin-left: 14px;
  color: #1D2433;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.alert-close-btn:hover {
  color: #1D2433;
}
.alert-error {
  color: #1D2433;
  background-color: #FFEFEC;
}
.alert-success {
  color: #1D2433;
  background-color: #F0FFF5;
}

.aligner {
    display: flex;
}

.aligner--spaceBetween {
    justify-content: space-between;
    width: 100%;
}

.aligner--spaceAround {
    justify-content: space-around;
    width: 100%;
}

.aligner--centerVertical {
    align-items: center;
}

.aligner--centerHoritzontal {
    justify-content: center;
    width: 100%;
}

.aligner--contentStart {
    justify-content: flex-start;
}

.aligner--contentEnd {
    justify-content: flex-end;
}

.aligner--itemTop {
    align-self: flex-start;
}

.aligner--itemBottom {
    align-self: flex-end;
}

.icon-Alert-Octagon-Filled:before {
    content: "\e902";
}

.icon-Alert-Octagon:before {
    content: "\e903";
}

.view-error .icon-Alert-Octagon {
    color: #e0593e;
}

/* orange */
.view-error .icon-Alert-Octagon {
    color: #e0593e;
}

.margin-8 {
    margin: 8px;
}

.margin-left-36 {
    margin-left: 36px;
}

@font-face {
  font-family: "erply-iconfont";
  src: url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age");
  src: url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age#iefix") format("embedded-opentype"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff2?bm9age") format("woff2"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.ttf?bm9age") format("truetype"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff?bm9age") format("woff"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.svg?bm9age#erply-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "erply-iconfont", serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: large;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.checkbox {
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label::after {
  animation: checkboxAndRadioAnimation 0.25s;
  content: "";
  transform: scale(1) rotate(45deg);
}
.checkbox input[type=checkbox] + label {
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox input[type=checkbox] + label::before {
  background-color: #FFFFFF;
  border: 1px solid #BFCBD9;
  border-radius: 4px;
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 40%;
}
.checkbox input[type=checkbox] + label::after {
  border-bottom: 3px solid #3D8AF6;
  border-right: 3px solid #3D8AF6;
  display: block;
  height: 12px;
  left: 11px;
  margin-left: -4px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 7px;
  z-index: 1;
}