@charset "utf-8";
/* CSS Document */



a {
}
.loginbg {
	background: url(../images/login-bg.jpg) no-repeat center center;
	background-size: 100%;
}
.photoupload {
	background: #fff;
	width: 100%;
	padding: 1rem 0.75rem;
	border-radius: 5px;
	border: 1px solid #ced4da;
}
.photo {
	border: 1px solid #ced4da;
	padding: 2px;
	background: #fff;
}
.withdoctor {
	background: #e8f0fe;
}
.withdoctor td {
	border-color: #babfc4;
}
table tr td {
	vertical-align: middle !important;
}
.text-right {
	text-align: right;
}
.table-bordered tr {
	border-color: #dee2e6;
}
.badge {
	display: inline-block;
	padding: .25em 1.4em !important;
	font-size: 75%;
	font-weight: 700;
	line-height: 2 !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}
.badge-primary {
	color: #fff;
	background-color: #007bff;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-warning {
	color: #fff;
	background-color: #ffc107;
}
.mr-8 {
	margin-right: 8px;
}
select.form-control {
	appearance: auto
}
 .mobile-number-inputs input[type=number]::-webkit-inner-spin-button,  .mobile-number-inputs input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
 .number-inputs input[type=number]::-webkit-inner-spin-button,  .number-inputs input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
.currency-rate-actions {
	width: 15%;
}
.invalid-input {
	color: red !important
}
.filter-container {
	margin: 0 auto;
	display: flex;
	margin: 10px 0px;
}
.filter-container #fromCurrency {
	padding: 5px;
	margin-right: 10px;
}
.filter-container #toCurrency {
	padding: 5px;
}
.filter-container p {
	margin: 0px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.filter-container button {
	margin: 0px 5px;
}
.daterange-picker-input {
	border-radius: 5px;
	border: 1px solid #ced4da;
	padding: 5px;
}
.custom-filters {
	display: flex;
	justify-content: left;
}
.custom-filters .currencyFilter {
	width: 70%;
}
.filter-container #fromAmount {
	margin-right: 5px;
	width: 125px;
}
.filter-container #toAmount {
	margin-right: 5px;
	width: 125px;
}
#viewTransactionModal .rowDetails {
	align-items: center;
	margin-bottom: 5px;
}
#viewTransactionModal .sub-heading {
	margin: 20px 0;
}
#rejectTextcheck {
	margin-left: 35px;
}
.sign-in-logo img  .userModule .dataTables_filter input[type=search] {
	width: 390px;
}
.currencyModule .dataTables_filter input[type=search] {
	width: 200px;
}
.bankModule .dataTables_filter input[type=search] {
	width: 260px;
}
.currencyRateModule .dataTables_filter input[type=search] {
	width: 200px;
}
.transactionModule .dataTables_filter input[type=search] {
	width: 220px;
}
.nifeeAccountModule .dataTables_filter input[type=search] {
	width: 310px;
}
/*---------------------------------------------------------------------

                               Sign In

-----------------------------------------------------------------------*/

.sign-in-page {
	height: 100%;
}
.sign-in-detail {
	padding: 100px; /*height: 100vh;*/
	border-radius: 40px;
}
.sign-in-logo {
	display: inline-block;
	width: 100%;
}
.sign-in-logo img {
	height: 180px;
}
.sign-in-from {
	padding: 20px 60px;
	border-radius: 37px;
	position: relative;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.62);
-moz-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.62);
box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.62);
}
.sign-info {
	border-top: 1px solid #cdd1f3;
	margin-top: 30px;
	padding-top: 20px;
}
.iq-social-media {
	margin: 0;
	padding: 0;
	float: right;
}
.iq-social-media li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.iq-social-media li:last-child {
	margin-right: 0;
}
.iq-social-media li a {
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #eff7f8;
	color: #089bab !important;
}
.iq-social-media li a:hover {
	text-decoration: none;
}
.sign-in-page .sign-in-page-bg {
	position: relative;
	overflow: hidden;
}
.sign-in-page .sign-in-page-bg::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 270px;
	z-index: -1;
	border-radius: 40px;
	background: #ededf8;
	/*background: -moz-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133, 63, 167, 1)), color-stop(100%, rgba(146, 63, 186, 1)));
	background: -webkit-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: -o-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: -ms-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: linear-gradient(to right, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1);
}
/*---------------------------------------------------------------------

                               Theme Change

-----------------------------------------------------------------------*/

