@charset "UTF-8";
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  animation-duration: 0.3s;
}

body {
  position: relative;
}
body .main-basic-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  color: #000;
}
body .main-basic-content .title-display-center {
  text-align: center;
}
body .main-basic-content ._CookieScriptReportPageCheckboxes ._CookieScriptReportPageCheckbox {
  padding: 10px 0;
}
body .main-basic-content ._CookieScriptReportPageCheckboxes ._CookieScriptReportPageCheckbox label._CookieScriptReportPageCheckboxLabel {
  cursor: pointer;
}
body .main-basic-content ._CookieScriptReportPageCheckboxes ._CookieScriptReportPageCheckbox label._CookieScriptReportPageCheckboxLabel input._CookieScriptReportPageCheckboxInput {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 4px;
}
body .main-basic-content ._CookieScriptReportPageCheckboxes ._CookieScriptReportPageCheckbox label._CookieScriptReportPageCheckboxLabel input._CookieScriptReportPageCheckboxInput:checked:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #64be00;
  background: none;
  left: 0;
  top: -1px;
}
body .main-basic-content ._CookieScriptReportPageCheckboxes ._CookieScriptReportPageCheckbox:first-child label {
  cursor: not-allowed;
}
body .main-basic-content ._CookieScriptReportPageCheckboxes.fixed {
  position: fixed;
  top: 66px;
  width: 100%;
  left: 0;
  background-color: black;
  justify-content: center;
  color: white;
  padding: 10px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body .main-basic-content ._CookieScriptReportPageCheckboxes.fixed {
    top: 86px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .main-basic-content ._CookieScriptReportPageCheckboxes.fixed {
    top: 92px;
  }
}
body .main-basic-content button._CookieScriptReportPageSaveSettingButton {
  padding: 0 17px;
  line-height: 2.2;
  background: #64be00;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  color: white;
}
body .main-basic-content button._CookieScriptReportPageSaveSettingButton:hover {
  background-color: #72c414;
}
body .main-basic-content button._CookieScriptReportPageSaveSettingButton:active {
  background-color: #529a02;
}
body .main-basic-content ._CookieScriptReportPageConsentKey {
  display: none;
}
body .main-basic-content table._CookieScriptReportPageTable {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 16px;
  font-family: "galano_grotesqueregular", Helvetica, Arial, sans-serif;
}
body .main-basic-content table._CookieScriptReportPageTable ._CookieScriptReportPageTableTd, body .main-basic-content table._CookieScriptReportPageTable ._CookieScriptReportPageTableTh {
  border-color: white;
  border-width: 2px;
}
@media screen and (min-width: 768px) {
  body .main-basic-content {
    margin-top: 20px;
  }
}
body #cookiescript_injected #cookiescript_manage_wrap {
  visibility: hidden;
}

/*# sourceMappingURL=cookie.css.map */
