.index_a.active, .index_a.active .index_ico, .index_a:hover, .index_a:hover .index_ico {
    text-shadow: 0 0 1px currentColor
}

.index_a, .sej-toc-close, .sej-toc-open {
    text-decoration: none !important
}

.indexlist li, .toc-mob-btn-brd:last-child {
    margin-bottom: 0
}

html {
    scroll-behavior: smooth
}

.sej-tcont {
    background: #fff;
    text-align: center;
    margin: 40px 0;
    padding: 25px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 15px
}

.sej-tcont.gray_toc {
    background-color: #fafafa;
    border: none
}

.sej-tcont-title {
    text-align: left;
    margin-bottom: 15px;
    padding: 0 50px;
    font-size: 26px
}

.indexlist {
    text-align: left;
    padding-left: 0 !important;
    font-weight: 400;
    list-style: none;
    font-size: 18px;
    margin: 0
}

.indexlist li {
    padding: 0;
    display: flex
}

.indexlist ul, .no-toc .sej-toc-place, .sej-toc-mob-hr.active .toc-mob-btn-brd span:last-child, .sej-toc-mob-hr.active .toc-mob-btn-brd:nth-child(2), .sej-toc-mob-hr.active .toc-mob-btn-brd:nth-child(3), .sej-toc-nav a:after {
    display: none
}

.index_ico {
    display: flex;
    padding-right: 5px
}

.index_a {
    transition: .2s;
    color: #000 !important;
    border: none !important;
    display: flex;
    width: 100%;
    padding: 10px 50px;
    border-left: 4px solid transparent !important
}

.index_a.active, .index_a:hover {
    opacity: 1;
    background-color: rgba(94, 201, 42, .13);
    border-color: var(--theme-color-primary) !important
}

.indexlist-sub {
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    padding: 0;
    margin: 0 0 0 30px;
    border: 1px solid #e8e8e8
}

.sej-tblcont-more, .sej-toc-close {
    align-items: center;
    text-transform: uppercase
}

.close-ico, .top-ico {
    position: absolute;
    top: 23px;
    right: 12px;
    cursor: pointer;
    font-size: 23px;
    line-height: 0
}

.top-ico {
    left: 12px;
    right: auto;
    font-size: 20px
}

#stikcy_index {
    position: fixed;
    left: 55px;
    top: 300px;
    background: #f3f8fb;
    z-index: 99999999;
    border: 6px solid #ddeaef;
    max-height: 400px;
    overflow: auto;
    min-width: 500px
}

#stikcy_index::-webkit-scrollbar {
    width: 8px;
    background-color: #dae0e3
}

#stikcy_index::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bbb
}

#jumplinks {
    color: #fff;
    background: #5c5d61;
    font-size: 25px;
    margin-top: 5px
}

#jumplinks.active {
    color: #5c5d61;
    background: #fff
}

.hidden-tbl {
    display: none !important
}

.hidden-tbl.active {
    display: flex !important;
    animation: .3s .05s alternate backwards more_tbl
}

.sej-tblcont-more {
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    letter-spacing: 1px;
    margin-top: 15px;
    box-shadow: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600
}
#table-content-clone .sej-tblcont-more{
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    color: #4b4b4b;
    text-decoration: underline;
}

#table-content-clone .svg-icon{
    display: none;
}
.sej-tblcont-more .svg-icon {
    width: 25px;
    height: 25px;
}
#table-content-clone  .sej-tblcont-more:before{
    color: #4b4b4b;
}
#table-content-clone .sej-tcont-title{
    margin-bottom: 5px;
}
.sej-tblcont-more:before {
    content: 'Show All';
    color: #000;
}

.sej-tblcont-more.active:before {
    content: 'Show Less'
}

.sej-tblcont-more.active .svg-icon {
    transform: rotate(180deg)
}

.sej-tblcont-more.active .svg-icon svg {
    color: #000;
    fill: #000
}

.sej-tblcont-more:hover {
    opacity: .9
}

.sej-toc-head {
    display: flex;
    flex-flow: column;
    padding: 45px 20px 10px 35px
}

.sej-toc-nav {
    padding: 40px 20px 40px 35px;
    overflow: auto;
    height: 100%;
    line-height: 1.3
}

.sej-toc-nav .indexlist li {
    margin-bottom: 30px
}

.sej-toc-nav a {
    border: none !important
}

.sej-toc-nav a:hover {
    font-weight: 600
}

.sej-toc-nav .index_ico {
    padding-right: 12px;
    color: #6e6e6e;
    font-weight: 400
}

