#denyCookies:hover,
#showCookies {
  text-decoration: underline !important;
}
#cookieGuardMsg {
  position: absolute;
  position: fixed;
  text-align: left;
  left: 0;
  width: 100%;
  display: none;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #333;
  min-height: 50px;
  z-index: 99999;
  padding-bottom: 10px;
}
#cookieGuardMsgInner {
  padding-top: 15px !important;
}
#cookieGuardMsg a {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.cookie-btn {
  position: absolute;
  right: 15px;
  top: calc(50% - 18px);
  transition: top 0.5s;
}
.cookieopen .cookie-btn {
  top: 15px;
  right: 25px;
}
.cookie-btn > a {
  display: inline-block !important;
}
#cookieGuardLink {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #912b2b;
}
#showCookies {
  position: inherit !important;
  display: inline !important;
  background: 0 0 !important;
  box-shadow: none !important; /*position:absolute;*/
  top: 13px;
  color: #5b5858;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px !important;
}
#cookieGuardMsgInner > span {
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
  max-width: calc(100% - 190px);
}
#authoriseCookies,
#denyCookies {
  font-size: 14.4px !important;
  font-weight: 700 !important;
}
#cookieGuardMsgInner > span > a {
  white-space: nowrap;
}
#authoriseCookies,
#cookieGuardOkay {
  /*position:absolute;*/
  display: block;
  left: 500px;
  top: 17px;
  border: 1px solid #a2bf8e;
  background: #d1ecbe;
  color: #384c2a;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#authoriseCookies:hover {
  border-color: #6f8f59;
}
#denyCookies {
  /*position:absolute;*/
  display: block;
  top: 17px;
  color: #7e5353;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#denyCookies:hover {
  border-color: #9e6a6a;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740000', endColorstr='#5a0000', GradientType=0 );
}
#cookieList {
  display: none;
}
.cookieDescription,
.cookieName {
  display: inline;
}
#cookieList ul {
  list-style: none;
  padding-left: 20px;
}
#cookieList li {
  padding: 5px 0;
}
.cookiesHeader {
  color: #222;
  margin-bottom: 3px;
  padding-top: 10px;
}
.cookiesHeader span {
  font-size: 11px;
}
#cookieGuardMsgInner.msgAllowed,
#cookieGuardMsgInner.msgDenied,
#cookieGuardMsgInner.onlyEssential {
  padding-top: 17px;
}
#cookieGuardLink {
  display: none;
}
#cookieGuardMsg {
  background: rgba(67, 67, 67, 0.9);
  top: auto !important;
  bottom: 0;
  border: none;
  /* max-height: 100dvh !important; */
}
#cookieGuardMsgInner {
  padding: 10px;
}
#cookieGuardMsgInner,
#cookieGuardMsgInner * {
  font-size: 13px;
  line-height: 1.5;
  font-family: sans-serif;
  color: #fff;
}
#authoriseCookies,
#denyCookies,
#showCookies {
  background: #000;
  border: none;
  left: auto;
  width: 76px;
  padding: 8px 0;
  text-align: center;
}
#authoriseCookies {
  width: 110px;
  right: 10px;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 44, 0, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
  background: #f1d600;
  border: #ffdead;
  box-shadow: none;
  color: #000;
}
#denyCookies {
  -webkit-box-shadow: inset 0 0 5px 1px rgba(61, 0, 0, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
  box-shadow: inset 0 0 5px 1px rgba(61, 0, 0, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
  box-shadow: none;
  background: 0 0;
  right: 130px;
}
#showCookies,
#showCookies:hover {
  -webkit-box-shadow: inset 0 0 5px 1px rgba(33, 33, 33, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
}
#showCookies {
  right: 182px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#171717', GradientType=0 );
}
#showCookies:hover {
  border-color: #666;
  background: #464646;
  background: -moz-linear-gradient(top, #464646 0, #282828 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #464646),
    color-stop(100%, #282828)
  );
  background: -webkit-linear-gradient(top, #464646 0, #282828 100%);
  background: -o-linear-gradient(top, #464646 0, #282828 100%);
  background: -ms-linear-gradient(top, #464646 0, #282828 100%);
  background: linear-gradient(to bottom, #464646 0, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#282828', GradientType=0 );
  box-shadow: inset 0 0 5px 1px rgba(33, 33, 33, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
}
#showCookies:active {
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0, #464646 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #282828),
    color-stop(100%, #464646)
  );
  background: -webkit-linear-gradient(top, #282828 0, #464646 100%);
  background: -o-linear-gradient(top, #282828 0, #464646 100%);
  background: -ms-linear-gradient(top, #282828 0, #464646 100%);
  background: linear-gradient(to bottom, #282828 0, #464646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#464646', GradientType=0 );
  -webkit-box-shadow: inset 0 0 5px 1px rgba(33, 33, 33, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
  box-shadow: inset 0 0 5px 1px rgba(33, 33, 33, 0.75),
    0 1px 0 0 rgba(145, 145, 145, 0.8);
}
#cookieList {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin: 23px 0 0;
  padding: 10px 10px 5px;
}
#cookieList,
#cookieList * {
  color: #000;
}
.cookiesHeader {
  font-weight: 700 !important;
  background: #e1e2dc;
  border: 1px solid #bebfb9;
  padding: 5px;
  margin: 0;
}
.cookiesHeader span {
  font-weight: regular !important;
}
.essentialCookies,
.knownCookies {
  border: 1px solid #bebfb9;
  border-top: none;
  padding: 0 !important;
}
.cookieopen #cookieGuardMsgInner {
  overflow-y: auto;
  max-height: 100dvh;
}
.cookieopen #cookieGuardMsgInner::-webkit-scrollbar {
  display: none;
}
.knownCookies {
  margin: 0 !important;
}
.essentialCookies {
  margin: 0 0 20px !important;
}
.essentialCookies li,
.knownCookies li {
  margin: 0 !important;
  padding: 8px 10px !important;
}
.essentialCookies li:nth-child(even),
.knownCookies li:nth-child(even) {
  background: #f3f4ee;
}
.cookieName {
  font-weight: 700;
}
@media screen and (max-width: 570px) {
  .cookieopen .cookie-btn {
    top: 0;
    right: 0;
  }
  #cookieGuardMsgInner {
    text-align: center !important;
  }
  .cookie-btn {
    padding-top: 5px;
    position: relative !important;
    display: inline-block !important;
  }
  #cookieGuardMsgInner > span {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .jcg-mobile-overflow {
    overflow-y: hidden;
  }
}
