﻿* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'PPRadioGrotesk-Regular';
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none !important;
	box-shadow: none !important;
}

.mt-30 {
	margin-bottom: 27px !important;
}

@font-face {
	font-family: 'PPRadioGrotesk-Medium';
	src: url('../fonts/woff/PPRadioGrotesk-Medium.woff');
}


@font-face {
	font-family: 'PPRadioGrotesk-Regular';
	src: url('../fonts/woff/PPRadioGrotesk-Regular.woff');
}


@font-face {
	font-family: 'PPRadioGrotesk-Bold';
	src: url('../fonts/woff/PPRadioGrotesk-Bold.woff');
}


.merchant_stepform {
	width: 100%;
	margin: 0 auto;
}

.merchant_logo {
	margin-bottom: 86px;
}

.merchant_content h1 {
	font-size: 40px;
	font-family: PPRadioGrotesk-Bold;
}

.merchant_content p {
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 500;
	font-family: PPRadioGrotesk-Medium;
}

.merchant_content {
}

.merchant_leftside {
	min-height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	padding-block: 20px 63px;
	display: flex;
	flex-direction: column;
}

.lockfooter {
	padding: 15px;
	background: rgb(199, 199, 201);
	background: linear-gradient(180deg, rgba(199, 199, 201, 1) 3%, rgba(198, 196, 201, 1) 7.000000000000001%, rgba(197, 195, 201, 1) 97%);
	border-radius: 6px;
}

.lock_flex p {
	font-size: 12px;
	margin-bottom: 0px;
	font-family: PPRadioGrotesk-Regular;
}

.lock_flex {
	display: flex;
	align-items: center;
}

.lock_images {
	margin-right: 20px;
}

