.simple .accordion-toggle h3 {
    background-color: transparent;
    color: #000;
    text-transform: none;
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
    justify-content: center;
}
.simple .accordion-toggle .icon{
  display:none;
}

.admin.simple > div  >div.accordion-toggle:first-child> h3{
  /*display:none;*/
}

.separami hr {
    display: block;
    height: 1px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-width: 1px 0px 0px;
    border-image: initial;
    border-top: 1px solid rgb(237, 237, 237);
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
    overflow: visible;
    width: 96%;
}

.separami .circle {
    position: relative;
    top: -22px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background: rgb(204, 204, 204);
    margin: 0px auto;
}


