#shopsmart-ui-popup{width:100%;height:100%;top:0;position:fixed;z-index:999;align-items:center;justify-content:center}.shopsmart-popup.opened{display:flex}#shopsmart-ui-popup .shopsmart-popup-overlay{display:block;width:100%;height:100%;background-color:rgba(22,22,22,.5)}#shopsmart-ui-popup .shopsmart-popup-wrapper{position:absolute;margin:auto;width:50%;min-height:50%;background-color:#fff;border-radius:15px;border:1px solid #eee;box-shadow:0 3px 10px #0003;display:flex;justify-content:center;align-items:center;flex-flow:row;flex-wrap:wrap;padding:15px 0}@media only screen and (max-width:992px){#shopsmart-ui-popup .shopsmart-popup-wrapper{width:90%}}#shopsmart-ui-popup .shopsmart-popup-inner{width:100%;min-height:250px;padding:0 30px;display:flex;flex-flow:column;justify-content:center}#shopsmart-ui-popup .shopsmart-popup-icon-close{position:absolute;right:15px;top:10px;width:15px;height:auto;cursor:pointer}#shopsmart-ui-popup input{border:1px solid #eee;border-radius:.375rem;height:50px;width:100%;border-color:rgb(209 213 219 / 1);margin-bottom:15px;padding:5px 15px}#shopsmart-ui-popup input:active,#shopsmart-ui-popup input:focus,#shopsmart-ui-popup input:focus-visible{border:1px solid rgb(99 102 241 / 1);outline:0;box-shadow:none}.shopsmart-popup-loader{position:absolute;z-index:3}.shopsmart-popup-loader{display:none}.shopsmart-popup-loading .shopsmart-popup-loader{display:block}.shopsmart-popup-loading .shopsmart-popup-inner{opacity:.1}.shopsmart-hidden{display:none}.shopsmart-mb-0{margin-bottom:0}.shopsmart-mb-1{margin-bottom:10px}.shopsmart-mt-2{margin-top:20px}.shopsmart-btn-secondary{padding:8px 0;background:0 0;color:inherit;width:100%;border:1px solid #333}.shopsmart-btn-primary{padding:8px 0;width:100%;background-color:#333;color:#fff}#shopsmart-ui-popup input[type=submit]{padding:10px 0;width:100%;background-color:#333;color:#fff;border-radius:0;height:auto;border:1px solid #333;outline:0}#shopsmart-ui-popup .shopsmart-popup-message p{margin-top:0;margin-bottom:5px}#shopsmart-ui-popup .shopsmart-popup-message.success{color:#14a800}#shopsmart-ui-popup .shopsmart-form-message.error,#shopsmart-ui-popup .shopsmart-popup-incorrect-pin-msg,#shopsmart-ui-popup .shopsmart-popup-message.error{color:red}#shopsmart-ui-popup .shopsmart-popup-step[data-step="4"] p{margin:0 0 5px}.shopsmart-popup-step[data-step="4"] p.campaign-msg{color:#14a800;margin-bottom:15px;font-weight:700}#shopsmart-ui-popup .form-container{margin:10px auto 20px 0}#shopsmart-ui-popup .form-group{margin-bottom:5px}#shopsmart-ui-popup .form-group label{font-weight:700;display:block;margin-bottom:5px}#shopsmart-ui-popup .gender-buttons{display:flex;gap:10px}#shopsmart-ui-popup .gender-buttons input[type=radio]{display:none}#shopsmart-ui-popup .gender-buttons label{padding:8px 16px;border:1px solid #ccc;border-radius:5px;cursor:pointer;text-align:center;width:50%}#shopsmart-ui-popup .gender-buttons input[type=radio]:checked+label{background-color:#e0e0e0}#shopsmart-ui-popup .birthday-select{display:flex;gap:10px}#shopsmart-ui-popup .birthday-select select{padding:5px;width:auto;border-radius:5px;border:1px solid #ccc;text-align:left}