:root
{
  --cookie-col-1: #BC9325;
}
#showCookieBannerIcon
{
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 11;
  border-radius: 50%;
  border: 2px solid;
  padding: 5px;
  background: white;
  transition: all 0s;
}
/* cookie recap */
#cookieRecapDiv
{
  position: fixed;
  bottom: 20px;
  right: 5px;
  width: 360px;
  /* min-width: 480px; */
  /* padding: 2vw; */
  border: 1px solid var(--cookie-col-1);
  background-color: white;
  color: black;
  z-index: 10;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: flex-start;
}
.cookieRecapHead
{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1vw 2vw;
  /* border-bottom: 1px solid; */
}
.cookieRecapHead h2
{
  padding-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.cookieRecapHead a
{
  font-size: 21px;
  color: black;
  font-weight: bold;
}
.cookieRecapBody
{
  padding: 1vw 2vw;
}
#cookieRecapButtons
{
  padding-left: 1.4vw;
  padding-bottom: 1vw;
}
#cookieRecapButtons a
{
  background: white;
  color: black;
  padding: 0.4vw 1.6vw;
}
#cookieRecapButtons a:hover
{
  color: var(--cookie-col-1);
  background-color: white;
}
#cookieRecapButtons a.highlighted
{
  color: white;
  background-color: var(--cookie-col-1);
  text-align: center;
}

/* cookie info - privacy info*/
.cookiesInfoContainer h2
{
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 0.8vw;
}
.cookiesInfoContainer h3
{
  font-size: 18px;
  font-weight: 400;
  color: var(--cookie-col-1);
  padding-bottom: 0.5vw;
}
.cookiesInfoContainer h4
{
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0.4vw;
}
.cookiesInfoContainer h5
{
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0.3vw;
}
.cookiesInfoContainer p,
.cookiesInfoContainer li
{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0.2vw;
}
.cookiesInfoContainer ul
{
  margin-top: -10px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: disc;
}
/* cookie banner */
#cookieChoiceInfo
{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background-color: #000000cc;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;*/
  border-top: 1px solid #DDD;
    background-color: #EEE;
 /*  background-color: rgba(225, 225, 225, 0.95);*/
  color: #333;
  z-index: 2000;
  height: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width:800px){
    #cookieChoiceInfo
    {
       height: 95%; 
    }
}
#cookieChoiceText h2
{
  font-size: 22px;
  font-weight: 500;
  color: var(--cookie-col-2);
  padding-bottom: 0.5vw;
}
#cookieChoiceText p
{
  /*color: white;*/
  color: #333;
  font-size: 1.1em;
  line-height:  1.4em;
}
#cookieChoiceText p a
{
    color: var(--cookie-col-1);
}    
.cookieButtonsContainer
{
  display: flex;
  flex-direction: row;
}
.cookieButtonsContainer a, a.cookieBannerButton
{
  color: #333;
  border:0;
  border: solid 1px var(--cookie-col-1);
  /*color: white;
  background-color: var(--cookie-col-1);
  */
  text-align: center;
  /* padding: 0.6vw 1.2vw; */
  /* margin-left: 0.6vw; */
  /* margin-right: 0.6vw; */
  line-height: 2;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
  font-weight: 600;
  /* font-size: 14px; */
}
.cookieButtonsContainer a:hover
{
  color: var(--cookie-col-1);
  background-color: white;
}

a.cookieBannerButton {
    font-size:1.1em;
      background-color: transparent;
      display: block;
      padding:8px;
      margin: 4px;
}
a.cookieBannerButton:hover
{
  color: var(--cookie-col-1);
  background-color: white;
}
.evid a.cookieBannerButton {
  /* */ border: solid 2px var(--cookie-col-1);
  /**/ color: white; 
  background-color: var(--cookie-col-1);
}
.evid a.cookieBannerButton:hover
{
  color: var(--cookie-col-1);
  background-color: white;
}
#cookieChoiceButtons a
{
  /*
  border: solid 2px var(--cookie-col-1);
  color: white;
   background-color: var(--cookie-col-1); */
  background-color: transparent;
  /* margin-right: 1.2vw; */
  display: block;
}
#cookieChoiceButtons a.highlighted
{
  /* */ border: solid 2px var(--cookie-col-1);
  /**/ color: white; 
  background-color: var(--cookie-col-1);
  /* margin-right: 1.2vw; */
  /* display: flex; */
  /* align-items: center; */
}
#cookieChoiceButtons a:hover
{
  color: var(--cookie-col-1);
  background-color: white;
}
#cookieModalManageButtons a
{
  border: solid 2px var(--cookie-col-1);
  color: black;
  background-color: white;
  /* margin-left: 0.6vw; */
  /* margin-right: 0.6vw; */
}
#cookieModalManageButtons a:hover
{
  color: white;
  background-color: var(--cookie-col-1);
}
#cookieModalManageButtons
{
  padding-top: 1.5vw;
  margin-top: auto;
}
#cookieChoiceModal.hidden
{
  display: none;
}
#cookieChoiceModal
{
  z-index: 1040;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #00000088;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
#cookieChoiceModalContent
{
  position: relative;
  background-color: white;
  border: solid 1px var(--cookie-col-1);
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#cookieChoiceModalNavMenu
{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding-left: 5vw;
  padding-right: 3vw; */
}
.cookieNavLink
{
  /* padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw; */
  border: solid 2px black;
  border: solid 2px var(--cookie-col-1);
  /* line-height: 2;
  margin-right: 1.5vw;
  letter-spacing: 0.3px; */
  font-weight: 600;
  background-color: white;
  color: var(--cookie-col-1);
  color: black;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
}
.cookieNavLink:hover
{
  background-color: var(--cookie-col-1);
  color: white;
  border: solid 2px var(--cookie-col-1);
}
.cookieNavLink.selected
{
  background-color: var(--cookie-col-1);
  color: white;
  border: solid 2px var(--cookie-col-1);
}
.closeIcon
{
  margin-left: auto;
  color: black;
  font-size: 32px;
}

.customScroll::-webkit-scrollbar
{
	width: 3px;
}

.customScroll::-webkit-scrollbar-track
{
	border-radius: 2px;
	background: white;
}

.customScroll::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	background: gray;
}
.cookieModalContent
{
  display: none;
}
.cookieModalContent.selected
{
  display: block;
}
#cookieModalManage.selected
{
  display: flex;
  flex-direction: column;
}
.cookieTypesContainer
{
  display:flex;
}
#cookieModalManageNavMenu
{
  display: flex;
  flex-direction: column;
}
.cookieManageNavLink
{
  white-space: nowrap;
  /* padding-left: 0.9vw;
  padding-right: 0.9vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw; */
  border: solid 2px black;
  border: solid 2px var(--cookie-col-1);
  /* line-height: 2;
  margin-bottom: .5vw;
  letter-spacing: 0.3px; */
  font-weight: 600;
  background-color: white;
  color: var(--cookie-col-1);
  color: black;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
}
.cookieManageNavLink:hover
{
  background-color: var(--cookie-col-1);
  color: white;
  border: solid 2px var(--cookie-col-1);
}
.cookieManageNavLink.selected
{
  background-color: var(--cookie-col-1);
  color: white;
  border: solid 2px var(--cookie-col-1);
}
.cookieModalManageContent
{
  padding-left: 1.0vw;
}
.cookieModalManageContent
{
  display: none;
}
.cookieModalManageContent.selected
{
  display: block;
}
.cookieModalManageContent table
{
  border: 2px solid #000;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1vw;
}
.cookieModalManageContent table th
{
  text-align: center;
}
.cookieModalManageContent table tr td:nth-child(1),
.cookieModalManageContent table tr td:nth-child(2)
{
  text-align: center;
  font-weight: 600;
}
.cookieModalManageContent table tr td:nth-child(4)
{
  text-align: center;
}

.switch
{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 10px;
}
.switch.disabled
{
  pointer-events: none;
}

.switch input
{ 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider
{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before
{
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider
{
  background-color: var(--cookie-col-1);
}

.disabled input:checked + .slider
{
  background-color: var(--cookie-col-1);
  opacity: 0.5;
}

input:focus + .slider
{
  box-shadow: 0 0 1px var(--cookie-col-1);
}

input:checked + .slider:before
{
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

@media (min-width:800px)
{
  
  #cookieChoiceInfo
  {
    padding: 3.2vw 5.2vw;
  }
  #cookieChoiceModalContent
  {
    height: 80%;
    width: 80%;
  }
  
  .cookieTypesContainer
  {
    flex-direction:row;
    overflow-y: scroll;
  }
  
  .cookieModalContent
  {
      overflow-y: scroll;
      height: 100%;
      padding: 0vw 0.8vw;
  }

  #cookieChoiceText p
  {
    margin-bottom: 0.8vw;
    /* margin-top: 10px; */
  }

  .cookieButtonsContainer a
  {
    padding: 0.6vw 1.2vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    font-size: 14px;
  }
  #cookieChoiceButtons a
  {
    margin-right: 1.2vw;
  }
  #cookieModalManageButtons a
  {
    margin-left: 0.6vw;
    margin-right: 0.6vw;
  }
  
  #cookieChoiceModalNavContent
  {
    padding-left: 4vw;
    padding-right: 4vw;
    height: 80%;
  }

  .cookieNavLink
  {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    line-height: 2;
    margin-right: 1.5vw;
    letter-spacing: 0.3px;
  }
  
  #cookieChoiceModalNavMenu
  {
    padding-left: 5vw;
    padding-right: 3vw;
  }
  
  .cookieManageNavLink
  {
    padding-left: 0.9vw;
    padding-right: 0.9vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    line-height: 2;
    margin-bottom: .5vw;
    letter-spacing: 0.3px;
  }
}
@media (max-width:800px)
{
  #cookieRecapDiv
  {
    width: calc(100% - 10px);
  }
  .cookieRecapBody
  {
    margin-bottom: 10px;
  }
  #cookieChoiceInfo
  {
    padding: 3vw;
  }

  #cookieChoiceModalContent
  {
    height: 95%;
    width: 95%;
  }

  .cookieTypesContainer
  {
    flex-direction:column;
    /* overflow-y: scroll; */
  }
  
  .cookieModalContent
  {
      overflow-y: scroll;
      height: 100%;
      padding: 0vw 1vw;
  }
  #cookieChoiceText p
  {
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  .cookieButtonsContainer
  {
    flex-wrap: wrap;
  }
  .cookieButtonsContainer a
  {
    padding: 1.6vw 6.2vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    font-size: 13px;
  }
  #cookieChoiceButtons a
  {
    margin-right: 4vw;
    margin-top: 4vw;
  }
  #cookieModalManageButtons a
  {
    margin-right: 4vw;
    margin-top: 4vw;
  }
  
  #cookieChoiceModalNavContent
  {
    padding-left: 2vw;
    padding-right: 2vw;
    height: 88%;
  }
  
  .cookieNavLink
  {
    padding: 2vw 4vw;
    margin-left: 1vw;
    margin-right: 1vw;
    height: 100%;
    line-height: 1.6;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    font-size: 13px;
  }
  
  #cookieChoiceModalNavMenu
  {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .closeIcon
  {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .cookieManageNavLink
  {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    line-height: 2;
    margin-bottom: 1vw;
    letter-spacing: 0.3px;
    font-size: 13px;
  }

  .cookieModalManageContent table
  {
    font-size: 11px;
  }
}