/*!/wp-content/plugins/login-popup/css/custom-login-popup.css*/#custom-login-modal .modal-dialog{display:flex;align-items:center;justify-content:center;min-height:100vh}#custom-login-modal .modal-content{animation:fadeInUp 0.5s ease-in-out}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}#custom-login-modal .modal-header{background-color:#007bff;color:#fff}#custom-login-modal .modal-title{font-size:1.5rem}#custom-login-modal .modal-body{padding:20px}#custom-login-modal .btn-close{color:#fff}.nav-tabs .nav-link.active{background-color:#007bff;color:#fff}#custom-login-modal .input{width:100%;padding:10px;margin:5px 0;box-sizing:border-box}.social-login-section{margin-top:15px}.social-login-section h6{margin-bottom:10px;color:#333;font-weight:600}.social-buttons-fallback{display:flex;flex-wrap:wrap;gap:8px}.social-buttons-fallback .btn{flex:1;min-width:120px}.the_champ_login_container{margin:10px 0}.the_champ_login_ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.theChampLogin{display:block;width:100%;padding:8px 12px;border-radius:4px;text-align:center;cursor:pointer;transition:all 0.3s ease;border:1px solid #fff0}.theChampLogin:hover{opacity:.8;transform:translateY(-1px)}#custom-login-modal .debug-info{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:10px;margin:10px 0;font-size:12px;color:#6c757d}