.container {
    max-width: 1260px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

select {
    direction: rtl;
}

option {
    direction: ltr;
}

textarea.textarea-autosize {
  height: 2.25rem;
  min-height: 2.25rem;
  resize: none;
  overflow-y:hidden;
}

textarea.textarea-autosize.form-control-lg {
  height: 3.75rem;
  min-height: 3.75rem;
}

textarea.textarea-autosize.form-control-sm {
  height: 4.25rem;
  min-height: 4.25rem;
}

#upload-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 200px;
	outline: 2px dashed #5d5d5d;
	outline-offset: -12px;
	background-color: #e0f2f7;
	font-family: 'Segoe UI';
	color: #1f3c44;
}

#upload-container img {
	height: 100px;
	margin-bottom: 20px;
	user-select: none;
}

#upload-container label {
	font-weight: bold;
}

#upload-container label:hover {
	cursor: pointer;
	text-decoration: underline;
}

#upload-container div {
	position: relative;
	z-index: 10;
}

#upload-container input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	position: absolute;
	z-index: -10;
}

#upload-container label.focus {
	outline: 1px solid #0078d7;
	outline: -webkit-focus-ring-color auto 5px;
}

#upload-container.dragover {
	background-color: #fafafa;
	outline-offset: -17px;
}

body { 
	font-family: 'Montserrat', serif;
}

div.google{
	position:relative;
}

input.google{
	//border: 2px solid #1a73e8;
	border: 2px solid;
	border-radius: 4px;
	padding: 15px;
	color: grey;
	//color: black;
}

label.google{
	position: absolute;
	top: -12px;
	font-size: 14px;
	left: 12px;
	background: white;
	padding: 2px;
	//color: grey;
	color: black;
}

select.google{
	//border: 2px solid #1a73e8;
	border: 2px solid;
	border-radius: 4px;
	//padding: 15px;
	color: grey;
}

.small-font{
	//border: 2px solid #1a73e8;
	//border: 2px solid;
	//border-radius: 4px;
	//padding: 15px;
	//color: grey;
	font-size: 10pt;
}

.toHexLabel {
    margin-bottom: 0;
}
