/*    2024 style updates  */

.cake-error {
	display: none;
	visibility: hidden;
}

:root {
 	--leftbar-width: 300px;
 	--navbar-height: 60px;
    --leftbar-width-md: 200px;
    --page-sidebar-menu-color: #8391a2;
    --page-sidebar-menu-hover-color: #edeef2;
    --page-sidebar-menu-active-color: #f8f9fa;
    --page-sidebar-menu-upsell-box-bg:#727cf5;
    --box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.21);
    --text-dark: #273444;
    --text-light: #f8f9fa;
    --text-info: #00B8D9;
    --brand-color: #3C4858;
    --leftbar-color: #313a46;
    --page-bg-color: #f2f3f5;
    
     --note-danger: #842029;                  
	 --note-danger-rgb: 220, 53, 69;         
	 --note-danger-bg-subtle: #f8d7da;       
	 --note-danger-border-subtle: #f1aeb5;   
	 --note-danger-emphasis: #842029;    
	 
	  --bs-cyan: #0dcaf0;
	  --bs-cyan-100: #cff4fc;
	  --bs-cyan-200: #9eeaf9;
	  --bs-cyan-300: #6edff6;
	  --bs-cyan-400: #3dd5f3;
	  --bs-cyan-500: #0dcaf0;
	  --bs-cyan-600: #0aa2c0;
	  --bs-cyan-700: #086a8c;
	  --bs-cyan-800: #052c3f;
	  --bs-cyan-900: #021216;
}


.upsell_note {
	background: var(--note-danger-bg-subtle);
	border:2px solid var(--note-danger-border-subtle);
	border-radius: 6px !important;
	padding:10px 20px;
	color: var(--note-danger-emphasis);
	
	
}

.upsell_note h4 {
	font-weight: 500 !important;
	text-shadow: none !important;
}

.alert.upsell_note .close {
margin-top: -10px;
width: 20px;
background-repeat: no-repeat !important;
background-image: none !important;
opacity:0.8 !important;
}

.alert.upsell_note .close span {
	display: inline-block;
  transform: rotate(45deg);
  font-size: 24px;
  color:var(--note-danger);
  z-index: 10;
}


body {
}

.text-dark {
	color: var(--text-dark) !important;
}

.brand-color {
	color: var(--brand-color);
}

.header {
	/* box-shadow: var(--box-shadow); */
}

.header .brand {
	width: var(--leftbar-width);
	margin-top: 0;
	padding-top: 15px;
}

.header .brand img {
	
}

.header .navbar-inner {
	height: var(--navbar-height);
}

.assoclogos {
	top: var(--navbar-height);
}



.page-header-fixed .page-container { 
	 margin-top: var(--navbar-height);  
	/* margin-top: 0px;  */
}



/* General Search Container Styling */
.aisearch, .search-container {
    margin-left: 0 !important;
    position: relative;
    align-items: center;
    transition: width 0.4s ease;
    z-index: 1;
}

.search-container {
    margin-top: 12px;
    overflow: visible;
}

/* Search Input Styling */
#nav-search {
    width: 97.6%;
    padding: 6px;
    border: 1px solid transparent;
    outline: none;
    font-size: 1em;
    border-radius: 16px !important;
    transition: width 0.4s ease, opacity 0.4s ease, padding 0.4s ease, border 0.4s ease;
    margin-bottom: 0;
    border:2px solid rgba(91,109,133,0.4);
    background: rgba(91,109,133,0.2);
    font-family: 'Open Sans', sans-serif !important;
}

#nav-search:hover {

    color: var(--brand-color);
    border:2px solid rgba(0, 184, 217,0.4);
    
}

#nav-search::placeholder {
	   font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color:var(--text-light);
}

/* Search Icon Styling */
.search-icon {
    color: var(--text-light);
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    font-weight: 300;
    top: 9px;
    right: 9px;
    z-index: 5;
}

.search-icon:hover {
    color: var(--text-info);
}

/* Gateway Search Adjustments */
#gateway-search .search-input {
    transition: background-color 0.3s ease;
    color: var(--text-light);

    
}

/* Search Dropdown Container */
.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    margin-top: 5px;
}

