/*!
Theme Name: CPTheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: CPTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CPTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  margin: 0 !important;
}
#wpadminbar {
  display: none !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  text-size-adjust: auto;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: var(--color-dark-blue);
}

a:hover,
a:focus,
a:active {
  color: var(--color-dark-blue);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}
main {
  min-height: 62vh;
}
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.entry-content {
  margin-top: 0 !important;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Global Settings */
.datepicker {
  width: 100% !important;
}
.required {
  color: var(--color-dark-red);
}
h1.entry-title {
  display: none !important;
}
/* colors variables start*/
.container-fluid {
  overflow: hidden !important;
}
.container {
  margin: auto !important;
}
i {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
}
.cky-consent-container {
  width: 50% !important;
}
.cky-box-bottom-right {
  bottom: 0 !important;
  right: 50% !important;
  transform: translateX(50%) !important;
}
.cky-cookie-des-table li div:first-child {
  width: fit-content !important;
}
:root {
  --color-linear-vertical-blue1: linear-gradient(
    180deg,
    rgba(74, 212, 255, 1) 30%,
    rgba(23, 13, 92, 1) 100%
  );
  --color-linear-vertical-blue2: linear-gradient(
    180deg,
    rgba(23, 13, 92, 1) 30%,
    rgba(74, 212, 255, 1) 100%
  );
  --color-linear-blue1: linear-gradient(
    90deg,
    rgba(74, 212, 255, 1) 30%,
    rgba(23, 13, 92, 1) 100%
  );
  --color-linear-blue2: linear-gradient(
    90deg,
    rgba(23, 13, 92, 1) 30%,
    rgba(74, 212, 255, 1) 100%
  );
  --color-light-blue: #4ad4ff;
  --color-dark-blue: #170d5c;
  --color-extra-dark-blue: #111326;
  --color-dark-red: #ae2943;
  --color-grey: #f1f1f1;
  --color-light-grey: #d5ddde;
  --color-dark-grey: #5e5f64;
  --color-dark-grey2: #e3e3e3;
  --color-dark-grey3: #969696;
  --color-white: #fff;
  --color-black: #000000;
}
/* colors variables end*/
#submit-button[disabled],
.login-submit input[disabled] {
  opacity: 0.6;
}
button[disabled] {
  opacity: 0.6;
}

.elementor-widget-button .elementor-button {
  background-color: initial !important;
  /* display:  initial !important;
  line-height:  initial !important;
  background-color: initial !important;
  font-size:  initial !important;
  padding:  initial !important;
  border-radius:  initial !important;
  color:  initial !important;
  fill:  initial !important;
  text-align:  initial !important;
  transition: all .3s; */
}
.navbar {
  min-height: 76px;
}
.navbar .container-fluid {
  overflow: initial !important;
}
/* * {
  font-family: "Open Sans", sans-serif !important;
} */
body {
  background-color: var(--color-grey);
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
  color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-slide-heading,
.elementor-slide-description,
.elementor-heading-title,
.elementor-button-text,
.elementor-accordion-title,
.main-button,
.nav-link,
.main-button-wrapper,
.job_sub_title,
.sidebar a,
.first_row a {
  font-family: "Barlow Condensed", sans-serif !important;
}
.form-control:focus,
.custom-select:focus {
  border: none !important;
  box-shadow: 0 0 0 0.15rem rgb(174, 41, 67);
}
.pmpro_logged_in_welcome_wrap .pmpro-member-navigation {
  display: none !important;
}
.register-form.hide,
#loginform.hide,
.pmpro_actions_nav.hide {
  display: none !important;
}

.register-form,
#loginform,
#member-profile-edit,
#change-password {
  padding: 1rem;
  border: 1px solid var(--color-white);
  background: var(--color-white);
  border-radius: 10px;
}
.pmpro_asterisk {
  color: var(--color-dark-red);
}
#loginform .register-span {
  color: var(--color-dark-blue);
}
#loginform .register-span a {
  color: var(--color-dark-red);
  text-decoration: none;
  font-weight: 500;
}
#loginform {
  margin-top: 1rem;
  text-align: center;
}
#loginform p label {
  text-align: center;
}
#loginform #wp-submit {
  margin: auto;
}
.pmpro_error {
  margin-top: 1rem !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
.custom-select,
#dateofbirth_m {
  color: var(--color-black);
  border: 1.5px solid var(--color-light-grey);
  border-radius: 3px;
  padding: 0.5rem;
  background-color: var(--color-grey);
  margin: 0.5rem 0;
}
.form-group label {
  color: var(--color-black);
  font-weight: 600;
  width: 100%;
}
.iti {
  display: block !important;
  margin: 0.5rem 0;
}
#dateofbirth_div {
  display: flex;
  flex-wrap: wrap;
}
#dateofbirth_div label {
  width: 100%;
}
#dateofbirth_m,
#dateofbirth_d,
#dateofbirth_y {
  width: 0 !important;
  flex: 1 1 0;
}
.loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width: 100px !important;
}
.loader.show {
  display: flex !important;
}
.loader.hide {
  display: none !important;
}
.chart_wrapping.show {
  display: block !important;
}
.chart_wrapping.hide {
  display: none !important;
}
.members.show {
  display: block !important;
}
.members.hide {
  display: none !important;
}
.members_content.show {
  display: block !important;
}
.members_content.hide {
  display: none !important;
}
.content_btn_wrapper.show {
  display: block !important;
}
.content_btn_wrapper.hide {
  display: none !important;
}
#big_wrapper.show {
  display: block !important;
}
#big_wrapper.hide {
  display: none !important;
}
#settings_content.show {
  display: block !important;
}
#settings_content.hide {
  display: none !important;
}
.error_user_not_approved {
  text-align: center;
}
.filterdisplay.show,
.defaultdisplay.show {
  display: block;
}
.filterdisplay.hide,
.defaultdisplay.hide {
  display: none;
}
section,
.section {
  width: 100%;
  padding: 30px 0;
}
p {
  margin: 0;
}
.container-fluid {
  max-width: 2200px;
}
.white {
  color: var(--color-white) !important;
}
.black {
  color: var(--color-dark-blue) !important;
}
.blue {
  color: var(--color-dark-blue) !important;
}
.tracking_bar {
  text-align: center;
  color: var(--color-white);
  background: var(--color-dark-blue);
  padding: 5px;
}
.tracking_bar a {
  color: var(--color-white);
}
h1.title,
h1 .title,
.title h1 {
  font-size: 3.3rem !important;
}
.title-small,
.title-small h4 {
  font-size: 1rem !important;
  color: var(--color-dark-red) !important;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  font-weight: 600 !important;
}
h3.title-small {
  font-size: 1.1rem !important;
}

.title-small h4 {
  padding-left: 0 !important;
}
.title-small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: scaleY(-50%);
  width: 8px;
  height: 2px;
  background-color: var(--color-dark-red);
}
h2 {
  padding: 5px 0 15px 0;
  margin: 0;
}
h2.title-big,
.title-big h2 {
  font-size: 2.5rem !important;
}
h3.title {
  font-size: 1.9rem;
  font-weight: bold;
}
.header-cta:visited,
.header-cta-wrapper .elementor-heading-title a:visited {
  color: var(--color-dark-blue) !important;
}

.header-cta,
.header-cta-wrapper .elementor-heading-title a {
  font-size: 0.8rem;
  color: var(--color-dark-blue) !important;
  text-transform: capitalize;
  position: relative;
  font-weight: bold;
  margin-bottom: 1rem;
}

.title-big {
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.desc,
.title-big {
}

.plume-div,
.plume-div div {
  background-color: var(--color-dark-blue);
  border: none;
  color: var(--color-white);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
}
.modal.show .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.video-btn {
  background: var(--color-dark-red);
  cursor: pointer;
  width: 4em;
  height: 4em;
  line-height: 2.3em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: none;
  color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-color: var(--color-dark-red);
  border-radius: 50%;
}

.video-btn:visited {
  color: var(--color-white);
  outline: none;
}

.video-btn:hover {
  color: var(--color-white);
  background: var(--color-dark-blue);
  border-color: var(--color-dark-blue);
}

.video-btn:before {
  content: "\25bc";
}

ul.page-numbers,
.pagination {
  margin: 1rem 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
ul.page-numbers li a:visited,
ul.page-numbers li span:visited {
  color: var(--color-dark-grey);
}
ul.page-numbers li a,
ul.page-numbers li span,
span.page-link {
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  border: 2px solid var(--color-light-grey);
  text-decoration: none;
  outline: none;
  font-size: 0.75rem;
}
ul.page-numbers li span,
span.page-link {
  color: var(--color-dark-red);
  border-color: var(--color-dark-red);
}
span.page-numbers.dots {
  border-color: var(--color-light-grey);
  color: var(--color-dark-grey);
}
/* Header Styles */
.site-header {
  z-index: 11111 !important;
}
.navbar-nav .nav-link {
  color: var(--color-dark-blue);
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-nav .bg--red .nav-link {
  color: var(--color-white);
}
@keyframes mymove {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    opacity: 1;

    display: block;
  }
}
.sub-menu .nav-item {
    padding: 3px 0 !important;
}

.nav-item .sub-menu {
  opacity: 0;
  display: none;
}
.nav-item:hover,
.current-menu-item {
  background: var(--color-dark-blue);
}
.nav-item:hover .nav-link,
.current-menu-item .nav-link,
.nav-item:hover span {
  color: var(--color-white);
  font-weight: 600;
}
.nav-item:hover .sub-menu,
.nav-item:focus .sub-menu {
  display: block;
  opacity: 1;
  animation: mymove 0.5s;
}
.sub-menu .menu-item:hover .nav-link {
  color: var(--color-dark-red);
  font-weight: bold;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-dark-blue);
}
.nav-item {
  position: relative;
}

.nav-item .sub-menu {
  position: absolute;
  background: var(--color-dark-blue);
  z-index: 1111;
  margin: 0;
  list-style-type: none;
  padding: 10px;
  left: 0;
  top: 4.8rem;
  width: max-content;
  text-align: left;
}

.nav-item a {
  padding: 1rem !important;
}

.nav-item .sub-menu li a {
  color: var(--color-white);
  padding: 0.5rem 1rem !important;
}

/* banner section */
.banner-section {
  padding-top: 0;
}

.banner-section h1 {
  text-transform: uppercase;
}
.banner {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .black-overlay {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.events-page .view-toggle {
  display: flex;
  justify-content: flex-end;
}
.events-page .view-toggle .pmpro_btn.disabled {
  opacity: 1 !important;
}
.banner .wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 11;
}
.banner .wrapper .title {
  color: var(--color-white);
  text-transform: uppercase;
}
.banner .wrapper p {
  color: var(--color-white);
  text-transform: uppercase;
}

/* Chapter Cards */
.chapters {
  position: relative;
}
.chapters .shared {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transition: all ease-in-out 0.3s;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-dark-blue);
  width: 95px;
  text-align: left;
}
.chapters:hover .shared {
  bottom: 32px;
  transition: all ease-in-out 0.3s;
}
.chapters .shared:hover {
  transition: all ease-in-out 0.3s;
  color: var(--color-dark-red);
}
.chapters .shared img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.chapters .shared_email img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.chapters .shared_email {
  position: absolute;
  bottom: 48px;
  right: 24px;
  transition: all ease-in-out 0.3s;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-dark-blue);
  width: 95px;
  text-align: left;
}
.chapters:hover .shared_email {
  bottom: 56px;
  transition: all ease-in-out 0.3s;
}
.chapters .shared_email:hover {
  transition: all ease-in-out 0.3s;
  color: var(--color-dark-red);
}

.chapters_cards_section .card_image {
  height: 50px;
  width: 50px;
  max-width: 50px;
  justify-content: center;
}
.chapters_cards_section .card {
  padding: 1rem !important;
}
.chapters_cards_section .cards .elementor-widget-container {
  width: 100%;
}
.chapters_cards_section .card_image img {
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  height: 100%;
}
.chapters-page .chapters_cards_section .card_image img {
  width: auto !important;
}
.chapters_cards_section .card_sub_title,
.chapters_cards_section .card_desc {
  font-size: 0.9rem !important;
  outline: none !important;
  text-decoration: none !important;
}
.chapters_cards_section .card_sub_title h2 {
  font-size: 1rem !important;
  outline: none !important;
  text-decoration: none !important;
  color: var(--color-dark-blue) !important;
}
.chapters_cards_section .card_sub_title {
  padding-bottom: 0 !important;
  color: var(--color-dark-blue) !important;
}
.chapters_cards_section .card_header,
.chapters_cards_section .card_header:visited {
  font-weight: bold !important;
  color: var(--color-black) !important;
}
.chapters_cards_section a.card {
  outline: none !important;
  text-decoration: none !important;
}
.chapter_blocks .desc ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.chapter_blocks .desc li {
  position: relative;
  padding-left: 15px;
  line-height: 1.8;
}
.chapter_blocks .desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 2px;
  background-color: var(--color-dark-red);
}

