.ccp-body,
.ccp-body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ccp-body a {
  text-decoration: none;
}

.ccp-body .ccp-row.ccp-row-text a {
  display: unset;
}


/* MINI ICON */
.ccp-mini {
  position: fixed;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  margin: 15px;
  display: none;
  z-index: 990;
}

.ccp-mini:hover {
  transform: scale(1.15);
  transition: 0.15s;
}

.ccp-mini a {
  background: #0d9ecc;
  display: block;
  color: #fff;
  border-radius: 20px 13px 24px 16px;
  transform: rotate(5deg);
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.ccp-mini svg {
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 5px;
  margin-left: -1px;
}

.ccp-mini.ccp-position-top {
  left: 0;
  top: 0;
}

.ccp-mini.ccp-position-bottom {
  left: 0;
  bottom: 0;
}

.ccp-mini.ccp-position-top-left {
  left: 0;
  top: 0;
}

.ccp-mini.ccp-position-top-right {
  right: 0;
  top: 0;
}

.ccp-mini.ccp-position-bottom-left {
  left: 0;
  bottom: 0;
}

.ccp-mini.ccp-position-bottom-right {
  right: 0;
  bottom: 0;
}

.ccp-mini .ccp-counter {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  right: 0px;
  top: 1px;
  font-size: 9px;
  line-height: 12px;
  border-radius: 100px;
  background: #333;
  color: #fff;
  padding: 1px 2px;
  min-width: 14px;
  text-align: center;
  height: 14px;
  font-weight: bold;
}


/* POP-UP */
.ccp-pop {
  z-index: 990;
  position: fixed;
  margin: 15px;
  background: #fff;
  width: calc(100% - 30px);
  padding: 18px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ccp-pop.ccp-type-box {
  max-width: 380px;
}

.ccp-pop.ccp-type-bar {
  max-width: calc(100% - 30px);
}

.ccp-pop.ccp-position-top {
  left: 0;
  top: 0;
}

.ccp-pop.ccp-position-bottom {
  left: 0;
  bottom: 0;
}

.ccp-pop.ccp-position-top-left {
  left: 0;
  top: 0;
}

.ccp-pop.ccp-position-top-right {
  right: 0;
  top: 0;
}

.ccp-pop.ccp-position-bottom-left {
  left: 0;
  bottom: 0;
}

.ccp-pop.ccp-position-bottom-right {
  right: 0;
  bottom: 0;
}

.ccp-pop.ccp-type-bar {
  padding-bottom: 12px;
}

.ccp-pop.ccp-type-bar .ccp-row.ccp-row-text {
  float: left;
  clear: none;
  max-width: calc(100% - 300px);
  padding-right: 15px;
  line-height: 18px;
  margin: 2px 0 8px 0;
}

.ccp-pop.ccp-type-bar .ccp-row.ccp-row-buttons {
  float: right;
  clear: none;
  width: 300px;
}

.ccp-pop.ccp-type-bar strong.ccp-row {
  display: none;
}

.ccp-pop .ccp-btn {
  width: auto;
  padding: 9px 12px;
}

.ccp-pop.ccp-type-box .ccp-row.ccp-row-buttons {
  margin-top: 15px;
}

.ccp-pop.ccp-type-box .ccp-btn {
  min-width: 90px;
}

.ccp-pop.ccp-type-box .ccp-btnccp-btn-accept {
  min-width: 100px;
}

.ccp-pop.ccp-type-box {
  padding-bottom: 12px;
}

.ccp-pop .ccp-row {
  float: left;
  width: 100%;
  clear: both;
}

.ccp-pop strong.ccp-row {
  margin-bottom: 5px;
  font-size: 16px;
}

.ccp-pop .ccp-btn {
  transition: 0.15s;
  text-decoration: none;
  float: left;
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: auto;
  margin: 0 8px 6px 0;
  padding: 9px 4px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #333;
  height: 36px;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
}

.ccp-pop .ccp-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}

.ccp-pop .ccp-btn-accept {
  background: #0d9ecc;
  border-color: #0d9ecc;
  color: #fff;
  width: 40%;
}

.ccp-pop .ccp-btn-configure {
  background: transparent;
  border-color: #d0d0d0;
  width: calc(30% - 8px);
  margin-right: 0;
}

.ccp-pop .ccp-btn-configure:hover {
  border-color: #888;
  opacity: 1;
}

.ccp-pop .ccp-btn-reject {
  width: calc(30% - 8px);
}

.ccp-pop .ccp-btn-reject:hover {
  border-color: #d0d0d0;
  background: #d0d0d0;
  opacity: 1;
}

.ccp-pop .ccp-img {
  float: right;
  margin: 6px 6px 12px 12px;
  width: 60px;
  height: auto;
}


/* EDIT-DELETE FORM */
.ccp-box {
  display: inline-block;
  width: 100%;
  padding: 30px 25px;
  text-align: left;
}

.ccp-box .ccp-header {
  font-family: system-ui, sans-serif;
  padding: 16px 40px 8px 15px;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}

.ccp-box .ccp-footer {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  height: 66px;
  border-top: 1px solid #ccc;
}

.ccp-box .ccp-footer .ccp-btn {
  transition: 0.15s;
  text-decoration: none;
  float: left;
  margin: 0 6px 0 0;
  padding: 10px 12px;
  background: #d0d0d0;
  color: #333;
  height: 36px;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
}

.ccp-box .ccp-footer .ccp-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}

