#my-cookie__consent {
  width: 100%;
  background: #0E85D9;
  position: fixed;
  bottom: 0;
  max-height: 0;
  transition: max-height 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 9999;
  font-size: 15px; }
  #my-cookie__consent.active {
    max-height: 250px; }
  #my-cookie__consent .my-cookie__container {
    width: 1500px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 50px 0; }
  #my-cookie__consent .my-cookie__controls {
    margin-left: auto;
    display: flex;
    align-items: center; }
  #my-cookie__consent .my-cookie__open-settings {
    font-size: 1.5em;
    position: relative;
    cursor: pointer;
    white-space: nowrap; }
    #my-cookie__consent .my-cookie__open-settings::before {
      content: '';
      bottom: -10px;
      width: 100%;
      height: 2px;
      background: #FFF;
      position: absolute; }
  #my-cookie__consent .my-cookie__desc {
    padding-right: 20px; }
  #my-cookie__consent .my-cookie__accept-button {
    margin-left: 30px;
    font-size: 1.4em;
    color: #0E85D9;
    background: #FFF;
    padding: 1.3em 1.8em;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap; }
  #my-cookie__consent .my-cookie__container,
  #my-cookie__consent .my-cookie__open-settings,
  #my-cookie__consent .my-cookie__open-accept-btn {
    color: #FFF; }

#my-cookie__cookie_declaration_only {
  cursor: pointer; }

#my-cookie__popup {
  font-size: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000c4;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 10000; }
  #my-cookie__popup.active {
    display: flex; }
  #my-cookie__popup .my-cookie__wrapper {
    width: 700px;
    max-width: 90%; }
  #my-cookie__popup .my-cookie__container.table-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 50px #ffffff21; }
  #my-cookie__popup .my-cookie__container.buttons-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px; }
  #my-cookie__popup #my-cookie__declaration-title {
    font-size: 1.4em;
    text-align: center;
    background: #ececec;
    padding: 30px;
    position: relative;
    display: none; }
  #my-cookie__popup #my-cookie__declaration {
    background: #fff;
    padding: 30px;
    max-height: 50vh;
    overflow-y: auto;
    display: none; }
    #my-cookie__popup #my-cookie__declaration.active {
      display: block; }
    #my-cookie__popup #my-cookie__declaration table {
      margin: 35px 0; }
  #my-cookie__popup #my-cookie__cookie_settings {
    display: none; }
  #my-cookie__popup #my-cookie__table {
    background: #FFF;
    border-bottom: 10px #ececec solid;
    margin: 0; }
    #my-cookie__popup #my-cookie__table thead {
      background: #ececec; }
      #my-cookie__popup #my-cookie__table thead tr th {
        text-align: left;
        font-size: 1.2em;
        padding: 20px 0;
        font-weight: normal;
        border: 0; }
    #my-cookie__popup #my-cookie__table tbody {
      display: block;
      max-height: 60vh;
      overflow-y: scroll; }
      #my-cookie__popup #my-cookie__table tbody td {
        border: 0;
        border-top: 1px #ececec solid;
        vertical-align: middle; }
    #my-cookie__popup #my-cookie__table tr {
      display: table;
      width: 100%;
      table-layout: fixed; }
    #my-cookie__popup #my-cookie__table .td-checkbox {
      width: 100px; }
    #my-cookie__popup #my-cookie__table .td-name {
      white-space: nowrap;
      padding-right: 50px;
      font-size: 1.2em; }
    #my-cookie__popup #my-cookie__table .td-cookies, #my-cookie__popup #my-cookie__table .td-desc {
      font-size: .9em;
      padding: 26px 10px 26px 0; }
    #my-cookie__popup #my-cookie__table .td-desc {
      padding-right: 20px; }
  #my-cookie__popup.declaration-open #my-cookie__table,
  #my-cookie__popup.declaration-open #my-cookie__cookie_declaration,
  #my-cookie__popup.declaration-open #my-cookie__turn_off_all,
  #my-cookie__popup.declaration-open #my-cookie__save_close {
    display: none; }
  #my-cookie__popup.declaration-open #my-cookie__declaration-title,
  #my-cookie__popup.declaration-open #my-cookie__declaration,
  #my-cookie__popup.declaration-open #my-cookie__cookie_settings {
    display: block; }

