
:root {

  --navbar-border-color: #cbfcf4;
  --navbar-bground: #fff;
  --navbar-text: #FFF;

  /* Color Variables */
  --base-color: #FFF; /* Base color */
  --base-color-variant: #fafafa; /* Base color variant */

  --text-color: #27272a; 
  --color-text-light: #ffffff; /* light text color for dark backgrounds */
  --color-text-muted: #aaa; /* muted text color */

  /* Border Colors */
  --border-color: #dee2e6; /* default border color */
  --border-color-light: #f1f3f5; /* lighter border color */
  --border-color-dark: #adb5bd; /* darker border color */
  
  --palette-color-50: #f0fdfb;
  --palette-color-100: #cbfcf4;
  --palette-color-200: #96f9eb;
  --palette-color-300: #5aeede;
  --palette-color-400: #2fdadc;
  --palette-color-500: #0fbdb3;
  --palette-color-600: #099892;
  --palette-color-700: #0c7975;
  --palette-color-800: #0f605f;
  --palette-color-900: #11504e;
  --palette-color-950: #032f30;
  
  --accent-color: #f3a930; /* Highlight color */

  
  
  /* Utility Colors */
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #0dcaf0; /* info color */
  /* --accent-color: #6610f2; accent color */
  
  /* Custom Colors */
  --tooltip-bg-color: #000;
  --tooltip-text-color: #fff;
}

.darkmode{
  --base-color: #1C1C1C; /* Base color */
  --base-color-variant: #1C1C1C; /* Base color variant */
  --text-color: #E0E0E0; /* Bootstrap secondary color */
  --border-color: #777;

}
/* #d4af37, #f2e1a2, #b68b2e, #e0c38a */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Keep navbar above content */
body {
	padding-top: 53px;
	padding-bottom: 0px;
  font-family: 'Cera Pro',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 0.05em;

}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 7px;
}


#darkmode-toggle {
  height: 50px;
  width: 50px;
  
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}
#darkmode-toggle svg {
  fill: var(--palette-color-600);
}

#darkmode-toggle svg:last-child {
  display: none;
}

.darkmode #darkmode-toggle svg:first-child {
  display: none;
}
.darkmode #darkmode-toggle svg:last-child {
  display: block;
}

/* CUSTOMIZE Fonts 
-------------------------------------------------- */


.table-condensed{
  font-size: 12px;
}

/* CUSTOMIZE Tooltip 
-------------------------------------------------- */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: var(--tooltip-bg-color);
    color: var(--tooltip-text-color);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  
.container {
  background-color: var(--base-color);
}

.row{
  margin: 10px 0px 0px -8px;
}

/* Sidemenu 
----------------------------------------------- */
.menu {
    position: fixed;
    left: -260px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
}

.menu.menu-open {
    left: 0px;
}

.menu-wrap {
    position: absolute;
    top: 46px;
    right: 0px;
    background: #1c242b;
    width: 260px;
    height: 100%;
	overflow-y: scroll;
	padding-bottom: 50px;
} 
.primary-section {
   padding-bottom: 0px;
	 padding-top: 0px;
}
.secondary-section {
    border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	padding-bottom: 0px;
	padding-top: 0px;
} 
.terms-section {
    border-bottom: 1px solid #4a4a4a;
	padding-bottom: 0px;
	padding-top: 0px;
} 
.icons-section {
	padding-top: 0px;
} 

.login-section {
	padding-top: 0px;
} 

.menu h1.logo a {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
}

.menu h1.logo a:hover {
    color: #f85c37;
}

.menu img.logo {
    margin: 20px 0;
    max-width: 160px;
}
.primary {
	margin-top: 15px;	
}

.secondary {
	margin-top: 5px;
	margin-bottom: 0px;	
}

.terms {
	margin-top: 10px;	
}

.menu h3.primary a  {
	margin-left: 20px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 100;
    line-height: 35px;
    letter-spacing: 0.1em;
}

.menu h3.primary a:hover {
    color: var(--text-color);
}

.menu h3.secondary a {
	margin-left: 20px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 100;
    line-height: 35px;
    letter-spacing: 0.1em;
}

.menu h3.secondary a:hover {
    color: var(--text-color);
}

.menu .btn-default {
	background-color: var(--text-color);
	border-color: var(--border-color);
	color: #fff;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
}

.menu .btn-default a, .menu .btn-default a:hover {
	color: #fff;
}

.menu > a.account-login-side   {
	margin-top: -7px;
	color: var(--text-color);
	background-color: #ffffff;
	border-color: var(--border-color);
	height: 40px;
}

.menu >a.account-login-side {
	border-bottom: 0px solid transparent;	
}


.menu h3.terms, .menu h3.terms a {
    color: #eee;
    display: block;
    font-size: 13px;
    font-weight: 200;
    line-height: 25px;
    letter-spacing: 0.1em;
}

.menu h3.terms a:hover {
    color: var(--text-color);
}

.menu a {
    margin-left: 20px;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.1em;
}

.menu a:hover {
    color: var(--text-color);
}

.menu a:active {
    color: #ffffff;
}

.menu a > i {
    float: left;
    vertical-align: middle; 
    text-align: left;
    width: 40px;
    font-size: 14px;
    padding: 0px 2px 12px 0px;
}

.menu btn.sidemenu-login a {
	color: var(--text-color);
	padding-bottom:15px;
}

.menu ul.terms li {
 margin-left: 20px;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.1em;
}


.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

.menu-close:hover {
    color: #ffffff;
}

/* Push the body after clicking the menu button */
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.body-push-toright {
    left: 200px;
}

.body-push-toleft {
    left: -200px;
}

.menu,
.body-push {
    -webkit-transition: all .1s ease;
       -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
         -o-transition: all .1s ease;
            transition: all .1s ease;
}

#menuToggle {
	float: left;
    top: 5px;
    right: 0;
    z-index: 21;
    display: none;
    text-align: center;
    font-size: 22px;
    color: var(--text-color);
    width: 40px;
    height: 40px;
    line-height: 49px;
    cursor: pointer;
    background: rgba(0,0,0,0);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

#menuToggle:hover {
    color: var(--text-color);
    background: rgba(0,0,0,0);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}


.row-featurette {
	margin-left: -25px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-container {
  background-color: var(--navbar-bground);
  width: 100%;
  height:100%;
}

.navbar-container .navbar-nav li a {
  color: var(--palette-color-700);
}

/* Optional: Adjust hover color if desired */
.navbar-container .navbar-nav li a:hover {
  background-color: var(--base-color-variant);
}

/* Default style for sidebar toggle button */
#sidebarToggle {
  background-color: var(--base-color); /* Default background color */
  color: var(--palette-color-600);
  border: none;
}

/* Custom hover style */
#sidebarToggle:hover {
  background-color: var(--base-color);
  color: var(--palette-color-600);
}


/* Fixed Top Header */
.fixed-top-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--base-color);
  z-index: 1050;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--border-color);
}

.fixed-top-header .container-fluid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-left: 100px;
}

.header-actions {
  display: flex;
  gap: 15px;
}

.header-actions a, .header-actions button {
  display: flex;
  align-items: center;
  color: var(--palette-color-600);
}

/* Main content container */
.main-content-container {
  margin: 24px 0px 0px 75px; /* Collapsed sidebar offset */
  width: calc(100% - 75px); /* Adjust content width */
  transition: margin-left 0.3s, width 0.3s;
}

