.boldstay-self-checkin-form{ }
.boldstay-self-checkin-form .bsc-row{display:flex;gap: 2em;}
.boldstay-self-checkin-form .bsc-field{flex:1 1;margin-bottom:1em}
.boldstay-self-checkin-form label{display:block;}

.boldstay-self-checkin-form input { width:97%; padding: 0.4em; font-size: 1em; border:1px solid rgba(127,127,127,.4); border-radius:6px; background-color: #fff; }
.boldstay-self-checkin-form input:focus { border:1px solid rgba(127,127,127,.6);  }
.boldstay-self-checkin-form select{ width:100%;padding: 0.6em; font-size: 1em; border:1px solid rgba(127,127,127,.4); border-radius:6px; background-color: #fff; }
.boldstay-self-checkin-form select:focus { border:1px solid rgba(127,127,127,.6);  }
 
.boldstay-self-checkin-form .bsc-actions{text-align:center; }
.boldstay-self-checkin-form .bsc-submit{background:#1e88e5;border:none;color:#fff;padding:10px 16px;border-radius:6px;cursor:pointer}
.boldstay-self-checkin-form .bsc-submit:hover{background:#166dbe}
.boldstay-self-checkin-form .bsc-hidden{display:none}
.boldstay-self-checkin-form .bsc-signature { display:block; text-align: center; margin-bottom:6px; }
.boldstay-self-checkin-form .bsc-signature label{font-weight:400;}
.boldstay-self-checkin-form .bsc-signature input{width:auto;}

/* Thank you overlay */
.boldstay-self-checkin-form .bsc-thankyou{position:relative;padding:30px;margin-top:10px;border:2px dashed #1e88e5;border-radius:12px;}
.boldstay-self-checkin-form .bsc-ty-inner{text-align:center}
.boldstay-self-checkin-form .bsc-ty-logo img{max-height:60px;margin-bottom:10px}
.boldstay-self-checkin-form .bsc-ty-title{font-size:28px;margin:8px 0}
.boldstay-self-checkin-form .bsc-ty-msg{color:#999}

/* Confetti animation */
.bsc-ty-animation{position:relative;height:80px;overflow:hidden}
.bsc-confetti{position:absolute;top:-10px;left:50%;width:8px;height:12px;background:var(--c,#f44336);opacity:.9;border-radius:2px;animation:fall 2.5s ease-in infinite}
.bsc-confetti:nth-child(3n){--c:#ff9800}
.bsc-confetti:nth-child(3n+1){--c:#4caf50}
.bsc-confetti:nth-child(3n+2){--c:#2196f3}
.bsc-confetti:nth-child(odd){transform:translateX(-200px) rotate(20deg)}
.bsc-confetti:nth-child(even){transform:translateX(200px) rotate(-20deg)}
@keyframes fall{0%{transform:translateY(-20px) translateX(0) rotate(0)}50%{transform:translateY(60px) translateX(20px) rotate(180deg)}100%{transform:translateY(120px) translateX(-20px) rotate(360deg)}}

@media (prefers-color-scheme: dark) {
}