.my-cookie__toggle {
  width: 45px;
  height: 25px;
  border-radius: 100px;
  background-color: #ececec;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 26px auto; }
  .my-cookie__toggle .my-cookie__toggle-checkbox {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6; }
  .my-cookie__toggle .my-cookie__toggle-switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .05s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .my-cookie__toggle .my-cookie__toggle-track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    border-radius: 40px; }
  .my-cookie__toggle input:checked ~ .my-cookie__toggle-switch {
    right: 2px;
    left: 22px;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .05s, 0s; }
  .my-cookie__toggle input:checked ~ .my-cookie__toggle-track {
    box-shadow: inset 0 0 0 20px #4bd863; }

.my-cookie__button {
  padding: 10px 16px;
  border-radius: 5px;
  color: #FFF;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.18, 1); }
  .my-cookie__button.blue {
    background: #058ee8; }
    .my-cookie__button.blue:hover {
      background: #0075c2; }
  .my-cookie__button.green {
    background: #02be02; }
    .my-cookie__button.green:hover {
      background: #009500; }
  .my-cookie__button.red {
    background: #ff3d3d; }
    .my-cookie__button.red:hover {
      background: #c82020; }

[cookie-state="hidden"] {
  display: none; }

[cookie-state="visible"] ~ .my-cookie__placeholder {
  display: none; }

.my-cookie__go-back {
  color: dimgrey;
  font-size: 36px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transtion: color .33s ease-in-out;
  cursor: pointer;
  display: none; }
  .my-cookie__go-back:hover {
    color: black; }

.my-cookie__custom-declaration,
.my-cookie__custom-settings {
  cursor: pointer; }

@media screen and (max-width: 1023px) {
  #my-cookie__consent .my-cookie__container {
    padding: 25px 0; }
  #my-cookie__consent .my-cookie__open-settings {
    font-size: 1.2em !important; }
  #my-cookie__consent .my-cookie__accept-button {
    font-size: 1.2em !important;
    padding: 1.15em 1.5em !important; } }

@media screen and (max-width: 767px) {
  #my-cookie__consent .my-cookie__container {
    padding: 15px 0;
    flex-direction: column; }
    #my-cookie__consent .my-cookie__container .my-cookie__desc {
      margin-bottom: 15px; }
    #my-cookie__consent .my-cookie__container > div {
      flex: 100% 1 1;
      margin: 0; }
  #my-cookie__consent .my-cookie__open-settings {
    font-size: 1em !important; }
  #my-cookie__consent .my-cookie__accept-button {
    font-size: 1em !important;
    padding: 1.1em 1.3em !important; }
  #my-cookie__popup #my-cookie__table thead .th-name {
    width: 100%;
    text-align: center; }
  #my-cookie__popup #my-cookie__table thead .th-cookies,
  #my-cookie__popup #my-cookie__table thead .th-desc {
    display: none; }
  #my-cookie__popup #my-cookie__table tbody .td-cookies,
  #my-cookie__popup #my-cookie__table tbody .td-desc {
    display: none; }
  #my-cookie__popup .my-cookie__container.buttons-container {
    justify-content: flex-start;
    flex-wrap: wrap; }
    #my-cookie__popup .my-cookie__container.buttons-container .my-cookie__button {
      margin: 0 10px 10px 0;
      white-space: nowrap; }
      #my-cookie__popup .my-cookie__container.buttons-container .my-cookie__button:first-child {
        margin-left: 0; } }

@media screen and (max-width: 374px) {
  #my-cookie__consent .my-cookie__accept-button {
    margin-left: 10px;
    padding: 1em; } }

