.grecaptcha-badge { visibility: hidden; }

// Large devices (desktops, 992px and up)
@media (min-width: 1200px) { 
	body {
		max-width:1800px;
	}
}

body {
  min-height: 75rem;
  padding-top: 3.5rem;
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1900px) { 
	body {
		max-width:1880px;
	}
}

.nav-max {
	max-width:1600px;
}
.container {
	max-width:1600px;
}


.homelab-text img {
	max-width:1000px;
	width:950px;
}
.disabled-card {
  opacity: 0.5;
}

//Blink Dot
.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


.little-bar {
	width: 6px;
    height: 20px;
	transition: transform .0s;
	cursor:pointer;
}
.little-bar:hover {
	transform: scale(1.5);
}
.little-bar-green {
	background-color: #28a745;
}
.little-bar-warning {
	background-color: #ffc107;
}
.little-bar-danger {
	background-color: #dc3545;
}
.little-bar-normal {
	background-color: silver;
}
.little-bar-info {
	background-color: #17a2b8;
}
.barr .beat {
    display: inline-block;
    border-radius: 50rem;
	margin-top:15px;
	margin-right:4px;
}


.barr2 .beat2 {
    display: inline-block;
    border-radius: 50rem;
	margin-right:6px;
}
.gros-bar:hover {
	transform: scale(1.3);
}
.gros-bar {
	width: 10px;
    height: 28px;
	transition: transform .0s;
	cursor:pointer;
}


.checkbox-lg .form-check-input{
 top: .8rem;
 scale: 1.4;
 margin-right: 0.7rem;
 }

.checkbox-lg .form-check-label {
 padding-top: 13px;
 }

.checkbox-xl .form-check-input {
 top: 1.2rem;
 scale: 1.7;
 margin-right: 0.8rem;
 }

.checkbox-xl .form-check-label {
 padding-top: 19px;
 }
 
 



.toggle[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
  padding-top:0px;
}

.togglelabel {
  cursor: pointer;
  text-indent: -9999px;
  width: 46px;
  height: 23px;
  background: grey;
  
  border-radius: 20px;
  position: relative;
}

.togglelabel:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 40px;
  transition: 0.3s;
}

.toggle:checked + label {
  background: #28a745;
}

.toggle:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.togglelabel:active:after {
  width: 25px;
}



.toggle2[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
  padding-top:0px;
}

.togglelabel2 {
  cursor: pointer;
  text-indent: -9999px;
  width: 46px;
  height: 23px;
  background: #FF4C4C;
  
  border-radius: 20px;
  position: relative;
}

.togglelabel2:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 40px;
  transition: 0.3s;
}

.toggle2:checked + label {
  background: #28a745;
}

.toggle2:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.togglelabel2:active:after {
  width: 25px;
}

@font-face{
  font-family: text-security-disc;
  src: url("https://raw.githubusercontent.com/noppa/text-security/master/dist/text-security-disc.woff");
}

.inputdisc {
	font-family: text-security-disc;
	-webkit-text-security: disc;
	-moz-text-security: disc;
	text-security: disc;
}
.inputdisc2 {
	font-family: text-security-disc;
	-webkit-text-security: disc;
	-moz-text-security: disc;
	text-security: disc;
}
.inputnone {
	font-family: text-security-disc;
	-webkit-text-security: none;
	-moz-text-security: none;
	text-security: none;
}


.blob {
	background: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -57px;
  background-color: silver;
  #color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}