border-label {
        position: absolute;
        top: -12px; /* Adjust as needed to position it above the border */
        left: 15px; /* Adjust for horizontal positioning */
        background-color: grey	; /* Match your background color */
        padding: 0 5px;
        font-weight: bold;
    }