.cards *::before,
.cards *::after {
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@keyframes animate-start1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animate-end1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animate-start2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animate-end2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animate-start3 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-end3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animate-start4 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-end4 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.card {
  -webkit-transform: translateY(0);
  transition: all ease-in-out 0.35s;
}
.card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: all ease-in-out 0.5s;
}

.events-section .card:hover {
  -webkit-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}

.card span.linear_border:nth-child(1) {
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-animation: animate-end1 0.3s linear forwards;
  animation: animate-end1 0.3s linear forwards;
  display: inline-block;
}
.card span.linear_border:nth-child(3) {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-animation: animate-end2 0.3s linear forwards;
  animation: animate-end2 0.3s linear forwards;
  display: inline-block;
}

.card span.linear_border:nth-child(2) {
  position: absolute;
  width: 3px;
  height: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  display: inline-block;
}
.card span.linear_border:nth-child(4) {
  position: absolute;
  width: 3px;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  display: inline-block;
}
.card .box {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.75rem;
  letter-spacing: -0.15rem;
}
.card:hover .box span {
  color: var(--color-dark-red);
}
.card .box span {
  font-size: 4rem;
  color: var(--color-dark-grey);
}
.cards_item {
  width: 25%;
  display: flex;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  position: relative;
}
.cards_item a {
  text-decoration: none !important;
}
.cards_item:first-child {
  padding-left: 0;
}
.card {
  background-color: var(--color-white);
  border: none;
  width: 100%;
  padding: 2.6rem;
  border-radius: 1%;
  overflow: hidden;
  gap: 0.5rem !important;
}

.card_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}

.card_image {
  margin-right: 8px;
  border-radius: 50%;
  background: var(--color-grey);
  max-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_image .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_image img {
  max-width: 50px !important;
  max-height: 50px;
}

.card_title {
  color: var(--color-dark-blue);

  font-weight: 800;
  text-transform: capitalize;
  margin: 0px;
}
.card_sub_title {
  color: var(--color-dark-blue);

  text-transform: capitalize;
  margin: 0px;
}

.card_desc,
.card_desc a {
  color: var(--color-dark-red);

  margin-bottom: 0.5rem;
  font-weight: 700;
}

.main-button,
.main-button:visited,
.main-button:hover,
.secondary-button,
.secondary-button:hover,
.secondary-button:visited,
.pmpro_actionlinks > a,
.pmpro_actionlinks > a:visited,
.pmpro_actionlinks > a:hover,
.pmpro_card_actions a,
.pmpro_card_actions a:visited,
.pmpro_card_actions a:hover,
.wrapperDiv .action_btns,
.wrapperDiv .action_btns:visited,
.wrapperDiv .action_btns:hover,
#pmpro_account > a,
#pmpro_account > a:visited,
#pmpro_account > a:hover,
.elementor-slide-button,
.elementor-slide-button:visited,
.elementor-slide-button:hover,
.pmpro_btn,
.pmpro_btn:visited,
.pmpro_btn:hover,
.login-submit input,
.login-submit input:visited,
.login-submit input:hover {
  color: var(--color-white);
  outline: none;
  text-decoration: none;
}
.wrapperDiv .action_btns,
#pmpro_account > a,
.pmpro_actionlinks > a,
.pmpro_card_actions a,
.elementor-slide-button,
.pmpro_btn,
.login-submit input {
  position: relative !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  padding: 0.7rem 1.4rem !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: 0.5s ease-out !important;
  display: block !important;
  overflow: hidden !important;
  width: fit-content !important;
  letter-spacing: 1.1px !important;
  border: 1px solid var(--color-dark-red) !important;
  border-color: var(--color-dark-red) !important;
  background: var(--color-dark-red) !important;
  border-radius: 0 !important;
}
.main-button-wrapper,
.secondary-button-wrapper,
.elementor-widget-button .elementor-button {
  position: relative !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  padding: 0.7rem 1.4rem !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: 0.5s ease-out !important;
  display: block !important;
  overflow: hidden !important;
  width: fit-content !important;
  margin: auto !important;
  letter-spacing: 1.1px !important;
}

.elementor-slide-button:hover,
#pmpro_account > a:hover,
.wrapperDiv .action_btns:hover,
.pmpro_actionlinks > a:hover,
.pmpro_card_actions a:hover,
.pmpro_btn:hover,
.login-submit input:hover {
  border-color: var(--color-dark-blue) !important;
}
.main-button-wrapper:after,
.login-submit input:after,
.pmpro_btn:after,
.elementor-slide-button:after,
.wrapperDiv .action_btns:after,
#pmpro_account > a:after,
.pmpro_actionlinks > a:after,
.pmpro_card_actions a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--color-dark-red) !important;
  transition: 0.5s ease-out;
}
.secondary-button-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--color-white);
  transition: 0.5s ease-out;
}

.main-button-wrapper,
.elementor-slide-button,
.pmpro_actionlinks > a,
.pmpro_card_actions a,
.wrapperDiv .action_btns,
#pmpro_account > a,
.pmpro_btn,
.login-submit input {
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
    to right,
    var(--color-dark-blue) 50%,
    var(--color-dark-red) 50%
  ) !important;
  background-position: right !important;
  background-size: 201% !important;
}
.secondary-button-wrapper {
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
      to right,
      var(--color-dark-red) 50%,
      var(--color-dark-blue) 50%
    )
    right;
  background-size: 201%;
}
.main-button-wrapper:hover:after,
.login-submit input:hover:after,
.pmpro_btn:hover:after,
.elementor-slide-button:hover:after,
.wrapperDiv .action_btns:hover:after,
#pmpro_account > a:hover:after,
.pmpro_actionlinks > a:hover:after,
.pmpro_card_actions a:hover:after {
  border: 1px solid transparent !important;
  transition: 0.5s ease-in-out !important;
}
.main-button-wrapper:hover,
.login-submit input:hover,
.pmpro_btn:hover,
.elementor-slide-button:hover,
.wrapperDiv .action_btns:hover,
#pmpro_account > a:hover,
.pmpro_actionlinks > a:hover,
.pmpro_card_actions a:hover {
  background-position: left !important;
  transition: 0.5s ease-in-out !important;
  color: var(--color-white) !important;
  cursor: pointer !important;
}
.main-button-wrapper button,
.main-button-wrapper button:hover,
.main-button-wrapper button:focus,
.main-button-wrapper button:target,
.main-button-wrapper button:focus-visible,
.main-button-wrapper button:active {
  border: none;
  padding: 0;
  background: none;
  text-transform: uppercase;
  position: relative;
  box-shadow: none;
  z-index: 111;
  font-weight: 600;
  letter-spacing: 1.1px;
}
.secondary-button-wrapper:hover:after {
  border: 1px solid var(--color-dark-red);
  transition: 0.5s ease-in-out;
}
.secondary-button-wrapper:hover {
  background-position: left;
  transition: 0.5s ease-in-out;
  color: var(--color-white);
  cursor: pointer;
}

/* Homepage */

.homepage_banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.homepage_banner .button-banner {
  position: relative !important;
  z-index: 111111;
}
.homepage_banner .main-button-wrapper {
  margin-left: 0;
  z-index: 111111;
}
.homepage_banner .sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--color-extra-dark-blue);
  width: 60px;
  overflow: hidden;
  gap: 0 !important;
}
.instagram_div {
  background: #1d1f4e;
}
.facebook_div {
  background: #262b6b;
}
.linkedin_div {
  background: #31368a;
}
.sm-icon--wrapper {
  width: 100%;
  padding: 0.5rem 0;
}
/* Right Icons Wrapper */
.nav-right-header {
  margin-left: -50px;
  max-width: 45px;
  top: 250px;
}
.nav-right-header > div {
  box-shadow: 0 2px 5px 1px var(--color-dark-grey);
}
.banner-right-icons--wrapper {
  padding: 15px 35px 15px 15px;
  margin: 0 -10px 2px 0;
  background: var(--color-extra-dark-blue);
  z-index: 3;
  transition: all ease-in-out 0.3s;
  position: relative;
  transform: translateX(5px);
}
.banner-right-icons--wrapper img {
  max-width: 18px;
}

.banner-right-icons--wrapper:hover {
  margin-right: 0;
  transform: translateX(0);
  transition: all ease-in-out 0.3s;
}

.banner-right-icons--wrapper a {
  margin-left: 0;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.banner-right-icons--text {
  position: absolute;
  letter-spacing: 1.1px;
  right: -150px;
  width: 170px;
  z-index: 0;
  opacity: 0;
  padding: 15px;
  margin-top: -39px;
  background: var(--color-dark-blue) !important;
  color: var(--color-white);
  text-align: center;
}

.banner-right-icons--wrapper:hover .banner-right-icons--text {
  right: 50px;
  display: inline-block;
  opacity: 1;
  transition: opacity ease-in-out 0.5s;
}

.homepage_banner .sidebar .icon-wrapper {
  width: 100%;
  max-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.homepage_banner .sidebar .icon-wrapper img {
  max-height: 20px;
}
.homepage_banner .sidebar,
.homepage_banner .swiper {
  height: 90vh;
}
.homepage_banner .mySwiper {
  padding: 0 !important;
}
.homepage_banner .mySwiper > .e-con-inner {
  padding: 0 !important;
  max-width: initial !important;
}
.homepage_banner .swiper {
  width: 100%;
}

.homepage_banner .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.homepage_banner .elementor-slide-heading::before,
.homepage_banner .swiper-slide .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background: var(--color-light-blue);
}
.homepage_banner .elementor-slide-heading,
.homepage_banner .swiper-slide .category {
  position: relative;
  color: var(--color-light-blue);
  text-transform: uppercase;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  padding-left: 14px !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.homepage_banner .button-banner {
  animation-name: fade-in;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.homepage_banner .elementor-slide-description,
.homepage_banner .swiper-slide .title {
  position: relative !important;
  display: block !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  animation-name: typing;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
  overflow: hidden;
  white-space: nowrap;
  font-size: 3.3rem !important;
}

.homepage_banner .swiper-slide .title-wrapper {
  margin-bottom: 1rem;
}

.homepage_banner .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-light-grey);
  opacity: 1;
  width: 8px !important;
  height: 8px !important;
}

.homepage_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-dark-red);
  opacity: 1;
}
.homepage_banner .swiper-pagination {
  text-align: left;
  bottom: 3rem !important;
  position: relative;
  padding-left: 1rem;
}
.homepage_banner .swiper-slide-inner {
  padding-left: 1rem !important;
}

/* Alumni Figures Section */
.alumni-metrics .card_span {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 5.5rem !important;
  line-height: 1 !important;
}
.alumni-metrics .count:after {
  content: "+";
  position: relative;
}
.alumni-metrics .title-big p {
  margin-bottom: 0;
}
.alumni-metrics .card_image {
  background: transparent;
  justify-content: flex-start;
  min-height: 80px;
}
.alumni-metrics .range {
  font-weight: 700;
  margin-bottom: 0;
}
.alumni-metrics .card_desc {
  margin-bottom: 0.25rem;
  color: var(--color-dark-blue);
  text-transform: uppercase;
  margin-bottom: 0;
}
.alumni-metrics .button,
.alumni-metrics .button a {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: var(--color-light-blue) !important;
  text-decoration: none !important;
  letter-spacing: 1.1px !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.alumni-metrics .button:hover {
  color: var(--color-dark-red);
  transition: all ease-in 0.2s;
}
.alumni-metrics .hm--metrics-second-block {
  display: flex;
  grid-auto-flow: column;
  grid-gap: 1rem;
  justify-content: space-between;
}

.alumni-metrics .hm--metrics-second-block .col-8-first-col {
  width: 63%;
}
.alumni-metrics .hm--metrics-second-block .col-4-second-col {
  display: table-cell;
  width: 35%;
}
.alumni-metrics .hm--metrics-second-block .col-8-first-col {
  background: var(--color-dark-blue);
  padding: 2rem;
}
.alumni-metrics .hm--metrics-second-block .col-4-second-col {
  background: var(--color-dark-red);
  padding: 1rem;
}
.alumni-metrics .hm--metrics-second-block .col-4-second-col .title-wrapper,
.alumni-metrics .hm--metrics-second-block .col-8-first-col .title-wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.alumni-metrics .hm--metrics-second-block .title,
.alumni-metrics .hm--metrics-second-block .desc {
  text-transform: uppercase;
}
.alumni-metrics .hm--metrics-second-block .col-4-second-col .title,
.alumni-metrics .hm--metrics-second-block .col-8-first-col .title,
.alumni-metrics .hm--metrics-second-block .col-8-first-col .desc {
  color: var(--color-white);
}
.alumni-metrics
  .hm--metrics-second-block
  .col-8-first-col
  .title-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 5%;
  background: var(--color-white);
}
.alumni-metrics
  .hm--metrics-second-block
  .col-8-first-col
  .main-button-wrapper {
  margin-right: 0.5rem;
}
.hm--metrics-second-block .col-8-first-col .button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  position: relative;
  padding-top: 16px !important;
}
.hm--metrics-second-block .col-8-first-col .button-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 5%;
  background: var(--color-white);
}
.hm--metrics-second-block
  .col-8-first-col
  .button-wrapper
  .elementor-widget-button {
  margin: 0 !important;
}
.hm--metrics-second-block
  .col-8-first-col
  .button-wrapper
  .main-button-wrapper {
  margin-right: 8px !important;
}
.alumni_metrics_sous_title {
  font-size: 1.9rem !important;
  font-weight: bold !important;
}
.alumni-metrics .hm--metrics-second-block .col-8-first-col .button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.alumni-metrics .cards h5,
.alumni-metrics .card_span {
  font-size: 1.9rem;
  font-weight: bold;
}

