:root {
    /* --bg: #eef3ff; */
    --card: rgba(255, 255, 255, 0.85);
    --stroke: rgba(15, 23, 42, 0.12);
    --good: #16a34a;
    --shadow: 0 18px 55px rgba(2, 8, 23, 0.12);
    --shadow2: 0 10px 30px rgba(2, 8, 23, 0.10);
    --bg: #fff;
}

.btn {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.75);
    color: rgba(15, 23, 42, 0.85);
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.08);
    min-width: 140px;
}
.btn-cui{
        border: 1px solid var(--primaryColor);
    background: rgba(255, 255, 255, 0.75);
    color: var(--primaryColor);
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    min-width: 140px;
    width: 100%;


}


.btn-right {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: var(--primaryColor);
    color: var(--bg);
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.08);
    min-width: 140px;
    margin-left: auto;
    position: relative;

}

.btn:hover, .btn-cui:hover {
    transform: translateY(-1px);
}

.form-section {
    background-image: url("./../images/bg-form.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 50px;
}

.shell {
    border-radius: 26px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    width: 70%;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    width: 60%;
}

.shell2 {
    border-radius: 26px;
    backdrop-filter: blur(14px);
    width: 70%;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    width: 60%;
}

@media (max-width: 999px) {
    .shell {
        width: 100%;
    }
}


@media (min-width: 1000px) and (max-width: 1399px) {
    .shell {
        width: 90%;
    }

}

@media (min-width: 1400px) and (max-width: 1600px) {
    .shell {
        max-width: 85%;
        width: 100%;
    }
}


.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
}

.left,
.right {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
}

@media (max-width: 980px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .dz-watermark {
        display: none !important;
    }
}

.card {
    background: var(--bg);
    border: 1px solid var(--stroke);
    border-radius: 18px;
    box-shadow: var(--shadow2);
    overflow: hidden;
    padding: 40px 20px;
}

.hint {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.65);
}

.hintdoc {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.65);
    margin-top: 5px !important;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;

}


.row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    margin: 20px 0px;
}

label {
    display: block;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.72);
    margin-bottom: 3px;
    padding-left: 10px;
    padding-top: 10px;
}

.field {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    padding: 12px 12px;
    font-size: 14px;
    outline: none;
    transition: box-shadow 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.field {
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 36px;
}

.field:focus {
    border-color: rgba(29, 78, 216, 0.45);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}

.field-wrap label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgba(15, 23, 42, .55);
    background: white;
    padding: 0 4px;
    margin: 0;
    transition: all .18s ease;
    pointer-events: none;
}

.field-wrap input:focus+label,
.field-wrap input:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    font-size: 11px;
    border-radius: 5px;
}


.field-wrap {
    position: relative;
}

.field.typing {
    border-color: #9ca3af !important;
    box-shadow: none !important;
    background: #fff !important;
}

.field:valid:not(:placeholder-shown) {
    border-color: #29ab88 !important;
    box-shadow: 0 0 0 2px rgba(41, 171, 136, .12);

    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2329ab88' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") right 12px center / 18px no-repeat,
        #fff;
}


.field.typing {
    border-color: #9ca3af !important;
    box-shadow: none !important;
}

.field.valid {
    border-color: #29ab88;
    box-shadow: 0 0 0 2px rgba(41, 171, 136, .12);
}

.field.invalid {
    border-color: #ef4444;
}
.county-wrap{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.cnp-wrap label{
top:35%;
}
.countySelect{
appearance:auto;
-webkit-appearance:auto;
-moz-appearance:auto;

width:100%;
border:1px solid rgba(15,23,42,0.14);
background:rgba(255,255,255,0.85);
border-radius:12px;

padding:12px 36px 12px 12px;

font-size:14px;
outline:none;

transition:box-shadow 140ms ease,border-color 140ms ease,transform 140ms ease;

color:var(--softText);
}
.countySelect{
line-height:1.2;
}
.countyLabel{
font-size:12px;
margin-top:2px;
line-height:1.1;
color:rgba(15,23,42,.55);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

@media (max-width: 640px) {
    .row2 {
        grid-template-columns: 1fr;
    }

    .step-pill span.lbl {
        display: none;
    }

    .shell {
        padding: 10px;

    }

    .container {
        padding: 0px 10px !important;
    }

    .page {
        padding: 18px 14px 34px;
    }
}

.hidden {
    display: none !important;
}


/* =========================================
   PREMIUM CHECKBOXES â€“ GLOBAL DROP IN
   Works for:
   .checkline
   .checkoutLine
   .contractLine
   .priorityBox
========================================= */
.checkline input[type="checkbox"],
.checkoutLine input[type="checkbox"],
.contractLine input[type="checkbox"],
.priorityBox input[type="checkbox"],
.modalCheck input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 20px;
    height: 20px;
    border-radius: 6px;
    min-width: 20px;
    min-height: 20px;

    border: 2px solid rgba(15, 23, 42, .25);
    background: white;

    cursor: pointer;
    display: grid;
    place-items: center;
    margin-right: 5px;
    margin-left: 15px;

    transition:
        background .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        transform .12s ease;
}

@media (max-width: 440px) {

    .checkline input[type="checkbox"],
    .checkoutLine input[type="checkbox"],
    .contractLine input[type="checkbox"],
    .priorityBox input[type="checkbox"],
    .modalCheck input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;

        width: 25px;
    }
}

