.modal_kolo .modal a.close-modal {
    top: 0;
    right: 0;
}

.modal_kolo .text_ok {
    background-color: #55c65e;
    border: 1px solid #36943e;
    color: #fff;
}

.modal_kolo .text_ko {
    background-color: #f3515c;
    border: 1px solid #d4323d;
    color: #fff;
}

#email_vyhra {
    text-align: center;
}

#shaim_kolo_stesti {
    display: none;
    position: relative;
}

#email_vyhra_text, #shaim_kolo_stesti_vyhra {
    display: none;
}

#shaim_kolo_stesti #spin_button {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    background: rgb(239 239 239);
}

#shaim_kolo_stesti #shaim_kolo_stesti_img_arrow, #shaim_kolo_stesti .shaim_kolo_stesti_img_sync {
    width: 100%;
    height: 48px;
    display: block;
}

#zkusit_stesti_text {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#shaim_kolo_stesti #canvas_shaim {
    margin: 0 auto;
    display: block;
}

.modal_kolo {
    z-index: 99999999;
}

#email_vyhra_text {
    text-align: center;
}

@media (max-width: 768px) {
    .modal_kolo {
        padding: 0;
    }

    .modal_kolo a.close-modal {
        right: 0;
    }

    .modal_kolo > #shaim_kolo_stesti {
        width: 100%;
        padding: 15px 20px;
    }
}
