body.cookie-active {
  max-height: 100vh;
}
.cookie-popup-wrapper .cookie-settings-wrapper{
  margin-top: 10px;
  margin-bottom: 20px;
}
.cookie-popup-wrapper {
  background: rgba(0, 0, 0, .3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  z-index: 99999;
  /*font-family: Arial, verdana;*/
  overflow: scroll;
}

.cookie-popup-wrapper .uk-checkbox{
  height: 20px!important;
  width: 20px!important;
}

.cookie-popup-wrapper .cookie-form-group {
  margin-bottom: 10px;
}

.cookie-popup-content {
  width: 450px;
  min-height: 400px;
  background: #fff;
  position:absolute;
  top:50%;
  left:50%;
  padding: 20px 40px;
  transform:translate(-50%, -50%);
  z-index: 1000;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
}

.cookie-popup-content h2 {
  /*font-family: Arial, verdana;*/
  margin: 10px 0 20px;
}
.cookie-popup-content .cookie-intro p {
  line-height: 1.5em;
  font-size: 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;  
  max-height: 90px;
  padding-right:10px;
}
.cookie-popup-content .cookie-intro {
  margin-bottom: 20px;
}
/* scrollbar */
/* scrollbar width */
.cookie-popup-content ::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.cookie-popup-content ::-webkit-scrollbar-track {
  background: #dadada; 
}
/* Handle */
.cookie-popup-content ::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
.cookie-popup-content  ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.cookie-checkbox {
  width: 300px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  user-select: none;
}
.cookie-checkbox label {
  font-size: 14px;
  color: #000000;
  position: absolute;
  z-index: 10;
  padding-left: 40px;
  cursor: pointer;
}
.cookie-checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.cookie-checkbox input:checked ~ .check {
  border-color: #b2bfc7;
  background: #b2bfc7;
}
.cookie-checkbox input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.cookie-checkbox .check {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0;
  background-color: #FFF;
  border: 3px solid #b2bfc7;
  background: #ffffff;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.cookie-checkbox .check::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 90%;
  background-image: url("/img/cookie_ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.cookie-checkbox-input{
  margin-right: 5px!important;
}

.cookie-form {
    overflow: hidden;
    margin-bottom: 20px;
}
.cookie-form .cookie-form-column {
    width: 50%;
    float: left;
}
.cookie-form .cookie-form-right {
  float: right;
}
.cookie-form-bottom {
  text-align: center;
  margin-bottom: 16px;
}
.cookie-button,
.cookie-form-bottom .cookie-button {
    display: block;
    width: 100%;
    min-width: 250px;
    margin-bottom: 10px;
    padding: 10px 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 12px;
}

.cookie-button .cookie-button-arrow{
  color: inherit;
  float: left;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
}

.cookie-settings-bottom #back-button{
  color: inherit;
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

.cookie-form-bottom .cookie-button.cookie-button-primary {
  background: #6F9322;
  border-color: #6F9322;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.cookie-form-bottom .extended-settings-link{
  cursor: pointer!important;
}

.cookie-form-extended,
.cookie-form-footer {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #b2bfc7;
}
.cookie-form-extended .extended_settings span {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.cookie-form-extended .extended_settings span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #b2bfc7 transparent transparent transparent;
  position: absolute;
  right: 0px;

}

.cookie-form-footer .cookie-footer-seperator {
  padding-left: 10px;
  padding-right: 10px;
}

.cookie-button-left {
      display: initial;
      float: left;
      width: auto;
      min-width: 0;
      margin-left: 0;
      transform: none;
}
.cookie-button-right.cookie-button-primary {
    background: #6F9322;
    border-color: #6F9322;
    color: #ffffff;
    font-weight: bold;
}
.cookie-button-right {
  display: initial;
  float: right;
  width: auto;
  min-width: 0;
  margin-left: 0;
  transform: none;
  margin-left: 10px;
}
.cookie-setting {
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 10px;
}
.cookie-setting .cookie-setting-left {
  float: left;
}
.cookie-setting .cookie-setting-right {
  width: 100%;
}
.cookie-setting h4 {
  margin-top:0;
  margin-bottom: 0;
  margin-left: 20px;
  line-height: 1.5em;
  display: inline-block;
  font-weight: bold;
  font-size: 16px!important;
  vertical-align: middle;
}
.cookie-setting p {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.25em;
  font-size: 10px;
 }
 .cookie-setting .show-more-container{
  float: right;
  margin-right: 20px;
 }
 .cookie-setting .show-more-button {
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
 }

.cookie-setting .show-more-button .icon{
  margin-left: 5px;
}
/* .cookie-setting .show-more-button.open:after  {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #b2bfc7 transparent;
  position: absolute;
  right: -20px;
  top: 4px;
 } */

 /* .cookie-setting .show-more-button:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #b2bfc7 transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 4px;
 } */
 .cookie-setting .table-wrapper {
  padding-right: 10px;
 }
 .cookie-setting .table-wrapper th, .cookie-setting .table-wrapper td {
  text-align: left;
  vertical-align: top;
  line-height: 1.25em;
  font-size: 10px;
  padding-right: 10px;
 }
 .cookie-setting .table-wrapper th, .cookie-setting .table-wrapper td {
  border-bottom: 1px solid rgb(182, 182, 182);
 }
 .cookie-setting .table-wrapper tr td{
  padding: 5px 0 5px 0;
 }
 .cookie-setting .table-wrapper tr:last-child td{
  border-bottom: 0px solid rgb(255, 255, 255);
 }
 .cookie-setting .cookie-setting-right .more-text{
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;  
  height: 150px;
 }
[class^="ckbx-"] {
  font-size: 24px;
}

[class^="ckbx-"] label {
  position: relative;
  cursor: pointer;
  display: block;
}

[class^="ckbx-"] label:before, [class^="ckbx-"] label:after {
  content: "";
  position: absolute;
}

[class^="ckbx-"] label:before {
  transition: background 0.1s 0.1s ease;
}

[class^="ckbx-"] label:after {
  width: 0.6em;
  height: 0.6em;
  transition: all 0.2s ease;
}

[class^="ckbx-"] input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

[class^="ckbx-circle-"] label,
[class^="ckbx-square-"] label {
  width: 1em;
  height: 1em;
}

[class^="ckbx-circle-"] label:before,
[class^="ckbx-square-"] label:before {
  width: 1em;
  height: 1em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

[class^="ckbx-circle-"] input[type="checkbox"]:checked + label:after,
[class^="ckbx-square-"] input[type="checkbox"]:checked + label:after {
  background: #70c1b3;
}

@-webkit-keyframes switch-on {
  50% {
    transform: scaleX(1.3);
  }
}

@keyframes switch-on {
  50% {
    transform: scaleX(1.3);
  }
}

@-webkit-keyframes switch-off {
  50% {
    transform: scaleX(1.3);
  }
}

@keyframes switch-off {
  50% {
    transform: scaleX(1.3);
  }
}

@-webkit-keyframes switch-on-circle {
  50% {
    transform: scale(1.3);
  }
}

@keyframes switch-on-circle {
  50% {
    transform: scale(1.3);
  }
}

@-webkit-keyframes switch-off-circle {
  50% {
    transform: scale(0.3);
  }
}

@keyframes switch-off-circle {
  50% {
    transform: scale(0.3);
  }
}

@-webkit-keyframes stretch {
  50% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(1.3);
  }
}

@keyframes stretch {
  50% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(1.3);
  }
}

@-webkit-keyframes stretchback {
  50% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(1.3);
  }
}