/* Hover glow */

.checkline:hover input,
.checkoutLine:hover input,
.contractLine:hover input,
.priorityBox:hover input,
.modalCheck:hover input {
    box-shadow: 0 0 0 4px rgba(1, 88, 180, .12);
}


/* Checked base */

.checkline input:checked,
.checkoutLine input:checked,
.contractLine input:checked,
.priorityBox input:checked,
.modalCheck input:checked {
    background: #0158b4;
    border-color: #0158b4;
    transform: scale(1.08);
}


/* Checkmark */

.checkline input:checked::after,
.checkoutLine input:checked::after,
.contractLine input:checked::after,
.priorityBox input:checked::after,
.modalCheck input:checked::after {
    content: "";
    width: 6px;
    height: 10px;
    margin-top: -5px;

    border: solid white;
    border-width: 0 2px 2px 0;

    transform: rotate(45deg) scale(0);
    animation: checkPop .18s ease forwards;
}


/* Checkmark pop animation */

@keyframes checkPop {
    to {
        transform: rotate(45deg) scale(1);
    }
}


/* Optional success pulse */

.checkline input:checked,
.checkoutLine input:checked,
.contractLine input:checked,
.priorityBox input:checked,
.modalCheck input:checked {
    animation: pulse .35s ease;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 88, 180, .4);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(1, 88, 180, 0);
    }
}


/* Disabled */

.checkline input:disabled,
.checkoutLine input:disabled,
.contractLine input:disabled,
.priorityBox input:disabled,
.modalCheck input:disabled {
    opacity: .45;
    cursor: not-allowed;
}

/* =========== Billing =============  */
.billingWrap {
    padding: 10px 12px 14px 0px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255, 255, 255, .70);
    margin-top: 15px;
}


.billingWrap:hover {
    box-shadow: 0 12px 30px rgba(2, 8, 23, .08);
    transform: translateY(-1px);
    cursor: pointer;
}
.contractLine {
    cursor: pointer;

}

.billingWrap .checkline {
    border: none;
    padding: 0;
    background: transparent;
}

#billingBox {
    margin-top: 12px;
}



/* ============== pills ============== */
.bottomBlock {
    margin-top: auto;
}

.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pillrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #e6e7eb;
    border-radius: 12px;
    width: 100%;
    position: relative;
    margin: 30px 0px;
}

.pill {
    border: 0;
    background: transparent;
    padding: 10px 14px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #4b5563;
}

.pill.active {
    background: linear-gradient(180deg, #0158b4, #3552a4);
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/* arrow */
.pill.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;

    width: 0;
    height: 0;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3552a4;
}

/* =============== priority =============  */

.priorityBox {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px 14px 0px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, .12);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    transition: .15s ease;
}

.priorityBox:hover {
    box-shadow: 0 12px 30px rgba(2, 8, 23, .08);
    transform: translateY(-1px);
}

.priorityBox input {
    width: 20px;
    height: 20px;
}

.priorityContent {
    flex: 1;
}

.priorityTitle {
    font-weight: 900;
}

.prioritySub {
    font-size: 12px;
    color: rgba(15, 23, 42, .65);
}

.priorityBadge {
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
    border-radius: 10px;
    background: #1475dc;
    color: white;
}


@media (max-width: 767px) {
    .priorityBadge{
        display: none;
    }
}





