.trial-list-text {
    font-size: 14px;
    color: black;
    margin-left: 20px;
    font-family: 'NEXT_ART_Light', serif;
}

.trial-list-text-2 {
    font-size: 14px;
    color: black;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;;
}

.trial-heading {
    color: black;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    margin-bottom: 3%;
    line-height: 1.2;
    font-family: 'NEXT_ART_SemiBold', sans-serif;
}

.trial-question {
    color: black;
    font-size: 14px;
    display: inline-block;
    /* flex-direction: column; */
    text-align: center;
    max-width: 100%;
    margin-bottom: 2%;
    /* font-family: 'NEXT_ART_Light', serif; */
    /* font-size: 15px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.no-scroll {
    overflow: hidden !important;
}

.mobileStepper {
  display: none;
}

.screenStepper {
  display: block;
}

@media only screen and (max-width: 950px) {
  .mobileStepper {
    display: block;
    margin-top: 100px;
  }
  .screenStepper {
    display: none;
  }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    transform-origin: center;
}

.spinner circle {
    stroke: #ffb7a1;
    stroke-dasharray: 80, 200;
    stroke-dashoffset: 0;
}

@media only screen and (max-width: 768px) {
    .helperText {
        font-size: 1.8vw !important;
        margin-bottom: 8% !important;
    }
}

.form-item-div {
    justify-content: center; 
    justify-items: center;
    text-align: center;
    margin-bottom: 2%;
}

#react-portal-overlay-root * {
    /* justify-items: center !important; */
  /* justify-self: center;
  align-self: center; */
}

#react-portal-overlay-root {

}