.create-org-file-thumbnail .thumbnail-wrapper img {
	max-height: 100px;
	display: flex;
}

.user-roles-checkbox-label {
	text-transform: capitalize;
}

.checkbox-container {
	width: 100%;
}

.capability-boundary {
	cursor: not-allowed;
}

.Draftail-Editor {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	z-index: 1;
	place-content: center;
	text-align: center;
	align-items: center;
	opacity: 1;
}
.Draftail-Toolbar {
	padding: 0.25rem;
	margin: 0.25rem;
	background-color: transparent;
	color: #333;
}
.DraftEditor-editorContainer {
	position: relative;
	width: 90vw;
	height: 90vw;
	margin-bottom: 10vw;
	display: table;
	border: 0px solid transparent;
	overflow: hidden;
	opacity: 1;
}
.Draftail-Editor--readonly .DraftEditor-editorContainer {
	opacity: 1;
}
.public-DraftStyleDefault-block {
	margin: 0;
	padding: 0;
}
.Draftail-block--unstyled {
	margin: 0.5vw;
}
.square-element {
	padding-top: 2vh;
	height: 14vw;
}
.img-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Explore-Analytics-Header {
	margin-right: auto;
}

.Explore-Analytics-Buttons {
	margin-left: auto;
	align-items: center;
}

.Explore-Analytics-Grid {
	height: 39rem;
	min-width: 100%;
}

.Explore-Analytics-Children {
	margin-left: auto;
}

.MuiDataGrid-root .MuiDataGrid-columnHeaderTitle {
	font-weight: 700 !important;
}

.MuiDataGrid-root .MuiDataGrid-iconSeparator {
	visibility: hidden !important;
}

.MuiDataGrid-root .MuiDataGrid-columnHeaderTitleContainer {
	text-align: center !important;
}

.MuiDataGrid-root .MuiDataGrid-footerContainer .MuiDataGrid-selectedRowCount {
	visibility: hidden !important;
}

.ToolTip-Cell-Renderer {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.MuiDataGrid-columnHeaderTitleContainer {
	padding-left: 0 !important;
}

.explore-analytics-search-input {
  margin-right: 20px !important;
}

.nft-catalog-icon {
  width: 23.5px;
  height: 23.5px;
}
.nft-main-container {
  display: flex;
  flex-direction: column;
}
.nft-mint-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.nft-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.nft-card-box {
  border: 2px solid #009198;
}
.nft-card {
  width: 18rem;
  height: max-content;
}
.nft-card-header {
  font-size: 1.3rem;
  padding: 0.6rem;
}
.nft-card-image-container {
  width: 100%;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nft-card-image {
  width: 100%;
  /* height: 100%; */
}
.nft-card-box {
  height: 70%;
}
.nft-card-footer {
  margin-top: 0.5rem;
}
.nft-card-footer-btn {
  width: 100%;
  background-color: #009198;
  color: white;
  cursor: pointer;
  border-radius: 0.4rem;
  height: 2.1rem;
  font-weight: bold;
  font-size: 1rem;
  border: none;
}
.nft-card-footer-btn-failed {
  width: 100%;
  background-color: #e74747;
  color: white;
  cursor: pointer;
  border-radius: 0.4rem;
  height: 2.1rem;
  font-weight: bold;
  font-size: 1rem;
  border: none;
}
.nft-card-footer-btn-progress-container {
  width: 100%;
  margin: auto;
}
.progress-bar {
  height: 2.1rem;
  border-radius: 0.4rem;
  background-color: #d3b8ea;
  width: 100%;
  overflow: hidden;
}
.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: #009198;
  border-radius: 0.4rem;
  animation: indeterminateAnimation 1.5s infinite linear;
  transform-origin: 0 50%;
}
@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}

