.d-block {
	display: block !important;
}
.d-inline{
	display: inline !important;
}
.d-flex {
	display: flex !important;
}
.d-none {
	display: none !important;
}
.flex-dir-col {
	flex-direction: column !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-space-between {
	justify-content: space-between !important;
}
.justify-space-around {
	justify-content: space-around !important;
}
.justify-flex-end {
	justify-content: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.d-none {
	display: none !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.visibility-hidden {
	visibility: hidden !important;
}
.item-center {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.item-start-center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.item-end-center {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.item-space-betn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item-center-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-space-around {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.item-flex {
	display: flex;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.pointer {
	cursor: pointer !important;
}
.cursor-default{
	cursor: default !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.font-semibold {
	font-weight: 500 !important;
}
.rounded {
	border-radius: 50% !important;
}
.no-border {
	border-radius: 0px !important;
}
.noborder {
	border: none !important;
}
.float-right {
	float: right !important;
}
.fullwidth {
	width: 100% !important;
}
.fullheight {
	height: 100% !important;
}
.width-auto {
	width: auto !important;
}
#kNotifier {
	margin-top: 20px;
	display: none;
}
.color-red {
	color: #db2828 !important;
}
.color-white {
	color: white !important;
}
.color-gray {
	color: gray !important;
}
.color-teal {
	color: #008080 !important;
}
.color-black {
	color: rgba(0, 0, 0, 0.87) !important;
}
.color-lightgray {
	color: lightgray !important;
}
.bg-light-purple {
	background: #ebe5f0 !important;
}
.bg-lightgray {
	background: #f2f2f2 !important;
}
.bg-lightpurple {
	background: #F7F4FA !important;
}
.text-underline {
	text-decoration: underline !important;
}
.inline-block {
	display: inline-block !important;
}
.pointer-none {
	pointer-events: none !important;
}

/*Font sizes */

.size-11 {
	font-size: 11px !important;
}

.size-12 {
	font-size: 12px !important;
}

.size-13 {
	font-size: 13px !important;
}

.size-14 {
	font-size: 14px !important;
}

.size-15 {
	font-size: 15px !important;
}

.size-16 {
	font-size: 16px !important;
}

.size-17 {
	font-size: 17px !important;
}

.size-18 {
	font-size: 18px !important;
}

.size-20 {
	font-size: 20px !important;
}
.size-24 {
	font-size: 24px !important;
}
.width-100 {
	width: 100% !important;
}
.width-75 {
	width: 75% !important;
}
.width-50 {
	width: 50% !important;
}
.width-25 {
	width: 60% !important;
}

.height-100 {
	height: 100% !important;
}
.height-75 {
	height: 75% !important;
}
.height-50 {
	height: 50% !important;
}
.height-25 {
	height: 60% !important;
}

.max-height-100px{
	max-height: 100px !important ;
}

/* overflow styles */
.overflow-hidden{
	overflow: hidden !important;
}
.overflow-scroll{
	overflow: scroll !important;
}

/* positions */
.position-rel{
	position:relative;
}

.position-abs{
	position:absolute;
}



.underlineField {
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #dfdfdf !important;
	font-weight: normal !important;
	/*width: 100% !important;*/
}
.underlineField .menu {
	border-color: #ece3e3 !important;
	border-radius: 0px !important;
}
.ui.link.button {
	padding: 15px 0px !important;
	font-size: 17px !important;
	background-color: transparent !important;
}
.ui.link.positive.button {
	color: #faa61a !important;
}
.ui.modal .header {
	background: #5d2e8e;
	color: white;
}
.khaltiBorer {
	border-color:#5d2e8e!important;
}
.khalti-error {
	margin-top: 3px !important;
	font-weight: normal;
	color: #ba0e0e;
}
.khalti-helptext {
	font-size: 13px !important;
	margin-top: 5px !important;
	font-weight: normal;
	color: grey;
}
.ui.segment,
.ui.segments {
	box-shadow: none;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
.ui.form .field :disabled {
	opacity: 0.7;
}
.ui.primary.disabled.button {
	opacity: 0.5 !important;
}
/*:global(.underlineField .menu .option .ui.label) {
	background: transparent !important;
	color: black !important;
	font-size: 14px !important
}*/

/*Calendar overrides */
.react-datepicker-wrapper {
	width: 100%;
}
.react-datepicker__input-container {
	width: 100%;
}
.react-datepicker__header {
	background: #5d2e8e !important;
}
.react-datepicker__header * {
	color: white !important;
}
.react-datepicker-popper[data-placement^="bottom"]
		.react-datepicker__triangle {
	border-bottom-color: #5d2e8e !important;
}

/*SVG Icon Wrapper*/

.IconWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.IconWrapper .IconContent {
	width: 150px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 10px 5px;
	/*box-shadow: 0px 0px 0px 1px #f2f2f2;*/
}
/*:global(.IconWrapper img) {
	width: 60px !important;
}*/

.ServiceListIcon {
	margin-bottom: 10px;
	border: 1px solid #f2f2f2 !important;
}
.ServiceListIcon img {
	height: 84px !important;
}

#pushMessageWebImg {
	display: block;
	width: 100%;
}

#pushMessageMobImg {
	display: none;
	width: 100%;
}

@media only screen and (max-width: 1499px) and (min-width: 992px) {
	.IconWrapper .IconContent {
		width: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.IconWrapper .IconContent {
		width: 120px; /* initial 100 */
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#pushMessageWebImg {
		display: none;
	}

	#pushMessageMobImg {
		display: block;
	}

	.modalButton.button.ui{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		font-size:  1rem !important;
	}

	.no-padding .ui.stackable.grid>.wide.column{
		padding: 0 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Semantc overrides */

@media only screen and (max-width: 1499px) and (min-width: 992px) {
	.ui.container {
		width: 100% !important;
	}

	.IconWrapper .IconContent {
		width: 130px;
	}
}
@media only screen and (max-width: 1499px) and (min-width: 768px) {
	html {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 12px;
	}
	body {
		/*background: white !important;*/
		padding-bottom: 50px;
	}
	.ui.container {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.ui.segment {
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 0px;
		/*border: none;*/
		box-shadow: none;
	}

	.IconWrapper .IconContent {
		width: 120px; /* initial 100 */
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.ServiceListIcon {
		width: 45% !important;
	}
	.dropdown .menu {
		max-height: 250px;
	}
	.ui.button {
		font-size: 15px;
	}
}

.slider-control-bottomcenter button {
	/*background: red !important;*/
	color: purple !important;
}

/* essentials */
.mg-top-0 {
	margin-top: 0px !important;
}
.mg-btm-0 {
	margin-bottom: 0px !important;
}
.mg-top-5 {
	margin-top: 5px !important;
}
.mg-btm-5 {
	margin-bottom: 5px !important;
}
.mg-top-10 {
	margin-top: 10px !important;
}
.mg-btm-10 {
	margin-bottom: 10px !important;
}
.mg-right-0 {
	margin-right: 0px !important;
}
.mg-right-5 {
	margin-right: 5px !important;
}
.mg-right-10 {
	margin-right: 10px !important;
}
.mg-top-15 {
	margin-top: 15px !important;
}
.mg-btm-15 {
	margin-bottom: 15px !important;
}
.mg-top-20 {
	margin-top: 20px !important;
}
.mg-btm-20 {
	margin-bottom: 20px !important;
}
.mg-left-10 {
	margin-left: 10px;
}
.mg-left-20 {
	margin-left: 20px;
}
.mg-top-30 {
	margin-top: 30px !important;
}
.mg-top-35 {
	margin-top: 35px !important;
}
.mg-btm-35 {
	margin-bottom: 35px !important;
}
.no-padding {
	padding: 0px !important;
}

.pd-5 {
	padding: 5px !important;
}
.pd-10 {
	padding: 10px !important;
}
.pd-15 {
	padding: 15px !important;
}
.pd-top-0 {
	padding-top: 0px !important;
}
.pd-left-0 {
	padding-left: 0px !important;
}
.pd-right-0 {
	padding-right: 0px !important;
}
.pd-btm-0 {
	padding-bottom: 0px !important;
}
.pd-left-10 {
	padding-left: 10px !important;
}

.pd-left-15 {
	padding-left: 15px !important;
}
.pd-right-10 {
	padding-right: 10px !important;
}
.pd-top-0 {
	padding-top: 0px !important;
}
.pd-top-5 {
	padding-top: 5px !important;
}
.pd-top-10 {
	padding-top: 10px !important;
}
.pd-top-15 {
	padding-top: 15px !important;
}
.pd-top-20 {
	padding-top: 20px !important;
}
.pd-left-20 {
	padding-left: 20px !important;
}

.pd-btm-5 {
	padding-bottom: 5px !important;
}
.pd-btm-10 {
	padding-bottom: 10px !important;
}
.pd-btm-20 {
	padding-bottom: 20px !important;
}
.pd-btm-10 {
	padding-bottom: 10px !important;
}
.pd-10 {
	padding: 10px !important;
}
.pd-5 {
	padding: 5px !important;
}
.pd-top-30 {
	padding-top: 30px !important;
}
.no-margin {
	margin: 0 !important;
}
.mg-top-50 {
	margin-top: 50px !important;
}
.mg-btm-50 {
	margin-bottom: 50px !important;
}
.opacity50 {
	opacity: 0.5 !important;
}
.mg-auto{
	margin: auto;
}


.rotate-0 {
	transform: rotate(0deg) !important;
}
.rotate-45 {
	transform: rotate(45deg) !important;
}

/* Extras */

.rule {
	height: 2px;
	background: #c3c3c3;
}
.rule:before,
.rule:after {
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 10px;
	float: left;
	background: #c3c3c3;
	margin-top: -4px;
}
.rule:after {
	float: right;
}
.infinite-scroll-component {
	overflow: hidden !important;
}

.push-msg-content {
	padding: 0px 15px 10px 15px;
	line-height: 20px;
}

/* Margins and Paddings */
.FreeAccountLimitCol{
	/* padding: 0.5rem !important */
}

/* input number change */

/* Chrome, Safari, Edge, Opera */
/* 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;
}

.image-cover{
	object-fit: cover !important;
}

/* json editor styles */
#json-editor-container{
	width:100% !important;
}

#json-editor-outer-box{
	width:100% !important;
}
.registration_box--nlKhx {
	padding: 80px 40px;
	padding-top: 45px;
}

@media screen and (max-width: 720px) {
	.registration_box--nlKhx {
		padding: 0px 0px;
		padding-top: 40px;
	}
}

@media screen and (max-width: 720px) {
	.login_button_position--2V6qi {
		position: absolute;
		right: 5%;
		top: 10px;
		margin-bottom: 18px;
		text-decoration: none;
		border-radius: 20px;
		border: 2px solid rgb(93, 46, 142);
		background: #fff;
		color: rgb(93, 46, 142);
		padding: 10px 40px;
	}
}
@media screen and (min-width: 720px) {
	.login_button_position--2V6qi {
		position: absolute;
		right: 30%;
		top: 40px;
		margin-bottom: 18px;
		text-decoration: none;
		border-radius: 20px;
		border: 2px solid rgb(93, 46, 142);
		background: #fff;
		color: rgb(93, 46, 142);
		padding: 10px 40px;
	}
}
.whiteBackground--3MyEK {
	background-color: #fff;
}

.subImagePostioning--1yNoO {
	position: relative;
	left: 30%;
	top: 20%;
	width: 40%;
}
.bankIntegrationStyle--iWvt3 {
	color: white;
	font-size: 32px;
}

.createAccount--1XyFJ {
	text-decoration: none;
	color: #000;
	/*text-decoration: underline;*/
}
.forgotPasswordLink--1i8E1 {
	text-decoration: none;
	color: rgb(93, 46, 142);
	/*text-decoration: underline;*/
	padding-left: 20px;
	margin-top: 20px;
}
.submitButtonStyling--2190A {
	border-radius: 20px;
	padding-left: 48px;
	padding-right: 48px;
}
.cashlessStyle--3JajJ {
	padding-left: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #5C2D91;
}
.belowCashlessStyle--mz0VF {
	padding: 20px 0px 20px 18px;
	color: gray;
}
.leftPad18--3LI3h {
	padding-left: 18px;
}
.topPad18--q6nTN {
	padding-top: 18px;
}
.remainingHeight--3qZZW {
	height: "clac(100vh - 100px)";
}
.smallScreenHidden--kq0FJ {
	display: none;
}
#KhaltiLoginForm--3K2vP {
	margin-top: 20px;
}
@media screen and (min-width: 720px) {
	.bigScreenImage--JRLKh {
		height: calc(100vh - 100px);
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.smallScreenHidden--kq0FJ {
		display: block;
	}
}

.ContentFlex--fKbcj {
	height: 100%;
	/*display: flex;*/
}

.LeftContent--3jkxj {
	width: 50%;
	position: fixed;
	height: 100%;
	/*height: 100vh;*/
}

.RightContent--3IQzJ {
	width: 50%;
	float: right;
	padding-bottom: 100px;
}

.LogoWrapper--1fy-V {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-left: 25px;
	cursor: pointer;
}

.HomeLink--2wHNT {
	margin-top: 20px;
	margin-right: 50px;
	color: #5C2D91;
	cursor: pointer;
	font-size: 16px;
}

@media screen and (max-width: 720px) {
	.smallScreenHidden--kq0FJ {
		display: none;
		margin: 0;
		padding: 0;
	}
	.LogoWrapper--1fy-V {
		padding-left: 0px;
	}
	.LeftContent--3jkxj {
		display: none;
	}
	.RightContent--3IQzJ {
		width: 100%;
	}
}



#CoverContentColumn--2GHUI {
	height: 100%;
	padding: 0px;
}
.CoverContentWrapper--_bTBR {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.CoverContent--3dCfZ {
	color: white;
}

.TextContent--2wH7Z {
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 20px;
}
@media screen and (min-width: 720px) {
	.paddedBox--dvEY_ {
		padding-top: 40px;
		padding-left: 24px;
	}
	.shiftedMap--2atlh {
		position: relative;
		margin-left: -68px;
	}
}

.whiteBackground--2t-X2 {
	background-color: #fff;
}
.progressbar--3Vv23 {
	counter-reset: step;
}
.progressbar--3Vv23 li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	color: #7d7d7d;
	margin-bottom: 36px;
}
.progressbar--3Vv23 li:before {
	width: 20px;
	height: 20px;
	content: " ";
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 0px auto;
	border-radius: 50%;
	background-color: white;
	margin-top: 5px;
}
.progressbar--3Vv23 li:after {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar--3Vv23 li:first-child:after {
	content: none;
}
.progressbar--3Vv23 li.active--RZNXx {
	color: #5d2e8e;
}
.progressbar--3Vv23 li.active--RZNXx:before {
	border-color: #5d2e8e;
	background-color: #5d2e8e;
}
.progressbar--3Vv23 li.active--RZNXx + li:after {
	background-color: #5d2e8e;
}
.leftPad18--TvnDk {
	padding-left: 18px;
}
.topPad18--3yakv {
	padding-top: 18px;
}
.RecoverStyle--Dx8EB {
	padding-left: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #5C2D91;
}
.belowRecoverStyle--_yvWU {
	padding-left: 8px;
	padding: 10px 0px 20px 18px;
	color: gray;
}
.remainingHeight--disVW {
	height: "clac(100vh - 100px)";
}
.smallScreenHidden--1njjI {
	display: none;
}
@media screen and (min-width: 720px) {
	.bigScreenImage--2vWkb {
		height: calc(100vh - 100px);
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.smallScreenHidden--1njjI {
		display: block;
	}
}
@media screen and (max-width: 720px) {
	.smallScreenHidden--1njjI {
		display: none;
	}
	.paddedBox--dvEY_ {
		padding-top: 50px;
	}
	.progressbar--3Vv23 li {
		width: 40%;
	}
}

.paddedButton--2ALx9 {
	border-radius: "20px";
	padding-left: "18px";
	padding-right: "18px";
}