/* Dropdown Item Styling */
.search-dropdown-item {
    padding: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-dropdown-item:hover {
    background-color: #f3f3f3;
}

/* Active Dropdown Item Styling */
.search-dropdown-item.active {
    background-color: #e9ecef;
    font-weight: bold;
}






.page-sidebar-fixed .page-sidebar {
	border-right: none !important;
}

.corner-overlay {
    position: fixed;
    top: var(--navbar-height);
    left: var(--leftbar-width);
    width: 20px; /* Adjust as needed */
    height: 20px; /* Adjust as needed */
    z-index: 1000; /* Ensure it’s above other content */
    pointer-events: none; /* Prevent it from interfering with clicks */
    
    
    
}

.page-content {
	background-color: var(--page-bg-color) !important;
	border-top-left-radius: 8px;
	padding-top: 15px;
}

.header.navbar.navbar-fixed-top {
	background: #fff;
	height: var(--navbar-height);
}

.navbar-inner.navbar_dark {
	background: var(--leftbar-color) !important;
}

i.feedback img {
	width: 24px;
	height: 24px;
	color: var(--brand-color;);
	filter: brightness(0) !important;
}

i.feedback:hover img {
	filter: brightness(20) !important;
	background: var(--brand-color);
}

.feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feedback-icon .help-icon {
    width: 24px;
    height: 24px;
    fill: var(--text-light); /* Default color */
    transition: fill 0.3s ease; /* Smooth transition for hover */
}

.feedback-icon:hover .help-icon {
    fill: #00B8D9; /* Color change on hover */
}





.navbar .nav {
	height: var(--navbar-height);
	padding-top: 0px;
}

.navbar .nav > li > a {
	color: var(--text-light) !important;
}

.header .nav > li.dropdown {
	margin-top: 0px !important;
	padding: 13px 0 !important;
}
.header .nav #header_comment_bar .dropdown-toggle  {
	padding: 5px 15px 5px 20px !important;
}

.header .nav > li.dropdown.user .dropdown-toggle {
	padding: 2px 15px 3px 15px;
	
}

.header .nav .dropdown-toggle:hover, .header .nav .dropdown.open .dropdown-toggle {
	background: transparent !important;
	color:#fff !important;
}

.header img.avatarInNavbar {
	border: 2px solid rgba(0, 184, 217, 0.87);
	
}

.header .nav > li.dropdown.user .dropdown-toggle .username {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 1.13em !important;
}

.header .nav li.user {
	/* border-left:1px solid var(--page-sidebar-menu-color); */
}

.user-company {
	text-transform: capitalize !important;
	font-size: 0.86em !important;
}

.dropdown-toggle .username,
.dropdown-toggle .user-company {
	line-height: 1.1em;
	color:var(--text-light) !important;
	margin: 0 !important;
	padding: 0;
}

.dropdown.user:hover .username,
.dropdown.user:hover .user-company {
	color:#00B8D9 !important;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #fff !important;
	color: var(--text-info);
	filter: none;
}

.dropdown.user .dropdown-menu li > a {
	padding:20px 0 !important;
	color: var(--brand-color);
	text-decoration: underline;
}

.dropdown.user .dropdown-menu li > a:hover {
	text-decoration: underline;
	color: var(--text-info);
}

a.dropdown-toggle:hover img.avatarInNavbar {
	border: 2px solid #fff;
}




.footer {
	margin-left: var(--leftbar-width) !important; 
	background: #fff;
	height: 50px;
}

@media (min-width: 980px) {
	.page-content {
		margin-left: var(--leftbar-width) !important; 
	}
}

.footer {
	border-top:thin solid #bbb;
	background-color: #fafbfe !important;
	padding-top:20px;
}

.footer-inner p {
	font-size: 1.1em;
	font-weight: 500;
}

.page-sidebar {
	width: var(--leftbar-width);
	background: var(--leftbar-color);
	top: var(--navbar-height) !important;
	bottom: 0px;
}

.page-sidebar .brand {
	display: block;
}

.page-sidebar .brand img.logo {
	display: block;
	max-width: 100px;
	margin: 10px auto;
}


ul.page-sidebar-menu {
	margin: 5%;
	height: 100vh !important;
	position: relative;
}

ul.page-sidebar-menu > li {
	margin-bottom: 2.5%;
}

ul.page-sidebar-menu > li,
ul.page-sidebar-menu > li:hover,
ul.page-sidebar-menu > li.active,
ul.page-sidebar-menu > li.selected,
ul.page-sidebar-menu > li a,
ul.page-sidebar-menu > li:hover a,
ul.page-sidebar-menu > li.active a,
ul.page-sidebar-menu > li.selected a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
	border: none !important;
	background: none;
	background-color: transparent !important
}

ul.page-sidebar-menu > li > a,
ul.page-sidebar-menu > li > a i,
ul.page-sidebar-menu > li > ul.sub-menu > li > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a i {
	color: var(--text-light) !important;
	font-weight: 500;
	font-size: 0.98em;
}

ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
	color: var(--page-sidebar-menu-hover-color) !important;
	background-color: var(--page-sidebar-menu-color) !important;
	border-radius: 6px !important;
}

ul.page-sidebar-menu > li > a.active,
ul.page-sidebar-menu > li.open > a {
	color: var(--page-sidebar-menu-active-color) !important;
	font-weight: 600;
}