.merchant_rightside {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wrap-merchant {
	min-height: calc(100vh - 80px);
	position: relative;
}

.merchant_padding {
	padding: unset;
	padding-left: unset !important;
	padding-right: unset !important;
}

.merchant_header {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	text-align: right;
}

.merchant_nav {
	display: flex;
	align-items: center;
	justify-content: right;
}

.alrdy-acc-btn {
	font-size: 15px;
	background: unset;
	border: unset;
	margin-right: 30px;
	font-family: PPRadioGrotesk-medium;
	color: #000;
}

.signin-btn {
	padding: 4px 28px 4px 28px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	transition: all .4s ease;
	font-family: PPRadioGrotesk-Medium;
	background: #fff;
	color: #000;
}

	.signin-btn:hover {
		border: 1px solid #8300E9;
		background: #8300E9;
		color: #fff;
	}

	.signin-btn:focus {
		outline: none;
		border: 1px solid #8300E9;
		background: #8300E9;
		color: #fff;
	}

.merchant-form-title {
	font-size: 24px;
	font-family: PPRadioGrotesk-Bold;
	margin-bottom: 0;
}

.step_text {
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	font-family: PPRadioGrotesk-medium;
}

.merchant_pink {
	background: rgb(239, 239, 239);
	background: linear-gradient(90deg, rgba(239, 239, 239, 1) 20%, rgba(221, 204, 255, 0.6) 100%);
}

.tab-pan {
	display: none;
}

	.tab-pan .form-group label {
		font-size: 15px;
		font-weight: 300;
		font-family: PPRadioGrotesk-Medium;
		color: #0000007d;
		margin-bottom: 7px;
	}

	.tab-pan .form-group span {
		font-size: 13px;
		font-weight: 300;
		font-family: PPRadioGrotesk-Medium;
		color: #000000a6;
		/* opacity: 0.7; */
	}

	.tab-pan.active {
		display: block;
	}

.hide {
	display: none;
}

.tab-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 23px 100px 15px 100px;
	left: 0;
	text-align: right;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

.registration-fotter {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.tb-next,
.tb-prev {
	padding: 6px 32px;
	border-radius: 6px;
	color: #B7B6B6;
	border: 1px solid #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all .4s ease;
	background: #E5E5E5;
	font-size: 15px;
	font-family: PPRadioGrotesk-Bold;
}

/*	.tb-next:hover,
	.tb-prev:hover {
		border-color: #8300E9;
		background: #8300E9;
		color: #fff;
	}*/
/*	.tb-next:focus,
	.tb-prev:focus {
		border-color: #8300E9;
		background: #8300E9;
		color: #fff;
	}*/

.commonbtn {
	padding: 4px;
	background: #E5E5E5;
	border: 1px solid #E5E5E5;
	color: #B7B6B6;
	border-radius: 6px;
	font-size: 15px;
	width: 119px;
	font-family: PPRadioGrotesk-Bold;
}

	.commonbtn:focus {
		outline: none;
	}

.information_group {
	margin-bottom: 33px;
}

	.information_group p {
		font-family: PPRadioGrotesk-Medium;
		margin-bottom: 0;
	}

.information-button {
	margin-left: 8px;
	position: relative;
	bottom: 0px;
}

	.information-button:hover svg path {
		fill: rgba(0,0,0,0.5);
	}




.fulfil_group label {
	margin-bottom: 0px !important;
}

.tab-pan select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.tab-pan select {
	background-image: url(../images/arrow.png) !important;
	content: "";
	background-repeat: no-repeat !IMPORTANT;
	background-position: right 10px center !important;
	background-repeat: no-repeat;
	font-family: 'PPRadioGrotesk-Regular';
	border-radius: 6px;
	border: 1px solid #BFBFBF !important;
}

.learn_more {
	color: #8300E9;
	text-decoration: underline;
}

	.learn_more:hover {
		color: #8300E9;
	}

.krepling_modal.right.fade.in .modal-dialog {
	right: 0 !important;
	transform: translateX(-50%);
}

.krepling_modal.right .modal-content {
	height: 100%;
	overflow: auto;
	border-radius: 0;
	margin-top: 79px;
	padding: 10px;
	box-shadow: 0px 70px 70px #343a4042;
	border: 0px solid rgba(0,0,0,.2);
	padding: unset !important;
}

.krepling_modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.krepling_modal.right.fade.in .modal-dialog {
	transform: translateX(0%);
}

.krepling_modal.right.fade .modal-dialog {
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}


.krepling_modal.right .modal-header {
	background-color: #fff;
	color: #fff;
	justify-content: unset;
}

	.krepling_modal.right .modal-header::after {
		content: "";
		display: inline-block;
	}

.krepling_modal.right .close {
	text-shadow: none;
	opacity: 1;
	color: #000;
	font-size: 36px;
	padding: unset;
	text-align: left;
	margin: unset;
	font-weight: 300;
	font-family: auto;
}

	.krepling_modal.right .close:focus {
		outline: unset;
	}

span.tb-next {
	margin-left: auto;
}

.modal-title {
	color: #000;
	font-size: 24px;
	font-family: PPRadioGrotesk-Bold;
	margin-left: 10px;
}

.lockfooter {
	margin-top: auto;
}

form.merchant-form.validate-form {
	position: relative;
}

#tabArea {
	/*	max-width: 1100px;*/
	width: 100%;
	margin: auto;
	padding-top: 30px;
	padding: 50px 100px;
}

.tb-content {
	margin-bottom: 40px;
}

.information_details h3 {
	font-size: 15px;
	font-family: PPRadioGrotesk-Bold;
}

.information_details p {
	font-size: 15px;
	font-family: PPRadioGrotesk-medium;
}



.phone_group {
	display: flex;
}

	.phone_group select {
		width: 113px;
		margin-right: 22px;
	}

.tb-prev {
	background: #fff;
	border: 1px solid #BFBFBF;
	color: #000;
	width: 100px;
	font-size: 15px;
	padding: 4px 32px;
}

	.tb-prev:hover {
		background-color: #8300e9;
		border: 1px solid #8300e9;
		color: #fff;
	}

	.tb-prev:focus {
		background-color: #8300e9;
		border: 1px solid #8300e9;
		color: #fff;
	}

#select_box {
	height: 40px;
	overflow: auto !important;
	border-radius: 6px;
}

	#select_box::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	#select_box::-webkit-scrollbar {
		width: 3px;
		background-color: #F5F5F5;
	}

	#select_box::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #A7A7A7;
	}