.ccp-box .ccp-footer .ccp-btn-accept2 {
  background: #0d9ecc;
  color: #fff;
  float: right;
  margin: 0 0 0 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.ccp-box .ccp-footer .ccp-btn-reject2,
.ccp-box .ccp-footer .ccp-btn-accept3 {
  background: #444;
  color: #fff;
  float: right;
  margin: 0 0 0 6px;
}

.ccp-box .ccp-wrap {
  display: inline-block;
  position: fixed;
  left: 0;
  width: 100%;
  top: 60px;
  bottom: 66px;
  overflow-y: auto;
  padding: 15px;
  font-size: 15px;
  line-height: 18px;
  color: #333;
}

.ccp-box .ccp-wrap .ccp-section {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.ccp-box .ccp-wrap .ccp-section:last-child {
  border-bottom: none;
}

.ccp-box .ccp-wrap::-webkit-scrollbar {
  box-shadow: none;
  width: 10px;
}

.ccp-box .ccp-wrap::-webkit-scrollbar-thumb {
  -moz-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  background-clip: initial;
  box-shadow: none;
}

.ccp-box .ccp-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #9e9e9e;
}

.ccp-box .ccp-wrap::-webkit-scrollbar-corner {
  background: #9e9e9e;
}

.ccp-box .ccp-section .ccp-row {
  margin: 0;
  display: none;
}

.ccp-box .ccp-section .ccp-subheader {
  font-family: system-ui, sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #444;
  margin: 10px 0;
  position: relative;
  padding: 0 66px 0 3px;
}

.ccp-box .ccp-section .ccp-subheader span {
  float: left;
  margin: 0 2px 0 0;
  cursor: pointer;
}

.ccp-box .ccp-section .ccp-details {
  display: inline-block;
  width: 100%;
  color: #777;
  font-size: 14px;
  line-height: 18px;
  padding: 0 3px;
  margin: 5px 0 15px 0;
}

.ccp-box .ccp-section .ccp-details .ccp-line {
  display: inline-block;
  width: 100%;
}

.ccp-box .ccp-section .ccp-details .ccp-line>strong {
  display: inline-block;
  width: 100%;
  color: #444;
  margin: 0 0 2px 0;
}

.ccp-box .ccp-section .ccp-details .ccp-line.ccp-cookie-list {
  margin-top: 12px;
}

.ccp-box .ccp-section .ccp-cookie-list>span {
  float: left;
  margin: 0 5px 5px 0;
  padding: 3px 8px;
  font-size: 13px;
  color: #fff;
  background: #444;
  border-radius: 2px;
  font-weight: normal;
}

.ccp-box .ccp-section .ccp-show-more {
  color: #999;
  transition: 0.15s;
  float: left;
  text-decoration: none;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
  border-radius: 3px;
  float: left;
}

.ccp-box .ccp-section .ccp-show-more svg {
  width: auto;
  height: 16px;
  display: inline-block;
}

.ccp-box .ccp-section .ccp-show-more.ccp-rotated svg {
  transform: rotate(180deg);
}

.ccp-box .ccp-row {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #333;
  margin: 0 0 20px 0;
}

.ccp-box .ccp-row.ccp-row-buttons {
  margin: 15px 0 5px 0;
}

.ccp-box .ccp-row a.ccp-btn {
  font-family: system-ui, sans-serif;
  display: inline-block;
  transition: 0.1s;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background: #ea0f0f;
  border-radius: 0px;
  padding: 18px 28px;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
}

.ccp-box .ccp-row a.ccp-btn span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 5px 0;
}

