body{
	direction: rtl;
}

table{
	direction: rtl;
    text-align: right;
/*     margin: 70px auto; */
}

.center{
	text-align: center !important; 
}

#sent_templates_title{
	margin-top: 30px;
}

.table th:not([align]) {
    text-align: right;
}

.title-bg{
	background: #eee;
    padding: 15px;
    box-shadow: 1px 1px #b6b6b6;
}

.style-btn1{
	float: left;
    font-size: 16px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 1px 2px #ddd;
}

.hero {
    align-items: center;
    flex-direction: row;
}

.hero img{
	width: 80px;
    margin-left: 50px;
}

.sub-title2{
	font-size: 18px;
    font-weight: 400;
    color: #272727;
}

.logout{
	margin-left: 35px;
}

footer{
	background: #5c5c5c;
    width: 100%;
    color: #fff;
    text-align: center; 
}

footer a{
	color: #fff;
}