#cookieNoticeJobheld {
  max-height: 90vh;
}

#cookieNoticeJobheld .msg-wrap {
  max-height: calc(90vh - 180px);
  overflow: scroll;
  margin-bottom: 20px;
}

:root {
  --cookieNoticeJobheldLight: #ffffff;
  --cookieNoticeJobheldDark: #393d4d;
}

#cookieNoticeJobheld * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

#cookieNoticeJobheld button,
#cookieNoticeJobheld a {
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}

#cookieNoticeJobheld button {
  outline: none;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#cookieNoticeJobheld strong,
#cookieNoticeJobheld em {
  font-weight: bold;
  font-family: inherit;
}

#cookieNoticeJobheld a:hover {
  text-decoration: none;
  cursor: pointer;
}

#cookieNoticeJobheld a:focus,
#cookieNoticeJobheld input:focus {
  outline: none;
  list-style: none;
}

#cookieNoticeJobheld.light {
  background-color: #ffffff;
  background-color: var(--cookieNoticeJobheldLight);
  color: #393d4d;
  color: var(--cookieNoticeJobheldDark);
}

#cookieNoticeJobheld.light p,
#cookieNoticeJobheld.light ul {
  color: #393d4d;
  color: var(--cookieNoticeJobheldDark);
}

#cookieNoticeJobheld.light h5 {
  color: var(--cookieNoticeJobheldDark);
}

#cookieNoticeJobheld.light button#cookieReject {
  background: #ffffff;
  background: var(--cookieNoticeJobheldLight);
}

#cookieNoticeJobheld.dark {
  background-color: #393d4d;
  background-color: var(--cookieNoticeJobheldDark);
  color: #ffffff;
  color: var(--cookieNoticeJobheldLight);
}

#cookieNoticeJobheld.dark p,
#cookieNoticeJobheld.dark ul {
  color: #ffffff;
  color: var(--cookieNoticeJobheldLight);
}

#cookieNoticeJobheld.dark h5 {
  color: #ffffff;
  color: var(--cookieNoticeJobheldLight);
}

#cookieNoticeJobheld.dark button#cookieReject {
  background: transparent;
  color: #ffffff;
  color: var(--cookieNoticeJobheldLight);
  border: 1px solid #ffffff;
  border: 1px solid var(--cookieNoticeJobheldLight);
}

#cookieNoticeJobheld {
  box-sizing: border-box;
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  z-index: 999997;
}

#cookieNoticeJobheld #closeIcon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #bfb9b9;
  overflow: hidden;
  opacity: 0.85;
  z-index: 999999;
  position: absolute;
  top: 4px;
  right: 4px;
}

#cookieNoticeJobheld svg {
  display: block;
}

#cookieNoticeJobheld.display-left {
  left: 30px;
  bottom: 30px;
  max-width: 395px;
}

#cookieNoticeJobheld.display-right {
  right: 30px;
  bottom: 30px;
  max-width: 395px;
}

#cookieNoticeJobheld.display-top {
  top: 30px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

#cookieNoticeJobheld.display-bottom {
  bottom: 30px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

#cookieNoticeJobheld.display-top .content-wrap,
#cookieNoticeJobheld.display-bottom .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookieNoticeJobheld.display-top .msg-wrap,
#cookieNoticeJobheld.display-bottom .msg-wrap {
  max-width: 65%;
  width: 100%;
}

#cookieNoticeJobheld.display-top .msg-wrap,
#cookieNoticeJobheld.display-bottom .msg-wrap {
  margin-bottom: 0;
}

#cookieNoticeJobheld.display-top #cookieSettings,
#cookieNoticeJobheld.display-bottom #cookieSettings {
  margin-bottom: 0;
}

#cookieNoticeJobheld.display-top #cookieTypes,
#cookieNoticeJobheld.display-bottom #cookieTypes {
  margin-top: 20px;
}

#cookieNoticeJobheld .btn-wrap {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  justify-content: center;
  margin: 0 -5px 0 -5px;
  flex-wrap: wrap;
}

#cookieNoticeJobheld .btn-wrap button {
  flex-grow: 1;
  padding: 7px 7px;
  margin: 0 5px 10px 5px;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  min-width: 130px;
  line-height: 36px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  transition: box-shadow 0.3s;
}