.idZone .dropzone,
.selfieZone .dropzone {
    flex: 1;
}
.dropzone.dragover {
  border-color: #300fad;
  background: rgba(48, 15, 173, 0.06);
}

/* =========================
DROPZONE BASE
========================= */

.dropzone {
    width: 100%;
    min-height: 100px;
    border: 1.5px dashed rgba(15, 23, 42, .22);
    background: rgba(255, 255, 255, .62);
    border-radius: 18px;

    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: border-color .14s ease,
        box-shadow .14s ease,
        transform .14s ease,
        background .14s ease;
}

.dropzone.drag {
    border-color: rgba(29, 78, 216, .65);
    box-shadow: 0 0 0 5px rgba(29, 78, 216, .10);
    background: rgba(29, 78, 216, .06);
    transform: translateY(-1px);
}

/* =========================
IMAGE FIRST
========================= */

.dz-watermark {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    opacity: .45;
    pointer-events: none;
    user-select: none;
}

/* =========================
TEXT BELOW IMAGE
========================= */

.dz-overlay {
    text-align: center;
}

.dz-title {
    font-weight: 900;
    font-size: 16px;
    margin-top: 6px;
}

.dz-sub {
    font-size: 12px;
    color: rgba(15, 23, 42, .65);
}

/* =========================
FILES
========================= */

.filelist {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.fileitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 12px;
    background: rgba(255, 255, 255, .75);
}

.fileitem .name {
    font-weight: 800;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fileitem .meta {
    font-size: 12px;
    color: rgba(15, 23, 42, .6);
}
.x {
  border: none;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.6);
  transition: 0.2s;
  padding: 4px 10px;
}

.x:hover {
  color: #ef4444;
  transform: scale(1.1);
}
.field.error {
  border-color: #af082d !important;
  box-shadow: 0 0 0 2px rgba(175, 8, 45, 0.15);
}
/* ============ signature ======  */

.sigbox {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    padding: 14px;
    
}

canvas#sig {
    width: 100%;
    height: 80px;
    display: block;
    touch-action: none;
      cursor: pointer;

}


.canvaswrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: white;
}

canvas {
    width: 100%;
    height: 100px;
    display: block;
}

.sigactions {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.canvaswrap {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8faff, #eef3ff);
    border: 2px dashed rgba(1, 89, 180, .35);
    padding: 18px;
    transition: all .25s ease;
}

.canvaswrap.active-signature {
    border: 2px solid #0159b4;
    background: white;
    box-shadow: 0 0 0 4px rgba(1, 89, 180, .08);
}

.canvaswrap canvas {
    width: 100%;
    height: 180px;
    background: transparent;
    display: block;
}

.sig-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
    color: rgba(1, 89, 180, .6);
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
}

.sig-placeholder span {
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    color: rgba(1, 89, 180, .45);
}

.mini {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.84);
    border-radius: 12px;
    padding: 8px 14px;
    font-weight: 900;
    cursor: pointer;
}

/* ========= checkout ========  */

.leftBottom {
    margin-top: auto;
}

.checkoutWrap {
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255, 255, 255, .75);
    display: flex;
    flex-direction: column;
    margin-top: 55px;
}

.checkoutSummary {
    display: grid;
    /* gap: 8px; */
}

.csRow {
    display: flex;
    justify-content: space-between;
    /* font-weight: 800; */
    font-size: 13px;
}

.csTotal {
    font-size: 15px;
    font-weight: 950;
}

.csDivider {
    border: none;
    height: 1px;
    background: rgba(15, 23, 42, .10);
    margin: 14px 0;
}

.checkoutLine {
    display: flex;
    /* gap:10px; */
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.checkoutLine input {
    width: 18px;
    height: 18px;
}

.checkoutChecks {
    display: grid;
    margin-top: 10px;
    gap: 5px;
}

.eori-highlight {
    position: relative;
    display: inline-block;
    color: var(--primaryColor);
    padding-bottom: 18px;
}

.eori-highlight svg {
    position: absolute;
    left: 0;
    /* bottom:-10px; */
    width: 100%;
    height: 30px;
    overflow: visible;
    margin-top: 25px;
}

.eori-highlight path {
    stroke: var(--primaryColor);
    stroke-width: 12;
    fill: none;
    stroke-linecap: round;
}




/* ==========================
   STEP BAR WRAPPER
=========================== */
.topbar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.flowbar {
    width: 100%;
    max-width: 860px;
    height: 40px;
    border-radius: 999px;
    overflow: hidden;
    background: #eef1f6;
    display: flex;
}
.flowbar:hover{
  cursor: pointer;
}
.stepper {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    overflow: hidden;
    font-family: sans-serif;
    position: relative;
    /* Needed to allow the transition effect on the background */
}

.step {
    position: relative;
    flex: 1;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    /* Centers content horizontally */
    align-items: center;
    /* Centers content vertically */
    gap: 10px;
    height: 100%;
    color: #2d3a8c;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth color transition */
}

.num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
    /* Transition for the number circle */
}

