html{
	background: #1b0c46;
}

a {
	color: hsla(var(--text-hue), var(--text-saturation-percent), var(--text-brightness-percent), 0.6);
	color: white;
	text-decoration: none;
}

.float-right{
	float: right;
}

.fixed{
	position: fixed;
}

.inset-30{
	inset: 30px;
}


.padding-bottom-10px{
	padding-bottom: 10px;
}

.text-align-center {
  text-align: center;
}


.flex-container{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	inset: 0;
	position: absolute;
}

.flex-start{
	display: flex;
	justify-content: center;
	align-items: flex-start
}


.tag {
	text-transform: uppercase;
	border-radius: 2px;
	background: #FFFFFF22;
	font-size: 0.5em;
	padding: 3px;
	color: hsla(var(--text-hue), var(--text-saturation-percent), var(--text-brightness-percent), 0.6);
	color: white;
}

.large-logo{
	max-height: 60vh;
}



.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

hr{
	border-color: #AAAAAA44;
}

.full-height {
	height: 100%;
	min-height: 70vh;
}

.height-300{
	height: 300px;

}
.min-height-300{
	min-height: 300px;
}

.height-600{
	height: 600px;
}

.width-300{
	width: 300px;
}

.width-400{
	width: 400px;
}

.width-600{
	width: 600px;
}

.width-555{
	width: 555px;
}

.max-width-50-percent{
	max-width: 50vw;
}

.verified-icon{
	position: absolute;
	right: 0;
}

.position-relative{
	position: relative;
}

.sticky{
	position: sticky;
	top: 24px;
}

.max-width-640px{
	max-width: 640px;
}


.paper-brand{
	padding: 26px;
	max-width: 1440px;
	margin: auto;
}

.flex-button-box{
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}


.zoom-75{
	zoom: 0.75;
}

.selected{
	background-color: #FFFFFF33!important;
	border: 1px solid #FFFFFF55!important;
}

.text-description{
	font-size: 12px;
}

hr{
	border-color: #FF0000;
/*	border-color: var(--shadow-color);*/
}

.unreleased{
	opacity: 0.4;
}

/* Basic styling for contenteditable elements */
[contenteditable] {
  padding: 4px;
  background-color: #FFF1;
}


/* Additional styling when focused */
[contenteditable]:focus {
  padding: 3px;
  border: 1px solid #fff4;
  outline: none;
  background-color: #0003;
}

.input-beatify-search {
  inset: 0;
  position: relative;
  font-size: 18px; /* Larger font size */
  padding: 12px 20px; /* Padding for top/bottom and left/right */
  border-radius: 24px; /* Rounded corners */
  border: 1px solid #FFFFFF99; /* Border color */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
  color: #FFFFFF; /* Change border color on focus */
  padding-left: 40px; /* Make room for the icon */
  width: calc(100% - 64px);
}

/* If you want to add some focus styling */
.input-beatify-search:focus {
  border-color: #FFFFFF44; /* Change border color on focus */
  background-color: #FFFFFF05; /* Change border color on focus */
  outline: none; /* Removes default browser outline */
  box-shadow: 0px 2px 4px rgba(66, 133, 244, 0.2); /* Adds a colored shadow */
}

.input-group {
  position: relative;
}

.input-group-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.text-search-instruction{
	opacity: 0.69;
}

.options-content{
	max-width: 420px;
	border:  1px solid #FFFFFF33;
	border-radius: 6px;
	margin: 5px;
	position: relative;
	padding: 8px;
}

.options-title{
	font-size: larger;
	color: hsla(var(--text-hue), var(--text-saturation-percent), var(--text-brightness-percent), 0.9);
}

.shim-option-container{
	position: relative;

}

input {
    background-color: #FFFFFF11;
    border: 1px solid #FFFFFF33;
    margin-bottom: 5px;
    border-radius: 8px;
}

.site-wide-glare{
    transition: background-color 2.3s ease;
}

:root {
    transition: background-color 1.3s ease, color 1.3s ease, border-color 1.3s ease;
}

.text-wrap-balance {
  text-wrap: balance;
}

.max-width-720px{
	max-width: 720px;
}


.panel-card{
    backdrop-filter: blur(40px);
}


