@import url("https://raw.githubusercontent.com/rishav-recro/ninjava-styles/main/global.css");

* {
    font-family: 'Avenir Next Vietnamese', 'Helvetica Neue', sans-serif;
}

.header-title {
    font-size: 37px;
    font-family: 'Avenir Next Vietnamese', 'Helvetica Neue', sans-serif;
    color: #C2002F;
    margin-top: 72px;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    .header-description {
        font-size: 18px;
        font-family: 'Avenir Next Vietnamese', 'Helvetica Neue', sans-serif;
        margin-bottom: 0;
        line-height: 28px;
        font-style: italic;
    }
    .header-info {
        font-size: 16px;
        margin: 0;
        font-style: italic;
    }
    .header-salutation {
        font-style: normal;
    }
}

@media only screen and (max-width: 600px) {
    .ChoicesQuestion {
        color: black !important;
        font-weight: 400;
    }
    .header-description {
        font-size: 15px;
        font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
        margin-bottom: 0;
        line-height: 28px;
    }
    .header-info {
        font-size: 14px;
        margin: 0;
        font-style: italic;
    }
    .header-salutation {
        font-style: normal;
    }
}

.figure.fieldSection {
    margin-bottom: 0 !important;
}

.Paperform__QuestionBlock {
    padding: 0 !important;
}

.Select-control {
    height: 40px;
}

.Select-value-label {
    font-size: 14px;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons {
    font-size: 20px;
}

.LiveField__header {
    font-size: 14px;
}

.LiveField__answer .Select-placeholder {
    font-size: 14px;
}

.Choices__label {
    font-size: 14px;
}

.LiveField__input {
    border: 1px solid #b5b9bd;
    
}

.LiveField__input::placeholder{
    font-weight: 400;
}

.LiveField .LiveField__container {
    padding-top: 8px;
    padding-bottom: 0;
}

.LiveField__error {
  background-color: #fff;
  color: #f5222d;
  text-transform: inherit;
  text-align: left;
  margin: 0;
  font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
  cursor: default;
  font-size: 13px;
}

    .LiveField__answer {
    margin-top: 0;
    font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

.LiveField--active .LiveField__input:not(.LiveField__input--manualfocus), .LiveField--active textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:focus, .StripeCheckout__CardWrapper .StripeElement.StripeElement--focus {
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    transition: all .3s;
}

.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
    border-bottom: 1px solid #b5b9bd;
}

.submit {
    margin-bottom: 72px;
}

.Paperform__spinner {  border: 16px solid #b5b9bd; /* Light grey */  border-top: 16px solid #b5b9bd; /* Blue */  border-radius: 50%;  width: 120px;  height: 120px;  animation: spin 2s linear infinite;}


.term-agreement {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

::-webkit-input-placeholder { /* Edge */
  color: #918F90;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #918F90;
}


.LiveFieldSection{
}

.LiveFieldSection .LiveField{
    counter-increment: conform-counter;
    position: relative;
    padding-left: 3.625rem;
    margin-bottom: 1.25rem;
}
.LiveFieldSection .LiveField:before{
    content: "0" counter(conform-counter);
    position: absolute;
    top: 0.0625rem;
    left: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: "Avenir LT Std Bold", sans-serif;
    font-weight: 700;
    padding: 0 0.75rem;
    border: 1px solid #ED3045;
    color: #ED3045;
    border-radius: 50px;
}

.LiveField .LiveField__container{
    padding-top: 0;
    
}
.LiveField__input{
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5em;
    color: #5A5252;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #E6E6E6 !important;
    transition: border-color 0.3s ease-in-out;
}

textarea.LiveField__input[rows]{
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5em;
    color: #5A5252;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #E6E6E6 !important;
    transition: border-color 0.3s ease-in-out;
}

.LiveField--required .LiveField__header [data-block]:last-child > [data-offset-key]:last-child >:last-child [data-text]::after{
    display: none;
}

.term-agreement{
    color: #918F90;
    padding-left: 3.625rem;
    margin-top: -1.25rem;;
}

.LiveFieldSection{
    text-align: right;
}
.LiveFieldSection .btn-primary{
    display: inline-flex;
    min-width: 190px;
    max-width: max-content;
    padding: 13px 24px;
    text-aling: center;
    justify-content: center;
}

.liveFieldSection .btn-raised{
    display: inline-flex !important;
    min-width: 190px !important;
    max-width: max-content !important;
    padding: 13px 24px !important;
    text-aling: center !important;
    justify-content: center !important;
}

textarea.LiveField__input[rows]:hover{
    box-shadow: none;
}

@media (max-width: 400px) {
    .editor{
        padding: 0 !important;
    }
    .LiveFieldSection .LiveField{
        padding-left: 0;
    }
    .LiveFieldSection .LiveField:before{
        position: relative;
        margin-bottom: 8px;
    }
    .term-agreement{
        padding-left: 0px;
    }
    .LiveFieldSection .btn-primary{
        width: 100%;
        max-width: 100%;
    }
}