body.white-version .rn-header.header--sticky.sticky{
    z-index: 999999999;
}

#testingForm a.rn-btn{
    box-shadow: none!important;
}
#testingForm .button-group a.rn-btn{
    box-shadow: none!important;
    margin: 0;
    margin-top: 15px;
    margin-left: 20px;
}
#testingForm .carousel-item{
    margin-bottom: 50px;
    height: 100%;
}
.scrollspy-example {
    position: relative;
    max-height: 300px;
    margin-top: 0.5rem;
    overflow: auto;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
    position: relative;
    border: solid #f8f9fa;
    border-width: 0.2rem 0 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.test-complete {

}
#testingForm .toast{
    position: absolute;
    right: 0;
    z-index: 9999999;
    top: -50px;
    left: 0;
    margin: auto;
    max-width: 200px;
    font-size: 12px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-color: transparent;
    font-family: 'Montserrat';
}
.alert-warning{
    margin-left: 15px;
}
#testingForm .toast .dashicons.dashicons-info-outline{
    font-size: 16px;
    line-height: 20px;
}
#testingForm .toast .toast-header{
    background-color: transparent;
    border: none;
}
#beginTest,#endTest{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000069;
    z-index: 99999999;
    color: white;
}
#endTest .centred-absolute{
    min-height: 15em;
    max-width: 60%;
    left: 0;
    right: 0;
}
.blur{
    filter: blur(3px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.centred-absolute{
    position: absolute;
    height: 4em;
    top: 0;
    bottom: 0;
    margin: auto;
}
#beginTest h4, #beginTest .h4,
#beginTest p,
#endTest h4,#endTest .h4,
#endTest p{
    color:white;
}
#testingFormNext{
    color: var(--color-white);
    background-image: var(--gradient-red-hover);
}
#testingFormNext:hover{
    background: var(--gradient-box-w);

}

#testingForm input[type=checkbox] ~ label::before,
#testingForm input[type=radio] ~ label::before{
    background-color: white!important;
    box-shadow: none;
    top: 0.65em;
}

#testingForm input[type=checkbox] ~ label::after,
#testingForm input[type=radio] ~ label::after{
    border: var(--border-width) solid var(--color-primary)!important;
    left: 0.16em!important;
    box-shadow: none;
    top: 0.8em;
}
#testingForm input[type=radio] ~ label{
    text-transform: none;
    font-size: 18px;
    line-height: 36px;
}

@media only screen and (max-width: 767px){

    #testingContainer{
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        left: 0;
        right: 0;
        max-width: 100%;
    }
    #testingForm .contact-form-wrapper{
        margin-bottom: 20px;
    }
    #testingForm .form-group{
        margin: 0;
    }
    body .hidden-mobile{
        display: none!important;
    }
    #testingForm .button-group{
        /*padding-top: 40px;*/
        text-align: center;
        padding-top: 0px;
    }
    #testingForm .toast{
        top: -80px;
        margin: auto;
        width: 92%;
        font-size: 16px;
        max-width: 100%;
    }
    #testingForm .button-group a.rn-btn{
        float:none!important;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    #endTest .centred-absolute{
        max-width: 100%;
        height: 100%;
        margin-top: 10%;
    }
    .alert-warning{
        margin-left: 0;
    }
}
