.xq-flex-center{display:flex; flex-direction:row; justify-content:center;}
.xq-flex-vcenter{align-items:center;}
.cookiediv {
  /* display: none; */
  width: 100%;
  height: 100px;
  background: #F5F5F5;
  box-shadow: 0px 0px 75px 1px rgba(79, 79, 79, 0.23);
  line-height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #1E1E1E;
  text-align: center;
  font-size: 18px;
  z-index: 99999;
}
.cookiediv .text, .cookiediv .text span, .cookiediv .text span a{
  font-size:16px;
  font-weight:normal !important;
}

.cookieword {
  color: #5808FB;
  font-size: 18px;
  text-decoration: underline !important;
  margin: 0 2px;
}

.cookieaccept {
  background: linear-gradient(150deg, #9929EA, #5808FB);
  box-shadow: 0px 0px 10px 0px rgba(231, 231, 231, 0.75);
  border-radius: 10px;
  padding: 10px 28px;
  margin-left: 15px;
  color: #fff;
  line-height:24px;
  border:none;
}
.cookieaccept.autofillup{
  background: linear-gradient(150deg, #2691FF, #5808FB) !important;
}
.cookieaccept.unlock{
  background: linear-gradient(150deg, #3D3EFD, #5808FB) !important;
}
.cookieaccept.gps{
  background: linear-gradient(150deg, #5240aa, #5808FB) !important;
}
.cookieaccept.WeSeen{
  background: linear-gradient(150deg, #26cd6e, #00d084) !important;
}


.cookieaccept button{
  border:none !important;
}

.cookieaccept:hover {
  color: #fff !important;
  opacity: 0.9;
}

.cookieclose {
  color: #999;
  font-size: 24px;
  position: absolute;
  line-height: 100px;
  height: 100px;
  width: 30px;
  text-align: center;
  top: 0;
  right: 10px;
  cursor: pointer;
}