/*
Theme Name: 21Platform
Author: created21
Author URI: http://www.created21.com/
Version: 1.3.5.96
Text Domain: voxel
*/

.breadcrumb-back::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" /></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dark-text .breadcrumb-back::before {
    filter: invert(1);
}