.elementor-936 .elementor-element.elementor-element-1489e915{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-aee33f7 *//* POLIMER AUTH STYLE — READY VERSION */

.polimer-auth {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    box-sizing: border-box;
}

/* Elementor wrappers */
.polimer-auth .elementor-widget-container,
.polimer-auth .elementor-shortcode {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box;
}

/* Main card */
.polimer-auth .user-registration,
.polimer-auth .ur-frontend-form {
    width: 600px !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    background: #ffffff !important;
    border: 1px solid rgba(22, 123, 255, 0.14) !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 60px rgba(8, 71, 140, 0.13) !important;
    padding: 42px 52px 38px !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box !important;
}

/* Top gradient line */
.polimer-auth .user-registration::before,
.polimer-auth .ur-frontend-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #147cff 0%, #58a7ff 58%, #ffc72c 100%);
}

/* Reset inner form */
.polimer-auth form,
.polimer-auth .user-registration-form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Form grid */
.polimer-auth .ur-form-grid,
.polimer-auth .ur-form-row,
.polimer-auth .ur-grid-1,
.polimer-auth .ur-grid-2,
.polimer-auth .ur-field-item,
.polimer-auth .user-registration-form-row,
.polimer-auth .form-row,
.polimer-auth .input-wrapper,
.polimer-auth .password-input-group {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Vertical layout */
.polimer-auth .ur-form-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* Registration fields */
.polimer-auth .ur-field-item,
.polimer-auth .user-registration-form-row,
.polimer-auth .form-row {
    margin: 0 !important;
    padding: 0 !important;
}

/* Headings from plugin */
.polimer-auth h1,
.polimer-auth h2,
.polimer-auth h3,
.polimer-auth .user-registration-form-title {
    color: #071b33 !important;
    text-align: center;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    margin: 0 0 12px !important;
}

/* Text under heading */
.polimer-auth p {
    color: #4f6680;
    font-size: 15px;
    line-height: 1.5;
}

/* Labels */
.polimer-auth label {
    display: block;
    color: #071b33 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 9px !important;
}

.polimer-auth .required {
    color: #ff5252 !important;
}

/* Input wrappers */
.polimer-auth .input-wrapper,
.polimer-auth .password-input-group {
    position: relative !important;
    display: block !important;
}

/* Inputs */
.polimer-auth input[type="text"],
.polimer-auth input[type="email"],
.polimer-auth input[type="password"],
.polimer-auth input[type="tel"],
.polimer-auth input[type="number"],
.polimer-auth select,
.polimer-auth textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    border: 1px solid #d8e6fb !important;
    border-radius: 8px !important;
    background: #f4f8ff !important;
    color: #071b33 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 18px 0 48px !important;
    outline: none !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.polimer-auth textarea {
    min-height: 120px !important;
    padding-top: 16px !important;
}

/* Focus */
.polimer-auth input[type="text"]:focus,
.polimer-auth input[type="email"]:focus,
.polimer-auth input[type="password"]:focus,
.polimer-auth input[type="tel"]:focus,
.polimer-auth input[type="number"]:focus,
.polimer-auth select:focus,
.polimer-auth textarea:focus {
    border-color: #147cff !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(20, 124, 255, 0.10) !important;
}

.polimer-auth input::placeholder,
.polimer-auth textarea::placeholder {
    color: #8fa8c8 !important;
}

/* Icons inside inputs */
.polimer-auth .ur-icon {
    position: absolute !important;
    left: 17px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #147cff !important;
    opacity: 0.9 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Remember + lost password row */
.polimer-auth .user-registration-before-login-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-top: 2px !important;
}

/* Checkbox label */
.polimer-auth .user-registration-form__label-for-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #496887 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

/* Checkbox */
.polimer-auth input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #147cff !important;
    cursor: pointer !important;
}

