/*
*
// Developed by Shihab Mia (www.smmpanelbdlab.com)
// Owner: SMM Panel BD Lab
// Skilled in PHP (Laravel), MySQL, JavaScript, Node.js HTML, CSS, API Integration Etc.
// Service - App Development, Web Development, Graphic Design, SaaS Software, SEO Service, Digital Marketing, Branding Sulotions, 
// Contact: smmpanelbdlab.com@gmail.com | WhatsApp: +8801928884100
// Â© SMM Panel BD Lab. All rights reserved.
// Youtube: https://www.youtube.com/@smmpanelbdlab
// Rental Panel: https://smmpanelbdlab.com
// SMM Script: https://proscriptbd.com
*
*/
        :root {
            --primary-color: #4361ee;
            --secondary-color: #3f37c9;
            --success-color: #4cc9f0;
            --error-color: #f72585;
            --light-gray: #f8f9fa;
            --dark-gray: #6c757d;
        }
        
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--light-gray);
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
            background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }
        
        .smmpanelbdlab-signup-container {
            width: 100%;
            max-width: 800px;
            display: flex;
            justify-content: center;
        }
        
        .smmpanelbdlab-signup-card {
            width: 100%;
            background: white;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }
        
        .smmpanelbdlab-signup-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .smmpanelbdlab-signup-header h2 {
            color: var(--primary-color);
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .smmpanelbdlab-signup-header p {
            color: var(--dark-gray);
            font-size: 14px;
        }
        
        /* Error Message Styles */
        .smmpanelbdlab-signup-error-container {
            margin-bottom: 20px;
        }
        
        .smmpanelbdlab-signup-error-message {
            background-color: #FFEBEE;
            color: #D32F2F;
            padding: 12px 20px;
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #D32F2F;
        }
        
        .smmpanelbdlab-signup-success-message {
            background-color: #E8F5E9;
            color: #2E7D32;
            padding: 12px 20px;
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #2E7D32;
        }
        
        .smmpanelbdlab-signup-error-message i.fa-exclamation-circle,
        .smmpanelbdlab-signup-success-message i.fa-check-circle {
            margin-right: 10px;
        }
        
        .smmpanelbdlab-signup-close-error {
            background: none;
            border: none;
            color: #D32F2F;
            font-size: 18px;
            cursor: pointer;
            padding: 0 0 0 10px;
        }
        
        .smmpanelbdlab-signup-close-success {
            background: none;
            border: none;
            color: #2E7D32;
            font-size: 18px;
            cursor: pointer;
            padding: 0 0 0 10px;
        }
        
        /* Form Styles */
        .smmpanelbdlab-signup-form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .smmpanelbdlab-signup-form-group {
            position: relative;
            flex: 1;
        }
        
        .smmpanelbdlab-signup-form-group i {
            position: absolute;
            top: 15px;
            left: 15px;
            color: var(--dark-gray);
            font-size: 16px;
            z-index: 2;
        }
        
        .smmpanelbdlab-signup-form-control {
            width: 100%;
            padding: 12px 12px 12px 40px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s;
            background-color: #f8f9fa;
        }
        
        .smmpanelbdlab-signup-password-container {
            position: relative;
        }

        .smmpanelbdlab-signup-password-container .smmpanelbdlab-signup-toggle-password {
            position: absolute;
            top: 15px;
            right: 15px;
            left: auto;
            cursor: pointer;
        }
        
        .smmpanelbdlab-signup-password-container .smmpanelbdlab-signup-form-control {
            padding-right: 40px;
        }
        
        .smmpanelbdlab-signup-form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
            outline: none;
            background-color: white;
        }
        
        .smmpanelbdlab-signup-btn-group {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .smmpanelbdlab-signup-btn {
            flex: 1;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .smmpanelbdlab-signup-btn-primary {
            padding: 14px;
            color: white;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        }
        
        .smmpanelbdlab-signup-btn-login {
            width: 100%;
            padding: 12px;
            background-color: #c2fbd7;
            border-radius: 100px;
            box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
            color: green;
            cursor: pointer;
            font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
            border: 0;
            font-size: 16px;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            margin-top: 10px;
        }
        
        .smmpanelbdlab-signup-btn-login:hover {
            box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
        }
        
        .smmpanelbdlab-signup-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .smmpanelbdlab-signup-btn:active {
            transform: translateY(0);
        }
        
        .smmpanelbdlab-signup-login-link {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            color: var(--dark-gray);
        }
        
        .smmpanelbdlab-signup-login-link a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
        }
        
        .smmpanelbdlab-signup-login-link a:hover {
            text-decoration: underline;
        }
        
        /* g-recaptcha class is from Google, so it's not prefixed */
        .g-recaptcha {
            margin: 20px 0;
            display: flex;
            justify-content: center;
        }
        
        /* Select2 classes are from a library, so they are not prefixed */
        .select2-container--default .select2-selection--single {
            height: auto;
            min-height: 48px;
            padding: 12px 15px 12px 40px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            background-color: #f8f9fa;
            outline: none;
            transition: all 0.3s;
        }
        
        .select2-container--default .select2-selection--single:focus,
        .select2-container--default.select2-container--focus .select2-selection--single {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
            outline: none;
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-left: 0;
            line-height: normal;
            color: #495057;
            display: flex;
            align-items: center;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 100%;
            top: 0;
            right: 10px;
            width: 20px;
        }

        .smmpanelbdlab-signup-flag-icon {
            width: 20px;
            height: auto;
            margin-right: 8px;
            vertical-align: middle;
            border: 1px solid #ddd;
        }
        
        .select2-results__option .smmpanelbdlab-signup-flag-icon {
            margin-right: 10px;
        }
        
        .smmpanelbdlab-signup-form-box {
            background: white;
            border-radius: 16px;
            padding: 25px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            margin-top: 30px;
            border-left: 5px solid #a0f5bf;
            position: relative;
            overflow: hidden;
        }
        
        .smmpanelbdlab-signup-form-box:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: linear-gradient(to bottom right, rgba(67, 97, 238, 0.1), transparent);
            border-radius: 0 0 0 100%;
        }
        
        .smmpanelbdlab-signup-otp-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 20px 0;
        }
        
        .smmpanelbdlab-signup-otp-input {
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 20px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            background-color: #f8f9fa;
        }
        
        .smmpanelbdlab-signup-otp-input:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
            outline: none;
        }
        
        .smmpanelbdlab-signup-resend-link {
            text-align: center;
            margin-top: 15px;
            font-size: 14px;
        }
        
        .smmpanelbdlab-signup-resend-link a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
        }
        
        .smmpanelbdlab-signup-resend-link a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .smmpanelbdlab-signup-form-row {
                flex-direction: column;
                gap: 15px;
            }
            .smmpanelbdlab-signup-btn-group {
                flex-direction: column;
            }
            .smmpanelbdlab-signup-card {
                padding: 25px;
            }
            .smmpanelbdlab-signup-otp-input {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .smmpanelbdlab-signup-card {
                padding: 20px;
            }
            .smmpanelbdlab-signup-header h2 {
                font-size: 24px;
            }
            .smmpanelbdlab-signup-otp-input {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
        }