
/* latin-ext */@-webkit-keyframes iron-router-progress-before {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes iron-router-progress-before {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes iron-router-progress-before {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes iron-router-progress-before {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes iron-router-progress-before {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#iron-router-progress {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: rgba(160, 160, 160, 0.6);
  box-shadow: 0 0 5px rgba(160, 160, 160, 0.6);
  opacity: 1;
  z-index: 10000;
}
#iron-router-progress.spinner:before {
  content: "";
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 3px solid rgba(160, 160, 160, 0.6);
  border-radius: 100px;
  border-right-color: transparent !important;
  opacity: 0;
  z-index: 10000;
  pointer-events: none;
  transition: 0.5s opacity;
  transition-delay: 0.5s;
}
#iron-router-progress.loading {
  transition: 1s width, 1s opacity;
  transition-delay: 0s, 1s;
}
#iron-router-progress.loading.spinner:before {
  opacity: 1;
  -webkit-animation: iron-router-progress-before 0.5s linear infinite;
  -moz-animation: iron-router-progress-before 0.5s linear infinite;
  -o-animation: iron-router-progress-before 0.5s linear infinite;
  -ms-animation: iron-router-progress-before 0.5s linear infinite;
  animation: iron-router-progress-before 0.5s linear infinite;
}
#iron-router-progress.done {
  opacity: 0;
}
#iron-router-progress.done.spinner:before {
  opacity: 0;
}.font-family-monospace{
	font-family: monospace;
}.girdle {
  max-width:100%;
}

table.price-matrix{
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout:fixed
}


table.price-matrix tr td:first-child {
  position:sticky;
  left:0;
  border-right-color:#aaa;
  backdrop-filter:  blur(16px);
  z-index: 2;
}

table.price-matrix thead th {
  padding: 3px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
}

table.price-matrix td {
  position: relative;
}

.edit-selection-label{
  margin-right: 15px;
  position: absolute;
  right: 0;
}

table.price-matrix tbody th {
  font-weight: 100;
  font-style: italic;
  text-align: left;
  position: relative;
}

table.price-matrix thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

table.price-matrix tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 2;
}

.font-monospace {
  font-family: "Courier New", Courier, monospace;
}