.tabbtn_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.krepling_modal, .modal-backdrop {
	background-color: #0000 !important;
}

.information_details {
	padding: 10px;
}

.krepling_modal .modal-title {
	line-height: 1.8;
}

#tabArea.tab-pan, .form-control {
	font-size: 15px !important;
	font-family: 'PPRadioGrotesk-Regular';
	color: #000 !important;
	border-radius: 6px !important;
	border: 1px solid #BFBFBF !important;
	background-color: transparent !important;
	margin-bottom: 5px;
}

	#tabArea.tab-pan, .form-control:focus {
		box-shadow: none;
	}

.tab-pan label {
	font-size: 15px;
	font-weight: 300;
	font-family: PPRadioGrotesk-Medium;
	color: #0000007d; /* opacity: 0.6; */
	margin-bottom: 7px;
}


.fulfil_group {
	border: 1px solid #BFBFBF;
	border-radius: 6px;
	padding: .375rem .75rem;
}

.bank_content p {
	font-size: 15px;
	font-family: 'PPRadioGrotesk-Regular';
	margin-bottom: 0;
}


.drag-file-area {
	border: 2px dashed #BFBFBF;
	border-radius: 6px;
	padding: 6px 10px 6px 0px;
	margin-bottom: 10px;
	position: relative;
}


	.drag-file-area .upload-icon {
		font-size: 15px;
		padding: 10px;
	}

	.drag-file-area label {
		font-size: 19px;
		margin-bottom: 0 !important;
	}

		.drag-file-area label .browse-files-text {
			font-weight: bolder;
			cursor: pointer;
			position: absolute;
			left: 39px;
			top: 9px;
			font-size: 13px;
		}

.browse-files span {
	position: relative;
	top: -25px;
}

.default-file-input {
	opacity: 0;
	position: relative;
}

.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}

.external_entity_icon {
	display: flex;
	align-items: center;
}

	.external_entity_icon img {
		margin-right: 11px;
	}

	.external_entity_icon p {
		font-size: 15px;
		margin-bottom: 0;
		color: #0000007d;
		font-weight: 500;
	}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}

	.cannot-upload-message span:last-child {
		padding-left: 20px;
		cursor: pointer;
	}

.popover-design {
	margin-left: 8px;
}

.popover {
	background: rgb(140,140,140);
	background: linear-gradient(90deg, rgb(140 140 140 / 35%) 0%, rgb(130 130 130 / 38%) 100%);
	border: none !important;
	max-width: 26% !important;
	backdrop-filter: blur(5px);
}

	.popover .arrow {
		display: none !important;
	}

.popover-design svg path {
	fill: #000;
	opacity: 0.7;
}

.popover-design:hover svg path {
	fill: #8300E9;
	/*	opacity: 0.7;*/
}

.popover-design:active svg path {
	fill: #8300E9;
}

.popover-design:focus svg path {
	fill: #8300E9;
}

.verifybtn {
	border: unset;
	background: unset;
	font-size: 15px;
	font-family: PPRadioGrotesk-Bold;
	margin-right: 20px;
	color: #000;
}

	.verifybtn:focus {
		outline: unset;
	}
	.verifybtn:hover {
		color: rgba(0, 0, 0, 0.5);
	}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 15px;
	color: #FF0000;
	font-family: PPRadioGrotesk-medium;
	background-image: url(../images/error.svg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 1px;
}


