  body{
    direction: rtl;
	font-family: IRANSansX;
	    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}
a {
    text-decoration: none;
}
.loginbox{

}
.auth  {
    text-align: right;
    color: #495057;
} 
.auth h2 {
    color: #232933;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 50px;
}
.auth span {
    font-size: 12px;
}
.auth form label {
    text-align: right;
    font-size: 12px;
}
.bolderlight {
	border: 1px solid rgb(234, 236, 239);
    border-radius: 10px;
    padding: 20px;
}
.auth .bolderlight {
	border-radius: 8px;
    border: 1px solid #ededed;
    padding: 30px;
    width: 450px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-55%);
    transform: translate(50%,-55%);
	}


.textbox {
    line-height: 31px;
}
.no-focusborder:focus {
  box-shadow: none;
  border-color: 1px solid #0070ba;
  background-color: white;

}
.phone{
	letter-spacing: 10px;
    font-size: 20px;
    color: #0070ba;
    font-weight: 500;
	height: 45px;
	padding: 9px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    width: 100%;
    color: #030a16;
}
@media(max-width:768px) {
	.border-none-xs {
		border: 0;
	}
	.bolderlight {
   padding: 10px;
}
.auth .bolderlight {
    border: 0
}
}
/* footer */
footer {
	background: #0070ba;
	padding: 20px 0 0 0;
	direction: rtl;
	text-align: right;
}
footer .footerdesc {
	font-size: 13px;
    font-weight: 100;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #1b85cc;
}
footer .footerdesc span {
	padding: 0 15px 10px 15px;
	display: block;
}

footer .links h2 {
	color: #fff;
    font-size: 16px;
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
}
footer .links ul li a, footer .links ul li {
	font-weight: 100;
	font-size: 14px;
	color: #fff;
	margin: 7px 0;
	line-height: 26px;
	text-decoration: none;
}
footer .links ul li a:hover {
	color: #dee2e6;
}
footer .links ul {
	padding: 0;
}
footer .links ul li {
	list-style: none;
}
.footer-copyright {
	height: 40px;
}
.footer-copyright .container {
	text-align: center;
}
.footer-copyright span {
	color: #fff;
	line-height: 38px;
	font-size: 14px;
	font-weight: 400;
	font-family: IRANSansX;
}
.footer-copyright span a {
	font-weight: 900;
	text-decoration: none;
	color: #ffc107;
}
@media(min-width:768px) {
	.md-hidden {
		display: none;
	}
}

@media(max-width:768px) {
	.xs-hidden {
		display: none;
	}
}
.upanel-sidebar {
    border-radius: 10px;
    margin-top: 12px;
    border: 1px solid rgb(234 236 239);
}
.navbar-toggler {
    width: 50px;
}
.upanel-sidebar .upanel-sidebar-inner {
    padding-top: 30px;
    padding-bottom: 40px;
}
.upanel-sidebar .upanel-sidebar-inner .user-info {
    margin-bottom: 40px;
}
.upanel-sidebar .upanel-sidebar-inner .user-info .avatar {
    width: 100%;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}