.index_ico_disc {
    line-height: 1;
    padding-right: 5px;
    font-size: 25px;
    margin-top: 1px
}

.sej-toc-nav .indexlist {
    margin: 0;
    padding: 0 0 60px;
    font-weight: 600;
    font-size: 16px
}

.sej-toc-title {
    display: block;
    font-size: 20px;
    font-weight: 700
}

.sej-toc-menu {
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 390px;
    border-right: 1px solid var(--border-color-primary);
    z-index: 999999;
    transition: left .3s;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .3)
}

.sej-toc-menu.active {
    left: 0
}

.sej-toc-btn {
    box-shadow: none;
    border: none;
    background: no-repeat;
    color: #000 !important
}

.sej-toc-close .svg-icon {
    width: 20px;
    height: 20px;
    transform: rotate(90deg)
}

.sej-toc-close {
    color: var(--theme-color-primary) !important;
    line-height: 1.2;
    display: inline-flex;
    font-size: 14px;
    margin-right: auto;
    margin-left: -5px;
    font-weight: 600
}

.sej-toc-close:hover {
    opacity: .8
}

.sej-toc-open {
    display: none !important;
    color: #fff !important;
    padding: 5px 18px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color-primary) !important;
    background-color: var(--theme-color-primary);
    transform: rotate(-90deg);
    font-weight: 600;
    transition: none !important
}

.sej-centered-padding {
    max-width: 1590px
}

@keyframes loading-opacity {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#narrow-cont, .narrow-cont {
    max-width: 100%
}

.sej-toc-place {
    position: sticky;
    top: 150px;
    transition: top .3s;
    max-width: 320px
}

#table-content-clone {
    max-width: 100%;
    margin: 0 auto 20px 0;
    border-radius: 0;
}

#table-content-clone .sharebtn {
    position: static;
    border: none
}

#table-content-clone .sej-share {
    display: flex;
    justify-content: center
}

#table-content-clone .sej-share button {
    border-radius: 100%
}

#table-content-clone .sej-share li {
    margin: 0 3px
}

.toc-share-heading {
    color: var(--theme-color-primary);
    font-size: 13px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px
}

#table-content-clone .index_a {
    padding: 7px 20px
}

#table-content-clone .index_ico_disc {
    margin-top: -4px
}

#table-content-clone .indexlist {
    font-size: 14px;
    line-height: 1.3;
    max-height: 270px;
    overflow-y: auto
}

#table-content-clone .sej-tcont-title {
    font-size: 19px;
    padding: 0 25px;
    text-align: center
}

#table-content-clone .toc-share-heading {
    margin-top: 15px
}

.sej-toc-mob-header {
    display: flex;
    top: -80px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 333;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid var(--border-color-primary);
    height: 80px;
    transition: top .3s
}

.sej-toc-mob-header.fixed-imp {
    top: 0 !important;
    z-index: 999999
}

.sej-toc-mob-hr {
    border: none;
    box-shadow: none;
    background-color: transparent
}

.toc-mob-btn-brd {
    display: flex;
    align-items: center;
    margin-bottom: 3px
}

.toc-mob-btn-brd span {
    background-color: #000;
    height: 3px;
    transition: .2s
}

.toc-mob-btn-brd span:first-child {
    width: 18px
}

.toc-mob-btn-brd span:last-child {
    width: 3px;
    margin-left: 3px
}

.sej-toc-mob-hr.active .toc-mob-btn-brd:first-child span {
    transform: rotate(-45deg);
    margin-bottom: -10px
}

.sej-toc-mob-hr.active .toc-mob-btn-brd:nth-child(4) span {
    transform: rotate(45deg)
}

.scroll-to-bottom.sej-toc-mob-header {
    top: 0
}

.scroll-to-top.sej-toc-mob-header {
    top: -80px
}

.minus-top-on-click.sej-header {
    top: -320px
}

