.cookie-consent-component {
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  z-index: 500000;
  width: 100vw;
  background-color: #0000009a;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.cookie-consent {
  margin: 0 auto;
  max-width: 700px;
  max-height: 410px;
  overflow-y: scroll;
}

.m-overlay {
  background-color: #fff;
  padding: 20px;
}

.u-text-right {
  display: flex;
  align-items: center;
}

.a-table th {
  text-align: left;
}


.mobile .m-overlay__inner {
  min-height: calc(100vh)
}

.mobile table {
  table-layout: fixed
}

.mobile table th:nth-of-type(4) {
  width: 40%
}

.mobile table td {
  word-break: break-all
}

.cookieconsent {
  -ms-overflow-style: none;
  /*scrollbar-width:none*/
}

.cookieconsent::-webkit-scrollbar {
  display: none
}

.a-button--tiny {
  font-size: 1rem !important
}

.accept-all-cookies-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.accepted {
  display: none
}

.modal-xxl {
  width: 37.5rem !important
}

.category-item .category-item-nav {
  padding: .625rem .25rem .625rem .25rem;
  background-color: #f3f3f3;
  cursor: pointer
}

.category-item .category-item-name {
  padding-left: 1.5rem
}

.category-item .category-item-name h2 {
  line-height: 1.5
}

.category-item .category-item-name h2 .fa {
  font-size: 1.5rem;
  padding-right: 1.125rem;
  display: inline
}

.category-item .category-item-description {
  -ms-transition: max-height .2s ease-out;
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  max-height: 0;
  overflow: hidden
}

.category-item .category-item-description td {
  vertical-align: top;
  font-size: .9rem;
  display: table-cell;
  line-height: 1.1rem
}

.category-item .category-item-description tr td:first-of-type {
  width: 15%
}

.category-item .category-item-description tr td:nth-of-type(2),
.category-item .category-item-description tr td:nth-of-type(3) {
  width: 10%
}

.category-item .category-item-description tr td:nth-of-type(4) {
  width: 65%
}

.category-item .category-item-description .sub-cookies {
  border: none;
  border-collapse: collapse
}

.category-item .category-item-description .sub-cookies tr {
  height: 1.75rem;
  border-bottom: 1px solid #d8d8d8
}

.category-item .category-item-description .sub-cookies tr td {
  padding: 0;
  line-height: 1.5rem
}

.category-item .category-item-description.open {
  max-height: 9000px
}

.a-switch {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.a-switch .a-switch__label {
  -ms-flex: auto;
  flex: auto;
  font-size: 16px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem
}

.col-md-4,
.col-md-8,
.col-xs-6,
.col-xs-12,
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0
}

.col-md-4,
.col-md-8,
.col-xs-6,
.col-xs-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col-md-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}

.col-md-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

.cookie-table,
.cookie-category,
.cookie-consent,
.cookie-content-blocker {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

th {
  font-size: 16px !important;
  min-width: 100px;
}
.u-margin-bottom-xs {
  margin-bottom: 0.75rem!important;
}
.a-switch__toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
}
.category-item .category-item-description {
  -webkit-transition: max-height .25s ease-in-out;
  transition: max-height .25s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.a-input input {
  min-height: 0px !important;
  padding: 0 !important;
}

label.inline,
input[type="checkbox"]+label {
  display: inline-block !important;
  font-weight: 400;
  margin-left: 0 !important;
}




.category-item .category-item-nav {
  padding: 0.625rem 0.25rem 0.625rem 0.25rem;
  background-color: #f3f3f3;
  cursor: pointer;
}
.category-item-description.cookiesee {
  max-height: 200px;
  overflow-y: scroll;

}
.m-overlay__inner {
  -ms-overflow-style: none;
  max-height: calc(100vh - 8.75rem);
  overflow: auto;
  overflow-y: scroll;
}
.cookie-table {
  margin-bottom: 20px;
}
.u-text-right {
  text-align: right;
}
.m-overlay .cookieconsent .a-table.a-table--primary thead {
  background-color: var(--c-green-darker);
  color: #fff;
}
.m-modal__body .h6{
  font-family: Archivo, sans-serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5rem;

}
.a-table {
  background-color: #fff;
  border: 1px solid var(--c-green-dark);
  border-collapse: collapse;
  width: 100%;
}
.m-modal__body .a-input{
  margin-left: auto;
  margin-right: 20px;
}
.a-table tr {
  border-bottom: 1px solid var(--c-green-dark);
  height: 3rem;
  transition: background-color .25s ease-in-out;
}

.a-table td:not(.u-text-center):not(.u-text-right):not(.u-text-justify),
.a-table th:not(.u-text-center):not(.u-text-right):not(.u-text-justify) {
  text-align: left;
}
.m-overlay .cookieconsent .a-button.a-button--transparent {
  color: var(--c-green-darker);
}
.a-button.a-button--tiny {
  font-size: .875rem;
  min-height: 1.5rem;
  padding: 0.1875rem 0.75rem 0.25rem;
  background-color: transparent;

}
.a-table tr {
  border-bottom: 1px solid var(--c-green-dark);
  height: 3rem;
  transition: background-color .25s ease-in-out;
}
.a-table td,
.a-table th {
  padding: 0.75rem;
}
p.u-margin-bottom-xs {
  margin-bottom: 0.75rem!important;
}
div.u-margin-bottom-xs {
  margin-bottom: 0.75rem!important;
}
.u-margin-bottom-xs {
  line-height: 1.5;
}
.a-switch__toggle label {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #949494;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3rem;
}
.a-switch__toggle label:before {
  content: "";
  display: block;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
.u-screen-reader-only {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}
.a-switch__toggle label:after {
  background-color: #6f6f6f;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  transition-duration: .25s;
  transition-property: background,left;
  transition-timing-function: ease-in-out;
  width: 1.25rem;
}
.a-input .a-switch .a-switch__toggle input[type=checkbox]:checked+label:after {
  background-color: var(--c-green-darker);
}
.a-switch__toggle input[type=checkbox]:checked+label:after {
  left: 1.5rem;
}
.a-switch {
  display: flex;
}
.a-switch__label {
  line-height: 1.75rem;
  margin-right: 0.75rem;
}
.a-switch__toggle {
  height: 1.75rem;
  position: relative;
  width: 3rem;
}
.category-item .category-item-nav {
  padding: 0.625rem 0.25rem 0.625rem 0.25rem;
  background-color: #f3f3f3;
  cursor: pointer;
}
.a-button, .a-button-negative, .a-button-official, .a-button-outline, .a-button-transparent {
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: 0.875rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition-duration: .25s;
  transition-property: color,background;
  transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.a-button {
  background-color: var(--c-green-light);
  color: #000000;
}




@media screen and (min-width: 30rem){
  .a-button, .a-button-negative, .a-button-official, .a-button-outline, .a-button-transparent {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
}

@media screen and (max-width: 666px){
  .category-item-description.cookiesee{
    overflow: scroll;
  }
  .category-item-nav.u-margin-bottom-xs .row{
    flex-direction: column;
    text-align: center !important;
  }
  .category-item .category-item-name {
    padding-left: 0px;
  }
  .col-xs-6{
    max-width: 100%;
  }
  .m-modal__body .a-input {
    margin-left: auto;
    margin-right: auto;
  }
  .cookie-consent-component{
    padding: 10px;
  }
  .category-item .category-item-description tr td:first-of-type {
    width: auto;
    max-width: 180px;
    word-break: break-all;
  }
}