/* Sidebar Navbar */
.fixed-left-sidebar {
  width: 50px;
  position: fixed;
  top: 3px; 
  left: 0;
  height: 100%;
  overflow: hidden;
  transition: height 0.1s;
  z-index: 15001;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}

/* Default hidden state for navbar-container on mobile */
.navbar-container {
  display: none;
  border-right: 1px solid var(--border-color);

}

.fixed-left-sidebar.navbar-expanded .navbar-container {
  display: block;
  background-color: var(--base-color-variant);
}

@media (min-width: 768px) {
  /* Show navbar-container by default on larger screens */
  .navbar-container {
      display: block;
  }
}

.fixed-left-sidebar.navbar-expanded {
  width: 300px; /* Expanded width */
}

.fixed-left-sidebar .menu-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fixed-left-sidebar .navbar-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
}

.fixed-left-sidebar .navbar-nav li {
  width: 100%;
}

.fixed-left-sidebar .navbar-nav li a {
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
}

/* Hide text when sidebar is collapsed */
.fixed-left-sidebar .menu-text {
  display: none;
}

/* Show text when sidebar is expanded */
.fixed-left-sidebar.navbar-expanded .menu-text {
  display: inline;
  margin-left: 10px;
}

/* Auth buttons in column layout */
.fixed-left-sidebar .auth-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
}

.fixed-left-sidebar .auth-buttons button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
}

/* Content shifts left or right with sidebar */
.content {
  margin-left: 75px;
  margin-top: 60px;
  transition: margin-left 0.3s;
}

.fixed-left-sidebar.navbar-expanded + .content {
  margin-left: 300px;
}




.dropdown-header {
	color: #eee;
}

.dropdown-menu li a {
  color: #fff;
  font-size: 15px;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
	}
	
.dropdown-menu li a:hover {
	color: #fff;
	text-decoration: underline;
	background: transparent;

	}
	
.dropdown-menu > .active > .a {
	background-color: transparent;
	}

.navbar ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

.icon-picker {
    border: 0px solid #000000;
    display: inline-block;
}

.icon-picker-right {
    border: 0px solid #000000;
    display: inline-block;
    float: left;
}

th {
  text-align: left;
  font-weight: 500;
}
.Header-metrics {
  text-align: center;
}


/* CUSTOMIZE THE INDEX PAGE
-------------------------------------------------- */
body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
}
.tour-body {
  background-color: var(--base-color);
}

.hero-container {
  padding-top: 20px;
  padding-left: min(10%, 200px);
  padding-right: min(10%, 200px);
  height: 100vh;
}

.hero {
  padding-top: 40px;
	height: 400px;
  background-image: linear-gradient(to bottom, #00132B, #003366); /* Example gradient from dark blue to a lighter blue */
	/* background-color: #00132B; */
  color: var(--base-color);
  background-size: cover;
  text-align: center;
}

.hero h1 {
  margin-top: 40px;
  font-size: 3.75em;
  margin-bottom: 50px;
  font-weight: bold;
}
.hero h2 {
  font-size: 1.75em;
  margin-bottom: 50px;
}
.hero p {
  font-size: 1.5em;
  padding-bottom: 20px;
}

.btn-white-bg {
  background-color: var(--base-color);
  color: black; /* Change text color if needed to ensure visibility */
}
.btn-white-bg:hover {
  background-color: blue;
  color: var(--base-color); /* Change text color if needed to ensure visibility */
}

.features {
  padding: 60px 0;
}
.features h2 {
  text-align: center;
  margin-bottom: 40px;
}
.feature {
  text-align: center;
  padding: 20px;
}
.feature i {
  font-size: 3em;
  margin-bottom: 20px;
}


/* How Our Agents Work */
.agents-section {
  padding: 60px 20px;
  /* background-color: #eef3f7; */
}

.how-agents-list {
  list-style-type: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.how-agents-list li {
  background: var(--base-color);
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  color: var(--text-color)
}

.how-agents-list li::before {
  content: "✔";
  color: #17a2b8;
  margin-right: 10px;
  font-weight: bold;
}

/* How to Get Started */
.get-started-section {
  padding: 60px 20px;
  background-color: var(--base-color);
}

.steps-list {
  list-style-type: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding: 15px 40px;
  background: white;
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  color: var(--text-color)
}

.steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #17a2b8;
  color: white;
  font-weight: bold;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.pricing {
  background-image: url("/assets/img/hero-bg2.jpg");
  background-position: center bottom; /* Ensure the bottom of the image aligns with the bottom of the container */
  background-size: auto 100%;
	background-repeat: no-repeat;
  background-size: cover;

  background-color: #343a40;
  color: var(--base-color);
  padding: 60px 0;
  padding-bottom: 120px; /* Added padding to bottom */

}
.pricing h2 {
  text-align: center;
  margin-bottom: 40px;
}
.pricing .card {
  background-color: rgba(73, 80, 87, 0.4); /* Adjust the last value for transparency */
  border: none;
  margin-bottom: 20px; /* Added margin for better spacing */
}
.pricing .card-body {
  padding: 40px;
}
.pricing .card-title {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.pricing .btn {
  background-color: #007bff;
  border: none;
}
.event-search-hero {
  padding-top: 30px;
	background-image: url("/assets/img/event-search-bg.jpg");
	height: 350px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	/* background-position: 50% 00px; */
  background-position: center 50%; /* Ensure the bottom of the image aligns with the bottom of the container */
	background-color: #00132B;
  color: var(--base-color);
  background-size: cover;
  text-align: center;
}


.event-search-hero h1 {
  font-size: 3em;
  margin-bottom: 20px;
}
.event-search-hero p {
  font-size: 1.5em;
  padding-bottom: 20px;
}

.start-hero {
  padding-top: 40px;
	background-image: url("/assets/img/start-bg.jpg");
	height: 700px;
	background-size: auto 100%;
	background-repeat: no-repeat;
  background-position: center top; /* Aligns the top of the image with the top of the container */
	background-color: #00132B;
  color: var(--base-color);
  background-size: cover;
  text-align: center;
}

.start-hero h1 {
  /* margin-top: 100px; */
  font-size: 3em;
  margin-bottom: 20px;
}
.start-hero p {
  font-size: 1.5em;
  padding-bottom: 20px;
}


.account-item {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.default-label {
  font-weight: bold;
  color: var(--palette-color-600);
}
.set-default-link {
  color: var(--palette-color-400);
  /* text-decoration: underline; */
  cursor: pointer;
  margin-left: 10px;
}
.set-default-link:hover {
  color: darkblue;
}

/* Demo */

.screenshot {
  position: relative;
  margin-bottom: 40px;
}
.screenshot img {
  max-width: 100%;
  height: auto;
}
.label {
  position: absolute;
  background-color: rgba(78, 253, 25, 0.7);
  color: black;
  padding: 5px 10px;
  border-radius: 3px;
}
.section-title {
  color: #2E86C1;
  margin-bottom: 20px;
}

/* terms panel on MyProfile */
.overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  z-index: 1000; /* Sit on top */
}

.terms-scroll {
  background-color: var(--base-color);
  height: 80%;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  width: 80%;
  max-width: 1000px;
  /* text-align: center; */
}

/* .submitButton {
  margin-top: 10px;
} */
/* referral page */
.referral-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100px; /* Adjust height as needed */
  padding: 10px; /* Add some padding */
}
.referral-link {
  display: flex;
  width: 325px; /* Adjust the width as needed */
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.referral-link textarea {
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #333;
  width: 100%;
  resize: none; /* Disable resizing */
  text-align: center; /* Center text inside the textarea */

  white-space: normal; /* Allow wrapping */
  overflow: visible;
  word-wrap: break-word;
}
.copy-button {
  cursor: pointer;
  margin-left: 8px;
  background: none;
  border: none;
  color: #007bff;
}
.invite-button {
  background-color: #5865f2;
  color: var(--base-color);
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Dont know if this is used */
.hero-unit h1 { 
  font-family: 'Cera Pro',Helvetica,Arial,Lucida,sans-serif;
	/* letter-spacing: 2px;  */
	font-size: 45px;
	color: #000;
	margin-bottom: 1px;
	}
	
.hero-unit h3 {
	font-size: 1.5em;
	letter-spacing: 1.3px; 
	line-height: 1.2;
	margin-top: 0px;
	color: #fff;
	}

	.hero-unit h4{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0px;
    color: var(--palette-color-600) !important;
  }


  
  /* Panels */
.panel-default{
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin: 8px 12px;
  }

.panel-default > .panel-heading{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: var(--base-color);
    color: var(--palette-color-600);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
  }

.panel-body {
    font-size: 1.1em;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.preference-panel{
  background-color: var(--base-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}



#signinup {
	display: none;
	}
	
#front-signin {
	margin-top: 30px;
	padding-left: 15px;
	}
	
#front-signin .btn-success {
	font-weight: bold;
	-webkit-box-shadow: 0 1px 0 var(--palette-color-50);
	box-shadow: 0 1px 0 var(--palette-color-950);
	}


.profile-info {
    margin-bottom: 20px;
}
.profile-info span {
    font-weight: bold;
}

/* Event Banner */
.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--base-color);
    padding: 20px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}
.banner img {
    max-width: 250px;
    height: auto;
}
.event-info {
    flex: 1;
    margin-left: 20px;
}
.event-info h1 {
    margin: 0;
    font-size: 24px;
    color: var(--palette-color-600);
}
.event-info p {
    margin: 5px 0 0;
    color: var(--text-color);
}
.share-btn {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;

}
.outer-container {
  display: flex;
  justify-content: center;
  gap: 100px; 
  width: 100%; /* Ensure the outer container takes the full width */
  box-sizing: border-box;
}
.inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; 
  box-sizing: border-box;
  width: 250px;

}

