/*TOC BUTTON*/
.toc_button {
display: block;
width: 0;
margin-top: 0rem;
margin-right: 0;
margin-bottom: 0rem;
margin-left: 0;
padding-top: 0rem;
padding-right: 0rem;
padding-bottom: 0rem;
padding-left: 0rem;
max-width: 0px;
height: auto;
min-height: 0vh;
position: fixed;
z-index: 250;
top: 0vh;
right: 0vw;
bottom: 0vh;
left: 0vw;
text-align: center;
writing-mode: vertical-lr;
color: transparent;
transition-duration: 0.5s;
border-width: 0px;
border-style: none;
border-color: transparent;
border-radius: 0rem;
background-color: #FF00AB;
box-sizing: content-box;
text-transform: none;
text-indent: 0px;
text-shadow: none;
}
.toc_button.show_button {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
width: 100%;
margin-top: 0rem;
margin-right: 0;
margin-bottom: 0rem;
margin-left: 0;
padding-top: 0rem;
padding-right: 0rem;
padding-bottom: 0rem;
padding-left: 0rem;
max-width: 26px;
height: auto;
min-height: 15vh;
position: fixed;
z-index: 250;
top: 70vh;
right: calc(90vw - 26px);
bottom: 15vh;
left: 0vw;
writing-mode: vertical-lr;
color: #f7ffff;
transition-duration: 0.5s;
border-width: 0px;
border-style: none;
border-color: transparent;
border-radius: 1rem;
background-color: #FF00AB;
box-sizing: content-box;
text-transform: none;
text-indent: 0px;
text-shadow: none;
}
.toc_arrow_svg {
display: block;
width: 100%;
height: auto;
max-width: 24px;
position: relative;
z-index: 110;
bottom: 0%;
left: 0%;
fill: currentcolor;
color: inherit;
}
#toc-button-id {
cursor: pointer;
}
.toc_button:hover {
outline-color: rgb(0, 103, 244);
outline-style: auto;
outline-width: 1px;
outline-offset: -2px;
}
.toc_button:focus {
outline-color: -webkit-focus-ring-color;
outline-color: rgb(0, 103, 244);
outline-style: auto;
outline-width: 5px;
}
/*TOC CONTENT*/
.toc_div {
display: none;
margin: 0;
width: 0;
height: 0;
max-width: 0;
position: fixed;
z-index: 0;
bottom: 0%;
left: 0%;
}
.toc_ul {
display: none;
list-style-type: none;
margin: 0;
width: 0;
padding: 0;
height: 0;
text-align: left;
writing-mode: horizontal-tb;
position: absolute;
bottom: 0%;
left: 0;
z-index: 0;
background-color: transparent;
border-radius: 8px;
transition-duration: 0.8s;
transform: translateY(100vh);
}
.toc_ul li {
display: inline-block;
width: calc(100% - 4px);
margin: 0;
height: auto;
padding: 2px 0 2px 2px;
}
.toc_tit_span {
display: inline-block;
width: 100%;
height: auto;
max-width: calc(100% - 65px);
vertical-align: bottom;
}
.toc_ul li a {
display: inline-block;
width: auto;
margin: 1rem 0 0 0;
height: auto;
text-decoration: none;
background-color: inherit;
font-weight: 400;
}
.toc_div.open_toc {
display: block;
margin: 0 auto 0 auto;
width: 100%;
height: auto;
max-width: calc(90% - 16px);
position: fixed;
z-index: 400;
top: 20%;
right: 0%;
bottom: 0%;
left: 0%;
}
.toc_ul.open_toc {
display: block;
width: 100%;
margin: 0 auto 0 auto;
padding: 1rem;
height: auto;
max-width: calc(100% - 2rem);
bottom: 25%;
z-index: 400;
background-color: #2d1905;
color: #f7ffff;
transform: translateY(0vh);
}
.close_toc_x_wrappr_span {
display: inline-block;
width: 100%;
height: auto;
max-width: 60px;
vertical-align: bottom;
font-weight: 600;
text-align: center;
}
#close-toc-x-id {
cursor: pointer;
}
/*SCROLL TO TOP ARROW*/
#to-top-button-id {
display: block;
width: 100%;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
height: auto;
border: none;
text-decoration: none;
font-size: inherit;
line-height: inherit;
cursor: pointer;
max-width: 32px;
/* vertical-align: middle; */
background-color: transparent;
color: inherit;
text-align: left;
transition-duration: 1s;
transform: translateY(0vh);
}
.scroll_to_top_cunt_span, 
.scroll_to_top_wrap_span, 
.scroll_to_top_arrow_svg {
display: inline-block;
width: 100%;
height: auto;
color: #FF00AB;
fill: currentcolor;
text-align: left;
vertical-align: middle;
}
.scroll_to_top_wrap_span {
max-width: 32px;
}
#to-top-button-id.if_index {
display: none;
width: 0%;
margin-top: 0rem;
margin-right: 0;
margin-left: 0;
padding: 0rem 0rem 0rem 0rem;
max-width: 0%;
}
#to-top-button-id:hover {
outline-color: rgb(0, 103, 244);
outline-style: auto;
outline-width: 5px;
}
#to-top-button-id:focus {
outline-color: -webkit-focus-ring-color;
outline-color: rgb(0, 103, 244);
outline-style: auto;
outline-width: 5px;
}
a:hover {
outline-color: rgb(0, 103, 244);
outline-style: auto;
outline-width: 5px;
}
a:focus {
outline-color: -webkit-focus-ring-color;
outline-color: rgb(0, 103, 244);
outline-style: auto;
outline-width: 5px;
}