.ubuntu-mono-regular {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-mono-bold {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-mono-regular-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-mono-bold-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.chivo-mono-400 {
  font-family: "Chivo Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}.compatible-item{
	width: 13%;
	margin-bottom: 28px;
	position: relative;
	box-sizing: border-box;
	margin: 20px;
}

.compatible-item img{
	margin-bottom: 20px;
}

.compatible-label{
	width: 100%;
	bottom: 0;
	position: absolute;
}

.btn-short{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.compatible-container{
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
  	justify-content: space-evenly;
  }

.overview-icon{
	position: fixed;
	/*margin-top: -25%;*/
	bottom: 0;
	right: 0;
	opacity: 0.1;
	margin: 20px;
	margin-bottom: 40px;
}

.text-large{
	font-size: 1.3em;
}


.successful {
	color: #7a7;
}

.awesome {
	color: #7a7;
}

.danger {
	color: #a77;
}

.failing, .failure {
	color: #a77;
}


.table-squished td{
	padding: 2px;
}


.not-too-big{
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollable-table{
  border-collapse: collapse;
  width: 100%;
}

.tableFixHead {
  overflow-y: auto;
  position: relative;
  /*height: 78vh;*/
  z-index: 200;
}

.tableFixHead thead {
  background-color: #000;
  position: sticky;
  z-index: 100;
}

.tableFixHead thead th {
  /*background-color: #000;*/
  backdrop-filter:  blur(16px);
  position: sticky;
  top: 0;
}

.tableFixHead thead td {
  backdrop-filter:  blur(16px);
  position: sticky;
  top: 0;
}

table {
  border-collapse: collapse;
  min-width: 100%;
}


th.rotate {
  /* Something you can count on */
  height: 150px;
  white-space: nowrap;
  color: #aaa;
  border-bottom: 1px solid #555;
  font-size: 15px;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(6px, 65px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 6px;
}

th.rotate > div > span {
  /*padding: 5px 10px;*/
}

.chainpack-overview-table{
	font-size: 16px;
}

.top-zero{
	top: 0;
}

.table-index-row{
	width: 140px;
}


.flex-sidecar-left{
	max-width: 540px;
}

.grid-contained{
	display: flex;
  justify-content: center;
	align-content: center;
}

.text-highlight{
	color: var(--highlight);
}

.max-width-420px{
	max-width:420px;
}.electrum-view-container{
	margin: auto;
	position: relative;
}

.electrum-view-table{
	padding: 6px;
	position: relative;
}

.electrum-view-table table{
	width: 100%;
	margin-bottom: 20px;
}

.electrum-view-table table tr td{
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Firefox */
* {
    scrollbar-width: none;
}


td {
	white-space: nowrap;
}.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  margin-top: 80px;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

/*# sourceMappingURL_DISABLED=noty.css.map*/

.noty_theme__metroui.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; 
}

.noty_theme__metroui.noty_bar .noty_progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 8px;
	width: 100%;
	background-color: var(--highlight);
	opacity: 0.42;
	filter: alpha(opacity=20); 
}

.noty_theme__metroui.noty_bar .noty_body {
	padding: 1em;
	font-size: 14px; 
	text-align: right;
}

.noty_theme__metroui.noty_bar .noty_buttons {
	padding: 0 10px .5em 10px; 
}

.noty_theme__metroui.noty_type__alert, 
.noty_theme__metroui.noty_type__notification {
	background-color: #000000aa;
	border: 1px solid var(--highlight);
	border-radius: 5px;
	color: #e2e2e2; 
}

.noty_theme__metroui.noty_type__warning {
	background-color: #FA6800;
	color: #fff; 
}

.noty_theme__metroui.noty_type__error {
	background-color: #CE352C;
	color: #FFF; 
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
	background-color: #1BA1E2;
	color: #FFF; 
}

.noty_theme__metroui.noty_type__success {
	background-color: #60A917;
	color: #fff; 
}

.coin-avatar{
  height: 100%;
  position: fixed;
  margin-left: -50px;
  /*margin-right: 45px;*/
  /*padding: -70px;*/
  top: 0;
  left: 0;
  z-index: 30000;
}
.button-hat{
	margin-top: 8px;
	flex-wrap: wrap;
}

.site-contained {
  	transition: 0.8s;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}

.page-contained {
  	transition: 0.8s;
	position: relative;
	margin-right: 50px;
	margin-left: 50px;

	padding-right: 15px;
	padding-left: 15px;
}

.content-contained{
	max-width: 2560px;
	margin: auto;

}

.fa-icon{
	font-size: 24px;
	padding: 5px;
}

.half-tone{
	color: rgba(230,166,61,0.3);
	font-size: 26px;
}

.half-tone:hover {
	color: rgba(230,166,61,0.8);
}

.application-logo{
    padding-top: 16px;
    margin: 0px;
    max-width: 200px;
    width: 100%;
}

.application-logo img{
    max-width: 100%;
    max-height: 100%;
}

/*.large-infobox {
  max-width: 1000px;
}

.small-infobox {
    width: 600px;
}
*/

.small-infobox-avatar {
    max-height: 120px; width: auto; padding: 25px;
}

.large-infobox-avatar {
    max-height: 120px;
}

.glowWhite{
    text-shadow: 0px 0px 10px #FFFFFF;
}


.paper{
	width: 100%;
	min-height: 840px;
}

.background-wrapper{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -10; 
	overflow: hidden;
}


.center-wrapper{
	/*border: 1px solid green;*/
}

.listingPreview{
	/*border: 1px dashed cyan;*/
}

.container{
	/*border: 1px dotted yellow;*/
}

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

.listing-conditions{
	/*border: 1px dotted orange;*/
}

.listing-container{
	max-width: 1600px;
	margin: auto;
}

.warning-caption {
	background-color: #666600aa;
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	border: 1px dotted yellow;
	border-radius: 6px;
} 

.caption-label {
	text-transform: uppercase;
}

.label {
	margin-top: 8px;
	margin-bottom: 8px;
}


.thin{
	margin-top: 1.10rem; 
	margin-bottom: 2.5rem; 
	opacity: .6; 
	font-weight: 500; 
	line-height: 1.1;
}

.compartment{
	clear: both;
	/*border: 1px solid dodgerblue;*/
	min-height: 40px;
}

.side-by-side{
	width: 50%;
	/*border: 1px dotted yellow;*/
    float: left;
}

.side-by-side li{
	font-size: 21px;
    list-style-type: none;
}

.side-by-side h3{
	font-size: 24px;
}

.side-by-side-left{
        text-align: left;
}

.side-by-side-right{
        /*float: right;*/
        text-align: right;
}

.divider-brand{
	height: 2px;
	background-color: #da8033;
	width: 100%;
}

.footer-heading{
	text-transform: uppercase;
	padding-top: 100px;
	padding-bottom: 40px;
	font-size: 48px;
}



.social-icon-brand{
	font-size: 32px;
	margin: 10px;
}

.brand-text {
	/*font-family: "Open Sans",Verdana,Geneva,sans-serif;*/
	color: #fff;

	/*font-family: 'Montserrat', sans-serif;*/

}

.panel-brand{
	background-color: rgba(64,64,64,0.32);
	border: 1px solid green);
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.hero-heading {
	margin: 0 0 30px 0;
	font-size: 36px;
	/*font-family: "Coolvetica", "Open Sans",Verdana,Geneva,sans-serif;*/
	font-size: 56px;
	line-height: 1.4;
	text-align: center;
}

.full-width{
	width: 100%;
}

.operator-avatar{
  border-radius: 50%;
	width: 200px;
	margin-right: 25px;
	margin-left: 15px;
	float: left;
}

.brand-icon-bar a{
	margin: 18px;
	font-size: 24px;
}

.twobyfour {
	clear: both;
	width: 100%;
	height: 25px;
	/*border: 1px solid yellow;*/
}

.panel-footer {
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.2);
    border-top: 1px solid #262626;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-heading {
    color: white;
    background-color: rgba(0,0,0,0.2)!important;
    border-color: #666666!important;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-section{
	width: 100%;
	clear: both;
}.footer-static{
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	padding:6px;
	padding-left:18px;
	padding-right:18px;
	border-top: 1px solid var(--highlight);
	background-color: var(--dark);
	color: var(--forground);
	z-index: 600;

    -moz-transition: border-top 0.5s ease-in;
    -webkit-transition: border-top 0.5s ease-in;
    -o-transition: border-top 0.5s ease-in;
    transition: border-top 0.5s ease-in;
}

.footer-container-padding{
	position:relative;
	width: 100%;
	height: 40px;
}@media all and (display-mode: standalone) {
  body {
    background-color: #666;
  }
}.loader-container{
	position: relative;
	margin: auto;
	width:1px;
	height: 220px;
}

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin: -50px 0 0 -150px;
	border-radius: 50%;
	border: 6px solid transparent;
	border-top-color: var(--highlight);
	-webkit-animation: spin 60s linear infinite;
	opacity: 1;
	animation: spin 60s linear infinite;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 5px solid transparent;
	border-top-color: var(--highlight);
	-webkit-animation: spin 2s linear infinite;
	opacity: 0.8;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	opacity: 0.5;
	border: 3px solid transparent;
	border-top-color: var(--highlight);
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.error-display-box {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	padding: 20px;
	transform: rotate(180deg);
}

.header-sideways{
    transform: rotate(90deg);
    font-size: 34px;
    margin-top: -12px;
    margin-left: -30px;
    opacity: 0.3;
}

.text-super-large{
    font-size: 96px;
}.lowercase{

	text-transform: lowercase;
}.tipjar{
  justify-content: center;
  display: flex; /* or inline-flex */
  max-width: 900px;
}

.tipjar-option{
	padding: 6px;
}

.icon-sponsor{
	fill: #c96198
}.badge-good{
	border: 1px solid forestgreen;
}

.badge-great{
	border: 1px solid green;
}

.badge-help-wanted{
	border: 1px solid lightgoldenrodyellow;
}

.badge{
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 6px;
	text-align: center;
	background-color: rgba(66,66,66,0.66);
}

.white-space-nowrap{
	white-space: nowrap;
}

.flex-cc{
  justify-content: center;
  display: flex; /* or inline-flex */
  max-width: 900px;
}

.flex-cc-card{
	padding: 24px;
}

.rooty-icon{
	width: 192px;
	background: #77777777;
	border-radius: 96px;
	padding:  20px;
}

.rooty-icon img {
    max-width: 100%;
    max-height: 100%;
}

.green-check-mark{
	color: green;
	padding-right: 6px;
}

.working-on-it-now{
	color: yellow;
	padding-right: 6px;
}

.almost-there{
	padding-right: 6px;
}.disabled-networks-container{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.disabled-networks-container div{
	width: 160px;
	height: 80px;
	border: 1px solid #ffffff44;
	background-color: #ffffff11;
	padding: 12px;
	margin: 4px;
	border-radius: 7px;
	position: relative;
}

.disabled-networks-container div img{
	width: 70px;
	height: 70px;
	left: 90px;
	opacity: 0.2;
	position: absolute;
	z-index: -2;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/lato/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
    --blue: #5aa8fc;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #282d33;
    --gray-dark: #161819;
    --primary: #5aa8fc;
    --secondary: #282d33;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #202326;
    --dark: #161819;

    --health-dead: #000000;
    --health-weak: #b78a05;
    --health-good: #28a745;
    --health-ok: #275a27;
    --health-healthy: #28a745;
    --health-superb: #8d15ca;
    --health-dying: #841b25;

    --background: #333333;
    --foreground: #eee;
    --forground: #eee;

    --button: #888888;
    --button-outline: #888888;
    --button-area: #888888;
    --button-hover: #888888;

    --highlight: #888888;
    --highlight-secondary: #555555;
    
    --nav-highlight: rgba(0, 0, 0, 0.30);
    --scrollbars: rgba(128, 128, 128, 0.3);
    --triangles-rgb: 188, 188, 188 ;
    --transparent: rgba(0, 0, 0, 0);
    --muted-color: rgba(255,255,255, 0.4);
    --shadow: rgba(0,0,0, 0.1);

}



.health-fukt{
    color: var(--health-fukt);
}

.health-weak{
    color: var(--health-weak);
}

.health-healthy{
    color: var(--health-healthy);
}

.health-superb{
    color: var(--health-superb);
}

.health-dying{
    color: var(--health-dying);
}

.health-dead{
    color: var(--health-dead);
}


.health-unknown{
    color: var(--health-dead);
}


.health-ok{
    color: var(--health-ok);
}


*,
*:before,
*:after {
	box-sizing: inherit;
}


.app-background-tint{

    background-color: var(--shadow);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;

    -moz-transition: background 3s ease-in;
    -webkit-transition: background 3s ease-in;
    -o-transition: background 3s ease-in;
    transition: background-color 3s ease-in;

}

body {
    color: var(--forground);
    background-color: var(--background);
    margin: 0;
    position: relative;

    /*font-family: "Open Sans",Verdana,Geneva,sans-serif;*/
    /*font-family: 'Salsa', cursive;*/
    /*font-family: 'Kelly Slab', cursive;*/
    /*font-family: 'Lobster', cursive;*/

    /*font-family: cursive;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Lato', sans-serif;
    /*font-style: normal;*/
    font-weight: 500;
}

html {
	height: 100%;
	box-sizing: border-box;
}

pre {
	background: #353535;
	color: #ededed;
	padding: 15px;
    text-align: left;
}

.shallow-table-icon{
    height: 28px;
    width: 28px;
    margin: -8px;
}

._main_container{
	padding: 15px;
}

.text-success{
    color: var(--success);
}
.text-info{
    color: var(--info);
}
.text-warning{
    color: var(--warning);
}
.text-danger{
    color: var(--danger);
}

table td{
    border-color: #444444!important;
}

.inline{display: inline!important;}
.inline-block{display: inline-block!important;}


.right {
    right: 0;
}

.left {
    left: 0;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}


.half-size{
    width: 50%;
}

.qtr-size{
    width: 25%;
}

.third-size{
    width: 33.3%;
}

.two-thirds-size{
    width: 66.6%;
}


.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.text-outline{
    color: var(--success);
    background-color: #555;
    outline: 1px solid #999;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-right: 4px;
    padding-left: 4px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}


.pointer{
	cursor: pointer;
}


.spacedOut{
	padding-right: 10px;
	padding-left: 10px;
}


.max-width-1440{
    max-width: 1440px;
    margin: auto;
}
.max-width-1220{
    max-width: 1440px;
    margin: auto;
}.brand-card {
	padding: 20px;
	margin: 15px;

	border: 1px solid #55555555;
	background-color: #00000015;
	/*backdrop-filter: blur(20px);*/
	/*backdrop-filter: invert(70%);*/
	/*backdrop-filter: sepia(90%);*/
	/*backdrop-filter: hue-rotate(120deg);*/
}

.fullheight-box{
  height: 100%;
}

.text-dimmed {
    opacity: 0.5;
}
.text-align-right {
    text-align: right;
}
.brand-color-highlight {
	color: var(--highlight);
}

.brand-color-primary{
	color:orange;
}

.brand-success {
	color: green;
}
.brand-failure {
	color: red;
}


.brand-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.brand h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.brand-line {
    display: inline-block;
    width: 170px;
    height: 2px;
    background-color: #ed2024;
}


.btn-brand-exlarge{
	width: 240px;
	height: 60px;
	font-size: 24px;

}

.brand-nest{
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.3);
	padding: 6px;
	border-radius: 6px;
	width: 100%;
}

.brand-nest-wrapper{
	/*border: 1px solid purple;*/
	float: right;
	padding: 15px;
}


.brand-h1{
	font-size: 7rem; 
}

.brand-h2{
	font-size: 1.8rem; 
}



.brand-panel{
	border: 1px solid #66666666;
	border-radius: 10px;
}

.branding-strip{
	width: 100%;
	height: 18px;
	background-image: linear-gradient( var(--highlight), var(--highlight), rgba(255,255,255,0));
	position: relative;
	z-index: 200;
	 /*box-shadow: 0px 0px 10px #888888;*/
}

.brand-circle{
	color: rgba(255,255,255,0.2);
	height: 0px;
	padding-left: 12px;
	padding-top: 4px;
	font-size: 42px;
}
button {
  background-color: #444;
}

.swal2-styled{
    background-color: #663333!important;

}

.btn-brand{
	text-transform: uppercase;
	background-color: var(--highlight);
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: #ffffff;
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	border: solid 2px var(--highlight);
	transition: all 0.2s linear;
	padding: 10px 35px;
	margin: 15px;
}


.btn-brand:active, 
.btn-brand:visited, 
.btn-brand:focus, 
.btn-brand:hover, 
.btn-brand:active:hover, 
.btn-brand:visited:hover, 
.btn-brand:focus:hover {
	outline: none;
	border-radius: 0;
	background: var(--highlight);
    background-image: none;
	border: 1px solid #00000000;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    color: rgba(0,0,0,.8);
}

.btn-outline {
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: #ffffff;
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	border: solid 1px var(--highlight);
	transition: all 0.2s linear;
	padding: 6px 8px;
	margin: 3px;
}

.btn-outline:active, 
.btn-outline:focus, 
.btn-outline:hover, 
.btn-outline:active:hover, 
.btn-outline:visited:hover, 
.btn-outline:focus:hover {
	background-color: var(--highlight);
	color: var(--dark);
	outline: none;
	border-radius: 0;
}.card-title{
	border-bottom: 1px dotted var(--highlight);
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.card-label{
	font-size: 1em;
	margin-top: 10px;
	text-align: center;
	color: #aaa;
}

.max-width-200{

	max-width: 400px;
}.clearfix{
	overflow: auto;
}

.chainpack-status-row{
	padding: 6px;
	margin: 6px;
	border-radius: 6px;
	min-height: 100px;
}.clickable{
	cursor: pointer;
}

.cursor-pointer{
	cursor: pointer;
}.flex-contained{
	display: flex;
	/*align-content: flex-start;*/
	/*align-items: stretch;*/
	align-content: stretch;
	/*flex-direction: row;*/
	/*flex-direction: column;*/
	margin-bottom: 20px;
}

.grid-item{

  /*position: absolute;*/
  /*display: inline-block;*/
  flex-grow: 4; /* default 0 */

}


.header-main{
}



.grid-contained{
	/*margin: -10px;*/
	flex-grow: 1;
	/*width: 100%;*/
	/*height: 100%;*/
	/*display: flex;*/
}

.grid-box-empty{
	width: 100%;
	padding: 10px;
}

.flex-halfway{
	flex-basis: 50%;
}

.half-width{
	width: 50%;
}

.box-inner{
	min-height: 80px;
	/*height: 100%;*/

	margin-top: 21px;
	/*border: 1px dotted var(--highlight);*/
}

.flex-crown{
	flex-grow: 10;
	order: 1000;
}

.flex-sidecar-left{
	flex-grow: 1;
	flex-direction: column;
	/*border: 1px dotted green;*/
}

.flex-mainbody{
	flex-grow: 4;
}

.flex-error-header{
	flex-grow: 2;
}
.map-container {
  width: 100%;
  height: 600px;
  /*box-shadow: 0px 0px 6px #FFFFFF;*/
  position: relative;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

.map-container{
  z-index: 2;
}

.GoogleMapLegend{
  color: black;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 10px;
  z-index: 400;
  width: 100px;
  background-color: rgba(64, 64, 64, 0.4);
  border: 1px solid rgba(64, 64, 64, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 4px;
}

.GoogleMapLegend .legend-item{
  /*background-color: rgba(48, 47, 43, 0.8);*/
  /*border: 4px solid #90191C;  SHIT*/
  height: 100%;
  width: 100%;
  padding-bottom: 2px;
  color: white;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 18px;
}

.GoogleMapLegend .legend-item-name{
  height: 24px;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  width: 100%;
  color: white;
}

.GoogleMapLegend .legend-title{
  width: 100%;
  color: white;
  font-size: 16px;
}


.previewbox > h3 {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 300;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
    width: auto;
}

.previewbox {
    background: none repeat scroll 0 0 #009019;
    height: 80px;
    position: relative;
    width: 100%;
}


.legend-superb {
  background: #3c7c3a;  /*Success*/
}

.legend-good{
  background: #0f9f16;  /*Success*/
}

.legend-naught{
  background: #f69b0e;  /*Success*/
}

.legend-warning{
  background: #ec6e2b;  /*Success*/
}

.legend-danger{
  background: #c5554f;  /*Success*/
}

.legend-unknown{
  background: #eee;  /*Success*/
}
a {
    text-decoration: none;
	color: var(--forground);
}

.underlined{
    border-bottom: 1px dotted var(--highlight);
}

a img{
	opacity: 0.8;
}


a:hover{
    text-decoration: none;
    cursor: pointer;
	color: var(--highlight);
}

a img:hover{
	opacity: 1;
}.icon-small-table{
	height: 60px;
	margin: -15px;
	padding-right: 15px;
}

.indicator-brand:hover{
	color: rgba(230, 166, 61, 0.8);
}

.indicator-background{
	backdrop-filter: blur(8px);
	position: absolute;
	z-index: -200;
	height: 100%;
	width: 100%;
	border-radius: 30px;
	padding-bottom: -10px;
	margin-top: -8px;
}

.indicator-group{
	color: rgba(230,166,61,0.1);
	z-index: 1900;
	position: relative;
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}

.indicator-brand{
	width: 56px;
	height: 65px;
	font-size: 36px;
	color: rgba(230,166,61,0.3);
	padding: 8px;
}

.indicator-drawer{
	padding: 0;
	margin: 8px;
}
input[type=text] {  
	width: 100%;
	padding:10px;
	border-radius:10px;
	color: #eeeeee;
	background-color: #ffffff11;
	border: 1px solid #000;
}

input[type=password] {
}

textarea:focus, input:focus{
    outline: none;
    /*background-color: #441*/
}#iron-router-progress.spinner:before {
	border-color : rgba(155,155,155,0.6);
}

#iron-router-progress {
	background-color : rgba(155,155,155,0.6);
	box-shadow       : 0 0 5px rgba(155,155,155,0.6);
}
.bounce {animation-name: bounce;animation-fill-mode: both;animation-duration: 1s;-webkit-animation-name: bounce;-webkit-animation-fill-mode: both;-webkit-animation-duration: 1s;}
.pulse {background: black;border-radius: 50%;height: 8px;width: 8px;position: absolute;left: 50%;top: 50%;margin: 13px 0px 0px -9px;transform: rotateX(55deg);-webkit-transform: rotateX(55deg);z-index: -2;}
.pulse:after {content: "";border-radius: 50%;height: 39px;width: 37px;position: absolute;margin: -13px 0 0 -14px;animation: pulsate 1s ease-out;-webkit-animation: pulsate 1s ease-out;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;opacity: 0;box-shadow: 0 0 1px 2px #000;animation-delay: 1.1s;-webkit-animation-delay: 1.1s;}

@keyframes pulsate {
  0% {transform: scale(0.1, 0.1);opacity: 0;}
  50% {opacity: 1;}
  100% {transform: scale(1.2, 1.2);opacity: 0;}
}

@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(0.1, 0.1);opacity: 0;}
  50% {opacity: 1;}
  100% {-webkit-transform: scale(1.2, 1.2);opacity: 0;}
}

@keyframes bounce {
  0% {opacity: 0;transform: translateY(-2000px) rotate(-45deg);}
  60% {opacity: 1;transform: translateY(30px) rotate(-45deg);}
  80% {transform: translateY(-300px) rotate(-45deg);}
  100% {transform: translateY(0) rotate(-45deg);}
}

@-webkit-keyframes bounce {
  0% {opacity: 0;-webkit-transform: translateY(-2000px) rotate(-45deg);}
  60% {opacity: 1;-webkit-transform: translateY(30px) rotate(-45deg);}
  80% {-webkit-transform: translateY(-300px) rotate(-45deg);}
  100% {-webkit-transform: translateY(0) rotate(-45deg);}
}.welcome-page-introduction{
	
	font-size: 24px;	

}

.text-monospace{

    font-family: Courier, Monaco, monospace;
	
}.underline-links a {
	border-bottom: 1px dotted var(--highlight);
}

body{
	font-size: large;
}.login-form{
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.52857;
  background-color: #353535;
  background-image: none;
  border: 1px solid #90191C!important;
  border-radius: 2px;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ccc;
}

.login-form:active {
  border-radius: 10px; 
}

.login-group {
    margin-bottom: 15px;
    padding-left: 25%;
    padding-right: 25%;
}

.login-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}

.login-panel-logo{
  max-width: 420px;
  width: 30%;
}

.login-panel{
  max-width: 420px;
  margin: 0 auto;
}.logo{
	left: 25px;
	top: 4px;
	width: 120px;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	margin-top: 0px;
	position: fixed;
}

.logo-background{
	position: fixed;
	align-self: center;
	width: 80vh;
	/*max-width: 400px;*/
	opacity: 0.05;
	margin-top: 58px;
	right: 0;
	filter: invert(1);
	pointer-events:none;
}.paper-page{
	max-width: 1000px;
	margin: auto;
}

.no-bottom-padding{
	padding-bottom: 0px;
	padding-top: 40px;
}

.no-bottom-margin{
	margin-bottom: 0px;
}

.paragraph-title{
	padding-top: 40px;
	margin-bottom: 8px;
}

.paragraph-body { 
	margin-top: 0px;
	margin-bottom: 10px;
	text-indent:40px;
}

.mention{
	font-size: 15px;
}.big-eee{

	font-size: 42px;
}*::-webkit-scrollbar {
	width: 0.5em;
}

*::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.9);
}

