#dlej-main-body {    padding: 25px 0;}#dlej-header.header-sticky {    position: fixed;    z-index: 999;    top: 0;    left: 0;    width: 100%;    animation: spFadeInDown 0.5s;}#dlej-header {    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 2px 10px rgba(0, 0, 0, 0.20);}#dlej-header:after {    content: ' ';    position: absolute;    height: 1px;    width: 100%;    bottom: -1px;    left: 0;    background: linear-gradient(90deg, #f68e13 0%, #000 55.01%, #f68e13 101.56%);    opacity: 0.4;}#dlej-header.header-sticky {    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 1px rgba(0, 0, 0, 0.14);}#dlej-footer {	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 2px 10px rgba(0, 0, 0, 0.20);}#dlej-footer:after {    content: ' ';    position: absolute;    height: 1px;    width: 100%;    bottom: 82px;    left: 0;    background: linear-gradient(90deg, #f68e13 0%, #000 55.01%, #f68e13 101.56%);    opacity: 0.4;	}