@import url(face.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(sweetalert2.min.css);
@import url(select2.min.css);
@import url(persianDatepicker-default.css);
@import url(bootstrap.rtl.min.css?v=1.2);
:root {
	--primary-color:#2a3042;
	--secondary-color:#FE6500;
}
*:focus{
	outline:none !important;
}
body{
	font-family: 'IRANSans';
	word-spacing: -1px;
	background: #f3f3f9;
}
.pdp-default .dow , .pdp-default .days , .pdp-default .yearSelect, .pdp-default .monthSelect{
	font-family: 'IRANSans' !important;
}
#side{
	background: var(--primary-color);
	position: fixed;
	top: 70px;
	right: 0;
	bottom: 0;
	width: 300px;
	padding: 0;
    color: white;
	transition: 0.2s;
	overflow-y: auto;
	z-index: 999;
}
#main{
	padding-right: 300px;
	transition: 0.2s;
	padding-left: 0;
}
.wrapper{
	padding: 20px;
	padding-top: 90px;
}
.page-item:first-child .page-link , .page-item:last-child .page-link{
	border-radius: 0 !important;
}
#topnav{
	height: 70px;
	padding: 0;
	display: flex;
	flex-direction: row;
	background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	right: 0;
}
.page-link{
	color: #464646;
	font-size: 11pt;
}
.page-link:hover{
	color: white;
	background: var(--primary-color);
}
.topnav-logo{
	width: 300px;
    height: 100%;
    background: #2a3042;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #242b40;
	overflow: hidden;
}
.topnav-logo a{
	text-decoration: none;
	color: white;
}
.topnav-wrapper .user-online-logout button{
	border: 0;
	color: #6b6b6b;
	background: #f3f3f9;
	padding: 8px;
	display: flex;
	align-items: center;
	transition: 0.2s;
	border-radius: 3px;
}
.topnav-wrapper .user-online-logout button:hover{
	background: #EA2027;
	color: white;
	transition: 0.2s;
}
.topnav-wrapper .user-online-logout button svg{
	width: 18px;
	height: 18px;
}
.topnav-wrapper .user-online-current a{
	font-size: 10.5pt;
	text-decoration: none;
	display: block;
	color: #23293b;
	word-spacing: -2px;
	margin-left: 15px;
}
.topnav-wrapper .user-online {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;
}
.topnav-wrapper{
	padding:0;
	width: calc(100% - 300px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navBtn{
	color: var(--primary-color);
	cursor: pointer;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	transition: 0.2s;
}
.navBtn:hover , .navBtn.active{
	background: #f3f3f9;
	transition: 0.2s;
}
.mainnav{
	padding: 0;
	list-style: none;
	margin: 0;
}
.mainnav li a , .mainnav .hassub span{
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	padding: 20px;
	font-size: 11pt;
}
.mainnav .hassub span{
	position: relative;
}
.mainnav .hassub span::after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z" fill="rgba(255,255,255,1)"/></svg>');
	position: absolute;
	left: 20px;
	top: 20px;
	transition: 0.2s;
}
.mainnav li > a:hover , .mainnav .hassub span:hover{
	background: #23293b;
	transition: 0.2s;
}
.mainnav li svg{
	margin-left: 8px;
	width: 22px;
	height: 22px;
}
.mainnav .hassub ul{
	overflow: hidden;
	transition: 0.2s;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #1f2434;
	height: 0;
}
.mainnav .hassub ul li a::before{
	content: "-";
	margin-left: 10px;
}
.mainnav .hassub ul li a{
	font-weight: 100;
}
.mainnav .hassub ul li a:hover{
	background:#1b1f2d ;
}
.hassub.active{
	background: #23293b;
}
.mainnav .active span::after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 11.828l-2.828 2.829-1.415-1.414L12 9l4.243 4.243-1.415 1.414L12 11.828z" fill="rgba(255,255,255,1)"/></svg>') !important;
}
.content{
	background: white;
	padding: 20px;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}