*::-webkit-scrollbar-thumb {
	background-color: var(--scrollbars);
	border-radius: 10px;
}

div.scrollmenu {
  /*background-color: #333;*/
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu::-webkit-scrollbar {
	width: 0.2em !important;
}


div.scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}

div.scrollmenu a:hover {
	background-color: #777;
}

div.scrollmenu-container {
    padding-top: 8px;
    padding-bottom: 10px;
	text-align: right;
}@media only screen and (max-width: 640px) {
  .brand-card{
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 3px;
    padding-left: 3px;
  }
}.social-icon{
	filter: brightness(0) invert(1);
	width: 48px;
}
table {
	/*border: 1px solid black;*/
	min-width: 100%;
	/*background-color: #333333;*/
	/*color: #efefef;*/
  	border-collapse: collapse;
}


tbody table, tbody th, tbody td {
	border: 1px dotted var(--highlight);
}



table thead {
	position: sticky;
	top: -1px; /* Don't forget this, required for the stickiness */
	z-index: 3;
	top:  30px;
	background-color: var(--background-color);
	/*border: 1px solid var(--background-color);*/
	/*background-color: var(--highlight-color-transparent);*/
	backdrop-filter:  blur(16px);
}


tbody tr:hover {
	background-color: #33333388;
}