@keyframes stretchback {
  50% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(1.3);
  }
}

.uk-switch {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 60px;
}

/* UI kit checkbox switch*/
/* Hide default HTML checkbox */
.uk-switch input {
  display:none;
}
/* Slider */
.uk-switch-slider {
  background-color: rgba(0,0,0,0.22);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
	transition-duration: .2s;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.07);
}

.uk-switch-slider:before span {
  content: '\2713';
  font-size: 16px;
}
/* Switch pointer */
.uk-switch-slider:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
	transition-duration: .2s;
}
/* Slider active color */
input:checked + .uk-switch-slider {
  background-color: #39f !important;
}
/* Pointer active animation */
input:checked + .uk-switch-slider:before {
  transform: translateX(26px);
}
/* Modifiers */
.uk-switch-slider.uk-switch-on-off {
  background-color: #f0506e;
}
input:checked + .uk-switch-slider.uk-switch-on-off {
  background-color: #32d296 !important;
}
/* Style Modifier */
.uk-switch-slider.uk-switch-big:before {
  transform: scale(1.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.22);
}
.uk-switch-slider.uk-switch-small:before {
  box-shadow: 0 0 6px rgba(0,0,0,0.22);
}
input:checked + .uk-switch-slider.uk-switch-big:before {
  transform: translateX(26px) scale(1.2);
}
/* Inverse Modifier - affects only default */
.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
  background-color: rgba(255,255,255,0.22);
}

