﻿.modal-frame {
	background-color: var(--mdc-theme-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 24px 24px 48px 24px;
	width: 352px;
	height: 100%;
}

.modal-outer-panel {
	height: 100%;
	padding-top: 24px;
	background-color: var(--mdc-theme-background);
}

.change-password-pin-modal-panel {
	display: flex;
	flex-direction: column;
	padding: 24px 0px 24px;
	background: var(--mdc-theme-background);
	border-radius: 8px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.change-password-pin-modal-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin-bottom: 12px;
}

.change-password-pin-modal-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 24px 24px;
	gap: 12px;
	margin-top: 12px;
	flex: none;
	order: 1;
	flex-grow: 0;
}

.change-password-pin-modal-controls {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	width: 304px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.div-new-password-modal {
	position: static;
	width: 304px;
	left: 0px;
	top: 100px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px 0px;
}

.inputlabel-modal {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	min-width: 60px;
	height: 24px;
	left: 0px;
	top: 16px;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 2px;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	color: var(--mdc-theme-text-secondary-on-background);
	flex: none;
	order: 0;
	flex-grow: 0;
}

.logininput-modal {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 10px;
	width: 100%;
	height: 40px;
	left: 0%;
	right: 0%;
	top: 44px;
	background: var(--mdc-theme-background);
	border: 1px solid var(--mdc-theme-text-hint-on-background);
	box-sizing: border-box;
	border-radius: 4px;
}

.show-password-icon-modal {
	right: 10px;
	position: absolute;
	top: 8px;
	height: 24px;
	width: 24px;
}

.show-password-icon-modal:hover {
	cursor: pointer;
}

.change-password-pin-validation-div-modal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	order: 1;
	margin: 12px 0;
}

.change-password-pin-helper-div-modal {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	min-width: 96px;
	height: 24px;
	order: 1;
}

.shared-icon-modal {
	position: relative;
	top: calc(50% - 16px);
	height: 24px;
	left: 0px;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
}

.shared-label-modal {
	left: 28px;
	top: 0px;
	flex: none;
	order: 1;
	flex-grow: 1;
	margin: 0px 2px;
}

.change-password-icon-modal {
	position: relative;
	left: 12.5%;
	right: 12.5%;
	top: 12.5%;
	bottom: 12.5%;
	margin: 2px;
	--background: var(--mdc-theme-text-secondary-on-background);
}

.shared-button-div-modal {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 0px 0px;
	gap: 12px;
	width: 304px;
	height: 36px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.cancel-btn-style-modal {
	border: 1px solid;
	box-sizing: border-box;
	display: flex;
	padding: 0px 16px;
	width: 146px;
	height: 36px;
	border-radius: 4px;
	flex: none;
	order: 0;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

.sendpass-btn-style-modal {
	display: flex;
	padding: 0px 16px;
	width: 146px;
	height: 36px;
	flex: none;
	order: 1;
	flex-grow: 1;
	background: var(--mdc-theme-primary);
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.newlogo-container-modal {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;
	height: 48px;
	justify-content: center;
	flex: none;
	order: 2;
	flex-grow: 0;
	bottom: 12px;
	position: absolute;
	bottom: 0px;
}

.newlogo-text-modal {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 3px 0px 0px;
	flex: none;
	order: 0;
	flex-grow: 0;
	color: var(--mdc-theme-text-secondary-on-background);
}

.newlogo-image-modal {
	width: 77px;
	height: 48px;
	flex: none;
	order: 1;
	flex-grow: 0;
}

.headertitle-modal {
	--mdc-typography-subtitle1-font-weight: 700;
	--mdc-typography-subtitle2-font-weight: 700;
	margin: 0px 0px 0px;
	color: var(--mdc-theme-text-secondary-on-background);
}

.modal-root {
	position: relative;
	width: 100%;
	height: 100vh;
	background: var(--mdc-theme-background);
	display: flex;
}

.shared-panel-modal {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--mdc-theme-background);
	border-radius: 8px;
	padding: 12px 12px 12px;
	margin: 12px 0px;
}

.headerdividercontainer-modal {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 12px;
	position: static;
	height: 13px;
	left: 12px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px 0px;
}

.margin-bottom-modal {
	margin-bottom: 12px;
}

.solo-cancel-btn-style-modal {
	border: 1px solid;
	box-sizing: border-box;
	display: flex;
	padding: 0px 16px;
	width: 304px;
	height: 36px;
	border-radius: 4px;
	flex: none;
	order: 0;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

.success-error-panel-modal {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--mdc-theme-background);
	border-radius: 8px;
	padding: 24px 24px 24px;
	margin: 12px 0px;
}