.invalid-forgot {
	width: 100%;
/*	padding-bottom: 1px;*/
	font-size: 15px;
	color: #FF0000;
	font-family: PPRadioGrotesk-medium;
	background-image: url(../images/error.svg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 1px;
	padding-left: 20px;
}



.invalid-field {
	border: 1px solid #FF0000 !important;
}

.tab-pan .form-control.invalid-field, .was-validated .form-control:invalid {
	border-color: #FF0000 !important;
}

.invalid-feedback span {
	margin-left: 20px;
	font-size: 15px !important;
	color: #dc3545 !important;
}

.pssword_field .fa {
	position: absolute;
	right: 20px;
	bottom: 9px;
	font-size: 17px;
}

.celebration_group {
	display: flex;
	gap: 15px;
}

	.celebration_group img {
		margin-right: 10px;
	}

/*responsive*/


@media only screen and (max-width: 991px) {
	.merchant_leftside {
		padding-left: 0px;
		padding-right: 0px;
	}

	.tab-nav {
		padding: 20px 100px 15px 20px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
	#tabArea {
		padding: 30px;
	}

	.tab-nav {
		padding: 23px 25px 15px 27px;
	}
}

@media only screen and (max-width: 767px) {

	.merchant_logo {
		margin-bottom: 39px;
	}

	.merchant_content {
		margin-bottom: 50px;
	}

	.merchant_leftside {
		padding-left: 0px;
		padding-right: 0px;
		padding-block: 20px 0px;
	}

	.lockfooter {
		margin-bottom: 42px;
	}

	.merchant-form-title {
		font-size: 18px;
	}

	.tab-nav {
		padding: 20px;
	}

	.information_group {
		margin-bottom: 17px;
	}

	#tabArea {
		padding: 20px;
	}

	.tb-content {
		margin-bottom: 60px;
	}

	.drag-file-area label .browse-files-text {
		top: 19px;
		font-size: 10px;
	}
}


/*responsive end*/

.pssword_field {
	position: relative;
	margin-bottom: 0px;
}

#months_text {
	background-color: transparent;
	font-size: 15px;
}

#specify_input input {
	border-radius: unset !important;
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

input[type="radio"] {
	display: none;
}

.custom_label_radio {
	position: relative;
	margin-left: 20px;
	margin-right: 11px;
}

	.custom_label_radio:before {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: transparent;
		border: 1px solid #00000047;
		border-radius: 50%;
		top: 50%;
		left: -21px;
		transform: translateY(-50%);
		transition: border-color 400ms ease;
	}

.invalid-field .custom_label_radio:before {
	border-color: red;
}


.custom_label_radio:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 50%;
	top: 50%;
	left: -21px;
	transform: translateY(-50%) scale(0);
	transition: transform 400ms ease;
}

input[type="radio"]:checked + label:before {
	border-color: #000;
}

input[type="radio"]:checked + label:after {
	transform: translateY(-50%) scale(0.55);
}

#productself {
	margin-top: 21px;
}

.physicalDos {
	margin-top: 21px;
}

/*login css*/

.formify-form__layout {
	background: #fff;
	display: flex;
	overflow: hidden;
}


.formify-form__area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.formify-form__inner {
	width: 477px;
	max-width: 100%;
}


.formify-form__banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	align-items: center;
	padding: 100px;
	/*	background: linear-gradient(90deg, rgba(239, 239, 239, 1) 20%, rgba(221, 204, 255, 0.6) 100%);*/
	background: linear-gradient(158.88deg, #EFEFEF 9.15%, #DDCCFF 147.36%);
}

.formify-form__banner--inner {
	/* display: flex; */
	/* flex-direction: column; */
	/* gap: 50px; */
}

.formify-forms__input input {
	border-radius: 5px;
	height: 48px !important;
	border-width: 1.5px;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #B5B5B5;
}

.signin_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 25px !important;
}

.formify-forms {
	border: 1px solid #DFDBDB;
	border-radius: 10px;
}

