#cookiesPanel #cookies_custom,
#cookiesPanel #AcceptCustomDiv {
    display: none
}

#cookiesPanel {
    z-index: 9999;
    font-size: 14px;
    line-height: 1.3em;
    left: 0px;
    text-align: center;
    width: 100%;
    clear: both;
    z-index: 99999999999;
}

#cookiesPanel #cookies_custom div { line-height: 30px; padding-top: 20px; }

#cookiesPanel .ck_table {
    width: 100%;
}
#cookiesPanel .btn {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 10px!important; 
}

#cookiesPanel .closebutton, #cookiesPanel .closebuttonPers, #cookiesPanel .closebuttonCustom {
    cursor: pointer;
    text-indent: 0;
    display: inline-block;
    text-align: center;
    padding: 0px 30px;
    opacity: 1;
}
#cookiesPanel .closebutton {
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-transform: uppercase;
}

#cookiesPanel .closebuttonCustom:hover,
#cookiesPanel .closebuttonPers:hover { text-decoration: underline }

#cookiesPanel .more_info_href {
    text-decoration: underline;
}

#cookiesPanelContent {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 100%;
	max-width: 1080px;
    display: block;
}

#cookiesPanel .closebutton:active, #cookiesPanel .closebuttonPers:active, #cookiesPanel .closebuttonCustom:active {
    position: relative;
    top: 1px;
}

#cookiesPanel p {
    margin: 0;
    padding: 0;
}

#cookiesPanel .ck_table td.first {
    text-align: center;
}

#cookiesPanel .ck_table td.second {
    width: auto;
    vertical-align: middle;
    padding-right: 20px;
    text-align: left;
}

 /* The switch - the box around the slider */
#cookiesPanel .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 20px
}

/* Hide default HTML checkbox */
#cookiesPanel .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
#cookiesPanel .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#cookiesPanel .slider-disabled {
	background-color: #333333!important
}

#cookiesPanel .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#cookiesPanel input:checked + .slider {
  background-color: #2196F3;
}

#cookiesPanel input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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

/* Rounded sliders */
#cookiesPanel .slider.round {
  border-radius: 34px;
}

#cookiesPanel .slider.round:before {
  border-radius: 50%;
} 

@media (min-width: 801px) {
    #cookiesPanel .closebutton, #cookiesPanel .closebuttonCustom {
        min-width: 250px;
    }
}

@media (max-width: 800px) {
    #cookiesPanel .ck_table td.first {
        display: flex;
        /* font-size: 1.2rem; */
    }

    #cookiesPanel .ck_table td.second {
        display: inline-block;
        text-align: center;
    }

    #cookiesPanel #ShowCustom {
        margin-top: 10px;
    }
}