.qodef-accordion-title
{
    position: relative;
}


.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner {
    position: absolute;
    color: #e1e1e1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner:after,.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner:before {
    content: '';
    display: block;
    position: absolute;
    background-color: currentColor;
    transition: .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner:before {
    width: 10px;
    height: 1px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner:after {
    width: 1px;
    height: 10px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--top-left {
    top: 0;
    left: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--top-left:before {
    top: -1px;
    left: -11px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--top-left:after {
    top: -11px;
    left: -1px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--top-right {
    top: 0;
    right: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--top-right:before {
    top: -1px;
    left: 1px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--top-right:after {
    top: -11px;
    left: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--bottom-left {
    bottom: 0;
    left: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--bottom-left:before {
    top: 0;
    left: -11px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--bottom-left:after {
    top: 1px;
    left: -1px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--bottom-right {
    bottom: 0;
    right: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--bottom-right:before {
    top: 0;
    left: 1px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-m-corner.qodef--bottom-right:after {
    top: 1px;
    left: 0
}




.qodef-accordion.qodef-layout--simple .qodef-accordion-title:hover, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.active {
    background-color: #FFF;
    border-color: #111 !important;
    border-width: 1px;
}