.single-container-toc {
    display: flex;
    align-items: flex-start;
    position: relative;
	flex-direction: row-reverse;
	max-width: 1918px;
    margin: 0 auto;
}
.single-container-toc .ws-toc:not(:empty) {
    flex-basis: 300px;
    flex-shrink: 0;
/*    margin-right: 5rem;
    padding-top:5.5rem;*/
	padding: 10px 10px 10px 24px;
    top:140px;
    right:20px;
	margin-top: 15px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}
.single-container-toc .ws-single-with-toc {
    max-width: calc(100%);
}
.ws_toc_wrap {
    padding: 16px 20px;
    border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	width: 280px;
	position: relative;
}




.ws_toc-items {
    padding-top: 1rem;
}
.ws_toc-title {
	line-height: 1.2;
}
.ws_toc-title span {
    font-size: 1rem;
    font-weight: 600;
	color: var( --e-global-color-accent );
}
a.ws_toc_item {
    display: block;
	position: relative;
    color: var(--e-global-color-text);
    text-decoration: none;
    font-size: .875rem;
	font-weight: 400;
    line-height: 1.2;
	padding: .375rem .5rem .375rem 1.25rem;
	border-radius: 5px;
    margin-bottom: .25rem;
	transition: all .3s
}
a.ws_toc_item:before {
	content: '\203A';
	font-size: 105%;
	position: absolute;
    left: .675rem;
    top: .25rem;
}
a.ws_toc_item.ws_indent_1 {
	padding-left: .75rem
}
a.ws_toc_item.ws_indent_2 {
	padding-left: 1.5rem
}
a.ws_toc_item.ws_indent_3 {
	padding-left: 2.25rem
}
a.ws_toc_item.ws_indent_4 {
	padding-left: 3rem
}
a.ws_toc_item:hover, a.ws_toc_item.active {
	background-color: #00b5e2;
    color: #fff;
	font-weight: bold
}
/*
@media (max-width: 991px) and (min-width: 768px) {
    .single-container-toc .ws-toc:not(:empty) {
        flex-basis: 15rem;
        margin-right: 2rem;
    }
    .single-container-toc .ws-single-with-toc {
        max-width: calc(100% - 17rem);
    }
}
@media  (min-width: 768px) {
}
*/
@media (min-width: 1200px) {
	.ws_toc_wrap::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%, -50%) rotate(-135deg);
		width: 30px;
		height: 30px;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.3);
		clip-path: polygon(
		  -8px -8px, 
	  calc(100% + 8px) -8px, 
		  calc(100% + 8px) calc(100% + 8px)
		);
	 }

}
@media (max-width: 1199px) {
    .single-container-toc {
        flex-direction: column;
    }
    .single-container-toc .ws-toc:not(:empty) {
		top: 125px;
        flex-basis: 100%;
        width: 100%;
        z-index: 9;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
    }
    .single-container-toc .ws-toc .ws_toc_wrap {
        width: 100%;
		background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		padding: 1rem 32px;
		border-radius: 0;
    }
    .ws_toc-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .single-container-toc .ws-toc .ws_toc_wrap.hidden .ws_toc-title i {
        transform: rotate(180deg);
    }
    .ws_toc-items {
        max-height:2000px;
        opacity: 1;
        visibility: visible;
		display: table;
        width: 100%;
		padding-bottom:0;
        transition: all .5s
    }
	.ws_toc_wrap .ws-hor-social {
		margin-top: .75rem;
		padding-top: 1.75rem;
	}
    .single-container-toc .ws-toc .ws_toc_wrap.hidden .ws_toc-items {
        max-height:0;
        opacity: 0;
        padding-top:0;
		display: block;
        visibility: hidden;
		overflow: hidden;
    }
    /* .ws-toc-mobile-title {
        text-decoration: none;
        font-weight: bold;
        padding: 12px 10px 4px 9px;
        box-shadow: 1px -5px 10px 5px rgb(0 0 0 / 10%);
        background-color: #fff;
        color: #111;
        display: inline-grid;
        line-height: 1.4;
        border-radius: 0px 10px 10px 0px;
        margin-left: -15px;
        width: 2rem;
        z-index: 999999;
      }
      .ws-toc-mobile-title i {
          font-size: 13px;
      }
     .ws-toc-mobile-title span.text {
        font-size: 13px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    } */
    .single-container-toc .ws-toc .ws-toc-mobile-wrap {
        /* position: absolute;
        -webkit-transition: left 0.3s linear, left 0.3s easy-out;
        -moz-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
        transition: left 0.3s linear;
        top: 76px;
        left: 0;
        z-index: 999999;
        width: 17rem;
        min-height: calc(100% - 76px);
        max-width: 100vw;
        left: -100vw;
 */
    }
    /* .single-container-toc .ws-toc .ws-toc-mobile-wrap i {
        position: absolute;
        top:0;
        right:0;
        padding: 6px 8px 4px 5px;
        z-index: 9999999;
    } */
    /* .single-container-toc .ws-toc.active .ws-toc-mobile-wrap {
        left:-15px;
    } */
    .single-container-toc .ws-single-with-toc {
        max-width: 100%;
    }

}
@media (max-width: 1024px) {
    .single-container-toc .ws-toc:not(:empty) {
		top: 187px;
	}

}
@media (max-width: 767px) {
    .single-container-toc .ws-toc:not(:empty) {
		top: 110px;
	}
    .single-container-toc .ws-toc .ws_toc_wrap {
 		padding: 1rem 22px;
	}	
}