ul.page-sidebar-menu > li > a > .arrow:before, ul.page-sidebar-menu > li > a > .arrow.open:before {
	color: var(--page-sidebar-menu-color) !important;
}

ul.page-sidebar-menu > li.active a {
	
	background-color: var(--page-sidebar-menu-hover-color) !important;
	color: var(--brand-color) !important;
	font-weight: 600;
	border-radius: 6px !important;
}


ul.page-sidebar-menu > li.active:hover a {
	background-color: var(--page-sidebar-menu-color) !important;
	color: var(--text-light) !important;
}



.sidebar-toggler {
	background: none;
	background-color: transparent;
	margin-left: auto !important;
	margin-right: 10px;
}

.icon-reorder {
	font-size:24px;
	font-weight: 600;
	color: var(--page-sidebar-menu-color) !important;
}

.nav-icon .navicon,
ul.page-sidebar-menu > li.active:hover a .nav-icon .navicon {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
    fill: var(--text-light) !important; 
    transition: fill 0.3s ease; 
}

ul.page-sidebar-menu > li.active a .nav-icon .navicon {
	fill: var(--brand-color) !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a .nav-icon .navicon {
	fill: var(--text-light) !important; 
}

ul.page-sidebar-menu > li.active:hover > ul.sub-menu > li > a {
	background-color: transparent !important;
}

ul.page-sidebar-menu > li.active:hover > ul.sub-menu > li > a:hover {
		background-color: var(--page-sidebar-menu-color) !important;
}


ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
	
}

.navicon {
    width: 24px;
    height: 24px;
}

.assoc-logos {
	width: 96%;
	/* border-top: 0.5px solid  var(--page-bg-color); */
	margin:  0;
	
	position: absolute;
	bottom: 100px;
	 text-align: center;
	border-radius: 6px;
	
}

.assoc-logos img {
	/* background: var(--page-bg-color); */
	max-width: 37.4%;
	/* background-color: rgba(255, 255, 255, 0.14); */

	padding:12px;
	margin: 0 auto;
	filter: brightness(0) invert(1);
	transition: filter 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; 
	transition: background-color 0.3s ease;
	border-radius: 6px !important;
	
}

.assoc-logos::after {
	content: 'Rivel is a NIRI Approved Provider';
	font-size: 11px;
	color:#fff;
	display: block;
	height: 30px;	
	opacity: 0;
	transition: opacity 0.3s ease;
	text-align: center;
	margin-top: 10px;
  
  
}

.assoc-logos img:hover {
	filter: none;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px !important;
}

.assoc-logos:hover::after {
	opacity: 1;
}





.page-content .breadcrumb.dashboard {
background-color: transparent !important;
}

