@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  50% {
    background-position: 100% 9%;
  }
  100% {
    background-position: 0% 92%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  50% {
    background-position: 100% 9%;
  }
  100% {
    background-position: 0% 92%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  100% {
    background-position: 100% 9%;
  }
  /*     100%{background-position:0% 92%} */
}
.lazy-load {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  background: #F5F5F7 !important;
  border-radius: 6px;
}
.lazy-load > * {
  visibility: hidden;
}
.lazy-load:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #F5F5F7;
}
.lazy-load:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(245, 245, 247, 0.5) 30%, rgba(255, 255, 255, 0.5) 38%, rgba(255, 255, 255, 0.6) 41%, rgba(245, 245, 247, 0.6) 50%, rgba(245, 245, 247, 0.6) 80%);
  background-size: 1200% 1200%;
  text-indent: -9999px;
  -webkit-animation: AnimationName 2.5s ease infinite reverse;
  -moz-animation: AnimationName 2.5s ease infinite reverse;
  animation: AnimationName 2.5s ease infinite reverse;
}

body.opened_menu {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

body .scroll_disclaimer, html .scroll_disclaimer {
  overflow: hidden;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.comment-form-cookies-consent .checkmark:after,
#sort_by .sort_by_selected .sort_by_selected_name:after,
.sort_by_select > div.active span:after,
.tenweb_banners .checkbox_span .check:after,
.twtf {
  font-family: "twtf" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  clear: both;
}

.syntaxhighlighter {
  box-sizing: border-box;
}

.highlight-green__gradient {
  background-image: linear-gradient(to right, #008A62, #23B536);
  color: #FFFFFF;
}

.highlight-grey__gradient {
  background-image: linear-gradient(to right, #1E2939, #323a45);
  color: #FFFFFF;
}

.highlight-yellow__gradient {
  background-image: linear-gradient(to right, #F19315, #FCE131);
  color: #FFFFFF;
}

.highlight-blue__gradient {
  background-image: linear-gradient(to right, #0C3974, #2160b5);
  color: #FFFFFF;
}

.highlight-light_grey__gradient {
  background-color: #F9F9F9;
  color: #2E3642;
}

.highlight-green {
  background-color: #23B536;
}

.highlight-grey {
  background-color: #323a45;
}

.highlight-yellow {
  background-color: #FCE131;
}

.highlight-blue {
  background-color: #2160b5;
}

.shadow-green {
  box-shadow: 0 0 10px rgba(19, 161, 73, 0.4);
}

.shadow-grey {
  box-shadow: 0 0 10px #323a45;
}

.shadow-yellow {
  box-shadow: 0 0 10px #FCE131;
}

.shadow-blue {
  box-shadow: 0 0 10px #2160b5;
}

.content-container {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 3px;
}

.tenweb-table-container.custom-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.tenweb-table-container .custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
}

:-moz-placeholder {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
}