.ccp-box .ccp-row a.ccp-btn strong {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  font-weight: 900;
  line-height: 32px;
  margin: 0 0 4px 0;
}

.ccp-box .ccp-row a.ccp-btn span+strong {
  margin-bottom: 2px;
}

.ccp-box .ccp-row a.ccp-btn:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.4);
}

.ccp-box .ccp-row.ccp-row-buttons-leave {
  margin: 5px 0 0 0;
}

.ccp-input-box {
  position: absolute;
  top: -3px;
  right: 3px;
  width: 60px;
  height: 26px;
}

.ccp-input-box input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.01;
  margin: 0;
}

.ccp-input-box input[type=checkbox]:before {
  content: "" !important;
  display: none !important;
}

.ccp-input-box input[type=checkbox]+label {
  margin: 0;
  text-align: right;
  line-height: 26px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: 26px;
  background: #888;
  display: block;
  border-radius: 100px;
  position: relative;
}

.ccp-input-box input[type=checkbox]+label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.ccp-input-box input[type=checkbox]:checked+label {
  background: #0d9ecc;
  text-align: left;
}

.ccp-input-box input[type=checkbox]:checked+label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.ccp-input-box input[type=checkbox]:not(:disabled)+label:hover:after,
.ccp-input-box input[type=checkbox]:not(:disabled):hover+label:after {
  width: 24px;
}

.ccp-input-box input[type=checkbox]:not(:disabled)+label:active:after,
.ccp-input-box input[type=checkbox]:not(:disabled):active+label:after {
  width: 26px;
}

.ccp-input-box input[type=checkbox]+label:before {
  content: 'Off';
}

.ccp-input-box input[type=checkbox]:checked+label:before {
  content: 'On';
}

.ccp-input-box input[type=checkbox]:disabled {
  cursor: default;
}

.ccp-input-box input[type=checkbox]:disabled+label {
  opacity: 0.5;
  cursor: default;
}

.ccp-tooltip {
  display: none;
  position: absolute;
  top: 29px;
  cursor: default;
  text-align: right;
  background: #fff;
  right: -5px;
  color: #888;
  font-size: 12px;
  line-height: 12px;
  z-index: 3;
  font-weight: normal;
  font-style: italic;
  width: auto;
  max-width: 70px;
  padding: 0 5px 6px 5px;
}

.ccp-input-box .ccp-tooltip.ccp-dis {
  width: 80px;
}

.ccp-input-box:hover .ccp-tooltip.ccp-dis {
  display: block;
}


/* MODAL DESIGN */
.modal-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 991;
  background: rgba(0, 0, 0, 0.75);
}

