.elementor-kit-12{--e-global-color-primary:#1F75EA;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5456448:#DD3737;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ef-area {
  display: none;
}

/* Change the background color of the form */
.login-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style the input fields */
.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Style the submit button */
.login-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.login-form input[type="submit"]:hover {
    background-color: #005177;
}

/* Style the labels */
.login-form label {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

/* Style the links (e.g., "Lost your password?") */
.login-form a {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}

.login-form a:hover {
    text-decoration: underline;
}

/* Style the form headings */
.login-form h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}


/* Style the main dashboard container */
.um-account {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Redtone', sans-serif; /* Use your custom font */
}

/* Style the sidebar/navigation */
.um-account-side {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.um-account-nav a {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.um-account-nav a:hover,
.um-account-nav a.um-active {
    background-color: #0073aa;
    color: #fff;
}

/* Style the main content area */
.um-account-main {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style headings in the dashboard */
.um-account-main h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* Style form fields */
.um-account-main input[type="text"],
.um-account-main input[type="email"],
.um-account-main input[type="password"],
.um-account-main textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Style buttons */
.um-account-main input[type="submit"],
.um-account-main button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.um-account-main input[type="submit"]:hover,
.um-account-main button:hover {
    background-color: #005177;
}

/* Style tables (if used in the dashboard) */
.um-account-main table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.um-account-main table th,
.um-account-main table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.um-account-main table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

/* Style links */
.um-account-main a {
    color: #0073aa;
    text-decoration: none;
}

.um-account-main a:hover {
    text-decoration: underline;
}

#post-2798 > header > div {display: none;}/* End custom CSS */