/* Entire form */
.um-7497.um {
    max-width: 100% !important;
}

.um-register {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    margin-top: -44px;
}

.um-login {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.uimob800 {
    margin-left: 0px !important;
}

.um-col-alt {
    padding: 20px 45px 0 10px !important;
}



/* Individual rows */
.um-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}

/* Columns inside rows */
.um-row .um-col-121,
.um-row .um-col-122,
.um-row .um-col-1 {
    flex: 1;
    padding: 0 10px;
}

.um-row .um-col-121 {
    max-width: 48%;
}

.um-row .um-col-122 {
    max-width: 48%;
}

/* Full width column */
.um-row .um-col-1 {
    max-width: 100%;
}

/* Form labels */
.um-field-label label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

/* Form fields */
.um-field-area input[type="text"],
.um-field-area input[type="email"],
.um-field-area input[type="password"],
.um-field-area input[type="tel"],
.um-field-area select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    transition: border-color 0.3s ease;
}
.um-field-area textarea{
    width: 96% !important;
}

.um-field-area input[type="text"]:focus,
.um-field-area input[type="email"]:focus,
.um-field-area input[type="password"]:focus,
.um-field-area input[type="tel"]:focus,
.um-field-area select:focus {
    border-color: #007bff;
    outline: none;
    background: #fff;
}

/* Login link */
.um-col-alt {
    text-align: center;
    margin-top: 20px;
}

.um-col-alt a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.um-col-alt a:hover {
    color: #0056b3;
}

.um .um-form input[type=password],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=text],
.um .um-form textarea {
    color: #666;
    border-radius: 8px;
}

.um-field .select2.select2-container .select2-selection,
.um-search-filter .select2.select2-container .select2-selection {
    border-radius: 8px !important;
}

#um-submit-btn,
#um_account_submit_password {
    background: linear-gradient(135deg, #1222FE 0%, #F2295B 100%) !important;
    width: 100% !important;
    height: 53px !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 8px !important;
    border: none !important;
}

#um_account_submit_general {
    background: linear-gradient(135deg, #1222FE 0%, #F2295B 100%) !important;
    width: 100% !important;
    height: 53px !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    border: none !important;
}

.um-field-checkbox {
    text-align: left;
}

.customer-type-select {
    border-radius: 8px !important;
}

footer {
    margin-top: -10px;
}

.um-field-customer_type,
.um-field-user_password {
    width: 96%;
}

.um-login .um-field-user_password {
    width: 100%;
}


/* Account Profile */
.um-account-profile-link {
    display: none;
}

.um-account-meta {
    margin-bottom: 10px;
    background: #eff3fa;
    padding: 35px 15px 35px 15px;
    border-radius: 8px;
}

.um-account-meta-img img {
    background: transparent;
}

.um-account-name a {
    pointer-events: none;
    cursor: default;

}

.um-account-link {
    background: #eff3fa !important;
}

.current i {
    color: #fa2e75 !important;
}

.current .um-account-title {
    color: #fa2e75 !important;
}

.um-account-main {
    background: #eff3fa !important;
}

.um-account {
    width: 77% !important;
}

.um-account-main {
    padding-top: 10px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 60% !important;
    margin-left: 40px;
}

.um-account-side {
    /* margin-right: 30px; */
}

.um-account-tab {
    padding: 25px 20px 25px 0;
}

.um-account-heading {
    border-bottom: 1px solid #e3dddd;
    padding-bottom: 10px !important;
}

.um-field-user_login {
    display: none;
}


/* Responsive Design */
@media (max-width: 768px) {

    .um-field-customer_type {
        width: 100%;
    }

    .um-register,
    .um-login {
        width: 100% !important;
    }

    .um-row .um-col-121,
    .um-row .um-col-122,
    .um-row .um-col-1 {
        max-width: 100%;
        padding: 0;
    }

    .um-row {
        flex-direction: column;
    }

    .um-field-label label {
        margin-bottom: 10px;
    }

    .um-field-area input[type="text"],
    .um-field-area input[type="email"],
    .um-field-area input[type="password"],
    .um-field-area input[type="tel"],
    .um-field-area select {
        margin-bottom: 15px;
    }

    .um-field-area {
        margin-bottom: 15px;
    }

    .um-account-main {
        width: 100% !important;
        margin: 0px !important;
        padding: 15px !important;
    }
}