/* BRIGHT BLUE BUTTON */
.btn-discord {
  background-color: #5865F2 !important;
  /* Bright Blue */
  border-color: #3B82F6 !important;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 12px;
  padding: 8px 18px;
  transition: all 0.2s ease-in-out;
}

  /* HOVER: Gray Button + White Text */
  .btn-discord:hover {
    background-color: white !important;
    /* Gray */
    border-color: #5865F2 !important;
    color: #5865F2 !important;
  }


/* PRIMARY BRAND LINK BUTTON */
.btn-brand {
  background-color: #20376C !important;
  border: 1px solid #20376C !important;
  color: #ffffff !important;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.2s ease;
}

  .btn-brand:hover {
    background-color: #FFFFFF !important;
    border-color: #20376C !important;
    color: #20376C !important;
    text-decoration: none !important;
  }



/* OUTLINE BRAND LINK BUTTON */
.btn-brand-outline {
  background-color: #ffffff !important;
  border: 1px solid #20376C !important;
  color: #20376C !important;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.2s ease;
}

  .btn-brand-outline:hover,
  .btn-brand-outline:focus,
  .btn-brand-outline:active {
    background-color: #20376C !important;
    border-color: #20376C !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }


.omega-light-group label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  padding: 8px;
  /*color: #475569;*/
  color: #20376C;
  letter-spacing: 0.3px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
  display: none;
}

#plansGrid .perk-pill {
  margin-bottom: 10px;
}

.perk-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.35);
}

html {
  font-size: 16px;
}

body {
  background: #f5f7fb;
  font-family: 'Baloo 2',-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Kodchasan", -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
  /*font-family: 'Baloo 2',-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;*/
}

.text-muted {
  color: #454545 !important;
}

#alertbar {
  position: fixed;
  top: 5px;
  max-width: 600px;
  cursor: pointer;
  display: none;
  z-index: 15000;
}



.bg-primary {
  background-color: #20376C !important;
}

/* =========================================================
   LEFT MENU
   ========================================================= */
.page-wrapper .sidebar-wrapper .sidebar-menu li a {
  font-weight: 400;
}


.btn-info {
  background-color: #C6E6F9;
  border-color: #C6E6F9;
  color: #000000;
}

  .btn-info:hover, .btn-info:active {
    background-color: #20376C;
    border-color: #20376C;
    color: #FFFFFF;
  }

.btn {
  border-radius: 999px;
}

.sidebar-wrapper.sidebar-dark {
  background-color: #20376C !important;
}

.bg-auth-home {
  min-height: 100vh;
}

.broker-symbol {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

.TopBanner {
  background: linear-gradient(90deg, #39579a, #20376C);
  padding: 8px 0;
}

.page-wrapper .page-content .layout-specing {
  padding: 55px 14px 24px !important;
}

.page-wrapper .page-content .top-header .header-bar {
  height: 48px;
}

.broker-expired-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffe5e8;
  color: #e43f52;
  border: 2px solid #e43f52;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 8px;
  text-transform: uppercase;
}

.credit-logo {
  max-width: 100%;
}

.perk-section .perk-pill {
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

  .perk-section .perk-pill .dot {
    margin-right: 15px;
    display: inline-block;
  }



.bootstrap-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* Nice spacing between items */
  padding-left: 0;
  list-style: none;
}

.bootstrap-checkbox-list > li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Apply Bootstrap checkbox styling */
.bootstrap-checkbox-list input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin: 0;
  accent-color: var(--bs-primary); /* Uses your Bootstrap theme color */
}

/* Optional: inline style for horizontal */
.bootstrap-checkbox-list.inline {
  flex-direction: row;
  flex-wrap: wrap;
}

  .bootstrap-checkbox-list label {
    margin-right: 15px;
    margin-left: 7px;
    font-size: 13px;
    vertical-align: top;
  }
