#fixed-alerts {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.challenge-popup {
    color: white;
    background: linear-gradient(0deg, #f7ae1c, #f57305);
    color: $color-white;
    text-align: left;
    padding: 20px;
    font-size: 18px;
    border-top: 1px solid #dcdcdc;
}

.challenge-popup a {
	color: $color-white;
	/*border-bottom: 1px dashed $color-white;*/
	text-transform: uppercase;
}

.challenge-popup .btn {
	color: $color-black;
	margin-top: 20px;
}
.challenge-popup .conf-ticket img {
    width: 90%;
    border-radius: 10px;
    border: 1px solid #aaa;
}
@media only screen and (min-width: 960px) {
    .conference {
        display: flex;
    }
}
