.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:#66B539;
}

.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: #37AC91;
}

.text-clr
{
  color: #37AC91;
}

.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 #7717FF;
  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;
  }
}

.text-idcard
{
  color: #02283D;
}

.id-card{
  border: 1px solid #ddd;
  width: fit-content;
}

.id-header{
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #66B539;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.id-header2{
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #02283D;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.id-header .id-logo{
  position: absolute;
  top: 1rem;
  width: 120px;
}

.id-photo{
  border-radius: 50%;
  margin-top: 5rem;
  margin-bottom: -4rem;
  border: 10px solid #ddd;
  width: 150px;
}

.id-details{
  padding: 1rem;
  margin-top: 3rem;
}

.id-details h1{
  text-align: center;
  font-size: 1.5rem; 
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.id-details h3{
  text-align: center;
  color: #ff0000;
  margin-top: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.id-details .m-info{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.id-details .m-info-group{
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.id-details .m-info-group .info-value{
  color: #8F6144;
  font-weight: 500;
}

.id-details .m-info-group .info-value.email{
  text-transform: lowercase;
}


.id-details .m-info-group h4{
  margin-bottom: 0;
  margin-top: 0.2rem
}

.id-details .m-qrcode{
  display: flex;
  justify-content: center;
  align-items: center
}

.id-details .m-qrcode img{
  width: 150px;
}

.id-footer{
  background-color: #66B539;
  color: #FFFFFF;
  text-align: center;
  padding: 0.3rem;
}