.bg-primary {
	background: #701c98 !important;
}
a {
	color: #701c98;
	text-decoration: none;
}
a:hover {
	color: #853fa7;
	text-decoration: none;
}
 .bg-dark, @charset "utf-8";
/* CSS Document */



a {
}
.loginbg {
	background: url(../images/login-bg.jpg) no-repeat center center;
	background-size: 100%;
}
.photoupload {
	background: #fff;
	width: 100%;
	padding: 1rem 0.75rem;
	border-radius: 5px;
	border: 1px solid #ced4da;
}
.photo {
	border: 1px solid #ced4da;
	padding: 2px;
	background: #fff;
}
.withdoctor {
	background: #e8f0fe;
}
.withdoctor td {
	border-color: #babfc4;
}
table tr td {
	vertical-align: middle !important;
}
.text-right {
	text-align: right;
}
.table-bordered tr {
	border-color: #dee2e6;
}
.badge {
	display: inline-block;
	padding: .25em 1.4em !important;
	font-size: 75%;
	font-weight: 700;
	line-height: 2 !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}
.badge-primary {
	color: #fff;
	background-color: #007bff;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-warning {
	color: #fff;
	background-color: #ffc107;
}
.mr-8 {
	margin-right: 8px;
}
select.form-control {
	appearance: auto
}
 .mobile-number-inputs input[type=number]::-webkit-inner-spin-button,  .mobile-number-inputs input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
 .number-inputs input[type=number]::-webkit-inner-spin-button,  .number-inputs input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
.currency-rate-actions {
	width: 15%;
}
.invalid-input {
	color: red !important
}
.filter-container {
	margin: 0 auto;
	display: flex;
	margin: 10px 0px;
}
.filter-container #fromCurrency {
	padding: 5px;
	margin-right: 10px;
}
.filter-container #toCurrency {
	padding: 5px;
}
.filter-container p {
	margin: 0px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.filter-container button {
	margin: 0px 5px;
}
.daterange-picker-input {
	border-radius: 5px;
	border: 1px solid #ced4da;
	padding: 5px;
}
.custom-filters {
	display: flex;
	justify-content: left;
}
.custom-filters .currencyFilter {
	width: 70%;
}
.filter-container #fromAmount {
	margin-right: 5px;
	width: 125px;
}
.filter-container #toAmount {
	margin-right: 5px;
	width: 125px;
}
#viewTransactionModal .rowDetails {
	align-items: center;
	margin-bottom: 5px;
}
#viewTransactionModal .sub-heading {
	margin: 20px 0;
}
#rejectTextcheck {
	margin-left: 35px;
}
.sign-in-logo img  .userModule .dataTables_filter input[type=search] {
	width: 390px;
}
.currencyModule .dataTables_filter input[type=search] {
	width: 200px;
}
.bankModule .dataTables_filter input[type=search] {
	width: 260px;
}
.currencyRateModule .dataTables_filter input[type=search] {
	width: 200px;
}
.transactionModule .dataTables_filter input[type=search] {
	width: 220px;
}
.nifeeAccountModule .dataTables_filter input[type=search] {
	width: 310px;
}
/*---------------------------------------------------------------------

                               Sign In

-----------------------------------------------------------------------*/

.sign-in-page {
	height: 100%;
}
.sign-in-detail {
	padding: 100px; /*height: 100vh;*/
	border-radius: 40px;
}
.sign-in-logo {
	display: inline-block;
	width: 100%;
}
.sign-in-logo img {
	height: 180px;
}
.sign-in-from {
	padding: 20px 60px;
	border-radius: 37px;
	position: relative;
	left: 0;
	right: 0;
	background: #fff;
}
.sign-info {
	border-top: 1px solid #cdd1f3;
	margin-top: 30px;
	padding-top: 20px;
}
.iq-social-media {
	margin: 0;
	padding: 0;
	float: right;
}
.iq-social-media li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.iq-social-media li:last-child {
	margin-right: 0;
}
.iq-social-media li a {
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #eff7f8;
	color: #089bab !important;
}
.iq-social-media li a:hover {
	text-decoration: none;
}
.sign-in-page .sign-in-page-bg {
	position: relative;
	overflow: hidden;
}
/*.sign-in-page .sign-in-page-bg::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 270px;
	z-index: -1;
	border-radius: 40px;
	background: rgba(133, 63, 167, 1);
	background: -moz-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133, 63, 167, 1)), color-stop(100%, rgba(146, 63, 186, 1)));
	background: -webkit-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: -o-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: -ms-linear-gradient(left, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
	background: linear-gradient(to right, rgba(133, 63, 167, 1) 0%, rgba(146, 63, 186, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1);
}*/
/*---------------------------------------------------------------------

                               Theme Change

-----------------------------------------------------------------------*/

