.admin-interface.foldable-apps [class^="app-"].module {
    visibility: visible;
}

.admin-interface.foldable-apps [class^="app-"].module.foldable-apps-ready {
    visibility: visible;
}

.admin-interface.foldable-apps [class^="app-"].module > table > caption {
    position: relative;
    z-index: 0;
    /* pointer-events: none; */
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by Chrome and Opera */
}

.admin-interface.foldable-apps [class^="app-"].module > table > caption > a {
    display: inline-block;
    /* pointer-events: all !important; */
    margin-right: 30px;
}

.admin-interface.foldable-apps [class^="app-"].module > table > caption::after {
    content: " "; /* Clears the existing content */
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px; /* Adjust as needed */
    z-index: 10;
    width: 12px; /* Width of the SVG image */
    height: 7px; /* Height of the SVG image */
    transform: translateY(-50%) rotate(180deg); /* Center and rotate */
    cursor: pointer;
    pointer-events: all !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.14172 0.98535C1.31351 0.813566 1.58232 0.797949 1.77175 0.9385L1.82602 0.98535L6 5.15911L10.174 0.98535C10.3458 0.813566 10.6146 0.797949 10.804 0.9385L10.8583 0.98535C11.0301 1.15714 11.0457 1.42595 10.9051 1.61538L10.8583 1.66965L6.34215 6.18578C6.17036 6.35756 5.90155 6.37318 5.71212 6.23263L5.65785 6.18578L1.14172 1.66965C0.952759 1.48068 0.952759 1.17431 1.14172 0.98535Z" fill="%23575757" stroke="%23575757" stroke-width="0.5"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 1024px) {
    .admin-interface.foldable-apps [class^="app-"].module > table > caption::after {
        padding-left: 1px;
        padding-right: 15px;
    }
}

.admin-interface.foldable-apps [class^="app-"].module > table {
    display: table;
    width: 100%;
}

.admin-interface.foldable-apps [class^="app-"].module.collapsed {
    margin-bottom: 10px;
}

.admin-interface.foldable-apps [class^="app-"].module.collapsed > table > caption::after {
    content: " "; /* Ensures the pseudo-element is rendered */
    display: inline-block;
    width: 12px; /* Width of the SVG image */
    height: 7px; /* Height of the SVG image */
    vertical-align: middle; /* Aligns vertically with adjacent text */
    margin-top: -2px;
    margin-left: 5px; /* Space between the arrow and caption text */
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.14172 0.98535C1.31351 0.813566 1.58232 0.797949 1.77175 0.9385L1.82602 0.98535L6 5.15911L10.174 0.98535C10.3458 0.813566 10.6146 0.797949 10.804 0.9385L10.8583 0.98535C11.0301 1.15714 11.0457 1.42595 10.9051 1.61538L10.8583 1.66965L6.34215 6.18578C6.17036 6.35756 5.90155 6.37318 5.71212 6.23263L5.65785 6.18578L1.14172 1.66965C0.952759 1.48068 0.952759 1.17431 1.14172 0.98535Z" fill="%23575757" stroke="%23575757" stroke-width="0.5"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.admin-interface.foldable-apps [class^="app-"].module.collapsed > table > tbody {
    display: none;
}
