@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

.dasboard-menubox {
	background-color: #ececec;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 8px rgb(173 173 180);
}

.dasboard-iconbox {
	padding-top: 40px !important;
	padding-bottom: 23px !important;
}

.dasboard-menubox-btn {
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

/* @ By Jignesh */
.inputInsideIcon {
	position: absolute !important;
	bottom: 20px !important;
	right: 15px !important;
	z-index: 1 !important;
}

.input-style-2 span {
	color: #a2a2a7 !important;
	opacity: 1 !important;
	transform: translateY(-25px) !important;
	right: unset;
	color: #007bff !important;
}

.icon-check label {
	color: #05050a !important;
	opacity: 1 !important;
}

input, textarea, select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 0px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
	margin: 0px;
	padding: 0px;
}


input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	/*padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
}

/* btm submit width 100% and background color change*/

.bg-blue-dark-btn {
	width: 100%;
	background-color: #025196 !important;
}

.bg-yellow-dark-btn {
	width: 100%;
	background-color: #fdb338 !important;
	color: #025196 !important;
}

/* Pin input */
.pin {
	height: 45px;
	width: 45px;
	font-size: 18px !important;
	text-align: center;
}

.pin::-webkit-inner-spin-button,
.pin::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.header {
	/*background-image: linear-gradient(to right, #12397C, #009ADC);*/
	border: 0px !important;
	background-color: #fff;
	color: #000 !important;
}

.header {
	box-shadow: 0px 0px 6px #ccc !important;
}

.header .header-icon {
	font-size: 18px;
	position: initial;
	background: #1a90f733 !important;
	border-radius: 25px;
	padding: 8px;
	margin-left: 10px;
	line-height: 49px;
	height: 36px !important;
	width: 36px !important;
}

.right-header-icon {
	margin-right: 10px !important;
	margin-left: 5px;
	margin-top: 6px;
	line-height: 25px !important;
}

.header .header-icon {
	color: #5085b1 !important;
}

.header .header-title {
	color: black !important;
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif !important;
}

