@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
body {
    background: #ececec;
	font-family: 'Poppins', sans-serif;
}
html, body {
    height: 100%;
}
ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.header_web {
    padding: 25px 0;
}
.inner_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_logo img {
    max-height: 90px;
}
.my_acc_part {
    display: flex;
    align-items: center;
}
.my_acc_part .search_bar {
    position: relative;
    margin-right: 15px;
}
.my_acc_part .search_bar input {
    padding: 10px 30px 10px 10px;
    border: none;
    outline: none;
    min-width: 300px;
    border-radius: 5px;
}
.my_acc_part .search_bar i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 20px;
    background: #707070;
    border-radius: 5px;
    color: #fff;
}
.drop_saction > img {
    max-width: 40px;
    border-radius: 5px;
    margin-left: 15px;
}
.drop_saction button {
    font-size: 15px;
    border: none !important;
    background: transparent !important;
    color: #707070 !important;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none !important;
}
.left_sidebar {
    min-height: 80vh;
    background: #a42e2e;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.left_sidebar ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px 30px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #d29797;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.left_sidebar ul li a img {
    position: absolute;
    top: 48%;
    left: 0;
    transform: translate(0px, -50%);
    max-width: 20px;
}
.left_sidebar ul li:last-child a {
    border: none;
}
.left_sidebar .log_out_saction {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.left_sidebar .log_out_saction a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.left_sidebar .log_out_saction a img {
    margin-right: 5px;
}
.page_titel h3 {
    color: #707070;
    font-size: 20px;
    letter-spacing: 0.5px;
	margin-bottom:0;
}
.user_des {
    background: #fff;
    padding: 10px 15px 10px 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
	margin-bottom:20px;
    box-shadow: 0px 0px 8px #0000004f;
}
.user_des .totel_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_des .totel_user h4 {
    margin: 0;
}
.user_des .totel_user i {
    width: 30px;
    text-align: center;
    height: 30px;
    border: 2px solid #707070;
    border-radius: 50px;
    line-height: 25px;
    font-weight: bold;
    color: #707070;
}
.user_des:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #a42e2e;
    top: 0;
    left: 0;
}
.user_des p {
    font-size: 13px;
    color: #707070;
    text-transform: uppercase;
}
.drop_saction .dropdown-menu {
    margin: 0;
    padding: 0;
}
.drop_saction .dropdown-menu button {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc !important;
    font-size: 14px;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 300;
}
.page_titel {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:15px;
}
.add_new_row a {
    background: #a42f2f;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}
.add_new_row a i {
    margin-right: 5px;
}
table {
    width: 100%;
}
.tabel_saction_part {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.tabel_saction_part th {
    background: #f5f5f5;
    padding: 10px;
    font-weight: 500;
	text-transform:uppercase;
    font-size: 14px;
    color: #707070;
}
.tabel_saction_part td {
    padding: 10px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
	color: #707070;
}
.container {
    max-width: 95%;
}
@media only screen and (min-width: 1500px) {
	.container {
		max-width: 95%;
	}
}
.action_saction a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f6c23e;
    color: #fff;
    border-radius: 5px;
}
.action_saction a i.fa.fa-trash {
    background: #e74a3b;
}
.left_sidebar > input[type="text"] {
    display: none;
}
.form_saction {
	border-radius: 10px;overflow: hidden;
    background: #fff;
}
.form_saction .form_titel {
    margin-bottom: 20px;
	
}

.form_saction .form_titel h3 {
    padding: 15px;
    background: #f5f5f5;
    color: #707070;
    font-size: 23px;
    font-weight: 400;
}
.form_saction > .row {
    padding: 0px 15px;
}
.form_grup label {
    width: 100%;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
}
.form_grup input {
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #707070;
	outline:none;
}
.save_clear_but {
    width: 100%;
    padding: 25px 15px;
}
.save_clear_but a {
    padding: 5px 10px;
    background: #01b43f;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.save_clear_but a.clear_deta {
    background: #a42e2e;
}
.form_grup {
    margin-bottom: 20px;
}
.responsiv_manu{
	display:none;
}
.responsiv_manu div {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
}
.responsiv_manu {
    margin-left: 15px;
}
.form_grup textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #707070;
    outline: none;
}
.action_saction a i.fa.fa-lock {
    background: #1b3663;
}
.action_saction a i.fa.fa-key {
    background: #858796;
}
.left_sidebar a.closebtn{
	display:none;
}
body.addcls:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000052;
    z-index: 9;
}
.responsiv_close {
    text-align: right;
}
.responsiv_close a.closebtn {
    display: inline-block;
    padding: 0px 15px;
    background: #830E29;
    color: #fff;
    font-size: 35px;
    text-decoration: none;
	display:none;
}
.login_saction {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 5px 5px 40px #cccccc82;
    overflow: hidden;
}
.login_saction .login_logo {
    display: flex;
    justify-content: space-between;
    padding: 15px 45px;
    background: #f5f5f5;
}
.login_part {
    padding: 0 40px 40px 40px;
}
/*.login_logo img {*/
/*    max-width: 90px;*/
/*}*/
.login_logo img {
max-width: 130px;
max-height: 70px;
}
.login_part h3 {
    margin: 30px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.login_part .form_grup input {
    padding: 10px 15px;
}
.login_but a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 9px 15px;
    background: #a32e2f;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.for_pass {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}
.for_pass a {
    font-size: 13px;
    color: #ccc;
}
.for_pass a:hover {
    color: #a9a9a9;
}
@media only screen and (max-width: 992px) {
	.responsiv_manu{
		display:block;
	}
	.custom_same_saction_part_pp .col-md-3 {
		position: fixed;
		padding: 0;
		top: 0;
		height: 100%;
		left: 0;
		z-index: 9;
		display: none;
		width: 280px;
	}
	.custom_same_saction_part_pp .col-md-3 .left_sidebar {
		height: 100%;
		border-radius: 0;
		padding:0;
	}
	.left_sidebar a.closebtn{
		display:inline-block;
	}
	.custom_same_saction_part_pp .col-md-3 .left_sidebar input {
		width: 90%;
		margin: 20px auto 20px auto;
		padding: 10px 15px;
		border: none;
		border-radius: 5px;
		display:block;
		font-size: 14px;
		outline: none;
	}
	.custom_same_saction_part_pp .col-md-9 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.my_acc_part .search_bar{
		display:none;
	}
	.left_sidebar ul li a{
		padding:10px 0px 10px 40px;
	}
	.left_sidebar ul li a img{
		left:10px;
	}
}
@media only screen and (max-width: 768px) {
	.left_logo img {
		max-height: 50px;
	}
	.page_titel {
		display: block;
	}
	.page_titel h3 {
		margin-bottom: 10px;
	}
	.tabel_saction_part {
		overflow-x: auto;
	}
	.tabel_saction_part th, .tabel_saction_part td {
		min-width: 150px;
	}
	.login_saction {
		width: 90%;
	}
}
@media only screen and (max-width: 480px) {
	.drop_saction button{
		font-size:12px;
	}
	.drop_saction > img {
		margin-left: 5px;
		max-width: 30px;
	}
	.responsiv_manu {
		margin-left: 10px;
	}
	.header_web {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 430px) {
	.left_logo img {
		max-height: 40px;
	}
}
