.top-box{
    background-color: #d2d5e7;
    align-content: center;
    width: 100%;
    /*min-height: 20vh;*/
    @media (min-width: 992px) {
        height: 130px;
    }
}

.bottom-box{
    background-color: #f6f4f9;
    height: 100%;
    width: 100%;
}

.img-end{
    position: absolute;
    height: 80%;
    bottom: 0;
    right: -10%;
}

.img-infos{
    height: 96px;
    width: 96px;
}

.rec-infos{
    background-color: white;
    border: black 3px solid;
    border-radius: 10px;
    box-shadow: 3px 3px black;
}

.intro-box{
    border-top: solid 2px #004388;
    border-bottom: solid 2px #004388;
    background-color: #f6f4f9;
    /*width: 100%;*/
    /*min-height: 20vh;*/
    align-content: center;
    @media (min-width: 992px) {
        height: 130px;
    }
}

.question-box{
    border-top: solid 2px #004388;
    border-bottom: solid 2px #004388;
    background-color: #f6f4f9;
    width: 100%;
    /*min-height: 20vh;*/
    align-content: center;
    @media (min-width: 992px) {
        height: 130px;
    }
}

.end-box{
    border-top: solid 2px #004388;
    border-bottom: solid 2px #004388;
    background-color: #f6f4f9;
    width: 100%;
    /*min-height: 20vh;*/
    align-content: center;
}

.answer-box{
    border: solid 2px #004388;
    background-color: #03374F;
    box-shadow: 4px 4px 4px #cccccc;
    min-height: 60px;
    border-radius: 30px 5px 5px 30px;
}

.answer-box.btn-info{
    background-color: #31d2f2;
    border: transparent;
}

.answer-letter{
    min-height: 60px;
    min-width: 60px;
    border-radius: 30px 30px 30px 30px;
    background-color: white;
    align-content: center;
    color: black;
}

input[type=checkbox]{
    display: none;
}

input:checked + .answer-box{
    background-color: #31d2f2;
    color: black;
    border: solid 2px #25cff2;

}

.input-number{
    height: 75%;
    margin-top: 7px;
    margin-bottom: 7px;
    max-width: 80px;
    text-align: center;
    font-size: 26px;
}

.bigger-arrows::-webkit-inner-spin-button {
    transform: scale(1.75);
}

.input-number::-webkit-inner-spin-button {
    opacity: 1
}

.navigation-bar{
    position: relative;
    margin-top: 80px;
    bottom: 20px;
    /*width: 100%;*/
}

.icon-button{
    height: 32px;
    width: 32px;
}

.icon-previous{
    transform: rotate(180deg);
}

.img-spirale{
    height: 300px;
    @media (min-width: 992px) {
        height: 500px;
    }
}

.level-0{
    top: 20px;
    @media (min-width: 992px) {
        top: 60px;
    }
}

.level-1{
    top: 100px;
    @media (min-width: 992px) {
        top: 170px;
    }
}

.level-2{
    top: 150px;
    @media (min-width: 992px) {
        top: 270px;
    }
}

.level-3{
    top: 225px;
    @media (min-width: 992px) {
        top: 375px;
    }
}

.img-indicator{
    margin-left: -10px;
}

.label-date{
    top: 0;
    @media (min-width: 992px) {
        top: -30px;
    }
}

.spirale-indicator{
    position: absolute;
    z-index: 1;
    height: 50px;
    background-color: #D7D8E8;
    border-radius: 10px;

    @media (min-width: 768px){
        /*left: 60px;*/
    }
    @media (min-width: 992px) {
        /*left: 180px;*/
        height: 75px;
    }
    @media (min-width: 1200px) {
        left: 180px;
    }
}

.answer-circle{
    height: 30px;
    width: 30px;
    border-radius: 15px 15px 15px 15px;
    border: solid 2px #004388;
    background-color: white;
    align-content: center;
    color: #004388;
}

.answer-inner-circle{
    height: 20px;
    width: 20px;
    border-radius: 10px 10px 10px 10px;
    border: solid 2px #004388;
    background-color: #004388;
    align-content: center;
    color: #004388;
}

.btn.disabled, .img.disabled{
    color: grey;
    border-color: grey;
    opacity: 40%;
}

li + li, ul {
    margin-top: 10px;
}

.infos-dialog{
    /*max-width: 90%;*/
    @media (min-width: 576px){
        max-width: 50%;
    }
}

.red-indicator {
    font-size:32pt;
    width:100px;
    height:100px;
    border-width:0;
    color:#ffffff;
    border-color:#d83526;
    font-weight:bold;
    border-radius: 100px;
    box-shadow:inset 0 0 6px 0 black;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background:linear-gradient(rgba(255, 24, 0, 1), rgba(172, 10, 7, 1));
}

.yellow-indicator {
    font-size:32pt;
    width:100px;
    height:100px;
    border-width:0;
    color:#ffffff;
    border-color: #c14500;
    font-weight:bold;
    border-radius: 100px;
    box-shadow:inset 0 0 6px 0 black;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background:linear-gradient(rgba(255, 143, 0, 1), rgba(255, 117, 0, 1));
}

.green-indicator {
    font-size:32pt;
    width:100px;
    height:100px;
    border-width:0;
    color:#ffffff;
    border-color: #045300;
    font-weight:bold;
    border-radius: 100px;
    box-shadow:inset 0 0 6px 0 black;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background: linear-gradient(rgba(23, 197, 6, 1), rgba(0, 146, 19, 1));
}

.red-header {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background-color: rgba(172, 10, 7, 0.8) !important;
}

.yellow-header {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background-color: rgba(255, 117, 0, 0.8) !important;
}

.green-header{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background: rgba(0, 146, 19, 0.8) !important;
}

.categories-dialog-title{
    background-color: #d2d5e7;
}