/* Default settings */
.uael-toc-header {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}

.uael-toc-heading, 
.uael-toc-heading a,
.uael-toc-switch {
	display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.uael-toc-auto-collapse .uael-toc-header,
.uael-toc-hidden .uael-toc-header {
	margin-bottom: 0px;
}
.uael-toc-switch .uael-icon::before {
	content: "\f106";	
	font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.uael-toc-auto-collapse .uael-toc-switch .uael-icon:before,
.uael-toc-hidden .uael-toc-switch .uael-icon:before {
	content: "\f107";
}

.uael-toc-switch {
	text-align: right;
}

.uael-toc-wrapper {
	display: inline-block;
	padding: 25px;
    min-width: 100%;
}

.uael-toc-switch {
	margin-left: 15px;
	cursor: pointer;
}
.uael-toc-list li {
	text-align: left;
}

.uael-toc-list ul:first-child li:first-child {
	margin-top: 0px;
}

.uael-toc-heading, 
.uael-toc-heading a {
    font-size: 25px;
}
.uael-toc-content-wrapper {
    font-size: 16px;
}
.uael-toc-auto-collapse .uael-toc-toggle-content,
.uael-toc-auto-collapse .uael-separator-parent {
	display: none;
}

/*Default css for button*/
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch {
    color:inherit;
}
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch:hover{
    background-color:inherit;
}


/* Set the number for sub ordered list */
.uael-toc-content-wrapper ol {
    counter-reset: item;
}
.uael-toc-content-wrapper ol li {
    display: block;
}
.uael-toc-content-wrapper ol li:before {
    content: counters( item, "." ) ". ";
    counter-increment: item;
    margin-right: 5px;
}

.elementor-element.elementor-widget-uael-table-of-contents {
    background-color: inherit;
}
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-wrapper {
	color: inherit;
}

/*CSS for bullet none*/
.uael-toc-list-none li {
    list-style-type: none;
}
.uael-toc-list-disc.uael-toc-list ul {
	list-style-type: circle;
}
.uael-toc-list {
	margin: 0;
}
.uael-toc-toggle-content .uael-toc-list-disc {
    margin-left: 16px;
}

.uael-toc-main-wrapper li:before {
  content: "";
}

.uael-toc-toggle-content,
.uael-toc-toggle-content.show {
	display: block;
}
.uael-toc-toggle-content.hide {
	display: none;
}

.uael-toc-header {
	margin-bottom: 20px;
}

.uael-toc-wrapper .uael-separator {
	margin-bottom: 20px;
	width: 100%;
}

.uael-scroll-top-icon::before {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-decoration: inherit;
}

.uael-scroll-top-icon {
    content: "769";
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #6ec1e4;
    font-size: 15px;
    font-size: 0.88235294117647rem;
    right: 30px;
    bottom: 30px;
}
.uael-scroll-top-icon:hover,
.uael-scroll-top-icon:focus {
    color: #ffffff;
}
.uael-toc__show-scroll.uael-scroll-top-icon {
	display: inline;
}

/* Empty TOC items message */
.uael-toc-empty-note {
    display: none;
}
.uael-toc-content-empty .uael-toc-empty-note {
    display: block;
}