#cookies .cookies-cta button.btn {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  font-weight: bold;
}

#content a.btn,
.career_btn,
#cookies .cookies-cta button.btn {
  display: inline-block;
  width: auto;
}

#cookies {
  display: block;
  font-family: 'Inter', sans-serif;
  padding: 10px;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0;
  z-index: 4000;
  overflow: auto;
  max-height: 100%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(210, 210, 210, 1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(210, 210, 210, 1);
  box-shadow: 0px 0px 25px 0px rgba(210, 210, 210, 1);
}

#cookies .cookies-container {
  width: 100%;
  max-width: 1320px;
  padding: 14px;
  height: 100%;
  margin: 0px auto;
}

#cookies .cookies-text {
  color: #000;
  display: block;
  vertical-align: middle;
  width: 100%;
  margin-top: 10px;
}

#cookies .cookies-text p,
#cookies .cookies-text a,
#cookies .cookies-settings a,
#cookies .cookies-settings p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: justify;
}

#cookies .cookies-text h3 {
  margin: 0 0 1rem;
}

#cookies .cookies-text a,
#cookies-settings a {
  color: #aa895f;
  text-decoration: none;
}

#cookies-settings p {
  font-size: .8rem;
  text-align: justify;
}

#cookies .cookies-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}

#cookies .cookies-buttons-container {
  width: 40%;
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}

#cookies .cookies-cta {
  display: block;
  /* width: 20%; */
  vertical-align: middle;
  text-align: center;
}

#cookies .cookies-cta button.cookie-btn {
  border: 0;
  margin: 0;
  width: 100%;
  min-width: 160px;
  font-weight: bold;
  text-decoration: none;
  height: 40px;
  /* max-width: 300px; */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 1);
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 1);
  padding: 0rem 1rem;
}

#cookies .cookies-cta #noagree {
  background-color: #ffffff;
  border: 2px solid #a68354;
  color: #a68354;
  border-radius: 0px;
  font-size: 1rem;
  font-weight: 600;
  min-width: 199px;
}

#cookies .cookies-cta #agree {
  background-color: #a68354;
  border: none;
  color: #fff;
  border-radius: 0px;
  font-size: 1rem;
    font-weight: 600;
  min-width: 199px;
}

#cookies .cookies-cta #setAgree {
  background-color: #ffffff;
  color: #a68354;
  text-decoration: underline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: left;
  padding-left: 0px;
  font-size: 1rem;
  font-weight: 600;
}

#cookies-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11000;
}

.visible {
  display: block !important;
}

#cookies-settings {
  font-family: 'Inter', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  padding-top: 0px;
  z-index: 12000;
  width: 80%;
  font-size: 12px;
  border-top: 7px solid #b89157;
}

#cookies-settings h4 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

#cookies-settings a,
#cookies-settings a:hover,
#cookies-settings a:focus,
#cookies-settings a:visited {
  text-decoration: none;
  display: inline-block;
  font-size: inherit;
}

#cookies-table {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-top: 10px;
}

#cookies-table table th {
  font-size: 14px;
  color: #b89157;
  text-align: left;
  padding: 10px;
  font-weight: 600;
}

#cookies-table table td,
#cookies-table table td strong {
  padding: 10px;
  font-size: 12px;
}

#cookies-settings strong {
  font-weight: 600;
}

#cookies-table table td.headrow {
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 20px;
}

.cookie-check {
  min-width: 40px;
}

#cookies-table .cookie-desc {
  /* max-width: 700px; */
}

#cookies-table table tr:nth-child(even) {
  background: #f3f3f3;
}

#cookies-table table tr:nth-child(odd) {
  background: #fdfdfd;
}

/* width */
#cookies-settings ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#cookies-settings ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
#cookies-settings ::-webkit-scrollbar-thumb {
  background: #a68354;
  border-radius: 5px;
}

/* Handle on hover */
#cookies-settings ::-webkit-scrollbar-thumb:hover {
  background: #a68354;
}

.cookies-settings-footer {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: wrap;
}

.cookies-settings-footer #save {
  background-color: #a68354;
  padding: 10px 30px;
  margin: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.cookies-settings-footer #disable-all {
  background-color: #1e1e1e;
  padding: 10px 30px;
  margin: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#cookies .cookies-cta button.btn {
  background: #a68354;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  position: relative;
  text-align: center;
}

.header .buttons ul li a.btn:hover:after,
.well a.btn:hover:after,
#content a.btn:hover:after,
.links_t.autoload__ a:hover:after,
.career_btn:hover:after,
#cookies .cookies-cta button.btn:hover:after {
  -webkit-transform: translate3d(-2px, 0, 0);
  transform: translate3d(-2px, 0, 0);
}




@media screen and (max-width: 768px) {

  #cookies .cookies-text,
  #cookies .cookies-cta {
      display: block;
      width: 100%;
  }
  
  #cookies .cookies-buttons-container {
      flex-direction: column;
  }

  #cookies .cookies-text p {
      font-size: 0.9rem;
  }

  #cookies-settings {
      width: 100vw;
      height: 100vh;
      padding: 10px;
  }

  #cookies-table {
      max-height: 50vh;
      overflow-y: scroll;
      padding-right: 10px;
      margin-top: 20px;
  }

  #cookies-settings-footer {
      flex-direction: column !important;
  }

  #cookies-settings .cookies-btns {
      text-align: center;
      width: 100%;
      flex: 100%;
  }

  #cookies-settings a,
  #cookies-settings a:hover,
  #cookies-settings a:focus,
  #cookies-settings a:visited {
      display: block;
      width: 100%;
      flex: 100%;
  }

  #cookies-settings .cookies-btns #save,
  #cookies-settings .cookies-btns #disable-all {
      width: 90%;
      margin: 10px auto;
      display: block;
  }
}

@media screen and (min-width: 1440px) {
  #cookies-settings {
      width: 70vw;
  }
}

@media screen and (max-width: 476px) {

  #cookies .cookies-buttons {
      flex-direction: column;
  }

  #cookies .cookies-buttons-container {
      width: 100%;
  }

  #cookies-settings .cookies-btns #save,
  #cookies-settings .cookies-btns #disable-all {
      width: 100%;
      margin: 10px auto;
      display: block;
  }

  #cookies-table {
      max-height: 40vh;
      padding-right: 5px;
      margin-top: 10px;
  }

  #cookies-table table th {
      font-size: 12px;
      padding: 5px;
  }
  
  #cookies-table table td {
      padding: 5;
      font-size: 10px;
  }
  
  #cookies-table .cookie-name {
      word-break: break-all;
  }
  
  .cookie-check {
      min-width: 30px;
  }
}