.Paperform__Container{
    padding: 0 !important;
}

.LiveFieldSection.Paperform__QuestionBlock{
    /*min-height: 516px !important;*/
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 0 auto 0 auto !important;
}
    
.submit{
    margin-top:32px !important;
}    


.LiveField__header{
    position: relative;
    margin: 0;
    background-color: #ffff;
    width: fit-content !important;
    min-width: unset;
    display: none;
    top: 17px;
    left: 12px;
    padding: 0 5px;
    color: #000050;
    font-size: 13px;
}

.LiveField--active input,
.LiveField--active textarea{
    border-bottom: 1px solid transparent !important;
    color: #000050 !important;
    box-shadow: none !important;
}

.LiveField__answer input.LiveField__input::placeholder{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    color: #000050 !important;
}

.Select.LiveField__input input{
     color: #000050 !important;
     overflow: scroll !important;
}

.Select-value-label{
    line-height: 40px !important;
    color: #000050 !important;
}

.Select.LiveField__input .Select-value{
    line-height: 44px;
    height: 44px;
}

.Select.LiveField__input .Select-control:hover{
   box-shadow: none !important;
   border: none !important;
}

.LiveField__answer .Select-placeholder{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    color: #000050 !important;
    line-height: 44px !important;
    height: 44px;
}

.LiveField__input{
    padding: 8px 12px;
    height: 44px;
    width: calc(100% - 10px);
}

.LiveField__header>div{
 width: fit-content !important;   
}

.LiveField__answer{
    border: 1px solid #00FFD2;
    border-radius: 10px;
    width: calc(100% - 10px);
}

.LiveField:first-child .LiveField__answer{
    margin-top: 0 !important;
}

.LiveField__input{
    background-color: transparent !important;
}

.submit{
    padding-right: 45px;
    position: relative;
}

.submit span.btn-raised{
    width: fit-content !important;
    height: 45px !important;
    display: block !important;
    margin: 0 0 0 auto !important;
    background-color: #00FFD2;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-family: 'Poppins', "Helvetica Neue", Helvetica, Roboto, sans-serif, 'Helvetica Neue', Helvetica, Roboto, sans-serif !important;
    font-size: 16px !important;
    padding: 13px 23px;
    color: #000050 !important;
    position: static;
    box-shadow: none !important;
    border-radius: 10px !important;
}

.submit span.btn-raised:after{
    content: '';
    width: 25px;
    height: 24px;
    display: block;
    background-image: url(https://cdn.prod.website-files.com/684ac88d63526153997cbcb8/6853c07a0bbaf652c501d606_btn-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: ease right 600ms;
}

.submit span.btn-raised:hover:after{
    content: '';
    width: 25px;
    height: 24px;
    display: block;
    background-image: url(https://cdn.prod.website-files.com/684ac88d63526153997cbcb8/6853c07a0bbaf652c501d606_btn-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px 24px;
    position: absolute;
    top: 10px;
    right: 0;
    transition: ease right 600ms;
}

.submit span.btn-raised:hover{
    width: fit-content !important;
    height: 45px !important;
    color: #fff !important;
    display: block !important;
    border-radius: 10px !important;
    background-image:linear-gradient(90deg, #7832ff -10%, #00ffd2 100%);
}

.sk-fading-circle { display: none !important; }

.sk-fading-circle .sk-circle:before {
    background-color: #ffffff !important;
}

.Footer__poweredby{
    display: none !important;
}

.LiveField__container{
 padding: 0 0 0 0 !important;   
}

.LiveFieldSection__row.LiveFieldSection__row--2{
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   column-gap: 2%;
}

@media only screen and (max-width: 400px){
    
.LiveFieldSection__row.LiveFieldSection__row--2{
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   align-items: center;
   column-gap: 0 !important;
}
    
}

.LiveField--phone{
    width: 100% !important; 
    margin: 0 !important;
}

.LiveField--email{
    width: 100% !important;
    margin: 0 !important;
   
}

.submit{
 margin-left: auto !important;   
}

.Select.LiveField__input{
    padding: 0;
}

.Select.LiveField__input .Select-control{
    height: 40px !important;
    min-height: 40px;
    max-height: 40px !important;
    padding: 0;
    background-color: transparent;
    
}

.Select-value-label{
    line-height: 22px !important;
}


.Select-placeholder{
    font-size: 0 !important;
}

.Select-arrow-zone .Select-arrow{
    display: none;
}

.Select-arrow-zone{
    width: 14px !important;
    height: 10px !important;
    background-image:url(https://cdn.prod.website-files.com/66cc281a3464db746fced9a5/66e402d8990a89075ecbfd4c_blog-filter-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 17px;
    right: 12px;
}

.LiveField__error {
    border-radius: 10px !important;
    width: calc(100% - 10px);
    margin-top: 5px;
    font-family: 'Poppins', sans-serif !important;
}

.submit .btn-raised.btn-primary {
    border-radius: 10px !important;
}

.Select-menu-outer{
overflow-y: scroll !important;
height: 150px !important;
min-height: 150px !important;
}

.LiveField--submiterror input,
.LiveField--submiterror .Select.LiveField__input,
.LiveField--submiterror textarea{
    border-bottom: 0px solid #19bc82 !important;
}