.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.otnotice-content {
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .otnotice-content {
    min-height: 30vh;
    max-height: 90vh;
  }
}
@media (max-width: 767.98px) {
  .otnotice-content {
    flex-direction: column;
  }
}
.otnotice-menu {
  margin-left: 0;
  flex: 0 0 280px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-y: auto;
  margin-bottom: 0;
  height: 95%;
  max-height: unset;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .otnotice-menu {
    display: none;
  }
}
.otnotice-menu-mobile {
  width: 100%;
}
@media (max-width: 575.98px) {
  .otnotice-section-content {
    margin: 0 !important;
  }
}
.otnotice-sections {
  margin: initial;
  min-width: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.otnotice-sections table {
  max-width: 100%;
  overflow: scroll;
  border-spacing: 2px;
  border-collapse: separate;
  float: none;
  margin-bottom: 1.5rem;
}
.otnotice-sections table td {
  padding: 2px;
}
.otnotice-sections table * {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 0 !important;
}
.otnotice-version {
  display: none;
}
.otnotice__version {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ot-privacy-notice-language-dropdown-container {
  display: initial;
  justify-content: initial;
}
@media (min-width: 576px) {
  html {
    scroll-padding-top: 270px;
  }
}
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 100px;
  }
}