body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.layout-page {
  line-height: 1.5;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
}

.layout-page h1,
.layout-page h2 {
  font-family: "Times New Roman", serif;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav li {
  display: flex;
  margin-top: .125rem;
  margin-left: .22rem;
}
.btn-toggle-nav a {
  padding: .1875rem .5rem;
}

.layout-menu .btn:hover,
.layout-menu button:hover,
.link-body-emphasis.active,
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-border-color);
}


::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-moz-scrollbar {
  width: 4px;
}
::-moz-scrollbar-thumb {
  background-color: #ccc;
}

.scrollarea {
  overflow-y: auto;
}

.link-body-emphasis {
  color: #000;
}

.layout-container {
  display: flex;
}
.layout-menu {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 16rem;
  border-right: #ccd1d6 1px solid;
  overflow-y: auto;
}
.layout-menu button {
  text-align: left;
}
.layout-page {
  flex: 1;
  height: 100vh;
  overflow-y: auto;
  position: relative;
}
.tk-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bolder;
}
.tk-text {
  margin-top: 3rem;

  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: #c9c9c9 1px solid;
}
.tk-text img {
  border-radius: 4px;
}

.tk-text img.float-start{
  margin: 0.5em 1em 0.5em 0;
}
.tk-text img.float-end {
  margin: 0.5em 0 0.5em 1em;
}

.tk-text p {
  text-indent: 2.25em;
  text-align: justify;
  margin: 0;
}
.tk-text ol,
.tk-text ul {
  padding-left: 2.65rem;
}
.tk-text h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.tk-bg-body-topbar {
  background-color: #a1cff3e3;
  font-size: 0.85em;
}

.tk-sidebartop {
  padding-top: .5rem;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.tk-home{

}
.tk-home-title{
  color: #0065b5e3;
  padding: 0.5em 1em;
  margin: 0;
}


@media print {
  body {
    visibility: hidden;
    font-family:"Times New Roman",serif;
  }

  .layout-page {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible!important;
  }

  #showMenu {
    visibility: hidden;
  }
  #top-title {
    position: absolute;
    left: 0;
    top: 0;
  }
}