section{
    background-color: #fff;
}
header{
    background-color: #F8FAFC;
}
.row{
    /*margin-right: 0!important;*/
    /*margin-left: 0!important;*/
}
.type-pass{
    -webkit-text-security:disc;
}


/* issuer */
section#register-issuer .field-registerissuerform-category input.select2-search__field{
    display: contents;
}

/*plans*/
section#select-plans .head{
    margin-top: 3rem;
}
section#select-plans .head .badge-primary{
    padding: 7px 12px;
}
section#select-plans .head .badge-pill{
    cursor: pointer;
}
section#select-plans .prices{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
section#select-plans .card{
    width: 290px;
    height: 100%;
}
section#select-plans .card.selected{
  filter: grayscale(1) drop-shadow(2px 4px 6px black);;
}
section#select-plans .card-body{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


/* information  */
#confirmation-info .card.i-info .row{
    padding: 0.43rem 0px !important;
}
#payment-information .card-body .row{
    padding: 0.43rem 0px !important;
}