<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
  --input-height: 50px;
}


.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.bg-locumpedia-white {
  background-color: #fff;
}

.custom-sidebar {
  position: sticky;
  top: 0;
  height: 100vh !important;
  border-right: 1px solid var(--e-global-color-7765aad);
}

.view-profile .btn-locumpedia {
  border-radius: 1000px;
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

label {
  font-size: 17px;
  color: #202124;
  font-weight: 400;
}

input,
textarea,
select {
  height: var(--input-height);
  border: none !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 25px;
  margin: 0;
  background: #fff;
  height: 50px;
  color: #77838f;
}

textarea {
  height: auto;
}

.select2-selection__rendered {
  line-height: var(--input-height) !important;
}
.select2-container .select2-selection--single {
  height: var(--input-height) !important;
  border: none !important;
  background: #EFF1F8 !important;
  color: #77838f !important;
}

.mwai-form-field-container input {
  border-radius: 4px !important;
}

.mwai-form-field-container .select2-selection__rendered {
  border-radius: 15px !important;
}

.select2-selection.select2-selection--multiple {
  min-height: var(--input-height) !important;
  height: auto !important;
  background: #fff !important;
  color: #77838f !important;
}

.select2-selection__choice {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  padding: 0 1em !important;
  border-radius: 8px !important;
  border: none !important;
}

.select2-selection__choice__remove {
  position: static !important;
  border-right: none !important;
  color: #fff !important;
}

.select2-selection__arrow {
  height: var(--input-height) !important;
}

.widget-agency-by-user-id {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.widget-agency-by-user-id .profile-image img {
  width: 100px;
  margin-right: 1rem;
  border-radius: 4px;
}

.widget-agency-by-user-id .profile-content {
  flex: 1;
}

.widget-agency-by-user-id .profile-email {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.widget-agency-by-user-id .profile-email a {
  color: var(--e-global-color-primary);
  line-height: 0;
}

.widget-agency-by-user-id .view-profile {
  margin-top: .5rem !important;
  padding-top: 0 !important;
}

.widget-agency-by-user-id .view-profile * {
  font-size: 13px;
}

.dt-container .dt-layout-row:not(.dt-layout-table) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.dt-layout-table {
  margin-bottom: 2rem;
}

.dt-length,
.dt-search {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dt-length {
  flex-direction: row-reverse;
}

.agency-thumbnail img {
  border-radius: 4px;
}

.exclamation-icon {
  color: #e3b01f;
}

.button-without-styles {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.button-without-styles:hover {
  background-color: transparent !important;
}

.button-without-styles svg {
  padding-right: 0 !important;
}

.form-check-input {
  background-color: #77838f4f !important;
}

.form-check-input:checked {
  background-color: #166534 !important;
}

.message-container {
  background: #0018591F;
  padding: 20px;
  border-radius: 10px;
}

.color-unreaded {
  color: #155E99;
}

.color-readed {
  color: #77838f;
}

#apply-now a {
  pointer-events: none;
  opacity: 0.5;
}

.__job-options .btn-follow {
  position: initial !important;
}

.__job-options .btn-action-job:before {
  content: none !important;
}

.alike-compare-widget-button {
  background: var(--e-global-color-primary) !important;
}

.alike-compare-widget-content {
  padding: 0 !important;
}

@media (max-width: 700px) {
  .__job-options {
      position: static !important;
      flex-direction: row;
      justify-content: start;
      margin-left: 40px;
      margin-top: 20px;
  }
  .__inner-job {
      display: flex;
      flex-direction: column-reverse;
  }
}


.__job-options .alike-button {
  background-color: transparent;
  border-color: transparent;
  color: var(--e-global-color-primary);
  padding: .5em 2em;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  text-align: center;
  display: block;
}

.__job-options .__btn-follow {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--e-global-color-primary);
  padding: .5em 2em;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  border-radius: 8px;
  text-align: center;
}

.__job-options .alike-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.__job-options .alike-button path {
  fill: var(--e-global-color-primary);
}

.__job-options .alike-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.__job-options .alike-button path {
  fill: var(--e-global-color-primary);
}

.__job-options .alike-button:hover path {
  fill: #fff;
}

.alike-compare-widget-content {
  width: auto !important;
}

.alike-compare-widget-post-remove-all {
  margin: 20px 256px 24px 0 !important;
  margin-top: 40px !important;
}

.alike-compare-widget-post {
  padding: 1rem 2rem !important;
  width: auto !important;
  background: #F8F9FC;
}

.alike-compare-widget-post:nth-child(odd) {
  background: #F1F2F7 !important;
}

.alike-compare-widget-post-title {
  font-size: 14px !important;
  margin-top: 20px !important;
  width: auto !important;
  white-space: normal !important;
  overflow: normal !important;
  text-align: center !important;
  text-transform: initial !important;
  margin-left: 0 !important;
  font-weight: 600 !important;
}

.alike-button {
  display: flex !important;
  align-items: center;
  font-size: 14px;
}

.alike-button svg {
  height: 28px !important;
  margin-bottom: -5px;
  margin-right: .5rem;
}

.__search-jobs-bar .apply-button .apply-filters__button:hover {
  background: transparent !important;
}

.__search-jobs-bar .select2-selection__rendered {
  color: #000 !important;
}

.__search-jobs-bar .select2-selection__arrow {
  display: none !important;
}

.__search-jobs-bar select {
  appearance: none !important;
}

.employer-socials {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.employer-socials li {
  margin: 0;
  background: #E5EBF5;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
}

.employer-socials li a {
  font-size: 20px;
  color: var(--e-global-color-primary);
}

.employer-socials svg {
  padding-right: 0 !important;
}

.comparation-button a {
  font-size: 14px;
  font-weight: 400;
  color: var(--e-global-color-primary);
}

.comparation-button svg {
  padding-right: 0 !important;
}

.button-comparation {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.button-comparation,
.view-all-btn {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 1000px !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.button-comparation:hover,
.view-all-btn:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.login-register-btn {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease !important;
}

.login-register-btn:hover {
  background: var(--e-global-color-primary) !important;
}

.account-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-radius: 1000px;
  background: var(--e-global-color-secondary);
  justify-content: center;
}

.account-menu .account-menu__name {
  color: #fff !important;
}

.account-menu__user {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.account-menu__user svg {
  padding-right: 0 !important;
}

.account-menu__options {
  position: absolute;
  top: calc(100% + 5px);
  background: #fff;
  border: 1px solid #ECEDF2;
  right: 0;
  width: 100%;
  min-width: 270px;
  border-radius: 10px;
  z-index: 9999;
  padding: 10px;
  display: none;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.account-menu__options::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e7eb;
}
.account-menu__options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-menu__options .elementor-icon-list-item .elementor-icon-list-icon {
  color: #696969;
}

.account-menu__options .elementor-icon-list-item .elementor-icon-list-text {
  color: #696969;
}

.account-menu__options .elementor-icon-list-item:hover {
  background: #E5EBF5;
}

.account-menu__options .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--e-global-color-primary);
}

.account-menu__options .elementor-icon-list-item:hover .elementor-icon-list-icon path {
  fill: var(--e-global-color-primary);
}

.account-menu__options .elementor-icon-list-item .elementor-icon-list-icon svg {
  padding-right: 0 !important;
}

.account-menu__options .elementor-icon-list-item {
  padding: 10px 20px !important;
  border-radius: 8px;
}

.account-menu__options ul li:not(:last-child) {
  margin-bottom: 10px;
}

.account-menu__options a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.account-menu__options-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

.account-menu__name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dt-container {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dt-container table {
  border-collapse: collapse !important;
  margin: 0 !important;
  background: transparent !important;
}

.dt-container table thead {
  background: var(--e-global-color-primary) !important;
}

.dt-container table thead .dt-column-title {
  color: #fff !important;
  text-wrap: nowrap;
  font-size: 16px;
}

.dt-container table tbody,
.dt-container table tfoot {
  background: transparent !important;
}

.dt-container table thead {
  border-bottom: 1px solid #e5e7eb;
}

.dt-container table thead th {
  font-size: 14px;
  font-weight: 500;
  color: #71717a;
}

.dt-container table th,
.dt-container table td {
  border: none !important;
  padding: 8px !important;
  margin: 0 !important;
  background: transparent !important;
}

.dt-container .dataTables_paginate,
.dt-container .dataTables_filter,
.dt-container .dataTables_info,
.dt-container .dataTables_length {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
} 

.dt-container table .btn-locumpedia {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  color: #000;
}

.dt-container table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none !important;
}

.dt-container table tbody tr td {
  box-shadow: none !important;
  vertical-align: middle;
}

.dt-container table tbody tr .position-type {
  padding: 0.25rem 0.5rem !important;
  border-radius: 1000px;
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: 500;
}

.dt-input,
.dt-length .select2-selection__rendered {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem !important;
  border: 1px solid #e4e4e7 !important;
  color: #000;
  background: #fff;
}

.dt-search label,
.dt-length label,
.dt-info {
  font-size: 14px;
  font-weight: 500;
  color: #71717a;
}

.dt-paging {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dt-paging .dt-paging-button.first,
.dt-paging .dt-paging-button.last {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.dt-paging .dt-paging-button.first:hover,
.dt-paging .dt-paging-button.last:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.dt-paging .dt-paging-button {
  border: none !important;
  border-radius: 0.5rem !important;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}

.dt-paging .dt-paging-button:focus {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.dt-paging .dt-paging-button:not(.first, .last) {
  border: 1px solid #e5e7eb !important;
  color: #000 !important;
}

.dt-paging .dt-paging-button:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

textarea.jet-form-builder__field,
input.jet-form-builder__field,
.jet-form-builder-row.field-type-select-field .select2-selection--single {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  border-radius: 0.5rem !important;
  border: 1px solid #e4e4e7 !important;
  color: #000 !important;
  background: #fff !important;
}

.jet-form-builder__submit {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.jet-form-builder-repeater__new,
.jet-form-builder-repeater__remove {
  background: #fff !important;
  border: 1px solid #e4e4e7 !important;
  color: #000 !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.jet-form-builder-repeater__row {
  align-items: center !important;
}

.jet-form-builder-repeater__remove {
  border-radius: 10px !important;
  height: 50px !important;
  width: 50px !important;
  padding: 0 !important;
  background: #000 !important;
  color: #fff !important;
}

.jet-form-builder-repeater__new:hover {
  background: #000 !important;
  color: #fff !important;
}

.jet-form-builder .wp-block-heading:not(:first-of-type) {
  margin-top: 2rem !important;
}

.apply-now-btn {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  transition: all 0.3s ease !important;
}

.apply-now-btn:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.locumpedia-main-info {
  background: #E4ECF7 !important;
  color: var(--e-global-color-primary) !important;
}

.locumpedia-table-wrapper {
  overflow-x: auto;
}

.locumpedia-compare-table {
  border: none;
}

.locumpedia-compare-table tbody tr td:first-child {
  width: 200px !important;
  font-size: 17px;
}

.locumpedia-compare-table tbody td {
  vertical-align: middle;
  padding: 1.25rem;
}

.locumpedia-compare-table svg path {
  fill: var(--e-global-color-accent) !important;
}

.locumpedia-compare-table tbody tr td:first-child {
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.locumpedia-compare-table tbody tr td:not(:first-child) {
  color: #000;
  font-weight: 400;
}


.locumpedia-compare-table tbody tr td:not(:first-child) {
  min-width: 30ch;
}

.locumpedia-compare-table img {
  width: 150px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.locumpedia-bg-th__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.locumpedia-tr-spacer {
  height: 100px;
}

span.markBlue {
  background: yellow;
}

.img-comparison {
  width: 120px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.comparation-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comparation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.elementor-post__title:hover a {
  color: var(--e-global-color-accent) !important;
}

.last-story-header {
  display: none;
}

.last-story-header.show {
  display: block;
}

.last-story-header a,
.last-story-header {
  text-decoration: none !important;
}

.last-story-header:hover a {
  text-decoration: none !important;
}

.jobs-title-heading .elementor-heading-title {
  display: none;
}

.jobs-title-heading .elementor-heading-title.show {
  display: block;
}

#loading-jobs-title.hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .custom-dashboard .sidebar {
    display: none;
  }

  html body .custom-dashboard .main-content {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .custom-dashboard .sidebar {
    display: block;
  }
}

.lp3-action-wrapper {
  display: none;
}

.lp3-action-wrapper.show {
  display: block;
}

.lp3-action-wrapper__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.lp3-action-wrapper__inner a {
  color: var(--e-global-color-accent);
  text-decoration: underline;
}

.dt-container .dt-input,
.dt-container select,
.dt-container .select2-selection--single {
  height: 40px !important;
}

.dt-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.dt-container .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.dt-container .select2-selection--single .select2-selection__arrow b {
  height: 40px !important;
}

.lp3-link p {
  margin: 0;
}

.lp3-link a {
  color: var(--e-global-color-accent);
  text-decoration: none !important;
}

.lp3-link a:hover {
  text-decoration: none !important;
  font-weight: 400;
  border-bottom: 1px solid var(--e-global-color-accent);
}

.rewrite-with-ai a {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.ai-settings-btn,
.ai-history-btn {
  height: 40px;
  width: 40px;
  border-radius: 1000px;
  background: transparent !important;
  color: var(--e-global-color-accent) !important;
  border: 1px solid var(--e-global-color-accent) !important;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}

.ai-settings-btn:hover,
.ai-history-btn:hover {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
}

.ai-settings-btn svg,
.ai-history-btn svg {
  padding-right: 0 !important;
}

.field-type-switcher input.jet-form-builder__field:checked {
  background: var(--e-global-color-primary) !important;
}

/* Dashboard Sidebar Styles - Full Height &amp; Sticky */
.custom-dashboard .sidebar {
  position: sticky !important;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 1rem !important;
  z-index: 1000;
}

/* Estilos para el contenido del sidebar */
.custom-dashboard .sidebar .d-flex {
  height: 100%;
  min-height: 100vh;
}

/* Scrollbar personalizado para el sidebar */
.custom-dashboard .sidebar::-webkit-scrollbar {
  width: 6px;
}

.custom-dashboard .sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.custom-dashboard .sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.custom-dashboard .sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Sidebar Overlay para Mobile */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Prevenir scroll cuando sidebar estÃ¡ abierto en mobile */
body.sidebar-open {
  overflow: hidden;
}

/* Estilos responsivos mejorados */
@media screen and (max-width: 768px) {
  .custom-dashboard .sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px !important;
    max-width: 80vw;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .custom-dashboard .sidebar.show {
    transform: translateX(0);
  }
  
  .custom-dashboard .main-content {
    width: 100% !important;
  }
  
  /* BotÃ³n toggle mÃ³vil flotante */
  .mobile-sidebar-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1051;
    background: var(--e-global-color-primary) !important;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
  
  .mobile-sidebar-toggle:hover {
    background: var(--e-global-color-accent) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 769px) {
  .sidebar-overlay {
    display: none !important;
  }
  
  .mobile-sidebar-toggle {
    display: none !important;
  }
  
  .custom-dashboard .main-content {
    padding-left: 0;
  }
}

.upgrade-to-pro-button {
  margin-top: 20px;
}

.upgrade-to-pro-button .btn-upgrade {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  width: 100%;
}

.upgrade-to-pro-button .btn-upgrade:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.upgrade-to-pro-button .btn-upgrade svg {
  padding-right: 0 !important;
}

.mepr-submit {
  background: var(--e-global-color-accent) !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 1000px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.mepr-submit:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.mepr-account-change-password {
  display: none;
}

html body .mepr-form-input {
  height: var(--input-height) !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  padding: 10px 25px !important;
  margin: 0 !important;
  background: #fff !important;
  color: #77838f !important;
}

.hidden_field_lp3 {
  display: none !important;
}

.jobs-title-heading {
  display: none;
}

.jobs-title-heading.show {
  display: block !important;
}

html body a.lp-event-header,
.frm_button_submit {
  background: var(--e-global-color-secondary) !important;
  border-radius: 1000px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

html body a.lp-event-header:hover,
.frm_button_submit:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

html body .tribe-common-c-btn,
html body .tribe-events-c-subscribe-dropdown__button {
  background: var(--e-global-color-accent) !important;
  border-radius: 1000px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  color: #fff !important;
}

html body .tribe-common-c-btn:hover,
html body .tribe-events-c-subscribe-dropdown__button:hover {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

html body .ninja_table_wrapper {
  border: 1px solid var(--e-global-color-primary) !important;
  border-radius: 4px !important;
}

/* tr hover color */
html body .ninja_table_wrapper tbody tr:hover * {
  color: var(--e-global-color-accent) !important;
}

</pre></body></html>