
@media only screen {
	html {
		width:calc(100vw);
height:calc(100vh);
font-size: calc(100vw/120);
	}
}

@font-face {
	font-family: Readex;
	src: url("https://dev.demo.meetingally.ai/fonts/ReadexPro-Medium.ttf");
}

@font-face {
	font-family: Readex-Light;
	src: url("https://dev.demo.meetingally.ai/fonts/ReadexPro-Light.ttf");
}

@font-face {
	font-family: Readex-Bold;
	src: url("https://dev.demo.meetingally.ai/fonts/ReadexPro-bold.ttf");
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #F6F8F9;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
	background-color: #FFFFFF;
	font-family: Readex;
	color: #101828;
	overflow-x: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: None;
	background-color: transparent;
	color: inherit;
}

main {
	height: 100%;
	width: 120rem;
}

h1 {
	font-family: Readex-Bold;
	font-size: 2rem;
	line-height: 3rem;
	margin: 0;
}

h2 {
	font-family: Readex-Bold;
	font-size: 1.75rem;
	line-height: 2.5rem;
	margin: 0;
}

h3 {
	font-family: Readex-Bold;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
}

h4 {
	font-family: Readex-Bold;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin: 0;
}

h5 {
	font-family: Readex-Light;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
}

h6 {
	font-family: Readex;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin: 0;
}

.button_active {
	background-color: #135ADE;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 0.1s;
}

.button_passive {
	background-color: #7DAAFF;
	opacity: 0.5;
	color: #FFFFFF;
	cursor: not-allowed;
	transition: background-color 0.1s;
}

.button_warning {
	background-color: #FE9526;
	color: #FFFFFF;
	cursor: not-allowed;
	transition: background-color 0.1s;
}

.button_error {
	background-color: #FD3D39;
	opacity: 0.5;
	color: #FFFFFF;
	cursor: not-allowed;
	transition: background-color 0.1s;
}

.button_success {
	background-color: #1FA928;
	color: #FFFFFF;
	transition: background-color 0.1s;
}

input[type=file]::file-selector-button {
	display: none;
}

input[type=file]::-ms-browse {
	display: none;
}

input[type=file]::-webkit-file-upload-button {
	display: block;
	width: 0;
	height: 0;
	margin-left: -100%;
}

#nav_container {
	width: 120rem;
	height: 4rem;
	background-color: #F2F2F2;
	margin: 0;
	position: relative;
	top: 0;
}

#app_logo_container {
	width: 25rem;
	height: 2.5rem;
	margin-left: 3rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	display: inline-flex;
	cursor: pointer;
}

#upload_container {
	width: 120rem;
	height: calc(100vh - 6rem);
	background-color: #FFFFFF;
	overflow-y: hidden;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#upload_processing_form {
	width: 60rem;
	height: 35rem;
	margin-top: 8rem;
	margin-left: 30rem;
	margin-right: 30rem;
	background-color: #FFFFFF;
}

#upload_processing_form > h2 {
	text-align: center;
	margin-top: 2rem;
}

#upload_processing_form > h6 {
	margin-left: 5rem;
	margin-right: 5rem;
	margin-top: 0.25rem;
	text-align: center;
	color: #808080;
	font-weight: 1000;
}

#upload_processing_form > label {
	display: inline-block;
	position: relative;
	left: 4rem;
	top: -1.5rem;
	margin-top: 3.5rem;
	margin-left: 1.5rem;
}

#upload_processing_form > input[type=email] {
	margin-bottom: 0;
	width: 47rem;
	padding-left: 3rem;
	border: 0;
	background-color: #F2F2F2;
	height: 3rem;
	border-radius: 0.75rem;
	font-family: Readex-Light;
	font-size: 0.9rem;
}

#upload_processing_form > input[type=file] {
	margin-left: 5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	width: 50rem;
	border: 0;
	height: 4.5rem;
	border-radius: 0.66rem;
	background-color: transparent;
	color: transparent;
}

#progress_holder > progress {
	margin-bottom: 0;
	width: 43.5rem;
	height: 0.2rem;
	appearance: none;
	border-radius: 0.5rem;
}

#upload_processing_form > select {
	background-color: #FFFFFF;
	border: 0;
	width: 12rem;
	height: 2.5rem;
	margin-left: 24rem;
	margin-right: 24rem;
	margin-top: 2rem;
	font-family: Readex;
	font-size: 0.9rem;
	border-radius: 0.33rem;
}

#upload_processing_form > select:hover {
	background-color: rgba(125, 170, 255, 0.5);
	cursor: pointer;
	color: #135ADE;
}

#upload_processing_form > select > option {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Readex-Light;
	font-size: 0.9rem;
}

#upload_processing_form > select > option:disabled {
	background-color: #F2F2F2;
	color: #808080;
	font-family: Readex-Light;
	font-size: 0.9rem;
}

#progress_holder > progress::-moz-progress-bar {
	background-color: #7DAAFF;
}

#progress_holder > progress::-webkit-progress-bar {
	background-color: #F2F2F2;
}

#progress_holder > progress::-webkit-progress-value {
	background-color: #7DAAFF;
}

#upload_label {
	border: 0.2rem dashed #808080;
	width: 50rem;
	height: 4.5rem;
	border-radius: 0.66rem;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#upload_label > div {
	margin: 1rem;
	width: 48rem;
	height: 2.5rem;
	display: flex;
}

#file_input {
	background-color: transparent;
	color: transparent;
	width: 50rem;
	height: 4.5rem;
	display: block;
	position: relative;
	top: -4.86rem;
	border: 0.2rem dashed transparent;
	border-radius: 0.66rem;
	cursor: pointer;
}

#progress_holder {
	font-size: 0.85rem;
	line-height: 1rem;
	margin-bottom: 0.75rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	height: 3rem;
	width: 43.5rem;
}

.progress_holder_light_font {
	font-family: Readex-Light;
}

.progress_holder_normal_font {
	font-family: Readex;
}

#upload_holder {
	width: 50rem;
	height: 4.5rem;
	margin-left: 5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	margin-right: 5rem;
}

#upload_holder:hover {
	cursor: pointer;
}

#process_content_button {
	font-family: Readex;
	width: 50rem;
	height: 3rem;
	padding: 0.5rem 1rem;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 0.5rem;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	font-style: normal;
	margin-left: 5rem;
	margin-right: 5rem;
	margin-top: 1rem;
}

#support_links_container {
	width: 30rem;
	height: 5rem;
	margin-left: 15rem;
	margin-right: 15rem;
	margin-top: 3rem;
	text-align: center;
	display: inline-grid;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	color: #808080;
}

#support_links_container > a:hover {
	cursor: pointer;
	color: #135ADE;
}