/* Community Section*/
.community-section .banner {
  height: 400px;
}
.community-section .banner .wrapper p {
  text-transform: none;
}
.community-section .wrapper {
  padding: 0 1rem;
}
.community-section .title {
  margin-bottom: 0.5rem;
}
.community-section .small-desc {
  font-size: 0.8rem !important;
  color: var(--color-white) !important;
}

/* Discover Section*/
.career-section {
  background: var(--color-dark-blue);
  padding: 3rem 1rem;
}
.career-section .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.career-section .title-big {
  color: var(--color-white);
  width: 70%;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Contact us Section*/
.events-section .wrapper,
.events-section .wrapper .e-con-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.events-section .wrapper .header-cta {
  text-decoration: none;
}
.events-section .events-swiper {
  padding: 0 0 20px 0;
}
.events-swiper .swiper-slide {
  min-width: 250px;
  max-width: 250px;
}
.events-section .events-swiper .swiper-slide,
.event-single-card {
  height: 250px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 5px 0px #fefefe;
  border: 1px solid #dedede;
  border-radius: 2%;
}

.single_event_section .events-section .card {
  background-color: transparent;
}
.single_event_section .events-section .event-single-card {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none !important;
}
.events-section .events-swiper .swiper-pagination-bullet-active,
.events-section .swiper-pagination-bullet-active {
  background: var(--color-dark-blue) !important;
}
.events-section .events-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.events-section .additional-infos {
  text-align: center;
}
.events-section .paragraph {
  width: 70%;
  margin: 1rem auto;
}

.events-section .mask {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.events-section .swiper-slide:hover .events_img::after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.events-section .event_info {
  color: var(--color-white);
  position: absolute;
  z-index: 10;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  margin: auto;
  padding: 0.5rem;
  opacity: 0;
  border: 1px solid var(--color-white);
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: initial;
}
.events-section .swiper-slide:hover .mask,
.events-section .event-single-card:hover .mask {
  opacity: 1;
}
.events-section .swiper-slide:hover .event_info,
.events-section .event-single-card:hover .event_info {
  opacity: 1;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, margin 0.3s ease-out;
  transition: opacity 0.3s ease-out, margin 0.3s ease-out;

  text-align: center;
}

.events-section .col .card {
  padding: 0;
}
.events-section .col .event_info {
  justify-content: space-between;
}
.events-section .col .event_info .event_content {
  color: var(--color-grey);
}
.event_link img {
  width: 30px;
}
.event_link svg path {
  fill: var(--color-white);
}
.event_link:hover svg path {
  fill: var(--color-light-blue);
}
/* Collapsible designs */
.faqanswer {
  display: none;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.faqanswer p {
  line-height: 17px;
  color: var(--color-dark-blue);
  margin-bottom: 0;
}

a.active {
  font-weight: bold;
}

.togglefaq {
  color: var(--color-black);

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.togglefaq img {
  max-height: 14px;
}
.togglefaq p {
  margin-bottom: 0;
}

/* Contact us Section*/
.contact-us-section .title-big p {
  margin-bottom: 0;
}
.contact-us-section .range {
  color: var(--color-dark-blue);
  font-weight: 600;
}
.contact-us-section .cards_item:last-child,
.alumni-metrics .cards_item:last-child {
  padding-right: 0;
}
.contact-us-section .cards_item {
  width: 33.33%;
}
.contact-us-section .cards_item .card {
  padding: 1rem;
}

.contact-us-section .cards_item .card .card_image {
  background: none;
  margin-bottom: 1rem;
  justify-content: flex-start;
}
.contact-us-section .cards_item .card .card_image img {
  max-height: 40px;
}
.contact-us-section .cards_item .card h5,
.contact-us-section .card_span {
  font-weight: 700;
  font-size: 0.8rem;
}
.contact-us-section .card_span {
  text-transform: capitalize;
  color: var(--color-black) !important;
  font-size: 1.3rem !important;
}
.contact-us-section .card .card_desc {
  margin-bottom: 0;
  color: var(--color-black) !important;
  text-transform: initial !important;
  font-weight: normal !important;
}
.contact-us-section .cards_item .card .link,
.contact-us-section .card .link {
  margin-top: 0.25rem;
}
.contact-us-section .cards_item .card .link a:visited,
.contact-us-section .card .link a:visited {
  color: var(--color-dark-red);
}
.contact-us-section .cards_item .card .link a,
.contact-us-section .card .link a {
  text-decoration: none !important;
  color: var(--color-dark-red) !important;
  font-size: 0.7rem !important;
  font-weight: bold !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-left: 0 !important;
}
/* FAQ Section */
.faq-section {
  background: var(--color-white);
  overflow: hidden !important;
}
.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.faq-section .cards_item:nth-child(2n + 1) {
  padding-left: 0;
}
.faq-section .cards_item:nth-child(2n) {
  padding-right: 0;
}
.faq-section .faq-header .title {
  color: var(--color-dark-blue);
  text-transform: uppercase;
}
.faq-section .faq-header .sub-title,
.faq-section .faq-header .sub-title a {
  color: var(--color-black);
  text-decoration: none;
}
.faq-section .faq-header .main-button-wrapper {
  margin: initial !important;
}

.faq-section .faq-header .button-wrapper {
  margin-top: 0.5rem;
}
.faq-section .faq-header2 .sub-title a {
  font-size: 1rem !important;
  color: var(--color-black) !important;
  text-transform: initial !important;
  font-weight: initial !important;
  padding: initial !important;
  text-decoration: initial !important;
  text-align: initial !important;
  transition: initial !important;
  display: initial !important;
  overflow: initial !important;
  width: initial !important;
  margin: initial !important;
  letter-spacing: initial !important;
}
.faq-section .cards_item {
  width: 50%;
  height: max-content;
}
.faq-section .cards_item .card {
  background: var(--color-grey);
  padding: 1rem;
}
.faq-section .cards_item .card a {
  text-decoration: none;
  outline: none;
}
.faq-section .cards_item .card .card_desc {
  color: var(--color-black);
  margin-bottom: 0;
}
.faq-section .cards_item .card .card_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.togglefaq.active img {
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.faq-section .cards .elementor-accordion-item {
  background: var(--color-grey) !important;
  padding: 1rem !important;
  border: none !important;
  width: 100% !important;
  border-radius: 1% !important;
  overflow: hidden !important;
  margin-bottom: 1rem;
}
.elementor-tab-title.elementor-active a {
  font-weight: 600 !important;
}
.faq-section .elementor-accordion .elementor-tab-content {
  border-top: none !important;
  color: var(--color-dark-blue) !important;
  padding-left: 0 !important;
}
.faq-section .elementor-accordion-title {
  color: var(--color-black) !important;
  font-weight: initial !important;
}
.faq-section .elementor-accordion .elementor-tab-title {
  padding: initial !important;
}
.faq-section .elementor-accordion-icon {
  float: right !important;
}
.faq-section .elementor-accordion-icon svg {
  fill: var(--color-dark-red) !important;
}

/* About us page */

/* history section */
.history_section p,
h1 {
  margin: 0;
}

.history-img img {
  height: 100%;
}

.center-element {
  width: 100%;
  height: 0px !important;
  position: relative;
  z-index: 111;
  margin-top: -10px !important;
}
.block-column {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

/* overview section */
.overview-section .desc h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.overview-section .image {
  height: 100%;
}
.overview-section .image img {
  width: 100%;
  height: 100%;
}
.overview-section .col-8 {
  display: flex;
  align-items: center;
}
.overview-section .desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* video section */

.video-section {
  height: 570px !important;
  display: flex !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.video-section .row {
  width: 100%;
  margin: 0;
}
.video-section .text-block {
  height: 100%;
  width: 40%;
  background-color: var(--color-dark-red);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-section .text-block .video-title {
  text-transform: uppercase;
  width: 70%;
  color: var(--color-white);
}
.video-section .elementor-wrapper.elementor-open-inline {
  aspect-ratio: initial !important;
  filter: initial !important;
  height: 550px !important;
  position: relative;
}
.video-section .video-block {
  width: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 !important;
}
.video-section .video-block-full {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.video-section .video-block-full:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  position: absolute;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}

/* Bylaws Page */
.bylaws-page .card {
  padding: 1rem;
}
.bylaws-page .card_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.bylaws-page .card_image {
  margin-right: 0.5rem;
  background: none;
  width: 20px;
  height: 20px;
}
.bylaws-page .card_desc {
  color: var(--color-dark-red);
  text-decoration: none;
  margin: 0;
}

/* Useful links Page*/
.useful_links-page .card {
  background-color: transparent;
  transition: all ease-in-out 0.5s;
}
.useful_links-page .card:hover {
  background-color: var(--color-white);
}
.useful_links-page .card_desc {
  text-transform: capitalize;
  text-decoration: none;
}
.useful_links_section .card_title {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}
.useful_links_section .card_desc {
  font-size: 0.75rem;
  color: var(--color-dark-red);
  transition: all ease-in-out 0.5s;
}
.useful_links_section .card_desc:hover {
  color: var(--color-dark-blue);
}

/* Chapter Single Page */
.members_section .card {
  padding: 2rem;
}
.members_section.commities .card_content.com {
  padding: 0.5rem 1rem;
}
.members_section.commities .card {
  padding: 0;
}
.members_section .cards_item {
  display: block;
}
.members_section .cards_item .card_image_wrapper {
  padding: 0;
}
.members_section .cards_item .card_image_wrapper .card_image img,
.members_section .cards_item .card_image_wrapper .card_image {
  height: initial;
  max-height: 195px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.members_section.commities .cards_item .card_name a {
  color: var(--color-dark-blue);
}
.members_section .cards_item .card_name {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0;
}
.members_section .cards_item .card_promo {
  font-size: 0.75rem;
  color: var(--color-dark-grey);
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.members_section .cards_item .card_position {
  font-size: 1rem;
  color: var(--color-dark-red);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.members_section .footer-card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.members_section .footer-card-wrapper .social_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.members_section .footer-card-wrapper .social_wrapper a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0.5rem;
  padding: 0.25rem;
  background-color: var(--color-grey);
}
.members_section .footer-card-wrapper .social_wrapper a svg path {
  fill: var(--color-dark-grey);
  transition: all ease-in-out 0.2s;
}
.members_section .footer-card-wrapper .social_wrapper a:hover svg path {
  fill: var(--color-light-grey);
}
.members_section.commities .card_image_wrapper img {
  max-height: 308px;
  min-height: 250px;
}
/* Event Single Page */
.heading .heading-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.heading .heading-wrapper span {
  font-size: 3rem;
  padding-right: 1rem !important;
  font-weight: normal !important;
}

.heading .heading-wrapper,
.heading .heading-wrapper:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-dark-blue);
}

.heading .heading-wrapper .title-big {
  padding: 0;
  color: var(--color-dark-blue);
}
#gallery_swiper,
#gallery_swiper .swiper-wrapper,
#gallery_swiper .swiper-wrapper .swiper-slide {
  max-height: 400px;
  height: initial;
}
#gallery_swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_event_section .event_detail .image_wrapper img {
  width: 100%;
  height: 100%;
}
.single_event_section .event_detail .event_title {
  font-weight: 600;
}
.single_event_section .event_detail .event_date {
  font-size: 1rem;
  color: var(--color-dark-red);
  margin-top: 0.25rem;
}
.single_event_section .event_detail .event_location {
  color: var(--color-dark-red);
  font-size: 0.75rem;
  font-style: italic;
}

.add_to_calendar_btn {
  margin-left: -8px !important;
}

/* Committee Page */
.dropdown-wrapper .dropdown {
  z-index: 111;
}
.dropdown-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.dropdown-wrapper h1 {
  margin-bottom: 0;
}
.dropdown-wrapper .list-unstyled {
  height: 35px;
  width: 150px;
  border: 1px var(--color-light-grey) solid;
  margin: 0;
  background-color: var(--color-white);
}
.dropdown-wrapper .list-unstyled li.init {
  z-index: 2;
  position: relative;
}
.dropdown-wrapper .list-unstyled li.init::after {
  content: "\25be";
  position: absolute;
  right: 0.5rem;
  top: 5px;
}
.dropdown-wrapper .list-unstyled li {
  padding: 5px 10px;
  z-index: 2;
}
.dropdown-wrapper .list-unstyled li:not(.init) {
  width: 150px;
  display: none;
  background: var(--color-white);
}
.dropdown-wrapper .list-unstyled li:not(.init):hover,
.list-unstyled li.selected:not(.init) {
  background: var(--color-white);
  border: 1px var(--color-light-grey) solid;
}
.dropdown-wrapper li.init {
  cursor: pointer;
}
.dropdown-wrapper li.active {
  display: none !important;
}
.dropdown-wrapper a#submit {
  z-index: 1;
}

/* Community Page*/
.community_section {
  padding-bottom: 0;
}
.community_section #ajaxsearchlite1 .probox .proinput input,
.community_section div.asl_w .probox .proinput input,
.community_section #ajaxsearchlite1 .probox .proinput ::placeholder,
.community_section div.asl_w .probox .proinput ::placeholder,
#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput,
#ajaxsearchlite1 .probox,
div.asl_w .probox,
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon,
div.asl_w .probox .promagnifier {
  color: var(--color-black) !important;
  background-color: var(--color-white) !important;
  background: var(--color-white) !important;
  height: 48px !important;
}
div.asl_w .probox .promagnifier .innericon svg {
  fill: var(--color-black) !important;
}
div.asl_w .probox .promagnifier {
  padding-right: 1rem !important;
}
div.asl_w .probox .proclose,
div.asl_w .probox .promagnifier,
div.asl_w .probox .prosettings {
  height: 48px !important;
}
div.asl_w .probox .proloading {
  margin-top: 0.5rem !important;
}
div.asl_m .probox div.asl_simple-circle {
  border-color: var(--color-black) !important;
  border-right-color: transparent !important;
}
.community_section .search_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.community_section .search_wrapper .main-button-wrapper {
  width: 18% !important;
}
.community_section .search_wrapper .form-outline {
  width: 80%;
  position: relative;
}
.community_section .search_wrapper .form-outline input {
  padding: 0.6rem 3rem 0.6rem 1rem;
}
.community_section .search_wrapper .form-outline .search_icon {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
}
.community_section .search_wrapper .form-outline .search_icon svg path {
  fill: var(--color-dark-blue);
}

/* single job page */
.single_job_section .information_big_card {
  background: var(--color-white);
  padding: 2rem;
}
.single_job_section .information_big_card .job_status {
  position: relative;
  top: initial;
  right: initial;
}
.single_job_section .information_card {
  width: 50%;
  margin: auto;
  align-items: center;
  text-align: center;
}
.information_card .location_date_wrapper {
  justify-content: center !important;
}
.information_card .job_sub_description {
  width: 100% !important;
  margin-bottom: 3rem;
  font-size: 1rem !important;
}
.information_card .job_sub_title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.single_job_section .job_company_name {
  font-size: 1.4rem !important;
}
.single_job_section .job_deadline_date_wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.job_deadline_date_wrapper a,
.job_deadline_date_wrapper a:visited {
  color: #000;
}
.job_deadline_date_wrapper a:hover,
.job_deadline_date_wrapper a:visited:hover {
  color: var(--color-dark-red);
}
.single_job_section .job_deadline_title {
  margin-right: 0.25rem;
}
.single_job_section .job_icon {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: var(--color-light-grey);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_job_section .job_icon img {
  border-radius: 50%;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contenttabnav a {
  text-decoration: none;
}
.contenttabnav {
  z-index: 111;
  position: relative;
  padding-top: 1rem;
}
.contenttabnav .reset-btn {
  font-size: 0.6rem;
  color: var(--color-dark-red);
  float: right;
  cursor: pointer;
  margin-top: 6px;
  letter-spacing: 1.2px;
}
.contenttabnav .heading-filters {
  text-transform: uppercase;
  font-weight: 600;
}
.contenttabnav .filtercheck {
  margin-bottom: 1rem;
}
.contenttabnav .checkfilter {
  background: var(--color-white);
  padding: 1rem;
  border: 1px solid var(--color-light-grey);
  border-radius: 5px;
}
.contenttabnav .checkfilter h6 {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 600;
}
.contenttabnav .checkfilter .checkbox-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}
.contenttabnav .checkfilter label {
  color: var(--color-black);
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
.contenttabnav .displayct .cards_item {
  width: 50%;
}
.contenttabnav .custom-select {
  position: relative !important;
}
.custom-select::after {
  content: "\25be" !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: 5px !important;
}
.contenttabnav .card {
  padding: 1rem;
  justify-content: space-between;
}
.contenttabnav .card .card_header {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.contenttabnav .card .company-name .job_logo img {
  border-radius: 50%;
}
.contenttabnav .card .main-button-wrapper a {
  position: relative;
  z-index: 111;
}
.contenttabnav .card .company-name .job_logo {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: var(--color-light-grey);
  margin-right: 0.5rem;
  display: block;
}
.information_card .job_company_name {
  display: block !important;
  margin-top: 0.5rem;
}
.job_status {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-black);
  text-transform: capitalize;
}
.job_status span {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.open .job_status span {
  background: var(--color-dark-blue);
}
.closed .job_status span {
  background: var(--color-dark-red);
}
.pending .job_status span {
  background: var(--color-dark-grey);
}
.closed .main-button-wrapper,
.pending .main-button-wrapper {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.contenttabnav .card .company-name,
.information_card .job_company_name {
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.information_card .location_date_wrapper {
  padding-left: 0 !important;
}
.contenttabnav .card .location_date_wrapper,
.information_card .location_date_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding-left: 2.6rem;
}
.contenttabnav .card .location,
.information_card .location,
.contenttabnav .card .date,
.information_card .date,
.contenttabnav .card .job_deadline_title,
.information_card .job_deadline_title {
  font-size: 0.85rem;
}
.contenttabnav .card .date,
.information_card .date {
  margin-left: 0.5rem;
}
.contenttabnav .card .date i,
.information_card .date i {
  color: var(--color-black);
}
.contenttabnav .card .location i,
.information_card .location i {
  color: var(--color-dark-red);
}
.contenttabnav .card .card_body {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
}
.contenttabnav .card .job_sub_title,
.information_card .job_sub_title {
  font-size: 1rem;
  font-weight: 600;
}
.contenttabnav .card .job_sub_descriptio,
.information_card .job_sub_description {
  font-size: 0.8rem;
  width: 80%;
}
.contenttabnav .card .card_footer .main-button-wrapper {
  margin-right: 0 !important;
}
.contenttabnav .card .card_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contenttabnav .card .job_deadline_date_wrapper {
  display: block;
}
.contenttabnav .card .job_deadline_date,
.information_card .job_deadline_date {
  font-size: 0.85rem;
  font-weight: 600;
}
.contenttabnav .card .main-button-wrapper {
  margin-right: 0;
}
.bylaws_cards .card_content {
  padding-left: 0 !important;
}
.bylaws_cards .card_content img {
  max-width: 24px !important;
  max-height: 24px;
}

.bylaws_cards {
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bylaws_cards .card {
  width: 24% !important;
}
/* Media Query */
@media screen and (min-width: 768px) {
  /* cards */

  .bylaws_cards .cards_item:nth-child(4n + 1),
  .useful_links_section .cards_item:nth-child(4n + 1),
  .members_section .cards_item:nth-child(4n + 1),
  .chapters_cards_section .cards_item:nth-child(4n + 1),
  .contenttabnav .cards_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .bylaws_cards .cards_item:nth-child(4n),
  .useful_links_section .cards_item:nth-child(4n),
  .members_section .cards_item:nth-child(4n),
  .chapters_cards_section .cards_item:nth-child(4n) {
    padding-right: 0;
  }
}
.desktop_view {
  display: block !important;
}
.mobile_view {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .desktop_view {
    display: none !important;
  }
  .mobile_view {
    display: block !important;
  }
  .navbar-nav {
    margin: 0;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar .container-fluid.px-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  /* Hide checkbox wrappers by default */
  .checkbox_big_wrapper {
    display: none;
  }

  /* Show checkbox wrappers when active */
  .checkbox_big_wrapper.active {
    display: block;
  }

  /* Style for headings to indicate they are clickable */
  .heading-toggle {
    cursor: pointer;
  }

  .cards_item {
    width: 50%;
  }
  /* cards */

  .bylaws_cards .cards_item:nth-child(2n + 1),
  .useful_links_section .cards_item:nth-child(2n + 1),
  .members_section .cards_item:nth-child(2n + 1),
  .chapters_cards_section .cards_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .bylaws_cards .cards_item:nth-child(2n),
  .useful_links_section .cards_item:nth-child(2n),
  .members_section .cards_item:nth-child(2n),
  .chapters_cards_section .cards_item:nth-child(2n) {
    padding-right: 0;
  }
  .community_section .search_wrapper {
    display: block;
  }
  .community_section .search_wrapper .form-outline {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .community_section .search_wrapper .main-button-wrapper {
    width: initial !important;
  }

  .navbar-brand img {
    width: 150px !important;
    height: 66px !important;
  }
  .nav-item:hover .sub-menu,
  .nav-item:focus .sub-menu,
  .nav-item .sub-menu {
    position: relative !important;
    opacity: 1 !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    text-align: center !important;
    margin: auto !important;
    color: var(--color-dark-blue) !important;
  }
  .navbar-nav .nav-link{
    text-align:center;
    padding-bottom: 5px !important;
    position: relative;
  }
 
  .nav-item .sub-menu li a {
    color: var(--color-dark-blue) !important;
  }


  .alumni_search_banner .banner{
	height: 500px
  }
 .alumni_search_banner br{
	display:none;
  }

  .alumni_search_banner .banner .wrapper{
    top: 10% !important;
    transform: translate(-50%, 0) !important;
  }
  .alumni_search_banner .alumni_search {
    flex-direction: column;
    gap: 1rem;
    margin-top: -250px !important;
  }
  .alumni_search_banner .alumni_search #classof {
     margin-left: initial !important; 
     margin-right: initial !important;
    margin:0;

  }
 .alumni_search_banner .alumni_search #occupations{
     margin-left: initial !important; 
     margin-right: initial !important;
    margin:0;
  }
.alumni_search_banner #first_name, .alumni_search_banner #last_name {
    width: 100%;
    margin:0;
}


  .nav-item.current-menu-item .sub-menu li a,
  .current-menu-item .sub-menu {
    color: var(--color-white) !important;
  }
  .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 1.5rem !important;
  }
  .contact-us-section .card_desc {
    width: 70%;
  }
  .contact-us-section .elementor-widget-image {
    float: right;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .video-section {
    height: auto !important;
  }
  .video-section .video-title h1 {
    font-size: 2rem !important;
  }
  .chapter_cards_wrap {
    display: block !important;
  }
  .banner-section.banner {
    background-position: center !important;
  }
  .community-section {
    background-size: contain !important;
    height: 250px !important;
    padding: 0 !important;
    min-height: initial !important;
  }
  .video-block-full-wrap {
    min-height: initial !important;
    height: auto !important;
  }
}
.secondary-button-wrapper .main-button {
  position: relative;
  z-index: 1111;
}
@media screen and (max-width: 540px) {
  /* General */
  .nav-right-header,
  .homepage_banner .sidebar {
    display: none;
  }
  section {
    padding: 1rem 0;
  }
  .cards_item {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row {
    display: block !important;
  }
  .row > * {
    width: 100% !important;
  }

  /* Homepage */
  .alumni-metrics .hm--metrics-second-block,
  .career-section .wrapper,
  .faq-section .faq-header {
    display: block;
  }
  .alumni-metrics .hm--metrics-second-block .col-8-first-col {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  /* .banner .wrapper {
    left: 0%;
    transform: translate(0%, -50%);
  } */
  .events-section .wrapper .header-cta-wrapper {
    min-width: 55px;
  }

  /* About Page */
  .history-img img {
    height: 300px;
    width: 100%;
  }
  .row-history2 {
    display: flex !important;
  }
  .block-column2 {
    order: 2;
  }
  .block-column {
    order: 1;
  }
  .block-column,
  .block-column2 {
    padding-bottom: 8px;
  }
  .video-section {
    display: block;
    height: initial;
  }
  .video-section .text-block,
  .video-section .video-block {
    width: 100%;
  }
  .video-section .text-block {
    text-align: center;
  }
  .video-section .video-block {
    height: 300px;
  }
  .overview-section .row {
    display: flex !important;
  }

  .overview-section .col-8 {
    order: 1;
    margin-bottom: 8px;
  }
  .overview-section .col-4 {
    order: 2;
  }
  .overview-section .col-4 .image {
    width: 100%;
  }
  .plume-div {
    display: none;
  }
  .cards_item {
    width: 100%;
  }
  /* cards */

  .bylaws_cards .cards_item,
  .useful_links_section .cards_item,
  .members_section .cards_item,
  .chapters_cards_section .cards_item {
    padding-left: 0;
  }
  footer .row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  footer .row div.col-7,
  footer .row div.col {
    width: 48% !important;
    min-width: 48% !important;
  }
  footer .row div.col.sm-icon--wrapper {
    width: initial !important;
    min-width: initial !important;
  }
  .bylaws_cards > .e-con-inner {
    flex-direction: column !important;
  }
  .bylaws_cards .card {
    width: 100% !important;
  }
  .career-section .title-big {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .site-footer .col-3 {
    padding-bottom: 1rem;
  }
  .site-footer2 {
    padding-bottom: 0 !important;
  }
  .site-footer2 > div > .row > .col:last-child {
    display: block !important;
  }
  .site-footer2 .row .col-7 {
    width: initial !important;
  }
  .elementor-11 .elementor-element.elementor-element-e59bb8b {
    min-height: 300px !important;
    height: 300px !important;
  }
  .elementor-11 .elementor-element.elementor-element-04ca675 .swiper-slide {
    min-height: 300px !important;
    height: 300px !important;
  }
  .homepage_banner {
    min-height: 300px !important;
    height: 300px !important;
  }
  .homepage_banner .sidebar,
  .homepage_banner .swiper {
    height: 300px !important;
    min-height: 300px !important;
  }
}
/* Menu */
.nav-item {
  padding: 11px 0;
  font-weight: bold;
  font-size: 0.95rem;
}
.nav-item svg {
  color: var(--color-dark-blue);
  fill: var(--color-dark-blue);
  transform: scale(0.75);
  position: relative;
  z-index: 5;
  width: 20px;
  height: 20px;
}
.nav-item.profile_li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-link:hover svg,
.nav-link:visited:hover svg {
  fill: #fff;
}
.nav-item a.logout_anchor_wrapper {
  padding: 0 !important;
  line-height: 1.3;
}
.red_span_seperator {
  position: relative;
}
.red_span_seperator::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: var(--color-dark-red);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-item .user_credential span {
  padding: 0 !important;
}
.nav-item .user_logout_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

.navbar-brand img,
.sidebar img {
  width: 230px;
  height: 66px;
}
.navbar-brand {
  margin-left: 1%;
}
.site-footer2 .navbar-brand img {
  height: 45px;
}

ul .bg--red {
  background-color: var(--color-dark-red);
  color: #fff;
}
.bg--red a,
.bg--red a:visited,
.bg--red svg {
  color: #fff;
  fill: white;
}

/*Footer*/
footer li a,
footer li a:visited {
  color: var(--color-white);
  text-decoration: none;
}
footer li a:hover,
footer li a:visited:hover {
  color: var(--color-dark-red);
}
.site-footer1 {
  background-color: var(--color-extra-dark-blue);
  padding: 20px 0;
}
.site-footer1 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer2 {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.site-footer2 .col-5,
.site-footer2 .col-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.site-footer2 .col-5 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-footer2 > div > .row > .col:last-child {
  display: initial;
}
.site-footer2 .col.sm-icon--wrapper {
  justify-content: center;
}
.site-footer1 .col ul li {
  padding-bottom: 0.5rem;
}
.site-footer2 .sm-icon--wrapper a {
  padding: 2px;
  text-align: center;
}
.site-footer2 .sm-icon--wrapper {
  padding: 17px 10px;
  text-align: center;
}
.site-footer2 .sm-icon--wrapper img {
  max-height: 20px;
}
.site-footer2 .col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer2 .col a {
  text-decoration: none;
  color: var(--color-black);
}
.site-footer2 .col a:hover {
  color: var(--color-dark-blue);
  font-weight: 500;
}
/* Back To Top */
.trx_addons_scroll_to_top {
  display: none;
  background: var(--color-dark-blue);
  cursor: pointer;
  opacity: 0;
  position: fixed;
  z-index: 100001;
  bottom: 31px;
  right: 0;
  width: 4em;
  height: 2em;
  line-height: 2.3em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: none;
  color: var(--color-white);
  transform: rotate(-180deg);
}

.trx_addons_scroll_to_top:visited {
  color: var(--color-white);
  outline: none;
}

.trx_addons_scroll_to_top:hover {
  color: var(--color-white);
  background: var(--color-dark-red);
}

.trx_addons_scroll_to_top:before {
  content: "\25bc";
}

.trx_addons_scroll_to_top.show {
  opacity: 1;
  z-index: 9999;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background-color: transparent !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  /*background: linear-gradient(180deg, #164194, #5b843e);*/
  background-color: var(--color-dark-blue);
  border-radius: 5px;
}

.hm--search-wrapper {
  position: relative;
  padding: 2rem;
  overflow: hidden !important;
  color: var(--color-white);
  min-height: 180px;
}

.hm--search-wrapper:before {
  content: "" !important;
  position: absolute !important;
  top: -12px !important;
  right: 0 !important;
  bottom: 0px !important;
  left: -100px !important;
  background-image: url("/wp-content/themes/CPtheme/images/Champville-search-icon.png") !important;
  background-size: 20% !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;

  opacity: 1 !important; /*Value from 0.0 to 1.0*/
}
.hm--search-wrapper:after {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  right: -220px !important;
  bottom: 50px !important;
  left: 0px !important;
  background-image: url("/wp-content/themes/CPtheme/images/Champville-search-icon.png") !important;
  background-size: 14% !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;

  opacity: 1 !important; /*Value from 0.0 to 1.0*/
}
.hm--search-wrapper h3 {
  width: 50%;
  line-height: 1.2;
}
/* Main Button Animation */

/* Profile */

.profile_update_fields .pmpro_member_profile_edit-fields,
.pmpro_checkout_box-user .pmpro_member_profile_edit-fields,
.profile_update_fields .pmpro_member_profile_edit-extra-fields,
.pmpro_member_profile_edit-extra-fields,
.pmpro_checkout_box-additional-information {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.pmpro_checkout_box-additional-information h3 {
  display: none !important;
}
.profile_update_fields .pmpro_member_profile_edit-field,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field,
.pmpro_member_profile_edit-extra-fields .pmpro_member_profile_edit-field,
.pmpro_checkout-field {
  width: 32% !important;
  margin-bottom: 1rem !important;
}
.profile_update_fields .pmpro_member_profile_edit-field input,
.pmpro_checkout-field .input,
.pmpro_checkout-field textarea,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field input,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field textarea,
.pmpro_member_profile_edit-extra-fields input,
.pmpro_member_profile_edit-extra-fields textarea {
  width: 100% !important;
  max-width: 100% !important;
}
.profile_update_fields select,
.pmpro_member_profile_edit-extra-fields select,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field select {
  width: 100% !important;
  max-width: 100% !important;
}
.profile_update_fields .pmpro_submit hr {
  display: none !important;
}
.profile_update_fields .pmpro_submit {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.profile_update_fields .pmpro_submit .pmpro_btn-submit {
  margin-right: 1rem !important;
}
.profile_update_fields section,
.profile_account_page section {
  padding-bottom: 0 !important;
}

#pmpro_account-profile h2,
#pmpro_account-membership,
.profile_update_fields h2,
.profile_account_page h3 {
  display: none !important;
}
#pmpro_account-membership .pmpro_actionlinks,
#pmpro_account-membership .pmpro_card_actions,
#pmpro_account-membership .pmpro_table {
  margin: 0 !important;
}
#pmpro_form {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-white);
  background: var(--color-white);
  border-radius: 10px;
}
#pmpro_billing_address_fields .pmpro_checkout-fields,
#pmpro_checkout_box-additional-information .pmpro_checkout-fields {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
#pmpro_checkout_box-additional-information #approved_div {
  display: none !important;
}
form.pmpro_form .pmpro_checkout-fields div {
  position: relative;
}
.pmpro_asterisk {
  position: absolute;
  top: 0;
  right: 0;
}
.pmpro_message {
  margin-bottom: 1rem !important;
}
/* Add your custom background styles here */
#pmpro_payment_method .pmpro_checkout-fields {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
}

.pmpro_checkout-fields span {
  margin-right: 0.8rem;
}
.pmpro_checkout-fields span input {
  display: none !important;
}

.pmpro_checkout-fields a:focus {
  outline: none !important;
}
.pmpro_checkout-fields a {
  text-decoration: none !important;
  color: var(--color-black);
  font-weight: bold !important;
}
.pmpro_checkout-fields .pmpro_btn a {
  color: var(--color-white) !important;
}

span.pmpro_checkout-h3-name {
  color: var(--color-dark-blue);
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
#pmpro_account-membership .pmpro_table a {
  display: none !important;
}
#pmpro_account-invoices .pmpro_table tbody tr td,
#pmpro_account-invoices .pmpro_table thead tr th,
#pmpro_account-membership .pmpro_table tbody tr td,
#pmpro_account-membership .pmpro_table thead tr th {
  padding: 1rem;
}
#pmpro_account-invoices .pmpro_table thead tr,
#pmpro_account-membership .pmpro_table thead tr {
  font-weight: bold;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-align: left;
  color: var(--color-white);
  font-size: 1rem;
  letter-spacing: 2px;
  background: var(--color-dark-blue);
  border-color: var(--color-extra-dark-blue);
  white-space: normal;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
}
.profile_account_page #pmpro_account-profile ul li:last-child {
  display: none !important;
}

.profile_account_page .pmpro_box {
  border: none !important;
}
.profile_account_page #pmpro_account-profile {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.profile_account_page .pmpro_actionlinks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-white);
  margin-top: 1.5rem !important;
}
.profile_account_page .pmpro_actionlinks > a {
  margin-right: 1rem;
  display: block !important;
}
.profile_account_page p {
  font-size: 1.5rem !important;
  color: var(--color-dark-blue);
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
.profile_account_page ul.pmpro_list-plain {
  padding-left: 0 !important;
}
.profile_account_page ul {
  margin-left: 0 !important;
  padding-left: 1.5rem !important;
}
.profile_account_page ul li {
  color: var(--color-black);
  margin-bottom: 0.5rem;
}
.profile_account_page ul li::marker {
  color: var(--color-dark-red);
}
.profile_account_page ul li strong {
  color: var(--color-dark-blue);
}

/* clubhouse page */
.objective-section .card_image {
  background: var(--color-dark-red);
  padding: 1.3rem 1.2rem 1.3rem 1rem;
  min-width: 69px !important;
}
.objective-section .card_image img {
  max-width: 40px !important;
}
.elementor-button-link {
  z-index: 1111 !important;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 111111;
}
.popup_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111111;
}

.popup-content form {
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
.popup-content {
  background-color: #fff;
  padding: 20px;
  max-width: 70vw;
  max-height: 80vh;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow-y: auto;
}
.popup-message {
  background-color: #fff;
  padding: 40px;
  max-width: 30vw;
  height: fit-content;
  width: 100%;
  text-align: center;
  overflow-y: auto;
  position: relative;
}
.popup-message .message_icon {
  margin-bottom: 3rem;
}
.popup-message .message_icon svg {
  width: 5rem !important;
  height: 5rem !important;
  fill: var(--color-dark-red) !important;
}
.popup-message h4 {
  color: var(--color-black);
  font-weight: bold;
}
#event_organize_btn_id {
  z-index: 1111;
}
#organize_event_form {
  text-align: left !important;
}
.popup-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#close-btn,
#memoryclose-btn,
#communityclose-btn,
#newsclose-btn,
#benefitclose-btn,
#benefitsclose-btn {
  border: none !important;
  border-color: none !important;
  border-radius: none !important;
  background: none !important;
  color: var(--color-black);
  line-height: none !important;
  padding: initial !important;
  font-weight: bold;
}
.x_btn {
  border: none !important;
  border-color: none !important;
  border-radius: none !important;
  background: none !important;
  color: var(--color-black);
  line-height: none !important;
  padding: initial !important;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
}
.tick-box,
.tick-box > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80% !important;
  flex: initial;
}
#approval-checkbox {
  margin-top: 1px;
}

.clubhouse label .hours_span {
  text-transform: initial !important;
  font-size: 0.8rem;
  color: var(--color-dark-grey);
}

/* Memory */
.comments_section {
  padding: 1rem 2rem;
  background: var(--color-white);
  border: 1px solid var(--color-light-grey);
  margin-top: 1rem;
}
.comments_section .comment {
  margin-bottom: 1rem;
}
.comments_section .show-all-comments {
  border: none;
  padding: 0;
  color: var(--color-dark-red);
  font-size: 0.8rem;
  background: transparent;
  border-radius: none;
  line-height: initial;
  position: relative;
  font-weight: 700;
  padding-right: 0.8rem;
}
.comments_section .show-all-comments::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
}
#comment-form label {
  font-weight: 700;
}
.input_form_wrapper {
  display: flex;
  align-items: center;
}

.comment-input {
  width: 85%;
  margin-right: 10px !important;
}

.comment-submit {
  flex: 1 1 0;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--color-dark-blue) !important;
}