.form_heading h2 {
	font-size: 20px;
	color: #000;
	margin-bottom: 6px;
	font-family: PPRadioGrotesk-Bold;
}

.signin_btn {
	width: 100%;
	border-radius: 4px;
	color: #fff;
	background-color: #8300E9;
	border: 1px;
	height: 46px;
	font-family: PPRadioGrotesk-Bold;
	font-size: 15px;
	cursor: pointer;
}

	.signin_btn:focus {
		outline: none;
	}

#RememberMe {
	font-size: 12px;
	margin-top: 4px;
}

.kpay_signin_text h3 {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin-top: 25px;
	font-family: PPRadioGrotesk-medium;
}

.kpay_signin_text a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	font-family: PPRadioGrotesk-Bold;
}

	.kpay_signin_text a:hover {
		color: #000;
	}

.copyright_login {
	text-align: center;
}

.copyright_text h3 {
	font-size: 12px;
	color: #000;
	font-family: PPRadioGrotesk-medium;
}

.copyright_group h3 {
	font-size: 12px;
	color: #000;
}

.signup_right p {
	font-size: 14px;
	font-weight: 500;
	color: #2B2B2B;
	font-family: PPRadioGrotesk-medium;
}

.signup_right h2 {
	font-size: 28px;
	color: #000;
	font-family: PPRadioGrotesk-Bold;
	margin-bottom: 32px;
}

.right_image {
	position: relative;
}