#ccpModal {
  display: none;
  overflow: hidden;
  background: #fff;
  position: fixed;
  width: 640px;
  height: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  z-index: 995;
  box-shadow: 0 5px 30px rgb(0 0 0 / 70%);
}

#ccpModal.modal-fullscreen {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  max-width: 100%;
  max-height: 100%;
}

#ccpModal .modal-body {
  position: initial;
  padding: 0;
}

#ccpModal .modal-close {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
  position: absolute;
  z-index: 99;
  color: #555;
  text-align: center;
  top: 13px;
  right: 10px;
  width: 34px;
  height: 34px;
  font-size: 18px;
}

#ccpModal .modal-close svg {
  width: auto;
  height: 18px;
  margin: 8px 0;
  display: inline-block;
  transition: 0.2s;
}

#ccpModal .modal-close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#ccpModal .modal-content {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}

#ccpModal .modal-content .modal-iframe,
#ccpModal .modal-loader {
  background: #fff url(../img/loader.gif) no-repeat center center;
  background-size: 80px;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ccpModal,
#ccpModal .modal-content,
#ccpModal .modal-content .modal-iframe {
  border-radius: 5px;
}

#ccpModal .modal-is-inline .modal-content {
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .ccp-pop.ccp-type-bar .ccp-row.ccp-row-text {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .ccp-pop.ccp-type-bar .ccp-row.ccp-row-buttons {
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    width: 100%;
  }

  .ccp-pop.ccp-type-bar .ccp-row.ccp-row-buttons .ccp-btn {
    width: auto;
    padding: 9px 12px;
  }
}

