/*! orejime v1.1.1 - BSD-3-Clause license, original work Copyright (c) 2018 DPKit, modified work Copyright (c) 2019 Empreinte Digitale, all rights reserved. */
[class^="orejime-"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  cursor: default;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5;
}

.orejime-Button[disabled] {
  opacity: 0.75;
}

.orejime-Button--save,
.orejime-Button--accept {
  background: #008a28;
  color: #fff;
}

.orejime-Button--decline {
  background: #666;
}

.orejime-Button--info {
  background: #057eb6;
}

.orejime-Notice {
  background: #333;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  font-size: 0.8em;
}
@media (min-width: 990px) {
  .orejime-Notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2),
      5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media (max-width: 989px) {
  .orejime-Notice {
    border: none;
    border-radius: 0;
  }
}

.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}

.orejime-Notice--hidden {
  display: none !important;
}

.orejime-Notice-body {
  padding: 1em;
}

.orejime-Notice-logo {
  max-width: 200px;
}

.orejime-Notice-title,
.orejime-Notice-description {
  color: #eee;
  margin-bottom: 0.5em;
}

.orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}

.orejime-Notice-purposes {
  color: #eee;
}

.orejime-Notice-changes {
  color: #eee;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.orejime-CategorizedAppList {
  list-style: none;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.orejime-CategorizedAppList-item {
  margin-bottom: 1em;
}

.orejime-CategorizedAppList-title {
  list-style: none;
  color: black;
  font-size: 1.2em !important;
  font-weight: 700;
  border-image-width: 0;
}

.orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer;
}
.orejime-Notice-privacyPolicyLink,
.orejime-Notice-privacyPolicyLink:hover {
  color: inherit;
}
.orejime-Notice-privacyPolicyLink:hover,
.orejime-Notice-privacyPolicyLink:focus {
  text-decoration: none;
}

.orejime-Notice-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.orejime-Notice-actionItem {
  display: inline;
}

.orejimeHtml-WithModalOpen {
  height: 100%;
}

.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.orejime-Modal {
  background: #333;
  color: #eee;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #555;
}

.orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px;
}

.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 1em;
  right: 1em;
}

.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px;
}

.orejime-Modal-body {
  padding: 1em;
}

.orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #555;
}

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover,
.orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover,
.orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus {
  text-decoration: none;
}

.orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0;
}
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: #aaa;
}

.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}

.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
  margin-top: 0.7em;
}
.orejime-AppList-item:first-child {
  margin-top: 0;
}

.orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer;
}

.orejime-AppItem-description {
  font-size: 0.8em;
}

.orejime-AppItem-purposes {
  font-size: 0.8em;
  color: #8593ff !important;
}

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid transparent;
}
.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}

.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa;
}

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px;
}

.orejime-AppItem-input:checked
  + .orejime-AppItem-label
  .orejime-AppItem-slider {
  background-color: #057eb6;
}

.orejime-AppItem-input:checked
  + .orejime-AppItem-label
  .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}

.orejime-AppToggles-item {
  display: inline;
}

[class^="orejime-"] {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  color: #707070;
}

.orejime-Button {
  background-color: #006891;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 0.8em;
  padding: 0 10px 0 10px !important;
  height: 30px;
}

.orejime-Notice-actions {
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.orejime-Notice-actionItem .orejime-Button {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 0.8em;
  padding: 0 10px 0 10px !important;
  height: 30px;
}

.orejime-Notice-saveButton {
  background: #006891;
  color: #fff;
  /* order: 3; */
}

.orejime-Notice-declineButton {
  background: #006891;
  color: #fff;
}

@media (max-width: 989px) {
  .orejime-Notice-actions {
    text-align: center;
  }
}

.orejime-Notice {
  background: #fff;
  font-size: 18px;
}

@media (min-width: 990px) {
  .orejime-Notice {
    border-radius: 5px;
    max-width: 550px;
  }
}

@media (max-width: 989px) {
  .orejime-Notice {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}

.orejime-Notice-title,
.orejime-Notice-description,
.orejime-Notice-purposes {
  color: #191919;
  font-size: 13px;
}

.orejimeHtml-WithModalOpen body {
  position: relative;
  overflow: inherit;
}

.orejime-ModalWrapper {
  outline: none;
}

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 2000;
  background: rgba(0, 86, 123, 0.8);
}

.orejime-Modal {
  display: inline-block;
  background: #fff;
  border-radius: 0;
}

.orejime-Modal-header {
  border-bottom: 1px solid #d4d4d4;
  margin: 0 14px;
  padding: 14px 0;
}

.orejime-Modal-title {
  color: #00567b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.orejime-Modal-closeButton * {
  cursor: pointer;
}

.orejime-Modal-saveButton {
  background: #00567b;
  color: #fff;
  font-size: 1em !important;
}

.orejime-AppList-item {
  margin-top: 10px;
  padding-left: 70px;
}

.orejime-AppList-item:first-child {
  margin-top: 10px;
}

.orejime-AppToggles {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: calc(1em - 10px);
}

.orejime-AppToggles-button {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 10px;
  padding: 0 10px 0 10px !important;
  height: 30px;
}

.orejime-AppToggles-enableAll {
  background-color: #cad400;

  color: #00567b;
}

.orejime-AppToggles-disableAll {
  background: #d5d5d5;
  color: #00567b;
}

@media (max-width: 990px) {
  .orejime-AppToggles {
    text-align: center;
  }
}

.orejime-AppItem-switchLabel {
  display: none;
}

.orejime-AppItem-slider {
  box-shadow: none;
  height: 24px;
  width: 48px;
  border: none;
  outline: none;
}

.orejime-AppItem-slider:before {
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
}

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border: none;
  outline: none;
}

.orejime-AppItem-input:checked
  + .orejime-AppItem-label
  .orejime-AppItem-slider {
  background-color: #00567b;
}

.orejime-AppItem-input:checked
  + .orejime-AppItem-label
  .orejime-AppItem-slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.orejime-AppItem-title {
  font-size: 18px;
  color: #00567b;
  font-weight: 700;
}

.orejime-AppItem-fullDescription {
  margin-top: 0px;
}

.orejime-Modal-footer {
  border-top: 1px solid #d4d4d4;
  margin: 0 14px;
  padding: 14px 0;
}

@media (max-width: 989px) {
  .orejime-Modal-footer {
    text-align: center;
  }
}

.orejime-Modal-poweredByLink {
  display: none;
}

.orejime-Modal-description {
  font-size: 0.9em;
}

.orejime-CategorizedAppList-description {
  font-size: 0.9em;
}

.orejime-Button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 1px solid transparent;
}

.orejime-Notice-learnMoreButton {
  display: inline-block;
  background-color: transparent;
  color: #006891;
  border: 1px solid #006891;
}

.orejime-Button:hover {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
  background-color: #00496f;
}

.orejime-AppToggles-enableAll:hover {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);

  background-color: #c1c918;
}

.orejime-AppToggles-disableAll:hover {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);

  background: #c5c3c3;
}

.orejime-Notice-learnMoreButton:hover {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);

  background: white;
}

/* Change button orders */

.orejime-Notice-actionItem:nth-child(1) {
  order: 2;
}

.orejime-Notice-actionItem:nth-child(2) {
  order: 1;
}

.orejime-Notice-actionItem:nth-child(3) {
  order: 3;
}
