.tlpl-document-layout-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tlpl-document-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 80%;
}

.tlpl-document-layout-container .tlpl-document-branch {
  margin-top: 4rem;
  text-align: center;
}

.tlpl-document-logo {
  font-family: "Bruno Ace", sans-serif;
  color: #060047;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
}

.tlpl-document-logo span {
  font-family: "Bruno Ace", sans-serif;
  color: #e90064;
}

.tlpl-document-slogan {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}

.odd {
  border-left: 1px solid #6b6b6b !important;
}

.event {
  border-right: 1px solid #6b6b6b;
}

/* .previous-next-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #060047;
} */

.legislation-frame::-webkit-scrollbar {
  width: 0px !important;
  height: 10px !important;
}
.legislation-frame::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 10px;
}
.legislation-frame::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9;
  border-radius: 10px;
}
.legislation-frame::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
}

.legislation-table-of-content .legislation-previous-button {
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  background-color: rgba(255,255,255,0.5);
  background-image: url("../../icons/arrow-left-black.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.legislation-previous-next-button:hover {
  background-color: rgba(255,255,255,0.9);
}

.legislation-previous-next-button:active {
  background-color: rgb(255,255,255);
}

.legislation-table-of-content .legislation-previous-button {
  transform: translate(100%, -50%);
}

.legislation-next-button {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}

/* START TABLE OF CONTENT */
/* START TABLE OF CONTENT */
/* START TABLE OF CONTENT */
/* START TABLE OF CONTENT */
/* START TABLE OF CONTENT */
.toc-menu-button {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 12;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: #060047;
  background-image: url("../../icons/menu-white.png");
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.legislation-table-of-content {
  position: fixed;
  transform: translate(-100%, 0);
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  background-color: #060047;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bolder;
  transition: all 0.3s linear;
}

.legislation-table-of-content.toc-show {
  transform: translate(0, 0);
}

.toc-head {
  align-items: center;
  padding: 1.55rem 1.25rem;
}

.toc-head .toc-menu-text {
  margin: 0;
  margin-left: 2.75rem;
  text-transform: uppercase;
}

.toc-list-index {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.toc-list-index::-webkit-scrollbar {
  width: 5px;
}
.toc-list-index::-webkit-scrollbar-thumb {
  background: #bbbb00;
  border-radius: 10px;
}
.toc-list-index::-webkit-scrollbar-thumb:hover {
  background: #d6d600;
  border-radius: 10px;
}
.toc-list-index::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #A9A9A9;
  border-radius: 10px;
}

.toc-list-index .toc-item-text {
  margin: 0;
  padding: 1rem 1rem 1rem 2.125rem;
  cursor: pointer;
}
/* END TABLE OF CONTENT */
/* END TABLE OF CONTENT */
/* END TABLE OF CONTENT */
/* END TABLE OF CONTENT */
/* END TABLE OF CONTENT */

@media only screen and (max-width: 600px) {
  /* .layout {
    display: block;
  }

  [id^="magazine-"]:not([id="magazine-layout"]) {
    display: none;
  } */
}