body {
    background-color: #161819;
}

body {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

body, footer:not(.bg--primary):not(.bg--dark) a {
    color: #e0e0e0;
}

.public-search-page .searchResults h6 a, a, .tabs li.active .tab__title span, .tabs li.active .tab__title, .public-search-page .searchResults .resultUrl {
    color: #e61e4d;
}

.public-search-page .searchResults h6 a:hover, a:hover {
    color: #ff2d55;
}

.lead {
    color: #b0b0b0;
}

.bg--secondary {
    background: #1f2124;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary, section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
    border-top: 1px solid #333333;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger, .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a, .menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    color: #e0e0e0;
}

.dropdown .dropdown__content:not([class*='bg-']) {
    background: #121212;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    background: #ff2d55;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    color: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    border-color: #ff2d55;
}

a.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    background: #e61e4d;
}

.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    border-color: #e61e4d;
}

.btn:not([class*="primary"]) {
    background: #2a2a2a;
}

.btn:not([class*="primary"]) .btn__text, .btn i {
    color: #e0e0e0;
}

.btn:not([class*="primary"]) {
    border-color: #444444;
}

.btn:not([class*="primary"]):hover {
    background: #333333;
}

.btn:not([class*="primary"]):hover {
    border-color: #4c4c4c;
}

h1, .h1 {
    color: #ffffff;
}

h2, .h2 {
    color: #ffffff;
}

h3, .h3 {
    color: #ffffff;
}

h4, .h4 {
    color: #ff2d55;
}

h5, .h5 {
    color: #ff2d55;
}

h6, .h6 {
    color: #ff2d55;
}

input[type], textarea, select {
    background: #2a2a2a;
}

input[type], textarea, select {
    border: 1px solid #444444;
}

input[type], textarea, select {
    color: #e0e0e0;
}

.boxed:not([class*='bg-']) {
    background: #1e1e1e;
}

.boxed:not([class*='bg-']) {
    color: #e0e0e0;
}

.boxed.boxed--border {
    border: 1px solid #333333;
}

.table--alternate-row tbody tr:nth-child(odd) {
    background: #1e1e1e;
}

.table--alternate-row tbody tr:nth-child(even) {
    background: #2a2a2a;
}

.table--alternate-row tbody tr {
    color: #e0e0e0;
}

.tabs {
    background: #1e1e1e;
}

.tabs, .tabs li:not(:last-child) {
    border-color: #333333;
}

.accordion-1 li.active .accordion__title, .paging_full_numbers .paginate_active {
    border: 1px solid #ff2d55; background: #ff2d55;;
}


/* Change the main navigation bar background */
nav#menu2.bar-2 {
    background-color: #1f2124 !important; /* Replace with your color */
}

/* Optional: Change the dropdown/submenu background */
nav#menu2 .menu-horizontal li ul {
    background-color: #submenu-color !important; /* For dropdowns if needed */
}
/* Change label-info color from light blue (#21A9E1) to pink (#ff2d55) */
.tag.label.label-info {
    background-color: #ff2d55 !important;
    border-color: #ff2d55 !important;
    color: #ffffff !important; /* White text for better contrast */
}