.page-title, .breadcrumb {
	font-size: 1.34em;
	margin: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page-title {font-weight: 600;}

.breadcrumb.dashboard {
	margin: 0;
}

.box-shadow {
	box-shadow: var(--box-shadow);
}

.card {
	box-shadow: var(--box-shadow);
	padding: 20px 30px ;
	border-radius:4px !important;
	background: #fff;
}


.newsletter-title {
	color: var(--brand-color);
}

/*** Dashboard stats ***/


.dashboard-stat {
	box-shadow: var(--box-shadow);
	padding: 15px 0 20px 0 !important;
	border-radius:4px !important;
}

.news-blocks:not(.logobox) {
		box-shadow: var(--box-shadow);
	padding: 30px 15px  !important;
	border-radius:4px !important;
}

/* Hide if truly empty */
.news-blocks:empty {
  display: none;
}

/* Hide if it only contains a single <br> */
.news-blocks:has(> br:only-child) {
  display: none;
}


.dashboard-stat .visual {
  text-align: center;
  border-radius: 12px !important;
  float: left;
  width:60px;
  height: 60px;
  display: inline-block;
  padding: 0 !important;
  margin: 0 0 20px 15px;
}

.dashboard-stat .visual i {
	font-size: 40px;
	line-height:60px;
    color: #006989;
	opacity:0.93;
	filter:alpha(opacity=93);
	margin: 0px;
	padding: 0;
}

.dashboard-stat .details {
 padding-left: 20px;
  width:62%;
}

.dashboard-stat .details .number {    
  padding-top: 5px;
  text-align: left;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}

.dashboard-stat .details .desc {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  /* font-weight: 300; */
  font-size: 13px;

  opacity: 0.7;  
  filter: alpha(opacity=70);
  white-space: nowrap;
}  

.dashboard-stat .moretext i {
  margin-top: 4px;
  float: right;
}

.dashboard-stat.darkblue .visual i {
  color: #1b264F;
}

.dashboard-stat.blue .visual i  {
  color: #006989;
}

.dashboard-stat.green .visual i  {
  color: #2b7977;
}

.dashboard-stat.teal .visual i  {
  color: #5ec6c4;
}

.dashboard-stat.darkblue {
  border-bottom:4px solid rgba(27, 38, 79,0.63);
}

.dashboard-stat.blue {
  border-bottom:4px solid rgba( 0, 105, 137,0.63);
}

.dashboard-stat.green {
  border-bottom:4px solid rgba(43, 121, 119,0.63);
}

.dashboard-stat.teal {
  border-bottom:4px solid rgba(94, 198, 196,0.63);
}

.dashboard-stat .visual {
	box-shadow: var(--box-shadow);
}

.dashboard-stat.darkblue .visual {
	background: rgba(27, 38, 79,0.33);
}

.dashboard-stat.blue .visual  {
  background: rgba( 0, 105, 137,0.23);
}

.dashboard-stat.green .visual {
  background: rgba(43, 121, 119,0.23);
}

.dashboard-stat.teal .visual {
  background: rgba(94, 198, 196,0.23);
}

.dashboard-stat .more { 
  
} 

.dashboard-stat .more.noborder {
	border-top: none;
}

.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more { 
  background-color:#bc0d0e;
} 

.dashboard-stat.yellow {
  background-color: #006989;
}

.dashboard-stat.yellow .more { 
  background-color: rgba(0, 105, 136, 0.56);
} 

.dashboard-stat.purple {
  background-color: #003a4c;
}

.dashboard-stat.purple .more { 
  background-color: rgba(0, 58, 77, 0.5);s
}


.dashboard-stat.darkblue,
.dashboard-stat.blue,
.dashboard-stat.green,
.dashboard-stat.teal {
	background-color: #fff;
	border-radius: 4px;
	
}

.dashboard-stat .number, 
.dashboard-stat .desc, 
.dashboard-stat .more {
	color:#3C4858 !important;
}
.dashboard-stat .number {
	font-weight: 500 !important;
}

.dashboard-stat {
    position: relative; /* Set parent to relative */
}

.dashboard-stat .morelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-indent: -9999px; /* Hide the text inside the link if needed */
}

.dashboard-stat .more-text {
    position: relative;
    z-index: 2; /* Keep other content above the .more link */
    clear: both;
  display: block;
  padding: 10px 20px 5px 20px;
  text-transform: uppercase;
  /* font-weight: 300; */
  font-size: 13px;
  border-top:1px solid #ccc;
  opacity: 0.7;  
  filter: alpha(opacity=70);
  white-space: nowrap;
  margin-bottom: -10px;
}

.dashboard-stat .more-text.noborder {
	border-top:1px transparent;
}

.dashboard-stat.blue:hover  {
  background: rgba( 0, 105, 137,0.97);
}

.dashboard-stat.green:hover {
  background: rgba(43, 121, 119,0.97);
}

.dashboard-stat.teal:hover{
  background: rgba(94, 198, 196,0.97);
}




.dashboard-stat:not(.welcome):hover .more-text,
.dashboard-stat:not(.welcome):hover .details .number, 
.dashboard-stat:not(.welcome):hover .details .desc,
.dashboard-stat:not(.welcome):hover .visual i  {
	color:#fff !important;
}

.dashboard-stat:not(.welcome):hover .more-text i.m-icon-dark {
	filter: invert(100%) brightness(100%) contrast(100%);
}

.quicklink-card, 
.newsletter-cardcontainer {
	background-color: #fff;
	box-shadow: var(--box-shadow);
	padding: 15px 15px 30px;
	border-radius:4px !important;
	
}

.d-block {
    display: block !important;
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}


.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 1200px) {
  .display-5 {
    font-size: calc(1.175rem + 2.7vw);
  }
}

.display-6 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 1200px) {
  .display-6 {
    font-size: calc(0.875rem + 2.7vw);
  }
}

/* - events listing - */ 

.event {

}

.event h3 a:hover, .event a:hover {
	cursor: pointer !important;
	color: var(--text-info) !important;
	
}

.event-date {
    font-weight: bold;
}

.event-type {
    font-style: italic;
}

.event-title {
    color: #333;
}

.event-description {
    color: #666;
}

.card-event_detail-datetime {
	color: var(--primary);
}
 
.eventListing .quicksearch {
	 height: 46px;
padding: 0;
 }
 
.eventListing .search-container{
    position: relative;
    display: inline-block;
}

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

.team-search .clear-icon {
    right: unset;
}

/* Style adjustments for the input field for padding */
.eventListing .quicksearch {
    padding-right: 30px; /* Make room for the clear icon */
}


  

