.happycode-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:90%;max-width:420px}
.happycode-modal-content{background:#fff;border-radius:8px;padding:30px 25px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.15);border-radius:20px}
.happycode-close-btn{position:absolute;top:15px;right:15px;background:0;border:0;font-size:24px;cursor:pointer;color:#666;line-height:1}
.happycode-close-btn:hover{color:#333}
.happycode-modal-title{color:#333;font-family:Roboto,sans-serif;font-size:20px;font-weight:600;margin-bottom:20px}
.happycode-label{display:block;color:#666;font-family:Roboto,sans-serif;font-size:14px}
.happycode-input{width:100%;height:48px;font-size:16px;font-family:Roboto,sans-serif;box-sizing:border-box;border:0;border-bottom:.5px solid #c4c4c4}
.happycode-input:focus{outline:0;border-color:#534da0}
.happycode-error{display:block;color:#5a2a75;font-size:12px;margin-top:5px;min-height:18px}
.happycode-btn-primary{width:100%;max-width:150px;height:44px;background:#5a2a75;color:#fff;border:0;border-radius:26px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;cursor:pointer;margin-top:20px;display:block}
.happycode-btn-primary:hover{background:#5a2a75}
.happycode-btn-primary:disabled{background:#ccc;cursor:not-allowed}
.happycode-otp-container{display:flex;gap:10px;margin:15px 0}
.happycode-otp-input{width:35px;height:20px;border:0;border-bottom:.5px solid #c4c4c4;font-size:20px;font-family:Roboto,sans-serif;font-weight:500}
.happycode-otp-input:focus{outline:0;border-color:#534da0}
.happycode-resend-timer{color:#666;font-size:13px;margin:10px 0}
.happycode-attempt-info{color:#5a2a75;font-size:12px;margin:5px 0}
.happycode-otp-info{color:#999;font-size:12px;margin:10px 0}
.happycode-btn-link{background:0;border:0;color:#5a2a75;font-size:14px;cursor:pointer;margin-top:10px;display:block;width:100%;text-align:center}
.happycode-btn-link:disabled{color:#ccc;cursor:not-allowed}
.happycode-purple-modal .happycode-modal-content{background:#534da0}
.happycode-purple-content{text-align:center}
.happycode-modal-title-white{color:#fff;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;margin-bottom:15px}
.happycode-subtitle-white{color:#fff;font-family:Roboto,sans-serif;font-size:20px;font-weight:500;margin-bottom:20px;line-height:1.4}
.happycode-info-white{color:#fff;font-family:Roboto,sans-serif;font-size:14px;line-height:1.5;margin-bottom:20px}
.happycode-vc-info{color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.happycode-dot{width:12px;height:12px;background:#ee4823;border-radius:50%;display:inline-block;margin-right:8px}
.happycode-code-input{width:100%;max-width:250px;height:50px;border:0;border-radius:4px;font-size:24px;font-family:Roboto,sans-serif;letter-spacing:15px;padding-left:15px;box-sizing:border-box}
.happycode-code-input:focus{outline:0}
.happycode-error-white{color:#5a2a75}
.happycode-btn-submit{width:150px;height:44px;background:#5a2a75;color:#fff;border:0;border-radius:4px;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;cursor:pointer;margin:20px auto;display:block;text-transform:uppercase}
.happycode-btn-submit:hover{background:#5a2a75}
.happycode-note{color:#5a2a75;font-size:12px;margin-top:15px}
.happycode-success-content{padding:50px 30px}
.happycode-success-icon{font-size:60px;margin-bottom:20px;text-align:center;display:flex;justify-content:center;align-items:center}
.happycode-success-icon img{display:block;margin:0 auto;max-width:80px;height:auto}
.happycode-success-title{color:#fff;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;margin-bottom:15px}
.happycode-success-message{color:#fff;font-family:Roboto,sans-serif;font-size:14px;line-height:1.6}
@media only screen and (max-width:480px){.happycode-modal{width:95%}
.happycode-modal-content{padding:25px 20px}
.happycode-otp-input{width:38px;height:45px;font-size:18px}
.happycode-otp-container{gap:6px}
.happycode-modal-title{font-size:18px}
.happycode-code-input{letter-spacing:10px;font-size:20px}
}
.otp-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:9999}
.otp-modal-content{background:#fff;padding:30px 40px;border-radius:16px;width:100%;max-width:420px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.15)}
.otp-modal-content .close-btn{position:absolute;top:15px;right:20px;font-size:28px;cursor:pointer;color:#333;font-weight:normal}
.otp-modal-content h2{font-size:19px;font-weight:600;color:#000;margin-bottom:20px;text-align:left;line-height:1.4;padding-right:30px}
.otp-modal-content label{display:block;font-size:17px;color:#666;text-align:left;margin-bottom:20px}
.otp-inputs{display:flex;gap:12px;margin-bottom:15px;justify-content:flex-start}
.otp-box{width:40px;height:45px;border:0;border-bottom:2px solid #ccc;text-align:center;font-size:24px;font-weight:500;color:#000;outline:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-fill-color:#000;opacity:1;line-height:45px;border-radius:0}
.otp-box:focus{border-bottom-color:#5a2a75}
.resend-text{font-size:14px;color:#999;margin-bottom:15px;text-align:left}
.resend-text .timer-text{display:inline}
.resend-text #otpTimer{color:#333;font-weight:600}
#resendOtpBtn{color:#5a2a75;cursor:pointer;font-weight:600;text-decoration:none}
#resendOtpBtn:hover{text-decoration:underline}
.info-text{font-size:13px;color:#999;line-height:1.5;margin-bottom:25px;text-align:left}
.info-text #maskedNumber{color:#666}
.error-text{color:#5a2a75;font-size:13px;margin-bottom:15px;text-align:left}
.btn-proceedst{width:auto;min-width:200px;padding:16px 40px;background-color:#5a2a75;color:#fff;border:0;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;display:block;margin:0}
.btn-proceedst:hover{background:linear-gradient(135deg,#5a2a75,#5a2a75)}
.high-z-index-swal{z-index:999999 !important}
.swal2-container{z-index:999999 !important}
@media(max-width:480px){.otp-modal-content{padding:20px;margin:15px;max-width:calc(100% - 30px)}
.otp-box{width:35px;height:40px;font-size:20px}
.otp-inputs{gap:8px}
}
.vc-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:9999}
.vc-modal-content{background:#fff;padding:30px 40px;border-radius:16px;width:100%;max-width:420px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.15);max-height:80vh;overflow-y:auto}
.vc-modal-content .close-btn{position:absolute;top:15px;right:20px;font-size:28px;cursor:pointer;color:#333;font-weight:normal}
.vc-modal-content h2{font-size:19px;font-weight:600;color:#000;margin-bottom:25px;text-align:left;line-height:1.4;padding-right:30px}
.vc-info-section{margin-bottom:20px}
.vc-info-section label{display:block;font-size:13px;color:#999;margin-bottom:8px;text-align:left}
.vc-display-value{font-size:18px;font-weight:600;color:#000;margin:0;padding-bottom:10px;border-bottom:1px solid #eee}
.vc-list{max-height:250px;overflow-y:auto;margin-bottom:15px}
.vc-option{display:flex;align-items:center;padding:12px 15px;border:2px solid #eee;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:all .3s ease}
.vc-option:hover{border-color:#5a2a75;background:#fff8f5}
.vc-option input[type="radio"]{display:none}
.vc-option input[type="radio"]:checked ~ label,.vc-option:has(input[type="radio"]:checked){border-color:#5a2a75;background:#fff8f5}
.vc-option label{flex:1;cursor:pointer;margin:0}
.vc-option-content{display:flex;flex-direction:column;gap:4px}
.vc-option .vc-number{font-size:16px;font-weight:600;color:#000}
.vc-option .vc-name{font-size:13px;color:#666}
.vc-option .vc-status{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;display:inline-block;width:fit-content}
.vc-option .status-active{background:#e6f7e6;color:#2e7d32}
.vc-option .status-inactive{background:#ffebee;color:#5a2a75}
.vc-option::before{content:'';width:20px;height:20px;border:2px solid #ccc;border-radius:50%;margin-right:12px;flex-shrink:0;transition:all .3s ease}
.vc-option:has(input[type="radio"]:checked)::before{border-color:#5a2a75;background:#5a2a75;box-shadow:inset 0 0 0 4px #fff}
.vc-option.selected::before{border-color:#5a2a75;background:#5a2a75;box-shadow:inset 0 0 0 4px #fff}
.vc-option.selected{border-color:#5a2a75;background:#fff8f5}
.vc-modal .error-text{color:#5a2a75;font-size:13px;margin-bottom:15px;text-align:left;min-height:18px}
@media(max-width:480px){.vc-modal-content{padding:20px;margin:15px;max-width:calc(100% - 30px)}
.vc-list{max-height:200px}
.vc-option{padding:10px 12px}
}
.vc-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:9999}
.vc-modal-content{background:#fff;padding:30px 40px;border-radius:16px;width:100%;max-width:420px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.15)}
.vc-modal-content .close-btn{position:absolute;top:15px;right:20px;font-size:28px;cursor:pointer;color:#333;font-weight:normal}
.vc-modal-content h2{font-size:19px;font-weight:600;color:#000;margin-bottom:25px;text-align:left;line-height:1.4;padding-right:30px}
.vc-info-section{margin-bottom:20px}
.vc-info-section label{display:block;font-size:13px;color:#999;margin-bottom:8px;text-align:left}
.vc-display-value{font-size:18px;font-weight:600;color:#000;margin:0;padding-bottom:10px;border-bottom:1px solid #eee}
.vc-dropdown-wrapper{position:relative;width:100%}
.vc-dropdown{width:100%;padding:14px 40px 14px 15px;font-size:16px;font-weight:500;color:#000;background:#fff;border:0;border-bottom:2px solid #ccc;border-radius:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;outline:0;transition:border-color .3s ease}
.vc-dropdown:focus{border-bottom-color:#5a2a75}
.vc-dropdown:hover{border-bottom-color:#5a2a75}
.vc-dropdown option{padding:10px;font-size:14px}
.dropdown-arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;pointer-events:none}
.vc-dropdown:focus + .dropdown-arrow{border-top-color:#5a2a75}
.vc-modal .error-text{color:#5a2a75;font-size:13px;margin-bottom:15px;text-align:left;min-height:18px}
@media(max-width:480px){.vc-modal-content{padding:20px;margin:15px;max-width:calc(100% - 30px)}
.vc-dropdown{font-size:14px;padding:12px 35px 12px 12px}
}
.happycode-page-container{display:flex;justify-content:center;align-items:center;min-height:500px;padding:40px 20px;background:#f5f5f5}
.happycode-page-card{background:#534da0;width:100%;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.15)}
.happycode-page-card .happycode-modal-title-white{color:#fff;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;margin-bottom:15px}
.happycode-page-card .happycode-subtitle-white{color:#fff;font-family:Roboto,sans-serif;font-size:20px;font-weight:500;margin-bottom:20px;line-height:1.4}
.happycode-page-card .happycode-info-white{color:#fff;font-family:Roboto,sans-serif;font-size:14px;line-height:1.5;margin-bottom:20px}
.happycode-page-card .happycode-vc-info{color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.happycode-page-card .happycode-code-input{width:100%;max-width:250px;height:50px;border:0;border-radius:4px;font-size:24px;font-family:Roboto,sans-serif;letter-spacing:15px;text-align:center;box-sizing:border-box;margin:0 auto;display:block}
.happycode-page-card .happycode-btn-submit{width:150px;height:44px;background:#5a2a75;color:#fff;border:0;border-radius:4px;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;cursor:pointer;margin:20px auto;display:block;text-transform:uppercase}
.happycode-page-card .happycode-note{color:#fff;font-size:12px;margin-top:15px}
@media only screen and (max-width:480px){.happycode-page-container{padding:20px 15px;min-height:auto}
.happycode-page-card{padding:30px 20px}
.happycode-page-card .happycode-code-input{letter-spacing:10px;font-size:20px}
}
.happycode-success-page{min-height:10vh;background:#534da0;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}
.happycode-logo{margin-bottom:40px}
.happycode-logo img{height:40px;display:none}
.happycode-logo-text{font-family:'Roboto',sans-serif;font-size:32px;font-weight:700;color:#fff;letter-spacing:1px}
.happycode-success-card{background:transparent;padding:40px 30px;position:relative}
.happycode-success-icon{font-size:80px;margin-bottom:20px;animation:bounceIn .6s ease-out}
.happycode-confetti{position:absolute;top:10px;right:30%;font-size:24px;animation:sparkle 1.5s ease-in-out infinite}
@keyframes bounceIn{0{transform:scale(0);opacity:0}
50%{transform:scale(1.2)}
100%{transform:scale(1);opacity:1}
}
@keyframes sparkle{0,100%{opacity:1;transform:scale(1)}
50%{opacity:.5;transform:scale(1.2)}
}
.happycode-success-title{color:#fff;font-family:'Roboto',sans-serif;font-size:32px;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.2);text-align:center}
.happycode-success-message{color:#fff;font-family:'Roboto',sans-serif;font-size:16px;line-height:1.6;max-width:350px;margin:0 auto}
@media only screen and (min-width:768px){.happycode-success-page{background:linear-gradient(135deg,#f5f5f5 0,#e8e8e8 100%);padding:60px 40px}
.happycode-success-wrapper{background:#534da0;border-radius:20px;padding:50px 40px;box-shadow:0 10px 40px rgba(0,0,0,0.2);width:100%;text-align:center}
.happycode-logo{margin-bottom:30px}
.happycode-success-card{padding:30px 20px}
.happycode-success-icon{font-size:90px}
.happycode-success-title{font-size:36px}
.happycode-success-message{font-size:15px;max-width:400px}
}
@media only screen and (max-width:480px){.happycode-success-page{padding:30px 20px}
.happycode-logo-text{font-size:28px}
.happycode-success-icon{font-size:70px}
.happycode-success-title{font-size:28px}
.happycode-success-message{font-size:14px;padding:0 10px}
}