.alert {
    border-radius: 3px;
    font-size: 1em;
    font-weight: 400;
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
    position: relative;
    display: flex-box;
}

.alert.success {
	font-family: 'Brown Light', sans-serif;
	background: #E7FBE3 none repeat scroll 0 0;
	color: #389F01;
}

.alert.error {
	font-family: 'Brown Light', sans-serif;
	background-color: #E42127;
    color: #FFF;
}

.alert.error.slim i {
    background-position: 0px;
}

.margin0-top {
    margin-top: 0 !important;
}

.pad10-right {
    padding-right: 10px !important;
}

.pad10-left {
    padding-left: 10px !important;
}

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

.text-red {
	color: red;
}

p.alert {
	color: green;
}

.tl-pointer {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #E42127;
	position: absolute;
	top: -10px;
	left: 15px;
}

.tm-pointer {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #E42127;
	position: absolute;
	top: -10px;
	left: 50%;
}

.tr-pointer {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #E42127;
	position: absolute;
	top: -10px;
	right: 15px;
}

.lm-pointer {
	width: 0px;
	height: 0px;
	border-right: 10px solid #E42127;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 13px;
	left: -10px;
}

.bl-pointer {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #E42127;
	position: absolute;
	bottom: -10px;
	left: 15px;
}

.loading-overlay {
	background: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 1000;
	min-width: 200px;
}

