.kcm-notice{
  position: fixed;
  z-index: 9999999999999;
  background-color:#fff;
  display: flex;
  width: 100%;
  box-shadow: 0 0 5px #b2b2b2;  
}
.kcm-notice.banner{
  right:0;
  left:0;
  padding:20px;
  min-height:50px;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;
  box-sizing: border-box  
}
.kcm-preference-container a.powerd-by img{
  margin: 0 auto 0 auto;
  max-width: 140px;
}
.kcm-preference-container a.powerd-by{
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;  
}
.kcm-preference-container a.powerd-by span{
  display:block;
}
.kcm-notice.card{
  flex-direction: column;
  padding:20px;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.kcm-notice.card.bottom-right{
  bottom:30px;
  right:30px;
  max-width:400px;
}
.kcm-notice.card.bottom-left{
  bottom:30px;
  left:30px;
  max-width:400px;
}
.kcm-notice.card.top-left{
  top:10px;
  left:30px;
  max-width:400px;
}
.kcm-notice.card.top-right{
  top:10px;
  right:30px;
  max-width:400px;
}
.banner .kcm-notice-text{
  display: flex;
  align-items: center;
}
.kcm-notice.banner.top, .kcm-notice.banner.top-left, .kcm-notice.banner.top-right{
  top:0;
}
.kcm-notice.banner.bottom, .kcm-notice.banner.bottom-right, .kcm-notice.banner.bottom-left{
  bottom:0;
}
.kcm-btns{
  display:flex;
  align-items: center;
  justify-content: space-around;
}
.kcm-notice.card .kcm-btns{
  padding-bottom:6px;
}
.kcm-notice.card .kcm-btns.pro{
  padding-bottom:0
}
.kcm-btns .kcm-pref, .kcm-deny{
  margin-right:15px;
}
.kcm-btns .kcm-accept{
  text-decoration: none;
  padding:7px 20px;
  background-color:#28a745;
  color:#fff;
}
.kcm-btns .kcm-pref, .kcm-btns .kcm-deny{
  text-decoration: none;
  padding: 7px 20px;
}
.kcm-preference-container{
  position:fixed;
  top:0;
  bottom:0;
  max-width:300px;
  height:calc(100vh - 20px);
  z-index: 9999999;
  background-color:#fff;
  width:100%;
  box-shadow: 1px 0 5px rgba(0,0,0,.3);
  padding:15px;
  opacity: 0;
  left: -300px;
  margin:10px;
  overflow:auto;
  padding-bottom:60px;
}
.kcm-preference-container::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22.6px;
}

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

/* The slider */
.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: 17px;
  width: 17px;
  left: 3px;
  bottom: calc(50% - 8.5px);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #28a745;
}

input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}
input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.kcm-exp .disabled{
  opacity: 0.7;
  pointer-events: none;
}
.kcm-exp{
  border-bottom:1px solid #ccc;
  margin-bottom:20px;
}
.kcm-title-cont{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.kcm-pref-footer{
  bottom: 0;
  margin-bottom:10px;
  padding: 15px 0;
  position: fixed;
  justify-content: space-between;
  width: 270px;
  display: flex;
}
.kcm-pref-footer a{
  padding:7px 20px;
  color:#dc3545;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.kcm-pref-footer a:last-of-type{
  text-decoration: none;
  font-weight: 600;
}
.no-iframe-allowed{
  position: absolute;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: black;
  color: white;
  z-index:10;
  width: 100%;
  height: 100%;  
}
.no-iframe-allowed-container{
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper.disabled-by-kaboom-cookie-manager:before{
  padding-top:0
}
span.warning{
  background: #f9b904;
  padding: 4px 6px;
  border-radius: 4px;
  margin: 0 4px;
}
@media screen and (max-width: 764px){
  .kcm-notice.card{
    bottom: 0!important;
    right: 0!important;
    left:0!important;
  }
  .kcm_notice_link_text, .kcm-notice.banner{
    display:block
  }
}