ul{
    margin-right: 20px;
}

#btn-change{
    background-color: #2774b8;
    color: white;
    margin-right: 20px;
}

.checkbox-main{
    text-align: center;
    background-color: #f2f2f2f2;
    width: 100%;
}

.tittle-quiz{
    color: green;
}
.card-header{
    background-color: white;
}

.custom-checkbox input{
    display: none;
    width: 100%;
}

.custom-checkbox input+label:before{
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid gray;
    background-color: white;
    padding: 15px;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.custom-checkbox input:checked+label:before{
    background-color: red;
}

.custom-checkbox{
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
}

.checkbox-main:hover{
    cursor: pointer;
    background-color: rgb(224, 226, 230);
}

.checkbox-main input+label:hover{
    cursor: pointer;
    background-color: rgb(228, 231, 236);
}

.teste{
    padding: 5px;
}

.cardy-body{
    height: 100%;
}

#progresso{
    width: 0%;
}