html {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}

.content {
	width: 50%;
	max-width: 500px;
	background-color: #fff;
	border: 3px solid rgb(224, 224, 224);
	border-radius: 20px;
	padding: 20px;
	overflow: overlay;
}

.title {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.71429em;
	font-style: inherit;
	color: rgb(23, 43, 77);
	font-weight: 500;
	letter-spacing: -0.01em;
	margin-top: 0px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.action {
	font-size: 1.71429em;
	font-style: inherit;
	color: rgb(23, 43, 77);
	font-weight: 500;
	letter-spacing: -0.01em;
	margin-top: 0px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.description {
	color: #172b4dbf;
	margin-top: 8px;
	font-weight: 400;
	font-size: 1rem;
}
/* 
.content:hover {
	box-shadow: 5px 5px 0px 3px #f8f8f8;
} */

form {
	margin-top: 24px;
}

.input-panel .warning-msg,
.input-panel .info-msg {
	font-size: 0.85rem;
	line-height: 18px;
	margin-top: 4px;
}

.input-panel .warning-msg {
	display: none;
	color: #de350b;
}

.input-panel .info-msg {
	color: #091e42;
}

.input-panel.invalid input {
	border-color: #de350b;
}

.input-panel.invalid .info-msg {
	display: none;
}
.input-panel.invalid .warning-msg {
	display: block;
}

a {
	color: #0052cc;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
	cursor: pointer;
}
a:hover {
	color: #0065ff;
	text-decoration: underline;
}

/* Required input */
.input-panel label::after {
	content: "*";
	position: relative;
	display: inline-block;
	top: 2px;
	font-size: 14px;
	color: #de350b;
	padding-left: 2px;
	font-weight: 700;
}
.input-panel {
	margin-bottom: 8px;
}

.input-panel label {
	font-size: 0.85rem;
	line-height: 1.33333;
	color: #6b778c;
	font-weight: 600;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 4px;
}

.input-control {
	width: 100%;
	padding: 8px 6px;
	height: 36px;
	box-sizing: border-box;
	font-size: 14px;
	min-width: 0px;
	outline: none;
	width: 100%;
	line-height: 1.42857;
	background-color: #fafbfc;
	border-color: #dfe1e6;
	color: #091e42;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	overflow-wrap: break-word;
	pointer-events: auto;
}

.input-control:focus {
	border-color: #4c9aff;
	background-color: #fff;
}

.input-control:hover {
	background-color: #ebecf0;
}

button {
	-webkit-box-align: baseline;
	align-items: baseline;
	border-width: 0px;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-flex;
	font-size: inherit;
	font-style: normal;
	font-family: inherit;
	font-weight: 500;
	max-width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background 0.1s ease-out 0s,
		box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
	white-space: nowrap;
	background: #0052cc;
	cursor: pointer;
	height: 2.28571em;
	line-height: 2.28571em;
	padding: 0px 10px;
	vertical-align: middle;
	width: auto;
	-webkit-box-pack: center;
	justify-content: center;
	color: #ffffff;
	letter-spacing: 0.05rem;
}

button:hover {
	background: #0065ff;
}

button:disabled {
	cursor: not-allowed;
	transition: 0.1s linear;
	background-image: linear-gradient(to bottom, #92a4b2, #8899a6);
	color: black;
}

footer {
	color: #253858;
	font-size: 1rem;
	font-weight: 500;
}

.action-panel {
	display: flex;
	flex-direction: row;
	justify-content: baseline;
	align-items: center;
}

.notification {
	font-size: 1rem;
	font-weight: 500;
	margin-left: 1rem;
}

.notification.error {
	color: #de350b;
}

.notification.success {
	color: #00875a;
}

.hide {
	display: none !important;
}

/* loader component */
.loader {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 20px;
	transform: scale3d(0.25, 0.25, 0.25) translateY(-7px);
}
.loader div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #fff;
	animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
}
.loader div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}
.loader div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}
@keyframes loader {
	0% {
		top: 8px;
		height: 64px;
	}
	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}

hr {
	background-color: #cccccc;
	height: 1px;
	border-width: 0px;
	margin: 14px 0px;
}

/* width */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #e0e0e0;
	border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #bbbbbb;
}
