/* Internal styles extracted from ClientReview/ClientRegistration.blade.php */

/* CSS Block 1 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

            .trade-input {
                width: 100%;
                padding-right: 15px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                scrollbar-width: thin;
                scrollbar-color: #007bff transparent;
            }

            .trade-input::-webkit-scrollbar {
                width: 3px;
            }

            .trade-input::-webkit-scrollbar-thumb {
                background-color: #007bff;
                border-radius: 10px;
            }

            .trade-input::-webkit-scrollbar-track {
                background-color: transparent;
            }

            * {
                margin: 0;
                padding: 0;
                font-family: Montserrat, Arial, sans-serif;
            }

            input[type="email"],
            input[type="password"],
            input[type="text"],
            input[type="tel"] {
                border: 1px solid #001d5840 !important;
            }

            .Sign-Up-for-Review-main h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #001d58;
            }

            .Sign-Up-for-Review-main {
                padding: 45px;
                background: #eef3ff;
                margin-top: 10%;
            }

            .Sign-Up-for-Review-name-input {
                display: flex;
                justify-content: space-between;
            }

            .Sign-Up-for-Review-name-input div input {
                width: 98%;
                background: #fff;
                border: none;
                padding: 14px 10px;
                border-radius: 3px;
                color: #001d58;
            }

            .Main-client-name {
                position: relative;
                width: 98%;
            }

            .Sign-Up-for-Review-postcode-input input::placeholder,
            .Sign-Up-for-Review-name-input div input::placeholder,
            .Sign-Up-for-Review-phone-input div input::placeholder,
            .Sign-Up-for-Review-email-input div input::placeholder {
                color: #001d58;
                font-size: 18px;
                font-weight: 400;
            }

            .Sign-Up-for-Review-postcode-input input:focus,
            .Sign-Up-for-Review-name-input input:focus,
            .Sign-Up-for-Review-phone-input input:focus,
            .Sign-Up-for-Review-email-input input:focus {
                outline: none;
            }

            .Sign-Up-for-Review-checkbox {
                display: flex;
                align-items: center;
                gap: 15px;
            }

            input#Sign-Up-for-Review-checkbox {
                width: 20px;
                height: 20px;
            }

            .Sign-Up-for-Review-checkbox label {
                color: #001D58;
                font-size: 18px;
                font-weight: 400;
            }

            p.Sign-Up-for-Review-checkbox-bottom-text.fst-italic {
                width: 80%;
                font-size: 15px;
                color: #001d58;
            }

            .Sign-Up-for-Review-postcode-input input {
                width: 99%;
                background: #001d58;
                border: none;
                padding: 14px 10px;
                border-radius: 3px;
                color: #fff;
            }

            .Sign-Up-for-Review-col-2 p {
                font-size: 18px;
                font-weight: 300;
                color: #001d58;
            }

            .Sign-Up-for-Review-col-2 h4 {
                font-size: 18px;
                color: #001d58;
                font-weight: 500;
            }

            .Sign-Up-for-Review-col-2 h4 a {
                text-decoration: none;
            }

            .trade-input {
                width: 98%;
                padding: 14px 10px;
                background: #fff;
                border: none;
                border-radius: 3px;
                color: #001D58;
                font-size: 16px;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                position: relative;
            }

            .trade-input option {
                background: #001D58;
                color: white;
            }

            .trade-input-wrapper {
                position: relative;
                display: inline-block;
                width: 50%;
            }

            .trade-input-wrapper::after {
                content: '\f107';
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                color: #001d58;
                font-size: 18px;
                pointer-events: none;
            }

            .trade-input:focus {
                outline: none;
                border-color: #001d58;
            }

            .Sign-Up-for-Review-phone-input input {
                width: 99%;
                background: #fff;
                border: none;
                padding: 14px 10px;
                border-radius: 3px;
                color: #001d58;
            }

            .Sign-Up-for-Review-email-input input {
                width: 100%;
                background: #001d58;
                border: none;
                padding: 14px 10px;
                border-radius: 3px;
                color: #fff;
            }

            a.Sign-Up-for-Review-btn {
                font-size: 25px;
                font-weight: 500;
                text-decoration: none;
                color: white;
                background: #00F19C;
                padding: 10px 40px;
                border-radius: 3px;
            }

            @media (max-width: 767px) {
                .Main-client-name {
                    position: relative;
                    width: 100%;
                }

                .Sign-Up-for-Review-main h2 {
                    font-size: 22px;
                }

                .Sign-Up-for-Review-main {
                    padding: 20px 10px;
                }

                .Sign-Up-for-Review-name-input {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                }

                .Sign-Up-for-Review-name-input input {
                    width: 100%;
                }

                .trade-input-wrapper {
                    width: 100%;
                }

                p.Sign-Up-for-Review-checkbox-bottom-text.fst-italic {
                    width: 100%;
                }

                .Sign-Up-for-Review-col-2 p {
                    font-size: 18px;
                    margin-top: 32px;
                }
            }

            button.submit_Sign_9 {
                background: #001d58;
                color: white;
                padding: 12px 17px;
                font-weight: 500;
                border: none;
                border-radius: 3px;
            }

            button.submit_Sign_9:hover {
                background: #001d58e0;
                color: white;
                padding: 12px 17px;
                font-weight: 500;
            }

            .Sign-Up-for-Review-name-input.mb-4 {
                width: 99%;
            }

            p.submit_Sign_9-main.text-center a {
                text-decoration: none;
                font-weight: 600;
            }

            p.submit_Sign_9-main.text-center a:hover {
                text-decoration: underline;
            }

            /* intl-tel-input styles */
            .iti {
                width: 100%;
            }

            .iti__flag-container {
                border: 1px solid #001d5840;
                border-right: none;
                border-radius: 3px 0 0 3px;
                background: #fff;
            }

            .iti__selected-flag {
                padding: 0 10px;
            }

            #mobile {
                width: 100%;
                padding: 14px 10px;
                border: 1px solid #001d5840;
                border-radius: 0 3px 3px 0;
                color: #001d58;
                font-size: 16px;
            }

            #mobile:focus {
                outline: none;
                border-color: #001d58;
                box-shadow: none;
            }

            .iti__country-list {
                border: 1px solid #001d5840;
                border-radius: 3px;
                max-height: 200px;
                overflow-y: auto;
                background: #fff;
            }

            .iti__country-name {
                color: #001d58;
            }

            ul#iti-0__country-listbox li span {
                color: #001d58;
            }

            .iti__selected-dial-code {
                display: none;
            }

            /* Custom Country Dropdown Override Styles */
            .client-dropdown-container {
                position: relative;
                width: 50% !important;
                display: inline-block;
            }

            .client-dropdown-btn {
                cursor: pointer;
                border: 1px solid #001d5840 !important;
                padding: 14px 10px;
                background: #fff !important;
                border-radius: 3px;
                margin: 0;
                width: 98% !important;
                text-align: left;
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 16px;
                color: #001d58 !important;
                min-height: auto;
                box-sizing: border-box;
                transition: border-color 0.3s ease;
                position: relative;
            }

            .client-dropdown-btn:hover {
                border-color: #001d58 !important;
            }

            .client-dropdown-btn::after {
                content: '▼';
                font-size: 14px;
                color: #001d58;
                transition: transform 0.3s ease;
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
            }

            .client-dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: white;
                border: 1px solid #001d5840;
                border-radius: 3px;
                box-shadow: 0 4px 20px rgba(0,0,0,0.15);
                z-index: 1000;
                display: none;
                margin-top: 4px;
                width: 100% !important;
                padding: 0;
            }

            .client-dropdown-item {
                padding: 12px 16px;
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 12px;
                border-bottom: 1px solid #f0f0f0;
                transition: background-color 0.2s ease;
            }

            .client-dropdown-item:hover {
                background-color: #f8f9fa;
            }

            .client-dropdown-item:last-child {
                border-bottom: none;
            }

            .client-dropdown-item img {
                width: 24px;
                height: 18px;
                object-fit: cover;
                border-radius: 2px;
            }

            .client-dropdown-item span {
                font-size: 15px;
                color: #001d58;
            }

            #client-country-search-container {
                padding: 12px;
                border-bottom: 1px solid #e0e0e0;
                background: #f8f9fa;
                border-radius: 3px 3px 0 0;
            }

            .client-country-search-input {
                width: 100%;
                padding: 10px 14px;
                border: 1px solid #001d5840;
                border-radius: 3px;
                font-size: 15px;
                outline: none;
                box-sizing: border-box;
                transition: border-color 0.3s ease;
                background: #fff;
                color: #001d58;
            }

            .client-country-search-input:focus {
                border-color: #001d58;
                box-shadow: 0 0 0 3px rgba(0, 29, 88, 0.1);
            }

            .client-country-search-input::placeholder {
                color: #001d58;
                opacity: 0.7;
            }

            #client-countries-list {
                max-height: 250px;
                overflow-y: auto;
                border-radius: 0 0 3px 3px;
            }

            /* Custom scrollbar for countries list */
            #client-countries-list::-webkit-scrollbar {
                width: 6px;
            }

            #client-countries-list::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            #client-countries-list::-webkit-scrollbar-thumb {
                background: #c1c1c1;
                border-radius: 3px;
            }

            #client-countries-list::-webkit-scrollbar-thumb:hover {
                background: #a8a8a8;
            }
            .password-toggle-icon {
                padding: 0px 10px;
            }

            /* Mobile responsiveness for custom dropdown */
            @media (max-width: 767px) {
                .client-dropdown-container {
                    width: 100% !important;
                }
            }

            /* Password field with eye icon */
            .password-input-container {
                position: relative;
                width: 100%;
            }

            .password-input-container input {
                width: 100%;
                padding-right: 45px; /* Make space for the eye icon */
            }

            .password-toggle-icon {
                position: absolute;
                right: 12px;
                top: 50%;
                transform: translateY(-50%);
                cursor: pointer;
                color: #666;
                font-size: 16px;
                z-index: 10;
                transition: color 0.3s ease;
            }

            .password-toggle-icon:hover {
                color: #001d58;
            }

            .password-toggle-icon i {
                pointer-events: none;
            }