thead{
    text-transform: uppercase;
}

td {
	padding: 4px;
}

.txtr td {
	border: 1px solid black;
}
.rectr td {
	border: 1px solid black;
	color: #555;
	background-color: rgba(22, 22, 22, 0.1);
}


.dimmed-cell{
	color: #555;
}

.dimmed-cells td{
	color: #999;
}._topnavbar {
	position: absolute;
	padding: 8px;
	left:0;
	right: 0;
	top: 0;
	height: 15px;
	border-bottom: 1px solid #23232323;

    color: white;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #90191C;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    z-index: 100;
}

._topnavspacer {
	height: 30px;
	width: 100%; 
}

.search-entry-form{
	width: 100%;
	height: 100px;
}

.search-entry-containment{
	position: relative;
	width: 100%;
	max-width: 600px;
	padding: 10px;
}

.no-top-padding{
	margin-top: 0px;
}

.text-muted{
	color: var(--muted-color)!important;
}

.text-really-small {
	font-size: 16px;
}

.search-icon{
	position: absolute;
	right:0;
	top: 15px;
	right: 20px;
	font-size: 24px;
	color: #888888;

}
.search-icon:hover{
	color: #eeeeee;
	cursor: pointer;
}


.topBanner {
	position: fixed;
	top: 0;
	height: 34px;
	width: 100%;
	background-color: var(--highlight);
	font-size: 12px;
	font-weight: 400;
	color: white!important;
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;
	z-index: 3000;

    -moz-transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;

}