/* Your styles goes here. */
@font-face {
	font-family: "cursiv";
	src: local("CURSIV"), url('CURSIV.TTF') format("truetype");
}
@font-face {
	font-family: Ciutadella;
	font-weight: normal;
	src: url('Ciutadella-Regular.otf') format("opentype");
}
@font-face {
	font-family: Ciutadella;
	font-weight: bold;
	src: url('Ciutadella-Bold.otf') format("opentype");
}
@font-face {
	font-family: "Arial";
	font-style: normal;
	font-weight: 400;
	src: local("Arial"), url('ARIAL.woff') format("woff");
}
@font-face {
	font-family: "Arial Black";
	font-style: italic;
	font-weight: 400;
	src: local("Arial Black"), url('ARIALBLACKITALIC.woff') format("woff");
}
@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
	}
}
.credential-description p {
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: normal;
}
.credential-description ol,
.credential-description ul {
	margin: 0;
}
.new-verifier .credential-description h1 span,
.new-verifier .credential-description strong,
.new-verifier .credential-description p em {
	color: initial !important;
}
.new-verifier .jss6 {
	font-size: 1rem;
}
.print-source {
	display: none;
}
.wrap-body {
	flex-direction: row;
	display: flex;
	overflow: hidden;
	border: 1px solid transparent;
}
.certificateLogo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin: 0px auto;
	padding: 7px 0;
}
@media screen and (max-width: 560px) {
	.certificateLogo {
		display: block;
		text-align: center;
	}
}
.imgGrayScale {
	filter: grayscale(100%);
}
@media print {
	.wrap-body {
		box-sizing: border-box;
	}

	.print-source {
		display: inline;
		align-self: flex-end;
	}
	@page {
		size: A4 landscape;
		margin: 15mm 15mm 15mm 15mm;
	}
}
#root {
	min-height: 100vh;
}
.expiryDate input[type="date"],
.expiryDate input[type="date"]:focus {
	text-transform: uppercase;
}
.no-suggestions {
	padding: 0.5rem;
	position: absolute;
	z-index: 9;
	width: 100%;
	background: #fff;
}
.suggestions {
	border-top-width: 0;
	list-style: none;
	margin-top: 0;
	max-height: 247px;
	overflow-y: auto;
	padding-left: 0;
	width: 100%;
	margin-block-end: 0;
}
.suggestions li {
	padding: 0.5rem;
	margin-bottom: 1px;
}
.suggestion-active,
.suggestions li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.08);
}
/* .suggestions li:not(:last-of-type) {
	border-bottom: 1px solid #999;
  } */
.suggestion-input {
	padding: 18px 14px;
	line-height: 1.1876em;
	font-size: 1rem;
	box-sizing: border-box;
	align-items: center;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	border: 1px solid rgba(0, 0, 0, 0.23);
	background: none;
	border-radius: 4px;
	width: 100%;
}
.suggestion-wrapper {
	position: absolute;
	width: 100%;
	z-index: 9;
	background: #fff;
}
.search-wrapper {
	width: 100%;
	position: relative;
}
.suggestion-input-wrap {
	width: 100%;
	position: relative;
}
.suggestion-input-wrap .error {
	color: #f44336;
	margin-top: 2px;
	position: absolute;
	font-size: 0.9rem;
}
.suggestion-input.input-error,
.suggestion-input.input-error:focus {
	border-color: #f44336;
}
.reset-suggestion {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: no-repeat;
	border: none;
	cursor: pointer;
	color: currentColor;
	line-height: 0;
	padding: 5px;
}
.reset-suggestion:hover {
	background-color: rgba(0, 0, 0, 0.04);
}
.btn-wrap {
	display: flex;
	justify-content: space-between;
	margin: 4px;
}
.btn-wrap span {
	color: #fff;
	background-color: #324353;
	padding: 6px 10px;
	font-size: 0.85rem;
	font-family: Roboto, sans-serif;
	line-height: 17px;
	border-radius: 4px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.btn-wrap span:hover {
	background-color: #232e3a;
}
.suggestion-input:focus-visible {
	border-color: rgba(0, 0, 0, 0.87);
	outline: none;
	/* border-radius: 4px; */
}
.hide-btn {
	display: none;
}
.search-wrapper {
	margin-bottom: 3px;
}
.org-db-connection .suggestion-input-wrap p.error {
	position: initial;
}
.darkMode .suggestion-input {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.23);
}
.darkMode .suggestion-input:focus-visible {
	border-color: rgba(255, 255, 255, 1);
}
.darkMode .suggestion-wrapper {
	background: #324353;
}
.darkMode .btn-wrap span {
	background-color: #fafafa;
	color: #000;
}
.darkMode .reset-suggestion:hover {
	background-color: rgba(255, 255, 255, 0.08);
}
.darkMode .no-suggestions {
	background: #324353;
}
.MuiTypography-colorSecondary {
	color: #009198 !important;
}


/*# sourceMappingURL=main.css.map*/