.content .content-title{
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px ;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 15px;
	align-items: center;
}
.content .content-title h2{
	margin-bottom: 0;
	font-size: 13pt;
}
.sideOpen{
	right:-300px !important;
}
.fullW{
	padding: 0 !important;
}
.closeNav{
	display: none;
}
#side #mCSB_1_container{
	margin-left: 0 !important;
}
.form-select{
	margin: 0 !important;
}
.select2-container{
	display: block;
	z-index: 9999;
}
.form-control , .form-select{
	border: 1px solid #ececec;
	padding: 15px;
    font-size: 10pt;
	border-radius: 0;
}
.btn-none-label{
	margin-top: 36px;
	padding: 15px 5px;
}
.form-check-input[type=checkbox]{
	border-radius: 0;
	border: 1px solid #ececec;
}
.input-group-text{
	border-radius: 0;
	border:0;
	font-size: 10pt;
}
.select2-selection--multiple .select2-search__field{
	height: auto;	
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.select2-dropdown{
	border-radius: 0;
	border-color: #86b7fe;
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	margin-top: 0;
	border: 0;
	border-radius: 0;
}
.select2-container--default .select2-selection--single , .select2-container--default .select2-selection--multiple{
	border: 1px solid #ececec;
	padding: 14px;
    font-size: 10pt;
	border-radius: 0;
	height: auto;
	line-height: normal;
}
.select2-container .select2-search--inline .select2-search__field{
	font-family: 'IRANSans' !important;
	height: 23px;
	margin-top: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left: 10px;
    top: 0;
	height: auto;
    bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: normal;
}
.form-label{
	margin-bottom: 12px;
	font-size: 11pt;
}
.modal-header , .modal-footer{
	border-color: #f5f5f5;
}
.btn{
	border-radius: 0;
	word-spacing: -2px;
	font-size: 10pt;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
[type=number]{
	direction: rtl ;
}
.table>:not(caption)>*>*{
	padding: 13px 0.5rem;
	font-size: 11pt;
	border-color: #f5f5f5;
}
.table{
	white-space: nowrap;
}
.swal2-title{
	font-size: 15pt;
}
.swal2-html-container{
	font-size: 11pt;
}
.swal2-styled.swal2-cancel , .swal2-styled.swal2-confirm{
	border-radius: 0;
	font-size: 11pt;
}
.swal2-styled.swal2-default-outline:focus{
	box-shadow: none;
}
.swal2-actions {
    flex-direction: row-reverse;
}
.swal2-popup , .modal-content{
	border-radius: 0 !important;
}
.btn-close:focus{
	box-shadow: none !important;
}
.badge{
	border-radius: 0;
}
.expenses-details-bx{
	background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
	font-size: 11pt;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.mainnav .active{
	background: #1b1f2d;
}
.mainnav .hassub .open{
	height: auto;
}
.result-hawala-table{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.result-hawala-table span{
	width:50%;
	display: flex;
	padding: 10px;
	text-align: center;
	border:1px solid #f5f5f5;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 11pt;	
}
.result-hawala-table span b{
	margin-bottom: 10px;
}
.hawala-single-view b{
	display:block;
}
.hawla-preview{
	border: 1px solid #e8e8e8;
	padding: 20px 30px;
	margin-bottom: 10px;
	line-height: 2.3;
}
.txt-und{
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.txt-und::after{
	content: "";
	height: 1px;
	border-bottom: 1px dashed #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}
.login-area{
	width: 550px;
    box-shadow: 0 5px 50px rgb(50 50 50 / 5%);
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 0 5px 50px rgb(50 50 50 / 5%);
}
.login-area .login-area-logo{
	background-color: var(--primary-color);
	padding: 30px 10px;
}
.login-area .login-area-logo a{
	text-decoration: none;
	display: block;
	color: white;
}
@media only screen and (max-width: 991px) {
	#side{
		right:-300px;
	}
	.mainnav li:first-child a{
		padding-top: 30px;
	}
	.sideOpen{
		right: 0 !important;
	}
	.topnav-logo{
		width: 0;
	}
	.topnav-wrapper{
		width: 100%;
	}
	#main{
		padding: 0;
	}
	.closeNav{
		position: fixed;
		top: 70px;
		background: #00000069;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		z-index: 0;
		display: block;
	}
	.result-hawala-table span{
		width: 100%;
	}
	.login-area{
		width: 100%;
		top: unset;
		left: unset;
		position: unset;
		transform: translateY(0%);
	}
}
@media only screen and (max-width: 767px) {
	.btn-none-label{
		margin-top: 20px;
	}
}