/* Links */
.polimer-auth .lost_password a,
.polimer-auth .user-registration-register a,
.polimer-auth a {
    color: #147cff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.polimer-auth .lost_password a:hover,
.polimer-auth .user-registration-register a:hover,
.polimer-auth a:hover {
    color: #005dcc !important;
    text-decoration: underline !important;
}

/* Submit button */
.polimer-auth .ur-submit-button,
.polimer-auth .user-registration-Button,
.polimer-auth button[type="submit"],
.polimer-auth input[type="submit"] {
    width: auto !important;
    min-width: 150px !important;
    min-height: 58px !important;
    border: none !important;
    border-radius: 14px !important;
    background: #147cff !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    margin-top: 8px !important;
    padding: 0 30px !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

/* Button hover without yellow glow */
.polimer-auth .ur-submit-button:hover,
.polimer-auth .user-registration-Button:hover,
.polimer-auth button[type="submit"]:hover,
.polimer-auth input[type="submit"]:hover {
    background: #006bea !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: none !important;
}

/* Button active */
.polimer-auth .ur-submit-button:active,
.polimer-auth .user-registration-Button:active,
.polimer-auth button[type="submit"]:active,
.polimer-auth input[type="submit"]:active {
    transform: translateY(0);
}

/* Register link block */
.polimer-auth .user-registration-register {
    margin-top: 24px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e4efff !important;
    text-align: center !important;
    color: #496887 !important;
}

/* Social login */
.polimer-auth .user-registration-social-connect-networks {
    margin-top: 18px !important;
    text-align: center !important;
}

.polimer-auth .ursc-network-lists {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.polimer-auth .ursc-login-media a {
    width: 48px !important;
    height: 48px !important;
    border-radius: 15px !important;
    border: 1px solid #d8e6fb !important;
    background: #f4f8ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

.polimer-auth .ursc-login-media a:hover {
    background: #ffffff !important;
    border-color: #147cff !important;
    box-shadow: 0 8px 22px rgba(20, 124, 255, 0.12) !important;
    transform: translateY(-2px);
}

/* Messages */
.polimer-auth .user-registration-error,
.polimer-auth .user-registration-message {
    border-radius: 16px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    margin-bottom: 18px !important;
}

.polimer-auth .user-registration-error {
    background: #fff2f2 !important;
    border: 1px solid #ffd1d1 !important;
    color: #b42318 !important;
}

.polimer-auth .user-registration-message {
    background: #eff7ff !important;
    border: 1px solid #cfe3ff !important;
    color: #0d5fb8 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .polimer-auth {
        padding: 40px 14px;
    }

    .polimer-auth .user-registration,
    .polimer-auth .ur-frontend-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 34px 22px 28px !important;
        border-radius: 22px !important;
    }

    .polimer-auth h1,
    .polimer-auth h2,
    .polimer-auth h3,
    .polimer-auth .user-registration-form-title {
        font-size: 27px !important;
    }

    .polimer-auth .user-registration-before-login-btn {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .polimer-auth input[type="text"],
    .polimer-auth input[type="email"],
    .polimer-auth input[type="password"],
    .polimer-auth input[type="tel"],
    .polimer-auth input[type="number"],
    .polimer-auth select {
        min-height: 52px !important;
        font-size: 15px !important;
    }

    .polimer-auth .ur-submit-button,
    .polimer-auth .user-registration-Button,
    .polimer-auth button[type="submit"],
    .polimer-auth input[type="submit"] {
        width: 100% !important;
        min-height: 54px !important;
        font-size: 16px !important;
    }
}

.polimer-auth .polimer-auth-form,
.polimer-auth-form,
.polimer-auth .ur-frontend-form,
.polimer-auth .user-registration {
    max-width: calc(100vw - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.polimer-auth .elementor-widget-container,
.polimer-auth .elementor-shortcode {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

/* FIX LOGIN DOUBLE CARD */

.polimer-auth-login .user-registration {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.polimer-auth-login .user-registration::before {
    display: none !important;
    content: none !important;
}

.polimer-auth-login .ur-frontend-form {
    width: 600px !important;
    max-width: calc(100vw - 40px) !important;
    background: #ffffff !important;
    border: 1px solid rgba(22, 123, 255, 0.14) !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 60px rgba(8, 71, 140, 0.13) !important;
    padding: 42px 52px 38px !important;
    position: relative !important;
    overflow: hidden !important;
}

.polimer-auth-login .ur-frontend-form::before {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 7px !important;
    background: linear-gradient(90deg, #147cff 0%, #58a7ff 58%, #ffc72c 100%) !important;
}

/* FIX LOGIN ICON PADDING */

.polimer-auth-login .ur-form-row span.input-wrapper .ur-icon,
.polimer-auth-login .password-input-group .ur-icon {
    padding: 0 !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 16px !important;
    height: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}/* End custom CSS */