.navbar-brand {
    margin-left: 10px;
    font-size: 17px;
}

.navbar-nav {
    margin-left: 10px;
}

.loading { 
    background-color:rgb(9, 133, 250)
}

.hide {
    display: none;
}

#sticker {
    display: block;
    margin: 0 auto;
}

.question {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.question .title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.list li {
    display: inline-block;
    display: flex;
    justify-content: center;
    width: 93.3%; 
    padding: 18px 22px 18px 22px;
    border-radius: 30px;
    background-color: rgb(245, 245, 244);
    cursor: pointer;
}

.a_hide { visibility: hidden; }

.gauge {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.progressGom { 
    transform: scaleX(-1); 
}

.progress {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
} 
.progress-bar {
    background-color: rgb(52, 109, 214);
}

@media (max-width: 768px) {
    .progressGom {
        display: none;
    }
}