.badge-eventtype {
  background-color: #F2F2F2;
  color: var(--primary);
}

.badge-esg {
  background-color: #CCEDEC;
  color: #163C3C;
}

.badge-ir {
  background-color: #C3CBEA;
  color: #0E1327;
}

.badge-perception {
  background-color: #D4F5FF;
  color: #005B77;
}

.badge-in-person {
  background-color: #F2F2F2;
  color: var(--primary);
}

.badge-in-person[href]:hover, .badge-in-person[href]:focus {
  color: #00B8D9;
  text-decoration: none;
  background-color: #b6ebf4;
}

.badge-virtual {
  color: #FFAB00;
  background-color: #ffeecc;
}

.badge-virtual[href]:hover, .badge-soft-warning[href]:focus {
  color: #FFAB00;
  text-decoration: none;
  background-color: #ffe6b3;
}


/*  badge colors: 
	
#F2F2F2 - #7F7F7F
#C3CBEA - #0E1327
#D4F5FF - #005B77
#CCEDEC - #163C3C
#DFF4F3 - #266C6A
#FEE5CC - #7D3F01 

*/

/* - event page - */

 
.eventPage h1 span.eventName, .event h2 {
	
	
}

.eventPage h1 span {
	display: block;
}

.eventstartDate.h3, .eventLocation.h3 {
	line-height: 80%;
}

#hotel-details .btn-hotel {
	background: #FB7F03 linear-gradient(180deg, #FB7F02, #FB7F03) repeat-x;
	border-color: #FB7F03;	
}

#hotel-details .btn-hotel:hover {
  background: #d99100 -webkit-gradient(linear, left top, left bottom, from(#dea226), to(#d99100)) repeat-x;
  background: #d99100 linear-gradient(180deg, #dea226, #d99100) repeat-x;
  border-color: #cc8900;	
}


#event-listing .event-description {
	font-size: 1.13em;
	color: var(--text-dark);
	font-weight: 400;
}

#event-listing .event-description h2 {
	font-size: 1.34em;
	font-weight: 600;
}

