/* mycodingtools.in | sgu4tech.blogspot.com | jit362.github.io */

@keyframes AnimationName {
    0%   { background-position: 0 31%; }
    50%  { background-position: 100% 70%; }
    100% { background-position: 0 31%; }
}

.prosafe-btn-start,
.prosafe-btn,
.prosafe-btn-verify,
.prosafe-btn-continue,
.prosafe-btn-getlink {
    border-radius: 100px;
    border: none !important;
    margin: auto;
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 8px 15px;
    width: 150px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .14);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
                border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #5a7ce2;
    background: -moz-linear-gradient(-45deg, #5a7ce2 0, #8283e8 50%, #6624c8 51%, #565bd8 71%, #575cdb 100%);
    background: -webkit-linear-gradient(-45deg, #5a7ce2 0, #8283e8 50%, #6624c8 51%, #565bd8 71%, #575cdb 100%);
    background: linear-gradient(135deg, #5a7ce2 0, #8283e8 50%, #6624c8 51%, #565bd8 71%, #575cdb 100%);
    background-size: 400% 400%;
    animation: AnimationName 3s ease infinite;
}

.prosafe-btn:hover,
.prosafe-btn-start:hover,
.prosafe-btn-verify:hover,
.prosafe-btn-continue:hover,
.prosafe-btn-getlink:hover { opacity: .85; }

.prosafe-btn:active,
.prosafe-btn-start:active,
.prosafe-btn-verify:active,
.prosafe-btn-continue:active,
.prosafe-btn-getlink:active { transform: scale(.97); opacity: .7; }

.prosafe-wrap {
    margin: 8px auto;
    max-width: 680px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    box-sizing: border-box;
}
.prosafe-wrap * { box-sizing: border-box; }

.prosafe-step-pill {
    display: block;
    width: fit-content;
    margin: 10px auto 14px;
    background: #ffffff;
    border: 2px solid #e53e3e !important;
    border-radius: 60px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #111111;
    box-shadow: none;
    text-align: center;
}

.prosafe-step-cur  { color: #111111; font-weight: 600; font-size: 13px; }
.prosafe-sep       { color: #e53e3e; margin: 0 3px; }
.prosafe-step-tot  { color: #111111; font-weight: 600; }

.prosafe-timer-block {
    margin: 12px auto;
    background: #111111;
    border-radius: 6px;
    padding: 10px 16px;
    box-shadow: none;
    max-width: 280px;
}
.prosafe-timer-label {
    display: flex; align-items: center; gap: 6px;
    color: #fff; font-size: 12.5px; font-weight: 600;
    justify-content: center; margin-bottom: 8px;
}
.prosafe-timer-icon { font-size: 14px; }
.prosafe-timer-num  { font-size: 14px; font-weight: 600; min-width: 1.6ch; text-align: center; color: #fff; }

.prosafe-progress-track {
    background: rgba(255,255,255,.18);
    border-radius: 999px;
    height: 4px;
    overflow: hidden;
}
.prosafe-progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 999px;
    width: 100%;
}

.prosafe-action-row {
    display: flex; justify-content: center;
    align-items: center; gap: 8px;
    margin: 12px 0; flex-wrap: wrap;
    text-align: center;
}

.prosafe-hint {
    text-align: center; margin: 8px auto;
    font-size: 12px; font-weight: 600; color: #fff;
    background: #111111; border-radius: 6px;
    padding: 6px 14px;
    width: fit-content; display: block;
}

.prosafe-zone  { margin: 10px auto; text-align: center; }

.prosafe-brand {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #9ca3af;
    margin-top: 14px;
}

.prosafe-waiting {
    display: inline-flex; align-items: center; gap: 5px;
    background: #111111; color: #fff; border-radius: 6px;
    padding: 6px 14px; font-size: 12px; font-weight: 600;
}

.prosafe-manual-box {
    text-align: center;
    margin: 8px auto 0;
    background: #111111;
    border-radius: 6px;
    padding: 12px;
    max-width: 320px;
}
.prosafe-manual-img {
    max-width: 100%;
    max-height: 240px;
    border-radius: 5px;
    display: block;
    margin: 0 auto 10px;
}
.prosafe-manual-text {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}