
/* ---------------------------- */
/* ----- BUTTON POSITION ------ */
/* ---------------------------- */

#step_next_block {
    padding: 10px 5% !important;
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    margin-top:30px;
    justify-content : end;
    position: absolute;
    bottom: 0;
    margin-top: auto;
}

#step_next_block button{
    padding: 10px 16% !important; 
    width: fit-content;
    font-weight: 500;
}

/* ------------------------------ */
/* ----- BTN GENERAL STYLE ------ */
/* ------------------------------ */
#step_next_block{
    border-width: 0.501166px 0px 0.5px 0px;
    border-style: solid;
    border-color: rgba(60, 60, 67, 0.36);
    background-color: #f6f6f6;
    border : 1px solid #c6c6c6;
}

#step_next_block #nextStepBtn {
    background-color: #FBCD5C;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0px;
}
.step-container #nextStepBtn:hover{
    background-color: #FBCD5C !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1) !important;
}

#step_next_block button[name="see_results"]{
    background-color: #B5EED7 !important;
}
#step_next_block button[name="see_results"]:hover{
    background-color: #B5EED7 !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1) !important;
}

/* ---------------------- */
/* ----- BTN LABEL ------ */
/* --------------------- */

#step_next_block #nextStepBtn::before {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #282828;
}

/* ------------------------------------ */
/* ----- BTN SPINNER SIZE CREA 7 ------ */
/* ------------------------------------ */

.spinner-size {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
    margin-bottom: 2px;
}

/* =============================
/* MEDIA QUERIES
================================ */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    #step_next_block {
        padding: 15px 40px!important;
        position: absolute;
        bottom: 0;
        left: 0%;
        transform: translate(0%, 0%);
    }

    #step_next_block button{
        padding: 10px 45px !important;
    }
    #step_next_block .button{
        flex:inherit;
    }
    #step_next_block div:first-child{
        margin-right:0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #step_next_block {
        padding: 15px 80px!important;
    }
}