.comment-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.comment-popup-content {
  text-align: center;
}

.comment-popup-content .close-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.comment-popup-content .close-popup:hover,
.comment-popup-content .close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.memories-page .community_section .search_wrapper .main-button-wrapper {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.memories-page .community_section .search_wrapper {
  margin-bottom: 0 !important;
  justify-content: flex-end;
}

.comment-date {
  font-size: 0.8rem;
  color: var(--color-dark-blue);
  font-weight: bold;
}

/*news section*/

.news_section .card_space {
  height: 1rem;
  background: var(--color-grey);
}

.news_section .card {
  padding: 0 !important;
  background-color: var(--color-dark-grey2);
}
.news_section .card_header {
  margin-bottom: 0 !important;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_section .card_header img {
  width: 100%;
  height: 200px;
}
.news_section .card_body,
.news_section .card_footer {
  padding: 1rem;
  margin: 0 !important;
}
.news_section .card_footer {
  padding-top: 0 !important;
}
.news_section .card .card_footer .secondary-button-wrapper {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.benefit-discount-title {
  position: absolute;
  right: -16px;
  background-color: var(--color-dark-blue);
  color: #fff;
  padding: 6px;
  border-radius: 50px 0 0 50px;
  font-weight: bold;
}
.benefits-suthor-name {
  color: var(--color-dark-red);
}
.benefit_programs_section .card .company-name .job_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hide the custom content initially */
.custom-dashboard-content {
  margin-top: 20px; /* Adjust as needed */
  padding: 10px;
  background-color: #f0f0f0;
}

/* Members Dashboard */
.members_article {
  margin: 0 auto 0 !important;
}
.page-id-1919,
.page-id-1901 {
  margin-bottom: 0 !important;
}
.actions_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filtering {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filtering input,
.filtering select {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.filtering button {
  margin-right: 1rem;
}

/* Basic styling for the sidebar and tabs */
.members_dashboard .sidebar h3 span {
  font-weight: normal;
  font-size: 1.3rem;
}
.members_dashboard .sidebar h3 {
  margin-bottom: 0;
  margin-right: 1rem;
  color: var(--color-dark-blue);
}
.members_dashboard .sidebar {
  width: 100%;
  overflow: hidden;
  background-color: var(--color-white);
  margin-bottom: 20px;
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-fluid.members_dashboard {
  padding: 0 !important;
}
.members_dashboard .sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.members_dashboard .sidebar ul li {
  min-width: 100px;
  position: relative;
  flex: 1 1 0;
  border-right: 1px solid var(--color-dark-blue);
}
.members_dashboard .sidebar ul li:last-child {
  border-right: none;
}
/* .members_dashboard .sidebar ul li:last-child::after {
  display: none;
}
.members_dashboard .sidebar ul li::after {
  content: "";
  position: absolute;
  top: -45px;
  bottom: -45px;
  right: 0;
  width: 1px;
  background-color: var(--color-dark-blue);
} */

.members_dashboard ul li .tab {
  padding: 1.2rem 1rem;
  cursor: pointer;
  font-size: 16px;
  flex: 1 1 0;
  text-align: center;
  text-decoration: none;
  color: var(--color-dark-blue);
  font-weight: normal;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border: none;
  font-family: "Barlow Condensed", sans-serif !important;
}

.members_dashboard .tab.active,
.members_dashboard .tab:hover {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  font-weight: 800;
}
.members_dashboard .content {
  flex: 1 1 0;
  margin-top: 2rem;
}
.wrapping {
  justify-content: flex-start;
  align-items: stretch;
}
.wrapping > * {
  margin-right: 0.5rem !important;
}
/* Hide inactive tables */
.members_dashboard .table-container {
  display: none;
}

.members_dashboard .table-container.active {
  display: block;
}
.members_dashboard table {
  background: var(--color-white);
  padding: 1rem;
  margin-top: 1rem;
}
.members_dashboard li a {
  text-transform: uppercase;
}

.sortable-header {
  cursor: pointer;
  text-transform: uppercase;
}

.members-dashboard-container h1 {
  padding-bottom: 20px;
}
.members-dashboard-container table th,
.members-dashboard-container table td {
  position: relative;
  text-align: center;
}
.members-dashboard-container table th::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: var(--color-white);
}
.members-dashboard-container table th:last-child:after {
  display: none;
}
.exportexcel {
  float: right;
}
/* .chartContainer div[dir="ltr"],
.chartContainer rect, */
.chartContainer svg {
  width: 100% !important;
}
.table_svg img,
.table_svg svg {
  width: 30px;
}
.table_svg svg:hover,
.edit_svg svg:hover {
  stroke: var(--color-dark-red);
  transition: all 0.2s ease-in-out;
}
.reports_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
.reports_container .single_report {
  /* min-width: 48%; */
  width: 100%;
  padding-top: 3.5rem;
  position: relative;
}
.chart_select_wrapper {
  position: absolute;
  top: 52px;
  z-index: 22;
  left: 190px;
}
.chart_select_wrapper select {
  padding: 0.25rem 0.5rem !important;
}
.chart_btn_wrapper {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
.chart_btn_wrapper button {
  margin: 0 !important;
}
.chart_btn_wrapper .btnnext {
  margin-left: 0.2rem !important;
}

#filter-button {
  position: relative !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
#filter-button svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: var(--color-white);
}
.get_form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.get_form .main-button-wrapper,
.get_form .main-button-wrapper-members,
#delete-form .main-button-wrapper-members {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
#filter-options {
  justify-content: flex-start;
  align-items: center;
}
#filter-options select,
#filter-options input,
#delete-form select,
#delete-form input {
  margin-right: 0.5rem;
}

.main-button-wrapper-members {
  position: relative !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  padding: 0.7rem 1.4rem !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: 0.5s ease-out !important;
  overflow: hidden !important;
  width: fit-content !important;
  margin: auto !important;
  letter-spacing: 1.1px !important;
}

.main-button-wrapper-members:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--color-dark-red) !important;
  transition: 0.5s ease-out;
}

.main-button-wrapper-members {
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
    to right,
    var(--color-dark-blue) 50%,
    var(--color-dark-red) 50%
  ) !important;
  background-position: right !important;
  background-size: 201% !important;
}