.inner-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; /* Ensure form takes full width of the container */
}

.radio-group{
  /* display: flex;
  justify-content: center;
  gap: 10px; */
  justify-content: center;
}

.inner-container button {
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.inner-container button:hover {
  background-color: var(--base-color);
  color: black;
}

.create-listing-button{
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: var(--base-color);
  border: 1px solid transparent;
}
.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.create-listing-button:hover {
  background-color: #ffd700;
  color: var(--base-color);
}


.bid-button {
  background-color: var(--base-color-variant);
  border-color: var(--border-color);
  color: var(--palette-color-600);
  border: 1px solid transparent;
}
.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.bid-button:hover {
  background-color: #4cae4c;
  color: var(--base-color);
}

/* Asks class with blue button */
.ask-button {
  background-color: var(--palette-color-600);;
  border-color: var(--palette-color-800);;
  color: var(--base-color);
  border: 1px solid transparent;
}
.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.ask-button:hover {
  background-color: #2e6da4;
  color: var(--base-color);
}





.registration-message-center{
  font:20px;
  text-align: center;
  color: red;
  font-weight: bold;
}

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

.form-container {
  display: flex;
  gap: 20px; /* Adjust the gap as needed */
}
.form-container .form-group input[type="text"] {
  max-width: 100%;
  flex: 0 0 8rem; /* Make the input field 8 columns wide */
}
.floating-window {
  display: none; /* Initially hidden */
  position: fixed; /* Fixed position on the screen */
  top: 20%; /* Positioning from the top */
  left: 50%; /* Centering horizontally */
  transform: translate(-50%, -20%); /* Adjusting for perfect centering */
  width: 80%; /* Width of the floating window */
  max-width: 800px; /* Maximum width */
  background-color: var(--base-color); /* Background color */
  border: 1px solid #ccc; /* Border */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Box shadow for better visibility */
  padding: 20px; /* Padding inside the floating window */
  z-index: 1000; /* Ensuring it appears above other elements */
  overflow-y: auto; /* Scrollable if content overflows */
  max-height: 60vh; /* Maximum height */
}

.ticket-container {
  margin-left: 50px;
}
.ticket-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
  margin: 8px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.ticket-card button {
  background-color: var(--base-color);
  /* color: var(--base-color); */
  /* border: none; */
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 0.06em;
}

.ticket-card button:hover {
  background-color: #dc3545;
  color: var(--base-color);
}

/* Bids class with green button */
.bids .bid-button {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: var(--base-color);
  border: 1px solid transparent;
}

.bids .bid-button:hover {
  background-color: #4cae4c;
  color: var(--base-color);
}

/* Asks class with blue button */
.asks .ask-button {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: var(--base-color);
  border: 1px solid transparent;
}

.asks .ask-button:hover {
  background-color: #2e6da4;
  color: var(--base-color);
}

.ticket-actions {
  display: flex;
  flex-direction: column;
}
.ticket-actions button {
  background-color: var(--base-color);
  border-radius: 4px;
  padding: 8px 16px;
  margin: 4px 0;
  cursor: pointer;
  font-size: 14px;
}

.ticket-actions button:hover {
  background-color: blue;
  color: var(--base-color);
}

.modify-button {
  background-color: #28a745;
}
.delete-button {
  background-color: #dc3545;
}
.confirm-button {
  background-color: green;
}




h2 {
  margin-top: 0;
}
.response-section {
  /* border-top: 2px solid #007bff; */
  margin: 30px;
  padding-top: 15px;
}

/* card effects */
.glass{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 5px;
  border:1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
}

.raised {
  background-color: var(--base-color);
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.1); /* Shadow for raised effect */
  transition: all 0.3s ease-in-out;
}

.raised-subtle {
  background-color: var(--base-color);
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1); /* Shadow for raised effect */
  transition: all 0.3s ease-in-out;
}

.sunken {
  background-color: var(--base-color);
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 3px 10px rgba(0, 0, 0, 0.1); /* Inset shadow for sunken effect */
  transition: all 0.3s ease-in-out;
}

.card {
  border-radius: 10px;
}

