span.error {
    background-color: #fff0f0;
    color: #000 !important;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 5px 10px;
}
#any_name{
    display:none;
}
.action_text{
    display:block;
    width:100%;
    color:#fff;
    border-bottom:1px solid #fff;
    font-size: 1.5rem;
}
.any_text{
    display:none;
}
.form-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #999;
    background-color: #fbfbfb;
    z-index: 10;
    font-size:1rem !important;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
    opacity: 0.5;
}

.form-element {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;

&:focus {
     box-shadow: 0 2px 0 0 blue;
 }
}
.webform-submission-form label{
    margin-right: 20px;
    float: left;
    background: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    font-family: "ralewayregular", sans-serif;
}
.webform-submission-form .checked label{
    color: #fff!important;
}
.form-element.filled {
    box-shadow: 0 2px 0 0 lightgreen;
}
.form-label{
    color:#636363 !important;
}
.form-group{
    position:relative;
}
.form-input{
    border:none;
    border-bottom:1px solid #dedede;
    background:#fbfbfb !important;
}
.js-form-itemx,
.js-form-item{
    flex-basis:33% !important;
    -webkit-flex-basis:33% !important;
}
.block .webform-submission-form{
    display:flex;
    align-items: center;
}
.makeform__clinic {
    top:-5px;
}
.makeform__clinic  select{
    height:40px;
    font-size:1rem;
}
body .makeform__actions{
    display:block;
    padding-bottom: 25px;
}
body .form-wrapper a{
    color: #fff;
    text-decoration: underline;
}
body .cap_label{
    width: 34%!important;
    margin: 0;
    height: 41px;
    margin-top: 5px;
}
body .cap_code_block{
    width: 33%!important;
    float: left;
}
body .cap_label img{
    height: 100%;
    float: left;
}
.serviceDefault .make__form .success_form{
    color: #fff;
    background-color: transparent;
}
body .cap_code_block input{
    width: 100%;
    font-family: "ralewayregular", sans-serif;
}
body .cap_code_block, .cap_label{
    width:30% !important;
}
body .makeform__name input{
    border-radius: 8px;
}
body #agreement_subscribe-error{
    bottom: -60px;
}
body .form-checkbox{
    width: 0;
}
body .makeform select{
    border-radius: 8px;
    background: url(/images/select.svg) no-repeat #f6f6f6 right center / cover;
    background-position: 96% center;
    background-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    font-family: "ralewayregular", sans-serif;
}
body .makeform select:hover{
    background: url(/images/select.svg) no-repeat #f6f6f6 right center / cover;
    background-position: 96% center;
    background-size: auto;
}
.makeform__actions button{
    height:40px;
    width:30% !important;
    top: -5px;
    position: relative;
    float: right;
}
.cap_label{
    height: 40px;
    top: -10px;
    position: relative;
}
.makeform__actions {
    margin-top:1rem;

}
#quick-order{
    background: white;
    border: 1px solid #dde2e7;
    box-shadow: 4px 6.928px 23.04px 0.96px rgb(0 0 0 / 10%);
    padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
    .js-form-item {
        flex-basis: 100% !important;
        -webkit-flex-basis: 100% !important;
    }
    .cap_code_block, .cap_label{
        width:45% !important;
    }
    .content_norm img{
        height:40px;
    }
    .makeform__actions {
        display: block;
    }
    .makeform__actions button{
        width:100% !important;
        display:block !important;
    }
}