.earn_text {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.earn_p {
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-family: PPRadioGrotesk-Bold;
}

.earn_text h2 {
	font-size: 96px;
	color: #fff;
	font-family: PPRadioGrotesk-Bold;
}

.earn_text {
	text-align: center;
}

.discount_text {
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
	color: #fff;
	font-family: PPRadioGrotesk-Bold;
}

	.discount_text:hover {
		color: #fff;
	}

.right_footer {
	text-align: left;
}

.formify-bg-cover {
	max-width: 560px;
	width: 100%;
}

.copyright_login {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
}

.copyright-design {
	text-decoration: underline;
}

.copyright_group {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.learn_more {
	font-size: 14px;
	color: #000;
	font-family: PPRadioGrotesk-Bold;
}

.learn_more:hover {
	color: #8300E9;
}


.form_heading {
	border-bottom: 1px solid #DFDBDB;
	padding: 17px 21px;
}

.formfooter_btn {
	border-top: 1px solid #DFDBDB;
	padding: 10px 25px;
}

.is-disabled {
	border: 1px solid #B5B5B5 !important;
	color: #B5B5B5;
}

.formify-mg-top-30 {
	padding: 30px 25px;
}

.formfooter_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.formfooter_flex .logincoomn_btn {
		padding: 5px 20px;
		border-radius: 4px;
		border: 1px solid #DFDBDB;
		background-color: #fff;
		font-size: 15px;
		font-weight: 500;
		font-family: PPRadioGrotesk-Medium;
		color: #000;
	}

		.formfooter_flex .logincoomn_btn:focus, :focus-visible {
			outline: none;
		}

.logincoomn_btn:hover {
	border: 1px solid #DFDBDB;
	background: #FBFBFB;
	color: #000;
}

.logincoomn_btn:focus {
	outline: none;
	border: 1px solid #DFDBDB;
	background: #FBFBFB;
	color: #000;
}

.formify-forms__input {
	position: relative;
}

	.formify-forms__input .fa {
		position: absolute;
		right: 20px;
		bottom: 34px;
		font-size: 17px;
	}

.formify-form__banner--main img {
	max-width: 100%;
}


.copyright_group a {
	color: #000;
	text-decoration: underline;
	font-family: PPRadioGrotesk-medium;
}

	.copyright_group a:hover {
		color: #8300E9;
	}
	.copyright_group a:focus {
		color: #8300E9;
	}

		.copyright_group a {
			color: #000;
		}

.formify-forms__input input:focus-visible {
	border: 1px solid #8300E9;
	outline: none;
}

.merchant_forgotpassword {
	background: linear-gradient(158.88deg, #EFEFEF 9.15%, #DDCCFF 147.36%);
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 30px;
	position: inherit;
}

.forgot-text {
	font-size: 14px;
	color: #8d8d8d;
}

.forgot_password {
	margin: 0 auto;
}

.forgot_password-forms {
	background-color: #fff;
	max-width: 478px;
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid #DFDBDB;
}

.forgotfooter_btn {
	/*	border-top: 1px solid #DFDBDB;*/
	padding: 0px 32px 20px;
}

.forgotfooter_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forgot_back {
	padding: 6px 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #DFDBDB;
	color: #000;
	font-size: 15px;
	font-family: PPRadioGrotesk-medium;
}

	.forgot_back:hover {
		background-color: #8300E9;
		border: 1px solid #8300E9;
		color: #fff;
	}

	.forgot_back:focus {
		outline: none;
	}

.forgot_submit {
	padding: 6px 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #B7B6B6;
	background-color: #E5E5E5;
	color: #B7B6B6;
	font-size: 15px;
	font-family: PPRadioGrotesk-medium;
}

	.forgot_submit:focus {
		outline: none;
	}

.forgot_submit_active {
	color: #8300E9;
	color: #fff;
}

.form_heading p {
	margin-bottom: 0px;
}

.signin_check label {
	font-size: 12px;
	font-weight: 500;
	font-family: PPRadioGrotesk-medium;
	margin-top: unset;
	margin-left: 8px;
}

.formify-forms__input label {
	font-size: 14px;
	font-weight: 500;
	font-family: PPRadioGrotesk-medium;
}

.signin_check input {
	border: 1px solid #DFDBDB;
	border-radius: 2px;
}

@media only screen and (max-width: 1400px) {
	.invalid-feedback {
		background-position: 1px 3px;
	}

}

	@media only screen and (max-width: 767px) {
		.invalid-feedback {
			background-position: 1px 3px;
		}

		.formify-forms {
			width: 100%;
		}

		.formify-bg-cover {
			width: 100%;
		}

		.formfooter_btn {
			padding: 10px 12px;
		}

		.formify-form__banner {
			min-height: unset;
		}

		.formify-form__inner {
			padding-top: 22px;
			margin-bottom: 40px;
			gap: 47px;
		}

		.copyright_login {
			bottom: 15px;
		}

		.formfooter_flex .logincoomn_btn {
			font-size: 13px;
		}

		.formfooter_btn {
			padding: 20px 18px;
		}

		.formfooter_flex .logincoomn_btn {
			font-size: 12px;
		}

		.copyright_login {
			/*		position: unset;*/
		}

		.formify-form__banner {
			display: none;
		}

		.formify-form__area {
			height: 100vh;
		}

		.merchant_forgotpassword {
			flex-direction: column;
			padding: 10px 10px;
		}

		.forget-action {
			width: 100% !important;
			padding: 40px 20px !important;
		}
		.krepling_modal.right .modal-content {
			margin-top: 0px;
		}
	}

	@media (max-width: 575.98px) {

		.tb-prev {
			text-align: center;
			width: 80px;
			padding: 4px 10px;
			font-size: 12px;
		}

		.tb-next, .tb-prev {
			margin: 0px;
		}

		.tb-next {
			padding: 6px 20px;
			font-size: 12px;
		}
		.verifybtn {
			font-size: 12px;
			margin-right: 0px;
		}
	}

.btnlog {
	background-color: #8300E9;
	color: #fff;
	border: 1px solid #8300E9;
}

	.disabled {
		pointer-events: none; /* Prevents click events */
		opacity: 0.5; /* Makes the element look disabled */
		cursor: not-allowed; /* Changes the cursor to indicate it�s disabled */
	}