.main-button-wrapper-members:hover:after {
  border: 1px solid transparent !important;
  transition: 0.5s ease-in-out !important;
}

.main-button-wrapper-members:hover {
  background-position: left !important;
  transition: 0.5s ease-in-out !important;
  color: var(--color-white) !important;
  cursor: pointer !important;
}

#filtered-metafield-label {
  background: var(--color-white);
  font-weight: bold;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 0 solid;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 0 5px rgba(0, 0, 0, 0.03);
  color: var(--color-dark-blue);
  transition: all 0.2s ease-in-out;
}
.first_row {
  font-weight: bold;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-align: left;
  color: var(--color-white);
  font-size: 1rem;
  letter-spacing: 2px;
  background: var(--color-dark-blue);
  border-color: var(--color-extra-dark-blue);
  white-space: normal;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
}
.user_table th,
.user_table td {
  padding: 0.5rem 0.3rem;
}
.user_table {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.user_table td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.user_table th:first-child {
  border-top-left-radius: 3px;
}
.user_table th:last-child {
  border-top-right-radius: 3px;
}
.user_table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.user_table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.user_table .no-results {
  text-align: center;
}
.selected-row,
.selected-row td {
  background-color: var(
    --color-dark-grey2
  ); /* Change this to the desired background color */
}

.members_article .entry-content {
  background-color: var(--color-grey);
  margin-bottom: 3rem;
}

.members_article .site-footer2 {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.big_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.big_wrapper .wrap {
  flex: 1 1 0;
  padding: 1rem;
}
.wrap .main-button-wrapper {
  margin: 0.5rem 0.2rem 0.5rem 0 !important;
}
.wrap .btn-wrapper {
  display: flex;
}
.wrap .accordion-item:focus-visible,
.wrap .accordion-button:focus-visible,
.wrap .accordion-button:focus,
.wrap .accordion-header:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.wrap .accordion-header {
  padding: 0 !important;
}
.wrap .accordion-button {
  background-color: var(--color-white) !important;
  font-size: 1.2rem !important;
  text-transform: capitalize;
  color: var(--color-dark-blue);
  transition: all 0.2s ease-in-out;
}
.wrap .accordion-item.empty .accordion-button::after {
  display: none !important;
}
.wrap .accordion-body {
  padding-top: 0 !important;
}
.wrap .accordion-body ul {
  margin: 0 !important;
}
.wrap .accordion-body li {
  font-size: 1rem !important;
}
.wrap .accordion-body li::marker {
  color: var(--color-dark-red);
}

#delete-contribution-confirm .popup-content,
#delete-occupation-confirm .popup-content,
#delete-sub-occupation-confirm .popup-content {
  width: 30vw;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#delete-contribution-confirm .popup-content form,
#delete-occupation-confirm .popup-content form,
#delete-sub-occupation-confirm .popup-content form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-wrapper button,
.user-submit-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  margin-right: 0.7rem;
  fill: var(--color-dark-blue);
  transition: all 0.2s ease-in-out;
}
.action-wrapper button:hover,
.user_table .edit_svg:hover,
.user-submit-button svg:hover,
.user-submit-button svg:hover g {
  fill: var(--color-dark-red);
  transition: all 0.2s ease-in-out;
}
.user_table .edit_svg,
.user-submit-button svg,
.user-submit-button svg g {
  fill: var(--color-dark-blue);
  transition: all 0.2s ease-in-out;
}
.user-submit-button:disabled svg g,
.user-submit-button:disabled svg:hover g,
.user-submit-button[disabled] svg:hover g,
.user-submit-button[disabled] svg g {
  fill: var(--color-dark-grey);
}
.pmpro_member_profile_edit-field
  .pmpro_checkout-field-radio-items
  .pmpro_checkout-field-radio-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pmpro_member_profile_edit-field
  .pmpro_checkout-field-radio-items
  .pmpro_checkout-field-radio-item
  .approval_input {
  margin-right: 0.5rem;
  width: initial !important;
}
.sort-header,
.sort-header:visited {
  text-decoration: none;
  color: var(--color-white);
  transition: all 0.2s ease-in-out;
}
.sort-header:hover,
.sort-header:focus,
.sort-header:active {
  color: var(--color-dark-red);
  transition: all 0.2s ease-in-out;
  outline: none;
}
.sort-asc::after {
  content: "↑"; /* Up arrow character */
  display: inline-block;
  margin-left: 5px;
  color: green; /* Color for ascending indicator */
}

.sort-desc::after {
  content: "↓"; /* Down arrow character */
  display: inline-block;
  margin-left: 5px;
  color: red; /* Color for descending indicator */
}
.email_info ul {
  margin: 0 !important;
}
.members-dashboard {
  width: 100%;
  padding: 0;
  margin: 0;
}
.members-dashboard li {
  padding: 20px;
  display: inline-block;
  border: 1px solid #fff;
  list-style-type: none;
  margin: 10px;
  min-width: 200px;
  text-align: center;
  color: #fff;
  background-color: var(--color-dark-red);
}
.members-dashboard li:hover {
  opacity: 0.8;
}
.mydashboard {
  margin-top: 0;
}
.members-dashboard li a,
.members-dashboard li a:visited {
  color: #fff;
  text-decoration: none;
}
.members-dashboard li:first-child,
.members-dashboard li:nth-child(8n) {
  background-color: #ff9900;
}
.members-dashboard li:nth-child(2),
.members-dashboard li:nth-child(9n) {
  background-color: #109618;
}
.members-dashboard li:nth-child(3) {
  background-color: #990099;
}
.members-dashboard li:nth-child(4) {
  background-color: #0099c6;
}
.members-dashboard li:nth-child(5) {
  background-color: #dd4477;
}
.members-dashboard li:nth-child(6) {
  background-color: #b82e2e;
}
.members-dashboard li:nth-child(7) {
  background-color: #316395;
}
.members-dashboard li:nth-child(8) {
  background-color: #329262;
}
.md-events {
  border: 1px solid #eee;
  box-shadow: 1px 1px 10px 1px #dbdbdb;
  margin: 10px 0;
  color: #000;
  text-decoration: none;
  padding: 10px;
}
.md-events-cont {
  max-height: 300px;
  overflow-y: scroll;
}
.md-events a,
.md-events a:visited {
  color: #000;
  text-decoration: none;
}

.md-events a:hover,
.md-events a:visited:hover {
  color: var(--color-dark-red);
}
.pay_btn span {
  display: none;
}
.pay_btn {
  text-align: center;
}
.pay_btn a {
  margin-right: 0;
}

.members_footer {
  margin-top: 40px;
}

.balance_td {
  text-align: center;
}

.pmpro_btn.disabled {
  background-position: left !important;
  transition: 0.5s ease-in-out !important;
  color: var(--color-white) !important;
  cursor: not-allowed !important;
  border-color: var(--color-dark-blue) !important;
  opacity: 0.7;
}
.pmpro_btn.disabled:after {
  border: 1px solid transparent !important;
  transition: 0.5s ease-in-out !important;
}
.pagination.hide {
  display: none !important;
}
.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  outline: 1px solid #494a4f;
  border-radius: 1px;
  border: none;
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.pagination .main-button-wrapper {
  margin-right: 0.5rem !important;
  padding: 0.5rem 0.7rem !important;
}
.pagination .active {
  background-position: left !important;
  transition: 0.5s ease-in-out !important;
  color: var(--color-white) !important;
  cursor: pointer !important;
  border-color: var(--color-dark-blue) !important;
}
.pagination .active:after {
  border: 1px solid transparent !important;
  transition: 0.5s ease-in-out !important;
}
.pagination.chart_btn_wrapper {
  justify-content: center !important;
}
.pending_total {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-dark-blue);
  margin-bottom: 1rem;
}
.pending_total span {
  color: var(--color-dark-red);
}

