.LiveField__input {
    background-color: rgba(0,0,0,0.04);}

.editor.editor--live {
    padding: 0px;
    padding-bottom: 80px;
}

.btn-raised {
    box-shadow: none;}
    
.submit .btn-raised.btn-primary {
    border-radius: 30px;}
    
    
.btn-raised.btn-primary, .Rank__option--selected {
    background-color: #0678D5;
    color: #FFF;
    font-weight: 600;
}

.SuccessfulSubmission {
    margin-top: 40px;
}

#root, #root2 {
    margin-left: 50px;
    margin-right: 50px;
}

.Choices__choice--4 {
    width: 24%;
}

.Choices__choice.btn-default {
    background-color: var(--grey-light, #f8f8f8);
    border: 1px solid #dadada;
    margin-right: 5px;
}

.Rank__option {
        border: 1px solid #dadada;
        box-shadow:none!important;
}

.Choices__choice--5 {
    width: 19%;
}

/*
.editor.editor--live.editor--has-pagination {
    margin-left: -50px!important;
    padding: 0px 25px 0px 25px;
    background-image: url(https://finpathwellness.com/wp-content/uploads/2023/06/STEP-score-background.png);
background-position: center top;  
background-size: cover;
} 
*/


.GuidedModeEditor__view{
    justify-content: center;
    padding: 5vh 5vh 5vh 5vh;
}

/*.btn-raised:hover, .btn-raised:focus {
    z-index: 20;
    opacity: 80%;
    background-color: #d3d3d3!important;
    box-shadow: none!important;
}*/

.btn-raised:hover, .btn-raised:focus {
    z-index: 20;
    box-shadow: none!important;
}