.compact-list li, .compact-list li p {
    margin-bottom: 0.5rem;
}

.button-close {
    border: none;
    background: none;
    position: absolute;
    top: 6px;
    right: 6px;
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 35px;
    height: 35px;
    z-index: 100;
}

.button-close svg {
    position: relative;
    bottom: 4px;
}

.button-close-2 {
    border: none;
    background: none;
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.button-close-2 svg {
    position: relative;
    right: 2px;
    bottom: 4px;
}

.thought {
    display:flex;
    background-color:#fff;
    padding:20px;
    border-radius:30px;
    font-size: 130%;
    z-index: 10001;
    position: absolute;
    min-width:40px;
    max-width:420px;
    min-height:40px;
    margin:20px;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.thought:before,
.thought:after {
    content:"";
    background-color:#fff;
    border-radius:50%;
    display:block;
    position:absolute;
    z-index:-1;
}
.thought:before {
    width:44px;
    height:44px;
    top:-12px;
    left:28px;
    box-shadow:-50px 30px 0 -12px #fff;
}
.thought:after {
    bottom:-10px;
    right:26px;
    width:30px;
    height:30px;
    box-shadow:40px -34px 0 0 #fff,
    -28px -6px 0 -2px #fff,
    -24px 17px 0 -6px #fff,
    -5px 25px 0 -10px #fff;
}

/*.voting-screen .dashboard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
}*/

.dark {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,0.55);
}

.chart {
    display: table;
    table-layout: fixed;

    width: 80%;
    max-width: 80%;
    height: 200px;
    margin: 0 auto;

    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 2%, transparent 2%);
    background-size: 100% 50px;
    background-position: left top;
}

.chart li {
    position:relative;
    list-style: none !important;
    display:table-cell;
    vertical-align:bottom;
    height:200px;
    width: 100%;
}

.chart li::before,
.chart li::after {
    display: none;
}

.chart span {
    margin: 0 1em;
    display: block;
    background: rgba(0,0,0, .75);
    animation: draw 1s ease-in-out;
}

.chart span.red {
    background: #E73245;
}

.chart span.orange {
    background: #FABF11;
}

.slide.voting .inner {
    width: 100%;
}

.correct-answer {
    background: #382B76;
    padding: 4px;
    border-radius: 8px;
    color: #fff;
}

.chart span.blue {
    background: #382B76;
}

.chart span::before{
    position:absolute;
    left:0;right:0;top:100%;
    padding:5px 1em 0;
    margin: 1rem 16%;
    width: 60%;
    display:block;
    text-align:center;
    content:attr(title);
    word-wrap: break-word;
}

.chart span.correct:before {
    border-radius: 35px;
    border: 1px solid #562580;
    font-weight: bold;
    background: #562580;
    color: #fff;
}

.chart span.wrong:before {
    color: #562580;
    font-weight: bold;
}

@keyframes draw{
    0%{ height:0; }
}

.slide.voting .inner {
    height: 100%;
}

.voting-screen {
    height: 100%;
}

.voting-screen {
    display: flex;
    flex-direction: row;
}

.score-box {
    background: #562580;
    border-radius: 8%;
    padding: 1rem;
    color: #fff !important;
}

.timeout {
    border: 2px solid #562580;
    border-radius: 8%;
    padding: 1rem;
    margin-bottom: 1rem;
}

.score-box .text {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: revert !important;
}

.voting-screen .sidebar {
    width: 20%;
    padding: 2rem 1rem;
    border-right: 1px solid #562580;
}

.voting-screen .dashboard {
    width: 80%;
}

.help-block.text-danger {
    font-size: smaller;
    color: red;
}

/*#frm-newsletterForm #newsletter_message,
#frm-newsletterForm #terms-newsletter_message
{
    display: none;
}*/

.more-photos {
    display: none;
}

#frm-newsletterForm .has-error {
    border: 1px solid red;
}

.cookies {
    z-index: 1000;
}
.cookie-container {
    box-shadow: 0 0 100px 0 rgb(1 2 2 / 30%);
    border-radius: 15px;
    width: 100%;
    max-width: 546px;
    z-index: 10000;
    background: #fff;
    position: fixed;
    padding: 15px;
    right: 20px;
    bottom: 20px;
}

@media (min-width: 550px) {
    .cookie-container {
        bottom: auto;
        right: calc(50% - 270px) !important;
        top: calc(50% - 80px);
    }
}

@media (max-width: 550px) {
    .cookies .cookie-container {
        width: 100%;
        max-width: 100%;
        right: 0;
        bottom: 0;
    }
}

.cookies2022_settings_screen {
    max-height: 500px;
    overflow-x: auto;
    padding: 15px;
}

.cookies a {
    color: #4083ff;
}

.cookies2022_actions {
    position: static;
    clear: both;
}

.cookies2022_actions {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
}

@media (min-width: 1000px) {
    .cookies2022_actions button {
        margin-left: 6px;
    }
}

.cookies h5 {
    font-size: 16px;
    font-weight: 700 !important;
    margin-bottom: 15px;
    line-height: 16px;
    text-decoration: none;
}

.cookies .text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 400;
}

@media (min-width: 1000px) {
    .cookies2022_actions {
        justify-content: flex-end;
        flex-direction: row;
    }
}

.btn-action {
    background: #4083ff !important;
    color: #fff;

}

.cookies .cookies2022_actions button {
    margin-bottom: 6px;
}

.button.secondary {
    background: none;
    padding: 0 16px;
    min-width: auto;
    color: #562580;
    border: 2px solid #562580;
}