/* Hide the checkbox input */
.menu-toggle {
  display: none !important;
}

/* Style the menu icon (hamburger) */
.menu-icon {
  display: none !important;
  cursor: pointer;
  background: #000;
  width: 30px;
  height: 3px;
  position: relative;
  z-index: 1;
}

/* Add lines to the menu icon for the hamburger effect */
.menu-icon::before,
.menu-icon::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 3px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.menu-icon::before {
  top: -10px;
}

.menu-icon::after {
  top: 10px;
}

/* Rotate the lines to form an X when the menu is open */
.menu-toggle:checked + .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle:checked + .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.side_bar_wrapper h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* Media query for mobile devices */
@media screen and (max-width: 768px) {
  .hm--metrics-second-block.section .button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hm--metrics-second-block.section .button-wrapper .elementor-element {
    width: 100% !important;
  }
  .faq_cards .elementor-element {
    padding: 0 !important;
  }
  .about_image {
    overflow: hidden !important;
  }
  .video-section .elementor-wrapper.elementor-open-inline {
    height: 300px !important;
  }
  .video-section .text-block {
    height: 250px !important;
  }
  .menu-icon {
    display: block !important;
  }
  .homepage_banner {
    flex-direction: initial !important;
    flex-wrap: initial !important;
    overflow: hidden !important;
  }
  .alumni-metrics .card,
  .col-8-first-col {
    margin-right: 0 !important;
  }
  .alumni-metrics,
  .hm--metrics-second-block,
  .community-section,
  .events-section,
  .career-section,
  .faq-section {
    overflow: hidden !important;
  }
  .community-section .title-big h2 {
    text-align: center !important;
  }
  .toggle_wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
  .title_wrappers .e-con-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  /* Display the sidebar as a block for mobile */
  .sidebar {
    display: block !important;
  }

  /* Hide the sidebar menu items by default */
  .sidebar ul {
    display: none !important;
  }
  /* Display the menu when the checkbox is checked */
  .menu-toggle:checked ~ .sidebar ul {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    align-items: center;
    width: 100% !important;
  }
  .sidebar ul li a::after {
    display: none;
  }
  .sidebar ul li {
    margin-bottom: 1rem;
  }
  .sidebar .tab.active,
  .sidebar .tab:hover {
    padding: 0.5rem;
  }
  .side_bar_wrapper {
    position: relative;
  }
  .menu-toggle,
  .menu-icon {
    position: absolute;
    right: 10px;
    top: 40px;
  }
  .menu-toggle:checked ~ .menu-icon {
    background: transparent !important;
    transition: all 0.2s ease-in-out;
  }

  .reports_container .single_report {
    width: 100% !important;
  }
  .members-dashboard li {
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    width: 100%;
  }
  .content_btn_wrapper form {
    display: block !important;
  }
  .members_content {
    overflow-x: scroll;
  }
  .homepage_banner .swiper-slide-contents {
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
  }
  .homepage_banner .elementor-slide-description,
  .homepage_banner .swiper-slide .title {
    font-size: 2.3rem !important;
  }
  .contributions_list,
  .contributions_edit_wrapper_inner {
    display: block !important;
  }
}
.pmpro_member_profile_edit-field.display_name {
  display: none !important;
}
.pmpro_checkout-h3-msg {
  display: none !important;
}
.payment-btns {
  margin: 30px 0;
}
.payment-btns > div {
  display: inline-block !important;
  margin-right: 20px;
}