.bg-primary {
	background: #701c98 !important;
}
a {
	color: #701c98;
	text-decoration: none;
}
a:hover {
	color: #853fa7;
	text-decoration: none;
}
nav.bg-dark{background: rgb(237,237,248) !important;
	background: linear-gradient(90deg, rgba(237,237,248,1) 0%, rgba(87,18,128,1) 100%) !important;}
.sb-sidenav-dark .sb-sidenav-footer {
	background: #f8f9fa !important;
	color:#571280;
}
.sb-sidenav-dark {
	/*background: #701c98 !important;*/
	background: rgb(112,28,152) !important;
background: linear-gradient(180deg, rgba(112,28,152,1) 0%, rgba(87,18,128,1) 100%) !important;
}

h1,h2,h3,h4,h5,h6{color: #3b319e;}
.card{border-color: #3b319e;}
.card-header{border-color: #ebeff1; background: rgba(206,113,242,0.5);}
/*.table-bordered,.table-bordered th,.table thead th, .table-bordered td,.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination a, .dataTable-pagination .page-item.disabled a, .dataTable-pagination li.disabled .page-link, .dataTable-pagination li.disabled a,.page-link, .dataTable-pagination a,.form-control, .dataTable-input,.dropdown-menu,.dropdown-divider{border-color:#c086dc !important;}

.table-striped tbody tr:nth-of-type(odd){background:rgba(206,113,242,0.15); }*/

.table-bordered tr{background: #f9f9f9;}
.table-striped tbody tr:nth-of-type(odd){background:#f7effb;}
.table> :not(:last-child)> :last-child>*, .dataTable-table> :not(:last-child)> :last-child>*{border-bottom-color:#dce4e9;}

.sb-sidenav-dark .sb-sidenav-menu .nav-link.active{color: #611789; background:#d9b7ea;}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon,.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon{color: #611789;}

#layoutSidenav_content{background: url(../images/dash-bg.png) no-repeat top right; padding-top: 50px;}
.badge{border:1px #a3dab0 solid; color: #3b319e;}
.badge-success{background: #d4edda; border-color: #a3dab0;}
.badge-warning{background: #fff3cd; border-color: #ffe596;}
.badge-primary{background: #cce5ff; border-color: #92c7ff;}
.badge-danger{background: #f8d7da; border-color: #f0a9b0;}

.btn-warning{background: #ffe083; border-color: #ffd452; color: #3b319e;}
.btn-success{background: #93d3a2; border-color: #69c27d; color: #3b319e;}
.btn-primary{background: #7fbdff; border-color: #4da3ff; color: #3b319e;}
.btn-danger{background: #ed9aa2; border-color: #e7727d; color: #3b319e;}

.btn-warning:hover{background: #ffc543; border-color: #ffb01a; color: #3b319e;}
.btn-success:hover{background: #55af67; border-color: #2b943d; color: #3b319e;}
.btn-primary:hover{background: #3f8cff; border-color: #1768ff; color: #3b319e;}
.btn-danger:hover{background: #dc5d67; border-color: #d1333d; color: #3b319e;}

.btn-theme,.btn-theme:hover{background: #701c98; border-color: #701c98; color: #fff;}

.form-control{background: #edf1f4 !important; border-color: #dce4e9 !important;}
.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination a, .dataTable-pagination .page-item.disabled a, .dataTable-pagination li.disabled .page-link, .dataTable-pagination li.disabled a,.page-link, .dataTable-pagination a{background: #edf1f4;}
.filterbox{width:100%; background:#e2d2ea; padding:15px; border-radius:12px; margin-top: 2px;}
.filterbox p.filtertitle{font-weight: bold; color:#701c98;}
.filterbox select.form-control,.filterbox .daterange-picker-input,.filterbox .number-inputs{margin-right:15px; background:#fff !important; border-color:#bbb !important; min-width:370px;}
.filterbox button{color:#000;}
.filterbox button:hover{color:#fff;}
.width200{width:200px;}