.toolbar{
	
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
	height: 53px;
	background-color: var(--nav-highlight);
	position: fixed;
	width: 100%;
	top: 34px;
}


.topnavbar-assembly{
	z-index: 1000;
    /*position: fixed;*/
}



.navPadding {
	width: 100%;
	height: 80px;
	z-index: -100px;
}


.navLink a{
	color: white;
	cursor: pointer;
    margin-top: 10px;
    right: 10px;
    position: absolute;
}


.toolbar-nav {
    margin: 0;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.toolbar-nav ul {

    display: block;
}
.toolbar-nav li a {
    padding: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.05em;
    line-height: 1.5em;
    position: relative;
    display: block;
}

.toolbar-nav li {
    padding: 10px;
    margin-left: 4px;
    float: right;
    display: inline-block;
    position: relative;
    z-index: 2000;
}

.toolbar-nav li::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    width: 0;
    height: 0;
	background-color: var(--highlight-secondary);

	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
    border-radius: 2px;
}

.toolbar-nav li:hover::before {
    height: 70%;
    width: 100%;
    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
	background-color: var(--highlight);
}

.toolbar-nav li.active::before {
    height: 70%;
    width: 100%;
    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
	background-color: var(--highlight);
    border-radius: 2px;
}


.toolbar {
    display: inline-block;
    position: relative;
    text-align: right;
    padding-right: 30px;
    float: right;
}