.card-event_date_day, 
.card-event_date_year {
	font-size: 1.3em;
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #8492A6;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #8492A6;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(21, 29, 60, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(21, 29, 60, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFF;
  background: #1b264F -webkit-gradient(linear, left top, left bottom, from(#3d4769), to(#1b264F)) repeat-x;
  background: #1b264F linear-gradient(180deg, #3d4769, #1b264F) repeat-x;
  border-color: #1b264F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-primary:hover {
  color: #FFF;
  background: #111832 -webkit-gradient(linear, left top, left bottom, from(#353b51), to(#111832)) repeat-x;
  background: #111832 linear-gradient(180deg, #353b51, #111832) repeat-x;
  border-color: #0e1429;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #1b264F;
  border-color: #1b264F;
  background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #0e1429;
  background-image: none;
  border-color: #0b0f1f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-secondary {
  color: #273444 !important;
  background: #EFF2F7 -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#EFF2F7)) repeat-x;
  background: #EFF2F7 linear-gradient(180deg, #f1f4f8, #EFF2F7) repeat-x;
  border-color: #EFF2F7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
  color: #273444;
  background: #d6ddea -webkit-gradient(linear, left top, left bottom, from(#dce2ed), to(#d6ddea)) repeat-x;
  background: #d6ddea linear-gradient(180deg, #dce2ed, #d6ddea) repeat-x;
  border-color: #cdd6e6;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  background-image: none;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #273444;
  background-color: #cdd6e6;
  background-image: none;
  border-color: #c5cfe2;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-success {
  color: #FFF;
  background: #36B37E -webkit-gradient(linear, left top, left bottom, from(#54be91), to(#36B37E)) repeat-x;
  background: #36B37E linear-gradient(180deg, #54be91, #36B37E) repeat-x;
  border-color: #36B37E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-success:hover {
  color: #FFF;
  background: #2d9669 -webkit-gradient(linear, left top, left bottom, from(#4da580), to(#2d9669)) repeat-x;
  background: #2d9669 linear-gradient(180deg, #4da580, #2d9669) repeat-x;
  border-color: #2a8c62;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #36B37E;
  border-color: #36B37E;
  background-image: none;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #2a8c62;
  background-image: none;
  border-color: #27825c;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-info {
  color: #FFF;
  background: #00B8D9 -webkit-gradient(linear, left top, left bottom, from(#26c3df), to(#00B8D9)) repeat-x;
  background: #00B8D9 linear-gradient(180deg, #26c3df, #00B8D9) repeat-x;
  border-color: #00B8D9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-info:hover {
  color: #FFF;
  background: #0098b3 -webkit-gradient(linear, left top, left bottom, from(#26a7be), to(#0098b3)) repeat-x;
  background: #0098b3 linear-gradient(180deg, #26a7be, #0098b3) repeat-x;
  border-color: #008da6;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
  background-image: none;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #008da6;
  background-image: none;
  border-color: #008299;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-warning {
  color: #FFF;
  background: #FFAB00 -webkit-gradient(linear, left top, left bottom, from(#ffb826), to(#FFAB00)) repeat-x;
  background: #FFAB00 linear-gradient(180deg, #ffb826, #FFAB00) repeat-x;
  border-color: #FFAB00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-warning:hover {
  color: #FFF;
  background: #d99100 -webkit-gradient(linear, left top, left bottom, from(#dea226), to(#d99100)) repeat-x;
  background: #d99100 linear-gradient(180deg, #dea226, #d99100) repeat-x;
  border-color: #cc8900;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
  background-image: none;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #cc8900;
  background-image: none;
  border-color: #bf8000;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-danger {
  color: #FFF;
  background: #FF5630 -webkit-gradient(linear, left top, left bottom, from(#ff6f4f), to(#FF5630)) repeat-x;
  background: #FF5630 linear-gradient(180deg, #ff6f4f, #FF5630) repeat-x;
  border-color: #FF5630;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-danger:hover {
  color: #FFF;
  background: #ff370a -webkit-gradient(linear, left top, left bottom, from(#ff552f), to(#ff370a)) repeat-x;
  background: #ff370a linear-gradient(180deg, #ff552f, #ff370a) repeat-x;
  border-color: #fc2e00;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
  background-image: none;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #fc2e00;
  background-image: none;
  border-color: #ef2c00;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-light {
  color: #273444;
  background: #EFF2F7 -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#EFF2F7)) repeat-x;
  background: #EFF2F7 linear-gradient(180deg, #f1f4f8, #EFF2F7) repeat-x;
  border-color: #EFF2F7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light:hover {
  color: #273444;
  background: #d6ddea -webkit-gradient(linear, left top, left bottom, from(#dce2ed), to(#d6ddea)) repeat-x;
  background: #d6ddea linear-gradient(180deg, #dce2ed, #d6ddea) repeat-x;
  border-color: #cdd6e6;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-light.disabled, .btn-light:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  background-image: none;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #273444;
  background-color: #cdd6e6;
  background-image: none;
  border-color: #c5cfe2;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-dark {
  color: #FFF;
  background: #273444 -webkit-gradient(linear, left top, left bottom, from(#475260), to(#273444)) repeat-x;
  background: #273444 linear-gradient(180deg, #475260, #273444) repeat-x;
  border-color: #273444;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark:hover {
  color: #FFF;
  background: #19212c -webkit-gradient(linear, left top, left bottom, from(#3c434b), to(#19212c)) repeat-x;
  background: #19212c linear-gradient(180deg, #3c434b, #19212c) repeat-x;
  border-color: #141b24;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
  background-image: none;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #141b24;
  background-image: none;
  border-color: #10151b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-neutral {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-neutral:hover {
  color: #273444;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}

.btn-neutral:focus, .btn-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-neutral.disabled, .btn-neutral:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  background-image: none;
}

.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active,
.show > .btn-neutral.dropdown-toggle {
  color: #273444;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #dfdfdf;
}

.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-white:hover {
  color: #273444;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white.disabled, .btn-white:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  background-image: none;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #273444;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-primary {
  color: #1b264F;
  border-color: #1b264F;
}

.btn-outline-primary:hover {
    color: var(--text-info) !important;
    background-color: #1b264F !important;
    border-color: #1b264F;

}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1b264F;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #1b264F;
  border-color: #1b264F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-outline-secondary {
  color: #EFF2F7 !important;
  border-color: #EFF2F7 !important;
}

.btn-outline-secondary:hover {
  color: #273444 !important;
  background-color: #EFF2F7 !important;
  border-color: #EFF2F7 !important;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35) !important;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #EFF2F7;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-success {
  color: #36B37E;
  border-color: #36B37E;
}

.btn-outline-success:hover {
  color: #FFF;
  background-color: #36B37E;
  border-color: #36B37E;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36B37E;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #36B37E;
  border-color: #36B37E;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-outline-info {
  color: #00B8D9;
  border-color: #00B8D9;
}