@media screen and (max-width: 540px) {
  .ccp-box .ccp-wrap {
    bottom: 110px;
  }

  .ccp-box .ccp-footer {
    height: 110px;
    background: #fff;
  }

  .ccp-box .ccp-footer .ccp-btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ccp-box .ccp-footer .ccp-btn-accept2 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
    margin: 0 0 8px 0;
  }

  .ccp-box .ccp-footer .ccp-btn-accept3 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 55%;
    margin: 0;
  }

  .ccp-box .ccp-footer .ccp-btn-reject2 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: calc(45% - 8px);
    margin: 0 8px 0 0;
  }

  .ccp-box .ccp-footer .ccp-btn-cancel {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .ccp-box .ccp-section .ccp-details {
    margin-bottom: 8px;
  }

  .ccp-box .ccp-section .ccp-subheader {
    font-size: 17px;
    letter-spacing: -0.3px;
  }

  .ccp-pop.ccp-type-box .ccp-btn {
    width: auto;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* RTL */
html[dir="rtl"] .ccp-pop,
html[dir="rtl"] .modal-box,
html[dir="rtl"] .ccp-box,
html[dir="rtl"] .ccp-input-box,
html[dir="rtl"] .ccp-mini {
  direction: rtl;
}

html[dir="rtl"] #ccpModal .modal-close {
  left: 8px;
  right: auto;
}

html[dir="rtl"] .ccp-pop .ccp-btn,
html[dir="rtl"] .ccp-pop .ccp-btn-configure {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}

html[dir="rtl"] .ccp-pop .ccp-btn-configure {
  margin-left: 0;
}

html[dir="rtl"] .ccp-pop .ccp-row {
  float: right;
}

html[dir="rtl"] .ccp-pop .ccp-img {
  float: left;
  margin-left: 6px;
  margin-right: 12px;
}

html[dir="rtl"] .ccp-mini.ccp-position-top {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-mini.ccp-position-bottom {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-mini.ccp-position-top-left {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-mini.ccp-position-top-right {
  left: 0;
  right: auto;
}

html[dir="rtl"] .ccp-mini.ccp-position-bottom-left {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-mini.ccp-position-bottom-right {
  left: 0;
  right: auto;
}

html[dir="rtl"] .ccp-pop.ccp-position-top {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-pop.ccp-position-bottom {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-pop.ccp-position-top-left {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-pop.ccp-position-top-right {
  left: 0;
  right: auto;
}

html[dir="rtl"] .ccp-pop.ccp-position-bottom-left {
  right: 0;
  left: auto;
}

html[dir="rtl"] .ccp-pop.ccp-position-bottom-right {
  left: 0;
  right: auto;
}

html[dir="rtl"] .ccp-box .ccp-header {
  padding-left: 40px;
  padding-right: 15px;
}

html[dir="rtl"] .ccp-box {
  text-align: right;
}

html[dir="rtl"] .ccp-box .ccp-section .ccp-subheader {
  padding-left: 66px;
  padding-right: 3px;
}

html[dir="rtl"] .ccp-box .ccp-section .ccp-subheader span {
  margin-left: 2px;
  margin-right: 0;
}

html[dir="rtl"] .ccp-box .ccp-section .ccp-show-more,
html[dir="rtl"] .ccp-box .ccp-section .ccp-subheader span {
  float: right;
}

html[dir="rtl"] .ccp-box .ccp-section .ccp-cookie-list>span {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

html[dir="rtl"] .ccp-input-box {
  left: 3px;
  right: auto;
}

html[dir="rtl"] .ccp-input-box input[type=checkbox]+label {
  transform: scaleX(-1);
}

html[dir="rtl"] .ccp-input-box input[type=checkbox]+label:before {
  transform: scaleX(-1);
  display: inline-block;
}

html[dir="rtl"] .ccp-tooltip {
  left: -5px;
  right: auto;
  text-align: left;
}

/* DARK MODE */
html[mode="dark"] .ccp-body a {
  color: #f6f6f6;
}

html[mode="dark"] .ccp-mini a {
  background: var(--mb-color13, #262626);
  box-shadow: 0 2px 8px rgb(0 0 0 / 50%);
  border: 1px solid var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-mini svg {
  color: var(--mb-color1, #e6e6e6);
}

html[mode="dark"] .ccp-mini .ccp-counter {
  background: var(--mb-color10, #565656);
  color: var(--mb-color0, #f6f6f6);
}

html[mode="dark"] .ccp-pop {
  background: var(--mb-color13, #262626);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
  border-color: var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-pop .ccp-row {
  color: var(--mb-color3, #c6c6c6);
}

html[mode="dark"] .ccp-pop strong.ccp-row {
  color: var(--mb-color1, #e6e6e6);
}

html[mode="dark"] .ccp-pop .ccp-btn {
  background: var(--mb-color11, #464646);
  border-color: var(--mb-color11, #464646);
  color: #fff;
}

html[mode="dark"] .ccp-pop .ccp-btn:hover {
  opacity: 1;
  background: var(--mb-color10, #565656);
  border-color: var(--mb-color10, #565656);
}

html[mode="dark"] .ccp-pop .ccp-btn-accept {
  background: var(--mb-color10, #565656);
  border-color: var(--mb-color8, #767676);
  color: var(--mb-color0, #f6f6f6);
}

html[mode="dark"] .ccp-pop .ccp-btn-accept:hover {
  opacity: .9;
}

html[mode="dark"] .ccp-pop .ccp-btn-configure {
  background: transparent;
  border-color: var(--mb-color8, #767676);
}

html[mode="dark"] .ccp-pop .ccp-btn-configure:hover {
  border-color: var(--mb-color6, #969696);
  background: var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-pop .ccp-btn-reject {
  background: var(--mb-color11, #464646);
  border-color: var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-pop .ccp-btn-reject:hover {
  border-color: var(--mb-color8, #767676);
  background: var(--mb-color10, #565656);
}

html[mode="dark"] .ccp-box .ccp-header {
  background: var(--mb-color13, #262626);
  color: #fff;
  border-bottom-color: var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-box .ccp-footer {
  background: var(--mb-color13, #262626);
  border-top-color: var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-box .ccp-wrap {
  background: var(--mb-color14, #161616);
  color: var(--mb-color3, #c6c6c6);
}

html[mode="dark"] .ccp-box .ccp-wrap .ccp-section {
  border-bottom-color: var(--mb-color11, #464646);
}

html[mode="dark"] .ccp-box .ccp-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, .2);
}

html[mode="dark"] .ccp-box .ccp-wrap::-webkit-scrollbar-thumb:hover {
  background-color: var(--mb-color8, #767676);
}

html[mode="dark"] .ccp-box .ccp-wrap::-webkit-scrollbar-corner {
  background: var(--mb-color10, #565656);
}

html[mode="dark"] .ccp-box .ccp-section .ccp-subheader {
  color: var(--mb-color1, #e6e6e6);
}

html[mode="dark"] .ccp-box .ccp-section .ccp-details {
  color: var(--mb-color5, #a6a6a6);
}

html[mode="dark"] .ccp-box .ccp-section .ccp-details .ccp-line>strong {
  color: var(--mb-color2, #d6d6d6);
}

html[mode="dark"] .ccp-box .ccp-section .ccp-cookie-list>span {
  background: var(--mb-color10, #565656);
  color: var(--mb-color0, #f6f6f6);
}

html[mode="dark"] .ccp-box .ccp-section .ccp-show-more {
  color: var(--mb-color5, #a6a6a6);
}

html[mode="dark"] .ccp-box .ccp-row {
  color: var(--mb-color3, #c6c6c6);
}

html[mode="dark"] .ccp-box .ccp-row a.ccp-btn {
  background: #c10000;
}

html[mode="dark"] .ccp-box .ccp-row a.ccp-btn:hover {
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .6);
}

html[mode="dark"] .ccp-box .ccp-footer .ccp-btn {
  background: var(--mb-color10, #565656);
  color: #fff;
}

html[mode="dark"] .ccp-box .ccp-footer .ccp-btn:hover {
  opacity: 1;
  background: var(--mb-color9, #666666);
}

html[mode="dark"] .ccp-box .ccp-footer .ccp-btn-accept2 {
  background: var(--mb-color10, #565656);
  color: var(--mb-color0, #f6f6f6);
}

html[mode="dark"] .ccp-box .ccp-footer .ccp-btn-reject2,
html[mode="dark"] .ccp-box .ccp-footer .ccp-btn-accept3 {
  background: var(--mb-color11, #464646);
  color: #fff;
}

html[mode="dark"] .ccp-input-box input[type=checkbox]+label {
  background: var(--mb-color12, #363636);
}

html[mode="dark"] .ccp-input-box input[type=checkbox]:checked+label {
  background: var(--mb-color9, #666666);
}

html[mode="dark"] .ccp-input-box input[type=checkbox]+label:after {
  background: var(--mb-color2, #d6d6d6);
}

html[mode="dark"] .ccp-input-box input[type=checkbox]:checked+label:after {
  background: #fff;
}

html[mode="dark"] .ccp-input-box input[type=checkbox]:disabled+label {
  opacity: .4;
}

html[mode="dark"] .ccp-tooltip {
  background: var(--mb-color12, #363636);
  color: var(--mb-color3, #c6c6c6);
}

html[mode="dark"] .modal-cover {
  background: rgba(0, 0, 0, .85);
}

html[mode="dark"] #ccpModal {
  background: var(--mb-color13, #262626);
  box-shadow: 0 5px 30px rgb(0 0 0 / 90%);
}

html[mode="dark"] #ccpModal .modal-close {
  color: var(--mb-color5, #a6a6a6);
}

html[mode="dark"] #ccpModal .modal-close:hover {
  color: #fff;
}

html[mode="dark"] #ccpModal .modal-content .modal-iframe,
html[mode="dark"] #ccpModal .modal-loader {
  background-color: var(--mb-color13, #262626);
}

@media screen and (max-width:540px) {
  html[mode="dark"] .ccp-box .ccp-footer {
    background: var(--mb-color13, #262626);
  }
}