.toolbar li{
    display: inline-block;
}

.topBanner {
    padding-right: 30px;
    opacity: 0.88;
}

.infobar {
	width: 100%;
	text-align: right;
	padding: 10px;
}

.infobar a{
	color: white;
	cursor: pointer;
}

.small-language-icon{
	height:30px;
	width:30px;
	margin:-10px; 
	margin:-10px;
}

.logo{
	z-index: 10000;
}


.super-foreground {
	z-index: 15000;
}.main-content-container{
	padding-bottom: 50px;
}.exchange-rates-container{
	max-width: 1440px;
	margin: auto;
}


td{
  white-space: normal;
}


.cell-max-333px-wide {
  max-width: 333px; /* Example maximum width */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* Prevents wrapping of text */
  border: 1px solid #ccc; /* Optional: Adds border for clarity */
  padding: 8px; /* Optional: Adds padding for spacing */
}.electrum-sized div.compatible-item {
	width: 12%;
}
.daemon-sized div.compatible-item {
	width: 12%;
}
.not-sized div.compatible-item {
	width: 9%;
}


hr {
    margin-block-start: 1.5em;
    margin-block-end: 2.5em;
    border-color: var(--background);
}

.panel-networks{
	display: flex; /* or inline-flex */
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    justify-content: center;
}

.panel-icon {
	width: 64px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
}

.panel-label {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.panel-network {
  	flex-grow: 8; /* default 0 */
    margin: 8px;
    padding: 1px;
    border: 1px solid #55555555;
    background-color: #00000015;
	position: relative;
    border-radius: 6px;
    width: 420px;

}

.panel-network-clickabe:hover {
    text-decoration: none;
    cursor: pointer;
    color: var(--foregound)!important;
}



.panel-network-background {
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover; /* Resize the background image to cover the entire container */
	opacity: 1;
	background-position: center; /* Center the image */
	/*backdrop-filter: blur(24px);*/
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.2;
  	filter: brightness(0.5);
    height: 100%;
}

.panel-frosting{
	padding: 12px;
	border-radius: 6px;
	backdrop-filter: blur(15px);
  	transition: backdrop-filter 0.2s;

  backdrop-filter: blur(14px) brightness(0.7);
}


.panel-frosting:hover{
	backdrop-filter: blur(2px) brightness(0.8);
}

.tbd-network-icon{
	width: 64px;
	padding: 8px;
}