/* Event Search table */
.floating-window {
  width: 80%;
}
.event-card {
  width:100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.event-date, .event-info, .event-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-date {
  align-items: center;
  /* padding-right: 20px; */
  border-right: 1px solid #ddd;
  width: 30%;
}

.event-info {
  flex-grow: 1;
  padding-left: 20px;
}

.event-action {
  align-items: center;
}

.event-date .date, .event-date .day, .event-date .time {
  margin: 0;
}

.event-info .name, .event-info .location, .event-info .status {
  margin: 0;
}

.event-info .status {
  color: red;
}


/* Tool Tip */
.tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow at the bottom */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* Event Ticket Selector Switch */
.toggle-switch {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  justify-content: center;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 0.07em;
}

.toggle-switch input[type="radio"] {
  display: none;
}

.toggle-switch .option {
  color: var(--palette-color-800);
  padding: 4px 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  flex: 1; /* Make buttons grow to fill space equally */
  text-align: center; /* Center text within buttons */
  margin: 0px 15px 0px 15px; /* Add margin for spacing between buttons */
  min-width: 80px; /* Ensure minimum width for buttons */
}
.toggle-switch .option:not(:checked) {
  background-color: var(--base-color);
  color: var(--color-text-muted);
}


.toggle-switch input[type="radio"]:checked + .option {
  background-color: var(--base-color);
  color: var(--palette-color-800);
  border: 1px solid var(--border-color-light);
}

.toggle-switch .option:hover {
  background-color: var(--base-color);
  color: var(--palette-color-800);
}



/* CCNA */
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: none;
  z-index: 1000;
}

.cookie-banner a {
  color: var(--palette-color-600);
}

.cookie-banner button {
  background-color: var(--palette-color-600);
  color: var(--color-text-light);
  border: none;
  padding: 10px;
  cursor: pointer;
}



/* Table customizations
----------------------------------------------- */
.columnTitle {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px; 
      color:#333;
      background-color: var(--base-color);
  }
      




/* CUSTOMIZE THE FEATURETTE
-------------------------------------------------- */
/* Round the image corners */
.featurette .img-responsive {
	border-radius: 10px
}

/*** Blog posts ***/
/* Blog post grid styles */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px;
}

.post {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.post:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.post-image img {
  width: 100%;
  height: auto;
  display: block;
}

.post-content {
  padding: 15px;
  text-align: center;
}

.post-content h2 {
  font-size: 2.0rem;
  color: #333333;
  margin: 15px 0;
}

.post-content h2 a {
  text-decoration: none;
  color: inherit;
}

.post-content h2 a:hover {
  color: #007bff;
}



.post-content .category {
  font-size: 1.3rem;
  height: 100%;
  color: #555555;
  margin-top: 10px;
  text-align: center;
  width: 100%; /* Ensure the category spans the full width */
  transition: transform 0.3s;
}

.btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 8px 0px 8px 0px;

}
.btn {
  display: inline-block; /* Ensure the button behaves like an inline block */
  max-width: 100%; /* Make sure the button can shrink */
  word-wrap: break-word; /* Allow text to wrap */
  text-wrap: wrap;
  text-align: center; /* Center the text inside the button */
  padding: 10px 20px; /* Optional: Adjust padding for better appearance */
  box-sizing: border-box; /* Ensure padding and border are included in the button's width */
}

.btn-primary {
  background-color: var(--palette-color-600);
  color: var(--color-text-light);
  border: none;
}

.btn-primary:hover  {
  opacity: 1;
  background-color: var(--palette-color-600);
}

.btn-xs {
  padding: 2px 8px; /* Optional: Adjust padding for better appearance */
}

.giveaway-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}

.giveaways {
  text-align: center;
  padding: 20px;
}

.giveaway-description {
  font-size: 1.55rem;
  color: #333;
  margin-bottom: 15px;
}

.giveaway-info {
  font-size: 1.45rem;
  color: #555;
  margin-bottom: 10px;
}

.giveaway-conditions {
  font-size: 1.35rem;
  color: #777;
  margin-bottom: 20px;
}

.giveaway-conditions a {
  color: #007bff;
  text-decoration: none;
}

.giveaway-conditions a:hover {
  text-decoration: underline;
}





.blog-banner {
  background-color: var(--accent-color); /* Blue background color */
  color: #fff; /* White text color */
  padding: 20px; /* Add some padding to the banner */
  text-align: center; /* Center-align text */
	letter-spacing: 0.05em;
}


/* CUSTOMIZE THE JOURNAL UPDATES
-------------------------------------------------- */

.activity-feed-wrapper {
	padding: 10px 10px 10px
}

.activity-feed-date {
	color: #aaa;
	padding-left:5px;
}
.activity-feed-post {
	padding-top: 0px;
}
.activity-feed-post h5 {
	color: var(--text-color);
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
textarea {
	resize:none;
}
/* CUSTOMIZE THE ROW UNITS
-------------------------------------------------- */

.feature-highlights {
	width:"100%";
	padding-top: 10px;
	margin-bottom: 20px;
}

.highlights h3 {
	margin-bottom: 5px;
	margin-top: 30px;
}

.highlights h4 {
	margin-top: 0px;
	line-height: 1.2em;	
}

.feature-header {
	padding-bottom: 20px;
}

.feature-segment-forecasts{
	width:"100%";
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f3f5f7;
	padding-left: 5%;
}

.feature-email-alerts{
  padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 20px;
	background-color: #fff;
	padding-left: 5%;
	
}

.attribute-tradier{
	width:"100%";
	/* padding: 80px; */
	padding-left: 10%;
	background-color: #fff;
	
}

#tradier-logo {
width: 280px;
}

.feature-header h2 {
	font-size: 2.4em;
	font-weight: 400;
}

.feature-text {
	font-size: 16px;
	letter-spacing: 1.1px;
}
.link-call-to-action {
	font-weight: 700;
	letter-spacing: 1.6px;
	font-size: 1.1em;
}

.link-call-to-action:after, .lede-call-to-action a:after {
content: " \203A";
position: relative;
bottom: .1em;
}



/* CUSTOMIZE SUBSCRIBE TABLES */
.membership-feature-header{
	padding-bottom:0px;
	text-align: center;
}

.side-header{
	background: #010101;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top:25px;
	padding-bottom:25px;
	font-family: Vollkorn;
}

.membership-feature {
	padding-top:5px;
	
}

.membership-feature-check {
	padding-top:5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.membership-feature-check-btm {
	padding-top:5px;
	padding-bottom:25px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* CUSTOMIZE THE RIGHT SIDE PANEL
-------------------------------------------------- */
.tweets {
	margin-top: 30px;
}




/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
.footer-buttons {
   /*display: table; 
   margin: 0 auto;*/
   margin: 0 auto !important;
   float: none !important;
}

.center {
   margin: 0 auto !important;
   float: none !important;
}

#social-buttons div {
    float:center !important;
    display:inline-block !important;
    margin:0 10px 0 10px !important;
    border:none;
    overflow:hidden;
}

.footer-outer {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 50px;
  color: var(--tooltip-text-color);
  background: var(--tooltip-bg-color);
  overflow: hidden;
}
.footer-inner {
  color: var(--tooltip-text-color);
  background: var(--tooltip-bg-color);
}
.footer-inner h1 h2 h3 p ul li {
margin:0;
padding:0;
list-style: none;
}
.footer-inner li {
float: left;
border-left: 0px solid #888888;
padding-right: 25px;
list-style: none;
color: #cccccc;
}
.footer-inner li.footer {
width: 450px;
color: #cccccc;
list-style: none;
font-size: .75em;
padding-top: 20px;
}

.footer-inner li.footer2 {
color: #cccccc;
list-style: none;
font-size: .85em;
}
.footer-inner li a:link, .footer-inner li a:visited {
text-decoration: none;
color: #fff;
}
.footer-inner li a:hover {
text-decoration: underline;
color: #ffffff;
}


/* CUSTOMIZE THE INPUTS
-------------------------------------------------- */

/* Style the label */
label {
    font-weight: bold;
  }
  
  /* Style the file input */
  input[type="file"] {
    /* Hide default styles */
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: none;
    /* Add some custom styles */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
    color: #444;
  }
  
  /* Style the submit input */
  input[type="submit"] {
    /* Add some custom styles */
    padding: 10px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  /* Style the submit input when hovered */
  input[type="submit"]:hover {
    background-color: #0056b3;
  }


  /* conversation history */
  #conversation-history {
    /* border: 1px solid #ccc; */
    padding: 10px;
    border-radius: 10px;
    max-width: 700px;
}

#conversation-history p {
    margin: 5px 0;
    border-radius: 5px;
    background-color: #ffffff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #e9c01c;
  border-radius: 4px;
  font-family: 'Cera Pro',Helvetica,Arial,Lucida,sans-serif;

}
/* Account info
-------------------------------------------------- */


