.project-actions a span {
    display: none;
}

.project-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.1rem;
}

.btnUniformisePage {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    width: 50px!important;
    height: 50px;
    border-radius: 50px;
}
.btnUniformiseBox {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 50px!important;
    height: 50px;
    border-radius: 50px;
}
.btnMini{
    width: 30px!important;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    font-size: 10px;
}
@media (min-width: 576px) {
    .project-actions a {
        min-width: 100px;
        margin: 0.1rem;
    }
    .project-actions a span {
        display: block;
    }
    
}
._InputFileImage{
    display: none;
}
.bgIcon{
    width: 128px;
    display: block;
    margin: auto;
    opacity: 0.2;
}
.bgIconLeft{
    width: 128px;
    display: block;
    opacity: 0.2;
}
.btnGroupActions{
    flex-direction: column;
}
.squareButton{
    width: 40px;
    height: 40px;
}
.listBtn li{
    cursor: pointer;
}
.noLink, .noLink:hover{
    color: #000000;
}
/* MODAL ORDER */
    .img-circle-med{
        border-radius: 50%;
        max-height: 90%;
        max-width: 90%;
    }
    .thumbProduct{
        height: 50px;
    }
/* CATEGORIES Options*/


.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
    padding-left: 1rem;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}
.categoryRoot{
    padding: 10px;
}

.list-group-item {
    background-color: #ffffff00!important;
}

.categoryName{
    padding-left: 0.5rem;
}
.background-ligth{
    background-color: var(--light);
}
.validate{
    color: var(--green);
}
.deletedProduct{
    color: var(--danger);
    opacity: 0.3;
}
.thumbProductDel{
    max-width: 500px;
}