.txt {
    text-align: center;
    /* Ensures text inside .txt is centered */
}

/* Triangle between steps */
.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 25px;
    background: inherit;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 2;
}

/* Active Step */
.step.active {
    background: var(--primaryColor);
    /* Color when step is active */
    color: white;
}

/* Active Step Number */
.step.active .num {
    background: white;
    color: var(--primaryColor);
}

/* Completed Step */
.step.completed {
    background: #1475dc;
    color: white;
}

/* Completed Step Number */
.step.completed .num {
    background: white;
    color: #1475dc;
}

/* When all steps are completed, full blue bar */
.stepper.full-blue {
    background: var(--primaryColor);
}

/* Inactive Step (default step style) */
.step.inactive {
    background: #eef1f6;
    /* Default inactive background color */
    color: #b1b9cc;
    /* Light color for inactive text */
}

.step.inactive .num {
    background: rgba(255, 255, 255, 0.3);
    color: #b1b9cc;
    /* Light color for inactive number */
}

/* Smooth Transition Effect for Background Color */
.step.inactive,
.step.completed,
.step.active {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.step:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 15px;
    width: 30px !important;
    height: 1px;
    background: #b1b9cc;
}

@media (max-width: 767px) {
    .stepper .txt {
        font-size: 10px;
    }

    .step:not(:first-child)::before {
        display: none;
    }
}

@media (max-width: 490px) {
    .stepper .txt {
        display: none;
    }

}

/* ============ tooltip ======== */
.signature-title{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    font-weight:950;
    margin-bottom:8px;
}

.info-icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:18px;
    height:18px;
    border-radius:50%;
    border:1px solid #000;
    background:#fff;
    color:#000;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    position:relative;
}

.tooltip{
    position:absolute;
    bottom:28px;
    left:50%;
    transform:translateX(-50%);
    width:260px;
    padding:10px 12px;
    background:#0f172a;
    color:#fff;
    font-size:12px;
    line-height:1.4;
    border-radius:6px;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s;
}

.info-icon:hover .tooltip{
    opacity:1;
}

.deliveryBox{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 14px;
    border-radius:10px;
    background:#f4f7fb;
    border:1px solid #e3e8f0;
    margin-top:10px;
}

.deliveryLabel{
    font-size:14px;
    color:#6b7280;
}

.deliveryValue{
    font-weight:600;
    color:#1f2937;
    background:#e8f2ff;
    padding:4px 10px;
    border-radius:6px;
    font-size:14px;
}

/* =========== trust line =========  */
.trustCard {
  background: #fff;
  border-radius: 14px;
  padding: 16px 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.trustRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.trustItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.trustText {
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.2;
}

.trustLogo {
  height: 20px;
  object-fit: contain;
}

.trustIcon {
  width: 20px;
  height: 20px;
  fill: #300fad;
}

.lock {
    position: relative;
    font-size: 20px;
    /* width: 44px;
    height: 44px; */
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: rgba(124, 71, 0, 0.95);
}

.lock::before,
.lock::after {
    content: '';
    position: absolute;
    /* top: 70%; */
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(203, 203, 203, 0.35), transparent);
    transform: translateY(-50%);
}

.lock::before {
    right: 100%;
    margin-right: 0px;
}

.lock::after {
    left: 100%;
    margin-left: 0px;
}

/* ==========  help hand =========  */

#helperHand {
    position: fixed;
    font-size: 28px;
    z-index: 999999;
    pointer-events: none;
    opacity: 0;
    transform: scale(.5);
    transition:
        top .35s ease,
        left .35s ease,
        opacity .2s ease,
        transform .2s ease;
}

#helperHand.show {
    opacity: 1;
    transform: scale(1);
    animation: handTap .9s ease infinite;
}

@keyframes handTap {
    0% {
        transform: translateX(0) scale(1);
    }

    50% {
        transform: translateX(6px) scale(1.05);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}