#cookieNoticeJobheld .btn-wrap button:hover {
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  transform: translate3d(0, -1px, 0);
}

#cookieNoticeJobheld #cookieSettings {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 20px;
}

#cookieNoticeJobheld #cookieSettings svg {
  vertical-align: middle;
  margin-right: 8px;
}

#cookieNoticeJobheld h4 {
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
}

#cookieNoticeJobheld .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#cookieNoticeJobheld .title-wrap svg {
  margin-right: 10px;
}

#cookieNoticeJobheld h5 {
  font-family: inherit;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#cookieNoticeJobheld p,
#cookieNoticeJobheld ul {
  font-size: 14px;
  margin-bottom: 20px;
}

#cookieNoticeJobheld p:last-child {
  margin-bottom: 0;
  text-align: left;
}

#cookieNoticeJobheld li {
  width: 49%;
  display: inline-block;
}

#cookieNoticeJobheld a {
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#cookieTypes label {
  text-transform: none;
  font-size: 13px;
  font-weight: bold;
}

#cookieTypes p.smallcookieinfo {
  margin-top: 10px !important;
  font-size: 12px;
}

#cookieNoticeJobheld button:disabled {
  opacity: 0.3;
}

#cookieNoticeJobheld input[type='checkbox'] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 14px;
  height: 14px;
  margin: 4px 10px 0px 0px;
  display: block;
  float: left;
  position: relative;
  outline: none;
  border: none;
}

#cookieNoticeJobheld input[type='checkbox']:checked:after {
  background: #d3d3d3;
  content: '\2714';
  color: #808080;
}

#cookieNoticeJobheld input[type='checkbox']:after {
  content: '';
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  font-size: 10px;
  background: #d3d3d3;
}

#cookieNoticeJobheld.display-top.full-width-true,
#cookieNoticeJobheld.display-bottom.full-width-true {
  width: 100%;
  max-width: 100%;
  left: auto;
  right: auto;
  bottom: auto;
  top: 0;
  border-radius: 0;
  margin: auto;
}

#cookieNoticeJobheld.display-bottom.full-width-true {
  bottom: 0;
  top: auto;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25);
}

#cookieNoticeJobheld.display-top.full-width-true .title-wrap,
#cookieNoticeJobheld.display-bottom.full-width-true .title-wrap {
  display: none;
}

#cookieNoticeJobheld.display-top.full-width-true .btn-wrap button,
#cookieNoticeJobheld.display-bottom.full-width-true .btn-wrap button {
  margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  #cookieNoticeJobheld.display-top,
  #cookieNoticeJobheld.display-bottom {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    top: 0;
    border-radius: 0;
    margin: auto;
  }
  #cookieNoticeJobheld.display-bottom {
    bottom: 0;
    top: auto;
    box-shadow: 0 -3px 3px gba(0, 0, 0, 0.25);
  }
  #cookieNoticeJobheld.display-top .btn-wrap button,
  #cookieNoticeJobheld.display-bottom .btn-wrap button {
    margin-bottom: 10px;
  }
  #cookieNoticeJobheld.display-top .msg-wrap,
  #cookieNoticeJobheld.display-bottom .msg-wrap {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #cookieNoticeJobheld.display-left,
  #cookieNoticeJobheld.display-right {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    bottom: 0;
    border-radius: 0;
    box-shadow: 0 -3px 3px gba(0, 0, 0, 0.25);
  }
  #cookieNoticeJobheld.display-top .content-wrap,
  #cookieNoticeJobheld.display-bottom .content-wrap {
    display: block;
  }
  #cookieNoticeJobheld.display-top .msg-wrap,
  #cookieNoticeJobheld.display-bottom .msg-wrap {
    max-width: 100%;
  }
  #cookieNoticeJobheld.display-top #cookieSettings,
  #cookieNoticeJobheld.display-bottom #cookieSettings {
    margin-bottom: 20px;
  }
}
table.cookie {
  border-collapse: collapse;
  width: 100%;
}
table.cookie tbody,
table.cookie td,
table.cookie tfoot,
table.cookie th,
table.cookie thead,
table.cookie tr {
  border-color: #dedede;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}