.payment-topupdonation {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.contributions_list,
.contributions_edit_wrapper_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contributions_list label,
.contributions_edit_wrapper_inner label {
  font-weight: normal !important;
  flex: 1 1 0;
}
.contributions_list label input,
.contributions_edit_wrapper_inner label input {
  margin-right: 0.5rem;
}

.contributions_edit_wrapper.pmpro_member_profile_edit-field {
  width: 100% !important;
}

.contributions_edit_wrapper_inner label {
  display: flex !important;
  text-align: initial !important;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px !important;
}
.contributions_edit_wrapper_inner label input {
  width: initial !important;
}
.contributions_edit_wrapper {
  padding: 1rem;
  background: var(--color-grey);
  border-radius: 10px;
}
#donation {
  margin-bottom: 1rem !important;
}
#donation_inputs {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#donation_inputs .main-button-wrapper {
  margin: 0 !important;
}
#donation_inputs #donation_amount,
#donation_inputs #donation_date {
  margin-right: 0.5rem;
  margin-left: 0;
  position: relative;
}
#donation_inputs .currency {
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

.wrapperDiv {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapperDiv .action_btns {
  margin-right: 1rem;
}
.profile_pic_wrapper {
  width: 100%;
}
.profile_pic_wrapper input,
.profile_pic_wrapper img {
  max-width: 200px;
  width: 100%;
}
.commitee_position_box {
  border: var(--color-light-grey) solid 3px;
  border-radius: 10px;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.commitee_position_box a {
  margin-left: 0 !important;
}
.commitee_position_box span {
  color: var(--color-dark-blue);
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
}
.topupform {
  background-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0%;
  padding: 20px;
}
.offline-payment {
  background-color: #fff;
  padding: 20px;
}
.offline-payment table {
  border: 1px solid var(--color-light-grey);
  width: auto;
}
.offline-payment table tr {
  border-bottom: 1px solid var(--color-light-grey);
}
.offline-payment table tr td {
  padding: 5px;
  width: 50%;
  border-left: 1px solid var(--color-light-grey);
}

.p-loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-size: cover;
  background-image: url("/wp-content/themes/CPtheme/images/champville-logo-Preloader.gif");
}

.singledon .card {
  background: var(--color-dark-grey2) !important;
  width: 50% !important;
  justify-content: space-between;
}

.singledon .job_sub_title {
  /* margin-left: 2rem;
        margin-top: 2rem; */
  font-weight: bold;
  font-size: 1.3rem !important;
}

.job_sub_description {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.singledon .job_sub_description {
  /* margin-left: 2rem;
        margin-top: 0.75rem; */
  font-size: 1rem !important;
}

.singledon .card_body {
  padding-bottom: 0 !important;
}

.singledon .card .card_footer {
  padding-top: 0 !important;
}

.singledon .card_footer .number_raised {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.singledon .card_footer .secondary-button-wrapper a {
  z-index: 111;
  position: relative;
}

.singledon .card_footer .w3-light-grey {
  height: 1rem;
  width: 20rem;
}

.singledon .card_footer .w3-container {
  height: 1rem;
  background-color: var(--color-dark-red);
}

.singledon .donation-amounts {
  display: flex;
}

.singledon .donation-amounts .donation-amount.amount {
  padding: 8px 16px;
  background-color: var(--color-dark-grey2);
  margin-right: 16px;
  margin-top: 2rem;
  border: 1px solid var(--color-light-grey);
}

.singledon .donation-amounts .donation-amount.amountform {
  padding: 0px 10px;
  background-color: var(--color-dark-grey2);
  margin-top: 2rem;
  border: 1px solid var(--color-light-grey);
}
.donation-amount,
.donation-amount label {
  cursor: pointer;
}

.donation-amount.is-active {
  padding: 8px 16px;
  background-color: var(--color-dark-red) !important;
  color: white;
  margin-right: 16px;
  margin-top: 2rem;
  border: 1px solid var(--color-light-grey);
}

.singledon .tick-box {
  padding-top: 16px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 111111;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  max-width: 70vw;
  max-height: 80vh;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow-y: auto;
  margin: 60px auto;
}

.singledon .donation-amount.red.proceed-button {
  padding: 8px 16px;
  margin-right: 16px;
  margin-top: 4px;
  background-color: var(--color-dark-red);
  color: white;
  width: fit-content;
}

.singledon .donation-amount.red.proceed-button.disabled {
  padding: 8px 16px;
  margin-right: 16px;
  margin-top: 4px;
  background-color: var(--color-dark-red);
  color: white;
  width: fit-content;
  cursor: none;
  opacity: 0.5;
}

.inputamount {
  width: 120px !important;
  height: 24px !important;
  padding: 0 10px !important;
  font-size: 16px !important;
  border: 2px solid var(--color-dark-red) !important;
  border-radius: 4px !important;
  background-color: var(--color-dark-grey2) !important;
  color: var(--color-dark-red) !important;
}

/* Remove outline on focus */
.inputamount:focus {
  outline: none !important;
}

/* Color the arrows */
.inputamount::-webkit-inner-spin-button,
.inputamount-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.tick-box label {
  margin-top: -5px;
  margin-left: 10px;
}

.alumni_search {
  display: flex;
  margin-top: -100px;
}
.alumni_search #fetch_user {
  flex: initial;
}
.alumni_search #classof {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.alumni_search #occupations {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
.alumni_search input,
.alumni_search select {
  flex: 1 1 0;
}
.members_search_a {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}
.checkbox-wrapper label {
  text-transform: capitalize;
}
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  color: var(--color-dark-blue) !important;
  text-decoration: none !important;
}
.fc-h-event {
  background-color: var(--color-dark-blue) !important;
  border-color: var(--color-dark-blue) !important;
}

.event_title {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.event_location span {
  text-transform: capitalize !important;
}
.pagination .page-link:hover {
  cursor: pointer;
}
.author-info a {
  text-decoration: none;
  color: var(--color-black);
}
.benefit_programs_section .card_footer i {
  color: var(--color-dark-red);
}
.partnership_cards .card_image img {
  border-radius: 50px;
  height: 50px;
  width: 50px;
}

.small-txt {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  font-style: italic;
}

header .asl_w_container {
  display: none;
}
#ajaxsearchlite2 .proinput form {
  display: flex;
}
.proinput {
  display: flex;
  align-items: center;
}
.probox {
  border: 2px solid var(--color-dark-blue) !important;
  border-radius: 10px !important;
}
#ajaxsearchlite1,
#ajaxsearchlite2 {
  background: none !important;
}
#ajaxsearchlite1 .probox .proinput input.orig,
#ajaxsearchlite2 .probox .proinput input.orig,
div.asl_w .probox .proinput input.orig {
  color: black !important;
}
.newest_events .e-con-inner {
  cursor: pointer;
}

.members_reports .title {
  color: var(--color-dark-grey3);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}
.members_reports .title span {
  font-weight: bold;
  font-size: 1.5rem;
}
.members_reports.reportsMembershipNumbers .chart_select_wrapper {
  display: none !important;
}

.members_reports.reportsMembershipNumbers svg rect {
  fill: transparent !important;
}
.mydashboard .chart_wrapping {
  position: relative;
  margin-top: -4rem;
  margin-bottom: -3rem;
}
.mydashboard .chartContainer svg {
  transform: scale(1.3);
}
.wrapping_box {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--color-dark-red);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.wrapping_box .promo {
  color: var(--color-black);
}
.wrapping_box .members {
  color: var(--color-dark-red);
}
.wrapping_box .paid {
  color: var(--color-dark-blue);
}
.paid_wrapper,
.notpaid_wrapper {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: bold;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.3;
  padding: 0 3rem;
}
.most_wrapper {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: bold;
  max-width: 100%;
  margin: 0 auto;
  color: var(--color-dark-grey3);
  line-height: 1.3;
  padding: 0 3rem;
}

.members_w {
  display: flex;
  justify-content: space-between;
  flex: 1 1 0;
  align-items: center;
}
.members_w img {
  height: 15px !important;
  width: 20px !important;
}
.most_wrapper span {
  font-weight: normal;
  width: 55%;
}
.notpaid_wrapper {
  color: var(--color-dark-red);
}
.paid_wrapper {
  color: var(--color-dark-blue);
}
.paid_wrapper span,
.notpaid_wrapper span {
  font-weight: normal;
  position: relative;
  padding-left: 2rem;
}
.paid_wrapper span:after,
.notpaid_wrapper span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1.5rem;
}
.paid_wrapper span:after {
  background-color: var(--color-dark-blue);
}
.notpaid_wrapper span:after {
  background-color: var(--color-dark-red);
}

.colored-div {
  width: 100%;
  height: 25px;
  position: relative;
  margin: 0.5rem auto;
  display: flex;
  padding: 0 3rem;
}

.colored-div .percentage-bar {
  height: 100%;
}

.colored-div .percentage-bar:first-child {
  background-color: var(--color-dark-blue);
}

