.error-page{
	padding: 0;
	min-height: 90vh;
}

.breadcrumb{
	font-size: 1.3rem;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: '/';
}

#theme-color{
	
}

.custom-bg-green
{
	background-color:#19B159;
}

.custom-bg-btn
{
	background-color:#39B583;
}

.custom-bg-red
{
	background-color:#DD4B39;
}

.custom-bg-blue
{
	background-color:#01B8FF;
}

.custom-bg-purple
{
	background-color: #b544af;
}

.custom-bg-pink
{
	background-color: #f45aac;
}

.custom-text-clr
{
	background-color: #39B583;
}

.text-clr
{
	color: ##39B583;
}

.custom-bg-yellow
{
	background-color:#F39C12;
}

.custom-bg-dark
{
	background: #0E0E23;
}



.custom-radio{
  position: relative;
}

.custom-radio input{
    width: 0;
    height: 0;
}

.custom-radio input + label {
  margin: 0;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #313233;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.custom-radio input:checked + label {
  background-color: #1D1E22;
  border: solid 1px #39B583;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  z-index: 1;
}

.custom-radio label{
  display: flex !important;
  justify-content: start;
}

.custom-radio label img{
  width: 20px;
  align-self: center;
}
.custom-radio label p{
  align-self: center;
  margin-left: 10px;
}


@media(max-width: 576px){
	.breadcrumb{
		font-size: 1rem;
	}
}