.upanel-sidebar .upanel-sidebar-inner .user-info .avatar img {
    float: none;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
}
.upanel-sidebar .upanel-sidebar-inner .user-info .user-name {
    color: #616161;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.upanel-sidebar .upanel-sidebar-inner .user-info .user-name a {
    color: #616161;
}
.upanel-sidebar .upanel-sidebar-inner .panel-navigation ul {
    list-style-type: none;
    margin-bottom: 45px;
	padding: 0;
}
.upanel-sidebar .upanel-sidebar-inner .panel-navigation ul li {
    margin-bottom: 10px;
}
.upanel-sidebar .upanel-sidebar-inner .panel-navigation ul li h3 {
    color: red;
}
.upanel-sidebar .upanel-sidebar-inner .panel-navigation ul li h3 a {
    width: 100%;
    display: inline-block;
    color: #515151;
    font-size: 15px;
    padding: 9px 22px;
    border-radius: 7px;
    position: relative;
    border-radius: 7px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	text-align:center;
	text-decoration: none;
}
.upanel-sidebar .upanel-sidebar-inner .panel-navigation ul li h3 a:hover{
	background: linear-gradient(270deg, #0070ba 0%, #17a2b8 100%);
    color: #fff;
}


.upanel-sidebar .upanel-sidebar-inner .panel-navigation ul li h3 a span {
    margin-left: 10px;
    font-size: 31px;
    vertical-align: middle;
    width: 35px;
    display: inline-block;
}
.upanel-content{
    padding: 12px
}

.upanel-content-inner{
    border-radius: 10px;
    border: 1px solid rgb(234 236 239);
    padding: 5px;
    font-size: 14px;
    direction: rtl;
    text-align: right;
}
@media(max-width:768px) {
.upanel-content-inner {
    border-radius: 10px;
    border: 0;
}
}
/* navbar-top */
.MdTopNav{
	border-bottom: 1px solid #dee2e6;
	}

.MdTopNav .navbar-brand{
    color: #0070ba!important;
    font-size: 19px;
    font-weight: 700;
    float: right;
}
.btn-outline-primary {
    color: #0070ba;
    border-color: #0070ba;
	height: 48px;
}
.MdTopNav .navbar-collapse {
    direction: ltr;
}

.MdTopNav .navbar-collapse ul {
    padding: 0;
	direction: rtl;

}

.MdTopNav .navbar-collapse ul li {
    width: 190px;
    display: inline-flex;
}

.MdTopNav .navbar-collapse ul li img{
	width: 100%;
    text-align: center;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    width: 40px;
    float: right;
	margin-left: 7px;
}
.MdTopNav .navbar-collapse ul li a{
	text-align: right;
	color: #333;
}
.bd-links .btn::before {
    transform: rotate(180deg);
	    transform-origin: 0.7em 50%;
}
.list-unstyled {
    padding-right: 10px;
}
.dropdown-toggle::after {

    margin: 18px 0 0 0;
}
.dropdown-item {

    line-height: 36px;
}
/* footer_nav-css */
.footer_Nav {
    position: fixed;
    bottom: -1px;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 0px 0px 4px;
    z-index: 100
}
.footer_Nav ul {
    width: 100%;
    display: block;
    padding: 0px;
}
.footer_Nav ul li {
    width: 25%;
    float: right;
}
.footer_Nav ul li a img {
    width: 22px;
    display: block;
    margin: 0px auto;
    padding-bottom: 0px;
}
.footer_Nav ul li a span {
	text-align: center;
    display: block;
    padding-top: 5px;
    font-size: 11px;
    color: #495057;
    font-weight: 600;
}
/* xs-nav */
.xsnav .navbar-collapse {
	margin: 10px 0px 0px;
}
.xsnav .logo {
	width: 130px;
}
.xsnav .navbar-brand {
	margin-left: calc( 50% - 50px);
    color: #004085;
    font-weight: 600;
}
.xsnav {
	direction: ltr;
	background: #ffffff;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 10px!important;
}
.xsnav .nav-item {
	text-align: right;
}
.xsnav .profile {
    color: #ffffff!important;
    font-size: 18px!important;
    background: #004085;
}
.xsnav .avatar {
    width: 38px;
    border-radius: 50%;
}
.xsnav .nav-link:first-child {
	border-top: 1px solid #dee2e6;
}
.xsnav .nav-link {
	color: #212529;
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 400;
}
.xsnav .nav-link:hover {
	background-color: #353535;
    color: #fff;
}
}
/* toggle */
.navbar-toggler {
	padding: 0;
	margin: 0;
	border: 0;
}
#nav-icon-py {
	width: 20px;
	height: 8px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon-py span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #0070ba;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon-py span:nth-child(1) {
	top: 0px;
}
#nav-icon-py span:nth-child(2), #nav-icon-py span:nth-child(3) {
	top: 5px;
	width: 0%;
}
#nav-icon-py span:nth-child(4) {
	top: 10px;
}
#nav-icon-py.open span:nth-child(1) {
	top: 5px;
	width: 0%;
	left: 50%;
}
#nav-icon-py.open span:nth-child(2) {
	width: 100%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon-py.open span:nth-child(3) {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon-py.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}
.bd-links a:hover, .bd-links a:focus {
    background-color: rgb(82 143 179 / 10%);
}
.bd-links .btn:hover, .bd-links .btn:focus {
    background-color: rgb(82 143 179 / 10%);
}
.bd-links .btn:focus {
    box-shadow: 0 0 0 1px #0070baa3;
}
.MdTopNav .dropdown-menu {
    padding: 0;
	direction: rtl;
	background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
}
.MdTopNav .dropdown-menu li  {
padding: 0 10px
}
.MdTopNav .dropdown-menu li:hover{
background-color: #e9ecef;
}
.MdTopNav .dropdown-menu li a {
    font-size: 12px;
    border-bottom: 1px solid #e9ecef;
    padding-right: 20px;
    font-weight: 500;
}
.MdTopNav .dropdown-menu li:last-child  a{
    border-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}


@media (max-width: 767.98px){
.bd-links>ul {
    margin-top: 60px;
}}

.auth .aimg {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.auth img {
    max-width: 100%;
    width: 180px;
    margin: 0 auto;
}
.google-button__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 8px 8px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}
.form-table tr:last-child{
	text-align: left;
}



.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #aaa!important;
    border-radius: 4px!important;
    height: 37px!important;
    border-radius: 5px!important;
    display: block!important;
    width: 100%!important;
    padding: .375rem .75rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: var(--bs-body-color)!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: var(--bs-body-bg)!important;
    background-clip: padding-box!important;
    border: var(--bs-border-width) solid var(--bs-border-color)!important;
    border-radius: var(--bs-border-radius)!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out!important;
}
.select2-container {
    width: 100% !important;
}
.btnicon{
    font-size: 1.5rem;
    cursor:pointer;
    padding: 0 10px;
}
.custom-table {
    width: 100%;
    background-color: #ffffff;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.custom-table thead th {
    background-color: #004d40;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #009688;
}

.custom-table tbody td {
    padding: 12px 15px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.custom-table tbody tr:hover {
    background-color: #e0f7fa;
    transform: scale(1.01);
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-table td.status-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

.custom-table td.status-icon.pending {
    background-color: #ffc107;
}

.custom-table td.status-icon.approved {
    background-color: #28a745;
}

.custom-table td.status-icon.rejected {
    background-color: #dc3545;
}

.custom-table tbody tr.error-row {
    background-color: #ffebee;
    color: #d32f2f;
}

.custom-table-wrapper {
    overflow-x: auto;
}

.custom-table.custom-table-sm td, .custom-table.custom-table-sm th {
    padding: 10px;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    display: inline-block;
    padding: 10px 15px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background-color: #f0f0f0;
    color: #0056b3;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
}

.pagination .page-item.disabled .page-link {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.pagination .page-item span.page-link {
    pointer-events: none;
}
