.branding{
    background: url(../img/logo-questiongames.svg) no-repeat;
}

.sft-loading-overlay .branding{
    background: url(../img/logo-questiongames-white.svg) no-repeat;
}

.questions-small{
    min-height: 200px;
}

.questions li{
    background-color: var(--bs-body-bg);
}

.placeholder{
    width: 100%;
    height: 25px;
    border: 1px solid var(--bs-gray-200);
}

.questions .icon{
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 24px;
}

.questions-small div span{
    display: none;
}

.questions-small .icon{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.round-slide{
    border-top: 1px solid var(--bs-gray-200);
}

.round-slide .col{
    line-height: 27px;
}

.round-slide .question-slide{
    width: 35px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    background-color: var(--bs-gray-200);
    margin: 0 5px;
}

.slide-summary .border i,
.sortable-buttons .text-muted{
    color: var(--bs-gray-400);
}

.volume input{
    position: relative;
    top: 2px;
}

input[type="range"]::-webkit-slider-thumb, input[type="range"]::-webkit-media-slider-thumb{
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
}

.summary .sft-content-sidebar{
    margin-right: 0;
}

.participant .avatar{
    width: 60px;
    height: 60px;
    background-color: var(--bs-gray-200);
    border-radius: 60px;
    background-position: center center;
    background-size: cover;
}