.selected-counter {
    position: fixed;
    height: 125px;
    width: 125px;
    text-wrap: wrap;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 50%;
    color: white;
    bottom: 20%;
    display: flex
;
    box-shadow: 1px 1px 20px 1px #2c84a4;
    z-index: 111;
    background: #2c84a4;
    padding: 10px;
    right: 20%;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.btn-outline-custom {
    border: 1px solid #2c84a4;
        text-wrap: wrap;
}
.btn-check:checked+.btn {
    color: white;
    background-color: #2c84a4;
    border-color: var(--bs-btn-active-border-color);
}
.category-group {
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 0.5px #00000061;
}
.quizz-title {
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
}
.btn-outline-custom::first-letter {
    text-transform: uppercase;
}
label.btn.btn-outline-custom {
    text-wrap: wrap !important;
    text-align: left;
}
td::first-letter {
    text-transform: uppercase;
}
.btn-custom:hover {
    border: 1px solid black;
    color: black;
}
@media screen and (max-width:767px){
    .selected-counter {
    height: 60px;
    width: 60px;
    line-height: 2;
    letter-spacing: 0px;
    right: 6%;
}
}