.colored-div .percentage-bar:last-child {
  background-color: var(--color-dark-red);
}
.events-section.donation_section {
  padding-top: 0 !important;
}
.events-section.donation_section .row-cols-md-2 > * {
  width: 49%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.events-section.donation_section .row {
  justify-content: space-between;
}
.donation_section .card {
  background: var(--color-dark-grey2) !important;
}

.donation_section .white-space {
  background-color: var(--color-grey);
  height: 1rem;
}

.donation_section .contenttabnav .card .card_header {
  margin-bottom: 0rem;
}

.donation_section .contenttabnav .card .job_sub_title {
  /* margin-left: 2rem;
		margin-top: 2rem; */
  font-size: 1.3rem !important;
}

.donation_section .contenttabnav .card .job_sub_description {
  /* margin-left: 2rem;
		margin-top: 0.75rem; */
  font-size: 1rem !important;
}

.donation_section .contenttabnav .card .card_body {
  padding: 2rem;
  padding-bottom: 0 !important;
}

.donation_section .contenttabnav .card .card_footer {
  /* margin-bottom: 2rem;
		margin-right: 2rem;
		margin-left:2rem; */
  padding: 2rem;
  padding-top: 0 !important;
}

.donation_section .contenttabnav .card .card_footer .number_raised {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.donation_section .contenttabnav .card .card_footer .secondary-button-wrapper {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  /* margin-right: 0 !important; */
}

.donation_section
  .contenttabnav
  .card
  .card_footer
  .secondary-button-wrapper
  a {
  z-index: 111;
  position: relative;
}

.donation_section .card_footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donation_section .amount_raised {
  width: 70%;
  margin-bottom: 1rem;
}
.donation_section .secondary-button-wrapper {
  width: 28%;
  margin-bottom: 1rem;
  margin-right: auto !important;
  margin-left: auto !important;
}
.donation_section .contenttabnav .card .card_footer .w3-container {
  height: 46px;
  background-color: var(--color-dark-red);
}
.donation_section .card_footer {
  align-items: flex-end !important;
}
.donation_section .contenttabnav .card .card_footer .secondary-button-wrapper {
  height: 46px;
  margin-bottom: 1rem !important;
}
.donation_section .contenttabnav .card .card_footer .w3-light-grey {
  height: 46px;
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
}
.giveback .nav-tabs {
  margin-left: 0;
}
.giveback .nav-item {
  padding: 0;
}
.giveback .nav-tabs .nav-link {
  color: #000;
  padding: 15px 10px;
  border-radius: none;
}
.giveback .nav-tabs .nav-link.active {
  color: var(--color-dark-red);
}
.giveback .nav-item:hover {
  background-color: transparent;
}
.d-afriend {
  background-color: #fff;
  padding: 20px;
}

.profile_wrapp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile_wrapp img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 0.5rem;
}

.memberlist_container tbody,
.memberlist_container td,
.memberlist_container tr {
  border-color: var(--color-dark-grey3);
  border-style: solid;
  border-width: 1px;
}
.memberlist_container td {
  border-right: none;
  border-left: none;
  border-top: none;
}

.noresult_wrapper {
  width: 100%;
  text-align: center;
}
.noresult_wrapper .noresult_img_wrapper {
  width: 200px;
  margin: auto;
  background: white;
  border-radius: 50%;
  height: 200px;
  margin-bottom: 1rem;
}
.noresult_wrapper .noresult_img_wrapper img {
  height: 200px;
}
.noresult_wrapper p {
  font-size: 1.5rem;
  font-weight: bold;
}

.select-f {
  color: var(--color-black);
  border: 1.5px solid var(--color-light-grey);
  border-radius: 3px;
  padding: 0.5rem;
  background-color: var(--color-grey);
  margin: 0.5rem 0;
}

.giveback .nav-item .giveback_anchor {
  padding: 0 !important;
  text-decoration: none;
}

.sidePanel h2 {
  text-align: left !important;
  margin: 0 !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

#fetch_user {
  border: none;
  min-height: 42px;
}
#gridViewButton {
  margin-right: 10px;
}
/* 
.prev.page-numbers,
.next.page-numbers {
  display: none !important;
} */

.register-form #firstname,
.register-form #fathername,
.register-form #lastname {
  text-transform: capitalize;
}
.tab-pane.fade .d-afriend {
  display: none;
}
.tab-pane.fade.active .d-afriend {
  display: block;
}

.save-pdf {
  position: absolute !important;
  top: 4rem;
  right: 0.5rem;
}

.error-message {
  color: var(--color-dark-red);
  font-size: 14px;
  margin-top: 5px;
}

.phone,
.country_code {
  max-width: 49%;
  width: 100%;
}
.country_code_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.import_data a {
  line-height: 1 !important;
  margin-top: 1px !important;
  border-radius: 3px !important;
  margin-right: 0.5rem !important;
}

.committee_display {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.committee_display #current_committee_positions {
  margin-right: 1rem;
}
.profile_img_rounded {
  border-radius: 50%;
}

.tox-notifications-container {
  display: none !important;
}

.max-ww {
  text-align: center;
}
.max-ww a {
  min-width: 110px;
}

.search_form_big_wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.search_form_big_wrap form .main-button-wrapper {
  width: fit-content !important;
  margin: 0 !important;
}
.search_form_big_wrap form input:first-of-type {
  flex: 1;
}

.container.profile_update_fields
  .pmpro_member_profile_edit-extra-fields
  .pmpro_member_profile_edit-field:nth-child(11),
.container.profile_update_fields
  .pmpro_member_profile_edit-extra-fields
  .pmpro_member_profile_edit-field:nth-child(12) {
  width: 100% !important;
  padding: 1rem;
  background: var(--color-grey);
  border-radius: 10px;
}
.container.profile_update_fields
  .pmpro_member_profile_edit-field
  .contributions_edit_wrapper_inner
  label
  input {
  width: initial !important;
}

.container.profile_update_fields
  .pmpro_member_profile_edit-extra-fields
  .pmpro_member_profile_edit-field
  #position {
  display: none;
}
.container.profile_update_fields
  .pmpro_member_profile_edit-extra-fields
  .pmpro_member_profile_edit-field
  .commitee_position_box.pmpro_member_profile_edit-field.committee_display {
  width: 100% !important;
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

#reccuringpopup .pmpro_btn {
  margin: auto !important;
}

.pmpro_login_wrap {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  text-align: center;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active,
.pmpro_section #loginform .input:focus {
  border-color: initial !important;
  box-shadow: initial !important;
}
.pmpro_section #loginform .login-username,
.pmpro_section #loginform .login-password,
.pmpro_section #loginform .login-remember {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 auto 0 !important;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#pmpro_user_fields
  .pmpro_form_field-password:has(.pmpro_form_field-password-toggle),
.pmpro_section #loginform .login-password {
  display: flex !important;
}

.pmpro_section #loginform .input {
  color: var(--color-black) !important;
  border: 1.5px solid var(--color-light-grey) !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
  background: var(--color-grey) !important;
  margin: 0.5rem 0 !important;
}
.pmpro_section:has(#loginform)
  .pmpro_card_content:not(
    .widget .pmpro_section:has(#loginform) .pmpro_card_content
  ) {
  padding-top: 0 !important;
}
.pmpro_form_field-password-toggle button {
  display: flex !important;
  padding: 0.5rem !important;
}

.pmpro_login_wrap .pmpro_card_actions {
  background-color: transparent !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 0.5rem !important;
}

.pmpro_card {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: initial !important;
  margin: auto !important;
}
.pmpro_form_input-text:focus,
.pmpro_form_input-email:focus,
.pmpro_form_input-url:focus,
.pmpro_form_input-password:focus,
.pmpro_form_input-search:focus,
.pmpro_form_input-select:focus,
.pmpro_form_input-checkbox:focus,
.pmpro_form_input-radio:focus,
.pmpro_form_input-multiselect:focus,
.pmpro_form_input-number:focus,
.pmpro_form_input-file:focus,
.pmpro_form_input-date:focus,
.pmpro_form_input-textarea:focus {
  border-color: initial !important;
  box-shadow: initial !important;
}

.pmpro_form_input {
  color: var(--color-black) !important;
  border: 1.5px solid var(--color-light-grey) !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
  background-color: var(--color-grey) !important;
  margin: 0.5rem 0 !important;
}

.popup select {
  width: 100%;
}

.pmpro_section:has(.pmpro_form) .pmpro_card_content {
  padding-top: 0 !important;
}
.pmpro_card_content {
  padding: 0 !important;
}

.pmpro_form .pmpro_spacer {
  margin-top: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.pmpro_form_fields {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.pmpro_form_field {
  display: flex;
  flex-direction: column !important;
  gap: calc(var(--pmpro--base--spacing--small) / 2) !important;
  width: 32% !important;
  margin-bottom: 1rem !important;
}
.pmpro_list-plain {
  padding: 0 !important;
}
.commitee_position_box.pmpro_member_profile_edit-field {
  width: 48% !important;
}
.profile_account_page #pmpro_account-profile {
  margin: 1em 0 !important;
  padding: 1em 0 !important;
}
.profile_account_page .pmpro_card_actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-white);
  margin-top: 1.5rem !important;
  padding: 0;
  background: transparent;
  border: none !important;
}

#pmpro_account-orders {
  display: none !important;
}
#pmpro_account-orders .pmpro_section_title {
  margin-bottom: 1rem;
}

.chapter_cards_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Adjust spacing as needed */
}

.chapters {
  flex: 1 1 calc(50% - 16px); /* Adjust for two boxes per row */
  box-sizing: border-box;
}
.chapters .card_image {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.chapters .card_image img {
  width: 32px;
  height: 32px;
}

.chapters .e-con-boxed.e-flex {
  display: flex;
}

.chapters > .e-con-boxed.e-flex {
  padding: 1rem;
}

.chapters .card_header .e-con-inner {
  flex-direction: row !important;
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
}
.chapters .card_header .e-con-inner .card_image {
  margin: 0;
}

.chapters .card_sub_title h2 {
  font-size: 1rem !important;
  outline: none !important;
  text-decoration: none !important;
  color: var(--color-dark-blue) !important;
}

.lite {
  font-size: 13px;
  font-style: italic;
}

.error {
  color: var(--color-dark-red);
  margin-top: -5px;
  padding-bottom: 5px;
}

.success_message_div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  background: var(--color-white);
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
  line-height: 1 !important;
}

.hm_btn_wrap {
  padding-top: 16px !important;
  margin-top: 16px !important;
}

#first_name,
#last_name {
  text-transform: capitalize;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.faq-title {
  cursor: pointer;
  padding-right: 10px;
  background: var(--color-grey);
  font-weight: initial;
  position: relative;
  font-size: 1.2rem;
}

.faq-item {
  background: var(--color-grey) !important;
  padding: 1rem !important;
  border: none !important;
  width: 100% !important;
  border-radius: 1% !important;
  overflow: hidden !important;
  margin-bottom: 0;
}

.faq-content {
  border-top: none !important;
  color: var(--color-dark-blue) !important;
  background: var(--color-grey);
  padding-left: 0 !important;
  padding-top: 0.5rem;
}
.faq-content ul {
  margin: 0;
}

.faq-title.active {
  font-weight: 600;
}

.faq-title::after {
  content: "\25BC"; /* Down arrow */
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
}

.faq-title.active::after {
  transform: translateY(-50%) rotate(0); /* Rotate the arrow when active */
}

.faq-section,
.faq-section .e-con-inner {
  padding-bottom: 0 !important;
}
.faq-section .faq-header2 {
  margin-bottom: 0 !important;
}

.cattt {
  display: none;
}

.privacy_terms {
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--color-black) !important;
}
.privacy_terms h1 {
  padding-bottom: 1rem;
}
.privacy_terms strong {
  color: var(--color-dark-blue);
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  display: block;
  margin-top: 1rem;
}

.date_form_pay {
  position: absolute;
  top: -9px;
  left: -150px;
  width: 160px;
}
.date_form_pay input {
  width: 140px;
}
.method_form_pay input {
  width: 165px;
}
.method_form_pay {
  position: absolute;
  top: -9px;
  left: -325px;
  width: 160px;
}

.pagination.chart_btn_wrapper .dots {
  margin-right: 0.5rem;
}

.profile_update_fields .pmpro_member_profile_edit-field.committee_div {
  width: max-content !important;
}

div.asl_r.vertical {
  background: var(--color-white) !important;
}
/* width */
div.asl_r .results::-webkit-scrollbar {
  width: 4px !important;
}
div.asl_r .results::-webkit-scrollbar-track {
  background-color: transparent !important;
}
/* Handle */
div.asl_r .results::-webkit-scrollbar-thumb {
  /*background: linear-gradient(180deg, #164194, #5b843e);*/
  background-color: var(--color-dark-blue) !important;
  border-radius: 5px !important;
}
div.asl_r .results .item .asl_image {
  display: none;
}

.pmpro_form_field-pass1,
.pmpro_form_field-pass2 {
  width: calc(50% - calc(var(--pmpro--base--spacing--medium) / 2)) !important;
}

#resetpassform .pmpro_cols-2 {
  width: 100% !important;
}

.em_span {
  font-size: 0.7rem;
  color: var(--color-dark-grey3);
  font-weight: 400;
  margin-left: 5px;
}

#collapse-1 .interval-email-dropdown {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.topupform #topamount,
.topupform #membershipfees,
.topupform #grandamount{
    width:200px;
    text-align:center;
}