body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.task {
    --adsgram-task-font-size: 16px; /* min 14px */
    --adsgram-task-icon-size: 50px; /* min 30px */
    --adsgram-task-icon-title-gap: 15px; /* min 5px max 40px */
    --adsgram-task-button-width: 60px; /* min 40px */
    --adsgram-task-icon-border-radius: 8px;

    width: 90%;
    padding: 8px 24px 8px 24px;
    border-radius: 16px;
    background-color: #1d2733;
    font-family: Roboto;
    color: white;
    
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.task__reward {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.task__button {
    margin-left: 10px;
    background-color: #50a8eb;
    border-radius: 5px;
    padding: 6px 12px;
}

.task__button_claim {
    margin-left: 0;
    background-color: #ee941c;
}

.task__button_done {
    margin-left: 0;
    background-color: #007539;
}