.loading-overlay.bg-img-medium {
	background-image: url(/Common/assets/components/patterns/images/loader.gif?v=19);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.pad19-top {
	padding-top:19px;
}
.margin-top-20 {
	margin-top:20px;
}
.subsi_note{
	margin: 20px;
	margin-left:30px;
}
.subsi_list{
	margin-left:30px;
}
.btn_div{
	margin-left:150px;
	margin-top: 10px;
}
.header{
	color: #0b2e13;
	margin-left:5px;
	margin-top:20px;
}
.cancel_btn{
	color:black
}

.receive_payment_bigtext {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 153.12%;
	/* identical to box height, or 49px */
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.receive_payment_smalltext {
	font-family: 'Brown Entrata', Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 153.12%;
	/* identical to box height, or 31px */
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.receive_payment_maindiv {
	/* Frame 24 */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 25px;
	margin-bottom: 25px;
	gap: 16px;
	width: 100%;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}

.receive_payment_div {
	/* Frame 21 */
	box-sizing: border-box;
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 20px;
	gap: 16px;
	width: 100%;
	height: fit-content;
	background: rgba(31, 31, 31, 0.3);
	border: 2px solid #4296DA;
	backdrop-filter: blur(5.75px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 8px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.receive_payment_checkbox {
	/* Checkbox
With a check box, users make a decision between two clearly opposite choices. The check box label indicates the selected state, whereas the meaning of the cleared state must be the unambiguous opposite of the selected state.
*/
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px 0px 0px 0px;
}

.receive_payment_cardwrap {
	/* Frame 25 */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 10px;
	width: 100%;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 1;
}

.receive_payment_iconwrap {
	/* Icon Wrap */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px;
	gap: 10px;
	width: 48px;
	height: 48px;
	background: #2C2C2C;
	border-radius: 40px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}

.receive_payment_type {
	/* Frame 32 */
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	width: 100%;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 1;
}

.receive_payment_type_bigtext {
	/* Virtual Card */
	width: 100%;
	height: fit-content;
	font-family: 'Brown Entrata', Arial;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 153.12%;
	/* identical to box height, or 31px */
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: -2px 0px;
}

.receive_payment_type_smalltext {
	/* Fast and secure digital card payments for immediate access to funds. */
	width: 70%;
	height: fit-content;
	font-family: 'Brown Entrata', Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 153.12%;
	/* identical to box height, or 24px */
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;
}

.receive_payment_type_div {
	/* Frame 34 */
	/* Auto layout */
	display: none;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	width: 100%;
	height: fit-content;
	/* Inside auto layout */
	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}

.receive_payment_type_div_bigtext {
	/* Virtual Card Information */
	width: 900px;
	height: 37px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 153.12%;
	/* identical to box height, or 37px */
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	align-self: stretch;
	flex-grow: 0;
}

.receive_payment_type_div_smalltext {
	/* Once your account is created, you will receive an email with a single-use, 16-digit virtual card, approved for a predetermined amount. Virtual cards can be processed the same as physical credit cards. */
	width: 100%;
	height: fit-content;
	font-family: 'Brown Entrata', Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 153.12%;
	/* or 24px */
	color: #CCCCCC;
	/* Inside auto layout */
	flex: none;
	align-self: stretch;
	flex-grow: 0;
}

.ach {
	margin-top: 50px;
}

.cheque {
	margin-top: 50px;
}

.payment_not_made_div {
	box-sizing: border-box;
	/* Auto layout */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;
	gap: 24px;
	position: absolute;
	width: 427px;
	min-width: 120px;
	height: 186px;
	left: 0px;
	background: #292929;
	border: 1px solid #292929;
	box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	bottom: 70px;
	display: none;
	z-index: 1;
}

.payment_not_made_div_content {
	/* Internal Content */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 395px;
	height: 72px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.payment_not_made_div_content_text{
	/* Tooltip message content goes here */
	width: 395px;
	height: 72px;
	/* Other/Body 2
	Input Value, View Value
	*/
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	/* or 129% */
	color: #FDFDFD;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 1;
}

.payment_not_made_btn_div {
	/* Buttons */
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0px;
	margin-top: 45px;
	gap: 8px;
	width: 395px;
	height: 40px;
	/* Inside auto layout */
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.payment_not_made_cancel_btn_div {
	/* Button
Large: For launching large/important workflows from a main section. The menu is added when there are multiple important workflows.
Small: For performing key actions in the middle of workflows. Try all other instances should use the action button.
Menu: If there are multiple actions that could be taken of the same hierarchical importance or similar effect
*/
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px;
	gap: 8px;
	width: 72px;
	height: 40px;
	border-radius: 8px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}

.payment_not_made_cancel_btn {
	/* Button Text */
	width: 48px;
	height: 16px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */
	text-align: center;
	color: #FDFDFD;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	border: none;
	background: none;
}

.payment_not_made_create_btn_div {
	/* Button
Large: For launching large/important workflows from a main section. The menu is added when there are multiple important workflows.
Small: For performing key actions in the middle of workflows. Try all other instances should use the action button.
Menu: If there are multiple actions that could be taken of the same hierarchical importance or similar effect
*/
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px;
	gap: 8px;
	width: 273px;
	height: 40px;
	background: #1578C9;
	box-shadow: 0px 0.5px 2px rgba(15, 58, 92, 0.15);
	border-radius: 8px;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;
}

.payment_not_made_create_btn {
	/* Button Text */
	width: 261px;
	height: 16px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */
	text-align: center;
	color: #FDFDFD;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	border: none;
	background: none;
}

.payment_not_made_create_btn:hover {
	color: black;
}

.payment_not_made_cancel_btn:hover {
	color: black;
}

.payment_not_made_cancel_btn_div:hover {
	background: white;
}

.payment_not_made_cancel_btn_div:hover .payment_not_made_cancel_btn {
	color: black;
}

.payment_not_made_create_btn_div:hover {
	background: white;
}

.payment_not_made_create_btn_div:hover .payment_not_made_create_btn {
	color: black;
}

@media only screen and (max-width: 600px) {
	.payment_not_made_div {
		width: 352px;
		height: 202px;
	}
	.payment_not_made_div_content {
		width: 300px;
		height: fit-content;
	}
	.payment_not_made_div_content_text {
		width: 300px;
		height: fit-content;
	}
	.payment_not_made_btn_div {
		width: 320px;
		gap: 0px;
		height: 60px;
		margin-top: 5px;
		margin-left: 6px;
	}
	.payment_not_made_create_btn {
		width: 261px;
	}
}

.hide_payment_div {
	display: none;
}

.show_payment_div {
	display: flex;
}
