.sms-auth-popup {display: none;position: fixed;z-index: 9999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0,0,0,0.5);}
.sms-auth-popup.active {display: flex;align-items: center;justify-content: center;}
.sms-auth-popup__wrapper {background-color: #fff;padding: 30px;border-radius: 8px;max-width: 500px;width: 90%;position: relative;box-shadow: 0 4px 20px rgba(0,0,0,0.2);}
.sms-register-wrapper {max-width: 600px;max-height: 90vh;overflow-y: auto;}
.sms-auth-popup__close {position: absolute;right: 15px;top: 15px;font-size: 28px;font-weight: 500;color: #999;background: none;border: none;cursor: pointer;padding: 0;width: 30px;height: 30px;line-height: 1;}
.sms-auth-popup__close:hover {color: #333;}
.sms-auth-popup__tabs {display: flex;margin-bottom: 20px;border-bottom: 2px solid #eee;}
.sms-auth-popup__tab {flex: 1;padding: 12px;background: none;border: none;border-bottom: 2px solid transparent;margin-bottom: -2px;cursor: pointer;font-size: 14px;font-weight: 500;color: #666;transition: all 0.3s;}
.sms-auth-popup__tab.active {color: #333;border-bottom-color: #007bff;}
.sms-auth-popup__heading {margin-bottom: 20px;font-size: 20px;font-weight: 500;}
.sms-auth-popup__tab-content {display: none;}
.sms-auth-popup__tab-content.active {display: block;}
.sms-code-group {position: relative;}
.sms-timer {position: absolute;right: 10px;top: 38px;color: #666;font-size: 12px;}
.sms-auth-popup__links {margin-top: 15px;text-align: center;}
.sms-auth-popup__link {color: #007bff;text-decoration: none;font-size: 14px;}
.sms-auth-popup__link:hover {text-decoration: underline;}
.sms-auth-popup__text {margin-bottom: 20px;color: #666;font-size: 14px;}
.sms-auth-popup__already {margin-bottom: 15px;color: #666;}
.radio-inline, .checkbox-inline {display: inline-block;margin-right: 15px;}
.form-text {display: block;margin-top: 5px;}
.sms-auth-popup .text-danger,.sms-auth-popup .sms-error-message{color:#c82333 !important;font-size:13px;line-height:1.4;margin-top:6px;margin-bottom:8px;}
.sms-auth-popup .sms-reg-send-code:disabled,.sms-auth-popup .sms-reg-submit:disabled{opacity:.55;cursor:not-allowed;}
.sms-register-agree-label a{color:#007bff;text-decoration:underline;}
.sms-register-agree-label a:hover{color:#0056b3;}