.account-info {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.account-row {
  background-color: var(--base-color);

}



.row-account-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}


.form-control {
  border-radius: 5px;
  padding: 5px;
  font-size: 1.4rem;
  border: 1px solid var(--border-color);
}

.fc-text-xs {
  width: 50px;
  height: 24px;
}

.fc-text-sm {
  width: 100px;
  height: 24px;
}

.fc-dropdown-sm {
  width: 120px;
  height: 32px;
}

.account-dropdown {
  width: 120px; 
  border: 1px solid var(--palette-color-200);
  background-color: var(--base-color);
  color: var(--palette-color-700); 
  text-align: center;
}

.strategy-dropdown {
  width: 300px; 
  text-align: center;
}

.sentiment-dropdown {
  text-align: center;
}

.form-control-search {
  width: 80px !important;
  text-align: left;
}



.balance-section {
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* Account ID select */
.account-section {
  padding: 0px;
}

.balance-section h4 {
  margin-bottom: 20px;
  color: var(--palette-color-700);
}

.balance-flex {
  display: flex; /* Display value and label side by side */
  justify-content: space-between; /* Space out value and label */
  align-items: center; /* Align value and label vertically */
}

.balance-box {
  border: 0px solid #ddd;
  padding: 1px;
  margin-bottom: 2px;
  border-radius: 5px;
  width: 175px;
  color: var(--palette-color-600);
}

.balance-value {
  font-size: 1.4rem;
}
.balance-label {
  font-size: 1.3rem;
}



.account-dropdown-container{
	border: 0px solid #ccc;
	/* font-size: 14px; */
  text-align: center; /* Centering content inside the dropdown container */
  float: left;
}
/* .account-dropdown{
	border: 1px solid #ccc;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 2px;
	font-size: 14px;
	width: 120px;
	height: 35px;
	background-color: #fff;
  margin: 0 auto; 
} */

.sentiment-select-section {
  display: flex;
  justify-content: center; /* Center the content horiontally */
  align-items: center; /* Vertically align the elements */
  border-radius: 5px;
  gap: 16px;
  padding: 4px 0px 4px 0px;
}

.sentiment-select-container {
   width: 250px;
   border-radius: 5px;
   padding: 5px;
   font-size: 1.4rem;
}

.strategy-select-section {
  display: flex;
  justify-content: center; 
  align-items: center; 
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 4px 0px 4px 0px;
}

.form-group {
  display: flex;
  align-items: center; /* Vertically align the search container and select dropdown */
  gap: 16px; 
  justify-content: center;
}

.search-btn-container {
  display: flex;
  align-items: center;
}

.search-box {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #ccc;
}


.filler-box{
  border: 0px solid #ddd;
}


.quote-flex {
  display: flex;
  justify-content: space-between; /* Space out value and label */
  align-items: center; /* Align value and label vertically */
}

.quote-box {
  border: 0px solid #ddd;
  border-radius: 5px;
  width: 120px;
  
}
.quote-value {
  font-size: 1.4rem;
  color: #333;
}
.quote-label {
  font-size: 1.0rem;
  color: #777;
}

.strategy-select-flex {
  display: flex; /* Display value and label side by side */
  justify-content: space-between; /* Space out value and label */
  align-items: center; /* Align value and label vertically */
}
.strategy-select{
  display: flex;
  flex-direction: column;
  width: 60rem;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 4rem;
  border: 1px solid #ccc;

}

.strategy-select div {
  display: flex;
  scroll-snap-align: start;
  padding: 2px;
  border-radius: 5px;
  margin: 1px;
  cursor: pointer;
  border: 0px solid #ccc;
  height: 4rem;
  scroll-snap-align: center;
}
.strategy-option {
  display: flex;
  flex-direction: column;
  border: 0px solid #ccc;
}
.strategy-option-desc {
  font-size: 1.4rem;
  color: #333;
  border: 0px solid #ccc;
}
.strategy-option-type {
  font-size: 1.0rem;
  color: #777;
}
.panel{
  border: 0px;
}
/* Trade entry test */
.vertical-label {
  background-color: blue;
  color: var(--base-color);
  padding: 10px;
  transform: rotate(-90deg); /* Rotate text to be vertical */
  transform-origin: bottom left;
  position: relative;
  left: -20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-label h4 {
  margin: 0;
}
#leg0 {
  display: flex;
  align-items: stretch;
}
.form-inputs  {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}

/* .trade-structure {
  margin: 8px 12px;
} */

.trade-summary {
  border: 0px solid #ddd;
  border-radius: 10px;
  padding: 8px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.trade-summary > div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.trade-param-box {
  height: 64px;
  font-size: 1.4rem;
}
.trade-param-label {
  font-size: 1.3rem;
  color: #777;
  padding-bottom: 2px;
  text-align: center;;
}

.trade-param-value {
  color: #333;
  text-align: center;
}

.trade-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0px 0px 12px 0px;  
  /* box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 100%;
  flex-direction: column;
  
}

.order-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  width: max(100%, 400px);
  flex-direction: column;
}

.order-card-header {
  display: flex;
  align-items: top;
  gap: 1rem;
  justify-content: space-between;
  padding: 4px 2px 8px 4px;
  font-size: 1rem;
  width: 100%;
}
.order-summary {
  border: 0px solid #ddd;
  border-radius: 10px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:16px;
}

.order-summary > div {
  display: flex;
  align-items: center;
}

.order-param-box {
  height: 0.6rem;
  font-size: 1.4rem;
}
.order-card-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  width: 75%;
  padding: 0px 0px 8px 32px;
}


.order_tag {
  display: inline;
  font-size: 1rem;
  padding-left: 5px; 
}

.badge{
  background-color: var(--base-color-variant);
  color: var(--palette-color-800);
  padding: 8px;
  border-radius: 5px;
}

.order-card-footer {
  display: flex;
  justify-content: flex-start;  /* Aligns content to the right */
  align-items: center;
  font-size: 1rem;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 8px;
  border-top: 1px solid var(--border-color);
}

.exit-summary {
  border: 0px solid #ddd;
  border-radius: 10px;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column ;
}
.exit-param-box {
  height: 0.6rem;
  font-size: 1rem;
}
.order-card-footnote {
  margin-right: 0.75rem;
  color: #444;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.order-del-btn{
  background-color: var(--danger-color);
  color: var(--base-color);
  padding: 8px;
  font-size: 12px;
}


.trade-card-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
  width: 100%;
  padding-top: 8px;
}
.trade-card-footer {
  display: flex;
  justify-content: flex-end;  /* Aligns content to the right */
  align-items: center;
  font-size: 1rem;
  max-width: 100%;
  padding-left: 16px;
  padding-bottom: 4px;
}