.btn-outline-info:hover {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00B8D9;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-warning {
  color: #FFAB00;
  border-color: #FFAB00;
}

.btn-outline-warning:hover {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFAB00;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-outline-danger {
  color: #FF5630;
  border-color: #FF5630;
}

.btn-outline-danger:hover {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF5630;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-outline-light {
  color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-light:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EFF2F7;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-dark {
  color: #273444;
  border-color: #273444;
}

.btn-outline-dark:hover {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #273444;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-neutral {
  color: #FFF;
  border-color: #FFF;
}

.btn-outline-neutral:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-neutral:focus, .btn-outline-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
  color: #FFF;
  background-color: transparent;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active,
.show > .btn-outline-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}

.btn-outline-white:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFF;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-link {
  font-weight: 400;
  color: #1b264F;
  text-decoration: none;
}

.btn-link:hover {
  color: #080b16;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #C0CCDA;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.go-top {
	background-color: var(--brand-color) !important;
	color: var(--text-info);
		border-radius: 16px !important;
		height: 20px;
		width: 20px;
		text-align: center;
		padding: 6px !important;
		margin-top: 0 !important;
}

.go-top i {
	color: var(--text-info) !important;
	font-weight: 700;
	line-height: 20px;
}


/* Container styling */
.switcher-container {
    clear: both; /* Ensures it fits within the span6 without overflow */
    list-style: none;
	margin: 12px 0 0 0;
	padding: 2px;
	border-radius:36px !important;
	border:2px solid rgba(0, 184, 217, 0.67);
	background-color: rgba(0, 184, 217, 0.17);
}

/* Each tab styling */
.switcher-tab {
    text-align: center;
    
}

.switcher-tab:nth-child(2) {
	/* margin-left: 1px;
	margin-right: 1px; */
}


.switcher-tab a {
    color: var(--text-light); 
    /* background-color: #8391a2;  */
    background: none;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
	border-radius: 32px !important;
	padding: 6px 12px;
	height: 20px;
	display: block;
    
}


/* Active tab styling */
.switcher-tab.active a {
    background-color: rgba(0, 184, 217, 0.97); 
    color: var(--text-light);
}

.switcher-tab.active {
	
}


/* Hover effect */
.switcher-tab:not(.active) a:hover {
    background-color: #fff; 
    color: var(--primary);
}

/* Star icon styling */

.set-default-gateway {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
   min-height: var(--navbar-height);
}

.star-icon .star{
    fill: none;
	stroke: var(--text-light);     
    stroke-width: 1;         
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-top: -15px;
    vertical-align: middle;
   
}

.star-icon.default .star {
	fill: var(--text-info);
	stroke:none;
	  width: 24px;
    height: 24px;
	
}

.custom-tooltip-width + .tooltip {
	min-width: 200px !important;
		background: var(--text-info);
	color:var(--text-dark);
	opacity: 1 !important;
	 text-align: left !important;
	 box-shadow: var(--box-shadow);
	 border-radius: 36px !important;
}
.custom-tooltip-width.tooltip + .tooltip-inner {
    max-width: 260px; 
    width: 260px; 
    
}

.tooltip-inner {
	max-width: 300px;
	padding: 4px 16px;
	opacity:1;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	background: var(--text-info);
	border-radius: 36px !important;
}

.custom-tooltip-width + .tooltip-arrow,
.set-default-gateway .tooltip-arrow {
	display: none !important;
	visibility: hidden;
}

.set-default-gateway .tooltip {
	top:12px !important;
}





/* Responsive adjustments */
@media (max-width: 767px) {
    .switcher-container {
        float: none;
        display: block;
        height: auto;
    }

    .switcher-tab {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    .switcher-tab a {
        height: auto;
        line-height: normal;
        padding: 10px;
    }
}

.event-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: white;
    text-align: left;
    box-shadow: var(--box-shadow);
padding: 60px 30px 40px;
border-radius: 4px !important;
margin-top: -20px;
}

.event-info {
    flex: 1; /* Ensures text takes up most of the space */
}

.event-info h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.event-info p {
    font-size: 16px;
    opacity: 0.9;
}

.event-btn {
    
 
    transition: 0.3s ease;
    margin-top: 10px;
    font-weight: 600;
}

.event-btn:hover {
    background: #1b264F !important;
    color: var(--text-info) !important;)
    
}

.event-icon img {
    max-width: 80px; /* Adjust size as needed */
    height: auto;
    margin-left: 20px; /* Creates spacing between text and icon */
}

.event-note {
    font-size: 12px !important;
    color: #808080; /* Soft gray for subtlety */
    margin-top: 5px;
    opacity: 0.8;
}

#search-dropdown li .pill { 
	background-color: #ccc; 
	border-top-left-radius: 10px !important; 
	border-top-right-radius: 10px !important; 
	border-bottom-left-radius: 10px !important; 
	border-bottom-right-radius: 10px !important; 
	line-height: 20px; 
	display: inline-block; 
	padding: 0.1em 1em 0.1em 1em;
	margin: 0 1em 0.25em 0;
}


#search-dropdown  {
	
}

