body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #eae3f247;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
	color: #132e56!important;
}
.popup_width {
	transform: translate(0, 60%);
}
th.next {
	visibility: visible !important;
}

.box{
	padding: 15px!important;
}
.navbar-left {
	max-width: 200px;
	width: 200px;
}

#logo {
	max-width: 190px;
	padding: 10px;
	width: 100%;
}
.respon .box_sec {
	position: relative;
	overflow: hidden;
}

	.respon .box_sec .img-bg {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

.card {
	box-shadow: var(--pc-card-box-shadow);
	margin-bottom: 24px;
	transition: box-shadow 0.2s ease-in-out;
}

.statistics-card-1 .card-body {
	position: relative;
	overflow: hidden;
}

	.statistics-card-1 .card-body .img-bg {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}

/*.user_summary tr:nth-child(even), .centered_table
tr:nth-child(even) {
	background-color: #bcdbdb36;
}
*/
.card.height-equal {
	letter-spacing: 0.5px;
	background: white;
	box-shadow: 0px 0px 9px #e7dff1;
}

.height-equal .card-header, table.today_summary tr.header-top {
	background-color: #d6c7e6 !important;
	padding: 12px;
	border-bottom: 1px solid #eae3f2;
	position: relative;
}

.height-equal .card-body {
	padding: 20px;
	background-color: transparent;
}

.height-equal .default-dashboard .news-update .d-flex {
	padding: 9px 0;
	display: flex;
	align-items: center;
}

.height-equal .latest-activity a {
	font-size: 14px;
	text-decoration: none;
	color: var(--theme-default);
	transition: 0.5s all;
}

.height-equal .header-top h3, .today_summary tr.header-top th {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.5px;
	color: #7765a6;
	font-family: 'Cambria Math';
}

.height-equal span.stroke-icon.stroke-primary {
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-width: 2px !important;
	border-style: solid;
}
.height-equal .news-update ul li.gap-2 {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.height-equal .news-update a {
	color: #000000b0;
	text-decoration: none;
	font-weight: 600;
}

.height-equal .news-update h6 {
	font-size: 15px;
	font-weight: 600;
}

.height-equal .news-update ul {
	padding: 0 !important;
	list-style: none;
}
.user_summary th, .today_summary th {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
	letter-spacing: 0.5px;
	position: relative !important;
	background: none !important;
	border: none !important;
	color: #7765a6;
	padding: 12px !important;
	background: #d6c7e6 !important;
	font-family: 'Cambria Math';
}

.card-body {
	padding: 25px;
}
.progress {
	margin-bottom: 10px;
	background-color: #132e5638;
}
.card.statistics-card-1 {
	/*box-shadow: 0px 8px 24px rgb(203 232 232);*/
	margin-bottom: 24px;
	transition: box-shadow 0.2s ease-in-out;
	border-radius: 12px;
	background: radial-gradient(#bcdbdb, transparent);
}

	.card.statistics-card-1 .card-body h3 {
		font-weight: 600;
		margin-bottom: 0px;
		font-size: 25px;
		margin-top: 10px;
	}

	.card.statistics-card-1 .card-body h5 {
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 15px;
	}
.position_initial {
	position: initial !important;
}
.Success {
	color: #0c8d0c;
}
.Failed {
	color: #8b0808;
}
.Processing {
	color: #c48810;
}
.Complaints {
	color: #337ab7;
}
.text-muted {
	margin-bottom: 2px !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.bg-light {
	background-color: #fff !important;
}

.white-color p {
	color: #fff;
}

.white-color h2 {
	color: #fff;
}

.white-color h3 {
	color: #fff;
}

.white-color h4 {
	color: #fff;
}

.white-color h5 {
	color: #fff;
}

.white-color {
	color: #fff;
}

p {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #7765a6;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px
}

.pb-30 {
	padding-bottom: 30px
}

.pt-10 {
	padding-top: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}


/*header css start*/


/*logo page css start*/

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 30px;
}

.mt-60 {
	margin-top: 30px;
}

.mt-70 {
	margin-top: 14px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 30px;
}

.mb-60 {
	margin-bottom: 30px;
}

.mb-70 {
	margin-bottom: 30px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {style.css
	padding-bottom: 70px;
}

header {
	background: linear-gradient(135deg, #7765a6 0%, #0a0118 100%);
}

.navbar {
	/*background-color: black;*/
	padding: 0 5px;
	min-height: 74px;
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9);
	/*width: 40%;*/
	margin-left: 20px;
}

.header-menu .nav-link {
	font-size: 16px;
	color: #FEF200 !important;
	position: relative;
}

.header-menu .active > .nav-link {
	color: #fff !important;
}

.wallet-box-part h5 {
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.wallet-box-part {
	padding-right: 15px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.credits-box-part {
	border-left: 2px solid #f2f2f2;
}

	.credits-box-part h5 {
		font-size: 17px;
		/*color: #FFF300;*/
		color: #fff;
		text-align: center;
		line-height: 30px;
	}

.credits-box-part {
	padding-left: 15px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.user-div > a.nav-link {
	color: #fff !important;
}


.explore-more-box-part li a.active {
	box-shadow: none;
	border: none;
	/*	background: #d2d9e0 !important;*/
	color: #132d54 !important;
	border-bottom: 5px solid #005383 !important;
	border-bottom-width: 5px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #005383 !important;
}

	.explore-more-box-part li a {
		color: #005383 !important;
	}

.explore-more-box {
	background: linear-gradient(127deg, #132e56 0%, #6a7990 100%);
	border-radius: 5px;
	text-align: center;
	box-shadow: 8px 8px 10px #1d365c;
}
/*
.explore-more-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 auto 20px;
}*/
.explore-more-img img {
	border-radius: 50px;
	margin-bottom: 20px;
}
a.shortcut img {
	height: 50px;
	border-radius: 50px;
}
.explore-more-box h3 {
	font-size: 15px;
	color: #fff !important;
	margin: 0;
}

	.explore-more-box h3 a {
		font-size: 14px;
		font-weight: 600;
		line-height: 24px;
		color: #27467d;
	}
.pull-right {
	float: right !important;
	margin: 5px;
}
h2, h1 {
	font-size: 32px;
	color: #7765a6;
	font-weight: 700;
	text-align: left;
}

.others-box-part {
	background: #E9E9E9;
	border-radius: 8px;
}

.hadding-box {
	padding: 20px;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #132e56;
	outline: 0;
}
.others-box-part ul {
	padding: 0;
	margin: 0;
}

	.others-box-part ul li {
		list-style: none;
	}

		.others-box-part ul li a {
			text-decoration: none;
			padding: 12px 20px;
			display: inline-block;
			width: 100%;
			font-size: 16px;
			color: #FA4307;
			font-weight: 500;
			border-bottom: 1px solid #ddd;
		}

		.others-box-part ul li:nth-child(2n+2) a {
			background: rgba( 255, 255, 255, 0.5)
		}

.arrow {
	border: solid #FA4307;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	float: right;
	margin-top: 6px;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.copy-right-section {
	background: linear-gradient(135deg, #7765a6 0%, #0a0118 100%);
	padding: 15px;
	text-align: center;
	bottom: 0%;
	width: 100%;
	z-index: 3 !important;
}

.copy-right-part p {
	color: #ffffff;
	margin: 0;
}

.menu-fixd-section {
	position: relative;
}


	.menu-fixd-part ul {
		width: 100%;
		display: table;
		table-layout: fixed;
		padding: 0;
		margin: 0;
	}

		.menu-fixd-part ul li {
			display: table-cell;
			text-align: center;
		}

			.menu-fixd-part ul li a img {
				margin-bottom: 5px;
			}

			.menu-fixd-part ul li a {
				display: block;
				padding: 5px 0 2px;
				font-size: 14px;
				color: #132e56;
				text-decoration: none;
				FONT-WEIGHT: 600;
			}
.explore-more-box-part h5 {
	padding: 10px;
	border-bottom: solid 2px #132e56 !important;
	color: #132e56;
	font-size: 24px;
	font-weight: 700;
}
.carousel-indicators {
	bottom: -60px;
}

	.carousel-indicators li {
		background-color: #28477f;
		border-radius: 50%;
		width: 10px;
		height: 10px;
	}

.navbar-toggler-button {
	display: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent !important;
	border-color: #4a3b6b !important;
}


/*mobile css */

.menu-fixd-part .active a {
	background: #015079;
	color: #fff;
	border-bottom: 5px solid #FEF200;
	position: relative;
}

	.menu-fixd-part .active a::after {
		content: "";
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #FEF200;
		bottom: -20px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		z-index: 5;
	}

.recharge-section-tabs {
	border-radius: 6px;
	box-shadow: 0 0px 10px 4px rgb(19 46 86 / 33%);
	width: 100%;
	border-bottom: none;
	display: inline-block;
	padding: 10px 0;
}
div#mobile
.recharge-section-tabs-padding {
	padding: 20px;
}

.recharge-section-tabs li {
	padding: 0 30px;
	display: inline-block;
}

	.recharge-section-tabs li a {
		padding: 20px 20px 5px;
		text-align: center;
		color: #fff;
		border-bottom: 5px solid transparent !important;
	}

		.recharge-section-tabs li a img {
			margin: 0 auto 5px;
			max-width: 18px;
		}

		.recharge-section-tabs li a.active {
			background: none !important;
			box-shadow: none;
			border: none;
			color: #132e56 !important;
			border-bottom: 5px solid #132e56 !important;
		}
a#dth-tab {
	color: #132e56 !important;
}

/* The container */

.radio_prepaid {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: black;
}


	/* Hide the browser's default radio button */

	.radio_prepaid input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}


/* Create a custom radio button */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	border: 2px solid #132e56;
}


/* When the radio button is checked, add a blue background */

a.active .radio_prepaid .checkmark {
	border-color: #132e56;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.explore-more-box {
	background: white;
	box-shadow: 8px 8px 10px #1d365c;
	margin-bottom: 30px;
}

.explore-more-img {
	background: linear-gradient(127deg, #132e56 0%, #6a7990 100%);
}

.explore-more-img {
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
	display: flex;
	flex-direction: column;
	height: 12rem;
	justify-content: center;
	padding: .75rem;
}

.explore-more-box h3 {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 6px;
}

.folded {
	background: #bac3e1;
	box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
	display: block;
	height: 100px;
	position: relative;
	text-align: center;
	width: 160px;
	margin: 0 auto 25px;
}

.curve {
	background: #132e56;
	background-image: radial-gradient(transparent 30%, rgba(0, 0, 0, 0.2));
	border: 0 solid rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}

/*div.folded:before, div.folded:after {
	bottom: 26px;
	box-shadow: 0 28px 8px rgba(0,0,0,0.5);
	content: "";
	height: 28px;
	position: absolute;
	width: 48%;
	z-index: -1;
}

div.folded:before {
	left: 2%;
	transform: rotate(-3deg);
}

div.folded:after {
	right: 2%;
	transform: rotate(3deg);
}*/

div.folded .curve {
	border-width: 1px 1px 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 4px 10px;
	position: absolute;
	right: -13px;
	top: 20px;
	width: 160px;
}

	div.folded .curve:after {
		border-width: 7px;
		border-style: solid;
		border-color: #134 transparent transparent #134;
		bottom: -14px;
		content: "";
		position: absolute;
		right: -1px;
	}

.curve img {
	width: 45%;
	height: 55px;
}

.curve h6 {
	font-size: 17px;
	font-weight: 600;
}

a.shortcut {
	color: #fffbff;
	font-weight: 600;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/* Show the indicator (dot/circle) when checked */
.mobile-prepaid-tabs a.active .radio_prepaid .checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.mobile-prepaid-tabs a.active .radio_prepaid .checkmark:after {
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #132e56;
	content: "";
}

.tab-content > .active {
	opacity: 1;
}

.mobile-prepaid-tabs li a {
	color: #3C3C3C;
	font-size: 18px;
}

.mobile-prepaid-tabs li {
	margin-right: 20px;
}

.mobile-prepaid-tabs {
	border: none;
}
/* width */
::-webkit-scrollbar {
	width: 2px;
}
.datepicker td, .datepicker th{
	border-radius: 0px!important;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
	color: #132e56;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-image: linear-gradient(10deg, #132e56, #8896aa)!important;
}
.datepicker-days {
	box-shadow: 3px 2px 18px #132e56;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #7765a6;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #7765a6 0%, #0a0118 100%);
	border-radius: 10px;
}
.text-right {
	text-align: right;
	margin-bottom: 10px;
}
.form-control {
	display: block;
	height: 36px;
	padding: .37rem .25rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #7765a6;
	background-color: #f8f8f8;
	background-clip: padding-box;
	border: 2px solid #528186;
	border-radius: 1px;
	-moz-appearance: textfield;
	background: transparent;
}
a#mobile-tab {
	color: #132e56 !important;
}
.form-group label {
	color: #7765a6;
	min-height: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0 !important;
}
.bg-white {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}
.button-proceed_part {
	/* box-shadow: 0 0px 8px 5px rgb(0 0 0 / 6%); */
	background-color: #132d54;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #7c8dae;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0px!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
input::placeholder {
	color: #132e56!important;
}
.recharge-amount-box .form-control {
	font-size: 32px;
	padding-left: 35px;
	background-image: url(../images/india_rup.svg);
	background-repeat: no-repeat;
	background-position: 9px 10px;
	background-size: 10px;
}
.content1 .row {
	display: flex;
	align-items: center;
}
.mobile-prepaid-content p {
	color: #3C3C3C;
}

.table td,
.table th {
	min-width: fit-content;
	text-wrap: none;
}
.best-offers-part {
	display: flex;
	border-top: 1px solid #ddd;
}

	.best-offers-part nav {
		width: 250px;
		display: inline-block;
		border-right: 1px solid #ddd;
		padding: 20px;
	}

		.best-offers-part nav .nav-tabs a {
			border: 1px solid #3C3C3C;
			border-radius: 50px;
			display: inline-block;
			width: 100%;
			margin-bottom: 15px;
			text-align: center;
			color: #3C3C3C;
			font-weight: 400;
			padding: 12px;
		}

		.best-offers-part nav .nav-tabs {
			border-bottom: none;
		}

	.best-offers-part .nav-tabs .nav-link.active {
		background: #B8E6FF !important;
		border-color: #B8E6FF !important;
	}

	.best-offers-part .nav-tabs .nav-link:hover {
		background: #B8E6FF !important;
		border-color: #B8E6FF !important;
	}

.p_0 {
	padding: 0;
}

.browse-plans-part h2 {
	padding: 30px;
}


/**/
.min_height_68 {
	min-height: 55vh;
}
/**/
.min_height_68 {
	min-height: 55vh;
}
/*front page css start*/
.menu-right {
	text-align: right;
	display: inline-block;
}

ul.menu-right > li > a {
	color: #fff !important;
	font-size: 16px;
	/*color: #fef200 !important;*/
	/*color: #753c79 !important;*/
	font-weight: 600;
}

ul.menu-right > li.active > a {
	color: #fff !important;
}

.menu-right li {
	display: inline-block;
}

.footer-menu-left-part ul {
	padding-left: 0;
	text-align: left;
	margin-bottom: 0;
}

	.footer-menu-left-part ul li {
		display: inline-block;
		padding-right: 10px;
		padding-top: 3px;
	}

		.footer-menu-left-part ul li a {
			color: #fff;
		}
/*fornt page css End*/
/*recharge report page css start*/
.add-new-device-form h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.add-new-device-form .form-group-row {
	margin-bottom: 30px;
}

.dropdown-filter-list .navbar-nav {
	text-align: right;
	padding: 0;
	display: inherit;
}

.dropdown-filter-list .navbar-expand-md {
	text-align: right;
	padding: 0;
	display: inherit;
}

.dropdown-filter-list .nav-item.dropdown {
	width: 380px;
	background: #fefefe;
	border: 1px solid #0176ac;
	box-sizing: border-box;
	text-align: left;
	border-radius: 4px;
	height: 45px;
	display: inline-block;
}

	.dropdown-filter-list .nav-item.dropdown.show {
		background: #edf9fe;
		border-color: #edf9fe;
		border-radius: 4px 4px 0 0;
	}

.dropdown-filter-list .navbar-nav a {
	color: #000 !important;
	font-size: 16px;
}

.dropdown-filter-list .dropdown-toggle::after {
	display: initial;
	float: right;
	margin-top: 10px;
}

.dropdown-filter-form {
	padding: 15px;
}

	.dropdown-filter-form .col-lg-6 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.dropdown-filter-form .col-lg-12 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.dropdown-filter-form .row {
		margin-left: -7px;
		margin-right: -7px;
	}

	.dropdown-filter-form .btn-large-border {
		background: #fff;
	}

.dropdown-filter-list .dropdown-menu {
	background-color: #edf9fe;
	border-radius: 0 0 4px 4px;
}

.dropdown-filter-form .form-group {
	margin-bottom: 24px;
}

.lapu-list-header-row {
	background: #0270aa;
	padding: 10px;
}

.has-search svg {
	position: absolute;
	right: 2px;
	width: 35px !important;
	font-size: 20px;
	top: 15px;
}

.form-button .btn-large-border {
	background: #fff;
	margin-top: 3px;
}

.form-button .btn-large {
	margin-top: 3px;
	font-size: 14px;
}

.lapu-list-table-top-row span {
	background-color: #ffe920;
}

.lapu-list-table-top-row strong {
	margin-left: 5px;
}

	.lapu-list-table-top-row strong:first-child {
		margin-left: 0;
	}

.lapu-list-table .table td,
.lapu-list-table .table th {
	padding: 10px 6px;
}

.checkbox-all .checkbox-label {
	margin-bottom: 0;
	padding: 0;
}

.checkbox-all .checkbox-btn:checked + .checkbox-label::after {
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
}

.checkbox-all .checkbox-label::before {
	height: 20px;
	width: 20px;
	margin-right: 3px;
}

tbody tr .checkbox-all .checkbox-label {
	font-size: 14px;
}

.toggle-button-cover {
	display: table-cell;
	position: relative;
	box-sizing: border-box;
}

.button-cover {
	height: 0;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 10px 20px -8px #c5d6d6;
	border-radius: 4px;
}
/*recharge  report page css start */
.filter-box-top .form-group {
	display: inline-block;
}

.filter-box-top span {
	font-size: 16px;
	color: #fff;
	padding-right: 5px;
}

.filter-date-top .form-group {
	display: inline-block;
	vertical-align: middle;
}

.filter-date-top span {
	font-size: 16px;
	color: #fff;
	padding: 0 5px;
}

.filter-date-top .form-button {
	display: inline-block;
}

.filter-date-top .btn-large-border {
	min-width: 80px;
}

.filter-date-top .btn-large {
	min-width: 80px;
}

.recharge-report-header-row .form-group {
	margin-bottom: 0;
}

.recharge-report-table .btn-large {
	height: 34px;
	border-radius: 8px;
	border: none;
	background: #b8e6ff;
	color: #000;
	line-height: 34px;
	text-transform: capitalize;
	min-width: 90px;
	font-size: 12px;
	font-weight: bold;
}

.call-back-report label {
	min-height: 17px;
}

.filter-box-top .form-group {
	margin-bottom: 0;
}

.mt-25 {
	margin-top: 25px;
}
/*recharge report page css start */
/*new report page css start*/
.blue_color {
	color: #137bac;
	font-weight: 500;
}

.red_color {
	color: red;
	font-weight: 500;
}
/*new report css End*/
.has-search svg {
	position: absolute;
	right: 2px;
	width: 35px !important;
	font-size: 20px;
	top: 10px;
}

.btn-large-border {
	height: 40px;
	border-radius: 8px;
	border: 1px solid #f2f2f2;
	background: none;
	color: #fff;
	line-height: 37px;
	text-transform: capitalize;
	min-width: 120px;
	color: #000;
}

.btn-large:hover {
	color: #000;
	text-decoration: none;
}

.btn-large {
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	border-radius: 8px;
	border: none;
	background: #b8e6ff;
	color: #000;
	line-height: 40px;
	text-transform: capitalize;
	min-width: 120px;
}

.filter-date-top .btn-large-border {
	min-width: 80px;
}

.form-button .btn-large-border {
	background: #fff;
	margin-top: 3px;
}

.btn-large-border:hover {
	opacity: 0.9;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.list__item {
	position: relative;
}

.thead-dark-bg {
	background: #0270aa;
	color: #fff;
}

.user-table-part tbody tr:nth-child(2n + 2) {
	background-color: #f2f2f2;
}

.latest-news-part h2 {
	font-size: 26px;
}

.latest-news-part h5 {
	font-size: 16px;
}

.add-member-part {
	padding: 12px 0;
}

	.add-member-part a {
		color: #fff;
		font-size: 16px;
	}

		.add-member-part a:hover {
			text-decoration: none;
		}

.btn-table {
	width: 26px;
	height: 26px;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
	line-height: 26px;
	text-align: center;
	margin-left: 1px;
}

.eye-btn {
	background: #4cae4c;
}

.pencil-btn {
	background: #eea236;
}

.key-btn {
	background: #46b8da;
}
/*recharge report page css end*/
/*about us page css start*/
.about-us-right {
	box-shadow: 0 0px 10px 3px #f2f2f2;
	padding: 20px 20px 0;
	background: #fff;
}
/*about us page css End*/
.contact-us-form-part {
	box-shadow: 0 0px 23px 18px #f2f2f2;
	margin-top: -100px;
	position: relative;
	z-index: 999999999999999;
	background: #fff;
}

.contact-us-form-left {
	padding: 45px;
}

.right_bg_contact {
	background: #f5e1f0;
	/*background: #e9e9e9;*/
	padding: 45px;
}

.contact-info-part {
	margin-top: 20px;
	position: relative;
}

	.contact-info-part span {
		width: 40px;
		height: 40px;
		background: #335087;
		opacity: 0.6;
		display: inline-block;
		border-radius: 50%;
		line-height: 40px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		vertical-align: middle;
	}

	.contact-info-part p {
		width: calc(100% - 60px);
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
		font-size: 16px;
		margin: 0;
	}

.social-media a {
	font-size: 26px;
	margin: 0 3px;
	text-align: center;
	color: #000;
}

.services-box-part {
	background: #f5e1f0;
	/* background: rgba(255, 255, 255, 0.6); */
	padding: 25px;
	text-align: center;
	margin-top: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	transition: all 0.5s ease 0s;
	position: relative;
	/*background: rgb(249 226 236 / 97%);
	/*background: rgba(255, 255, 255, 0.6);*/
	/*padding: 25px;
	text-align: center;
	margin-top: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	transition: all 0.5s ease 0s;
	position: relative;*/
}

	.services-box-part:hover {
		transition: all 0.3s linear;
		transform: scale(1.1);
		box-shadow: 0px 0px 10px 2px rgb(227 187 197);
		/*box-shadow: 0px 0px 3px 1px rgb(216 31 121);*/
	}



	.services-box-part::after {
		width: 0%;
		height: 2px;
		background: #fa4307;
		display: inline-block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		transition: all 500ms ease;
	}

	.services-box-part:hover::after {
		width: 100%;
		height: 2px;
		background: #d1267e;
		display: inline-block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.services-box-part:hover h3 {
		color: #fa4307;
	}

.services-box-img {
	height: 90px;
	width: 90px;
	border: 1px solid;
	border-radius: 50%;
	padding: 15px;
	line-height: 60px;
	margin: 0 auto 20px;
}

	.services-box-img img {
		max-width: 100%;
	}

.services-box-img {
	height: 90px;
	width: 90px;
	border: 2px solid rgb(214 136 167);
	border-radius: 50%;
	padding: 15px;
	line-height: 60px;
	margin: 0 auto 20px;
	background: #f1e2e9;
}

.about-us-right-box ul {
	padding-left: 0;
}

	.about-us-right-box ul li {
		display: inline-block;
		font-weight: 600;
		font-size: 14px;
	}

.about-us-right-box li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	color: #474747;
}

	.about-us-right-box li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 7px;
		display: block;
		line-height: 30px;
		font-size: 18px;
		color: #d1267e;
		font-weight: 400;
		width: 16px;
		height: 16px;
		line-height: 51px;
		border-radius: 50%;
		border: 2px solid #d1267e;
		text-align: center;
	}
@media (min-width: 768px) {
	#grid-index_filter, div#grid-index_paginate {
		float: inline-end;
	}
}
@media (max-width: 768px) {
	div#grid-index_length, div#grid-index_filter {
		margin-left: 15px;
	}
}
.table {
	width: 100% !important;
}
.why-choose-us-banner {
	background: url(../images/Frame-26-4.png);
	background-size: contain;
}
.btn-group {
	margin-bottom: 20px;
}
.about-us-bg {
	background: url(../images/Frame-26-4.png);
	background-size: contain;
}

.about-us-h_bg {
	background: #c8e3f3;
}

.services_bg {
	background: url(../images/red_dots.png);
	background-repeat: repeat;
	background-size: contain;
}

.why-choose-right-box ul {
	padding-left: 0;
}

.why-choose-right-box li {
	list-style: none;
	background: rgba(255, 255, 255, 0.2);
	margin-bottom: 10px;
	box-shadow: 0 4px 4px #ddd;
	padding: 16px 10px 0;
	border: 1px solid #f2f2f2;
}

	.why-choose-right-box li:hover {
		transition: all 0.3s linear;
		transform: scale(1.1);
		box-shadow: 1px 1px 10px 1px rgb(117 60 121 / 88%);
	}

.why-choose-box h3 {
	font-size: 18px;
}
.content-header .d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#txtRefreshTime{
	width: fit-content;
}
.why-choose-box-img {
	width: 70px;
	display: inline-block;
	vertical-align: top;
}
input#txtRefreshTime{
	border: 1px solid;
}
.why-choose-box {
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: top;
}
thead tr th {
	position: sticky !important;
	top: -1px;
	z-index: 1;
	background: #7765a6 !important;
	text-align: left;
	color: white;
	padding: 8px;
	font-size: 17px;
	font-weight: 700;
	border-right: 1px solid white;
	width: fit-content !important;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*}
.td-fit-content {
	max-width: fit-content !important;
}
#div-center {
	width: 700px;
}
div#div1 td {
	text-align: left;
}
.table-responsive.active-projects.task-table thead tr th {
	border-right: none !important;
	color: white;
	padding: 0.625rem 1.25rem;
	text-align: left;
}
table {
	width: 99%;
	margin: auto;
	border-collapse: collapse;
}
.dropdown-menu{
	z-index: 2!important;
}


td {
	border-bottom: 1px solid #E6E6E6;
	padding: 0.625rem 1.25rem;
}

.active-projects .tbl-caption {
	padding: 10px;
}

.heading {
	font-size: 25px;
	color: #132e56;
	margin: 0;
}

.table-responsive {
	background: white;
	max-height: 650px; 
	overflow-y: auto; 
	overflow-x: auto; 
	
}
input#CustomerNo:focus-visible, input#CustomerNo:focus {
	outline: none !important;
	box-shadow: none;
}
.d-flexx{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
h3.box-title {
	text-decoration: underline;
	margin-bottom: 15px !important;
	color: #477f83;
	font-size: 32px;
	font-weight: 700;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: transparent!important;
}
input.btn.btn-danger.Remove {
	border-color: #d61c05 !important;
}
.addnotibtn {
	margin-bottom: 20px;
	background: linear-gradient(124deg, #132e56, transparent) !important;
	border-color: #132e56 !important;
}

div.table-responsive {
	margin-bottom: 80px;
}
ul.toggle-block {
	padding-left: 0 !important;
}
div#grid-index_paginate {
	text-align: end;
}
div#grid-index_wrapper .row {
	display: flex;
	align-items: center;
}
#btnClose:hover {
	cursor: pointer;
}

.dataTables_filter {
	display: none;
}

#PaginationUl li {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: green;
	color: #fff;
}
td {
	max-width: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	td:hover {
		text-wrap: normal;
		max-width: 500px;	
	}
ul.toggle-block {
	padding-left: 0 !important;
}
.cursor {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgb(8, 8, 106);
	box-shadow: 0 0 10px #2f00ff6e, 0 0 20px #005eff, 0 0 30px #0000ff;
	pointer-events: none;
	transform: translate(-50%, -50%);
	animation: fadeOut 0.5s forwards;
	z-index: 1000;
}

@keyframes fadeOut {
	to {
		opacity: 0;
		transform: scale(2);
	}
}

#PaginationUl {
	display: flex;
}
.paginate_button.active a{
	z-index: 0!important;
}
#PaginationUl li:hover {
	background: blue;
	color: #fff;
}
@media (min-width: 992px) {
	.box_sec_icon {
		width: 22%;
	}

}
@media (min-width: 768px) {
	.box_sec_icon {
		width: 15%;
	}
	
}
@media (max-width: 767px) {
	.table_row {
		margin-bottom: 50px;
	}
}
@media (min-width: 575px) and (max-width: 767px) {
	.box_sec_icon {
		width: 10%!important;
	}
}
