.sn-bg-4 {
    background-image: url("../../img/background.jpg");
}
label.btn.form-check-label.waves-effect.waves-light.active {
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
    color: #ffffff;
}
.question-card {
    display: none;
}
.active_question {
    display: block;
}

.md-progress {
    background-color: #1C2331;
}

.correct_answer {
    background: linear-gradient(40deg,#00c851,#05ffa3)!important;
    color: #fff;
}

.wrong_answer {
    background: linear-gradient(40deg,#CC0000,#ff4444)!important;
    color: #fff;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #e1f5fe;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #0099CC;
}
@media (max-height: 992px) {
    .side-nav .logo-wrapper, .side-nav .logo-wrapper a {
        height: 200px;
    }
}
.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.no-blur {
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
}
.white-skin .btn-primary {
    background-color: #0f4786!important;
    color: #fff;
}
.white-skin .btn-primary.active, .white-skin .btn-primary:active, .white-skin .btn-primary:focus {
    background-color: #0e3766 !important;
}
.white-skin .btn-secondary {
    background-color: #86993d!important;
    color: #fff;
}
.white-skin .btn-primary:not([disabled]):not(.disabled).active, .white-skin .btn-primary:not([disabled]):not(.disabled):active, .show>.white-skin .btn-primary.dropdown-toggle{
    background-color: #0e3766 !important;
}
.white-skin .btn-secondary:not([disabled]):not(.disabled).active, .white-skin .btn-secondary:not([disabled]):not(.disabled):active, .show>.white-skin .btn-secondary.dropdown-toggle {
    background-color: #6a7833 !important;
}
.white-skin .btn-secondary.active, .white-skin .btn-secondary:active, .white-skin .btn-secondary:focus {
    background-color: #6a7833 !important;
}
.white-skin .btn-outline-secondary {
    border: 2px solid #86993d!important;
    background-color: transparent!important;
    color: #86993d!important;
}
.white-skin .btn-outline-secondary:not([disabled]):not(.disabled).active, .white-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .show>.white-skin .btn-outline-secondary.dropdown-toggle {
    border-color: #86993d!important;
}
.white-skin .btn-outline-secondary.active, .white-skin .btn-outline-secondary:active, .white-skin .btn-outline-secondary:active:focus, .white-skin .btn-outline-secondary:focus, .white-skin .btn-outline-secondary:hover {
    border-color: #86993d!important;
    background-color: transparent!important;
    color: #86993d!important;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background-color: #86993d;
}
.gear-category-btn .btn {
    min-width: 100% !important;
}
.gear-category-btn {
    opacity: 0;
    display: none;
}
.gear-category-btn.active {
    display: initial;
    opacity: 1;
}

.gearCard {
    opacity: 0;
    display: none;
}
.gearCard.active {
    display: initial;
    opacity: 1;
}
.back {
    opacity: 0;
    display: none;
}
.back.active {
    opacity: 1;
    display: initial;
}

.back .btn {
    min-width: 100%;
}
.gearTableImg {
    max-width: 20%;
    margin-right: 10px;
}
.gearTableSort .card {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ui-sortable-placeholder {
    height: 150px;
    width: 100%;
}
.green-text {
    color: #86993d!important;
}
@media (max-height: 992px){
    .side-nav .logo-wrapper img {
        padding-top: 0%;
        padding-bottom: 0%;
    }
}
.side-nav .logo-wrapper img {
    height: auto;
    padding: 0% 20px;
}
.correct {
    text-align: right;
}

.correct .card {
    background: #c5e1a5;
    text-align: left;
}
.correct span.badge.badge-pill {
    position: relative;
    top: 23px;
    z-index: 2;
    font-size: 19px;
    left: 14px;
}
.wrong {
    text-align: right;
}

.wrong .card {
    background: #ffcdd2!important;
    text-align: left;
}
.wrong span.badge.badge-pill {
    position: relative;
    top: 23px;
    z-index: 2;
    font-size: 19px;
    left: 14px;
}
.result {
    text-align: right !important;
    width: 350px !important;
    padding-top: 46px !important;
    padding-right: 150px !important;
}

.result .card {
    background: #f5f5f5!important;
    text-align: left;
}
.result span.badge.badge-pill {
    position: relative;
    top: 23px;
    z-index: 2;
    font-size: 19px;
    left: 14px;
}
#gearTableButton {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.result .card {
    margin-bottom: 10px;
}
/* Steps */
.step {
    list-style: none;
    margin: 0;
}

.step-element {
    display: flex;
    padding: 1rem 0;
}

.step-number {
    flex-shrink: 0;
    text-align: center;
}

.step-number .number {
    color: #bfc5ca;
    background-color: #eaeff4;
    font-size: 1.5rem;
}

.step-number .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    border-radius: 10rem;
}
.number.done {
    background-color: #00c851 !important;
    color: #ffffff!important;
}
.number.not-done {
    background-color: #ff3547!important;
    color: #ffffff!important;
}
.step-number::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: -2rem;
    margin-left: -1px;
    border-left: 2px dashed #eaeff4;
}
.step-excerpt {
    width: 100%;
}

.step .step-element:last-child .step-number::before {
    bottom: 1rem;
}
.transparent-white-bg {
    background: rgb(255,255,255,0.85) !important;
}
.time td {
    vertical-align: middle;
}
.question-container {
    text-align: center;
    margin-bottom: 25px;
}
.question-container-fish {
    margin-bottom: 25px;
    display: none;
}
li.step-seperator {
    border-top: dashed #fff 1.5px;
    margin-left: 47px;
}