.divider .divider-text {
    font-size: 1.3rem;
    color: #7367f0;
}


.form-label {

    font-size: 1.1rem;
}

[dir=rtl] .dt-buttons .dt-button-collection .dropdown-item span{
    margin-right: 15px;
}

/*
.form-label:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 5px;
    background-color: #7367f0;
}
.form-label:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #7367f0;
}*/

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {

    background-color: #7367f0;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(75, 70, 92, .8);
    line-height: .9em;
    font-weight: 500;
    height: .85em;
    width: .85em;
    color: #fff!important;
    border-radius: 1em;
    box-sizing: content-box;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    content: "+"!important;

}
