#cookie-reopen-btn {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 2000;
}

#cookie-reopen-btn:hover {
  transform: scale(1.1);
  background-color: #212529;
}

#cookie-details {
  position: relative;
  z-index: 1060 !important;
  background: #fff;
}