/**
* Custom Custom style is loaded in layouts/header.php
* Author: AndrewM  
* License: TTL
*/

/*--------------------------------------------------------------
# Accordion Style - The Three Logistics Theme
--------------------------------------------------------------*/
.accordion-button {
  height: 45px;               /* fixed height */
  display: flex;
  align-items: center;        /* vertically center text */
  font-weight: bold; 
}
    
/* When active (expanded) */
.accordion-button:not(.collapsed) {
  background-color: #064EA3; /* your color */
  color: #fff;
}

/* Optional: Hover effect */
.accordion-button:hover {
  background-color: #EE7606; /* your color */
  color: #fff;
}


/*--------------------------------------------------------------
# Edit, Saving, Saved Bar
--------------------------------------------------------------*/
.status-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000; /* above page content, below modals */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.005rem .75rem;
  font-weight: 500;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}


/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/