/* Dropdown styling */
#search-dropdown ul {
  list-style: none;
  padding: 6px 12px;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 450px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Individual item styling */
.answer-item {
  padding: 12px 0 8px 12px;
  border-bottom: 1px solid #eee;
  transition: transform 0.3s ease;
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  max-width: 100%; 
  
  
}

.answer-item:last-child {
  border-bottom: none;
}

.answer-item:hover {
  transform: translateX(20px); 
  
}

/* Links inside items */
.answer-item a {
  font-weight: 600;
  font-size: 1.1em;
  color: #1b264F !important;
  text-decoration: none;
  padding: 6px 4px !important;
  
  display: block; 
  white-space: normal !important; 
  word-wrap: break-word; 
  overflow-wrap: break-word; 
  max-width: 100%; 
  
  
}

.answer-item a:hover {
  text-decoration: underline;
  color: var( --text-info) !important;
}

/* Pills container */
.pills {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  
}

/* Pill styling */
.pill {
  display: inline-block;
  background-color: rgba(196, 203, 235, 0.75) !important;
  color: #0E1327;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 12px;
  white-space: nowrap;
}


/* 'View all results' link */
.all {
  text-align: center;
  padding: 12px;
  margin:15px 0 10px;
}

.all a {
  color: var(--text-info) !important;
  display: block;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #1b264F !important;
  border-radius: 30px !important;
  margin: 0 auto;
  padding: 8px 14px !important;
  min-width: 30%;
  width: auto;
  max-width: 160px;
}

.all a:hover {
  text-decoration: underline;
}




@media (max-width: 767px) {
.conciergeprofilepic img {
	max-width: 120px !important;
}
}

.conciergeprofilepic img {
	width: 100%;
	max-width: 120px !important;
}


/* search results listing page */ 

#answers.page-content {
	background-color: #fff !important;
}

.results-info {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
}


.match {
  background: #fff3cd;
  padding: 2px 1px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
}

/* Prevent text overflow */
#docs_search td, #docs_search th {
  white-space: normal;
  word-wrap: break-word;
}

/* Fix spacing issues in table rows */
#docs_search tr:hover {
  background: #e3f2fd !important; /* Subtle hover effect */
}

#docs_search tbody tr:hover>td {
background-color: #e3f2fd;
}


#docs_search.searchTable {
  table-layout: fixed; /* Prevents columns from resizing unpredictably */
  width: 100%;
}

/* Assign proper widths to columns */
#docs_search.searchTable th:nth-child(1), 
#docs_search.searchTable td:nth-child(1) { width: 30% !important; } /* Document Title */

#docs_search.searchTable th:nth-child(2), 
#docs_search.searchTable td:nth-child(2) { width: 30% !important; } /* Match */

#docs_search.searchTable th:nth-child(3), 
#docs_search.searchTable td:nth-child(3) { width: 10% !important; } /* Section */

#docs_search.searchTable th:nth-child(4), 
#docs_search.searchTable td:nth-child(4) { width: 10% !important;; } /* Category */

#docs_search.searchTable th:nth-child(5), 
#docs_search.searchTable td:nth-child(5) { width: 10% !important; } /* Topic */

#docs_search.searchTable th:nth-child(6), 
#docs_search.searchTable td:nth-child(6) { width: 10% !important; } /* Published */


#docs_search.searchTable td:nth-child(2) { /* Match Column */
  font-size: 12px;
  line-height: 1.4; /* Adjust line height for better readability */
}

/* Limit Match column height & hide overflow */
#docs_search.searchTable td:nth-child(2) {
  max-height: 80px; /* Adjust to your preferred height */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Expand text on hover */
#docs_search.searchTable td:nth-child(2):hover {
  white-space: normal;
  max-height: none;
}


#search-bar {
	
}
/* Search Bar Container */
#search-bar {
  display: flex;
  align-items: start;
  gap: 0;
  background: #f4f4f4; /* Matches the UI theme */
  padding: 8px;
  border-radius: 8px;
}

/* Search Input */
#search-bar input[type="text"] {
  width: 280px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px !important;
  font-size: 14px;
  background: #ffffff;
  outline: none;
  transition: all 0.3s ease;
  margin-bottom: 0px !important; 
}

/* Input Focus */
#search-bar input[type="text"]:focus {
  border-color: #0073e6;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.2);
}

/* Search Button */
#search-bar input[type="submit"] {
  background: #4c6781; /* Matches the dark UI */
  border: 1px solid #4c6781 !important;
  color: white;
  padding: 10px 16px;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Button Hover */
#search-bar input[type="submit"]:hover {
  background: #3a5067;
}

/* Button Click Effect */
#search-bar input[type="submit"]:active {
  background: #2d3d52;
  transform: scale(0.98);
}