
@import url('https://fonts.googleapis.com/css?family=Ubuntu');


body,html{
	margin: 0 auto;
	font-family: 'Ubuntu', sans-serif;
    background: #b3dcef14;
    min-height: 900px;
}
.main-bg-text{
    position: absolute;
    top: 25%;
    font-size: 13rem;
    transform: rotate(-45deg);
    left: 10%;
    font-weight: 800;
    color: #e6e6e640;
    z-index: -11111;
}
.main-bg-text2{
    position: absolute;
    top: 25%;
    font-size: 13rem;
    transform: rotate(-45deg);
    left: 50%;
    font-weight: 800;
    color: #e6e6e640;
    z-index: -11111;
}
header{
    text-align: center;
    background: #FFF;
    padding: 20px 0px;
    box-shadow: 0px 4px 18px 3px rgba(0,0,0,0.13);
    margin-bottom: 30px;
}
/* header img{
    width: 45px;
    position: absolute;
    left: 3rem;
    top: 2rem;
} */
header h3{
    margin: 0px;
    text-shadow: 0px 8px 6px #673ab72b;
    color: #615d3f;
    font-size: 26px;
}

@keyframes bounch{
    0%   {background-color:red; left:58%; }
    25%  {background-color:yellow; left:60%; }
    50%  {background-color:blue; left:60%; ;}
    75%  {background-color:green; left:58%; ;}
    100% {background-color:red; left:58%; }
}
@keyframes bounch2{
    0%   {background-color:red; left:60%; }
    25%  {background-color:yellow; left:58%; }
    50%  {background-color:blue; left:58%; ;}
    75%  {background-color:green; left:60%; ;}
    100% {background-color:red; left:60%; }
}
.loading{
    text-align: center;
    position: relative;
}
.loading:after{
    content: '';
    position: absolute;
    background: red;
    height: 10px;
    width: 10px;
    top: 5px;
    border-radius: 50%;
    animation: bounch 3s linear 0s infinite alternate;
}
.loading:before{
    content: '';
    position: absolute;
    background: blue;
    height: 10px;
    width: 10px;
    top: 5px;
    border-radius: 50%;
    animation: bounch2 3s linear 0s infinite alternate;
}

.dsetem1{
	position: relative;
    background: #49244e;
    margin: 0px;
    padding: 0px;
}
.dsetem1 span{
	display: inline-block;
    padding: 0px 15px 0px 5px;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    border-radius: 3px;
    margin: 7px 5px;
    color: #fff;
    margin-bottom: 4px;
}
.dsetem1 i{
	position: absolute;
    right: 0px;
    top: 8px;
    font-size: 25px;
    font-style: normal;
}
.dsetem1 i.upper{
    color: #adeaad;
}
.dsetem1 i.lower{
    color: #f59e97;
}
.dsetem1 i.middle{
    color: #fff;
}
code{
	border-radius: 3px;
    padding: 1px 8px;
    color: #cfe098;
    font-size: 12px;
}
.dsetem-header{
	position: absolute;
    left: 0px;
    height: 100%;
    width: 5%;
    z-index: 11;
    background: #3a8c3e;
    text-align: center;
    align-items: stretch;
    align-content: center;
    display: grid;
    overflow: hidden;
    padding-left: 8px;
    color: #fff;
}
.dsetem-header:after{
	content: '';
    position: absolute;
    background: #b9d2b9;
    width: 5%;
    height: 100%;
    right: 0px;
    top: 0px;
}

.dse-table{
    width: 90%;
    margin: 30px auto;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,.12);
    padding: 15px;
    background: #fff;
}
.dse-table h3{
    text-align: center;
    border: 3px solid #f3d834;
    padding: 20px 0px;
    background: #fff599;
    color: #868181;
    margin-top: 0;
}
.cse-table{
    width: 90%;
    margin: 30px auto;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,.12);
    padding: 15px;
    background: #fff;   
}
.cse-table h3{
    text-align: center;
    border: 3px solid #f3d834;
    padding: 20px 0px;
    background: #fff599;
    color: #868181;
    margin-top: 0;
}
table tr td{
    text-align: center;
}

footer p{
    text-align: center;
    color: #a7a7a7;
}
footer a{
    color: #42a63a;
    text-decoration: none;
}