#post-content--box .folder-files-title {
	display: none
}

#post-content--box table,
#post-content--box td,
#post-content--box th {
	border-color: var(--e-global-color-accent)
}

#post-content--box a:hover {
	color: var(--e-global-color-secondary)
}

#post-content--box .file-link-icon {
	align-items: center;
	display: flex;
	justify-content: center;
}
#post-content--box .file-link-icon:before {
	width: 32px;
	height: 32px;
	content: "";
	background-size: cover;
	background-image: url(img/icon-default.png);
}

#post-content--box .file-link-icon.file-link-icon-doc:before {
	background-image: url(img/icon-doc.png) !important;
}

#post-content--box .file-link-icon.file-link-icon-pdf:before {
	background-image: url(img/icon-pdf.png) !important;
}

#post-content--box .file-link-icon.file-link-icon-sheet:before {
	background-image: url(img/icon-xls.png) !important;
}

#post-content--box .file-link-icon.file-link-icon-presentation:before {
	background-image: url(img/icon-ppt.png) !important;
}

#post-content--box .file-link-icon.file-link-icon-archive:before {
	background-image: url(img/icon-zip.png) !important;
}

#post-content--box .file-link-icon.file-link-icon-image:before {
	background-image: url(img/icon-image.png) !important;
}

.elementor-widget-breadcrumbs .custom-chevron {
	content: url(https://etacolleges.treefrog.dev/wp-content/uploads/2025/09/Chevrone.svg);
	margin-right: 5px
}

.elementor-widget-breadcrumbs .custom-home {
	content: url(https://etacolleges.treefrog.dev/wp-content/uploads/2025/09/home.svg);
	display: inline-flex;
	height: 20px;
	margin-right: 0;
	position: relative;
	top: 4px;
	width: 20px
}

.elementor-widget-breadcrumbs a {
	margin-right: 5px
}

.curvy-edge-one.top.elementor-widget-html {
	top: -1px
}

.curvy-edge-one.bottom.elementor-widget-html {
	bottom: -1px;
	transform: rotateX(180deg)
}

.curvy-edge-one.elementor-widget-html {
	height: 50px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%
}

@media only screen and (max-width:1024px) {
	.curvy-edge-one.elementor-widget-html {
		height: 40px
	}
}

.curvy-edge-one.elementor-widget-html .elementor-widget-container {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	width: calc(100% + 1px)
}

@media only screen and (max-width:767px) {
	.curvy-edge-one.elementor-widget-html .elementor-widget-container {
		width: calc(100% + 1000px)
	}
}

.elementor-shortcode .custom-login-btn {
	fill: var(--e-global-color-eb84f27);
	align-items: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: var(--e-global-color-54cc983);
	border-radius: 80px;
	color: #fff;
	color: var(--e-global-color-eb84f27);
	display: flex;
	font-family: Lato, Sans-serif;
	font-weight: 500;
	gap: 5px;
	justify-content: center;
	letter-spacing: .5px;
	line-height: 1;
	padding: 11.5px 15px
}

.elementor-shortcode .custom-login-btn:focus,
.elementor-shortcode .custom-login-btn:hover {
	background-color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary)
}

.elementor-shortcode .custom-login-btn .arrow {
	content: url(img/arrow.svg)
}