.trade-card-footnote {
  margin-right: 0.75rem;
  color: #444;
  text-decoration: none;
}

.forum-card-votes {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


.option-info-box {
  border: 0px solid #ddd;
  border-radius: 5px;
}

.option-info-value {
  font-size: 1.4rem;
  color: #333;
}
.option-info-label {
  font-size: 1.2rem;
  color: #777;
}



.search-btn-container-date{
	border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 0px;
	font-size: 11px;
}
.search-box-date{
	font-weight:500;
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 11px;
	letter-spacing: 0.04em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0em 0em -0.5em 0em;
  border-radius: 6px;
	border: 0	px solid #ddd;
	vertical-align: middle;
}



/* FONTS
-------------------------------------------------- */
.ticker-bold{
	font-weight:700;
	margin:  0 0 0;
	font-size: 28px;
	letter-spacing: 0.06em;
    padding-bottom: 3px;
}

.btn-search{
	font-size: 14px;
	background-color: #fff;
	border: 0px solid #fff;
	color: var(--text-color);
}


.ticker-dropdown-container{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	border: 0px solid #ccc;
    padding-top: 6px;
    padding-bottom: 12px;
	font-size: 14px;
	background-color: #fff;
}

.ticker-dropdown{
	border: 1px solid #ccc;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 2px;
	font-size: 14px;
	width: 200px;
	height: 35px;
	background-color: #fff;
}
.filter-dropdown-container{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	border: 1px solid #fff;
    padding-top: 6px;
    padding-bottom: 12px;
	font-size: 11px;
	background-color: #fff;
}

.filter-field{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
}

.filter-dropdown{
	border: 1px solid #ccc;
    border-radius: 6px;
	font-size: 11px;
	width: 100px;
	height: 20px;
	background-color: #fff;
}


.tradier-bold{
	font-weight:500;
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 24px;
	letter-spacing: 0.06em;
    padding-bottom: 3px;
}
.tradier-acct{
	font-weight:300;
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 17px;
	letter-spacing: 0.06em;
    padding-bottom: 3px;
}

.ticker-page-name{
	font-weight:300;
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 15px;
	letter-spacing: 0.06em;
    padding-bottom: 3px;
}

.timestamp{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 11px;
	letter-spacing: 0.06em;
    padding-bottom: 2px;
    color: #5b636a;
    vertical-align: middle;
}

.faq-item1{
	font-weight:300;
	font-family: inherit; 
	line-height: 22pt;
	letter-spacing: 0.06em;
	font-size: 16px;
}

.sub-data{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 11px;
	letter-spacing: 0.06em;
    padding-bottom: 2px;
    color: #5b636a;
}

#path{
	font-weight:400;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.input-group{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	line-height: 1.5;
	padding: 0.75rem 1rem;
	border: 1px solid #d5dae2;
	border-radius: 0.25rem;
}

.input-group-prepend{
	margin-right: 1px;
	margin-top: 5px;
	font-family: Monospace;
	font-weight:400;
	text-align: left;
	line-height: 1.5;
}

.input-group-text{
	margin-right: 1px;
	font-family: Monospace;
	font-weight:600 !important;
	text-align: left;
	background-color: #77838f !important;
	color: var(--base-color);
	padding: 6px;
}
.input-group-command{
	margin-right: 1px;
	margin-top: 35px;
	font-family: Monospace;
	font-weight:600 !important;
	text-align: left;
	background-color: #efefef !important;
	color: #1e2022;
	padding: 0.75rem 1rem;
	height: calc(1.5em + 1.5rem + 2px);
}

.table-bordered{
	/* font-family: "Lato", Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 15px;
	letter-spacing: 0.03em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: var(--base-color);
	color: #fff;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #e7eaf3;
	width: 100%;
	line-height: 1.5;
}

.thead-dark{
	color: var(--base-color);
	vertical-align: middle;
	background: #1e2022 !important;
	
}

.text-monospace{
	margin-right: 1px;
	font-family: Monospace;
	font-weight:600 !important;
	text-align: left;
	background-color: white !important;
	color: black;
	padding-left: 3px;
}

.text-muted{
	color: #8c98a4 !important;
}

.text-danger{
	color: #de4437  !important;
}

.highlight{
	background-color: #f8fafd;
}

.alert-info{
	color: #007483;
	background-color: #ccf9fe;
	padding: 0.75rem 1.25rem;
}

#doc-navigation{
   position: sticky;
   display: block !important;
}

#code-menu-outer {
	height: 34px;
	background-color: #fff;
}

.code-table {
	margin: 0 auto;
}

ul#code-list{
	min-width: 400px;
	list-style: none;
	padding-top: 4px;
	padding-left: 5px;
	}
	
ul#code-list li {
	display: inline;
	padding:8px;
    background-color: #eee;
    letter-spacing: 0.03em;
	}
	
ul#code-list li.active {
    background-color: #fff;
	border: 1px solid #999;
}

.nav{
	display: flex;
	flex-wrap: wrap;
	list-style:none;
}


.nav-item{
	display: list-item;
	padding-right: 20px;
	color: #ccc;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 16px;
}

.tab-pane fade active show{
	display: block;

}
.tab-pane fade{
	display: none;
	
}
.table-header-name{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #010101;
	color: #fff;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.table-column-name{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 15px;
}

.table-row-data{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 15px;
}

.table-detail-data{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 12px;
	letter-spacing: 0.03em;
}

.chart-header-data{
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 15px;
}

.admin-container{
  width:95%;
  margin: 5px auto;
}

.gtable-header .google-visualization-table-th {
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Ensure long words are wrapped */
}

.gtable-small-font {
  font-size: 11px;
  height: 11px;
  text-align: left;
}

.gtable-header{
  font-size: 11px;
  height: 11px;
}



.gtable-header-tradier{
/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-size: 14px;
  height: 14px;
  text-align: left;
  	font-weight: 500;
  
}

.gtable-small-font-tradier {
/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-size: 14px;
  height: 14px;
  text-align: left;
}


.status-canceled {
  color: red;
}
.status-pending {
  color: blue;
}

.status-filled {
  color: green;
}

.btn-link-charts {
	font-weight:300;
	/* font-family: 'Helvetica Neue Bold','Helvetica Neue', Helvetica, Arial, sans-serif; */
	margin:  0 0 0;
	font-size: 13px;
	letter-spacing: 0.06em;
	background-color: #fff;
	border-width: 0px;
	border-color: var(--text-color);
	color: #2196f3;
	margin-top:0px;
	margin-bottom:1px;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;

}


.btn-download{
	border-width: 2px;
	font-size: 12px;
	margin: 0.5em 0.5em 0.5em 0.5em;
	background-color: var(--palette-color-500); 
	color: #ffffff

}


#file_list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#file_list th, #file_list td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#file_list th {
  background-color: #f2f2f2;
}

#file_list td:last-child {
  border-bottom: 1px solid #ddd;
}


.message {
  /* margin: 10px;
  padding: 10px; */
  border-radius: 5px;
}
.user {
  padding-top:5px;
  background-color: #fff; 
}
.system {
  background-color: #f2f2f2;
}