.flex-container-slim{
    backdrop-filter: blur(40px);
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.clearfix {
  overflow: auto;
}


.accordion-banner {
  	transition: 0.8s ease;
}

.accordion-container {
  	transition: 0.8s ease;
}

.developer-watermark {
  	transition: 0.8s ease;
}



.worker-selector-container{
	align-content: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.service-worker-item{
	border: 1px solid #FFFFFF22;
	border-radius: 4px;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	width: 222px;
	margin: 4px;
	padding: 12px;
	flex-wrap: wrap;
	overflow: hidden;
}

.service-worker-item:hover{
	box-shadow: 0px 0px 3px white;
	background: #FFFFFF11;
}

.text-in-progress{
	color: #AAFFAAEE;
}

.text-unassigned{
	color: yellow;
}

.text-state-disabled{
	color: #FFFFFF77;
}
.text-state-enabled{
	color: #AAFFAA77;
}

.text-status-unready{
	color: #FFAAAA77;

}


.extention-title{
    font-weight: 800;
    font-size: 10px;
    padding-bottom: 10px;
}

.username {
    font-weight: 800;
    font-size: 1.4em;
}

.handle {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text);
}

.full-name {
    font-size: 0.9em;
    font-weight: 800;
    margin-bottom: 8px;
}

.title {
    font-size: 1.0em;
    font-weight: 800;
    margin-bottom: 8px;
}

.identity-table{
    margin-top: 12px;
    width: 100%;
}

.it-item{
    width: 100%;
    font-size: 17px;
}

.odd {
    padding-right: 6px;
}

.even {
    padding-right: 6px;
}

.proof-summary{
    color: var(--text);
    padding-bottom: 9px;
    font-size: 1em;
}




.fa-w-16{
    width: 14px;
    height: 14px;
}


.slide-300x400{
	width: 300px!important;
	height: 400px!important;
	border-radius: 9px;
}

.slide-500x400{
	width: 500px!important;
	height: 400px!important;
	border-radius: 9px;
}

.slide-400x300{
	width: 400px!important;
	height: 300px!important;
	border-radius: 9px;
}

.slide-400x{
	width: 400px!important;
	height: 400px!important;
	border-radius: 9px;
}

.component-designer-container{
	position: relative;
}

.flex-item{
	border: 1px solid #7777;
	background-color: #7771;
	border-radius: 9px;
	margin:12px;
	padding:9px;
}

.text-fancy-box{
	font-size: 28px;
}

.cards-container {
  display: flex;
  height: 100%; /* Adjust based on your popup's height */
}

.left-cards, .right-cards {
  display: flex;
  flex-direction: column;
  flex: 1; /* Each takes up equal width */
}

.card {
  flex-grow: 1; /* Cards stretch to fill the available vertical space */
  display: flex;
  justify-content: center;
  align-items: center; /* Center card content vertically and horizontally */
  padding: 10px; /* Adjust padding as needed */
  box-sizing: border-box;
}

/* Additional styling to ensure the left side has 2 cards and the right side has 3 cards */
.left-cards {
  justify-content: space-around; /* Adjust spacing for 2 cards */
}

.right-cards {
  justify-content: space-around; /* Adjust spacing for 3 cards */
}




.float-right{
	float: right;
}

div {
	display: block;
}

.fixed{
	position: fixed;
}

.inset-30{
	inset: 30px;
}

.padding-bottom-10px{
	padding-bottom: 10px;
}

.text-align-center {
  text-align: center;
}

.flex-container{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	inset: 0;
	position: absolute;
}

.flex-start{
	display: flex;
	justify-content: center;
	align-items: flex-start
}

.tag {
	text-transform: uppercase;
	border-radius: 2px;
	background: #FFFFFF22;
	font-size: 0.5em;
	padding: 3px;
	color: hsla(var(--text-hue), var(--text-saturation-percent), var(--text-brightness-percent), 0.6);
	color: white;
}

.large-logo{
	max-height: 60vh;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

hr{
	border-color: #AAAAAA44;
}

.full-height {
	height: 100%;
	min-height: 70vh;
}

.height-300{
	height: 300px;

}
.min-height-300{
	min-height: 300px;
}

.height-600{
	height: 600px;
}

.text-muted{
	opacity: 0.4;
}

.width-300{
	width: 300px;
}

.width-400{
	width: 400px;
}

.width-600{
	width: 600px;
}

.width-555{
	width: 555px;
}

.max-width-50-percent{
	max-width: 50vw;
}

.verified-icon, .certifyd-icon{
	position: absolute;
	cursor: pointer;
	right: 0;
	bottom: 0;
}

.certifyd-icon{
	filter: hue-rotate(270deg);
}

.position-relative{
	position: relative;
}

.sticky{
	position: sticky;
	top: 24px;
}


.max-width-640px{
	max-width: 640px;
}


.paper-brand{
	padding: 26px;
	max-width: 1440px;
	margin: auto;
}

.flex-button-box{
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.selected{
	background-color: #FFFFFF33!important;
	border: 1px solid #FFFFFF55!important;
}



.input-beatify-search {
  inset: 0;
  position: relative;
  font-size: 18px; /* Larger font size */
  padding: 12px 20px; /* Padding for top/bottom and left/right */
  border-radius: 24px; /* Rounded corners */
  border: 1px solid #FFFFFF99; /* Border color */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
  color: #FFFFFF; /* Change border color on focus */
  padding-left: 40px; /* Make room for the icon */
  width: calc(100% - 64px);
}

/* If you want to add some focus styling */
.input-beatify-search:focus {
  border-color: #FFFFFF44; /* Change border color on focus */
  background-color: #FFFFFF05; /* Change border color on focus */
  outline: none; /* Removes default browser outline */
  box-shadow: 0px 2px 4px rgba(66, 133, 244, 0.2); /* Adds a colored shadow */
}

.input-group {
  position: relative;
}

.input-group-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.text-search-instruction{
	opacity: 0.69;
}



input {
    background-color: #FFFFFF11;
    border: 1px solid #FFFFFF33;
    margin-bottom: 5px;
    border-radius: 8px;
}

.site-wide-glare{
    transition: background-color 2.3s ease;
}

:root {
    transition: background-color 1.3s ease, color 1.3s ease, border-color 1.3s ease;
}


.text-wrap-balance {
  text-wrap: balance;
}

.max-width-720px{
	max-width: 720px;
}

	.categories-item{
	    backdrop-filter: blur(40px);
	}

	.panel-card{
	    backdrop-filter: blur(40px);
	}

.flex-container-slim{
  backdrop-filter: blur(40px);
}

.id-icon {
  filter: brightness(0) invert(1);
  width: 26px;
  height: 26px;
  background-color: #FFFFFF22;
  border: 1px solid #FFFFFF33;
  border-radius: 8px;
}



.material-symbols-navigation{
	color: #FFFFFF99;
	font-size: 30px;	
	cursor: pointer;
}
.material-symbols-navigation{
	color: white;
}

.avatar{
	border-radius: 50%;
}

.width-320px{
	width: 320px;
}


.profile-panel{
	backdrop-filter: blur(18px);
	border: 1px solid #FFFFFF22;
}

.responsive-image {
	width: 100%;
}


.some-sort-of-layout{
	border: 1px solid #FFFFFF33;
	background-color: #FFFFFF11;
	padding:20px;
	margin:20px;
}
		
.some-sort-of-page{
	border: 1px solid #FFFFFF55;
	background-color: #FFFFFF22;
	padding:20px;
	margin:20px;
}


.panel-card {
    border: 1px solid #ddd3;
    border-radius: 7px;
    padding: 20px;
    min-width: 200px;
}


.justify-content-center {
	justify-content: center;
}

.background-stage-lighting{
	z-index: -1000;
	position: fixed;
	inset:0;
	opacity: 0.256;
}

.fixed-container-centered {
  position: fixed;
  display: flex;
  inset: 0;
  justify-content: center;
  align-items: center;
}

.content {
  max-width: 720px;
  width: 100%;
  text-align: center; /* This is not necessary but keeps the text center-aligned */
}

.flex-panel{
  flex-wrap: wrap;

}

.payment-status-container{
	max-width: 1440px;
	margin: auto;
	background-color: #FFFFFF11;
	border: 1px solid #FFFFFF33;
	border-radius: 6px;
	backdrop-filter: blur(8px);
}

.panel-flex-centered{
	display: flex;
	align-items: center;
	justify-content: center;
}

.membership-button-container{
	position: absolute;
	right: 8px;
	bottom: 6px;
}

.membership-option{
	position: relative;
	padding-bottom: 50px;
}

.onboarding-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

header h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.registration-form {
  margin: 20px 0;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

.input-prefix {
	border-top-left-radius: 9px ;
	border-bottom-left-radius: 9px ;
  border: 1px solid #FFFFFF33;
  border-right: none;
  padding: 10px;
  font-size: 1em;
  background-color: #FFFFFF11;
}


.btn-select-username {
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  background: var(--accent-color);
  opacity: 0.88;
  color: #fff !important;
  text-transform: uppercase;
  border: 1px solid #ffffff66;
}

.btn-select-username:hover {
  background: var(--highlight-color);
  border: 1px solid var(--accent-color);
}



.btn {
  transition: background 150ms;
}

.input-username{
	border-top-left-radius: 0px ;
	border-bottom-left-radius: 0px ;
	border-left: none;
  margin-top: 6px;
  border-color: #FFFFFF33;

  padding: 12px;
  font-size: 1em;
  width: 60%;

}


