[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
    display: none;
}
.head_chrt {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(245, 245, 245, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.role-primary {
    color: #7571f9;
    border: 1px solid #7571f9;
    font-weight: bold;
}
.role-success {
    color: #6fd96f;
    border: 1px solid #6fd96f;
    font-weight: bold;
}

/*.card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: rgb(20, 116, 174, 0.2);
  }*/

/*  .card-title{
    font-size: 1rem;
    font-weight: bold;
  }*/
  
  .komponen{
    border: solid rgb(247, 114, 114);
    border-style: dashed;
    border-radius: 5px;
}
.komponen .komponen_head {
    position: absolute;
    margin-top: -18px;
    margin-left: 200px;
    color: white;
    background: rgb(247, 114, 114);
    border-radius: 5px;
    padding: 2px 10px;
}
.komponen_head p {
    color:#455056; 
    font-size:32px;
    line-height:24px;
}

.dt_reg span {
    display: block;
}

.fa-minus-circle{
    color:blue;
  }

  .pswd_info {
    /* width: 450px; */
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-top:-5px;
    background: #fefefe;
  }

  .pswd_info::before {
    content: "\25B2";
    position: absolute;
    padding-left: 20%;
    margin-top: -12px;
    font-size: 14px;
    color: #ddd;
    line-height: 14px;
    text-shadow: none;
  }
  .invalid {
    background:url(/fron_asset/icons/cancel.png) no-repeat 0 50%;
    color:#ec3f41;
    padding-left: 22px;
    line-height: 24px;
  }

  .valid2 {
    background:url(/fron_asset/icons/accept.png) no-repeat 0 50%;
    color:#3a7d34;
    padding-left: 22px;
    line-height: 24px;
  }