/* .message-content {
  display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
// word-break: break-all; 
word-wrap: break-word;
color: #333333;

}

.mc-user {
  background-color: #fff
}

.mc-system{
  background-color: #f2f2f2;
  border: 1px solid #e9c01c;
  border-radius: 4px;
  font-family: 'Cera Pro',Helvetica,Arial,Lucida,sans-serif;

} */

/* Subscribe page */

.subscription-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscription-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.category {
  width: 250px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.category:not(:last-child) {
  margin-right: 20px;
}

.category:hover {
  transform: scale(1.00);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.selected {
  border: 2px solid #3498db;
}

.category-title {
  font-size: 18px;
  margin-top: 10px;
}

.subheading {
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}

.price {
  font-size: 28px;
  margin-top: 10px;
}

.price-desc {
  font-size: 14px;
  color: #888888;
  margin-top: 5px;
}

.feature-list {
  margin-top: 20px;
  font-size: 14px;
}
.feature-list {
  margin-top: 20px;
  font-size: 14px;
  list-style-type: none; /* Remove default bullet points */
  padding-left: 0; /* Remove left padding from the list */
}

.feature-list li::before {
  content: "\2713"; /* Unicode checkmark character */
  color: #27ae60; /* Checkmark color */
  margin-right: 5px; /* Add space between checkmark and text */
}
.category-bubbles {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centered-button {
  margin-top: 30px; 
}

.plan-box {
  width: 450px;
  height: 460px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  background-color: #1e67;
}

.continue-button {
  margin-top: 20px;
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}


#upload-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* height: 100vh; */
}

#upload-form {
  text-align: center;
  border: 2px solid #ccc;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#drop-zone {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

#drop-zone p {
  margin: 0;
}

#drop-zone.dragover {
  border-color: #333;
  background-color: #f0f0f0;
}

#file-input {
  display: none;
}

input[type="submit"] {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #0056b3;
}




#loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  text-align: center;
  padding-top: 20%;
}

#loading-spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 40%;
  left: 44%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.disclaimer {
	font-size: 12px;
	text-align: center;
}

send-invite-button {
  position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: var(--palette-color-600);
	border-color: #333;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 7px!important;
	border: 1px solid #ccc;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 2px;
	font-size: 14px;
	
}
trade-button {
  position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: var(--palette-color-600);
	border-color: #333;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 7px!important;
	border: 1px solid #ccc;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 2px;
	font-size: 14px;
	
}

input {
  	position: relative;
	display: inline-block;
  	cursor: pointer;
	border-color: #333;
	color: #000;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	
	
}


preview-button[disabled] {
	opacity: 0.2;
  cursor: not-allowed;
	
}
button[disabled], html input[disabled] {
	opacity: 0.2;
  cursor: not-allowed;
	text-align: center;
}

.open-modal {
  background-color: var(--palette-color-600);
  color: var(--color-text-light);
  border: none;
  padding: 4px 8px;
  margin-bottom: 1rem;
  border-radius: 5px;
  font-size:14px;
}

.delete-file-modal {
  /* font-weight: bold; */
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  background-color: #9c2f1a;
  border-color: #333;
  color: var(--text-color);
  font-size:12px;
}

.submit-modal {
  /* font-weight: bold; */
  background: var(--blue);
  color: var(--white);
  margin-bottom: 1rem;
  border-radius: 5px;
  background-color: var(--palette-color-600);
  border-color: #333;
  color: #fff;
  font: 17px;
  z-index: 120000;

}


/* MODAL
################## */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in;
  font-size: 20px;
  line-height:20px;
  letter-spacing: 0.05em;
  z-index: 120000;

  
}
.modal2 {
  position: fixed;
  top: 0;
  left: 40;
  right: 0;
  bottom: 0;
  z-index: 120000;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in;
  font-size: 20px;
  line-height:20px;
  letter-spacing: 0.05em;
  
}


.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal-dialog {
  position: fixed;
  top: 70px;
  left: 70px;
  width: max(350px , 90%);
  max-width: 330px;
  max-height: 80vh;
  border-radius: 5px;
  background: var(--white);
  overflow-y: auto;
  cursor: default;
  background-color: #fff;
}

.modal-dialog > * {
  padding: 1rem;
}

.modal-content, select {
  padding: 8px 10px 2px 8px;
  font-size: 14px;
  border-radius: 0px 0px 5px 5px;
}

.modal-header,
.modal-footer {
  background: var(--palette-color-600);
  border-color: var(--border-color);
  color: var(--base-color);
  border-width:1px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  border-radius: 5px 5px 0px 0px;
}

.close-modal{
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--base-color);
  background-color: var(--palette-color-600);
  border: 0px;
}

.modal p + p {
  margin-top: 1rem;
}




.modal2.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal2-dialog{
  position: fixed;
  top:70px;
  left: 70px;
  width: max(350px , 90%);
  max-width: 350px;
  max-height: 80vh;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
}

.modal2-dialog {
  position: fixed;
  /* top:50px; */
  left: 40px;
  width: max(350px , 90%);
  max-width: 350px;
  max-height: 80vh;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 992px) {

	/* Shrink index hero */
	
.index-hero .welcome {
	width: 80%;
  padding-bottom: 0px;
    /* height: 400px; */

	}
.hero-main {
    height: 440px;
    }
.hero-unit h1 { 
	letter-spacing: .075em; 
	font-size: 2em !important;
	}
	
.hero-unit h3 {
	font-size: 1em;	
	line-height: 1.5 !important;
	}	

  .hero-unit h4 {
    font-size: 1em;	
    line-height: 1.3 !important;
    width: 110%;
    }	
.footer-outer {
  width: 100%;
  }
  /* Hide footer2 */
.footer-inner li.footer2 {
	display: none;
}
	
	 /* Hide Twitter Feed */
.tweets {
		display:none;
	}

#menuToggle {
	display: block !important;
}	
		
.navbar-brand { 
	float:right;
	font-size: 20px
 }	
 
.navbar-brand-img { 
	float: right;
	height: 43px;
	padding-top: 10px;
	padding-right: 12px;
 }
	 
.navbar-nav {
	float: left !important;
}



/* only need if changing the background color on mobile */
.container > .navbar-header, .container > .navbar-collapse {

	background: var(--navbar-bground);
}

.navbar-fixed-top .container {
  /* background: linear-gradient(45deg, #d4af37, #f2e1a2, #b68b2e, #e0c38a); */

	 background-color: var(--navbar-bground);
}	



.search-box-container {
  display: block;
  position: relative;
  
}

.feature-highlights h3 {
	font-size: 20px;
    font-family: "helvetica";
}

.feature-highlights h4 {
	font-size: 16px;
    font-family: "helvetica";
}

}


/* Phone Size Screens */
@media (max-width: 767px) {
.row{
  margin-right: -4px;
  margin-left: -15px;
    
  }


.fixed-top-header .container-fluid {
    width: 100%;
  }

.main-content-container {
    margin: 24px 8px 0px 16px;
    padding: 0px 4px 0px 0px;
    width: 100%; /* Adjust content width */
  }

.full-width-container {
    width: 100%;
    padding-left: 15px;  /* Adjust padding as needed */
    padding-right: 15px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensures padding is included in the width */
}
.start-hero {
    height: 700px;
    background-position: -175px 0px;    
  }

.event-search-hero {
    height: 400px;
    /* background-position: -175px 0px;     */
  }

.index-hero .welcome {
	width: 350px;
  height: 480px;
	}

.hero-unit{
    height: 300px
  }
.hero-unit h1 { 
	letter-spacing: .05em; 
	font-size: 2em !important;
	}
	
.hero-unit h3 {
	font-size: 1em;	
	line-height: 1.5 !important;
	}	
	.post-grid {
    display:block;
  }
  .footer-outer{
    width:100%;
  }
  .toggle-switch {
    font-size: 1.0em;
    letter-spacing: 0.04em;
  }
.subscription-container-wrapper {
  flex-direction: column;
  align-items: center;
}
.subscription-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  margin: 20px 0;
  }

