/* .bb [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
  }
  
  .bb [type=radio] + img {
    cursor: pointer;
  }
  
  .bb [type=radio]:checked + img {
    outline: 2px solid #f00;
  }

  .rowbb{
    display: flex;  flex-wrap: nowrap;
  }

  .colbb{
    flex: 1;
    width: 20% !important;
  }

.ww .jconfirm-buttons button{
  background-color: green !important;
  color: white !important;
}

.jconfirm-title-c{
  text-align: center !important;
}

.jconfirm-title{
  margin-top: 1em !important;
}

.icon_check_bb{
  font-size: 64px !important;
}

.jconfirm-content{
  display: none !important;
}

.jconfirm-buttons{
  text-align: center !important;
  float: unset !important;
}

.jconfirm-buttons button{
  padding: 10px 20px !important;
} */

