/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 25%;
  right: 25%;
  width: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dedede;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.cookie-close {
  height: 20px;
  background-color: #777777;
  border: none;
  font-size: 13px;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
}