[class^="ckbx-style-"] label {
  width: 2em;
  height: 1em;
}

[class^="ckbx-style-"] label:before {
  width: 2em;
  height: 1em;
  background: #4d4d4d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
}

[class^="ckbx-style-"] label:after {
  z-index: 2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: #fcfff4;
}

[class^="ckbx-style-"] input[type="checkbox"]:checked + label:before {
  background: #333;
}

[class^="ckbx-style-"] input[type="checkbox"]:checked + label:after {
  left: 1.1em;
}
.ckbx-style-14 {
  position: relative;
}

.ckbx-style-14 label {
  width: 61px;
  height: 30px;
  background: #cfcfcf;
  border-radius: 30px;
}

.ckbx-style-14 label:before {
  width: 25px;
  min-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  transition: all 0.2s ease;
  background-color: #b2bfc7;
  left: 50%;
  bottom: 0;
  top: 2px;
  box-shadow: unset;
  border-radius: 20px;
  content: '\2713';
}

.ckbx-style-14 label:after {
  content: '\2715';
  color: inherit;
  width: 25px;
  min-height: 25px;
  text-align: center;
  line-height: 25px;
  top: 2px;
  bottom: 0;
  font-size: 15px;
  background-color: #ffffff;
  box-shadow: unset;
  z-index: unset;
  border-radius: 20px;
  margin-left: 3px;
  font-weight:bold;
}

.ckbx-style-14 input[type="checkbox"]:not(:checked) + label:before {
  opacity: 0;
}

.ckbx-style-14 input[type="checkbox"]:checked + label:after{
  opacity: 0;
  left: unset;
} 

.ckbx-style-14 input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  content: '\2713';
  color: inherit;
}

@media only screen and (max-width : 568px) {
  .cookie-popup-content {
    min-height: 300px;
    width: calc(100% - 46px);
    padding: 20px;
    transform: none;
    top: 0;
    left: 0;
  }
  .cookie-intro {
    margin-bottom: 20px;
  }
  .cookie-form {
    display: none;
  }
  .cookie-checkbox label,
  .cookie-popup-content .cookie-intro {
      font-size: 12px;
  }
  .cookie-setting .cookie-setting-right {
    width:  calc(100% - 104px);
  }
  .cookie-setting .cookie-setting-left {
    width: 100px;
  }
  .cookie-button-right {
    width: 60%;
  }
}


@media only screen and (max-width : 379px) {
  .cookie-popup-content {
      width: calc(100% - 46px);
      padding: 20px;
  }
  .cookie-checkbox label,
  .cookie-popup-content .cookie-intro {
      font-size: 12px;
  }
  .cookie-form .cookie-form-column {
      float: none;
      width: 100%;
  }
}