.header .header-title {
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

/* Credit card design*/
.credit-card {
	/*	background-image: url(../../creditcard.jpg);*/
	border-radius: 10px !important;
	background-size: cover;
}

.credit-card-box {
	border-radius: 10px !important;
}

.credit-card-font {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif !important;
	color: white;
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 600;
}

.credit-card-font-black {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif !important;
	color: black;
	letter-spacing: 1px;
	font-weight: 600;
	opacity: 0.9;
}

.credit-card-font-yellow {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif !important;
	color: #fdb338;
	letter-spacing: 1px;
	opacity: 0.9;
}

.p-line-hight {
	line-height: 14px !important;
}

.credit-card-font-blue {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif !important;
	color: #025196;
	letter-spacing: 1px;
	opacity: 0.9;
}


.credit-card-sim-img {
	border-radius: 3px;
}

.credit-text-end {
	text-align: end;
}


.credit-bar {
	border-radius: 10px !important;
	background-color: #025196 !important;
	box-shadow: 0px 0px 6px #ccc !important;
}

.credit-bar-color {
	background: #fffc00;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #f9c05a, #e28d05);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #f9c05a, #e28d05);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.credit-bar-graph {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	background-color: white !important;
	padding-bottom: 10px;
}

.box-btn {
	margin: 0px !important;
	height: 64px !important;
	border-radius: 6px !important;
}

.icon-m {
	margin: auto 0;
}

/* Search in invoices page*/
.input-group-text {
	background-color: #fdb338 !important;
}

.grey-bg {
	background: #8e9eab;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #eef2f3, #8e9eab);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #eef2f3, #8e9eab);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Start new offer module css */
.bg-blue-font-white {
	background-color: #025196 !important;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	/* padding:0px !important; */
	margin: 0px !important;
	line-height: 16px !important;
}

.bg-blue-font-white>td {
	border: 1px solid #025196;
}

.bg-blue-font-white td>p {
	color: #ffffff;
}

.offer-blue-font {
	color: #025196;
	font-weight: bold;
	font-size: 12px;
	/* padding:0px !important; */
	margin: 0px !important;
	line-height: 16px !important;
}

.offer-blue-font-rs {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	/* padding:0px !important; */
	margin: 0px !important;
	line-height: 16px !important;
}

.offer-black-font {
	color: #000;
	font-size: 11px;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 16px !important;
}

.offer-dark-grey-font {
	color: #4e4646;
	font-size: 11px;
	/* padding:0px !important; */
	margin: 0px !important;
	line-height: 16px !important;
}


.offer-red-font {
	color: #e74444;
	/*  font-weight: bold; */
	font-size: 11px;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 16px !important;
}

.offer-red-font-od {
	color: #ec1d1d;
	font-weight: bold;
	font-size: 15px;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 16px !important;
}

.offer-blue-font-od {
	color: #025196;
	font-weight: bold;
	font-size: 15px;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 16px !important;
}

.bg-yellow-white-btn {
	width: 100%;
	background-color: #fdb338 !important;
	color: #f6f9fc !important;
}

.dist-total {
	width: 100%;
	padding-left: 40px;
}

.dist-list {
	padding-left: 16px !important;
	margin-bottom: 0px !important;
}

.cart-div {
	width: 100%;
	height: 40px;
}

.cart-delete-item {
	/* background-color: red; */
	font-weight: bold;
	color: #4e4646;
	padding: 1px 4px 1px 4px;
	float: right;
	margin-right: 0.3125rem;
}

.dist-border {
	width: 95%;
	height: 34px;
	border: 1px solid #939292;
	padding-left: 10px;
	background-color: #025196;
	color: #ffffff;
	margin: 10px;
	line-height: 2.5;
	border-radius: 3px;
}

.proceed-to-buy {
	width: 95%;
	height: 40px;
	border: 1px solid #939292;
	padding-left: 10px;
	background-color: #ffa916 !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	line-height: 2.7;
	border-radius: 3px;
	cursor: pointer;
}


.cart-count {
	float: right;
	background-color: #007bff;
	text-align: center;
	font-weight: bold;
	height: 34px;
	width: 34px;
	font-size: 15px;
	color: white;
	border-radius: 34px;
	margin-right: 0.625rem;
	line-height: 34px;
}

.cart-image {
	float: right;
	height: 34px;
	width: 41px;
	margin-right: 5px;
}

.capital {
	text-transform: uppercase;
}

.title {
	text-transform: capitalize;
}

/************** End new offer module css *******************/

/************* on dist invoice page on otf invoice page *****************/
.dist-name-round {
	background: #80808040;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	/* float: left; */
	text-align: center;
	padding: 4px;
}

.dist-name-list {
	height: 32px;
	/* float: left; */
	text-align: center;
	padding: 4px;
}

/***************** End on dist invoice page on otf invoice page ********************/

.red-indicator {
	height: 37px;
	width: 5px;
	border-radius: 0 10px 10px 0;
	background-color: #ff2341;
}

.orange-indicator {
	height: 37px;
	width: 5px;
	border-radius: 0 10px 10px 0;
	background-color: #f5ca2c;
}

.green-indicator {
	height: 37px;
	width: 5px;
	border-radius: 0 10px 10px 0;
	background-color: #7ed321;
}

.middle th, .middle td {
	vertical-align: middle;
}

.table-not-striped tbody tr:nth-of-type(odd), .table-not-striped thead tr:nth-of-type(odd), .table-not-striped tfoot tr:nth-of-type(odd) {
	background-color: transparent !important;
}

/*
.header, .people-summary {
		/*background-image: linear-gradient(to right, #12397C, #009ADC);*/
/*		border: 0px !important;
		background-color: #fff;
		color: #000 !important;
}

.header {
		box-shadow: 0px 0px 6px #ccc !important;
}

.color-white {
		letter-spacing: 0.5px;
}
.people-summary {
		margin: 15px;
		border-radius: 15px !important;
		padding: 12px;
		color: #000 !important;
		font-weight: 900 !important;
		font-size: 18px !important;
		box-shadow: 1px 3px 10px #ccc !important;
		border: 1px solid #d1d1d150 !important;
		background: none !important;
		background-color: #fff !important;
}
.card-border3 {
		margin: 15px !important;
}
.cancelHighligh {
		margin: 12px !important;
		border-radius: 15px !important;
		box-shadow: 1px 3px 10px #ccc !important;
		background: #fe3e50 !important;
}
.color-black {
		color: #000 !important;
		letter-spacing: 0.5px;
}
.header .header-icon {
	    font-size: 18px;
}
.header .header-icon {
	color: #1A237E !important;
}
.header .header-title {
	color: #1A237E !important;
}
.theme-dark .header,.theme-dark .people-summary {
		background-image: linear-gradient(to right, #263238, #263238);
		border: 0px !important;
		background-color: #263238;
}
.header .header-title {
		font-size: 18px;
		letter-spacing: 0.5px;
}
.squareblock {
	    border-radius: 12px !important;
		color: #000 !important;
		font-weight: 900 !important;
		font-size: 18px !important;
		box-shadow: 1px 3px 10px #ccc !important;
		border: 1px solid #d1d1d150 !important;
		background: none !important;
		line-height: 52px;
		height: 55px;
		width: 55px;
}
.sq-block {
		border-radius: 12px !important;
		color: #000 !important;
		font-weight: 900 !important;
		font-size: 18px !important;
		box-shadow: 1px 3px 10px #ccc !important;
		border: 1px solid #d1d1d150 !important;
		background: none !important;
		background-color: #fff !important;
}
.bottomMenu {
    background-color: #fff !important;
    border-top: 1px solid #d1d1d1;
}
.bottomMenu a {
    border-right:1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	min-width: 72px;
}

em{
	position: absolute;
    top: 14px;
    font-size: 16px;
    font-style: normal;
    right: 8px;
    color: #000204;
}
*/

/* Vipin */
.loginPage .input-group-text {
	background-color: transparent !important
}

.loginPage .phone {
	position: relative;
}

.mobile_number {
	padding-left: 40px !important;
	color: #000 !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.referral_code {
	color: #000 !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.dail {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0.75rem;
	color: #000 !important;
	font-size: 1rem;
	font-weight: 400;
	display: block;
}

.loginPage .phone input {
	border-radius: 0px;
	border-color: #000;
	color: #000;
	font-size: 1rem !important;
	font-weight: 400;
	height: 40px;
	padding: 6px 10px;
	padding-left: 44px;
	margin-bottom: 0px;
}
.phone1 input {
	border-radius: 0px;
	border-color: #000;
	color: #000;
	font-size: 1rem !important;
	font-weight: 400;
	height: 40px;
	padding: 6px 10px;
	/* padding-left: 44px; */
	margin-bottom: 0px;
}

.form-label {
	font-weight: bold;
	color: #000;
}

.btn {
	font-size: 14px;
	min-width: 120px;
	padding: 8px 20px;
	font-weight: 600;
}

.btn-sm {
	font-size: 0.75rem !important;
	padding: 0.40rem 1.5rem !important;
	font-weight: 600 !important;
}

.btn-primary {
	background-color: #025196;
	border-color: #3959CA;
}

.btn-light {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: #000000;
}
.btn-white {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000000 !important;
}

.text-white {
	color: #ffffff !important;
}

.custom-control-label {
	font-size: 11px;
	color: #000;
	line-height: 1.5;
}

.loginPage .custom-control-label::before {
	top: -0.02rem;
}

.loginPage .custom-control-label::before, .loginPage .custom-control-label::after {
	top: -0.05rem;
}

.otp-inputs {
	max-width: 300px;
	margin: 10px auto;
}

.otp-inputs .form-control {
	height: 40px;
	background-color: #E5E5E5;
	border: 1px solid transparent;
	-webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

.otp-inputs .form-control:focus {
	box-shadow: none;
	border: 1px solid #025196
}

.profile-form .form-group {
	margin-bottom: 0.5rem;
}

.formInput {
	border-radius: 10px;
	border-color: #000;
	height: 40px;
	font-size: 14px;
	padding: 0.5rem 1.75rem 0.5rem 0.75rem;
}

.top-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 0.8rem;
}

.shadow-card {
	box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
	border-radius: 0.8rem;
	/* padding: 1rem; */
	padding: 1rem 0.5rem;
	margin-bottom: 1rem;
	background-color: #ffffff;
}
.page-wrap {
	border-radius: 1rem 1rem 0rem 0px;
    background: #ffffff;
    padding: 0.8rem;
	position: relative;
}
.or {
	position: relative;
	margin-bottom: 1rem;
}
.or span{
	background-color: #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	border-radius: 50%;
}
.or:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	display: block;
	background-color: #808080;
	top: 50%;
	transform: translateY(-50%);
}
.innerHeader {
	position: relative;
	background-color: #3959CA;
	color: #fff;
	height: 80px;
	padding: 0.8rem;
	display: flex;
	align-items: flex-start;
}
.pageHeaderWrap {
	position: relative;
}

/* .pageHeaderWrap .page-wrap {
	position: relative;
	margin-top: -30px;
} */

.helpBox{
	border: 1px solid #025196;
	border-radius: 20px;
	max-width: 80px;
	width: 100%;
	margin-left: auto;
	padding: 5px 10px;
	color: #025196;
	float: right;
}

.headerTitle {
	color: #ffffff;
	letter-spacing: 0.3px;
	font-weight: 600;
	margin: 0px;
}
.backButton {
	color: #fff;
}
.otpModal {
    position: fixed;
    bottom: 0px;
    width: 100%;
	min-height: 280px;
    /*background: rgb(57 89 202 / 71%);*/
    background: rgb(57 89 202 / 94%);
    color: #fff;
    border-radius: 1rem 1rem 0rem 0rem;
    padding: 20px 10px;
}
.otpModal h4, .otpModal h6 {
	color: #ffffff;
	font-weight: 600;
}
.otpModal .otp-inputs .form-control {
 background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
}
.same-width{
	min-width: 200px;
}
.pass-icon{
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	padding: 5px 10px;
}
.phone1{
	position: relative;
}
.waiting-loader{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-floating {
    position: relative;
}
.form-floating>.form-control {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control::placeholder {
	color: transparent;
  }
#aadhar_number::placeholder {
	/* color: red; */
	font-size: 100px;
}
.foueDigitBlock {
	max-width: 212px;
	margin: 0 auto;
}

.foueDigitBlock .otp-inputs .form-control{
	max-width: 44px;
	margin-right: 12px;
}
.foueDigitBlock .otp-inputs .form-control:last-child{
	max-width: 44px;
	margin-right: 0px;
}
.back-button{
	margin-left: 21px;
    font-size: 15px;
	color:#025196 !important;
}
/* button.btn{
	line-height: 42px;width: 200px;padding: 0px !important;font-size: 17px !important;
} */
/* .card.card-body{
	box-shadow: 0 0 29px 0 rgb(18 66 101 / 8%);
	border-bottom: #fdb338 5px solid !important;
	border-radius: 0.8rem;
} */
