.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.cookies-pop {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto auto 30px 30px;
  box-shadow: 0 0 5px 1px #0003;
}

.cookies-tx {
  padding: 15px;
  font-size: 14px;
}

.tx-link {
  color: #333;
  text-decoration: none;
}

.tx-link:hover {
  color: #434760;
}

.tx-link.underline {
  text-decoration: underline;
}

.cokkies-setting-link {
  color: #434760;
  font-size: 14px;
}

.cookies-btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cookies-btn {
  color: #fff;
  text-align: center;
  background-color: #434760;
  width: 100%;
  padding: 7px 15px;
  text-decoration: none;
}

.cookies-btn.re {
  color: #434760;
  background-color: #ccc;
}

.cookies-setting-pop {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookies-setting-pop.show {
  display: flex;
}

.cookies-table-left {
  min-width: 150px;
}

.cookies-setting-bottom {
  border-top: 1px solid #ccc;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.bottom-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  display: none;
  position: relative;
  inset: 0;
  transform: rotate(-45deg);
}

.cookies-setting-btn {
  color: #fff;
  text-align: center;
  background-color: #434760;
  width: auto;
  min-width: 150px;
  padding: 7px 15px;
  text-decoration: none;
}

.cookies-setting-btn.re {
  color: #434760;
  background-color: #ccc;
}

.top-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: 0;
  display: none;
  transform: rotate(45deg);
}

.co-bar-switch-btn {
  z-index: 99;
  margin-bottom: 0;
  position: absolute;
  inset: 7px 15px auto auto;
}

.toggle-label {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0;
}

.co-bar {
  margin-top: 30px;
  position: relative;
}

.toggle-wrap {
  background-color: #fff;
  border-radius: 25px;
  width: 70px;
  max-width: 70px;
  height: 38px;
  max-height: 38px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.cookies-table {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
}

.cookies-table.bg-grey {
  background-color: #f9f9f9;
}

.cookies-table-row {
  display: flex;
}

.switch-tick-icon {
  background-image: url('../images/check-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 100%;
  height: 100%;
}

.co-bar-top {
  cursor: pointer;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.co-bar-top:hover {
  background-color: #eee;
}

.cookies-close-btn {
  cursor: pointer;
  background-image: url('../images/icon-x-no.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.scroll-area {
  height: auto;
  max-height: 60vh;
  padding-bottom: 30px;
  padding-right: 5px;
  overflow: auto;
}

.active-overlay {
  opacity: 0;
  background-color: #434760;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  box-shadow: -3px 0 3px #7474bf59;
}

.cookies-setting-bot-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.co-contents-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cookies-setting-block {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  padding: 15px 5px;
  display: flex;
}

.toggle-ticker {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.toggle-ticker.disable-click {
  cursor: not-allowed;
}

.toggle {
  z-index: 2;
  background-color: #ccc;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  display: flex;
  position: absolute;
  inset: 0;
}

.toggle-active {
  text-align: center;
  border-radius: 100px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.cookies-setting-bot-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.co-bar-up-arrow {
  background-image: url('../images/arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.co-bar-drop {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.cookies-setting-top {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cookies-setting-title {
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 479px) {
  .cookies-pop {
    left: auto;
  }

  .cookies-table-left {
    min-width: 100px;
  }

  .cookies-setting-bottom {
    flex-flow: column;
  }

  .cookies-setting-btn {
    width: 100%;
    max-width: none;
  }

  .toggle-wrap {
    width: 60px;
    max-width: 60px;
    height: 30px;
    max-height: 30px;
  }

  .co-bar-top {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .toggle {
    width: 25px;
    height: 25px;
  }

  .cookies-setting-bot-left {
    flex-flow: column;
    margin-bottom: 10px;
  }
}


