.a_ga {
    color: #6dffff;
}

.giveaway {
    background: #393939;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.giveaway .bg {
    -webkit-filter: blur(35px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.giveaway .maingame {
    width: 100%;
    height: 215px;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0px 6px 10px 1px #000;
}

.giveaway .chalanges {
    width: 100%;
    height: 200px;
    background: rgba(29, 29, 29, 0.73);
    margin: 7px;
    padding: 10px;
    border-radius: 8px;
}

.giveaway #level1, .tasks, .giveaway #level3 {
    text-align: center;
}

.giveaway #level1 h3 {
    margin: 25px 0 25px 0;
}

.giveaway .guide {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #B1B1B1;
}

.giveaway .btn:before,
.giveaway .btn:hover:before,
.giveaway .btn:focus:before,
.giveaway .btn:active:before,
.giveaway .btn.active:before {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
}

.giveaway #level2, .tasks, .giveaway #level3 {
    display: none;
}

.giveaway #level2 .list {
    list-style-type: none;
    font-size: 15px;
    overflow-y: scroll;
    height: 135px;
}

.giveaway #level2 .list li {
    margin-bottom: 5px;
    color: #808080;
    cursor: default;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.giveaway #level2 .list .done {
    color: #64D805;
}

.giveaway #level2 .list .active {
    color: white;
    cursor: pointer;
}

.giveaway #level2 .list .active:hover {
    color: #FF3B1B;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.giveaway .load {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.giveaway .message.success {
    background: rgba(105, 156, 38, 0.5);
    padding: 10px;
    margin-bottom: 30px;
}

.giveaway .facebookbox {
    width: 380px;
    margin: 0 auto 10px auto
}

.tasks.instagram .instagram, .tasks.extra .arrow.circle {
    font-size: 58px;
    color: #DCDCDC;
    margin-bottom: 0px;
    margin-top: 5px;
}

.giveaway.challenge .bg {
    -webkit-filter: none;
    -ms-filter: none;
    filter: none;
}

.challenge .countdown {
    background: rgba(33, 133, 208, 0.82);
    font-size: 16px !important;
    font-weight: normal;
    text-align: center;
    padding: 7px;
    width: 435px;
    position: absolute;
    border-radius: 5px;
    bottom: 10px;
}

.giveaway.challenge #level1 h3 {
    margin: 15px 0 25px 0;
}

.margin_bottom {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .challenge .countdown {
        display: none;
    }
}

form.ui.inverted.login.form {
    max-width: 300px;
    margin: 0 auto;
}

form.ui.inverted.login.form .agreement {
    font-size: 12px;
}

.share-platform {
    float: right;
}

.fb-product {
    top: 1px;
    padding-right: 8px;
    float: left;
}

.ui.form .field .prompt.label {
    position: absolute;
    left: 0;
}