 /* Hide Google Translate bar & widget */
        iframe.skiptranslate,
        .goog-te-banner-frame,
        .goog-te-gadget {
            display: none !important;
        }

        /* Prevent page jump */
        body {
            top: 0 !important;
        }
        .invalid-icon {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            display: none;
            cursor: pointer;
            font-size: 1.2rem;
        }

        .form-control.is-invalid~.invalid-icon {
            display: inline;
        }

        .invalid-feedback {
            display: none;
            font-size: 0.875rem;
        }

        .form-control.is-invalid~.invalid-feedback {
            display: block;
        }

        .password-criteria {
            transition: all 0.3s ease-in-out;
        }

        #whatsapp_number_container {
            transition: all 0.3s ease-in-out;
        }

        .criteria-met {
            color: green;
        }

        .criteria-not-met {
            color: red;
        }

        .password-wrapper {
            position: relative;
        }

        .toggle-password {
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 10;
            width: fit-content;
        }

        .fv-row .position-relative {
            position: relative !important;
        }

        .position-relative {
            position: relative;
        }

        .fv-row.mb-7 {
            margin-bottom: 1.5rem !important;
        }

        .ak_agnt_frm_right-pane {
            display: block !important;
        }

        .whatsapp-toggle {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 8px;
        }

        .toggle-switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
        }

        .toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .toggle-slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 24px;
        }

        .toggle-slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

        input:checked+.toggle-slider {
            background-color: #009ef7;
        }

        input:checked+.toggle-slider:before {
            transform: translateX(26px);
        }

        .file-input-info {
            font-size: 0.875rem;
            color: #6c757d;
            margin-top: 5px;
        }

        .g-recaptcha {
            margin: 1rem 0;
        }

        .terms-check {
            margin: 1.5rem 0;
        }

        .form-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-top: 2rem;
        }

        textarea.form-control {
            min-height: 100px;
            resize: vertical;
        }

        .select2-container {
            width: 100% !important;
        }

        .btn-lg {
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
        }

        .terms-check {
            margin: 1.5rem 0;
            position: relative;
        }

        .terms-error {
            display: none;
            font-size: 0.875rem;
            color: #dc3545;
            margin-top: 5px;
        }

        .terms-check.invalid .terms-error {
            display: block;
        }

        .form-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-top: 2rem;
        }

        .form-buttons .btn {
            min-width: 120px;
        }

        #kt_next_btn,
        #kt_sign_up_submit,
        #kt_back_btn {
            padding: 12px 24px;
            font-size: 16px;
            height: auto;
        }

        .btn-lg {
            padding: 0.5rem 1.25rem !important;
            font-size: 0.875rem !important;
        }

        #kt_next_btn,
        #kt_sign_up_submit,
        #kt_back_btn {
            padding: 10px 20px !important;
            font-size: 14px !important;
            height: auto;
        }

        .form-buttons .btn {
            min-width: 100px !important;
        }

        .form-control.is-invalid~.invalid-feedback {
            display: none;
        }

        .form-control.is-invalid:focus~.invalid-feedback,
        .form-control.is-invalid.touched~.invalid-feedback {
            display: block;
        }

        .terms-error {
            display: none !important;
        }

        .terms-check.invalid .terms-error {
            display: block !important;
        }

        .form-page {
            display: none;
        }

        .form-page.active {
            display: block;
        }

        .form-control.is-invalid,
        .form-control.is-valid,
        .form-select.is-invalid,
        .form-select.is-valid {
            border-color: #e4e6ef !important;
        }

        .invalid-feedback {
            display: none !important;
        }

        .form-control.is-invalid.touched~.invalid-feedback,
        .form-control.is-invalid.submitted~.invalid-feedback,
        .form-select.is-invalid.touched~.invalid-feedback,
        .form-select.is-invalid.submitted~.invalid-feedback {
            display: block !important;
        }

        .form-control.is-invalid.touched,
        .form-control.is-invalid.submitted,
        .form-select.is-invalid.touched,
        .form-select.is-invalid.submitted {
            border-color: #dc3545 !important;
        }

        .form-control.is-valid.touched,
        .form-control.is-valid.submitted,
        .form-select.is-valid.touched,
        .form-select.is-valid.submitted {
            border-color: #198754 !important;
        }

        #kt_next_btn:not(:disabled) {
            background-color: #009ef7;
            border-color: #009ef7;
            cursor: pointer;
        }

        #kt_next_btn:disabled {
            background-color: #6c757d;
            border-color: #6c757d;
            cursor: not-allowed;
            opacity: 0.65;
        }

        #kt_next_btn:hover:not(:disabled) {
            background-color: #0095e8;
            border-color: #0095e8;
        }

        .select2-container {
            width: 100% !important;
        }

        .select2-container .select2-selection--multiple {
            max-height: 42px !important;
            overflow-y: hidden !important;
            transition: max-height 0.3s ease !important;
        }

        .select2-container.expanded .select2-selection--multiple {
            max-height: 150px !important;
            overflow-y: auto !important;
        }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 4px !important;
            white-space: normal !important;
            overflow-y: auto !important;
        }

        .select2-container .select2-selection--multiple .select2-selection__choice {
            margin: 2px 0 !important;
        }

        @media (max-width: 991.98px) {
            .hide-on-mobile {
                display: none !important;
            }
        }

        #emirate.form-select.form-select-solid,
        #location_id.form-select.form-select-solid {
            padding: 15px 10px 6px 10px !important;
        }

        /* #emirate+.select2-container--bootstrap5 .select2-selection__clear,
        #location_id+.select2-container--bootstrap5 .select2-selection__clear {
            right: 0 !important;
        } */

            .select2-container--bootstrap5 .select2-selection--single{
                justify-content:center;
            }
            .select2-container .select2-selection--single .select2-selection__clear {
                position: absolute !important;
            }

        #emirate+.select2-container--bootstrap5 .select2-selection--single,
        #location_id+.select2-container--bootstrap5 .select2-selection--single {
            padding: 15px 10px 6px 10px !important;
            display: flex;
            align-items: center;
            height: auto !important;
        }
        .select2-component.is-invalid {
            border: 1px solid #dc3545 !important;
        }

        .select2-component.is-valid {
            border: 1px solid #198754 !important;
        }

        .language-switcher-maestro .lang-btn {
            padding: 9px 12px !important;
        }
        .select2-container--bootstrap5 .select2-dropdown .select2-results__options{
            text-align:center;
        }
    @media (max-width: 576px) {
       
        .language-switcher-maestro {
        right: 30px;
    }
    }