.modal2-dialog  {
  left: 5px;
  top: 100px;
}

.modal-dialog  {
  left: 5px;
  top: 100px;
}

.modal-trade-preview-dialog  {
  left: 5px;
  top: 100px;
}

.category {
  display: none;
  margin: 20px 0;
}


.category.selected {
  display: block;
  margin: 00px 0;
}

.category-title {
  font-size: 16px;
  margin-top: 8px;
}

.subheading {
  font-size: 12px;
  margin-top: 8px;
}

.price {
  font-size: 24px;
  margin-top: 8px;
}

.price-desc {
  font-size: 12px;
  margin-top: 4px;
}

.feature-list {
  margin-top: 16px;
  font-size: 12px;
}

.category-bubbles {
  /* flex-direction: column; Add this line */
  display: flex; /* Display bubbles in the same row */
    justify-content: center; /* Center bubbles horizontally */
    margin-top: 20px;
    flex-wrap: wrap; /* Allow bubbles to wrap if needed */
}

.category-bubble {
  width: 64px;
  height: 32px;
  background-color: #bbb;
  border-radius: 50px;
  display: block; /* Change display value to "block" */
  margin-bottom: 10px; /* Add margin-bottom to create spacing between items */
  cursor: pointer;
  text-align: center; /* Center text within the bubble */
  line-height: 32px; /* Vertically center text within the bubble */
  border:rgba(0, 0, 0, 0.1) solid 1px;

}
/* when .category-bubble is active or hover make it blue */
.category-bubble:hover, .category-bubble.active {
  background-color: #3498db;
  color: #fff;
}
.outer-container {
  gap: 20px; 
}
.ticket-container {
  margin-left: 0px;
  padding-left: 5%;
}
.ticket-container {
  width: 95%;
}
.ticket-card {
  width: 100%;
  /* padding-left: 5%; */
}

.plan-box {
  width: 100%;
  }


.search-box-container {
  right: 0; /* Override the right position */
  left: 50%; /* Position relative to the center */
  transform: translateX(-50%); /* Center the element */
  top: 10px; /* Adjust the top position for better visibility */
  width: 70%;
}

.floating-window {
  width: 90%;
}
.event-date {
  width: 37%;
}

.event-info {
  padding-left: 0px;
}

}


/* Tablet Size Screens*/
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	
  /* Shrink index-hero and font size */
  .hero-unit h1 { 
    letter-spacing: .05em; 
    font-size: 2em;
    font-weight:100;
    }
    
  .hero-unit h3 {
    font-size: 1.3em;
    }
  .hero h1 {
    font-size: 2.5em;
  }
  .hero h3 {
    font-size: 1.5em;
  }
}
  
  @media (min-width: 768px) {
  .container {
    max-width: 1023px;
  }
  
  }
  
  /* Extra wide*/
  @media only screen and (min-width: 1200px) {
   .container {
      width: 1500px;
    }
  }
  
  @media only screen and (min-width: 1024px) {
  .footer-outer {
    padding-left: 70px;
  }


  .container {
    max-width: 1300px;
  }
  
  
}

/* For mobile : like samsung landscape: */
@media screen and (max-width : 600px){

.fixed-left-sidebar .menu-content {
   
    padding-left: 14px;
}
/* Iframe Wrap
----------------------------------------------- */
#file_list {
  display: block;
}

#file_list thead {
  display: none;
}

#file_list th:nth-child(1),
#file_list th:nth-child(2),
#file_list th:nth-child(3),
#file_list th:nth-child(4)  {
  display: none; /* Hide the 2nd and 3rd th elements */
}
#file_list tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#file_list th, #file_list td {
  padding: 10px;
  text-align: left;
  border-bottom: none;
}
#file_list td {
  display: block;
  border-bottom: 1px solid #ddd;
}

#file_list td:last-child {
  border-bottom: none;
}

.banner img {
  display: none;
}

.event-action {
  display: none;
}

.btn-search{
float: right;
}

}


default-button {
    position: relative;
      display: inline-block;
      cursor: pointer;
      background-color: var(--text-color);
      border-color: #333;
      color: #fff;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 7px!important;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding-top: 8px;
      padding-bottom: 2px;
      font-size: 14px;
      
  }

  .button-call-to-action {
    background-color: var(--palette-color-600);
    color: var(--base-color);
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
}

.button-call-to-action:hover {
  background-color: var(--palette-color-700);
}

.button-try-free {
  background-color: var(--base-color);
  color: var(--palette-color-600);
  border-radius: 5px;
  border-color: var(--palette-color-600);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
}

.button-try-free:hover {
  color: var(--palette-color-700);
}


.button-warning {
  background-color: #721c24;
  color: #fff;
  border-radius: 5px;
  border-color: #f5c6cb;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
}


/* For mobile : like samsung grand(480 * 800): */
@media screen and (max-width : 480px){
/* Iframe Wrap
----------------------------------------------- */
  /* Shrink index hero */
.index-hero .welcome {
	width: 480px;
  height: 520px;
	}

  .hero-container {
    height: 570px;
    padding-top: 40px;
  }
 .hero {
    height: 670px;
  }
 
  .hero h1 {
    font-size: 3em;
  }
  .hero h3 {
    font-size: 1.5em;
  }
}

/* For mobile : like nexus (380 wide): */
@media screen and (max-width : 420px){
/* Iframe Wrap
----------------------------------------------- */

  body .index-hero {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    height: 540px;
}
.hero-unit {
  max-width: 420px;
}
.hero-unit h3 {
  max-width: 400px;
}
.feature-highlights {
    width: 250px;
}
.feature-header {
  max-width: 300px;
  font-size:10px;
}
/* .sentiment-select-section {
  gap: 4px;
} */
.feature-segment-forecasts {
  padding-top: 20px !important;
  max-width: 350px;
  margin-right: 0px;
}
.feature-email-alerts {
  padding-top: 20px !important;
  max-width: 350px;
  margin-right: 0px;
}

#feature-picture {
width: 280px;
}

.highlights h3 {
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 20px;
}

.highlights h4 {
	margin-top: 0px;
	line-height: 1.2em;
	max-width: 280px;
	padding-bottom: 15px;
	font-size: 16px;
}

.footer-outer, #footer-3 {
    max-width:360px;
}

.search-btn-container {

    margin-left: 16px;
}

#question-textarea{
  width:100%;
  box-sizing: border-box;
  resize: vertical;
}
.footer-outer, #footer-3 {
  max-width: 100%;
}
}





/* For iphone: */
@media screen and (max-width : 320px){
/* Iframe Wrap
----------------------------------------------- */
body .index-hero {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  height: 540px;
}
.footer-outer, #footer-3 {
  max-width: 100%;
}
}

/* NO MORE MEDIA TAGS BELOW THIS LINE */