#table-content-clone .sharebtn {
    display: block !important
}
.sej-toc-wrapper{
    padding-top: 14px;
}
.sej-toc-signup{
    font-size: 14px;
    line-height: 1.3;
    padding: 15px 30px 0 30px;
}
.sej-toc-signup div[data-region="na1"]{
    min-height: inherit !important;
}
.sej-toc-signup h4{
    font-size: 19px;
    margin-bottom: 5px;
}
.sej-toc-sborder{
    margin-bottom: 14px;
    display: block;
    border-top: 3px solid var(--theme-color-primary);
}
.sej-toc-signup .hbspt-form .hs-button{
    border-radius: 30px;
    background-color: #000000 !important;
    background-image: linear-gradient(45deg, #3a3a3a 50%, #000000 50%) !important;
    border: var(--btn-border-width) solid #000000 !important;
}

.sej-toc-signup .hbspt-form .inputs-list li{
    margin-bottom: 5px;
}
.sej-toc-signup .hbspt-form .field{
    margin-bottom: 10px;
}
.sej-toc-signup .hbspt-form .hs-input{
    background-color: #FAFAFA;
}
.sej-toc-signup .hs-richtext{
    color: #000;
}
.sej-toc-xbtn{
    box-shadow: none;
    border: none;
    background-color: #999898;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 300;
    top: 5px;
    right: -15px;
    position: absolute;
    border-radius: 100%;
}
.sej-cloud-tip {
    display: none;
    position: absolute;
    top: -35px;
    right: -19px;
    background: #f8f9fa;   /* light background */
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 12px;
    color: #000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.sej-toc-xbtn:hover + .sej-cloud-tip {
  display: inline-block;
}

/* little arrow */
.sej-cloud-tip::after {
    content: "";
    position: absolute;
    bottom: -6px;   /* arrow under the bubble */
    right: 12px;     /* adjust to center arrow */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f8f9fa;  /* same as background */
}

/* arrow border (optional for cleaner edge) */
.sej-cloud-tip::before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 11px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ddd; /* same as border */
}
@keyframes more_tbl {
    0% {
        opacity: 0;
        transform: translate(0, -10px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 1399px) {
    #table-content-clone .sej-tcont-title {
        padding: 0 15px
    }

    #table-content-clone .index_a {
        padding: 10px 15px
    }
}


@media screen and (max-width: 1199px) {
    #table-content-clone .sej-share .svg-icon {
        width: 14px !important;
        flex: 0 0 14px !important;
        height: 14px !important
    }

    .sej-toc-right-sidebar {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    #stikcy_index {
        max-height: 500px;
        overflow: auto;
        top: auto;
        bottom: 50px;
        max-width: 90%;
        left: 10px;
        margin-bottom: 0;
        min-width: 250px
    }

    #stikcy_index:before {
        content: " CONTENTS ";
        font-size: 13px
    }

    #stikcy_index .indexlist, .top-ico {
        font-size: 15px
    }

    #stikcy_index .indexlist {
        padding-left: 20px
    }

    #jumplinks {
        margin-top: 0
    }

    #table-content-clone.opened, .sej-toc-place.opened {
        left: 0
    }

    .sej-toc-place {
        position: fixed;
        width: 60%;
        left: calc(-60% - 50px);
        height: 100%;
        background-color: #fff;
        top: 0;
        bottom: 0;
        transition: left .3s;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .33);
        z-index: 99999;
        max-width: 100%
    }

    .sej-toc-place .sej-tcont {
        padding-top: 90px;
        box-shadow: none;
        border-radius: 0
    }

    #table-content-clone .sej-tblcont-more {
        display: none
    }

    #table-content-clone .hidden-tbl {
        display: block !important
    }

    #table-content-clone .sharebtn button {
        width: inherit
    }

    #table-content-clone .sharebtn li {
        width: auto
    }

    #table-content .sej-tcont-title {
        font-size: 20px;
        padding: 0 25px
    }

    #table-content .index_a {
        padding: 10px 25px
    }

    #table-content-clone .indexlist {
        max-height:inherit;
    }

    .has-cloned-toc .single-ban {
        display: none !important
    }
    #table-content-clone{
        overflow-y: auto;
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
    .sej-toc-mob-header {
        height: 60px
    }

    .scroll-to-top.sej-toc-mob-header {
        top: -60px
    }

    .sej-toc-place .sej-tcont {
        padding-top: 85px
    }

    .sej-toc-place {
        width: 87%;
        left: calc(-87% - 50px)
    }
}

@media screen and (min-width: 1024px) {

    body:has(.scroll-to-bottom) .sej-toc-place {
        top: 90px
    }
    body:has(.scroll-to-top) .sej-toc-place {
        top: 165px
    }

    .sej-toc-place {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
    #table-content-clone {
        padding: 15px 0 30px 0;
    }
}

.has-cloned-toc .content-unit .mmh-90 {
    min-height: 90px
}

@media screen and (min-width: 2500px) {
    #table-content-clone .sej-share a, #table-content-clone .sej-share button {
        width: 36px;
        height: 36px;
        line-height: 36px
    }
}

@media screen and (max-width: 1465px) and (min-width: 1200px) {
    .has-cloned-toc .content-unit .mmh-90 {
        min-height: 250px
    }
}

@media screen and (max-width: 784.5px) {
    .has-cloned-toc .content-unit .mmh-90 {
        min-height: 250px
    }
}
